browserstack-node-sdk 1.49.2 → 1.49.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a80_0x12b359=a80_0x95f4;function a80_0x126d(){const _0x845dd6=['svnJg','stack','XCriM','ttYuG','getPlatformIndex','toISOString','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','DRIVER_HAS_URL','getAccessibilityResultsSummary','getScriptByName','wOsiP','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20',']\x20onAfterTest\x20should\x20scan=','commandName','_sendMessageServerPatchApplied','xHXFs','10287600UialwL','zVmFV','IjXOV','pgiXj','getAccessibilityResults','6206942eGgEbF','QwZmU','onBeforeExecute:\x20No\x20command\x20name\x20provided','info','LOG_DISABLED_SHOWN','VxRlD','../state/automationFrameworkState','KEY_TEST_NAME','JUEGV','getModuleName','ascii','qIlOC','capabilitiesList','tCdaw','stringify','iLgVD','Executing\x20','lLujc','uxiUj','getAccessibility','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','command','gNyOJ','bhVne','jUpUv','kmyGs','JLbcK','SDK_ACCESSIBILITY_CONFIG',']\x20clear\x20','find','getGoogleChromeOptions','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','launchCaps','Performing\x20scan\x20before\x20getting\x20results\x20summary','[platform\x20-\x20','CbBuu','../TestInfo.js','jest','trim','EAkAl','shouldScanForCommand','name','onAfterTest','getData','_centralAuthConfigFetched','isAccessibilityScriptCommand','JXAXt','true','loadAccessibilityConfig','Error\x20in\x20performPageScan:\x20','qNqBN','onBeforeExecute','vGpPK','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','performScan','evaluate','\x22browserstack.key\x22:\x22[REDACTED]\x22','PHIwa','getResults','message','zGUBt','PRE','pDJfb','vtcZV','xWLOQ','44235uscjXG','vWbyw','HCEkd','../../../helpers/accessibility-automation/helper','KsUhN','FGNWK','getScriptsList',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','oWgcu','accessibilityPlatform','KEY_INIT','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','QQnEM','end','Error\x20in\x20stopTestCapture:\x20','setAccessibilityConfig','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','QUIT','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20',',\x20\x0a\x20','KMHOP','getSuccess','Error\x20checking\x20headless\x20capability:\x20','iZZnr','toLowerCase','getCurrentAccessibilityStatus','../../playwright/accessibility-helper','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','../grpcClient','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','wdfEh','orffG','skSCW','KEY_TESTHUB_BUILD_ID','RmIEk','fgPkZ','nDBDL','AUTOMATION_SESSIONS','LvboQ','Error\x20in\x20shouldScanForCommand:\x20','isEnabled','QQAoH',',\x20includeTags=','stopTestCapture','name:\x20','GFKaO','join','../../../helpers/helper','testFramework','format','assign','loadDriverExecuteParams','\x20value=','scannerVersion','getCommandsList','./baseModule','setShouldScanCurrentTest','performScanForCli','measureWrapper','browser','SQyPo','../framework/constants/testFrameworkConstants.js','warn','test_tags','fetchDriverExecuteParamsEvent','ZnOYm','SKiqK','getScript','getTesthub','wLGpN','Context','\x20using\x20script:\x20','performScanForCli:\x20No\x20','toObject','Error\x20in\x20initAccessibilityConfig:\x20','afterTestHook','getName','error','pvAMh','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','performPageScan','scannerProcessingTimeout','options',',\x20tags=','accessibility','../state/hookState','ZmPvo','Error\x20getting\x20capability\x20value\x20for\x20','getTrackedInstance','gYbMd','iOWBS','lDVuJ','testhub_build_uuid','function','onBeforeExecute:\x20command=','sCsJP','ftQNw','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Tcoiu','getValue','vrBwi','__jestCurrentTestIdentifier','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','kuwUD','Ecbuq','gkkvd',',\x20excludeTags=',']\x20isEnabledTestcase\x20(jest)\x20result=','Executing\x20accessibility\x20script\x20on\x20page','erxrC','ifIHM','OVREN','ZPBSj','accessibilityConfig','xLFRu','DnoGe','getOptions','rgBxE','rDYFj','PAcLd','bind','platformCaps','pZqoD','jxXKF','NEmWq','FIWJS','scan','Error\x20in\x20getAccessibilityResultsSummary:\x20','finishScanningForCli','browserstack.accessibilityOptions.authToken','getTestUUID','../../utils/playwright-patcher','getAccessibilityExecuteParams','processAccessibilityCaps','UBMAt','titlePath','dgSzy','qwppl','_centralAuthA11yConfig','value','isBrowserstackScriptCommand','qVJsb','cSdAW','__workerDetails','SCyvc','Processed\x20accessibility\x20caps\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','delete','JcDTo','QArHa','capabilities',',\x20isAppAccessibility=','10pykDKs','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','No\x20summaryResults\x20found.','AhSfw','BS_A11Y_JWT','2148723ffHKdQ','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','ziexL','28587VjRsrk','QCCVt','jZRDQ','includes','AXOYQ','shouldScanCurrentTest','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','split','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','meXJg','bRIBL','a11y:save-results','BROWSERSTACK_TESTHUB_JWT','performPageScan:\x20Script\x20is\x20null','NmpWl','\x20script\x20available\x20in\x20scriptsList','currentTest','isPlatformSupported','KEEtp','some','MfMcz','1076MZwKXJ','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','browserStackEvaluate','length','TEST_INIT','hWHyl','RjAUV','terOP','SAVE_RESULTS','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','ynggy','Accessibility\x20data\x20for\x20extension:\x20','has','../../../helpers/performance/constants.js','HSoVh','getResultsSummary','test_run_id','mhuZP','setShouldScan','PDyvX','getCommandsToWrap','NFYBA','38yoLCPi','Oieij','browserVersion','bgaXS','YPbYp','[AccessibilityModule]\x20onAfterTest:\x20framework=','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','updateData','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','SVWfJ','getCapabilityValue','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','goog:chromeOptions','hfBcp','onBeforeTest','../cliUtils','browserName','HJyNu','708lGSvlK','fJONd','includeTagsInTestingScope','OAOUa','mergeObject','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','isAppAccessibility','scriptsList','WcNVC','JjbHh','performPageScan:\x20Page\x20is\x20null','vdEXT','exports','getCapabilitiesList',',\x20available\x20commands:\x20','UdFjU','Error\x20in\x20getAccessibilityResults:\x20','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','DosTa','feRrI','VeZkF','getState','null','latest','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','uXQnr',']\x20should\x20run\x20accessibility\x20value=','FWPpX','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','../framework/testFramework','XpipL','start','Error\x20executing\x20script\x20','platformValidation','getContext','replace','iMUvL','OTdgP','map','yDLaX','\x20->\x20','uyAjz','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','\x20from\x20testIdentifier=','testFrameworkData','gYTau','ACCESSIBILITY_INITIALIZED','debug','setLogDisabledShown','iKtDP','cucumber','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','validatePlatformForAccessibility','set','__accessibilityOptions','Error\x20in\x20performScanForCli\x20for\x20script\x20','saveResults','headless','XfjPZ','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','../../../helpers/accessibility-automation/constants','MODULE_NAME','3706967wVizeG','string','pNHPO','bJsnd','dyoTE','testAnalyticsId','getBuildId','POST','isEnabledTestcase','toString','accessibilityToken','thTestRunUuid','fetchCentralAuthA11yConfig','aUKDA','CsXhv','../framework/automationFramework','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','\x20a11yToken=','Uoxki',',\x20testIdentifier=','isArray','BfHhR','onBeforeTest:\x20event=',']\x20Accessibility\x20configuration\x20initialized\x20successfully','VbysQ','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','fQgol','Scan\x20result:\x20','unknown','PERFORM_SCAN','15|1|6|2|3|11|4|14|7|9|0|10|13|12|5|8','pwPage','yBelO','Page\x20','env','ScanArgs:\x20','MNamn','EqhaL','applySendMessageToServerPatch','BROWSERSTACK_CLI_BIN_SESSION_ID','registerObserver','executeScriptByName','NON_BROWSERSTACK_AUTOMATION_SESSIONS','ToCmb','cfFTE','shouldScanForCommand:\x20','mynvq','getCurrentInstanceName','KoWqd','parse','testInfo','Error\x20in\x20validatePlatformForAccessibility:\x20','rSwtk','Error\x20getting\x20script\x20by\x20name\x20','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','excludeTagsInTestingScope','3117KeIIoH','isPlatformSupported:\x20caps\x20are\x20null','\x20result\x20for\x20','tjTnM','GZNAA','kuTTx','commandsList','DRIVER_INIT','Performing\x20scan\x20before\x20from\x20cli','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','beJyv','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','gnrcI','get','qTKHh','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','VOqEj','pWaUK','HlZLx',',\x20testName=','browserstack_executor','VTtpg','getAllData','getAccessibilityConfig','getInstance','page','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','getTestDetails','setAccessibilityToken','8ADGjQX','instance',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','patchSendMessageToServer','FbDis','wcagVersion','getParamsForScanForCli'];a80_0x126d=function(){return _0x845dd6;};return a80_0x126d();}(function(_0x5e9df5,_0x473ab4){const _0x2fdf20=a80_0x95f4,_0x442194=_0x5e9df5();while(!![]){try{const _0x4d9d86=-parseInt(_0x2fdf20(0x2e8))/0x1*(parseInt(_0x2fdf20(0x313))/0x2)+-parseInt(_0x2fdf20(0x39d))/0x3*(-parseInt(_0x2fdf20(0x2fd))/0x4)+-parseInt(_0x2fdf20(0x245))/0x5*(parseInt(_0x2fdf20(0x325))/0x6)+parseInt(_0x2fdf20(0x204))/0x7*(parseInt(_0x2fdf20(0x1e8))/0x8)+-parseInt(_0x2fdf20(0x2e4))/0x9+-parseInt(_0x2fdf20(0x2df))/0xa*(-parseInt(_0x2fdf20(0x365))/0xb)+parseInt(_0x2fdf20(0x1ff))/0xc;if(_0x4d9d86===_0x473ab4)break;else _0x442194['push'](_0x442194['shift']());}catch(_0x53246a){_0x442194['push'](_0x442194['shift']());}}}(a80_0x126d,0x82878));const BaseModule=require(a80_0x12b359(0x27e)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a80_0x12b359(0x322)),AutomationFramework=require(a80_0x12b359(0x374)),TestFramework=require(a80_0x12b359(0x344)),AutomationFrameworkState=require(a80_0x12b359(0x20a)),HookState=require(a80_0x12b359(0x29c)),GrpcClient=require(a80_0x12b359(0x261)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger('TrackedInstance'),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a80_0x12b359(0x30a)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x12b359(0x363)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require('util'),TestInfo=require(a80_0x12b359(0x228)),TestFrameworkConstants=require(a80_0x12b359(0x284));class AccessibilityModule extends BaseModule{static [a80_0x12b359(0x364)]=AccessibilityModule[a80_0x12b359(0x22d)];static ['_centralAuthConfigFetched']=![];static ['_centralAuthA11yConfig']={};constructor(_0x5ee9fd){const _0x115b12=a80_0x12b359,_0x38d86c={};_0x38d86c[_0x115b12(0x267)]=_0x115b12(0x383),_0x38d86c['HSoVh']=_0x115b12(0x1f6),_0x38d86c[_0x115b12(0x37f)]=_0x115b12(0x2a3),_0x38d86c[_0x115b12(0x354)]=_0x115b12(0x355),_0x38d86c[_0x115b12(0x2cd)]=_0x115b12(0x33e);const _0x2ae43b=_0x38d86c,_0x4cf6f6=_0x2ae43b[_0x115b12(0x267)][_0x115b12(0x2ef)]('|');let _0xafc792=0x0;while(!![]){switch(_0x4cf6f6[_0xafc792++]){case'0':this[_0x115b12(0x1fd)]=![];continue;case'1':AutomationFramework[_0x115b12(0x38d)](AutomationFrameworkState['EXECUTE'],HookState[_0x115b12(0x241)],this[_0x115b12(0x237)][_0x115b12(0x2bf)](this));continue;case'2':AutomationFramework[_0x115b12(0x38d)](AutomationFrameworkState[_0x115b12(0x256)],HookState['PRE'],this[_0x115b12(0x22e)][_0x115b12(0x2bf)](this));continue;case'3':this['isEnabled']=!![];continue;case'4':this[_0x115b12(0x29b)]=new Map();continue;case'5':this['KEY_DRIVER_HAS_URL']=_0x2ae43b[_0x115b12(0x30b)];continue;case'6':AutomationFramework[_0x115b12(0x38d)](AutomationFrameworkState['CREATE'],HookState[_0x115b12(0x36c)],this['onBeforeTest'][_0x115b12(0x2bf)](this));continue;case'7':this[_0x115b12(0x32b)]=![];continue;case'8':this[_0x115b12(0x268)]=_0x2ae43b[_0x115b12(0x37f)];continue;case'9':this[_0x115b12(0x2dd)]=[];continue;case'10':this[_0x115b12(0x1e7)](_0x5ee9fd[_0x115b12(0x2bb)]()['getCapabilitiesList']());continue;case'11':this['accessibilityConfig']=_0x5ee9fd[_0x115b12(0x290)]();continue;case'12':this[_0x115b12(0x24f)]=_0x2ae43b[_0x115b12(0x354)];continue;case'13':logger[_0x115b12(0x356)](_0x2ae43b[_0x115b12(0x2cd)]);continue;case'14':this['LOG_DISABLED_SHOWN']=new Map();continue;case'15':super();continue;}break;}}[a80_0x12b359(0x26f)](){const _0x40c237=a80_0x12b359;return this[_0x40c237(0x26f)];}[a80_0x12b359(0x20d)](){const _0x35fb8d=a80_0x12b359;return AccessibilityModule[_0x35fb8d(0x364)];}[a80_0x12b359(0x25e)](){const _0x2d0544=a80_0x12b359;return this['accessibility']['get'](CLIUtils[_0x2d0544(0x394)](),![]);}['getLogDisabledShown'](){const _0x27e218=a80_0x12b359;return this[_0x27e218(0x208)]['get'](CLIUtils[_0x27e218(0x394)](),![]);}[a80_0x12b359(0x357)](_0x5675ff){const _0x5344d8=a80_0x12b359;this['LOG_DISABLED_SHOWN'][_0x5344d8(0x35c)](CLIUtils[_0x5344d8(0x394)](),_0x5675ff);}['applySendMessageToServerPatch'](){const _0x52f1aa=a80_0x12b359,_0x114287={'pZqoD':_0x52f1aa(0x31b),'kmyGs':function(_0x53949b,_0x20b1c1){return _0x53949b(_0x20b1c1);},'dyXmt':_0x52f1aa(0x2ca),'mynvq':_0x52f1aa(0x223),'pWaUK':_0x52f1aa(0x342)};if(this[_0x52f1aa(0x1fd)]){logger['debug'](_0x114287[_0x52f1aa(0x2c1)]);return;}try{const _0xc31e33=_0x114287[_0x52f1aa(0x21d)](require,_0x114287['dyXmt']);_0xc31e33&&_0xc31e33[_0x52f1aa(0x1eb)]?(_0xc31e33[_0x52f1aa(0x1eb)](),this['_sendMessageServerPatchApplied']=!![],logger[_0x52f1aa(0x356)](_0x114287[_0x52f1aa(0x393)])):logger[_0x52f1aa(0x356)](_0x114287[_0x52f1aa(0x1dc)]);}catch(_0x3a1bff){logger[_0x52f1aa(0x356)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x52f1aa(0x278)](_0x3a1bff));}}[a80_0x12b359(0x2f9)](_0x220819=null,_0x3f5306=null,_0x1647a2=null){const _0x3bd4d0=a80_0x12b359,_0x5186af={'NEmWq':function(_0x3e91e1,_0x1b0d26){return _0x3e91e1&&_0x1b0d26;},'VxRlD':_0x3bd4d0(0x39e),'GFKaO':function(_0x3fb132,_0x5e3d1f){return _0x3fb132(_0x5e3d1f);},'iMUvL':'../../../helpers/accessibility-automation/helper','dgSzy':function(_0x9df687,_0x45c4b0){return _0x9df687(_0x45c4b0);},'IjXOV':_0x3bd4d0(0x276),'PHIwa':function(_0x380ea7){return _0x380ea7();},'rgBxE':_0x3bd4d0(0x2ee),'uyAjz':function(_0x5dd716,_0x40dbd7){return _0x5dd716===_0x40dbd7;},'FWPpX':'chrome','XfjPZ':'playwright-chromium','XsOAN':function(_0x16c88b,_0x53e496){return _0x16c88b===_0x53e496;},'cfFTE':function(_0x2c8a5e,_0x4d73b0){return _0x2c8a5e===_0x4d73b0;},'xLFRu':_0x3bd4d0(0x218),'JQkaK':function(_0x3293b8,_0xb6574d){return _0x3293b8===_0xb6574d;},'iLgVD':_0x3bd4d0(0x233),'FGNWK':function(_0x4d604f,_0x11e684){return _0x4d604f===_0x11e684;},'LvboQ':'string','hwRvp':function(_0x80fcd5,_0x1e1606){return _0x80fcd5===_0x1e1606;},'unWHI':_0x3bd4d0(0x264),'yBelO':function(_0x15b535){return _0x15b535();},'tjTnM':function(_0x480187,_0x3e3764){return _0x480187>_0x3e3764;},'OVREN':function(_0x4a5088,_0x68a45c){return _0x4a5088(_0x68a45c);},'DosTa':_0x3bd4d0(0x250),'VeZkF':function(_0x54bfb2,_0x3958aa){return _0x54bfb2!==_0x3958aa;},'qNqBN':_0x3bd4d0(0x33d),'wdfEh':function(_0x3775bc,_0x538d3c){return _0x3775bc(_0x538d3c);},'EqhaL':_0x3bd4d0(0x263)};try{if(_0x5186af[_0x3bd4d0(0x2c3)](!_0x3f5306,!_0x1647a2))return logger[_0x3bd4d0(0x356)](_0x5186af[_0x3bd4d0(0x209)]),![];const {isAccessibilityAutomationSession:_0x4060cd}=_0x5186af[_0x3bd4d0(0x274)](require,_0x5186af[_0x3bd4d0(0x34b)]),{isUndefined:_0x5ef00c,isBrowserstackInfra:_0x1cb67b}=_0x5186af[_0x3bd4d0(0x2cf)](require,_0x5186af[_0x3bd4d0(0x201)]);if(!_0x5186af[_0x3bd4d0(0x23d)](_0x4060cd))return logger[_0x3bd4d0(0x356)](_0x5186af[_0x3bd4d0(0x2bc)]),![];if(!(_0x3f5306['browserName']&&_0x5186af[_0x3bd4d0(0x350)](_0x3f5306['browserName']['toLowerCase'](),_0x5186af[_0x3bd4d0(0x341)])||_0x3f5306[_0x3bd4d0(0x323)]&&_0x5186af[_0x3bd4d0(0x350)](_0x3f5306[_0x3bd4d0(0x323)][_0x3bd4d0(0x25d)](),_0x5186af[_0x3bd4d0(0x361)])||_0x3f5306[_0x3bd4d0(0x282)]&&_0x5186af['XsOAN'](_0x3f5306['browser'][_0x3bd4d0(0x25d)](),_0x5186af[_0x3bd4d0(0x341)])||_0x3f5306['browser']&&_0x5186af[_0x3bd4d0(0x391)](_0x3f5306['browser'][_0x3bd4d0(0x25d)](),_0x5186af[_0x3bd4d0(0x361)])))return logger['warn'](_0x5186af[_0x3bd4d0(0x2b9)]),![];try{const _0x56bdc9=_0x3f5306[_0x3bd4d0(0x360)],_0x39d358=_0x5186af['JQkaK'](_0x56bdc9,!![])||_0x5186af['JQkaK'](_0x56bdc9,_0x5186af[_0x3bd4d0(0x213)])||_0x5186af[_0x3bd4d0(0x24a)](typeof _0x56bdc9,_0x5186af[_0x3bd4d0(0x26d)])&&_0x5186af['hwRvp'](_0x56bdc9[_0x3bd4d0(0x25d)](),_0x5186af[_0x3bd4d0(0x213)]);if(_0x39d358)return logger['warn'](_0x5186af['unWHI']),![];}catch(_0x2b86e9){logger[_0x3bd4d0(0x356)](_0x3bd4d0(0x25b)+util[_0x3bd4d0(0x278)](_0x2b86e9));}if(!_0x5186af[_0x3bd4d0(0x385)](_0x1cb67b)){if(!_0x5186af['tjTnM'](_0x5186af[_0x3bd4d0(0x2b6)](parseFloat,_0x3f5306[_0x3bd4d0(0x315)]),_0x5186af['OVREN'](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x3bd4d0(0x285)](_0x5186af[_0x3bd4d0(0x338)]),![];}else{if(_0x5186af[_0x3bd4d0(0x33a)](_0x3f5306[_0x3bd4d0(0x315)],_0x5186af[_0x3bd4d0(0x236)])&&!_0x5186af[_0x3bd4d0(0x3a0)](_0x5186af[_0x3bd4d0(0x265)](parseFloat,_0x3f5306[_0x3bd4d0(0x315)]),_0x5186af[_0x3bd4d0(0x2cf)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x3bd4d0(0x285)](_0x5186af[_0x3bd4d0(0x38a)]),![];}return!![];}catch(_0x4fea28){return logger[_0x3bd4d0(0x356)]('Exception\x20in\x20isPlatformSupported:\x20'+_0x4fea28[_0x3bd4d0(0x23f)]),![];}}[a80_0x12b359(0x36d)](_0x24700b=[],_0xd198fd,_0x2e6300='cucumber'){const _0xd40964=a80_0x12b359,_0x517b1f={'CbBuu':function(_0x464f6c,_0x2d220b){return _0x464f6c===_0x2d220b;},'HJyNu':_0xd40964(0x229),'ftQNw':function(_0x217def,_0x30f8cb){return _0x217def||_0x30f8cb;},'QArHa':function(_0x4c783b,_0x3550e1){return _0x4c783b===_0x3550e1;},'DnoGe':function(_0x2ab120,_0x270bc1){return _0x2ab120&&_0x270bc1;},'beJyv':_0xd40964(0x381),'ZPBSj':function(_0x504976,_0x12726c){return _0x504976===_0x12726c;},'KsUhN':function(_0x43d4a8,_0x151a7a){return _0x43d4a8(_0x151a7a);},'iKtDP':function(_0x24a2fa,_0x2a5a48){return _0x24a2fa>_0x2a5a48;},'wLGpN':function(_0x3bedaa,_0xa87b96){return _0x3bedaa&&_0xa87b96;}};try{const _0x27b64e=process[_0xd40964(0x387)][_0xd40964(0x337)]?JSON[_0xd40964(0x396)](process[_0xd40964(0x387)][_0xd40964(0x337)]):null;if(!_0x27b64e)return!![];const _0x49d1af=Array['isArray'](_0x27b64e[_0xd40964(0x327)])?_0x27b64e[_0xd40964(0x327)]:[],_0x56d664=Array[_0xd40964(0x379)](_0x27b64e[_0xd40964(0x39c)])?_0x27b64e[_0xd40964(0x39c)]:[];if(_0x517b1f[_0xd40964(0x227)](_0x2e6300,_0x517b1f[_0xd40964(0x324)])){let _0xe957be;Array[_0xd40964(0x379)](_0x24700b)?_0xe957be=_0x24700b[_0xd40964(0x275)]('\x20'):_0xe957be=_0x517b1f[_0xd40964(0x2a7)](_0x24700b,'');const _0x32fd8b=_0x56d664[_0xd40964(0x2fb)](_0x175a3e=>_0xe957be[_0xd40964(0x2eb)](_0x175a3e)),_0xd88bb9=_0x517b1f[_0xd40964(0x2dc)](_0x49d1af[_0xd40964(0x300)],0x0)||_0x49d1af[_0xd40964(0x2fb)](_0x41dfa7=>_0xe957be[_0xd40964(0x2eb)](_0x41dfa7)),_0x382d1a=_0x517b1f[_0xd40964(0x2ba)](!_0x32fd8b,_0xd88bb9);return logger[_0xd40964(0x356)]('[platform\x20-\x20'+(_0xd198fd?.['getPlatformIndex']?.()||_0x517b1f['beJyv'])+_0xd40964(0x2b2)+_0x382d1a+_0xd40964(0x1de)+_0xe957be+_0xd40964(0x271)+JSON[_0xd40964(0x212)](_0x49d1af)+_0xd40964(0x2b1)+JSON[_0xd40964(0x212)](_0x56d664)),_0x382d1a;}const _0xd019eb=Array[_0xd40964(0x379)](_0x24700b)?_0x24700b:[];let _0x41420d=![],_0x259802=_0x517b1f[_0xd40964(0x2b7)](_0x49d1af[_0xd40964(0x300)],0x0);const _0x54eda0=_0x575dfb=>typeof _0x575dfb===_0xd40964(0x366)?_0x575dfb['replace'](/^@/,'')[_0xd40964(0x25d)]()[_0xd40964(0x22a)]():_0x575dfb,_0x492845=new Set(_0x49d1af[_0xd40964(0x34d)](_0x54eda0)),_0x5b1b17=new Set(_0x56d664[_0xd40964(0x34d)](_0x54eda0));for(const _0x332073 of _0xd019eb){const _0x5ca2fe=_0x517b1f[_0xd40964(0x249)](_0x54eda0,_0x332073);_0x5b1b17[_0xd40964(0x309)](_0x5ca2fe)&&(_0x41420d=!![]),_0x517b1f[_0xd40964(0x358)](_0x492845['size'],0x0)&&_0x492845[_0xd40964(0x309)](_0x5ca2fe)&&(_0x259802=!![]);}const _0x17dc46=_0x517b1f[_0xd40964(0x28c)](_0x259802,!_0x41420d);return logger[_0xd40964(0x356)]('[platform\x20-\x20'+(_0xd198fd?.[_0xd40964(0x1f3)]?.()||_0x517b1f[_0xd40964(0x3a7)])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x17dc46+_0xd40964(0x29a)+JSON[_0xd40964(0x212)](_0xd019eb)+_0xd40964(0x271)+JSON['stringify'](_0x49d1af)+',\x20excludeTags='+JSON[_0xd40964(0x212)](_0x56d664)),_0x17dc46;}catch(_0x3463d3){return logger[_0xd40964(0x356)](_0xd40964(0x226)+(_0xd198fd?.[_0xd40964(0x1f3)]?.()||_0x517b1f[_0xd40964(0x3a7)])+_0xd40964(0x1ea)+_0x3463d3[_0xd40964(0x23f)]),![];}}async[a80_0x12b359(0x321)](_0x1f1ac1){const _0x4dd8e4=a80_0x12b359,_0x3c6452={};_0x3c6452['ZmPvo']=function(_0x1dd12c,_0x38c63d){return _0x1dd12c!==_0x38c63d;},_0x3c6452[_0x4dd8e4(0x2a2)]=_0x4dd8e4(0x359),_0x3c6452[_0x4dd8e4(0x2af)]=function(_0x22dd81,_0x471bbf){return _0x22dd81!==_0x471bbf;},_0x3c6452[_0x4dd8e4(0x200)]='jest',_0x3c6452['VOqEj']='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x3c6452[_0x4dd8e4(0x399)]=_0x4dd8e4(0x301),_0x3c6452[_0x4dd8e4(0x216)]=_0x4dd8e4(0x343),_0x3c6452[_0x4dd8e4(0x1ef)]=_0x4dd8e4(0x362),_0x3c6452[_0x4dd8e4(0x289)]=_0x4dd8e4(0x3a4),_0x3c6452[_0x4dd8e4(0x2ec)]=function(_0x5e140f,_0x15f5e5){return _0x5e140f===_0x15f5e5;},_0x3c6452[_0x4dd8e4(0x232)]=_0x4dd8e4(0x1e5),_0x3c6452[_0x4dd8e4(0x2c4)]=function(_0x4d4077,_0x2c06c){return _0x4d4077===_0x2c06c;},_0x3c6452['qTKHh']='Unknown\x20Test',_0x3c6452['MZYhl']=function(_0x5482f3,_0x136401){return _0x5482f3>_0x136401;},_0x3c6452[_0x4dd8e4(0x377)]='function',_0x3c6452[_0x4dd8e4(0x317)]=_0x4dd8e4(0x286),_0x3c6452[_0x4dd8e4(0x2d7)]=function(_0x2caf9e,_0x58cac3){return _0x2caf9e&&_0x58cac3;},_0x3c6452[_0x4dd8e4(0x312)]='unknown',_0x3c6452[_0x4dd8e4(0x205)]=_0x4dd8e4(0x233);const _0x4acf66=_0x3c6452;if(_0x4acf66[_0x4dd8e4(0x29d)](_0x1f1ac1[_0x4dd8e4(0x277)],_0x4acf66['lDVuJ'])&&_0x4acf66[_0x4dd8e4(0x2af)](_0x1f1ac1[_0x4dd8e4(0x277)],_0x4acf66[_0x4dd8e4(0x200)])){logger[_0x4dd8e4(0x356)](_0x4acf66[_0x4dd8e4(0x1db)]);return;}logger[_0x4dd8e4(0x207)](_0x4dd8e4(0x37b)+JSON[_0x4dd8e4(0x212)](_0x1f1ac1));try{const _0x38595a=AutomationFramework[_0x4dd8e4(0x29f)](),_0x3edcae=TestFramework[_0x4dd8e4(0x29f)](),_0x25019f=_0x1f1ac1[_0x4dd8e4(0x1e4)]||global[_0x4dd8e4(0x2d6)]?.[_0x4dd8e4(0x384)]||null;if(!_0x25019f){_0x3edcae&&_0x3edcae[_0x4dd8e4(0x31a)](_0x4acf66[_0x4dd8e4(0x399)],!![]);logger['debug'](_0x4acf66[_0x4dd8e4(0x216)]);return;}logger[_0x4dd8e4(0x356)](_0x4acf66[_0x4dd8e4(0x1ef)]);const _0x20bbf0=_0x3edcae?.[_0x4dd8e4(0x22f)](_0x4acf66[_0x4dd8e4(0x289)],![]),_0x52e992=_0x3edcae?.['getData'](_0x4acf66[_0x4dd8e4(0x399)],![]);if(_0x4acf66[_0x4dd8e4(0x2ec)](_0x20bbf0,![])&&_0x4acf66[_0x4dd8e4(0x2ec)](_0x52e992,![])){_0x3edcae&&_0x3edcae[_0x4dd8e4(0x31a)](_0x4acf66[_0x4dd8e4(0x289)],!![]);logger['debug'](_0x4acf66[_0x4dd8e4(0x232)]);return;}_0x3edcae&&_0x3edcae['updateData'](_0x4acf66['rSwtk'],!![]);let _0x5cb4f7,_0x33f669;const _0x4a731a=_0x1f1ac1[_0x4dd8e4(0x277)]||_0x4acf66[_0x4dd8e4(0x2a2)];if(_0x4acf66[_0x4dd8e4(0x2c4)](_0x4a731a,_0x4acf66[_0x4dd8e4(0x200)])){_0x33f669=_0x1f1ac1[_0x4dd8e4(0x397)]?.[_0x4dd8e4(0x36a)]||_0x1f1ac1['testInfo']?.['id']||global[_0x4dd8e4(0x2ac)]||global[_0x4dd8e4(0x2d6)]?.[_0x4dd8e4(0x2f8)]?.[_0x4dd8e4(0x36a)]||global['__workerDetails']?.[_0x4dd8e4(0x2f8)]?.['id'];const _0x36e0a5=_0x3edcae?.[_0x4dd8e4(0x1e1)]()?.[_0x4dd8e4(0x3aa)](_0x33f669);if(_0x36e0a5&&_0x36e0a5[TestFrameworkConstants['KEY_TEST_NAME']])_0x5cb4f7=_0x36e0a5[TestFrameworkConstants[_0x4dd8e4(0x20b)]];else{if(_0x1f1ac1[_0x4dd8e4(0x397)]?.[_0x4dd8e4(0x2ce)])_0x5cb4f7=_0x1f1ac1[_0x4dd8e4(0x397)]['titlePath'];else global[_0x4dd8e4(0x2d6)]?.[_0x4dd8e4(0x2f8)]?.[_0x4dd8e4(0x397)]?.['titlePath']?_0x5cb4f7=global[_0x4dd8e4(0x2d6)][_0x4dd8e4(0x2f8)][_0x4dd8e4(0x397)]['titlePath']:_0x5cb4f7=_0x4acf66[_0x4dd8e4(0x3ab)];}logger[_0x4dd8e4(0x356)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x33f669+_0x4dd8e4(0x1de)+JSON[_0x4dd8e4(0x212)](_0x5cb4f7));}else{_0x33f669=this['getTestId'](_0x1f1ac1);const _0x2cdbda=TestInfo[_0x4dd8e4(0x1e6)](_0x33f669);let _0x18bb9f=[];if(_0x2cdbda&&Array[_0x4dd8e4(0x379)](_0x2cdbda[_0x4dd8e4(0x286)])&&_0x4acf66['MZYhl'](_0x2cdbda['test_tags'][_0x4dd8e4(0x300)],0x0))_0x18bb9f=_0x2cdbda[_0x4dd8e4(0x286)];else{if(_0x3edcae){const _0x2d7baa=_0x4acf66[_0x4dd8e4(0x2c4)](typeof _0x3edcae[_0x4dd8e4(0x22f)],_0x4acf66[_0x4dd8e4(0x377)])?_0x3edcae[_0x4dd8e4(0x22f)](_0x4acf66[_0x4dd8e4(0x317)],[]):_0x3edcae['test_tags']||[];Array['isArray'](_0x2d7baa)&&(_0x18bb9f=_0x2d7baa);}}_0x5cb4f7=_0x18bb9f;}logger['info']('test-tags-->\x20'+JSON[_0x4dd8e4(0x212)](_0x5cb4f7));const _0x4a960c=this[_0x4dd8e4(0x2f9)](_0x38595a,_0x1f1ac1[_0x4dd8e4(0x2c0)],_0x1f1ac1['launchCaps']);logger['debug'](_0x4dd8e4(0x31e)+_0x4a960c+_0x4dd8e4(0x2de)+this[_0x4dd8e4(0x32b)]);const _0x5174c4=this[_0x4dd8e4(0x36d)](_0x5cb4f7,_0x38595a,_0x4a731a),_0x1a5fb3=_0x4acf66[_0x4dd8e4(0x2d7)](_0x4a960c,_0x5174c4),_0x34b804=CLIUtils[_0x4dd8e4(0x394)]();this[_0x4dd8e4(0x29b)][_0x4dd8e4(0x35c)](_0x34b804,_0x1a5fb3),global[_0x4dd8e4(0x28d)]?.[_0x4dd8e4(0x349)]&&global[_0x4dd8e4(0x28d)][_0x4dd8e4(0x349)]()[_0x4dd8e4(0x30f)](_0x1a5fb3),logger[_0x4dd8e4(0x356)](_0x4dd8e4(0x226)+(_0x38595a?.[_0x4dd8e4(0x1f3)]?.()||_0x4acf66[_0x4dd8e4(0x312)])+_0x4dd8e4(0x340)+_0x1a5fb3),_0x1a5fb3?(global[_0x4dd8e4(0x24e)]=!![],process[_0x4dd8e4(0x387)][_0x4dd8e4(0x2a8)]=_0x4acf66[_0x4dd8e4(0x205)],this[_0x4dd8e4(0x38b)]()):global[_0x4dd8e4(0x24e)]=![];}catch(_0x1f70d4){logger[_0x4dd8e4(0x294)](_0x4dd8e4(0x1fa)+(_0x1f70d4[_0x4dd8e4(0x1f0)]||_0x1f70d4['message']));const _0x141485=CLIUtils['getCurrentInstanceName']();this[_0x4dd8e4(0x29b)]['set'](_0x141485,![]),global['accessibilityPlatform']=![];}}[a80_0x12b359(0x222)](){const _0x10f3d1=a80_0x12b359;return this[_0x10f3d1(0x2dd)]['find'](_0x3cd6d0=>_0x3cd6d0[_0x10f3d1(0x293)]()===_0x10f3d1(0x31f))?.[_0x10f3d1(0x2aa)]()||'';}['getCapabilityValue'](_0x4bee63){const _0x25c503=a80_0x12b359;try{const _0x49aaee=this[_0x25c503(0x2b8)]?.[_0x25c503(0x299)]?.[_0x25c503(0x210)]||[],_0x4242dc=_0x49aaee[_0x25c503(0x221)](_0x19dbdd=>_0x19dbdd[_0x25c503(0x22d)]===_0x4bee63);return _0x4242dc?_0x4242dc[_0x25c503(0x2d2)]:null;}catch(_0xb936fc){return logger['debug'](_0x25c503(0x29e)+_0x4bee63+':\x20'+_0xb936fc[_0x25c503(0x23f)]),null;}}async[a80_0x12b359(0x254)](_0x8ac97f,_0x2e817e){const _0x38516f=a80_0x12b359,_0x3f5543=_0x8ac97f['getAccessibility']()[_0x38516f(0x2bb)](),_0x2b9feb=_0x3f5543[_0x38516f(0x24b)](),_0x59b554=_0x3f5543[_0x38516f(0x311)]()?.[_0x38516f(0x27d)]();scripts['parseFromProto'](_0x2b9feb,_0x59b554),scripts['toJson']();const _0x24fb10=_0x3f5543[_0x38516f(0x332)]();this[_0x38516f(0x2dd)]=_0x3f5543[_0x38516f(0x332)](),await this[_0x38516f(0x1e7)](_0x24fb10,_0x2e817e[_0x38516f(0x224)]);}async[a80_0x12b359(0x1e7)](_0x444c22,_0x4557f0={}){const _0x19c476=a80_0x12b359,_0x434625={};_0x434625['YjlJk']=function(_0x1bd81f,_0x393af9){return _0x1bd81f===_0x393af9;},_0x434625[_0x19c476(0x37a)]=_0x19c476(0x36f),_0x434625[_0x19c476(0x21b)]=_0x19c476(0x2c8),_0x434625['Oieij']=_0x19c476(0x1ed),_0x434625[_0x19c476(0x1ec)]='browserstack.accessibilityOptions.wcagVersion',_0x434625['jUpUv']=function(_0x1fcfbe,_0x25f325){return _0x1fcfbe===_0x25f325;},_0x434625['WUuNp']=_0x19c476(0x27c),_0x434625[_0x19c476(0x1f2)]='browserstack.accessibilityOptions.scannerVersion',_0x434625[_0x19c476(0x339)]=function(_0x7a3144,_0x35f695){return _0x7a3144===_0x35f695;},_0x434625[_0x19c476(0x310)]=_0x19c476(0x298),_0x434625[_0x19c476(0x243)]='browserstack.accessibilityOptions.scannerProcessingTimeout';const _0x31c843=_0x434625;global[_0x19c476(0x35d)]=global['__accessibilityOptions']||{};for(const _0x3c00d5 of _0x444c22){logger[_0x19c476(0x207)](_0x19c476(0x273)+_0x3c00d5[_0x19c476(0x293)]()+_0x19c476(0x27b)+_0x3c00d5[_0x19c476(0x2aa)]());if(_0x31c843['YjlJk'](_0x3c00d5[_0x19c476(0x293)](),_0x31c843[_0x19c476(0x37a)]))process['env'][_0x19c476(0x2e3)]=_0x3c00d5[_0x19c476(0x2aa)](),global[_0x19c476(0x35d)][_0x31c843[_0x19c476(0x21b)]]=_0x3c00d5[_0x19c476(0x2aa)]();else{if(_0x31c843['YjlJk'](_0x3c00d5['getName'](),_0x31c843[_0x19c476(0x314)]))global[_0x19c476(0x35d)][_0x31c843['FbDis']]=_0x3c00d5['getValue']();else{if(_0x31c843[_0x19c476(0x21c)](_0x3c00d5[_0x19c476(0x293)](),_0x31c843['WUuNp']))global[_0x19c476(0x35d)][_0x31c843[_0x19c476(0x1f2)]]=_0x3c00d5['getValue']();else _0x31c843['feRrI'](_0x3c00d5[_0x19c476(0x293)](),_0x31c843['PDyvX'])&&(global[_0x19c476(0x35d)][_0x31c843[_0x19c476(0x243)]]=_0x3c00d5['getValue']());}}}}async[a80_0x12b359(0x22e)](_0x217210){const _0x4e41ee=a80_0x12b359,_0x262f48={};_0x262f48[_0x4e41ee(0x22b)]=function(_0x50c96c,_0x21802b){return _0x50c96c!==_0x21802b;},_0x262f48[_0x4e41ee(0x328)]=_0x4e41ee(0x359),_0x262f48[_0x4e41ee(0x395)]=_0x4e41ee(0x229),_0x262f48[_0x4e41ee(0x3a1)]='onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x262f48[_0x4e41ee(0x1dd)]=_0x4e41ee(0x381);const _0x331bf0=_0x262f48;if(_0x331bf0[_0x4e41ee(0x22b)](_0x217210[_0x4e41ee(0x277)],_0x331bf0[_0x4e41ee(0x328)])&&_0x331bf0[_0x4e41ee(0x22b)](_0x217210[_0x4e41ee(0x277)],_0x331bf0[_0x4e41ee(0x395)])){logger['debug'](_0x331bf0[_0x4e41ee(0x3a1)]);return;}const _0x4aeb77=_0x217210['testInfo']?.[_0x4e41ee(0x36a)]||_0x217210['testInfo']?.['id']||global[_0x4e41ee(0x2ac)];logger[_0x4e41ee(0x207)](_0x4e41ee(0x318)+_0x217210['testFramework']+_0x4e41ee(0x378)+_0x4aeb77);try{const _0x555f5e=_0x217210[_0x4e41ee(0x1e9)]||AutomationFramework['getTrackedInstance'](),_0xce1a44=CLIUtils[_0x4e41ee(0x394)](),_0x1a2861=this[_0x4e41ee(0x25e)]();logger[_0x4e41ee(0x356)](_0x4e41ee(0x226)+(_0x555f5e?.[_0x4e41ee(0x1f3)]?.()||_0x331bf0['HlZLx'])+_0x4e41ee(0x1fb)+_0x1a2861),_0x1a2861&&await this[_0x4e41ee(0x272)](_0x555f5e,_0x217210),this[_0x4e41ee(0x29b)][_0x4e41ee(0x2da)](_0xce1a44),this[_0x4e41ee(0x208)][_0x4e41ee(0x2da)](_0xce1a44);}catch(_0x4084bc){logger[_0x4e41ee(0x294)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x4084bc[_0x4e41ee(0x1f0)]||_0x4084bc['message']));}}async[a80_0x12b359(0x272)](_0x284edb,_0x30b512){const _0x4fcd39=a80_0x12b359,_0x297db9={};_0x297db9[_0x4fcd39(0x1e0)]=function(_0x32b5fb,_0x29878f){return _0x32b5fb===_0x29878f;},_0x297db9[_0x4fcd39(0x2a0)]=_0x4fcd39(0x2a4),_0x297db9[_0x4fcd39(0x2b5)]='jest',_0x297db9['qVJsb']='cucumber',_0x297db9[_0x4fcd39(0x32d)]=function(_0x198411,_0x2688b0){return _0x198411===_0x2688b0;},_0x297db9[_0x4fcd39(0x316)]=_0x4fcd39(0x2e0),_0x297db9['SVWfJ']=_0x4fcd39(0x29b),_0x297db9[_0x4fcd39(0x373)]=_0x4fcd39(0x35f),_0x297db9[_0x4fcd39(0x238)]=_0x4fcd39(0x381),_0x297db9[_0x4fcd39(0x37d)]='present',_0x297db9['terOP']=_0x4fcd39(0x33c),_0x297db9['QQnEM']=function(_0x467598,_0x3c84da){return _0x467598||_0x3c84da;},_0x297db9[_0x4fcd39(0x326)]=function(_0xf37af4,_0x5915b9){return _0xf37af4||_0x5915b9;},_0x297db9[_0x4fcd39(0x247)]=_0x4fcd39(0x26c),_0x297db9['ZnOYm']=_0x4fcd39(0x38f);const _0x84f9d=_0x297db9;try{const _0x5b4c54=_0x30b512[_0x4fcd39(0x277)]||(_0x84f9d[_0x4fcd39(0x1e0)](this[_0x4fcd39(0x353)]?.[_0x4fcd39(0x22d)]?.[_0x4fcd39(0x25d)](),_0x84f9d[_0x4fcd39(0x2b5)])?_0x84f9d[_0x4fcd39(0x2b5)]:_0x84f9d[_0x4fcd39(0x2d4)]);let _0x577e2f='',_0x576ca5=null,_0xc46f3e=null;if(_0x84f9d['WcNVC'](_0x5b4c54,_0x84f9d['ifIHM'])){_0x576ca5=_0x30b512[_0x4fcd39(0x397)]?.[_0x4fcd39(0x36a)]||_0x30b512[_0x4fcd39(0x397)]?.['id']||global[_0x4fcd39(0x2ac)];if(!_0x576ca5){logger[_0x4fcd39(0x285)](_0x84f9d[_0x4fcd39(0x316)]);return;}try{const _0x1ff297=await GrpcClient[_0x4fcd39(0x1e3)]()[_0x4fcd39(0x287)](process[_0x4fcd39(0x387)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x84f9d[_0x4fcd39(0x31c)],_0x84f9d[_0x4fcd39(0x373)],_0x576ca5),_0x4d5b72=AccessibilityModule['loadDriverExecuteParams'](null,_0x1ff297);_0x577e2f=_0x4d5b72?.['thTestRunUuid']||'',logger[_0x4fcd39(0x356)](_0x4fcd39(0x3ac)+_0x577e2f+_0x4fcd39(0x352)+_0x576ca5),_0xc46f3e=_0x1ff297;}catch(_0x7e31b1){logger[_0x4fcd39(0x294)](_0x4fcd39(0x306)+_0x7e31b1['message']);return;}}else{const _0x3bae0e=this['getTestId'](_0x30b512);_0x577e2f=TestInfo[_0x4fcd39(0x2c9)](_0x3bae0e);}const _0x4bff10=((()=>{const _0x233310=_0x4fcd39,_0x2227e6=(this['accessibilityConfig']?.[_0x233310(0x299)]?.[_0x233310(0x210)]||[])[_0x233310(0x221)](_0x3cd9ac=>(typeof _0x3cd9ac[_0x233310(0x293)]==='function'?_0x3cd9ac[_0x233310(0x293)]():_0x3cd9ac[_0x233310(0x22d)])===this['KEY_TESTHUB_BUILD_ID']);return _0x2227e6?_0x84f9d[_0x233310(0x1e0)](typeof _0x2227e6[_0x233310(0x2aa)],_0x84f9d[_0x233310(0x2a0)])?_0x2227e6[_0x233310(0x2aa)]():_0x2227e6['value']:'';})()),_0x586b52=process[_0x4fcd39(0x387)][_0x4fcd39(0x2f4)]||'';logger[_0x4fcd39(0x356)](_0x4fcd39(0x226)+(_0x284edb?.['getPlatformIndex']?.()||_0x84f9d['vGpPK'])+_0x4fcd39(0x220)+_0x577e2f+'\x20testHubUuid='+_0x4bff10+_0x4fcd39(0x376)+(_0x586b52?_0x84f9d[_0x4fcd39(0x37d)]:_0x84f9d[_0x4fcd39(0x304)]));let _0x2840e7;if(_0x84f9d['WcNVC'](_0x5b4c54,_0x84f9d[_0x4fcd39(0x2b5)]))_0x2840e7=AccessibilityModule[_0x4fcd39(0x27a)](_0x577e2f,_0xc46f3e);else{const _0x5e5198=await GrpcClient['getInstance']()[_0x4fcd39(0x287)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x84f9d[_0x4fcd39(0x31c)],_0x84f9d['CsXhv']);_0x2840e7=AccessibilityModule[_0x4fcd39(0x27a)](_0x577e2f,_0x5e5198);}logger[_0x4fcd39(0x356)](_0x4fcd39(0x308)+JSON[_0x4fcd39(0x212)](_0x2840e7));const _0x17f5da=Object[_0x4fcd39(0x279)]({},{'thTestRunUuid':_0x84f9d[_0x4fcd39(0x251)](_0x577e2f,''),'thBuildUuid':_0x84f9d['fJONd'](_0x4bff10,''),'thJwtToken':_0x84f9d[_0x4fcd39(0x251)](_0x586b52,'')},_0x2840e7);logger[_0x4fcd39(0x356)](_0x4fcd39(0x37e)+_0x577e2f+_0x4fcd39(0x2de)+this[_0x4fcd39(0x32b)]);let _0x197834=global[_0x4fcd39(0x2d6)]?.['pwPage']||null;!_0x197834&&(_0x197834=AutomationFramework[_0x4fcd39(0x33b)](_0x284edb,_0x84f9d[_0x4fcd39(0x247)],null)),!_0x197834&&(_0x197834=AutomationFramework[_0x4fcd39(0x33b)](_0x284edb,_0x84f9d[_0x4fcd39(0x288)],null)),await this[_0x4fcd39(0x2c7)](this[_0x4fcd39(0x25e)](),_0x577e2f,_0x197834,_0x17f5da,this[_0x4fcd39(0x32b)]);}catch(_0x21256d){logger[_0x4fcd39(0x294)](_0x4fcd39(0x253)+(_0x21256d[_0x4fcd39(0x1f0)]||_0x21256d['message']));}}async[a80_0x12b359(0x2c7)](_0x3104f5,_0x5d69ac,_0x21bab5,_0x4e3799,_0x16b555){const _0x20e852=a80_0x12b359,_0x3f4ec9={};_0x3f4ec9[_0x20e852(0x307)]=_0x20e852(0x35f),_0x3f4ec9['rDYFj']=function(_0x273626,_0x5d6752){return _0x273626&&_0x5d6752;},_0x3f4ec9[_0x20e852(0x1f9)]=_0x20e852(0x2e5),_0x3f4ec9[_0x20e852(0x24d)]=function(_0x14a876,_0x3e4919){return _0x14a876===_0x3e4919;},_0x3f4ec9[_0x20e852(0x2fa)]=_0x20e852(0x33c),_0x3f4ec9[_0x20e852(0x2a6)]=_0x20e852(0x351),_0x3f4ec9[_0x20e852(0x320)]=_0x20e852(0x3a5),_0x3f4ec9[_0x20e852(0x2e2)]=_0x20e852(0x292),_0x3f4ec9[_0x20e852(0x302)]=_0x20e852(0x2c5),_0x3f4ec9[_0x20e852(0x372)]=function(_0x4d169d,_0x479f27){return _0x4d169d&&_0x479f27;},_0x3f4ec9[_0x20e852(0x25c)]='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x3f4ec9['bRIBL']=_0x20e852(0x2f3),_0x3f4ec9[_0x20e852(0x2ab)]=_0x20e852(0x260);const _0x50ab64=_0x3f4ec9;try{const _0x38c6fc=this[_0x20e852(0x1f8)](_0x50ab64[_0x20e852(0x307)]);if(_0x50ab64[_0x20e852(0x2bd)](!_0x16b555,!_0x38c6fc)){logger[_0x20e852(0x356)](_0x50ab64[_0x20e852(0x1f9)]);return;}if(!_0x5d69ac||_0x50ab64['oWgcu'](_0x5d69ac,_0x50ab64[_0x20e852(0x2fa)])||_0x50ab64[_0x20e852(0x24d)](_0x5d69ac,'')){logger[_0x20e852(0x356)](_0x50ab64[_0x20e852(0x2a6)]);return;}logger[_0x20e852(0x356)](_0x20e852(0x319)+JSON[_0x20e852(0x212)](_0x4e3799)),_0x3104f5&&(logger[_0x20e852(0x356)](_0x50ab64['hfBcp']),await this[_0x20e852(0x280)](_0x21bab5,_0x5d69ac,_0x50ab64[_0x20e852(0x2e2)],_0x4e3799,_0x16b555,_0x50ab64[_0x20e852(0x302)]),_0x50ab64[_0x20e852(0x372)](!_0x16b555,_0x38c6fc)&&(logger['debug'](_0x50ab64[_0x20e852(0x25c)]),await PerformanceTester[_0x20e852(0x281)](_0x50ab64[_0x20e852(0x2f2)],async()=>{const _0x264270=_0x20e852;await this[_0x264270(0x280)](_0x21bab5,_0x5d69ac,_0x50ab64[_0x264270(0x307)],_0x4e3799,_0x16b555,_0x50ab64['ynggy']);})()),logger[_0x20e852(0x207)](_0x50ab64[_0x20e852(0x2ab)]));}catch(_0xc57ac6){logger[_0x20e852(0x294)](_0x20e852(0x257)+(_0xc57ac6['stack']||_0xc57ac6[_0x20e852(0x23f)]));}}async[a80_0x12b359(0x237)](_0x14eb4d){const _0x41024f=a80_0x12b359,_0x4afe94={};_0x4afe94['jxXKF']=function(_0x1f0231,_0x5ec531){return _0x1f0231!==_0x5ec531;},_0x4afe94[_0x41024f(0x334)]='cucumber',_0x4afe94[_0x41024f(0x2fc)]=function(_0x1c7a5c,_0x154de7){return _0x1c7a5c!==_0x154de7;},_0x4afe94[_0x41024f(0x2b0)]='jest',_0x4afe94[_0x41024f(0x3a9)]=_0x41024f(0x2d9),_0x4afe94['OTdgP']=_0x41024f(0x381),_0x4afe94['RjAUV']=_0x41024f(0x206),_0x4afe94['pNHPO']=function(_0x4ceb95,_0x88a09f){return _0x4ceb95===_0x88a09f;},_0x4afe94[_0x41024f(0x215)]=_0x41024f(0x2ad),_0x4afe94[_0x41024f(0x389)]=_0x41024f(0x29b),_0x4afe94[_0x41024f(0x2a9)]=_0x41024f(0x23a),_0x4afe94[_0x41024f(0x269)]=_0x41024f(0x30d),_0x4afe94[_0x41024f(0x26b)]=_0x41024f(0x2a3),_0x4afe94[_0x41024f(0x2f6)]=_0x41024f(0x2c5),_0x4afe94['ltauq']=_0x41024f(0x33c);const _0x36426d=_0x4afe94;if(_0x36426d[_0x41024f(0x2c2)](_0x14eb4d[_0x41024f(0x277)],_0x36426d['UdFjU'])&&_0x36426d['MfMcz'](_0x14eb4d['testFramework'],_0x36426d[_0x41024f(0x2b0)])){logger[_0x41024f(0x356)](_0x36426d['gnrcI']);return;}logger['debug'](_0x41024f(0x2a5)+(_0x14eb4d[_0x41024f(0x1fc)]||_0x36426d[_0x41024f(0x34c)])+',\x20framework='+_0x14eb4d[_0x41024f(0x277)]);try{const _0x2aae4a=_0x14eb4d['instance']||AutomationFramework[_0x41024f(0x29f)](),_0x5e354e=TestFramework[_0x41024f(0x29f)](),_0x2eb37a=_0x14eb4d['commandName']||_0x14eb4d['command']?.[_0x41024f(0x293)]();if(!_0x2eb37a){logger[_0x41024f(0x356)](_0x36426d[_0x41024f(0x303)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x41024f(0x356)](_0x41024f(0x35a)+_0x2eb37a);return;}if(!this[_0x41024f(0x22c)](_0x2eb37a)){logger['debug']('onBeforeExecute:\x20Command\x20'+_0x2eb37a+_0x41024f(0x255));return;}const _0x2f3e2a=_0x14eb4d[_0x41024f(0x1e4)]||global[_0x41024f(0x2d6)]?.['pwPage'];if(!_0x2f3e2a){logger['debug'](_0x41024f(0x1f5)+_0x2eb37a);return;}let _0x51de08='',_0x4dcfe5=null;if(_0x36426d[_0x41024f(0x367)](_0x14eb4d[_0x41024f(0x277)],_0x36426d[_0x41024f(0x2b0)])){_0x4dcfe5=_0x14eb4d[_0x41024f(0x397)]?.[_0x41024f(0x36a)]||_0x14eb4d[_0x41024f(0x397)]?.['id']||global[_0x41024f(0x2ac)];if(!_0x4dcfe5){logger['warn'](_0x36426d[_0x41024f(0x215)]);return;}try{const _0x3b68d5=await GrpcClient[_0x41024f(0x1e3)]()[_0x41024f(0x287)](process[_0x41024f(0x387)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x36426d['MNamn'],_0x36426d[_0x41024f(0x2a9)],_0x4dcfe5),_0x2d8078=AccessibilityModule['loadDriverExecuteParams'](null,_0x3b68d5);_0x51de08=_0x2d8078?.['thTestRunUuid']||'',logger[_0x41024f(0x356)](_0x41024f(0x375)+_0x51de08+_0x41024f(0x352)+_0x4dcfe5);}catch(_0x4aa09c){logger['error'](_0x41024f(0x2f0)+_0x4aa09c[_0x41024f(0x23f)]);return;}}else _0x51de08=this[_0x41024f(0x31d)](_0x36426d[_0x41024f(0x269)])||'';const _0x465c6d=this[_0x41024f(0x31d)](_0x36426d['nDBDL'])||this[_0x41024f(0x2b8)][this[_0x41024f(0x268)]]||null,_0x4c2578=process['env'][_0x41024f(0x2f4)]||'',_0xd3dca5=this[_0x41024f(0x1ee)](_0x2eb37a,_0x51de08,_0x465c6d,_0x4c2578),_0x493e03=_0x36426d['pNHPO'](_0x14eb4d[_0x41024f(0x277)],_0x36426d['gkkvd'])?await AccessibilityModule[_0x41024f(0x371)](_0x36426d[_0x41024f(0x2f6)],_0x51de08,_0x4dcfe5):await AccessibilityModule[_0x41024f(0x371)](_0x36426d[_0x41024f(0x2f6)],_0x51de08);logger[_0x41024f(0x207)](_0x41024f(0x388)+(_0xd3dca5?JSON[_0x41024f(0x212)](_0xd3dca5):_0x36426d['ltauq']));const _0x7b4d31=CLIUtils[_0x41024f(0x329)](_0xd3dca5,_0x493e03);logger[_0x41024f(0x207)]('MergedScanArgs:\x20'+(_0x7b4d31?JSON[_0x41024f(0x212)](_0x7b4d31):_0x36426d['ltauq'])),logger[_0x41024f(0x356)](_0x41024f(0x39b)+_0x2eb37a);const _0xb2e263=await this['performScanForCli'](_0x2f3e2a,_0x51de08,_0x2eb37a,_0x7b4d31,this['isAppAccessibility']);logger[_0x41024f(0x356)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x2eb37a+_0x41024f(0x258)+_0xb2e263);}catch(_0x37e987){logger[_0x41024f(0x294)](_0x41024f(0x262)+(_0x37e987[_0x41024f(0x1f0)]||_0x37e987[_0x41024f(0x23f)]));}}[a80_0x12b359(0x2ed)](){const _0x5da913=a80_0x12b359;return this[_0x5da913(0x25e)]();}[a80_0x12b359(0x27f)](_0x11acf7){const _0x429022=a80_0x12b359,_0x3ef907=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x429022(0x35c)](_0x3ef907,_0x11acf7);}async['initAccessibilityConfig'](_0x364dec){const _0x16772f=a80_0x12b359,_0x184208={};_0x184208[_0x16772f(0x2e9)]=_0x16772f(0x381);const _0x3b3edd=_0x184208;try{const _0x445ba8=_0x364dec['instance']||AutomationFramework[_0x16772f(0x29f)](),_0x482b1d=_0x445ba8?.['getData']?.()?.[_0x16772f(0x3aa)]?.(this[_0x16772f(0x24f)])||![];if(_0x482b1d)return;PerformanceTester[_0x16772f(0x346)](EVENTS[_0x16772f(0x21f)]);const _0x3b96ee=await GrpcClient[_0x16772f(0x1e3)]()[_0x16772f(0x1e2)](_0x364dec);_0x3b96ee&&_0x3b96ee[_0x16772f(0x217)]&&_0x3b96ee[_0x16772f(0x217)]()&&_0x3b96ee[_0x16772f(0x217)]()['getSuccess']()?(await this['loadAccessibilityConfig'](_0x3b96ee,_0x364dec),_0x445ba8?.[_0x16772f(0x22f)]&&_0x445ba8[_0x16772f(0x22f)]()['set'](this['KEY_INIT'],!![]),logger[_0x16772f(0x356)](_0x16772f(0x226)+(_0x445ba8?.[_0x16772f(0x1f3)]?.()||_0x3b3edd[_0x16772f(0x2e9)])+_0x16772f(0x37c))):logger['debug'](_0x16772f(0x226)+(_0x445ba8?.[_0x16772f(0x1f3)]?.()||_0x3b3edd[_0x16772f(0x2e9)])+_0x16772f(0x24c)),PerformanceTester['end'](EVENTS[_0x16772f(0x21f)]);}catch(_0x25171a){PerformanceTester[_0x16772f(0x252)](EVENTS[_0x16772f(0x21f)],![],_0x25171a[_0x16772f(0x23f)]),logger['error'](_0x16772f(0x291)+(_0x25171a['stack']||_0x25171a[_0x16772f(0x23f)]));}}async[a80_0x12b359(0x234)](_0x20aba7,_0x589f32){const _0x24d567=a80_0x12b359;await this[_0x24d567(0x254)](_0x20aba7,_0x589f32);const _0x3a96a7=_0x20aba7[_0x24d567(0x217)]()[_0x24d567(0x2bb)]();if(_0x3a96a7){const _0x4fd8bf=_0x20aba7['getTesthub']&&_0x20aba7[_0x24d567(0x28b)]();_0x4fd8bf&&(this[_0x24d567(0x2b8)][this['KEY_TESTHUB_BUILD_ID']]=_0x4fd8bf[_0x24d567(0x36b)]&&_0x4fd8bf[_0x24d567(0x36b)]());}}[a80_0x12b359(0x22c)](_0x4565f7){const _0x2a8658=a80_0x12b359,_0x26c614={};_0x26c614['xWLOQ']=function(_0x30fe1d,_0x896a68){return _0x30fe1d===_0x896a68;};const _0x2bd36f=_0x26c614;try{if(!_0x4565f7)return![];const _0x8cfd8c=this[_0x2a8658(0x2b8)]?.[_0x2a8658(0x299)]?.['commandsToWrap']?.[_0x2a8658(0x3a3)]||[],_0x32199b=_0x8cfd8c[_0x2a8658(0x2fb)](_0x3fbdbe=>{const _0x4372a7=_0x2a8658;return _0x3fbdbe['name']&&_0x2bd36f[_0x4372a7(0x244)](_0x3fbdbe[_0x4372a7(0x22d)][_0x4372a7(0x25d)](),_0x4565f7['toLowerCase']());});return logger[_0x2a8658(0x356)](_0x2a8658(0x392)+_0x4565f7+_0x2a8658(0x34f)+_0x32199b+_0x2a8658(0x333)+JSON['stringify'](_0x8cfd8c[_0x2a8658(0x34d)](_0x472e9d=>_0x472e9d[_0x2a8658(0x22d)]))),_0x32199b;}catch(_0x5359e9){return logger[_0x2a8658(0x356)](_0x2a8658(0x26e)+_0x5359e9[_0x2a8658(0x23f)]),![];}}[a80_0x12b359(0x2d3)](_0x22e894){const _0x263db6=a80_0x12b359,_0x35ff95={};_0x35ff95[_0x263db6(0x240)]=function(_0x3926ef,_0x3f4139){return _0x3926ef===_0x3f4139;},_0x35ff95['iOWBS']=_0x263db6(0x366),_0x35ff95['JLbcK']=_0x263db6(0x1df);const _0x4dad0c=_0x35ff95,_0x130a38=_0x22e894[_0x263db6(0x28a)]&&_0x22e894['getScript']();return _0x130a38&&_0x4dad0c[_0x263db6(0x240)](typeof _0x130a38,_0x4dad0c[_0x263db6(0x2a1)])&&_0x130a38['includes'](_0x4dad0c[_0x263db6(0x21e)]);}[a80_0x12b359(0x231)](_0x5ccdf1){const _0x18af9b=a80_0x12b359,_0x241dc5={};_0x241dc5[_0x18af9b(0x20f)]=function(_0x1fc2d1,_0x109206){return _0x1fc2d1!==_0x109206;},_0x241dc5['bJsnd']=_0x18af9b(0x366),_0x241dc5[_0x18af9b(0x2b4)]=_0x18af9b(0x29b),_0x241dc5['pIYRf']=_0x18af9b(0x23a),_0x241dc5[_0x18af9b(0x33f)]=_0x18af9b(0x23e),_0x241dc5['yDLaX']='saveTestResults';const _0x5cf83c=_0x241dc5,_0xb4bc72=_0x5ccdf1[_0x18af9b(0x28a)]&&_0x5ccdf1['getScript']();if(!_0xb4bc72||_0x5cf83c[_0x18af9b(0x20f)](typeof _0xb4bc72,_0x5cf83c[_0x18af9b(0x368)]))return![];return _0xb4bc72[_0x18af9b(0x2eb)](_0x5cf83c[_0x18af9b(0x2b4)])||_0xb4bc72[_0x18af9b(0x2eb)](_0x5cf83c['pIYRf'])||_0xb4bc72['includes'](_0x5cf83c[_0x18af9b(0x33f)])||_0xb4bc72[_0x18af9b(0x2eb)](_0x5cf83c[_0x18af9b(0x34e)]);}[a80_0x12b359(0x1ee)](_0x22b4cc,_0x3a5ac3,_0x1f6944,_0x45633f){const _0x3ddb5e=a80_0x12b359,_0x1d11a2={};_0x1d11a2['cSdAW']=function(_0x41a161,_0x8b4f2c){return _0x41a161||_0x8b4f2c;},_0x1d11a2[_0x3ddb5e(0x2ea)]=function(_0x1b61f0,_0x23c445){return _0x1b61f0||_0x23c445;},_0x1d11a2[_0x3ddb5e(0x345)]=function(_0x13b4bf,_0x56a85b){return _0x13b4bf||_0x56a85b;};const _0x5d2127=_0x1d11a2;return{'command':_0x22b4cc,'thTestRunUuid':_0x5d2127[_0x3ddb5e(0x2d5)](_0x3a5ac3,''),'thBuildUuid':_0x5d2127[_0x3ddb5e(0x2ea)](_0x1f6944,''),'thJwtToken':_0x5d2127['XpipL'](_0x45633f,''),'timestamp':new Date()[_0x3ddb5e(0x1f4)]()};}[a80_0x12b359(0x1f8)](_0x4013e3){const _0x4bdecc=a80_0x12b359,_0x581ea9={};_0x581ea9[_0x4bdecc(0x2f1)]=function(_0x5e9f8c,_0x34c8cc){return _0x5e9f8c||_0x34c8cc;};const _0x169d62=_0x581ea9;try{const _0x870ef8=this['accessibilityConfig']?.['options']?.[_0x4bdecc(0x32c)]||[],_0x4e9e50=_0x870ef8['find'](_0x2aba87=>_0x2aba87[_0x4bdecc(0x22d)]===_0x4013e3);return _0x169d62[_0x4bdecc(0x2f1)](_0x4e9e50,null);}catch(_0x1b6ba8){return logger[_0x4bdecc(0x356)](_0x4bdecc(0x39a)+_0x4013e3+':\x20'+_0x1b6ba8['message']),null;}}async[a80_0x12b359(0x38e)](_0x1d21c2,_0x3167cf,_0x2c92ca=null){const _0x17e760=a80_0x12b359,_0x5106fd={'jDpdB':function(_0x50474b,_0x3fbe3f){return _0x50474b(_0x3fbe3f);},'tCdaw':_0x17e760(0x25f)};try{if(!_0x1d21c2)return logger['debug']('executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20'+_0x3167cf),null;const _0x25678c=this['getScriptByName'](_0x3167cf);if(!_0x25678c||!_0x25678c[_0x17e760(0x219)])return logger[_0x17e760(0x356)]('executeScriptByName:\x20No\x20'+_0x3167cf+'\x20script\x20available'),null;logger['debug'](_0x17e760(0x214)+_0x3167cf+'\x20accessibility\x20script\x20on\x20page');const _0x4ea11f=_0x5106fd['jDpdB'](require,_0x5106fd[_0x17e760(0x211)]),_0x2417c3=_0x2c92ca?await _0x4ea11f['browserStackEvaluate'](_0x1d21c2,_0x25678c[_0x17e760(0x219)],_0x2c92ca):await _0x4ea11f[_0x17e760(0x2ff)](_0x1d21c2,_0x25678c[_0x17e760(0x219)]);return _0x2417c3;}catch(_0x5c166e){return logger[_0x17e760(0x294)](_0x17e760(0x347)+_0x3167cf+':\x20'+(_0x5c166e['stack']||_0x5c166e[_0x17e760(0x23f)])),null;}}async['performScanForCli'](_0xb2ad44,_0xb0bde,_0xfb8dca,_0x4babd7,_0x3c1547,_0xee2c6b=a80_0x12b359(0x2c5)){const _0x18d4eb=a80_0x12b359,_0x4dd03={'rHqpc':function(_0xcfade2,_0x386c22){return _0xcfade2===_0x386c22;},'ToCmb':'scan','gNyOJ':function(_0x3e622d,_0x4abb5b){return _0x3e622d(_0x4abb5b);},'KMHOP':_0x18d4eb(0x25f),'ziexL':function(_0x3cd310,_0x30c592){return _0x3cd310(_0x30c592);}};try{logger[_0x18d4eb(0x356)](_0x18d4eb(0x239)+_0xfb8dca+_0x18d4eb(0x28e)+_0xee2c6b);const _0xb26e66=this[_0x18d4eb(0x1f8)](_0xee2c6b);if(!_0xb26e66||!_0xb26e66[_0x18d4eb(0x219)]){logger['debug'](_0x18d4eb(0x28f)+_0xee2c6b+_0x18d4eb(0x2f7));return;}if(_0x4dd03['rHqpc'](_0xee2c6b,_0x4dd03[_0x18d4eb(0x390)])){const _0x15437c=_0x4dd03[_0x18d4eb(0x21a)](require,_0x4dd03[_0x18d4eb(0x259)]),_0x420a35={};_0x420a35[_0x18d4eb(0x219)]=_0xfb8dca;const _0x4a4908=await PerformanceTester[_0x18d4eb(0x281)](PerformanceA11yEvents[_0x18d4eb(0x382)],async()=>{const _0x335ae1=_0x18d4eb;await _0x15437c[_0x335ae1(0x2ff)](_0xb2ad44,_0xb26e66['command']);},_0x420a35)();return logger[_0x18d4eb(0x207)](_0x18d4eb(0x386)+_0xee2c6b+_0x18d4eb(0x39f)+_0xfb8dca+':\x20'+util[_0x18d4eb(0x278)](_0x4a4908)),_0x4a4908;}const _0x3017ba=_0x4dd03[_0x18d4eb(0x2e7)](require,_0x4dd03['KMHOP']),_0x25897f=await PerformanceTester[_0x18d4eb(0x281)](PerformanceA11yEvents[_0x18d4eb(0x305)],async()=>{const _0x30f128=_0x18d4eb;await _0x3017ba[_0x30f128(0x2ff)](_0xb2ad44,_0xb26e66[_0x30f128(0x219)],_0x4babd7);})();return logger[_0x18d4eb(0x207)](_0x18d4eb(0x386)+_0xee2c6b+_0x18d4eb(0x39f)+_0xfb8dca+':\x20'+util['format'](_0x25897f)),_0x25897f;}catch(_0x28d25c){logger['error'](_0x18d4eb(0x35e)+_0xee2c6b+':\x20'+(_0x28d25c[_0x18d4eb(0x1f0)]||_0x28d25c[_0x18d4eb(0x23f)]));}}async[a80_0x12b359(0x35b)](_0x4697b3){const _0x3a0868=a80_0x12b359,_0x5afd0f={'kuTTx':function(_0x34c7fa,_0x13447a){return _0x34c7fa(_0x13447a);},'laQER':_0x3a0868(0x248)};try{const _0x36c229=_0x5afd0f[_0x3a0868(0x3a2)](require,_0x5afd0f['laQER']);return await _0x36c229[_0x3a0868(0x348)](_0x4697b3);}catch(_0x4a06ff){return logger[_0x3a0868(0x294)](_0x3a0868(0x398)+(_0x4a06ff['stack']||_0x4a06ff[_0x3a0868(0x23f)])),![];}}[a80_0x12b359(0x2cc)](_0x239930,_0x383dac,_0x1a0d1b){const _0xdc9141=a80_0x12b359,_0x7b6ad1={'QQAoH':function(_0x32ce80,_0x529f09){return _0x32ce80(_0x529f09);},'qwppl':'../../playwright/accessibility-helper','zezDo':'\x22browserstack.user\x22:\x22[REDACTED]\x22','kuwUD':_0xdc9141(0x23c)};try{const _0x6fb8df=_0x7b6ad1[_0xdc9141(0x270)](require,_0x7b6ad1[_0xdc9141(0x2d0)]);_0x6fb8df[_0xdc9141(0x2cc)](_0x239930,_0x383dac,_0x1a0d1b);const _0x1f6019=JSON[_0xdc9141(0x212)](_0x239930)[_0xdc9141(0x34a)](/"browserstack\.user":"[^"]*"/g,_0x7b6ad1['zezDo'])[_0xdc9141(0x34a)](/"browserstack\.key":"[^"]*"/g,_0x7b6ad1[_0xdc9141(0x2ae)]);logger[_0xdc9141(0x356)](_0xdc9141(0x2d8)+global[_0xdc9141(0x24e)]+'\x20'+_0x1f6019);}catch(_0x4a2eb2){logger[_0xdc9141(0x294)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x4a2eb2[_0xdc9141(0x1f0)]||_0x4a2eb2[_0xdc9141(0x23f)]));}}async[a80_0x12b359(0x203)](_0x12915c){const _0x4cf068=a80_0x12b359,_0x4dc147={};_0x4dc147[_0x4cf068(0x20c)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x4dc147[_0x4cf068(0x246)]=_0x4cf068(0x23e);const _0x47da04=_0x4dc147;try{if(!this[_0x4cf068(0x25e)]())return logger['warn'](_0x47da04[_0x4cf068(0x20c)]),[];const _0x4bc8d0=await this[_0x4cf068(0x38e)](_0x12915c,_0x47da04['vWbyw']);return _0x4bc8d0||[];}catch(_0x3e7e27){return logger[_0x4cf068(0x294)](_0x4cf068(0x335)+(_0x3e7e27['stack']||_0x3e7e27['message'])),[];}}async[a80_0x12b359(0x1f7)](_0x168b2c){const _0x308aad=a80_0x12b359,_0x5481d0={'SQyPo':_0x308aad(0x2c5),'vdEXT':_0x308aad(0x30c),'LsvqB':_0x308aad(0x296),'QLGrG':function(_0x224eaa,_0x57fa2e){return _0x224eaa(_0x57fa2e);},'OeoJv':_0x308aad(0x322),'Cgqho':function(_0x3cbdad,_0x5dba7d){return _0x3cbdad===_0x5dba7d;},'pvAMh':'jest','JjbHh':_0x308aad(0x2fe),'mhuZP':_0x308aad(0x29b),'fgPkZ':_0x308aad(0x2a3),'JcDTo':_0x308aad(0x1f7),'KlWNS':_0x308aad(0x30d),'pgiXj':_0x308aad(0x225),'pPCeW':_0x308aad(0x2e1)};try{if(!this['getCurrentAccessibilityStatus']())return logger['warn'](_0x5481d0['LsvqB']),{};const _0x24c0a6=_0x5481d0['QLGrG'](require,_0x5481d0['OeoJv']),_0x127178=_0x24c0a6['getTestFrameworkDetail'](),_0x2326c9=_0x5481d0['Cgqho'](_0x127178?.['name']?.[_0x308aad(0x25d)](),_0x5481d0[_0x308aad(0x295)]);let _0x249238='',_0x15ab6f=null,_0x34b3da=null;if(_0x2326c9){_0x15ab6f=global[_0x308aad(0x2ac)]||global[_0x308aad(0x2d6)]?.['currentTest']?.[_0x308aad(0x36a)]||global[_0x308aad(0x2d6)]?.[_0x308aad(0x2f8)]?.['id'];if(!_0x15ab6f)return logger[_0x308aad(0x285)](_0x5481d0[_0x308aad(0x32e)]),{};try{const _0x5db788=await GrpcClient[_0x308aad(0x1e3)]()[_0x308aad(0x287)](process[_0x308aad(0x387)][_0x308aad(0x38c)],_0x5481d0[_0x308aad(0x30e)],_0x5481d0[_0x308aad(0x330)],_0x15ab6f),_0x1bccd8=AccessibilityModule[_0x308aad(0x27a)](null,_0x5db788);_0x249238=_0x1bccd8?.[_0x308aad(0x370)]||'',logger[_0x308aad(0x356)](_0x308aad(0x3a8)+_0x249238+_0x308aad(0x352)+_0x15ab6f);const _0x521126=await AccessibilityModule[_0x308aad(0x371)](_0x5481d0[_0x308aad(0x330)],_0x249238,_0x15ab6f),_0x222d66=this[_0x308aad(0x31d)](_0x5481d0[_0x308aad(0x26a)])||this[_0x308aad(0x2b8)][this[_0x308aad(0x268)]]||null,_0x1cba01=process[_0x308aad(0x387)][_0x308aad(0x2f4)]||'',_0x4f8cdc=this[_0x308aad(0x1ee)](_0x5481d0['JcDTo'],_0x249238,_0x222d66,_0x1cba01);_0x34b3da=_0x24c0a6[_0x308aad(0x329)](_0x4f8cdc,_0x521126),logger[_0x308aad(0x356)](_0x308aad(0x3a6)+JSON[_0x308aad(0x212)](_0x34b3da));}catch(_0x5361b8){return logger['error']('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x5361b8['message']),{};}}else{_0x249238=this[_0x308aad(0x31d)](_0x5481d0['KlWNS'])||'';const _0x167fff=this[_0x308aad(0x31d)](_0x5481d0['fgPkZ'])||this[_0x308aad(0x2b8)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x1f0e3e=process[_0x308aad(0x387)][_0x308aad(0x2f4)]||'';_0x34b3da=this[_0x308aad(0x1ee)](_0x5481d0[_0x308aad(0x2db)],_0x249238,_0x167fff,_0x1f0e3e);}logger['debug'](_0x5481d0[_0x308aad(0x202)]),await PerformanceTester[_0x308aad(0x281)](PerformanceA11yEvents[_0x308aad(0x382)],async()=>{const _0xfbb8e8=_0x308aad,_0x48eaea=await this['executeScriptByName'](_0x168b2c,_0x5481d0[_0xfbb8e8(0x283)],_0x34b3da);logger['debug'](_0xfbb8e8(0x380)+util[_0xfbb8e8(0x278)](_0x48eaea));},{'command':_0x5481d0[_0x308aad(0x2db)]})();const _0x56efed=await PerformanceTester[_0x308aad(0x281)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x351d9a=_0x308aad;return await this[_0x351d9a(0x38e)](_0x168b2c,_0x5481d0[_0x351d9a(0x330)],_0x34b3da);})();if(!_0x56efed)return logger[_0x308aad(0x356)](_0x5481d0['pPCeW']),{};return _0x56efed;}catch(_0x132dc0){return logger['error'](_0x308aad(0x2c6)+(_0x132dc0[_0x308aad(0x1f0)]||_0x132dc0[_0x308aad(0x23f)])),{};}}async[a80_0x12b359(0x297)](_0x2d3830,_0x547843,_0x209d3=null){const _0x57f4c2=a80_0x12b359,_0x13e7a9={};_0x13e7a9['dyoTE']=_0x57f4c2(0x32f),_0x13e7a9[_0x57f4c2(0x1f1)]=_0x57f4c2(0x2f5),_0x13e7a9[_0x57f4c2(0x242)]=_0x57f4c2(0x2b3);const _0x76cfe7=_0x13e7a9;try{if(!_0x2d3830)return logger[_0x57f4c2(0x356)](_0x76cfe7[_0x57f4c2(0x369)]),null;if(!_0x547843)return logger[_0x57f4c2(0x356)](_0x76cfe7['XCriM']),null;logger['debug'](_0x76cfe7['pDJfb']);const _0x7a4b59=_0x209d3?await _0x2d3830['evaluate'](_0x547843,_0x209d3):await _0x2d3830[_0x57f4c2(0x23b)](_0x547843);return _0x7a4b59;}catch(_0x48f232){return logger[_0x57f4c2(0x294)](_0x57f4c2(0x235)+(_0x48f232['stack']||_0x48f232[_0x57f4c2(0x23f)])),null;}}static[a80_0x12b359(0x27a)](_0x3e04b2,_0x5dc5d4){const _0x3efc15=a80_0x12b359,_0x3b3cae={};_0x3b3cae[_0x3efc15(0x266)]=_0x3efc15(0x20e);const _0x253ede=_0x3b3cae,_0x5c756d={};_0x5c756d['thTestRunUuid']=_0x3e04b2;const _0x3f570a=_0x5c756d;let _0x5e0a1d={};if(_0x5dc5d4[_0x3efc15(0x25a)]()&&_0x5dc5d4['hasAccessibilityExecuteParams']())try{_0x5e0a1d=JSON[_0x3efc15(0x396)](new Buffer(_0x5dc5d4[_0x3efc15(0x2cb)]())[_0x3efc15(0x36e)](_0x253ede[_0x3efc15(0x266)]));}catch(_0x585da2){logger[_0x3efc15(0x294)](_0x3efc15(0x32a)+_0x585da2[_0x3efc15(0x23f)]),_0x5e0a1d={};}return CLIUtils['mergeObject'](_0x3f570a,_0x5e0a1d);}static async['fetchCentralAuthA11yConfig'](_0x24064d,_0x27b49a='',_0x120153=null){const _0x561696=a80_0x12b359,_0x593ea5={};_0x593ea5[_0x561696(0x1fe)]=_0x561696(0x2e6),_0x593ea5[_0x561696(0x2be)]=_0x561696(0x29b);const _0x2898da=_0x593ea5;try{if(!_0x120153&&AccessibilityModule[_0x561696(0x230)])return AccessibilityModule[_0x561696(0x2d1)];if(!process[_0x561696(0x387)][_0x561696(0x38c)])return logger[_0x561696(0x294)](_0x2898da[_0x561696(0x1fe)]),{};const _0x2af643=await GrpcClient[_0x561696(0x1e3)]()[_0x561696(0x287)](process[_0x561696(0x387)][_0x561696(0x38c)],_0x2898da[_0x561696(0x2be)],_0x24064d,_0x120153),_0x25ce49=_0x120153?AccessibilityModule[_0x561696(0x27a)](null,_0x2af643)?.[_0x561696(0x370)]||_0x27b49a:_0x27b49a,_0x3c86e0=AccessibilityModule[_0x561696(0x27a)](_0x25ce49,_0x2af643);return!_0x120153&&(AccessibilityModule[_0x561696(0x2d1)]=_0x3c86e0,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x3c86e0;}catch(_0x4de85f){return logger[_0x561696(0x294)](_0x561696(0x336)+_0x24064d+':\x20'+(_0x4de85f[_0x561696(0x1f0)]||_0x4de85f[_0x561696(0x23f)])),{};}}};function a80_0x95f4(_0x2e0bb4,_0x12d00e){const _0x126dcf=a80_0x126d();return a80_0x95f4=function(_0x95f4a7,_0x40e1f1){_0x95f4a7=_0x95f4a7-0x1db;let _0x3c1d05=_0x126dcf[_0x95f4a7];return _0x3c1d05;},a80_0x95f4(_0x2e0bb4,_0x12d00e);}module[a80_0x12b359(0x331)]=AccessibilityModule;
1
+ const a80_0x18eba5=a80_0x59fa;function a80_0x59fa(_0x225601,_0xee9cb){const _0x49d040=a80_0x49d0();return a80_0x59fa=function(_0x59fa56,_0x1a45f8){_0x59fa56=_0x59fa56-0x192;let _0x4f710a=_0x49d040[_0x59fa56];return _0x4f710a;},a80_0x59fa(_0x225601,_0xee9cb);}(function(_0x4a655b,_0x48e448){const _0x4823cd=a80_0x59fa,_0x3f3eb3=_0x4a655b();while(!![]){try{const _0x325839=parseInt(_0x4823cd(0x344))/0x1*(-parseInt(_0x4823cd(0x251))/0x2)+-parseInt(_0x4823cd(0x2bc))/0x3+parseInt(_0x4823cd(0x20b))/0x4+parseInt(_0x4823cd(0x34a))/0x5+-parseInt(_0x4823cd(0x224))/0x6*(parseInt(_0x4823cd(0x1ff))/0x7)+-parseInt(_0x4823cd(0x1ed))/0x8*(parseInt(_0x4823cd(0x299))/0x9)+-parseInt(_0x4823cd(0x268))/0xa*(-parseInt(_0x4823cd(0x218))/0xb);if(_0x325839===_0x48e448)break;else _0x3f3eb3['push'](_0x3f3eb3['shift']());}catch(_0x1e0757){_0x3f3eb3['push'](_0x3f3eb3['shift']());}}}(a80_0x49d0,0x570b1));const BaseModule=require(a80_0x18eba5(0x2cd)),{createClassLogger}=require(a80_0x18eba5(0x241)),CLIUtils=require(a80_0x18eba5(0x2ab)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a80_0x18eba5(0x246)),AutomationFrameworkState=require(a80_0x18eba5(0x1c8)),HookState=require(a80_0x18eba5(0x261)),GrpcClient=require(a80_0x18eba5(0x19f)),scripts=require(a80_0x18eba5(0x309)),logger=createClassLogger(a80_0x18eba5(0x2a0)),PerformanceTester=require(a80_0x18eba5(0x214)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a80_0x18eba5(0x239)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x18eba5(0x2e2)),{nestedKeyValue,isUndefined}=require(a80_0x18eba5(0x2d2)),util=require(a80_0x18eba5(0x1eb)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a80_0x18eba5(0x1da));class AccessibilityModule extends BaseModule{static [a80_0x18eba5(0x26d)]=AccessibilityModule['name'];static [a80_0x18eba5(0x265)]=![];static [a80_0x18eba5(0x2ba)]={};constructor(_0x8863c){const _0x1a6e4d=a80_0x18eba5,_0x6204f6={};_0x6204f6[_0x1a6e4d(0x1cb)]=_0x1a6e4d(0x2ec),_0x6204f6[_0x1a6e4d(0x281)]=_0x1a6e4d(0x213),_0x6204f6[_0x1a6e4d(0x270)]='DRIVER_HAS_URL',_0x6204f6[_0x1a6e4d(0x2d0)]=_0x1a6e4d(0x34b),_0x6204f6[_0x1a6e4d(0x26a)]=_0x1a6e4d(0x2a7);const _0x17e300=_0x6204f6,_0x350a9e=_0x17e300[_0x1a6e4d(0x1cb)][_0x1a6e4d(0x1e2)]('|');let _0x195461=0x0;while(!![]){switch(_0x350a9e[_0x195461++]){case'0':this['LOG_DISABLED_SHOWN']=new Map();continue;case'1':this['_sendMessageServerPatchApplied']=![];continue;case'2':this[_0x1a6e4d(0x254)]=_0x17e300['LuPhq'];continue;case'3':this[_0x1a6e4d(0x325)](_0x8863c[_0x1a6e4d(0x22e)]()[_0x1a6e4d(0x2fa)]());continue;case'4':this[_0x1a6e4d(0x326)]=[];continue;case'5':super();continue;case'6':AutomationFramework[_0x1a6e4d(0x2e0)](AutomationFrameworkState[_0x1a6e4d(0x1b4)],HookState[_0x1a6e4d(0x33a)],this[_0x1a6e4d(0x1de)][_0x1a6e4d(0x220)](this));continue;case'7':this[_0x1a6e4d(0x291)]=_0x17e300['ZYZor'];continue;case'8':this[_0x1a6e4d(0x31a)]=![];continue;case'9':this[_0x1a6e4d(0x221)]=new Map();continue;case'10':this[_0x1a6e4d(0x1b7)]=_0x8863c[_0x1a6e4d(0x354)]();continue;case'11':logger[_0x1a6e4d(0x1f5)](_0x17e300[_0x1a6e4d(0x2d0)]);continue;case'12':this['KEY_INIT']=_0x17e300[_0x1a6e4d(0x26a)];continue;case'13':this['isEnabled']=!![];continue;case'14':AutomationFramework[_0x1a6e4d(0x2e0)](AutomationFrameworkState[_0x1a6e4d(0x27f)],HookState['PRE'],this[_0x1a6e4d(0x249)][_0x1a6e4d(0x220)](this));continue;case'15':AutomationFramework[_0x1a6e4d(0x2e0)](AutomationFrameworkState[_0x1a6e4d(0x2b4)],HookState[_0x1a6e4d(0x2c8)],this['onBeforeTest'][_0x1a6e4d(0x220)](this));continue;}break;}}[a80_0x18eba5(0x1dd)](){const _0x3a9ff6=a80_0x18eba5;return this[_0x3a9ff6(0x1dd)];}[a80_0x18eba5(0x247)](){const _0x19277a=a80_0x18eba5;return AccessibilityModule[_0x19277a(0x26d)];}[a80_0x18eba5(0x23f)](){const _0x2ce8b9=a80_0x18eba5;return this[_0x2ce8b9(0x221)][_0x2ce8b9(0x2d7)](CLIUtils['getCurrentInstanceName'](),![]);}[a80_0x18eba5(0x1bd)](){const _0x42bbcc=a80_0x18eba5;return this[_0x42bbcc(0x1d3)][_0x42bbcc(0x2d7)](CLIUtils[_0x42bbcc(0x1c3)](),![]);}[a80_0x18eba5(0x273)](_0x4a5ab5){const _0x155d4d=a80_0x18eba5;this[_0x155d4d(0x1d3)][_0x155d4d(0x2ce)](CLIUtils[_0x155d4d(0x1c3)](),_0x4a5ab5);}[a80_0x18eba5(0x2f3)](){const _0x4c71c7=a80_0x18eba5,_0x1b3c4c={'DPYnw':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','hwqgP':function(_0xe95249,_0x1e332d){return _0xe95249(_0x1e332d);},'zSRvT':_0x4c71c7(0x356),'HzKoW':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','PqZVC':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x4c71c7(0x1ca)]){logger[_0x4c71c7(0x1f5)](_0x1b3c4c[_0x4c71c7(0x341)]);return;}try{const _0x525831=_0x1b3c4c[_0x4c71c7(0x306)](require,_0x1b3c4c['zSRvT']);_0x525831&&_0x525831['patchSendMessageToServer']?(_0x525831[_0x4c71c7(0x24c)](),this[_0x4c71c7(0x1ca)]=!![],logger[_0x4c71c7(0x1f5)](_0x1b3c4c[_0x4c71c7(0x201)])):logger[_0x4c71c7(0x1f5)](_0x1b3c4c[_0x4c71c7(0x34c)]);}catch(_0x3a81fd){logger[_0x4c71c7(0x1f5)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x4c71c7(0x1f4)](_0x3a81fd));}}[a80_0x18eba5(0x27a)](_0x3074a7=null,_0x1a6732=null,_0x396f31=null){const _0x4977a3=a80_0x18eba5,_0x2f3d9c={'eVfQM':function(_0x2305cf,_0x457c64){return _0x2305cf&&_0x457c64;},'BDDoC':_0x4977a3(0x197),'orBdE':function(_0x2a6c68,_0x5bb80c){return _0x2a6c68(_0x5bb80c);},'ScTSe':_0x4977a3(0x287),'tutTm':_0x4977a3(0x2d2),'aUtFu':function(_0x41ac6c){return _0x41ac6c();},'cftdq':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','dYJjl':function(_0x49cfb2,_0x2208cd){return _0x49cfb2===_0x2208cd;},'ymCrb':_0x4977a3(0x2c7),'rmsfc':_0x4977a3(0x22b),'QulIm':_0x4977a3(0x283),'AYUkO':function(_0x11f6f3,_0x104615){return _0x11f6f3===_0x104615;},'vsNUn':_0x4977a3(0x2c2),'TXDhO':_0x4977a3(0x2b9),'kJtzM':_0x4977a3(0x26e),'gYWAx':function(_0x39e979){return _0x39e979();},'EbGdT':function(_0x422434,_0x4adaeb){return _0x422434>_0x4adaeb;},'pyvOO':function(_0x3d8d0f,_0x5d9914){return _0x3d8d0f(_0x5d9914);},'XliuP':_0x4977a3(0x240),'tvzdn':function(_0x54e3a4,_0x24e965){return _0x54e3a4!==_0x24e965;},'moyVf':_0x4977a3(0x2f6),'IgeIN':function(_0x320d51,_0x4a5d03){return _0x320d51>_0x4a5d03;},'TFDOE':function(_0x1e66d4,_0x5be702){return _0x1e66d4(_0x5be702);},'wOJDF':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x2f3d9c['eVfQM'](!_0x1a6732,!_0x396f31))return logger[_0x4977a3(0x1f5)](_0x2f3d9c[_0x4977a3(0x2ca)]),![];const {isAccessibilityAutomationSession:_0x1d6394}=_0x2f3d9c[_0x4977a3(0x23c)](require,_0x2f3d9c[_0x4977a3(0x275)]),{isUndefined:_0x5e5d8c,isBrowserstackInfra:_0xd07d5f}=_0x2f3d9c[_0x4977a3(0x23c)](require,_0x2f3d9c['tutTm']);if(!_0x2f3d9c[_0x4977a3(0x1b1)](_0x1d6394))return logger['debug'](_0x2f3d9c[_0x4977a3(0x1ee)]),![];if(!(_0x1a6732['browserName']&&_0x2f3d9c[_0x4977a3(0x29a)](_0x1a6732[_0x4977a3(0x1aa)][_0x4977a3(0x2db)](),_0x2f3d9c[_0x4977a3(0x1af)])||_0x1a6732[_0x4977a3(0x1aa)]&&_0x2f3d9c[_0x4977a3(0x29a)](_0x1a6732['browserName'][_0x4977a3(0x2db)](),_0x2f3d9c['rmsfc'])||_0x1a6732[_0x4977a3(0x2e4)]&&_0x2f3d9c[_0x4977a3(0x29a)](_0x1a6732['browser'][_0x4977a3(0x2db)](),_0x2f3d9c[_0x4977a3(0x1af)])||_0x1a6732[_0x4977a3(0x2e4)]&&_0x2f3d9c['dYJjl'](_0x1a6732[_0x4977a3(0x2e4)][_0x4977a3(0x2db)](),_0x2f3d9c[_0x4977a3(0x1c7)])))return logger[_0x4977a3(0x1cc)](_0x2f3d9c['QulIm']),![];try{const _0x35d734=_0x1a6732[_0x4977a3(0x1ce)],_0x3bf4d7=_0x2f3d9c[_0x4977a3(0x303)](_0x35d734,!![])||_0x2f3d9c[_0x4977a3(0x303)](_0x35d734,_0x2f3d9c['vsNUn'])||_0x2f3d9c[_0x4977a3(0x303)](typeof _0x35d734,_0x2f3d9c[_0x4977a3(0x2d6)])&&_0x2f3d9c['dYJjl'](_0x35d734[_0x4977a3(0x2db)](),_0x2f3d9c[_0x4977a3(0x32a)]);if(_0x3bf4d7)return logger[_0x4977a3(0x1cc)](_0x2f3d9c['kJtzM']),![];}catch(_0x218be7){logger[_0x4977a3(0x1f5)](_0x4977a3(0x2a5)+util[_0x4977a3(0x1f4)](_0x218be7));}if(!_0x2f3d9c['gYWAx'](_0xd07d5f)){if(!_0x2f3d9c['EbGdT'](_0x2f3d9c[_0x4977a3(0x23c)](parseFloat,_0x1a6732[_0x4977a3(0x2cc)]),_0x2f3d9c[_0x4977a3(0x33c)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x4977a3(0x1cc)](_0x2f3d9c[_0x4977a3(0x2f7)]),![];}else{if(_0x2f3d9c[_0x4977a3(0x348)](_0x1a6732[_0x4977a3(0x2cc)],_0x2f3d9c['moyVf'])&&!_0x2f3d9c[_0x4977a3(0x2e9)](_0x2f3d9c[_0x4977a3(0x2b3)](parseFloat,_0x1a6732['browserVersion']),_0x2f3d9c[_0x4977a3(0x23c)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x4977a3(0x1cc)](_0x2f3d9c[_0x4977a3(0x272)]),![];}return!![];}catch(_0x5c6a48){return logger[_0x4977a3(0x1f5)]('Exception\x20in\x20isPlatformSupported:\x20'+_0x5c6a48[_0x4977a3(0x33e)]),![];}}[a80_0x18eba5(0x28d)](_0x581560=[],_0x246d7a,_0x2bd63e=a80_0x18eba5(0x192)){const _0x410f59=a80_0x18eba5,_0x5b2816={'SLAGE':function(_0x15c6af,_0x2d2c01){return _0x15c6af===_0x2d2c01;},'aSduu':_0x410f59(0x208),'DWWBI':function(_0x5e92de,_0xa9429a){return _0x5e92de||_0xa9429a;},'gCQDC':function(_0x56ed70,_0x4a4052){return _0x56ed70&&_0x4a4052;},'xIvvJ':_0x410f59(0x211),'WwfgW':function(_0x2a74e9,_0x21dcbe){return _0x2a74e9(_0x21dcbe);},'MOttP':function(_0x2562fb,_0x3bcab5){return _0x2562fb>_0x3bcab5;}};try{const _0x5ef827=process[_0x410f59(0x2ee)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0x410f59(0x324)](process[_0x410f59(0x2ee)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x5ef827)return!![];const _0x219379=Array[_0x410f59(0x30c)](_0x5ef827['includeTagsInTestingScope'])?_0x5ef827[_0x410f59(0x1a6)]:[],_0x4b4599=Array[_0x410f59(0x30c)](_0x5ef827[_0x410f59(0x198)])?_0x5ef827[_0x410f59(0x198)]:[];if(_0x5b2816[_0x410f59(0x2a6)](_0x2bd63e,_0x5b2816['aSduu'])){let _0x45a28c;Array[_0x410f59(0x30c)](_0x581560)?_0x45a28c=_0x581560[_0x410f59(0x2b8)]('\x20'):_0x45a28c=_0x5b2816[_0x410f59(0x19b)](_0x581560,'');const _0x5adb85=_0x4b4599[_0x410f59(0x1b5)](_0x502433=>_0x45a28c[_0x410f59(0x32e)](_0x502433)),_0x175863=_0x5b2816[_0x410f59(0x2a6)](_0x219379['length'],0x0)||_0x219379[_0x410f59(0x1b5)](_0x298915=>_0x45a28c[_0x410f59(0x32e)](_0x298915)),_0x2eae2b=_0x5b2816[_0x410f59(0x2ff)](!_0x5adb85,_0x175863);return logger[_0x410f59(0x1f5)](_0x410f59(0x318)+(_0x246d7a?.['getPlatformIndex']?.()||_0x5b2816[_0x410f59(0x288)])+_0x410f59(0x284)+_0x2eae2b+_0x410f59(0x19e)+_0x45a28c+_0x410f59(0x332)+JSON[_0x410f59(0x20c)](_0x219379)+',\x20excludeTags='+JSON[_0x410f59(0x20c)](_0x4b4599)),_0x2eae2b;}const _0x1900dd=Array[_0x410f59(0x30c)](_0x581560)?_0x581560:[];let _0x5ce349=![],_0x1f6e22=_0x5b2816[_0x410f59(0x2a6)](_0x219379[_0x410f59(0x21f)],0x0);const _0xbb935d=_0x1f2baf=>typeof _0x1f2baf===_0x410f59(0x2b9)?_0x1f2baf[_0x410f59(0x1f3)](/^@/,'')[_0x410f59(0x2db)]()[_0x410f59(0x336)]():_0x1f2baf,_0x95045=new Set(_0x219379[_0x410f59(0x2d8)](_0xbb935d)),_0x40bc00=new Set(_0x4b4599['map'](_0xbb935d));for(const _0xbe3319 of _0x1900dd){const _0x31843c=_0x5b2816[_0x410f59(0x280)](_0xbb935d,_0xbe3319);_0x40bc00[_0x410f59(0x2e5)](_0x31843c)&&(_0x5ce349=!![]),_0x5b2816[_0x410f59(0x199)](_0x95045[_0x410f59(0x1fa)],0x0)&&_0x95045[_0x410f59(0x2e5)](_0x31843c)&&(_0x1f6e22=!![]);}const _0x21bb3e=_0x5b2816[_0x410f59(0x2ff)](_0x1f6e22,!_0x5ce349);return logger[_0x410f59(0x1f5)](_0x410f59(0x318)+(_0x246d7a?.[_0x410f59(0x2fe)]?.()||_0x5b2816[_0x410f59(0x288)])+_0x410f59(0x263)+_0x21bb3e+',\x20tags='+JSON['stringify'](_0x1900dd)+_0x410f59(0x332)+JSON[_0x410f59(0x20c)](_0x219379)+_0x410f59(0x2bf)+JSON[_0x410f59(0x20c)](_0x4b4599)),_0x21bb3e;}catch(_0x3d965e){return logger['debug'](_0x410f59(0x318)+(_0x246d7a?.[_0x410f59(0x2fe)]?.()||_0x5b2816[_0x410f59(0x288)])+_0x410f59(0x2a4)+_0x3d965e['message']),![];}}async[a80_0x18eba5(0x29b)](_0x35a3a3){const _0x5704a9=a80_0x18eba5,_0x4ef2f0={};_0x4ef2f0[_0x5704a9(0x253)]=function(_0x39c72c,_0x1cdfcf){return _0x39c72c!==_0x1cdfcf;},_0x4ef2f0['PUaps']=_0x5704a9(0x192),_0x4ef2f0['NHkDo']=_0x5704a9(0x208),_0x4ef2f0[_0x5704a9(0x229)]=_0x5704a9(0x1e5),_0x4ef2f0['cemMS']=_0x5704a9(0x2aa),_0x4ef2f0[_0x5704a9(0x227)]=_0x5704a9(0x1fb),_0x4ef2f0[_0x5704a9(0x346)]=_0x5704a9(0x1d6),_0x4ef2f0[_0x5704a9(0x1b6)]=_0x5704a9(0x242),_0x4ef2f0[_0x5704a9(0x225)]=function(_0x520e3e,_0x4aa6cb){return _0x520e3e===_0x4aa6cb;},_0x4ef2f0[_0x5704a9(0x333)]=_0x5704a9(0x315),_0x4ef2f0[_0x5704a9(0x32b)]=function(_0x44ec25,_0x2fdcb9){return _0x44ec25===_0x2fdcb9;},_0x4ef2f0[_0x5704a9(0x312)]=_0x5704a9(0x23e),_0x4ef2f0[_0x5704a9(0x322)]=function(_0x540497,_0x1ea4b2){return _0x540497>_0x1ea4b2;},_0x4ef2f0[_0x5704a9(0x342)]=function(_0x219a39,_0x2a6f74){return _0x219a39===_0x2a6f74;},_0x4ef2f0[_0x5704a9(0x195)]=_0x5704a9(0x339),_0x4ef2f0['mcGKt']='test_tags',_0x4ef2f0[_0x5704a9(0x2f4)]=function(_0x54ed1f,_0x4f857c){return _0x54ed1f&&_0x4f857c;},_0x4ef2f0[_0x5704a9(0x2d1)]=_0x5704a9(0x211),_0x4ef2f0[_0x5704a9(0x226)]=_0x5704a9(0x2c2);const _0x46bbd7=_0x4ef2f0;if(_0x46bbd7['nsurK'](_0x35a3a3[_0x5704a9(0x276)],_0x46bbd7[_0x5704a9(0x1b0)])&&_0x46bbd7['nsurK'](_0x35a3a3[_0x5704a9(0x276)],_0x46bbd7[_0x5704a9(0x1b9)])){logger[_0x5704a9(0x1f5)](_0x46bbd7[_0x5704a9(0x229)]);return;}logger[_0x5704a9(0x2b6)](_0x5704a9(0x1e4)+JSON[_0x5704a9(0x20c)](_0x35a3a3));try{const _0x27fd18=AutomationFramework[_0x5704a9(0x248)](),_0x35c5c5=TestFramework['getTrackedInstance'](),_0x122974=_0x35a3a3[_0x5704a9(0x320)]||global[_0x5704a9(0x31e)]?.['pwPage']||null;if(!_0x122974){_0x35c5c5&&_0x35c5c5[_0x5704a9(0x232)](_0x46bbd7[_0x5704a9(0x21b)],!![]);logger[_0x5704a9(0x1f5)](_0x46bbd7[_0x5704a9(0x227)]);return;}logger[_0x5704a9(0x1f5)](_0x46bbd7[_0x5704a9(0x346)]);const _0x10a08d=_0x35c5c5?.[_0x5704a9(0x1e1)](_0x46bbd7[_0x5704a9(0x1b6)],![]),_0x52e3d3=_0x35c5c5?.[_0x5704a9(0x1e1)](_0x46bbd7[_0x5704a9(0x21b)],![]);if(_0x46bbd7[_0x5704a9(0x225)](_0x10a08d,![])&&_0x46bbd7['oEbdR'](_0x52e3d3,![])){_0x35c5c5&&_0x35c5c5[_0x5704a9(0x232)](_0x46bbd7[_0x5704a9(0x1b6)],!![]);logger['debug'](_0x46bbd7[_0x5704a9(0x333)]);return;}_0x35c5c5&&_0x35c5c5[_0x5704a9(0x232)](_0x46bbd7['cemMS'],!![]);let _0x12dbcd,_0xe2d8ab;const _0x8b498b=_0x35a3a3[_0x5704a9(0x276)]||_0x46bbd7[_0x5704a9(0x1b0)];if(_0x46bbd7[_0x5704a9(0x32b)](_0x8b498b,_0x46bbd7[_0x5704a9(0x1b9)])){_0xe2d8ab=_0x35a3a3[_0x5704a9(0x29e)]?.[_0x5704a9(0x1ba)]||_0x35a3a3['testInfo']?.['id']||global['__jestCurrentTestIdentifier']||global[_0x5704a9(0x31e)]?.[_0x5704a9(0x1d9)]?.[_0x5704a9(0x1ba)]||global['__workerDetails']?.[_0x5704a9(0x1d9)]?.['id'];const _0x57b33f=_0x35c5c5?.['getAllData']()?.[_0x5704a9(0x2d7)](_0xe2d8ab);if(_0x57b33f&&_0x57b33f[TestFrameworkConstants[_0x5704a9(0x1be)]])_0x12dbcd=_0x57b33f[TestFrameworkConstants[_0x5704a9(0x1be)]];else{if(_0x35a3a3['testInfo']?.[_0x5704a9(0x2a9)])_0x12dbcd=_0x35a3a3[_0x5704a9(0x29e)][_0x5704a9(0x2a9)];else global[_0x5704a9(0x31e)]?.[_0x5704a9(0x1d9)]?.[_0x5704a9(0x29e)]?.[_0x5704a9(0x2a9)]?_0x12dbcd=global[_0x5704a9(0x31e)][_0x5704a9(0x1d9)]['testInfo'][_0x5704a9(0x2a9)]:_0x12dbcd=_0x46bbd7[_0x5704a9(0x312)];}logger['debug'](_0x5704a9(0x313)+_0xe2d8ab+_0x5704a9(0x19e)+JSON['stringify'](_0x12dbcd));}else{_0xe2d8ab=this[_0x5704a9(0x19c)](_0x35a3a3);const _0x5d19d0=TestInfo[_0x5704a9(0x321)](_0xe2d8ab);let _0xdc2c71=[];if(_0x5d19d0&&Array[_0x5704a9(0x30c)](_0x5d19d0['test_tags'])&&_0x46bbd7['DjZNv'](_0x5d19d0[_0x5704a9(0x351)]['length'],0x0))_0xdc2c71=_0x5d19d0['test_tags'];else{if(_0x35c5c5){const _0xe19152=_0x46bbd7[_0x5704a9(0x342)](typeof _0x35c5c5[_0x5704a9(0x1e1)],_0x46bbd7[_0x5704a9(0x195)])?_0x35c5c5[_0x5704a9(0x1e1)](_0x46bbd7[_0x5704a9(0x19d)],[]):_0x35c5c5[_0x5704a9(0x351)]||[];Array[_0x5704a9(0x30c)](_0xe19152)&&(_0xdc2c71=_0xe19152);}}_0x12dbcd=_0xdc2c71;}logger['info'](_0x5704a9(0x257)+JSON[_0x5704a9(0x20c)](_0x12dbcd));const _0x33aa6b=this[_0x5704a9(0x27a)](_0x27fd18,_0x35a3a3[_0x5704a9(0x1cf)],_0x35a3a3[_0x5704a9(0x21c)]);logger[_0x5704a9(0x1f5)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x33aa6b+_0x5704a9(0x2e7)+this[_0x5704a9(0x31a)]);const _0x10f5cb=this[_0x5704a9(0x28d)](_0x12dbcd,_0x27fd18,_0x8b498b),_0x4e6bed=_0x46bbd7[_0x5704a9(0x2f4)](_0x33aa6b,_0x10f5cb),_0x21c7ec=CLIUtils[_0x5704a9(0x1c3)]();this[_0x5704a9(0x221)][_0x5704a9(0x2ce)](_0x21c7ec,_0x4e6bed),global['Context']?.[_0x5704a9(0x238)]&&global[_0x5704a9(0x26c)][_0x5704a9(0x238)]()[_0x5704a9(0x25e)](_0x4e6bed),logger[_0x5704a9(0x1f5)](_0x5704a9(0x318)+(_0x27fd18?.[_0x5704a9(0x2fe)]?.()||_0x46bbd7[_0x5704a9(0x2d1)])+_0x5704a9(0x2ad)+_0x4e6bed),_0x4e6bed?(global[_0x5704a9(0x1e9)]=!![],process[_0x5704a9(0x2ee)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x46bbd7[_0x5704a9(0x226)],this[_0x5704a9(0x2f3)]()):global['accessibilityPlatform']=![];}catch(_0x5736cc){logger[_0x5704a9(0x1c1)](_0x5704a9(0x236)+(_0x5736cc[_0x5704a9(0x2c1)]||_0x5736cc[_0x5704a9(0x33e)]));const _0x152244=CLIUtils[_0x5704a9(0x1c3)]();this[_0x5704a9(0x221)][_0x5704a9(0x2ce)](_0x152244,![]),global[_0x5704a9(0x1e9)]=![];}}[a80_0x18eba5(0x2c6)](){const _0x27085d=a80_0x18eba5;return this[_0x27085d(0x326)][_0x27085d(0x300)](_0x3fef94=>_0x3fef94[_0x27085d(0x1c0)]()===_0x27085d(0x290))?.[_0x27085d(0x207)]()||'';}[a80_0x18eba5(0x2dc)](_0xefde32){const _0x57ebb8=a80_0x18eba5;try{const _0x1f08d7=this[_0x57ebb8(0x1b7)]?.[_0x57ebb8(0x357)]?.['capabilitiesList']||[],_0x44938e=_0x1f08d7['find'](_0x1d947d=>_0x1d947d[_0x57ebb8(0x1f2)]===_0xefde32);return _0x44938e?_0x44938e[_0x57ebb8(0x2eb)]:null;}catch(_0x10ed42){return logger[_0x57ebb8(0x1f5)](_0x57ebb8(0x329)+_0xefde32+':\x20'+_0x10ed42['message']),null;}}async[a80_0x18eba5(0x30e)](_0x8399c4,_0x3d6c3e){const _0x45397b=a80_0x18eba5,_0x504f2f=_0x8399c4[_0x45397b(0x212)]()['getOptions'](),_0x15c982=_0x504f2f[_0x45397b(0x209)](),_0x442876=_0x504f2f['getCommandsToWrap']()?.[_0x45397b(0x1a7)]();scripts[_0x45397b(0x1e3)](_0x15c982,_0x442876),scripts[_0x45397b(0x269)]();const _0xe2430c=_0x504f2f[_0x45397b(0x2fa)]();this[_0x45397b(0x326)]=_0x504f2f[_0x45397b(0x2fa)](),await this[_0x45397b(0x325)](_0xe2430c,_0x3d6c3e['launchCaps']);}async[a80_0x18eba5(0x325)](_0x4b1f21,_0x4da78f={}){const _0x1b28e1=a80_0x18eba5,_0x2d70f3={};_0x2d70f3[_0x1b28e1(0x235)]=function(_0x55f2ee,_0x265b18){return _0x55f2ee===_0x265b18;},_0x2d70f3[_0x1b28e1(0x1bb)]=_0x1b28e1(0x314),_0x2d70f3['ECMhn']=_0x1b28e1(0x34f),_0x2d70f3[_0x1b28e1(0x2b0)]=function(_0x4b2fd8,_0xc67d2e){return _0x4b2fd8===_0xc67d2e;},_0x2d70f3[_0x1b28e1(0x286)]=_0x1b28e1(0x2ac),_0x2d70f3[_0x1b28e1(0x24e)]=_0x1b28e1(0x243),_0x2d70f3['ScoGY']=_0x1b28e1(0x302),_0x2d70f3[_0x1b28e1(0x2f9)]='browserstack.accessibilityOptions.scannerVersion',_0x2d70f3[_0x1b28e1(0x2f0)]=function(_0x59fb2a,_0x11965f){return _0x59fb2a===_0x11965f;},_0x2d70f3[_0x1b28e1(0x32c)]=_0x1b28e1(0x206),_0x2d70f3[_0x1b28e1(0x22f)]=_0x1b28e1(0x2a1);const _0x5720c3=_0x2d70f3;global[_0x1b28e1(0x334)]=global[_0x1b28e1(0x334)]||{};for(const _0x2efd53 of _0x4b1f21){logger[_0x1b28e1(0x2b6)](_0x1b28e1(0x28f)+_0x2efd53['getName']()+_0x1b28e1(0x338)+_0x2efd53['getValue']());if(_0x5720c3[_0x1b28e1(0x235)](_0x2efd53['getName'](),_0x5720c3[_0x1b28e1(0x1bb)]))process[_0x1b28e1(0x2ee)][_0x1b28e1(0x1a2)]=_0x2efd53[_0x1b28e1(0x207)](),global[_0x1b28e1(0x334)][_0x5720c3[_0x1b28e1(0x1a9)]]=_0x2efd53[_0x1b28e1(0x207)]();else{if(_0x5720c3[_0x1b28e1(0x2b0)](_0x2efd53[_0x1b28e1(0x1c0)](),_0x5720c3[_0x1b28e1(0x286)]))global[_0x1b28e1(0x334)][_0x5720c3['rZBzp']]=_0x2efd53[_0x1b28e1(0x207)]();else{if(_0x5720c3[_0x1b28e1(0x2b0)](_0x2efd53[_0x1b28e1(0x1c0)](),_0x5720c3[_0x1b28e1(0x24f)]))global[_0x1b28e1(0x334)][_0x5720c3[_0x1b28e1(0x2f9)]]=_0x2efd53[_0x1b28e1(0x207)]();else _0x5720c3['McCMp'](_0x2efd53['getName'](),_0x5720c3['zfKcK'])&&(global[_0x1b28e1(0x334)][_0x5720c3[_0x1b28e1(0x22f)]]=_0x2efd53[_0x1b28e1(0x207)]());}}}}async['onAfterTest'](_0x582e78){const _0x14facf=a80_0x18eba5,_0x152f72={};_0x152f72['HDNBF']=function(_0x12d3d1,_0xfaac0d){return _0x12d3d1!==_0xfaac0d;},_0x152f72['VDEed']=_0x14facf(0x192),_0x152f72['DrMZX']=_0x14facf(0x208),_0x152f72[_0x14facf(0x2e1)]=_0x14facf(0x1bf),_0x152f72['EfBBX']='unknown';const _0x159e0a=_0x152f72;if(_0x159e0a[_0x14facf(0x1a4)](_0x582e78[_0x14facf(0x276)],_0x159e0a[_0x14facf(0x32d)])&&_0x159e0a['HDNBF'](_0x582e78[_0x14facf(0x276)],_0x159e0a[_0x14facf(0x27c)])){logger[_0x14facf(0x1f5)](_0x159e0a['bQwrq']);return;}const _0x271078=_0x582e78[_0x14facf(0x29e)]?.[_0x14facf(0x1ba)]||_0x582e78[_0x14facf(0x29e)]?.['id']||global[_0x14facf(0x2be)];logger[_0x14facf(0x2b6)](_0x14facf(0x34d)+_0x582e78['testFramework']+_0x14facf(0x310)+_0x271078);try{const _0x2d0afd=_0x582e78[_0x14facf(0x31b)]||AutomationFramework[_0x14facf(0x248)](),_0x849706=CLIUtils[_0x14facf(0x1c3)](),_0x73253f=this[_0x14facf(0x23f)]();logger['debug'](_0x14facf(0x318)+(_0x2d0afd?.[_0x14facf(0x2fe)]?.()||_0x159e0a[_0x14facf(0x245)])+_0x14facf(0x2b5)+_0x73253f),_0x73253f&&await this[_0x14facf(0x1d0)](_0x2d0afd,_0x582e78),this[_0x14facf(0x221)][_0x14facf(0x2f5)](_0x849706),this[_0x14facf(0x1d3)][_0x14facf(0x2f5)](_0x849706);}catch(_0x43fa81){logger['error'](_0x14facf(0x250)+(_0x43fa81[_0x14facf(0x2c1)]||_0x43fa81[_0x14facf(0x33e)]));}}async[a80_0x18eba5(0x1d0)](_0x1f0a6e,_0xb75dbd){const _0x1295b4=a80_0x18eba5,_0x594546={};_0x594546['WhTfd']=function(_0x3477a3,_0x5ade5e){return _0x3477a3===_0x5ade5e;},_0x594546[_0x1295b4(0x31d)]=_0x1295b4(0x339),_0x594546[_0x1295b4(0x337)]=function(_0x23c2ca,_0x5cf03e){return _0x23c2ca===_0x5cf03e;},_0x594546[_0x1295b4(0x350)]=_0x1295b4(0x208),_0x594546[_0x1295b4(0x260)]=_0x1295b4(0x192),_0x594546[_0x1295b4(0x1ec)]=function(_0x3bd3f1,_0x1af73a){return _0x3bd3f1===_0x1af73a;},_0x594546[_0x1295b4(0x285)]=_0x1295b4(0x1d4),_0x594546[_0x1295b4(0x255)]=_0x1295b4(0x221),_0x594546[_0x1295b4(0x1c9)]=_0x1295b4(0x1bc),_0x594546[_0x1295b4(0x215)]='unknown',_0x594546[_0x1295b4(0x2e3)]=_0x1295b4(0x311),_0x594546['DGpCw']=_0x1295b4(0x1b8),_0x594546['VYIrV']=function(_0x2c0807,_0x4d712e){return _0x2c0807||_0x4d712e;},_0x594546[_0x1295b4(0x2b1)]=function(_0x186bcf,_0x230e1f){return _0x186bcf||_0x230e1f;},_0x594546['UYRjo']=_0x1295b4(0x316),_0x594546[_0x1295b4(0x2c5)]=_0x1295b4(0x216);const _0x30563d=_0x594546;try{const _0x437c1f=_0xb75dbd[_0x1295b4(0x276)]||(_0x30563d['UKCPm'](this[_0x1295b4(0x2ed)]?.[_0x1295b4(0x1f2)]?.[_0x1295b4(0x2db)](),_0x30563d['aKTqc'])?_0x30563d[_0x1295b4(0x350)]:_0x30563d[_0x1295b4(0x260)]);let _0x483d7b='',_0x189ae1=null,_0x30f020=null;if(_0x30563d[_0x1295b4(0x1ec)](_0x437c1f,_0x30563d[_0x1295b4(0x350)])){_0x189ae1=_0xb75dbd[_0x1295b4(0x29e)]?.[_0x1295b4(0x1ba)]||_0xb75dbd['testInfo']?.['id']||global[_0x1295b4(0x2be)];if(!_0x189ae1){logger['warn'](_0x30563d[_0x1295b4(0x285)]);return;}try{const _0x16d1bd=await GrpcClient[_0x1295b4(0x23a)]()[_0x1295b4(0x1b2)](process[_0x1295b4(0x2ee)][_0x1295b4(0x196)],_0x30563d[_0x1295b4(0x255)],_0x30563d[_0x1295b4(0x1c9)],_0x189ae1),_0x587ee7=AccessibilityModule['loadDriverExecuteParams'](null,_0x16d1bd);_0x483d7b=_0x587ee7?.[_0x1295b4(0x33d)]||'',logger[_0x1295b4(0x1f5)](_0x1295b4(0x1ef)+_0x483d7b+'\x20from\x20testIdentifier='+_0x189ae1),_0x30f020=_0x16d1bd;}catch(_0xe2ab1d){logger[_0x1295b4(0x1c1)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0xe2ab1d['message']);return;}}else{const _0x27eb29=this['getTestId'](_0xb75dbd);_0x483d7b=TestInfo['getTestUUID'](_0x27eb29);}const _0x222986=((()=>{const _0x28aba3=_0x1295b4,_0x1a64fb=(this[_0x28aba3(0x1b7)]?.['options']?.[_0x28aba3(0x1fc)]||[])[_0x28aba3(0x300)](_0x21f5a6=>(typeof _0x21f5a6[_0x28aba3(0x1c0)]==='function'?_0x21f5a6[_0x28aba3(0x1c0)]():_0x21f5a6[_0x28aba3(0x1f2)])===this[_0x28aba3(0x254)]);return _0x1a64fb?_0x30563d[_0x28aba3(0x345)](typeof _0x1a64fb[_0x28aba3(0x207)],_0x30563d[_0x28aba3(0x31d)])?_0x1a64fb[_0x28aba3(0x207)]():_0x1a64fb[_0x28aba3(0x2eb)]:'';})()),_0xfe900a=process[_0x1295b4(0x2ee)][_0x1295b4(0x23b)]||'';logger[_0x1295b4(0x1f5)]('[platform\x20-\x20'+(_0x1f0a6e?.[_0x1295b4(0x2fe)]?.()||_0x30563d[_0x1295b4(0x215)])+']\x20clear\x20'+_0x483d7b+'\x20testHubUuid='+_0x222986+_0x1295b4(0x2af)+(_0xfe900a?_0x30563d['BAJSa']:_0x30563d[_0x1295b4(0x1fe)]));let _0x111547;if(_0x30563d[_0x1295b4(0x1ec)](_0x437c1f,_0x30563d[_0x1295b4(0x350)]))_0x111547=AccessibilityModule['loadDriverExecuteParams'](_0x483d7b,_0x30f020);else{const _0x297d58=await GrpcClient[_0x1295b4(0x23a)]()[_0x1295b4(0x1b2)](process[_0x1295b4(0x2ee)][_0x1295b4(0x196)],_0x30563d[_0x1295b4(0x255)],_0x30563d[_0x1295b4(0x1c9)]);_0x111547=AccessibilityModule['loadDriverExecuteParams'](_0x483d7b,_0x297d58);}logger[_0x1295b4(0x1f5)](_0x1295b4(0x289)+JSON[_0x1295b4(0x20c)](_0x111547));const _0x374f66=Object[_0x1295b4(0x277)]({},{'thTestRunUuid':_0x30563d['VYIrV'](_0x483d7b,''),'thBuildUuid':_0x30563d[_0x1295b4(0x2b1)](_0x222986,''),'thJwtToken':_0x30563d[_0x1295b4(0x2b1)](_0xfe900a,'')},_0x111547);logger['debug'](_0x1295b4(0x28e)+_0x483d7b+_0x1295b4(0x2e7)+this[_0x1295b4(0x31a)]);let _0x56023f=global['__workerDetails']?.['pwPage']||null;!_0x56023f&&(_0x56023f=AutomationFramework['getState'](_0x1f0a6e,_0x30563d['UYRjo'],null)),!_0x56023f&&(_0x56023f=AutomationFramework[_0x1295b4(0x323)](_0x1f0a6e,_0x30563d[_0x1295b4(0x2c5)],null)),await this[_0x1295b4(0x2fd)](this[_0x1295b4(0x23f)](),_0x483d7b,_0x56023f,_0x374f66,this[_0x1295b4(0x31a)]);}catch(_0x55d5f5){logger[_0x1295b4(0x1c1)]('Error\x20in\x20stopTestCapture:\x20'+(_0x55d5f5[_0x1295b4(0x2c1)]||_0x55d5f5['message']));}}async['finishScanningForCli'](_0x403bdd,_0x470599,_0x309f6f,_0x290ab7,_0x38afa6){const _0x2c47a9=a80_0x18eba5,_0x120990={};_0x120990[_0x2c47a9(0x234)]=_0x2c47a9(0x1bc),_0x120990['YpjBh']=function(_0x1f2248,_0x1e35bd){return _0x1f2248&&_0x1e35bd;},_0x120990[_0x2c47a9(0x21e)]=_0x2c47a9(0x2d3),_0x120990[_0x2c47a9(0x19a)]=function(_0x3fd551,_0x4cf124){return _0x3fd551===_0x4cf124;},_0x120990[_0x2c47a9(0x1c4)]=_0x2c47a9(0x1b8),_0x120990[_0x2c47a9(0x20f)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x120990[_0x2c47a9(0x2d4)]=_0x2c47a9(0x335),_0x120990[_0x2c47a9(0x31c)]='afterTestHook',_0x120990[_0x2c47a9(0x305)]=_0x2c47a9(0x27e),_0x120990[_0x2c47a9(0x20a)]='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x120990[_0x2c47a9(0x258)]=_0x2c47a9(0x24d),_0x120990['CaHgG']=_0x2c47a9(0x20d);const _0x50e0dc=_0x120990;try{const _0x2bfc1d=this[_0x2c47a9(0x33b)](_0x50e0dc[_0x2c47a9(0x234)]);if(_0x50e0dc['YpjBh'](!_0x38afa6,!_0x2bfc1d)){logger[_0x2c47a9(0x1f5)](_0x50e0dc[_0x2c47a9(0x21e)]);return;}if(!_0x470599||_0x50e0dc['zXyml'](_0x470599,_0x50e0dc[_0x2c47a9(0x1c4)])||_0x50e0dc[_0x2c47a9(0x19a)](_0x470599,'')){logger['debug'](_0x50e0dc[_0x2c47a9(0x20f)]);return;}logger['debug'](_0x2c47a9(0x2f8)+JSON[_0x2c47a9(0x20c)](_0x290ab7)),_0x403bdd&&(logger[_0x2c47a9(0x1f5)](_0x50e0dc[_0x2c47a9(0x2d4)]),await this[_0x2c47a9(0x2e8)](_0x309f6f,_0x470599,_0x50e0dc['jHKtX'],_0x290ab7,_0x38afa6,_0x50e0dc['mPqKO']),_0x50e0dc[_0x2c47a9(0x33f)](!_0x38afa6,_0x2bfc1d)&&(logger[_0x2c47a9(0x1f5)](_0x50e0dc['WrDfF']),await PerformanceTester[_0x2c47a9(0x2dd)](_0x50e0dc[_0x2c47a9(0x258)],async()=>{const _0x47ff03=_0x2c47a9;await this[_0x47ff03(0x2e8)](_0x309f6f,_0x470599,_0x50e0dc[_0x47ff03(0x234)],_0x290ab7,_0x38afa6,_0x50e0dc['djooU']);})()),logger[_0x2c47a9(0x2b6)](_0x50e0dc[_0x2c47a9(0x2c0)]));}catch(_0x49a8bd){logger['error']('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x49a8bd[_0x2c47a9(0x2c1)]||_0x49a8bd['message']));}}async['onBeforeExecute'](_0x361769){const _0x113bc5=a80_0x18eba5,_0x1c72e3={};_0x1c72e3['HcLYq']=function(_0x49652b,_0x59b564){return _0x49652b!==_0x59b564;},_0x1c72e3['OBNeu']='cucumber',_0x1c72e3['imBWH']=function(_0xe91abd,_0xadd3a5){return _0xe91abd!==_0xadd3a5;},_0x1c72e3['DopjK']=_0x113bc5(0x208),_0x1c72e3['MNsws']=_0x113bc5(0x1ac),_0x1c72e3[_0x113bc5(0x204)]=_0x113bc5(0x211),_0x1c72e3[_0x113bc5(0x264)]=_0x113bc5(0x1ae),_0x1c72e3[_0x113bc5(0x1d7)]=function(_0x373fb7,_0x49f83c){return _0x373fb7===_0x49f83c;},_0x1c72e3[_0x113bc5(0x340)]=_0x113bc5(0x262),_0x1c72e3[_0x113bc5(0x32f)]=_0x113bc5(0x221),_0x1c72e3[_0x113bc5(0x266)]=_0x113bc5(0x1ad),_0x1c72e3[_0x113bc5(0x252)]='test_run_id',_0x1c72e3[_0x113bc5(0x327)]='testhub_build_uuid',_0x1c72e3['SZHsy']=function(_0x484330,_0x3241cd){return _0x484330===_0x3241cd;},_0x1c72e3[_0x113bc5(0x237)]=_0x113bc5(0x27e),_0x1c72e3['pqCaO']='null';const _0x554fec=_0x1c72e3;if(_0x554fec['HcLYq'](_0x361769[_0x113bc5(0x276)],_0x554fec[_0x113bc5(0x1e6)])&&_0x554fec['imBWH'](_0x361769[_0x113bc5(0x276)],_0x554fec[_0x113bc5(0x2f2)])){logger['debug'](_0x554fec[_0x113bc5(0x24a)]);return;}logger['debug'](_0x113bc5(0x1a5)+(_0x361769['commandName']||_0x554fec[_0x113bc5(0x204)])+_0x113bc5(0x228)+_0x361769[_0x113bc5(0x276)]);try{const _0xb3c22=_0x361769[_0x113bc5(0x31b)]||AutomationFramework[_0x113bc5(0x248)](),_0x526b98=TestFramework[_0x113bc5(0x248)](),_0x5542f2=_0x361769[_0x113bc5(0x278)]||_0x361769[_0x113bc5(0x21a)]?.['getName']();if(!_0x5542f2){logger[_0x113bc5(0x1f5)](_0x554fec[_0x113bc5(0x264)]);return;}if(!this[_0x113bc5(0x23f)]()){logger['debug'](_0x113bc5(0x24b)+_0x5542f2);return;}if(!this[_0x113bc5(0x308)](_0x5542f2)){logger['debug'](_0x113bc5(0x2cb)+_0x5542f2+_0x113bc5(0x22c));return;}const _0x1a3658=_0x361769[_0x113bc5(0x320)]||global['__workerDetails']?.[_0x113bc5(0x244)];if(!_0x1a3658){logger[_0x113bc5(0x1f5)](_0x113bc5(0x25c)+_0x5542f2);return;}let _0x2e69c7='',_0x4d829b=null;if(_0x554fec[_0x113bc5(0x1d7)](_0x361769['testFramework'],_0x554fec[_0x113bc5(0x2f2)])){_0x4d829b=_0x361769[_0x113bc5(0x29e)]?.['testAnalyticsId']||_0x361769[_0x113bc5(0x29e)]?.['id']||global[_0x113bc5(0x2be)];if(!_0x4d829b){logger[_0x113bc5(0x1cc)](_0x554fec['xxfKL']);return;}try{const _0x2a70d3=await GrpcClient[_0x113bc5(0x23a)]()[_0x113bc5(0x1b2)](process[_0x113bc5(0x2ee)][_0x113bc5(0x196)],_0x554fec[_0x113bc5(0x32f)],_0x554fec['vTvDl'],_0x4d829b),_0x8f532b=AccessibilityModule[_0x113bc5(0x219)](null,_0x2a70d3);_0x2e69c7=_0x8f532b?.[_0x113bc5(0x33d)]||'',logger['debug'](_0x113bc5(0x1d5)+_0x2e69c7+'\x20from\x20testIdentifier='+_0x4d829b);}catch(_0x448c71){logger[_0x113bc5(0x1c1)](_0x113bc5(0x271)+_0x448c71['message']);return;}}else _0x2e69c7=this[_0x113bc5(0x2dc)](_0x554fec['KcfGg'])||'';const _0x6bb0a3=this[_0x113bc5(0x2dc)](_0x554fec['uastw'])||this[_0x113bc5(0x1b7)][this[_0x113bc5(0x254)]]||null,_0x5396c7=process[_0x113bc5(0x2ee)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x1adc9=this[_0x113bc5(0x1f7)](_0x5542f2,_0x2e69c7,_0x6bb0a3,_0x5396c7),_0x8a551f=_0x554fec['SZHsy'](_0x361769[_0x113bc5(0x276)],_0x554fec[_0x113bc5(0x2f2)])?await AccessibilityModule[_0x113bc5(0x26f)](_0x554fec[_0x113bc5(0x237)],_0x2e69c7,_0x4d829b):await AccessibilityModule[_0x113bc5(0x26f)](_0x554fec[_0x113bc5(0x237)],_0x2e69c7);logger[_0x113bc5(0x2b6)]('ScanArgs:\x20'+(_0x1adc9?JSON[_0x113bc5(0x20c)](_0x1adc9):_0x554fec['pqCaO']));const _0x4787fd=CLIUtils[_0x113bc5(0x1e7)](_0x1adc9,_0x8a551f);logger[_0x113bc5(0x2b6)]('MergedScanArgs:\x20'+(_0x4787fd?JSON[_0x113bc5(0x20c)](_0x4787fd):_0x554fec[_0x113bc5(0x203)])),logger['debug'](_0x113bc5(0x330)+_0x5542f2);const _0x1c97e1=await this[_0x113bc5(0x2e8)](_0x1a3658,_0x2e69c7,_0x5542f2,_0x4787fd,this[_0x113bc5(0x31a)]);logger['debug'](_0x113bc5(0x2fc)+_0x5542f2+_0x113bc5(0x1fd)+_0x1c97e1);}catch(_0x9d0d00){logger['error'](_0x113bc5(0x1f6)+(_0x9d0d00[_0x113bc5(0x2c1)]||_0x9d0d00[_0x113bc5(0x33e)]));}}[a80_0x18eba5(0x30d)](){const _0xfeed42=a80_0x18eba5;return this[_0xfeed42(0x23f)]();}[a80_0x18eba5(0x23d)](_0x50b9a2){const _0x455db6=a80_0x18eba5,_0x521f83=CLIUtils['getCurrentInstanceName']();this[_0x455db6(0x221)][_0x455db6(0x2ce)](_0x521f83,_0x50b9a2);}async[a80_0x18eba5(0x2da)](_0x442097){const _0x30b607=a80_0x18eba5,_0x4cb12e={};_0x4cb12e[_0x30b607(0x2d5)]=_0x30b607(0x211);const _0x3e821e=_0x4cb12e;try{const _0xd325a4=_0x442097[_0x30b607(0x31b)]||AutomationFramework[_0x30b607(0x248)](),_0x11b246=_0xd325a4?.['getData']?.()?.[_0x30b607(0x2d7)]?.(this[_0x30b607(0x25a)])||![];if(_0x11b246)return;PerformanceTester[_0x30b607(0x1a1)](EVENTS[_0x30b607(0x1a8)]);const _0x385f1a=await GrpcClient[_0x30b607(0x23a)]()[_0x30b607(0x22a)](_0x442097);_0x385f1a&&_0x385f1a['getAccessibility']&&_0x385f1a[_0x30b607(0x212)]()&&_0x385f1a['getAccessibility']()[_0x30b607(0x294)]()?(await this['loadAccessibilityConfig'](_0x385f1a,_0x442097),_0xd325a4?.[_0x30b607(0x1e1)]&&_0xd325a4['getData']()[_0x30b607(0x2ce)](this[_0x30b607(0x25a)],!![]),logger[_0x30b607(0x1f5)]('[platform\x20-\x20'+(_0xd325a4?.[_0x30b607(0x2fe)]?.()||_0x3e821e[_0x30b607(0x2d5)])+_0x30b607(0x301))):logger[_0x30b607(0x1f5)](_0x30b607(0x318)+(_0xd325a4?.[_0x30b607(0x2fe)]?.()||_0x3e821e[_0x30b607(0x2d5)])+_0x30b607(0x292)),PerformanceTester[_0x30b607(0x267)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x4af9af){PerformanceTester[_0x30b607(0x267)](EVENTS[_0x30b607(0x1a8)],![],_0x4af9af[_0x30b607(0x33e)]),logger[_0x30b607(0x1c1)](_0x30b607(0x210)+(_0x4af9af[_0x30b607(0x2c1)]||_0x4af9af[_0x30b607(0x33e)]));}}async[a80_0x18eba5(0x355)](_0x5aff57,_0x34635b){const _0x211bc9=a80_0x18eba5;await this[_0x211bc9(0x30e)](_0x5aff57,_0x34635b);const _0x589265=_0x5aff57[_0x211bc9(0x212)]()[_0x211bc9(0x22e)]();if(_0x589265){const _0x25f937=_0x5aff57[_0x211bc9(0x217)]&&_0x5aff57[_0x211bc9(0x217)]();_0x25f937&&(this['accessibilityConfig'][this[_0x211bc9(0x254)]]=_0x25f937['getBuildId']&&_0x25f937[_0x211bc9(0x2a3)]());}}[a80_0x18eba5(0x308)](_0x2ef4df){const _0x108de2=a80_0x18eba5,_0x325e6f={};_0x325e6f[_0x108de2(0x2b2)]=function(_0x2e62d7,_0x3df64e){return _0x2e62d7===_0x3df64e;};const _0x3d43ba=_0x325e6f;try{if(!_0x2ef4df)return![];const _0x34effd=this[_0x108de2(0x1b7)]?.['options']?.[_0x108de2(0x343)]?.[_0x108de2(0x1dc)]||[],_0x143942=_0x34effd[_0x108de2(0x1b5)](_0x4f983d=>{const _0x3961dd=_0x108de2;return _0x4f983d[_0x3961dd(0x1f2)]&&_0x3d43ba[_0x3961dd(0x2b2)](_0x4f983d[_0x3961dd(0x1f2)][_0x3961dd(0x2db)](),_0x2ef4df['toLowerCase']());});return logger['debug']('shouldScanForCommand:\x20'+_0x2ef4df+_0x108de2(0x282)+_0x143942+_0x108de2(0x331)+JSON[_0x108de2(0x20c)](_0x34effd[_0x108de2(0x2d8)](_0x469010=>_0x469010[_0x108de2(0x1f2)]))),_0x143942;}catch(_0x1827b0){return logger[_0x108de2(0x1f5)](_0x108de2(0x26b)+_0x1827b0[_0x108de2(0x33e)]),![];}}[a80_0x18eba5(0x28b)](_0x4b13fb){const _0x4245c9=a80_0x18eba5,_0x27bc7c={};_0x27bc7c[_0x4245c9(0x304)]=function(_0x2715aa,_0x4147e7){return _0x2715aa===_0x4147e7;},_0x27bc7c[_0x4245c9(0x30b)]=_0x4245c9(0x2b9),_0x27bc7c[_0x4245c9(0x293)]=_0x4245c9(0x25d);const _0x548d41=_0x27bc7c,_0x57e6d6=_0x4b13fb[_0x4245c9(0x2a8)]&&_0x4b13fb[_0x4245c9(0x2a8)]();return _0x57e6d6&&_0x548d41[_0x4245c9(0x304)](typeof _0x57e6d6,_0x548d41['cJYmQ'])&&_0x57e6d6[_0x4245c9(0x32e)](_0x548d41[_0x4245c9(0x293)]);}[a80_0x18eba5(0x1f9)](_0xcfb4a4){const _0x2d59a6=a80_0x18eba5,_0x205014={};_0x205014[_0x2d59a6(0x2f1)]=function(_0x55ceaf,_0x16966c){return _0x55ceaf!==_0x16966c;},_0x205014['VHOzT']=_0x2d59a6(0x2b9),_0x205014[_0x2d59a6(0x328)]='accessibility',_0x205014[_0x2d59a6(0x29c)]=_0x2d59a6(0x1ad),_0x205014['DJTkF']=_0x2d59a6(0x25f),_0x205014['dybwn']=_0x2d59a6(0x2ef);const _0x17150e=_0x205014,_0x4fd912=_0xcfb4a4[_0x2d59a6(0x2a8)]&&_0xcfb4a4[_0x2d59a6(0x2a8)]();if(!_0x4fd912||_0x17150e[_0x2d59a6(0x2f1)](typeof _0x4fd912,_0x17150e[_0x2d59a6(0x2fb)]))return![];return _0x4fd912[_0x2d59a6(0x32e)](_0x17150e[_0x2d59a6(0x328)])||_0x4fd912[_0x2d59a6(0x32e)](_0x17150e[_0x2d59a6(0x29c)])||_0x4fd912[_0x2d59a6(0x32e)](_0x17150e['DJTkF'])||_0x4fd912['includes'](_0x17150e[_0x2d59a6(0x2bd)]);}['getParamsForScanForCli'](_0x13ce3e,_0x6d5588,_0x11bdc2,_0x585803){const _0x194c68=a80_0x18eba5,_0x489bf3={};_0x489bf3[_0x194c68(0x2b7)]=function(_0x5712fc,_0x2c18da){return _0x5712fc||_0x2c18da;},_0x489bf3['AXEbO']=function(_0xedd60e,_0x85d67d){return _0xedd60e||_0x85d67d;},_0x489bf3[_0x194c68(0x27d)]=function(_0x2c6d53,_0x3ba80b){return _0x2c6d53||_0x3ba80b;};const _0xccc33d=_0x489bf3;return{'command':_0x13ce3e,'thTestRunUuid':_0xccc33d[_0x194c68(0x2b7)](_0x6d5588,''),'thBuildUuid':_0xccc33d[_0x194c68(0x28c)](_0x11bdc2,''),'thJwtToken':_0xccc33d['awJsn'](_0x585803,''),'timestamp':new Date()['toISOString']()};}[a80_0x18eba5(0x33b)](_0x36563e){const _0x69f844=a80_0x18eba5,_0x4311c0={};_0x4311c0['OFanv']=function(_0x5aff49,_0x5912c6){return _0x5aff49||_0x5912c6;};const _0x292d60=_0x4311c0;try{const _0x1b8a01=this[_0x69f844(0x1b7)]?.[_0x69f844(0x357)]?.['scriptsList']||[],_0x4260d6=_0x1b8a01[_0x69f844(0x300)](_0x356273=>_0x356273[_0x69f844(0x1f2)]===_0x36563e);return _0x292d60[_0x69f844(0x296)](_0x4260d6,null);}catch(_0x4fb551){return logger[_0x69f844(0x1f5)](_0x69f844(0x29d)+_0x36563e+':\x20'+_0x4fb551[_0x69f844(0x33e)]),null;}}async[a80_0x18eba5(0x2c9)](_0x4576c8,_0x3c4755,_0x451ff6=null){const _0x50db1b=a80_0x18eba5,_0x571681={'VvlDg':function(_0x32256b,_0x52fb5b){return _0x32256b(_0x52fb5b);},'xRAzk':'../../playwright/accessibility-helper'};try{if(!_0x4576c8)return logger[_0x50db1b(0x1f5)](_0x50db1b(0x31f)+_0x3c4755),null;const _0x24a992=this['getScriptByName'](_0x3c4755);if(!_0x24a992||!_0x24a992[_0x50db1b(0x21a)])return logger['debug']('executeScriptByName:\x20No\x20'+_0x3c4755+_0x50db1b(0x347)),null;logger[_0x50db1b(0x1f5)]('Executing\x20'+_0x3c4755+_0x50db1b(0x1c2));const _0x384deb=_0x571681[_0x50db1b(0x20e)](require,_0x571681[_0x50db1b(0x1df)]),_0x5abb5f=_0x451ff6?await _0x384deb[_0x50db1b(0x2bb)](_0x4576c8,_0x24a992['command'],_0x451ff6):await _0x384deb[_0x50db1b(0x2bb)](_0x4576c8,_0x24a992['command']);return _0x5abb5f;}catch(_0x133711){return logger[_0x50db1b(0x1c1)](_0x50db1b(0x34e)+_0x3c4755+':\x20'+(_0x133711[_0x50db1b(0x2c1)]||_0x133711[_0x50db1b(0x33e)])),null;}}async['performScanForCli'](_0x1e0164,_0x34b7cc,_0xdbe0ac,_0x49b20a,_0xc416df,_0x1b7f5f=a80_0x18eba5(0x27e)){const _0x18eab3=a80_0x18eba5,_0x47a9c0={'kefED':function(_0x4d411a,_0x2824b0){return _0x4d411a===_0x2824b0;},'lCdei':_0x18eab3(0x27e),'evhCy':function(_0x54b708,_0x5a5eec){return _0x54b708(_0x5a5eec);},'GMaAS':_0x18eab3(0x352)};try{logger[_0x18eab3(0x1f5)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0xdbe0ac+'\x20using\x20script:\x20'+_0x1b7f5f);const _0x5f3e87=this['getScriptByName'](_0x1b7f5f);if(!_0x5f3e87||!_0x5f3e87['command']){logger[_0x18eab3(0x1f5)](_0x18eab3(0x27b)+_0x1b7f5f+_0x18eab3(0x279));return;}if(_0x47a9c0[_0x18eab3(0x230)](_0x1b7f5f,_0x47a9c0['lCdei'])){const _0x25d007=_0x47a9c0['evhCy'](require,_0x47a9c0[_0x18eab3(0x193)]),_0x2a46f4={};_0x2a46f4['command']=_0xdbe0ac;const _0x50689e=await PerformanceTester[_0x18eab3(0x2dd)](PerformanceA11yEvents[_0x18eab3(0x2cf)],async()=>{const _0xc343df=_0x18eab3;await _0x25d007[_0xc343df(0x2bb)](_0x1e0164,_0x5f3e87[_0xc343df(0x21a)]);},_0x2a46f4)();return logger['info'](_0x18eab3(0x1cd)+_0x1b7f5f+'\x20result\x20for\x20'+_0xdbe0ac+':\x20'+util[_0x18eab3(0x1f4)](_0x50689e)),_0x50689e;}const _0x37571c=_0x47a9c0[_0x18eab3(0x2ae)](require,_0x47a9c0[_0x18eab3(0x193)]),_0x3f0969=await PerformanceTester[_0x18eab3(0x2dd)](PerformanceA11yEvents[_0x18eab3(0x1f1)],async()=>{const _0x4495ee=_0x18eab3;await _0x37571c[_0x4495ee(0x2bb)](_0x1e0164,_0x5f3e87[_0x4495ee(0x21a)],_0x49b20a);})();return logger[_0x18eab3(0x2b6)](_0x18eab3(0x1cd)+_0x1b7f5f+_0x18eab3(0x1d8)+_0xdbe0ac+':\x20'+util[_0x18eab3(0x1f4)](_0x3f0969)),_0x3f0969;}catch(_0x4211a0){logger[_0x18eab3(0x1c1)](_0x18eab3(0x1e8)+_0x1b7f5f+':\x20'+(_0x4211a0[_0x18eab3(0x2c1)]||_0x4211a0[_0x18eab3(0x33e)]));}}async['validatePlatformForAccessibility'](_0x44b9a6){const _0x374f48=a80_0x18eba5,_0x126d18={'RXtFK':function(_0x31fb43,_0x3433bd){return _0x31fb43(_0x3433bd);},'emGkY':_0x374f48(0x287)};try{const _0x1b2f34=_0x126d18['RXtFK'](require,_0x126d18['emGkY']);return await _0x1b2f34[_0x374f48(0x233)](_0x44b9a6);}catch(_0x18cc14){return logger[_0x374f48(0x1c1)](_0x374f48(0x2d9)+(_0x18cc14[_0x374f48(0x2c1)]||_0x18cc14[_0x374f48(0x33e)])),![];}}[a80_0x18eba5(0x30a)](_0x4fc533,_0x2d5c7a,_0x2e9c89){const _0x1ae909=a80_0x18eba5,_0x566779={'sQcOb':function(_0x278372,_0x1f8651){return _0x278372(_0x1f8651);},'mGmAH':_0x1ae909(0x352),'wnven':_0x1ae909(0x223),'nLEDc':_0x1ae909(0x1d1)};try{const _0x1a45fe=_0x566779[_0x1ae909(0x2df)](require,_0x566779['mGmAH']);_0x1a45fe[_0x1ae909(0x30a)](_0x4fc533,_0x2d5c7a,_0x2e9c89);const _0xe48447=JSON[_0x1ae909(0x20c)](_0x4fc533)[_0x1ae909(0x1f3)](/"browserstack\.user":"[^"]*"/g,_0x566779[_0x1ae909(0x295)])[_0x1ae909(0x1f3)](/"browserstack\.key":"[^"]*"/g,_0x566779[_0x1ae909(0x2c4)]);logger[_0x1ae909(0x1f5)](_0x1ae909(0x222)+global['accessibilityPlatform']+'\x20'+_0xe48447);}catch(_0x4ccbd9){logger[_0x1ae909(0x1c1)](_0x1ae909(0x1f0)+(_0x4ccbd9[_0x1ae909(0x2c1)]||_0x4ccbd9['message']));}}async[a80_0x18eba5(0x22d)](_0xad20f7){const _0x3a84c1=a80_0x18eba5,_0xe34aba={};_0xe34aba[_0x3a84c1(0x2e6)]=_0x3a84c1(0x1c5),_0xe34aba[_0x3a84c1(0x2ea)]=_0x3a84c1(0x25f);const _0x835bfc=_0xe34aba;try{if(!this[_0x3a84c1(0x23f)]())return logger['warn'](_0x835bfc['ewzhM']),[];const _0x5c51f1=await this[_0x3a84c1(0x2c9)](_0xad20f7,_0x835bfc['FwsBz']);return _0x5c51f1||[];}catch(_0xfe48d){return logger[_0x3a84c1(0x1c1)](_0x3a84c1(0x349)+(_0xfe48d[_0x3a84c1(0x2c1)]||_0xfe48d[_0x3a84c1(0x33e)])),[];}}async[a80_0x18eba5(0x319)](_0x177b91){const _0x5a3a72=a80_0x18eba5,_0x2343f2={'UorrT':_0x5a3a72(0x27e),'AVOnO':'getResultsSummary','dMHsD':_0x5a3a72(0x317),'NUIhr':function(_0x411efc,_0x69a185){return _0x411efc(_0x69a185);},'pMsaH':_0x5a3a72(0x2ab),'oQlQW':function(_0x43630d,_0x1a4ecb){return _0x43630d===_0x1a4ecb;},'dtPYz':_0x5a3a72(0x208),'xODld':_0x5a3a72(0x256),'SSqbU':_0x5a3a72(0x221),'drnUI':'testhub_build_uuid','Lgzku':_0x5a3a72(0x319),'ECDZW':_0x5a3a72(0x1c6),'bulAe':_0x5a3a72(0x1ab),'bkxAz':_0x5a3a72(0x28a)};try{if(!this[_0x5a3a72(0x23f)]())return logger['warn'](_0x2343f2['dMHsD']),{};const _0x3b85e1=_0x2343f2['NUIhr'](require,_0x2343f2[_0x5a3a72(0x1d2)]),_0x39bf25=_0x3b85e1[_0x5a3a72(0x2a2)](),_0x2123b2=_0x2343f2['oQlQW'](_0x39bf25?.[_0x5a3a72(0x1f2)]?.[_0x5a3a72(0x2db)](),_0x2343f2[_0x5a3a72(0x307)]);let _0x397efd='',_0x301ccc=null,_0x418e6a=null;if(_0x2123b2){_0x301ccc=global[_0x5a3a72(0x2be)]||global[_0x5a3a72(0x31e)]?.[_0x5a3a72(0x1d9)]?.['testAnalyticsId']||global[_0x5a3a72(0x31e)]?.['currentTest']?.['id'];if(!_0x301ccc)return logger[_0x5a3a72(0x1cc)](_0x2343f2['xODld']),{};try{const _0x235a1f=await GrpcClient[_0x5a3a72(0x23a)]()[_0x5a3a72(0x1b2)](process[_0x5a3a72(0x2ee)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x2343f2['SSqbU'],_0x2343f2[_0x5a3a72(0x1a0)],_0x301ccc),_0x2d01ce=AccessibilityModule['loadDriverExecuteParams'](null,_0x235a1f);_0x397efd=_0x2d01ce?.['thTestRunUuid']||'',logger['debug'](_0x5a3a72(0x202)+_0x397efd+_0x5a3a72(0x1b3)+_0x301ccc);const _0x56d368=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x2343f2[_0x5a3a72(0x1a0)],_0x397efd,_0x301ccc),_0x24510d=this['getCapabilityValue'](_0x2343f2['drnUI'])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5646b7=process[_0x5a3a72(0x2ee)][_0x5a3a72(0x23b)]||'',_0x519a68=this[_0x5a3a72(0x1f7)](_0x2343f2[_0x5a3a72(0x274)],_0x397efd,_0x24510d,_0x5646b7);_0x418e6a=_0x3b85e1['mergeObject'](_0x519a68,_0x56d368),logger['debug']('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON['stringify'](_0x418e6a));}catch(_0xf3210c){return logger[_0x5a3a72(0x1c1)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0xf3210c[_0x5a3a72(0x33e)]),{};}}else{_0x397efd=this['getCapabilityValue'](_0x2343f2['ECDZW'])||'';const _0x540838=this[_0x5a3a72(0x2dc)](_0x2343f2[_0x5a3a72(0x1e0)])||this[_0x5a3a72(0x1b7)][this[_0x5a3a72(0x254)]]||null,_0x165e38=process[_0x5a3a72(0x2ee)][_0x5a3a72(0x23b)]||'';_0x418e6a=this['getParamsForScanForCli'](_0x2343f2[_0x5a3a72(0x274)],_0x397efd,_0x540838,_0x165e38);}logger[_0x5a3a72(0x1f5)](_0x2343f2[_0x5a3a72(0x29f)]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5a3a72(0x2cf)],async()=>{const _0x3ca6a6=_0x5a3a72,_0x3d2ad6=await this['executeScriptByName'](_0x177b91,_0x2343f2[_0x3ca6a6(0x21d)],_0x418e6a);logger[_0x3ca6a6(0x1f5)](_0x3ca6a6(0x1a3)+util[_0x3ca6a6(0x1f4)](_0x3d2ad6));},{'command':_0x2343f2['Lgzku']})();const _0x15e80a=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x494fd1=_0x5a3a72;return await this[_0x494fd1(0x2c9)](_0x177b91,_0x2343f2[_0x494fd1(0x1a0)],_0x418e6a);})();if(!_0x15e80a)return logger[_0x5a3a72(0x1f5)](_0x2343f2[_0x5a3a72(0x194)]),{};return _0x15e80a;}catch(_0x557c99){return logger[_0x5a3a72(0x1c1)](_0x5a3a72(0x200)+(_0x557c99[_0x5a3a72(0x2c1)]||_0x557c99[_0x5a3a72(0x33e)])),{};}}async[a80_0x18eba5(0x30f)](_0xf4b317,_0xbefaab,_0xa41bcf=null){const _0x32c678=a80_0x18eba5,_0x46f83e={};_0x46f83e['KUQKM']='performPageScan:\x20Page\x20is\x20null',_0x46f83e[_0x32c678(0x2c3)]=_0x32c678(0x1ea),_0x46f83e['cLvOx']=_0x32c678(0x298);const _0x423c47=_0x46f83e;try{if(!_0xf4b317)return logger[_0x32c678(0x1f5)](_0x423c47['KUQKM']),null;if(!_0xbefaab)return logger[_0x32c678(0x1f5)](_0x423c47['cobWr']),null;logger[_0x32c678(0x1f5)](_0x423c47[_0x32c678(0x205)]);const _0x1e272f=_0xa41bcf?await _0xf4b317['evaluate'](_0xbefaab,_0xa41bcf):await _0xf4b317['evaluate'](_0xbefaab);return _0x1e272f;}catch(_0x1c974d){return logger[_0x32c678(0x1c1)](_0x32c678(0x297)+(_0x1c974d['stack']||_0x1c974d[_0x32c678(0x33e)])),null;}}static['loadDriverExecuteParams'](_0x2bc11e,_0x45b224){const _0x4e3faa=a80_0x18eba5,_0x3192b0={};_0x3192b0[_0x4e3faa(0x2de)]='ascii';const _0x596100=_0x3192b0,_0x39b53e={};_0x39b53e[_0x4e3faa(0x33d)]=_0x2bc11e;const _0x2ea628=_0x39b53e;let _0x9e4fdf={};if(_0x45b224[_0x4e3faa(0x294)]()&&_0x45b224[_0x4e3faa(0x25b)]())try{_0x9e4fdf=JSON[_0x4e3faa(0x324)](new Buffer(_0x45b224[_0x4e3faa(0x1db)]())[_0x4e3faa(0x353)](_0x596100['CNASp']));}catch(_0x347b36){logger[_0x4e3faa(0x1c1)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x347b36[_0x4e3faa(0x33e)]),_0x9e4fdf={};}return CLIUtils[_0x4e3faa(0x1e7)](_0x2ea628,_0x9e4fdf);}static async[a80_0x18eba5(0x26f)](_0x2a3278,_0xea03d8='',_0x176059=null){const _0x4261aa=a80_0x18eba5,_0x23cc9e={};_0x23cc9e[_0x4261aa(0x1f8)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x23cc9e[_0x4261aa(0x259)]=_0x4261aa(0x221);const _0x4e6be6=_0x23cc9e;try{if(!_0x176059&&AccessibilityModule[_0x4261aa(0x265)])return AccessibilityModule[_0x4261aa(0x2ba)];if(!process[_0x4261aa(0x2ee)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger['error'](_0x4e6be6['WHtUu']),{};const _0x3d3152=await GrpcClient[_0x4261aa(0x23a)]()[_0x4261aa(0x1b2)](process[_0x4261aa(0x2ee)][_0x4261aa(0x196)],_0x4e6be6[_0x4261aa(0x259)],_0x2a3278,_0x176059),_0x170bd0=_0x176059?AccessibilityModule[_0x4261aa(0x219)](null,_0x3d3152)?.[_0x4261aa(0x33d)]||_0xea03d8:_0xea03d8,_0xd49f84=AccessibilityModule[_0x4261aa(0x219)](_0x170bd0,_0x3d3152);return!_0x176059&&(AccessibilityModule[_0x4261aa(0x2ba)]=_0xd49f84,AccessibilityModule[_0x4261aa(0x265)]=!![]),_0xd49f84;}catch(_0xf92d9d){return logger[_0x4261aa(0x1c1)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x2a3278+':\x20'+(_0xf92d9d[_0x4261aa(0x2c1)]||_0xf92d9d['message'])),{};}}};function a80_0x49d0(){const _0x17ecdd=['tvzdn','Error\x20in\x20getAccessibilityResults:\x20','2503975ZPGsOV','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','PqZVC','[AccessibilityModule]\x20onAfterTest:\x20framework=','Error\x20executing\x20script\x20','browserstack.accessibilityOptions.authToken','aKTqc','test_tags','../../playwright/accessibility-helper','toString','toObject','loadAccessibilityConfig','../../utils/playwright-patcher','options','cucumber','GMaAS','bkxAz','FJOId','BROWSERSTACK_CLI_BIN_SESSION_ID','isPlatformSupported:\x20caps\x20are\x20null','excludeTagsInTestingScope','MOttP','zXyml','DWWBI','getTestId','mcGKt',',\x20testName=','../grpcClient','AVOnO','start','BS_A11Y_JWT','Scan\x20result:\x20','HDNBF','onBeforeExecute:\x20command=','includeTagsInTestingScope','getCommandsList','SDK_ACCESSIBILITY_CONFIG','ECMhn','browserName','Performing\x20scan\x20before\x20getting\x20results\x20summary','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','performScan','onBeforeExecute:\x20No\x20command\x20name\x20provided','ymCrb','PUaps','aUtFu','fetchDriverExecuteParamsEvent','\x20from\x20testIdentifier=','QUIT','some','zXRfk','accessibilityConfig','null','NHkDo','testAnalyticsId','IjUOV','saveResults','getLogDisabledShown','KEY_TEST_NAME','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','getName','error','\x20accessibility\x20script\x20on\x20page','getCurrentInstanceName','qQkUV','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','test_run_id','rmsfc','../state/automationFrameworkState','PJife','_sendMessageServerPatchApplied','arsxo','warn','Page\x20','headless','platformCaps','stopTestCapture','\x22browserstack.key\x22:\x22[REDACTED]\x22','pMsaH','LOG_DISABLED_SHOWN','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','MUHYL','\x20result\x20for\x20','currentTest','../framework/constants/testFrameworkConstants.js','getAccessibilityExecuteParams','commandsList','isEnabled','onAfterTest','xRAzk','drnUI','getData','split','parseFromProto','onBeforeTest:\x20event=','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','OBNeu','mergeObject','Error\x20in\x20performScanForCli\x20for\x20script\x20','accessibilityPlatform','performPageScan:\x20Script\x20is\x20null','util','hprbl','629064aAPBnW','cftdq','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','Error\x20in\x20processAccessibilityCaps:\x20','SAVE_RESULTS','name','replace','format','debug','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','getParamsForScanForCli','WHtUu','isAccessibilityScriptCommand','size','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','capabilitiesList',',\x20\x0a\x20','DGpCw','200102kfqYWf','Error\x20in\x20getAccessibilityResultsSummary:\x20','HzKoW','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','pqCaO','DnsFM','cLvOx','scannerProcessingTimeout','getValue','jest','getScriptsList','WrDfF','1468288CbcrOn','stringify','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','VvlDg','cbOxj','Error\x20in\x20initAccessibilityConfig:\x20','unknown','getAccessibility','testhub_build_uuid','../../../helpers/performance/performance-tester.js','wfTDX','NON_BROWSERSTACK_AUTOMATION_SESSIONS','getTesthub','11BYXPCi','loadDriverExecuteParams','command','cemMS','launchCaps','UorrT','dqrla','length','bind','accessibility','Processed\x20accessibility\x20caps\x20','\x22browserstack.user\x22:\x22[REDACTED]\x22','48uZvJWv','oEbdR','fAQwm','zNZIC',',\x20framework=','JKVRn','getAccessibilityConfig','playwright-chromium','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','getAccessibilityResults','getOptions','ZXFfA','kefED','exports','updateData','platformValidation','djooU','nXNxH','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','hHmDx','getContext','../../../helpers/performance/constants.js','getInstance','BROWSERSTACK_TESTHUB_JWT','orBdE','setShouldScanCurrentTest','Unknown\x20Test','getCurrentAccessibilityStatus','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','../../../helpers/classLogger','DRIVER_INIT','browserstack.accessibilityOptions.wcagVersion','pwPage','EfBBX','../framework/testFramework','getModuleName','getTrackedInstance','onBeforeExecute','MNsws','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','patchSendMessageToServer','a11y:save-results','rZBzp','ScoGY','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','26EGZscT','KcfGg','nsurK','KEY_TESTHUB_BUILD_ID','nlDFk','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','test-tags-->\x20','uCvYw','fCLfA','KEY_INIT','hasAccessibilityExecuteParams','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','browserstack_executor','setShouldScan','getResults','hoVfd','../state/hookState','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',']\x20isEnabledTestcase\x20(cucumber)\x20result=','bYdom','_centralAuthConfigFetched','vTvDl','end','6687930qcJxQd','toJson','uAjqG','Error\x20in\x20shouldScanForCommand:\x20','Context','MODULE_NAME','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','fetchCentralAuthA11yConfig','ZYZor','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','wOJDF','setLogDisabledShown','Lgzku','ScTSe','testFramework','assign','commandName','\x20script\x20available\x20in\x20scriptsList','isPlatformSupported','performScanForCli:\x20No\x20','DrMZX','awJsn','scan','EXECUTE','WwfgW','LuPhq','\x20->\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',']\x20isEnabledTestcase\x20(jest)\x20result=','XStiw','mKonn','../../../helpers/accessibility-automation/helper','xIvvJ','Accessibility\x20data\x20for\x20extension:\x20','No\x20summaryResults\x20found.','isBrowserstackScriptCommand','AXEbO','isEnabledTestcase','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','name:\x20','goog:chromeOptions','KEY_DRIVER_HAS_URL',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','dDVNk','getSuccess','wnven','OFanv','Error\x20in\x20performPageScan:\x20','Executing\x20accessibility\x20script\x20on\x20page','27nkjUHh','dYJjl','onBeforeTest','tykIo','Error\x20getting\x20script\x20by\x20name\x20','testInfo','bulAe','TrackedInstance','browserstack.accessibilityOptions.scannerProcessingTimeout','getTestFrameworkDetail','getBuildId',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','Error\x20checking\x20headless\x20capability:\x20','SLAGE','ACCESSIBILITY_INITIALIZED','getScript','titlePath','TEST_INIT','../cliUtils','wcagVersion',']\x20should\x20run\x20accessibility\x20value=','evhCy','\x20a11yToken=','fWoFm','MZwds','BQkQt','TFDOE','CREATE',']\x20onAfterTest\x20should\x20scan=','info','cnCJq','join','string','_centralAuthA11yConfig','browserStackEvaluate','1361523WtkUjF','dybwn','__jestCurrentTestIdentifier',',\x20excludeTags=','CaHgG','stack','true','cobWr','nLEDc','ypUKw','getGoogleChromeOptions','chrome','POST','executeScriptByName','BDDoC','onBeforeExecute:\x20Command\x20','browserVersion','./baseModule','set','PERFORM_SCAN','rPBsL','vpwxW','../../../helpers/helper','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','IPEgA','HcBrF','TXDhO','get','map','Error\x20in\x20validatePlatformForAccessibility:\x20','initAccessibilityConfig','toLowerCase','getCapabilityValue','measureWrapper','CNASp','sQcOb','registerObserver','bQwrq','../../../helpers/accessibility-automation/constants','BAJSa','browser','has','ewzhM',',\x20isAppAccessibility=','performScanForCli','IgeIN','FwsBz','value','5|14|15|6|13|10|9|0|8|4|1|3|11|12|7|2','testFrameworkData','env','saveTestResults','McCMp','RUBdG','DopjK','applySendMessageToServerPatch','nCSsP','delete','latest','XliuP','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','FYqGa','getCapabilitiesList','VHOzT','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','finishScanningForCli','getPlatformIndex','gCQDC','find',']\x20Accessibility\x20configuration\x20initialized\x20successfully','scannerVersion','AYUkO','UItjd','mPqKO','hwqgP','dtPYz','shouldScanForCommand','../../../helpers/accessibility-automation/scripts','processAccessibilityCaps','cJYmQ','isArray','shouldScanCurrentTest','setAccessibilityConfig','performPageScan',',\x20testIdentifier=','present','giZcl','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','accessibilityToken','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','AUTOMATION_SESSIONS','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','[platform\x20-\x20','getAccessibilityResultsSummary','isAppAccessibility','instance','jHKtX','DpJOo','__workerDetails','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','page','getTestDetails','DjZNv','getState','parse','setAccessibilityToken','capabilities','uastw','bFvQQ','Error\x20getting\x20capability\x20value\x20for\x20','vsNUn','sLghR','zfKcK','VDEed','includes','AyozX','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20',',\x20available\x20commands:\x20',',\x20includeTags=','ImRJV','__accessibilityOptions','Performing\x20scan\x20before\x20from\x20cli','trim','UKCPm','\x20value=','function','PRE','getScriptByName','pyvOO','thTestRunUuid','message','YpjBh','xxfKL','DPYnw','ibVwN','commandsToWrap','20131rluDuB','WhTfd','EPuad','\x20script\x20available'];a80_0x49d0=function(){return _0x17ecdd;};return a80_0x49d0();}module[a80_0x18eba5(0x231)]=AccessibilityModule;
@@ -1 +1 @@
1
- const a81_0x843699=a81_0x2f02;(function(_0x451460,_0xa9ec28){const _0x7af84b=a81_0x2f02,_0x3c58cc=_0x451460();while(!![]){try{const _0x30a037=-parseInt(_0x7af84b(0x8d))/0x1+parseInt(_0x7af84b(0xa2))/0x2*(-parseInt(_0x7af84b(0x85))/0x3)+-parseInt(_0x7af84b(0x7f))/0x4+parseInt(_0x7af84b(0x9b))/0x5+-parseInt(_0x7af84b(0xa7))/0x6*(parseInt(_0x7af84b(0x92))/0x7)+-parseInt(_0x7af84b(0x97))/0x8*(-parseInt(_0x7af84b(0x82))/0x9)+parseInt(_0x7af84b(0x80))/0xa;if(_0x30a037===_0xa9ec28)break;else _0x3c58cc['push'](_0x3c58cc['shift']());}catch(_0x53d9ac){_0x3c58cc['push'](_0x3c58cc['shift']());}}}(a81_0x2faa,0x8fbbb));function a81_0x2faa(){const _0x46eb20=['2646805HUIgbH',',\x20platformIndex=','config','configure','ensureBinSession','223464RfeFNQ','../../../helpers/test-observability/constants.js','PMfVf','testId','5595505qXybRV','version','cOmSR','TWNed','testFrameworkData','getTestId','client','174WyXoej','QjsLb','tOLMt','PLAYWRIGHT','CUCUMBER','12ixvGqU','binSessionId','MJlfm','getModuleName','3674112kxSUlK','22324300bOSDwo','name','180mQQjru','_test','BaseModule','16491jkEgYu','Missing\x20binSessionId','\x20with\x20binSessionId=','exports','object','WIgZw','../../../helpers/logger.js','testInfo','1168463YelagM','ChLbR','split','testFramework','platformIndex'];a81_0x2faa=function(){return _0x46eb20;};return a81_0x2faa();}const logger=require(a81_0x843699(0x8b))['winstonLogger'],{FRAMEWORKS}=require(a81_0x843699(0x98));function a81_0x2f02(_0x158ef4,_0x54a9c0){const _0x2faa6e=a81_0x2faa();return a81_0x2f02=function(_0x2f0285,_0x759efc){_0x2f0285=_0x2f0285-0x7f;let _0x5e96f3=_0x2faa6e[_0x2f0285];return _0x5e96f3;},a81_0x2f02(_0x158ef4,_0x54a9c0);}class BaseModule{constructor(_0x17c622=null){const _0x1c5bdd=a81_0x843699,_0x4a0030={};_0x4a0030[_0x1c5bdd(0x99)]='4|3|0|2|1|5',_0x4a0030[_0x1c5bdd(0xa9)]=_0x1c5bdd(0x84);const _0x5099b7=_0x4a0030,_0x1a6ad7=_0x5099b7[_0x1c5bdd(0x99)][_0x1c5bdd(0x8f)]('|');let _0x5c5a22=0x0;while(!![]){switch(_0x1a6ad7[_0x5c5a22++]){case'0':this[_0x1c5bdd(0x91)]=0x0;continue;case'1':this[_0x1c5bdd(0xa1)]=null;continue;case'2':this[_0x1c5bdd(0x94)]={};continue;case'3':this[_0x1c5bdd(0xa8)]=null;continue;case'4':this[_0x1c5bdd(0x81)]=_0x5099b7[_0x1c5bdd(0xa9)];continue;case'5':this[_0x1c5bdd(0x9f)]=this['setTestFrameworkData'](_0x17c622);continue;}break;}}[a81_0x843699(0x96)](){const _0x55a3cf=a81_0x843699,_0x1eaa72={};_0x1eaa72[_0x55a3cf(0x9d)]=_0x55a3cf(0x86);const _0x42f635=_0x1eaa72;if(!this[_0x55a3cf(0xa8)])throw new Error(_0x42f635[_0x55a3cf(0x9d)]);}[a81_0x843699(0xaa)](){const _0x1ee1a3=a81_0x843699;return this[_0x1ee1a3(0x81)];}[a81_0x843699(0x95)](_0x420f70,_0x570439,_0x4c2633,_0x179374={}){const _0x39eb41=a81_0x843699,_0x213d6e={};_0x213d6e[_0x39eb41(0xa3)]='1|3|4|0|2';const _0x521e9e=_0x213d6e,_0x2acc73=_0x521e9e[_0x39eb41(0xa3)][_0x39eb41(0x8f)]('|');let _0x45563b=0x0;while(!![]){switch(_0x2acc73[_0x45563b++]){case'0':this[_0x39eb41(0x94)]=_0x179374;continue;case'1':this['binSessionId']=_0x420f70;continue;case'2':logger['debug']('Configured\x20module\x20'+this[_0x39eb41(0xaa)]()+_0x39eb41(0x87)+_0x420f70+_0x39eb41(0x93)+_0x570439);continue;case'3':this['platformIndex']=_0x570439;continue;case'4':this[_0x39eb41(0xa1)]=_0x4c2633;continue;}break;}}[a81_0x843699(0xa0)](_0x3e256b){const _0x313b81=a81_0x843699,_0x4a884d={};_0x4a884d['WIgZw']=function(_0x80f6c4,_0x33094a){return _0x80f6c4===_0x33094a;},_0x4a884d['tOLMt']=function(_0xe525d,_0x3cf145){return _0xe525d===_0x3cf145;};const _0x82b0d0=_0x4a884d;let _0x2a581f='';if(_0x82b0d0[_0x313b81(0x8a)](_0x3e256b['testFramework'],FRAMEWORKS[_0x313b81(0xa5)]))_0x2a581f=_0x3e256b[_0x313b81(0x8c)]?.[_0x313b81(0x83)]?.['id']||_0x3e256b[_0x313b81(0x8c)]?.[_0x313b81(0x9a)];else{if(_0x82b0d0[_0x313b81(0x8a)](_0x3e256b['testFramework'],FRAMEWORKS[_0x313b81(0xa6)]))_0x2a581f=_0x3e256b['testInfo']?.['testCaseStartedId'];else _0x82b0d0[_0x313b81(0xa4)](_0x3e256b[_0x313b81(0x90)],FRAMEWORKS['JEST'])&&(_0x2a581f=_0x3e256b[_0x313b81(0x8c)]?.['id']);}return _0x2a581f;}['setTestFrameworkData'](_0xbdc58){const _0x256195=a81_0x843699,_0x15dbee={};_0x15dbee[_0x256195(0x9e)]=function(_0x4e24de,_0x339298){return _0x4e24de!==_0x339298;},_0x15dbee[_0x256195(0x8e)]=_0x256195(0x89);const _0x3b64bb=_0x15dbee;if(!_0xbdc58||_0x3b64bb[_0x256195(0x9e)](typeof _0xbdc58,_0x3b64bb[_0x256195(0x8e)]))return null;const _0x1b111b={};_0x1b111b[_0x256195(0x81)]=_0xbdc58[_0x256195(0x81)],_0x1b111b['version']=_0xbdc58['version']&&_0xbdc58[_0x256195(0x9c)][_0xbdc58[_0x256195(0x81)]];const _0x42a70b=_0x1b111b;return _0x42a70b;}}module[a81_0x843699(0x88)]=BaseModule;
1
+ function a81_0x3619(){const _0x38163e=[',\x20platformIndex=','20ygjham','../../../helpers/test-observability/constants.js','LfMLZ','_test','testFramework','configure','CUCUMBER','testId','mjARW','jUCYx','Configured\x20module\x20','6ZnJbck','oCPvZ','2459288qUitmV','PLAYWRIGHT','2137608oTbCEx','exports','RKepV','platformIndex','debug','testInfo','JEST','glSHv','version','eJkSU','client','object','8ZaRhQJ','10pknZXD','5|3|1|4|0|2','422347dCqXJr','config','3|0|1|4|2','BaseModule','48324wkaVaU','getModuleName','split','\x20with\x20binSessionId=','name','3116905dmQAyn','binSessionId','10698369XKZyYP','vdCWC','Missing\x20binSessionId','setTestFrameworkData','HrrCO','3997511HLBQYf'];a81_0x3619=function(){return _0x38163e;};return a81_0x3619();}const a81_0x418d0f=a81_0x391b;(function(_0x1e527a,_0x9486a9){const _0x4889ac=a81_0x391b,_0x4379e3=_0x1e527a();while(!![]){try{const _0x467853=parseInt(_0x4889ac(0x89))/0x1+parseInt(_0x4889ac(0x87))/0x2*(parseInt(_0x4889ac(0x8d))/0x3)+-parseInt(_0x4889ac(0x78))/0x4+parseInt(_0x4889ac(0x92))/0x5*(-parseInt(_0x4889ac(0x76))/0x6)+-parseInt(_0x4889ac(0x99))/0x7*(parseInt(_0x4889ac(0x86))/0x8)+-parseInt(_0x4889ac(0x7a))/0x9+parseInt(_0x4889ac(0x6b))/0xa*(parseInt(_0x4889ac(0x94))/0xb);if(_0x467853===_0x9486a9)break;else _0x4379e3['push'](_0x4379e3['shift']());}catch(_0xee63e7){_0x4379e3['push'](_0x4379e3['shift']());}}}(a81_0x3619,0x61f69));function a81_0x391b(_0x3e0d79,_0x5063b1){const _0x3619fd=a81_0x3619();return a81_0x391b=function(_0x391b7a,_0x22ce2a){_0x391b7a=_0x391b7a-0x6a;let _0x4f5ab2=_0x3619fd[_0x391b7a];return _0x4f5ab2;},a81_0x391b(_0x3e0d79,_0x5063b1);}const logger=require('../../../helpers/logger.js')['winstonLogger'],{FRAMEWORKS}=require(a81_0x418d0f(0x6c));class BaseModule{constructor(_0x109293=null){const _0x3bbdf6=a81_0x418d0f,_0x507ab4={};_0x507ab4[_0x3bbdf6(0x6d)]=_0x3bbdf6(0x88),_0x507ab4[_0x3bbdf6(0x77)]=_0x3bbdf6(0x8c);const _0x40c6d8=_0x507ab4,_0x368494=_0x40c6d8['LfMLZ'][_0x3bbdf6(0x8f)]('|');let _0x244962=0x0;while(!![]){switch(_0x368494[_0x244962++]){case'0':this[_0x3bbdf6(0x84)]=null;continue;case'1':this[_0x3bbdf6(0x7d)]=0x0;continue;case'2':this['testFrameworkData']=this[_0x3bbdf6(0x97)](_0x109293);continue;case'3':this[_0x3bbdf6(0x93)]=null;continue;case'4':this['config']={};continue;case'5':this[_0x3bbdf6(0x91)]=_0x40c6d8[_0x3bbdf6(0x77)];continue;}break;}}['ensureBinSession'](){const _0x418872=a81_0x418d0f,_0x3d08e7={};_0x3d08e7[_0x418872(0x7c)]=_0x418872(0x96);const _0x411ade=_0x3d08e7;if(!this[_0x418872(0x93)])throw new Error(_0x411ade[_0x418872(0x7c)]);}[a81_0x418d0f(0x8e)](){const _0x469a90=a81_0x418d0f;return this[_0x469a90(0x91)];}[a81_0x418d0f(0x70)](_0x1ce9c6,_0x367245,_0x44984b,_0x5ce58b={}){const _0x44f111=a81_0x418d0f,_0x443068={};_0x443068['mjARW']=_0x44f111(0x8b);const _0x21d951=_0x443068,_0x4cde4f=_0x21d951[_0x44f111(0x73)]['split']('|');let _0x1511c6=0x0;while(!![]){switch(_0x4cde4f[_0x1511c6++]){case'0':this['platformIndex']=_0x367245;continue;case'1':this['client']=_0x44984b;continue;case'2':logger[_0x44f111(0x7e)](_0x44f111(0x75)+this[_0x44f111(0x8e)]()+_0x44f111(0x90)+_0x1ce9c6+_0x44f111(0x6a)+_0x367245);continue;case'3':this[_0x44f111(0x93)]=_0x1ce9c6;continue;case'4':this[_0x44f111(0x8a)]=_0x5ce58b;continue;}break;}}['getTestId'](_0x51da1a){const _0x54ccc4=a81_0x418d0f,_0x216992={};_0x216992[_0x54ccc4(0x81)]=function(_0x40d762,_0x48e7f0){return _0x40d762===_0x48e7f0;},_0x216992[_0x54ccc4(0x95)]=function(_0x2d9628,_0x80a88c){return _0x2d9628===_0x80a88c;},_0x216992[_0x54ccc4(0x74)]=function(_0x543ab9,_0x585522){return _0x543ab9===_0x585522;};const _0x30c411=_0x216992;let _0xdfa40='';if(_0x30c411[_0x54ccc4(0x81)](_0x51da1a[_0x54ccc4(0x6f)],FRAMEWORKS[_0x54ccc4(0x79)]))_0xdfa40=_0x51da1a['testInfo']?.[_0x54ccc4(0x6e)]?.['id']||_0x51da1a['testInfo']?.[_0x54ccc4(0x72)];else{if(_0x30c411[_0x54ccc4(0x95)](_0x51da1a[_0x54ccc4(0x6f)],FRAMEWORKS[_0x54ccc4(0x71)]))_0xdfa40=_0x51da1a[_0x54ccc4(0x7f)]?.['testCaseStartedId'];else _0x30c411['jUCYx'](_0x51da1a[_0x54ccc4(0x6f)],FRAMEWORKS[_0x54ccc4(0x80)])&&(_0xdfa40=_0x51da1a[_0x54ccc4(0x7f)]?.['id']);}return _0xdfa40;}[a81_0x418d0f(0x97)](_0x5aeab0){const _0x2c6840=a81_0x418d0f,_0x1cca9e={};_0x1cca9e['eJkSU']=function(_0x2e98f2,_0x1d5c17){return _0x2e98f2!==_0x1d5c17;},_0x1cca9e[_0x2c6840(0x98)]=_0x2c6840(0x85);const _0x34ac05=_0x1cca9e;if(!_0x5aeab0||_0x34ac05[_0x2c6840(0x83)](typeof _0x5aeab0,_0x34ac05[_0x2c6840(0x98)]))return null;const _0xee3e52={};_0xee3e52[_0x2c6840(0x91)]=_0x5aeab0['name'],_0xee3e52[_0x2c6840(0x82)]=_0x5aeab0[_0x2c6840(0x82)]&&_0x5aeab0['version'][_0x5aeab0[_0x2c6840(0x91)]];const _0x99cf7b=_0xee3e52;return _0x99cf7b;}}module[a81_0x418d0f(0x7b)]=BaseModule;
@@ -1 +1 @@
1
- const a82_0x363b27=a82_0x43ca;(function(_0x20e33f,_0x5c6559){const _0x3ad7b9=a82_0x43ca,_0x212fb8=_0x20e33f();while(!![]){try{const _0xfd57c1=-parseInt(_0x3ad7b9(0xda))/0x1*(-parseInt(_0x3ad7b9(0xd2))/0x2)+-parseInt(_0x3ad7b9(0xea))/0x3+-parseInt(_0x3ad7b9(0xf4))/0x4+parseInt(_0x3ad7b9(0xf3))/0x5+parseInt(_0x3ad7b9(0xd3))/0x6+-parseInt(_0x3ad7b9(0xfe))/0x7*(-parseInt(_0x3ad7b9(0xd8))/0x8)+parseInt(_0x3ad7b9(0xe2))/0x9;if(_0xfd57c1===_0x5c6559)break;else _0x212fb8['push'](_0x212fb8['shift']());}catch(_0x4f7271){_0x212fb8['push'](_0x212fb8['shift']());}}}(a82_0x2f0c,0x28c3c));const {createClassLogger}=require(a82_0x363b27(0xe8)),logger=createClassLogger(a82_0x363b27(0xd5)),{sendSdkEvents}=require(a82_0x363b27(0xf2)),isLTSSession=(_0x39e705=null)=>{const _0x510021=a82_0x363b27,_0x2542bf={};_0x2542bf['oxRll']=function(_0x1dbb2d,_0x348ceb){return _0x1dbb2d!==_0x348ceb;},_0x2542bf[_0x510021(0xf5)]=_0x510021(0xd9),_0x2542bf[_0x510021(0xf7)]=function(_0x38ff02,_0x4ec8cb){return _0x38ff02===_0x4ec8cb;},_0x2542bf['KNDQw']='string',_0x2542bf[_0x510021(0xf0)]=function(_0x25e828,_0x20d64e){return _0x25e828===_0x20d64e;},_0x2542bf[_0x510021(0xff)]=_0x510021(0xfb),_0x2542bf[_0x510021(0xed)]=function(_0x259b91,_0x271c5c){return _0x259b91===_0x271c5c;},_0x2542bf['JIQfw']=function(_0x46ccc6,_0xf6f6aa){return _0x46ccc6===_0xf6f6aa;},_0x2542bf['oTRut']=function(_0x18c6dd,_0x27d59f){return _0x18c6dd===_0x27d59f;},_0x2542bf[_0x510021(0xf9)]='false';const _0xccd7f7=_0x2542bf;try{if(_0xccd7f7['oxRll'](typeof process[_0x510021(0xd6)][_0x510021(0xdb)],_0xccd7f7[_0x510021(0xf5)])){const _0x3acc7c=process[_0x510021(0xd6)][_0x510021(0xdb)];return _0xccd7f7['YdxVt'](typeof _0x3acc7c,_0xccd7f7[_0x510021(0xe1)])?_0xccd7f7[_0x510021(0xf0)](_0x3acc7c[_0x510021(0xfc)](),_0xccd7f7[_0x510021(0xff)]):!!_0x3acc7c;}const _0x73c08=_0x39e705&&_0x39e705[_0x510021(0xdb)],_0xf39b03=!!(_0x39e705&&(_0xccd7f7[_0x510021(0xed)](_0x39e705['browserstackAutomation'],!![])||_0xccd7f7['JIQfw'](_0x39e705[_0x510021(0xe7)],_0xccd7f7[_0x510021(0xff)]))),_0x1652bb=!!(_0x73c08&&_0xccd7f7['oTRut'](_0x73c08['toString']()[_0x510021(0xfc)](),_0xccd7f7[_0x510021(0xff)])&&!_0xf39b03);return process['env']['overrideLoadTesting']=_0x1652bb?_0xccd7f7[_0x510021(0xff)]:_0xccd7f7[_0x510021(0xf9)],_0x1652bb;}catch(_0x5e712d){return process[_0x510021(0xd6)][_0x510021(0xdb)]=_0xccd7f7['CDJSn'],![];}},getLTSSessionId=()=>{const _0x1f1411=a82_0x363b27,_0x19807c={'HyHXI':function(_0x30c871){return _0x30c871();},'wcbnB':_0x1f1411(0xd4),'Gupac':_0x1f1411(0xe9)};try{if(_0x19807c[_0x1f1411(0xdf)](isLTSSession))return logger[_0x1f1411(0xef)](_0x19807c[_0x1f1411(0xe0)]),process[_0x1f1411(0xd6)][_0x1f1411(0xfa)]||'';}catch(_0x29172c){logger[_0x1f1411(0xeb)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x29172c&&_0x29172c[_0x1f1411(0xe5)]));}return logger[_0x1f1411(0xef)](_0x19807c['Gupac']),'';},setLTSSessionId=async(_0x203f34={})=>{const _0x490ed5=a82_0x363b27,_0x3523d6={'TgxWx':function(_0x4457bf){return _0x4457bf();},'QpqWD':_0x490ed5(0xd7),'xMDKk':_0x490ed5(0xe3),'IQhKl':_0x490ed5(0xdd),'meVxG':function(_0x59fa95,_0x4c6186){return _0x59fa95(_0x4c6186);},'LswCR':function(_0x39aa8,_0x3db3eb,_0x2fe4d5){return _0x39aa8(_0x3db3eb,_0x2fe4d5);},'Lnjbt':function(_0x44f15c,_0x41c81e){return _0x44f15c||_0x41c81e;}};try{const _0x26fe61=_0x3523d6[_0x490ed5(0xfd)](getLTSSessionId);_0x26fe61?(process[_0x490ed5(0xd6)][_0x490ed5(0xfa)]=_0x26fe61,logger['debug'](_0x3523d6[_0x490ed5(0xde)])):(delete process['env'][_0x490ed5(0xfa)],logger['debug'](_0x3523d6[_0x490ed5(0xf1)]));try{const _0x50eca8={'feature':_0x3523d6[_0x490ed5(0xe4)],'ltsEnabled':_0x3523d6[_0x490ed5(0xe6)](isLTSSession,_0x203f34),'ltsSessionIdPresent':!!_0x26fe61};await _0x3523d6[_0x490ed5(0xec)](sendSdkEvents,_0x50eca8,_0x203f34);}catch(_0x9df028){logger[_0x490ed5(0xef)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x9df028&&_0x9df028[_0x490ed5(0xe5)]));}return _0x3523d6['Lnjbt'](_0x26fe61,'');}catch(_0x1db3cd){return logger[_0x490ed5(0xef)](_0x490ed5(0xf8)+(_0x1db3cd&&_0x1db3cd[_0x490ed5(0xe5)])),'';}},a82_0x3fc44c={};a82_0x3fc44c['isLTSSession']=isLTSSession,a82_0x3fc44c[a82_0x363b27(0xf6)]=getLTSSessionId,a82_0x3fc44c[a82_0x363b27(0xee)]=setLTSSessionId,module[a82_0x363b27(0xdc)]=a82_0x3fc44c;function a82_0x43ca(_0x31ff58,_0x284991){const _0x2f0cdd=a82_0x2f0c();return a82_0x43ca=function(_0x43caba,_0x5e01d5){_0x43caba=_0x43caba-0xd2;let _0x20bdc9=_0x2f0cdd[_0x43caba];return _0x20bdc9;},a82_0x43ca(_0x31ff58,_0x284991);}function a82_0x2f0c(){const _0x5ae15f=['../../../helpers/helper.js','1068150AsnAli','770804NrElHu','uAIaS','getLTSSessionId','YdxVt','setLTSSessionId\x20error:\x20','CDJSn','BROWSERSTACK_LTS_SESSION_ID','true','toLowerCase','TgxWx','4802pingut','uaHHT','88946cAkSlw','986130roouFp','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','LoadTestModule','env','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','48miPrrF','undefined','4MFucfS','overrideLoadTesting','exports','LTS','QpqWD','HyHXI','wcbnB','KNDQw','490374JlzHKL','BROWSERSTACK_LTS_SESSION_ID\x20cleared','IQhKl','message','meVxG','browserstackAutomation','../../../helpers/classLogger.js','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','764418IiESAS','error','LswCR','AYWZl','setLTSSessionId','debug','Lthdb','xMDKk'];a82_0x2f0c=function(){return _0x5ae15f;};return a82_0x2f0c();}
1
+ function a82_0xb66b(_0x1b5c35,_0x22ad60){const _0x12a540=a82_0x12a5();return a82_0xb66b=function(_0xb66b7d,_0x45df3c){_0xb66b7d=_0xb66b7d-0xb3;let _0x19a759=_0x12a540[_0xb66b7d];return _0x19a759;},a82_0xb66b(_0x1b5c35,_0x22ad60);}const a82_0x136e08=a82_0xb66b;(function(_0x2a5491,_0x8ace49){const _0x5fa947=a82_0xb66b,_0x200812=_0x2a5491();while(!![]){try{const _0x189998=parseInt(_0x5fa947(0xc1))/0x1+-parseInt(_0x5fa947(0xb8))/0x2*(-parseInt(_0x5fa947(0xd5))/0x3)+-parseInt(_0x5fa947(0xbd))/0x4*(-parseInt(_0x5fa947(0xcd))/0x5)+-parseInt(_0x5fa947(0xe2))/0x6+parseInt(_0x5fa947(0xb5))/0x7+-parseInt(_0x5fa947(0xc0))/0x8+parseInt(_0x5fa947(0xbf))/0x9*(-parseInt(_0x5fa947(0xba))/0xa);if(_0x189998===_0x8ace49)break;else _0x200812['push'](_0x200812['shift']());}catch(_0x2e7a0a){_0x200812['push'](_0x200812['shift']());}}}(a82_0x12a5,0x61a81));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a82_0x136e08(0xc3)),{sendSdkEvents}=require('../../../helpers/helper.js'),isLTSSession=(_0x1dde9a=null)=>{const _0x56d1e1=a82_0x136e08,_0x2ef8c1={};_0x2ef8c1[_0x56d1e1(0xe4)]=function(_0x427474,_0x6f16f9){return _0x427474!==_0x6f16f9;},_0x2ef8c1[_0x56d1e1(0xe1)]=_0x56d1e1(0xd3),_0x2ef8c1[_0x56d1e1(0xbb)]=function(_0x1b9100,_0x367b22){return _0x1b9100===_0x367b22;},_0x2ef8c1['OVToP']=_0x56d1e1(0xb7),_0x2ef8c1[_0x56d1e1(0xd1)]=_0x56d1e1(0xc4),_0x2ef8c1[_0x56d1e1(0xb6)]=function(_0x31f413,_0x19b559){return _0x31f413===_0x19b559;},_0x2ef8c1[_0x56d1e1(0xc9)]=_0x56d1e1(0xcb);const _0x37c6f6=_0x2ef8c1;try{if(_0x37c6f6[_0x56d1e1(0xe4)](typeof process[_0x56d1e1(0xda)][_0x56d1e1(0xcf)],_0x37c6f6[_0x56d1e1(0xe1)])){const _0x5c4834=process[_0x56d1e1(0xda)]['overrideLoadTesting'];return _0x37c6f6[_0x56d1e1(0xbb)](typeof _0x5c4834,_0x37c6f6[_0x56d1e1(0xc8)])?_0x37c6f6[_0x56d1e1(0xbb)](_0x5c4834[_0x56d1e1(0xc7)](),_0x37c6f6[_0x56d1e1(0xd1)]):!!_0x5c4834;}const _0x537a2a=_0x1dde9a&&_0x1dde9a['overrideLoadTesting'],_0x39f554=!!(_0x1dde9a&&(_0x37c6f6[_0x56d1e1(0xb6)](_0x1dde9a[_0x56d1e1(0xd2)],!![])||_0x37c6f6['WaOJy'](_0x1dde9a['browserstackAutomation'],_0x37c6f6[_0x56d1e1(0xd1)]))),_0x52bbaa=!!(_0x537a2a&&_0x37c6f6[_0x56d1e1(0xb6)](_0x537a2a[_0x56d1e1(0xce)]()[_0x56d1e1(0xc7)](),_0x37c6f6['eYiZt'])&&!_0x39f554);return process[_0x56d1e1(0xda)][_0x56d1e1(0xcf)]=_0x52bbaa?_0x37c6f6[_0x56d1e1(0xd1)]:_0x37c6f6['fWwFi'],_0x52bbaa;}catch(_0x564628){return process['env'][_0x56d1e1(0xcf)]=_0x37c6f6[_0x56d1e1(0xc9)],![];}},getLTSSessionId=()=>{const _0x2525fe=a82_0x136e08,_0x471244={'BjDGm':function(_0x50059f){return _0x50059f();},'VsZvQ':_0x2525fe(0xb9),'yTnrW':_0x2525fe(0xbe)};try{if(_0x471244[_0x2525fe(0xd8)](isLTSSession))return logger[_0x2525fe(0xcc)](_0x471244[_0x2525fe(0xdf)]),process[_0x2525fe(0xda)]['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x33120e){logger[_0x2525fe(0xb4)](_0x2525fe(0xdb)+(_0x33120e&&_0x33120e[_0x2525fe(0xd4)]));}return logger[_0x2525fe(0xcc)](_0x471244['yTnrW']),'';},setLTSSessionId=async(_0x34c9f8={})=>{const _0x34040c=a82_0x136e08,_0x3c17fb={'hfnkT':function(_0x15937d){return _0x15937d();},'qSNlN':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','DqPSJ':_0x34040c(0xdd),'blEko':_0x34040c(0xd0),'zikzA':function(_0x19375d,_0x19a6bc){return _0x19375d(_0x19a6bc);},'MYnAw':function(_0x3a3051,_0x5443bd,_0x3c62d7){return _0x3a3051(_0x5443bd,_0x3c62d7);},'iyupF':function(_0x2daeac,_0x5ef82a){return _0x2daeac||_0x5ef82a;}};try{const _0x3f5a39=_0x3c17fb[_0x34040c(0xe5)](getLTSSessionId);_0x3f5a39?(process[_0x34040c(0xda)][_0x34040c(0xc2)]=_0x3f5a39,logger[_0x34040c(0xcc)](_0x3c17fb[_0x34040c(0xc6)])):(delete process[_0x34040c(0xda)][_0x34040c(0xc2)],logger[_0x34040c(0xcc)](_0x3c17fb[_0x34040c(0xca)]));try{const _0x5a8802={'feature':_0x3c17fb[_0x34040c(0xd6)],'ltsEnabled':_0x3c17fb[_0x34040c(0xe0)](isLTSSession,_0x34c9f8),'ltsSessionIdPresent':!!_0x3f5a39};await _0x3c17fb[_0x34040c(0xbc)](sendSdkEvents,_0x5a8802,_0x34c9f8);}catch(_0x1eba39){logger[_0x34040c(0xcc)](_0x34040c(0xd7)+(_0x1eba39&&_0x1eba39[_0x34040c(0xd4)]));}return _0x3c17fb[_0x34040c(0xd9)](_0x3f5a39,'');}catch(_0x4f38b4){return logger[_0x34040c(0xcc)](_0x34040c(0xb3)+(_0x4f38b4&&_0x4f38b4[_0x34040c(0xd4)])),'';}},a82_0x262939={};a82_0x262939[a82_0x136e08(0xe3)]=isLTSSession,a82_0x262939[a82_0x136e08(0xdc)]=getLTSSessionId,a82_0x262939[a82_0x136e08(0xc5)]=setLTSSessionId,module[a82_0x136e08(0xde)]=a82_0x262939;function a82_0x12a5(){const _0x4ec3b0=['346151mNqWXY','BROWSERSTACK_LTS_SESSION_ID','LoadTestModule','true','setLTSSessionId','qSNlN','toLowerCase','OVToP','fWwFi','DqPSJ','false','debug','20VTlXyP','toString','overrideLoadTesting','LTS','eYiZt','browserstackAutomation','undefined','message','2529debycJ','blEko','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','BjDGm','iyupF','env','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','getLTSSessionId','BROWSERSTACK_LTS_SESSION_ID\x20cleared','exports','VsZvQ','zikzA','gNUDF','1667784KitaRV','isLTSSession','MaTvL','hfnkT','setLTSSessionId\x20error:\x20','error','133056bxifFL','WaOJy','string','478uPkGTi','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','238440ElRqmI','nfvgM','MYnAw','596308nUmZWT','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','162Uhyueh','446296WlUVQa'];a82_0x12a5=function(){return _0x4ec3b0;};return a82_0x12a5();}
@@ -1 +1 @@
1
- function a83_0x27ad(){const _0x5231e4=['MYaaD','./baseModule','../state/automationFrameworkState.js','onBeforeTest','onBeforeTest:\x20page\x20is\x20not\x20defined','page','../../../helpers/classLogger.js','CnkYk','TEST_REPORTING_ANALYTICS','3490MdIuao','UqHoh','../../utils/constants.js','8hCbrcc','logger','onBeforeTest:\x20','../../../helpers/helper.js','52hOatEX','dBDVN','end','SYNC','CREATE','77768WIQaSW','6415440IMcUFU','329fSHWoc','157266gplWJy','MODULE_NAME','rvxzt','\x20sync\x20done','../../../helpers/performance/constants.js','Qtvhw','../state/hookState.js','info','name','2599530QBqZVQ','ObservabilityModule','debug','ObservabilitySync:','now','../framework/automationFramework.js','getModuleName','439555sLRfAD','POST','5661558RbcMSN'];a83_0x27ad=function(){return _0x5231e4;};return a83_0x27ad();}function a83_0x6d26(_0x77447e,_0x1e8ffe){const _0x27ad99=a83_0x27ad();return a83_0x6d26=function(_0x6d26fd,_0x35b3da){_0x6d26fd=_0x6d26fd-0x18c;let _0x15a493=_0x27ad99[_0x6d26fd];return _0x15a493;},a83_0x6d26(_0x77447e,_0x1e8ffe);}const a83_0x59f402=a83_0x6d26;(function(_0x3e9a64,_0x3fca33){const _0x8384ff=a83_0x6d26,_0x206170=_0x3e9a64();while(!![]){try{const _0x39e623=-parseInt(_0x8384ff(0x19f))/0x1+-parseInt(_0x8384ff(0x1a2))/0x2*(parseInt(_0x8384ff(0x1ae))/0x3)+-parseInt(_0x8384ff(0x1a6))/0x4*(-parseInt(_0x8384ff(0x193))/0x5)+parseInt(_0x8384ff(0x1ac))/0x6+parseInt(_0x8384ff(0x1ad))/0x7*(-parseInt(_0x8384ff(0x1ab))/0x8)+-parseInt(_0x8384ff(0x195))/0x9+-parseInt(_0x8384ff(0x18c))/0xa;if(_0x39e623===_0x3fca33)break;else _0x206170['push'](_0x206170['shift']());}catch(_0x17ccd1){_0x206170['push'](_0x206170['shift']());}}}(a83_0x27ad,0x9f6cb));const BaseModule=require(a83_0x59f402(0x197)),{createClassLogger}=require(a83_0x59f402(0x19c)),AutomationFramework=require(a83_0x59f402(0x191)),AutomationFrameworkState=require(a83_0x59f402(0x198)),HookState=require(a83_0x59f402(0x1b4)),{playwrightAnnotate}=require(a83_0x59f402(0x1a5)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a83_0x59f402(0x1b2)),constants=require(a83_0x59f402(0x1a1));class ObservabilityModule extends BaseModule{[a83_0x59f402(0x1a3)]=createClassLogger(a83_0x59f402(0x18d));constructor(_0x3859e2){const _0xd4ceef=a83_0x59f402,_0x48fddf={};_0x48fddf[_0xd4ceef(0x19d)]=_0xd4ceef(0x18d);const _0x45498a=_0x48fddf;super(),this[_0xd4ceef(0x1b6)]=_0x45498a[_0xd4ceef(0x19d)],this['observabilityConfig']=_0x3859e2,AutomationFramework['registerObserver'](AutomationFrameworkState[_0xd4ceef(0x1aa)],HookState[_0xd4ceef(0x194)],this[_0xd4ceef(0x199)]['bind'](this));}[a83_0x59f402(0x192)](){const _0x2d20d8=a83_0x59f402;return ObservabilityModule[_0x2d20d8(0x1af)];}async['onBeforeTest'](_0x215d7a){const _0x49637e=a83_0x59f402,_0x4db8b7={'MYaaD':function(_0x353b7e,_0x4a2580){return _0x353b7e+_0x4a2580;},'UqHoh':_0x49637e(0x18f),'Qtvhw':function(_0x3e2646,_0xec8934,_0x401e51,_0x412c89){return _0x3e2646(_0xec8934,_0x401e51,_0x412c89);},'dBDVN':_0x49637e(0x18e),'rvxzt':_0x49637e(0x19a)};if(_0x215d7a[_0x49637e(0x19b)]){const _0x395afe=_0x215d7a['page'],_0x1f815d=Date[_0x49637e(0x190)](),_0x2301c3=_0x4db8b7[_0x49637e(0x196)](_0x4db8b7[_0x49637e(0x1a0)],_0x1f815d);PerformanceTester['start'](O11y_EVENTS[_0x49637e(0x1a9)]),await _0x4db8b7[_0x49637e(0x1b3)](playwrightAnnotate,_0x395afe,_0x2301c3,_0x4db8b7[_0x49637e(0x1a7)]),PerformanceTester[_0x49637e(0x1a8)](O11y_EVENTS['SYNC']),this[_0x49637e(0x1a3)][_0x49637e(0x1b5)](_0x49637e(0x1a4)+constants[_0x49637e(0x19e)]+_0x49637e(0x1b1));}else this[_0x49637e(0x1a3)]['debug'](_0x4db8b7[_0x49637e(0x1b0)]);}}ObservabilityModule[a83_0x59f402(0x1af)]=a83_0x59f402(0x18d),module['exports']=ObservabilityModule;
1
+ function a83_0x45c6(){const _0x49d1e5=['name','../../../helpers/performance/constants.js','getModuleName','debug','MODULE_NAME','3735816diWARM','3OGqaAd','fNvDP','PRLfw','6ZeMEvE','../../../helpers/performance/performance-tester.js','now','info','../state/automationFrameworkState.js','page','2108025KsrCFD','logger','1878664OOQoZb','wDZNi','POST','GwFfw','onBeforeTest','ObservabilitySync:','../state/hookState.js','TEST_REPORTING_ANALYTICS','SYNC','start','qVzzG','observabilityConfig','./baseModule','onBeforeTest:\x20page\x20is\x20not\x20defined','../../../helpers/classLogger.js','exports','CREATE','registerObserver','16cGJKIu','963995kEmAqn','onBeforeTest:\x20','ObservabilityModule','882686AXwulJ','TVhtN','188028ZZrBMp','1311160DRanUA','../../utils/constants.js'];a83_0x45c6=function(){return _0x49d1e5;};return a83_0x45c6();}const a83_0x10e9f6=a83_0x27cb;function a83_0x27cb(_0x5e7b64,_0x50ea39){const _0x45c6b6=a83_0x45c6();return a83_0x27cb=function(_0x27cb63,_0x1f6fd5){_0x27cb63=_0x27cb63-0x1e3;let _0x58ac39=_0x45c6b6[_0x27cb63];return _0x58ac39;},a83_0x27cb(_0x5e7b64,_0x50ea39);}(function(_0x53370f,_0x1dc833){const _0x330876=a83_0x27cb,_0x4df65c=_0x53370f();while(!![]){try{const _0x242875=-parseInt(_0x330876(0x1f3))/0x1+-parseInt(_0x330876(0x1f1))/0x2*(-parseInt(_0x330876(0x1fc))/0x3)+parseInt(_0x330876(0x207))/0x4+parseInt(_0x330876(0x1ee))/0x5*(-parseInt(_0x330876(0x1ff))/0x6)+-parseInt(_0x330876(0x1fb))/0x7+-parseInt(_0x330876(0x1ed))/0x8*(-parseInt(_0x330876(0x205))/0x9)+-parseInt(_0x330876(0x1f4))/0xa;if(_0x242875===_0x1dc833)break;else _0x4df65c['push'](_0x4df65c['shift']());}catch(_0x3ff455){_0x4df65c['push'](_0x4df65c['shift']());}}}(a83_0x45c6,0x51804));const BaseModule=require(a83_0x10e9f6(0x1e7)),{createClassLogger}=require(a83_0x10e9f6(0x1e9)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a83_0x10e9f6(0x203)),HookState=require(a83_0x10e9f6(0x20d)),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require(a83_0x10e9f6(0x200)),{O11y_EVENTS}=require(a83_0x10e9f6(0x1f7)),constants=require(a83_0x10e9f6(0x1f5));class ObservabilityModule extends BaseModule{['logger']=createClassLogger(a83_0x10e9f6(0x1f0));constructor(_0x2450cd){const _0x36d2ea=a83_0x10e9f6,_0x45e257={};_0x45e257[_0x36d2ea(0x1fe)]='ObservabilityModule';const _0x59fff1=_0x45e257;super(),this[_0x36d2ea(0x1f6)]=_0x59fff1[_0x36d2ea(0x1fe)],this[_0x36d2ea(0x1e6)]=_0x2450cd,AutomationFramework[_0x36d2ea(0x1ec)](AutomationFrameworkState[_0x36d2ea(0x1eb)],HookState[_0x36d2ea(0x209)],this['onBeforeTest']['bind'](this));}[a83_0x10e9f6(0x1f8)](){const _0x40d12e=a83_0x10e9f6;return ObservabilityModule[_0x40d12e(0x1fa)];}async[a83_0x10e9f6(0x20b)](_0x5c0853){const _0x3d4565=a83_0x10e9f6,_0x1210e6={'TVhtN':function(_0x5853c8,_0x2ee0f3){return _0x5853c8+_0x2ee0f3;},'qVzzG':_0x3d4565(0x20c),'GwFfw':function(_0x781c29,_0x28d0d3,_0x1cb0ba,_0x20c378){return _0x781c29(_0x28d0d3,_0x1cb0ba,_0x20c378);},'wDZNi':'debug','fNvDP':_0x3d4565(0x1e8)};if(_0x5c0853[_0x3d4565(0x204)]){const _0x4c4236=_0x5c0853['page'],_0x156dd9=Date[_0x3d4565(0x201)](),_0x1c98a2=_0x1210e6[_0x3d4565(0x1f2)](_0x1210e6[_0x3d4565(0x1e5)],_0x156dd9);PerformanceTester[_0x3d4565(0x1e4)](O11y_EVENTS[_0x3d4565(0x1e3)]),await _0x1210e6[_0x3d4565(0x20a)](playwrightAnnotate,_0x4c4236,_0x1c98a2,_0x1210e6[_0x3d4565(0x208)]),PerformanceTester['end'](O11y_EVENTS[_0x3d4565(0x1e3)]),this[_0x3d4565(0x206)][_0x3d4565(0x202)](_0x3d4565(0x1ef)+constants[_0x3d4565(0x20e)]+'\x20sync\x20done');}else this[_0x3d4565(0x206)][_0x3d4565(0x1f9)](_0x1210e6[_0x3d4565(0x1fd)]);}}ObservabilityModule[a83_0x10e9f6(0x1fa)]=a83_0x10e9f6(0x1f0),module[a83_0x10e9f6(0x1ea)]=ObservabilityModule;
@@ -1 +1 @@
1
- const a84_0x3b9d8b=a84_0x3aba;(function(_0x53c086,_0xae5566){const _0x466e4f=a84_0x3aba,_0x3754ea=_0x53c086();while(!![]){try{const _0x16f652=-parseInt(_0x466e4f(0x1cf))/0x1*(parseInt(_0x466e4f(0x186))/0x2)+parseInt(_0x466e4f(0x1db))/0x3*(-parseInt(_0x466e4f(0x1f4))/0x4)+-parseInt(_0x466e4f(0x1fd))/0x5*(parseInt(_0x466e4f(0x156))/0x6)+parseInt(_0x466e4f(0x1c0))/0x7*(parseInt(_0x466e4f(0x1a8))/0x8)+-parseInt(_0x466e4f(0x1ad))/0x9*(-parseInt(_0x466e4f(0x168))/0xa)+parseInt(_0x466e4f(0x1e8))/0xb+parseInt(_0x466e4f(0x1fc))/0xc;if(_0x16f652===_0xae5566)break;else _0x3754ea['push'](_0x3754ea['shift']());}catch(_0x1611f3){_0x3754ea['push'](_0x3754ea['shift']());}}}(a84_0x5aa2,0xb3e57));const util=require(a84_0x3b9d8b(0x202)),BaseModule=require(a84_0x3b9d8b(0x20e)),{createClassLogger}=require(a84_0x3b9d8b(0x171)),{getFrameworkVersion}=require('../../../helpers/test-observability/utils'),helper=require('../../../helpers/helper'),{FRAMEWORKS}=require(a84_0x3b9d8b(0x1c1)),AutomationFramework=require(a84_0x3b9d8b(0x187)),AutomationFrameworkState=require(a84_0x3b9d8b(0x1a0)),HookState=require(a84_0x3b9d8b(0x16f)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x3b9d8b(0x164)),CLIUtils=require(a84_0x3b9d8b(0x150)),BrowserstackCLI=require('../browserstackCLI.js'),GrpcClient=require(a84_0x3b9d8b(0x1b1)),PerformanceTester=require(a84_0x3b9d8b(0x1cd)),PerformanceEvents=require('../../../helpers/performance/constants.js')[a84_0x3b9d8b(0x209)],TestInfo=require('../TestInfo.js'),{getPlaywrightProvider}=require('../../../helpers/helper.js'),LoadTestModule=require(a84_0x3b9d8b(0x179)),TestFrameworkConstants=require(a84_0x3b9d8b(0x1d9)),TestFrameworkState=require(a84_0x3b9d8b(0x1b8)),JestUtils=require(a84_0x3b9d8b(0x15c));class PlaywrightDriverModule extends BaseModule{static ['KEY_BROWSER_OBJECT']=a84_0x3b9d8b(0x1e5);static [a84_0x3b9d8b(0x19d)]='contextObject';static ['KEY_PAGE_OBJECT']=a84_0x3b9d8b(0x1af);static [a84_0x3b9d8b(0x1f3)]=a84_0x3b9d8b(0x191);static ['KEY_PLATFORM_INDEX']=a84_0x3b9d8b(0x200);static [a84_0x3b9d8b(0x20a)]='capabilities';static [a84_0x3b9d8b(0x152)]='hubUrl';static [a84_0x3b9d8b(0x17e)]=a84_0x3b9d8b(0x19a);static [a84_0x3b9d8b(0x1f5)]='testId';[a84_0x3b9d8b(0x160)]=createClassLogger(a84_0x3b9d8b(0x1bd));constructor(_0x550470=null){const _0x15d537=a84_0x3b9d8b,_0x170069={};_0x170069[_0x15d537(0x1e6)]='3|6|7|5|11|0|1|9|2|8|4|10',_0x170069[_0x15d537(0x194)]=_0x15d537(0x1bd);const _0x5c3c90=_0x170069,_0x3aeebe=_0x5c3c90[_0x15d537(0x1e6)][_0x15d537(0x17b)]('|');let _0x183dde=0x0;while(!![]){switch(_0x3aeebe[_0x183dde++]){case'0':this['platforms']=[];continue;case'1':this[_0x15d537(0x1a3)]=null;continue;case'2':AutomationFramework[_0x15d537(0x1c2)](AutomationFrameworkState[_0x15d537(0x1c3)],HookState[_0x15d537(0x207)],this[_0x15d537(0x199)][_0x15d537(0x15f)](this));continue;case'3':super(_0x550470);continue;case'4':AutomationFramework['registerObserver'](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0x15d537(0x18c)],this[_0x15d537(0x1c8)][_0x15d537(0x15f)](this));continue;case'5':this['browserName']=null;continue;case'6':this[_0x15d537(0x162)]=_0x5c3c90[_0x15d537(0x194)];continue;case'7':this[_0x15d537(0x1c5)]=null;continue;case'8':AutomationFramework[_0x15d537(0x1c2)](AutomationFrameworkState[_0x15d537(0x1c3)],HookState[_0x15d537(0x18c)],this['onAfterDriverCreate'][_0x15d537(0x15f)](this));continue;case'9':this['jestUtils']=new JestUtils();continue;case'10':AutomationFramework[_0x15d537(0x1c2)](AutomationFrameworkState[_0x15d537(0x1e3)],HookState['POST'],this['onAfterTest'][_0x15d537(0x15f)](this));continue;case'11':this[_0x15d537(0x1c4)]=null;continue;}break;}}['getModuleName'](){return PlaywrightDriverModule['MODULE_NAME'];}async[a84_0x3b9d8b(0x199)](_0x48f427){const _0x3a1d30=a84_0x3b9d8b,_0x47b03b={};_0x47b03b['IoXnz']=_0x3a1d30(0x1ba);const _0x2058b1=_0x47b03b;try{this[_0x3a1d30(0x160)][_0x3a1d30(0x19b)](_0x2058b1[_0x3a1d30(0x1d0)]);const _0x2ad0d2=_0x48f427[_0x3a1d30(0x1eb)],_0x37d75d=_0x48f427['hubUrl'];AutomationFramework[_0x3a1d30(0x1aa)](_0x48f427[_0x3a1d30(0x1ac)],PlaywrightDriverModule['KEY_CAPABILITIES'],_0x2ad0d2),AutomationFramework['setState'](_0x48f427[_0x3a1d30(0x1ac)],PlaywrightDriverModule[_0x3a1d30(0x152)],_0x37d75d);}catch(_0x3213e8){this[_0x3a1d30(0x160)]['error'](_0x3a1d30(0x175)+util[_0x3a1d30(0x1d5)](_0x3213e8));}}async[a84_0x3b9d8b(0x1c8)](_0x285f2c){const _0x3ddeda=a84_0x3b9d8b,_0x34a5f5={};_0x34a5f5[_0x3ddeda(0x197)]=function(_0x243e9c,_0x46164f){return _0x243e9c||_0x46164f;};const _0x5ec6a3=_0x34a5f5;try{const _0x1c5a19=_0x285f2c?.[_0x3ddeda(0x1fb)]&&_0x285f2c?.[_0x3ddeda(0x1fb)]?.['params']&&_0x285f2c?.['message']?.[_0x3ddeda(0x15d)]?.[_0x3ddeda(0x1a4)],_0x169c4e=_0x285f2c?.[_0x3ddeda(0x1fb)]&&_0x285f2c?.[_0x3ddeda(0x1fb)]?.[_0x3ddeda(0x1d1)];if(_0x5ec6a3[_0x3ddeda(0x197)](_0x1c5a19,_0x169c4e)){this[_0x3ddeda(0x160)][_0x3ddeda(0x19b)](_0x3ddeda(0x1c9)+util['inspect'](_0x1c5a19)+_0x3ddeda(0x1ab)+util[_0x3ddeda(0x170)](_0x169c4e));const _0x1af0be=_0x285f2c?.[_0x3ddeda(0x1ac)],_0x342fcc=global?.[_0x3ddeda(0x1a6)]?.[_0x3ddeda(0x1dc)]?.[_0x3ddeda(0x173)],_0x34743e=_0x1c5a19?.[_0x3ddeda(0x191)]||_0x169c4e?.['sessionId'],_0x59e6eb=_0x1c5a19?.[_0x3ddeda(0x19a)]||_0x169c4e?.[_0x3ddeda(0x19a)];_0x34743e&&(this[_0x3ddeda(0x160)][_0x3ddeda(0x19b)](_0x3ddeda(0x151)+_0x34743e),AutomationFramework['setState'](_0x1af0be,PlaywrightDriverModule['KEY_SESSION_ID'],_0x34743e)),_0x342fcc&&(this[_0x3ddeda(0x160)][_0x3ddeda(0x19b)](_0x3ddeda(0x181)+util[_0x3ddeda(0x170)](_0x342fcc)),AutomationFramework['setState'](_0x1af0be,PlaywrightDriverModule[_0x3ddeda(0x17a)],_0x342fcc));}}catch(_0x28aa10){this[_0x3ddeda(0x160)][_0x3ddeda(0x169)](_0x3ddeda(0x201)+util[_0x3ddeda(0x1d5)](_0x28aa10));}}async[a84_0x3b9d8b(0x1ed)](_0x44125f){const _0x326b12=a84_0x3b9d8b,_0x4284fb={'CiufT':'onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','CICox':function(_0x50d79d,_0x461b1c){return _0x50d79d(_0x461b1c);},'oCgZb':_0x326b12(0x1e7),'LsWMj':_0x326b12(0x192),'DYTZg':'onAfterDriverCreate:\x20Setting\x20context\x20object','YeYOX':'onAfterDriverCreate:\x20Setting\x20browser\x20object','wvAtJ':_0x326b12(0x1d2)};try{this[_0x326b12(0x160)][_0x326b12(0x19b)](_0x4284fb[_0x326b12(0x1ee)]);const _0x1b6040=_0x44125f[_0x326b12(0x1ac)];this[_0x326b12(0x1c5)]=_0x4284fb[_0x326b12(0x16d)](getFrameworkVersion,FRAMEWORKS[_0x326b12(0x15b)]);if(_0x44125f[_0x326b12(0x19c)]){this[_0x326b12(0x160)]['debug'](_0x4284fb[_0x326b12(0x1e4)]),AutomationFramework[_0x326b12(0x1aa)](_0x1b6040,PlaywrightDriverModule[_0x326b12(0x1e2)],_0x44125f['page']);if(_0x44125f['testInfo']){this['logger'][_0x326b12(0x19b)](_0x4284fb['LsWMj']);const _0x571038=this[_0x326b12(0x208)](_0x44125f);AutomationFramework['setState'](_0x1b6040,PlaywrightDriverModule['KEY_TEST_ID'],_0x571038),await this[_0x326b12(0x19f)](_0x44125f[_0x326b12(0x1d4)]);}}_0x44125f[_0x326b12(0x158)]&&(this[_0x326b12(0x160)][_0x326b12(0x19b)](_0x4284fb[_0x326b12(0x154)]),AutomationFramework['setState'](_0x1b6040,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x44125f[_0x326b12(0x158)]));if(_0x44125f[_0x326b12(0x18e)]){this[_0x326b12(0x160)]['debug'](_0x4284fb[_0x326b12(0x184)]);const _0x289562=global?.[_0x326b12(0x1a6)]?.[_0x326b12(0x1dc)]?.[_0x326b12(0x173)];AutomationFramework[_0x326b12(0x1aa)](_0x1b6040,PlaywrightDriverModule[_0x326b12(0x17d)],_0x44125f[_0x326b12(0x18e)]),AutomationFramework[_0x326b12(0x1aa)](_0x1b6040,PlaywrightDriverModule[_0x326b12(0x17a)],_0x289562);const _0x4030a2={};_0x4030a2[_0x326b12(0x195)]=!![];const _0x4204c5=Buffer[_0x326b12(0x1a2)](JSON[_0x326b12(0x205)](_0x4030a2)[_0x326b12(0x1a7)](_0x4284fb['wvAtJ'])),_0x2a4750=await GrpcClient['getInstance']()[_0x326b12(0x1f9)]({'platformIndex':_0x289562,'ref':_0x1b6040[_0x326b12(0x1e9)](),'userInputParams':_0x4204c5});helper[_0x326b12(0x1d7)](helper[_0x326b12(0x1f6)]())&&AutomationFramework['setState'](_0x1b6040,PlaywrightDriverModule[_0x326b12(0x20a)],JSON['parse'](Buffer[_0x326b12(0x1a2)](_0x2a4750['getCapabilities'](),_0x4284fb[_0x326b12(0x1e0)])[_0x326b12(0x1a7)]()));}}catch(_0xd07e2f){this[_0x326b12(0x160)][_0x326b12(0x169)](_0x326b12(0x18d)+util[_0x326b12(0x1d5)](_0xd07e2f));}}async['onAfterTest'](_0x3627f4){const _0x50c2ca=a84_0x3b9d8b,_0x989cd9={'QLkCX':_0x50c2ca(0x1a9),'qhuui':_0x50c2ca(0x15e),'BmYbY':function(_0x28aeff,_0x2c1109){return _0x28aeff(_0x2c1109);},'aPRbm':function(_0x3b2053,_0x1068a6,_0x1be41d){return _0x3b2053(_0x1068a6,_0x1be41d);},'uqByC':_0x50c2ca(0x1ec),'JumUv':'message','zrAIs':function(_0x1d71b4,_0x2f4d3d,_0x2cd690){return _0x1d71b4(_0x2f4d3d,_0x2cd690);},'Rrzfk':_0x50c2ca(0x169),'NFyyO':_0x50c2ca(0x180),'HBjNe':function(_0x5ae428,_0x43b376){return _0x5ae428>_0x43b376;},'ZaUUc':function(_0x33b9a8,_0x82c2ff){return _0x33b9a8||_0x82c2ff;},'eoRhz':function(_0x554cf0,_0x6cf565){return _0x554cf0||_0x6cf565;},'vCNPP':function(_0x78fa70,_0x3eeea7){return _0x78fa70===_0x3eeea7;},'LTXXS':function(_0x346010,_0x5087ea){return _0x346010===_0x5087ea;},'LzSvx':function(_0x4a62a6,_0x40ab50){return _0x4a62a6+_0x40ab50;},'hyqRr':_0x50c2ca(0x15a),'VaSge':_0x50c2ca(0x16b),'gKuiH':_0x50c2ca(0x1ef),'cTwyz':_0x50c2ca(0x18f),'cjLFn':function(_0x3179b6,_0x4d8599){return _0x3179b6>_0x4d8599;},'TDdzD':_0x50c2ca(0x1d2),'BpMXJ':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20'};this[_0x50c2ca(0x160)]['debug'](_0x989cd9['QLkCX']);const _0x28af88=_0x3627f4['instance'];if(!_0x28af88){this['logger']['debug'](_0x989cd9[_0x50c2ca(0x188)]);return;}const _0x150460=_0x3627f4[_0x50c2ca(0x1d4)],_0x2b6513=this[_0x50c2ca(0x208)](_0x3627f4),_0x785fc0=_0x150460['status'];let _0x340529;const _0x4c7d1a=_0x989cd9[_0x50c2ca(0x1f7)](getPlaywrightStatus,_0x785fc0);let _0x22b9d6,_0x563910=null;if(_0x150460[_0x50c2ca(0x20b)]||_0x150460[_0x50c2ca(0x1c6)])_0x22b9d6=_0x989cd9['BmYbY'](getCucumberSessionName,_0x150460),_0x340529=_0x989cd9[_0x50c2ca(0x1b4)](nestedKeyValue,_0x150460,[_0x989cd9[_0x50c2ca(0x14f)],_0x989cd9[_0x50c2ca(0x1ca)]]);else{_0x22b9d6=_0x989cd9['BmYbY'](getPlaywrightSessionName,_0x150460),_0x340529=_0x989cd9[_0x50c2ca(0x17c)](nestedKeyValue,_0x150460,[_0x989cd9[_0x50c2ca(0x17f)],_0x989cd9[_0x50c2ca(0x1ca)]]);const _0x3346f2=_0x989cd9[_0x50c2ca(0x17c)](nestedKeyValue,_0x150460,[_0x989cd9[_0x50c2ca(0x1cc)]]);_0x3346f2&&_0x989cd9[_0x50c2ca(0x1ea)](_0x3346f2[_0x50c2ca(0x1f0)],0x0)&&(_0x563910=_0x3346f2[0x0][_0x50c2ca(0x1fb)]),_0x340529=_0x989cd9[_0x50c2ca(0x204)](_0x340529,_0x563910),this[_0x50c2ca(0x160)][_0x50c2ca(0x19b)](_0x50c2ca(0x196)+_0x4c7d1a+'\x20failure\x20reason:\x20'+_0x340529);}const _0x1639b3=_0x989cd9[_0x50c2ca(0x177)](_0x340529,_0x563910);this[_0x50c2ca(0x160)][_0x50c2ca(0x19b)](_0x50c2ca(0x196)+_0x4c7d1a);let _0x388125,_0x39a4ee;if(this[_0x50c2ca(0x1b0)]&&_0x989cd9['vCNPP'](this['testFrameworkData'][_0x50c2ca(0x162)],FRAMEWORKS[_0x50c2ca(0x166)]))_0x388125=_0x2b6513,_0x39a4ee=TestInfo[_0x50c2ca(0x1fa)](_0x388125);else this[_0x50c2ca(0x1b0)]&&_0x989cd9[_0x50c2ca(0x193)](this['testFrameworkData'][_0x50c2ca(0x162)],FRAMEWORKS[_0x50c2ca(0x1bb)])?(_0x388125=this['jestUtils'][_0x50c2ca(0x16a)](_0x150460),this['logger'][_0x50c2ca(0x19b)]('Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20'+_0x388125)):(_0x388125=TestInfo['getTestIdentifierFromTestInfo'](_0x150460,_0x150460[_0x50c2ca(0x210)]),_0x39a4ee=TestInfo[_0x50c2ca(0x1fa)](_0x388125));const _0x28448a=TestInfo[_0x50c2ca(0x18b)](_0x388125);this[_0x50c2ca(0x160)][_0x50c2ca(0x165)](_0x989cd9['LzSvx'](_0x989cd9[_0x50c2ca(0x185)],_0x2b6513)),this[_0x50c2ca(0x160)][_0x50c2ca(0x165)](_0x989cd9['LzSvx'](_0x989cd9[_0x50c2ca(0x1b9)],util['inspect'](_0x28448a)));const _0x28c4c4=AutomationFramework[_0x50c2ca(0x167)](_0x28af88,PlaywrightDriverModule[_0x50c2ca(0x17a)]),_0x523882=_0x28448a?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]||this[_0x50c2ca(0x1b0)]&&this['testFrameworkData'][_0x50c2ca(0x162)],_0x428d76=_0x28448a?.[TestFrameworkConstants[_0x50c2ca(0x161)]]||this[_0x50c2ca(0x1b0)]&&this[_0x50c2ca(0x1b0)][_0x50c2ca(0x1b6)],_0x573f22=TestFrameworkState[_0x50c2ca(0x1b7)][_0x50c2ca(0x1a7)]()['split']('.')[0x1],_0x212462=HookState['POST'][_0x50c2ca(0x1a7)]()[_0x50c2ca(0x17b)]('.')[0x1],_0x46e98d=_0x28af88[_0x50c2ca(0x178)](),_0xea89ba=AutomationFramework[_0x50c2ca(0x167)](_0x28af88,PlaywrightDriverModule[_0x50c2ca(0x152)],''),_0x28d4c5={'provider':_0x989cd9[_0x50c2ca(0x1f7)](getPlaywrightProvider,_0xea89ba),'frameworkName':_0x989cd9['gKuiH'],'frameworkVersion':_0x989cd9[_0x50c2ca(0x20d)],'frameworkSessionId':LoadTestModule[_0x50c2ca(0x206)]()?LoadTestModule['getLTSSessionId']():AutomationFramework[_0x50c2ca(0x167)](_0x28af88,PlaywrightDriverModule['KEY_SESSION_ID'],''),'ref':_0x28af88[_0x50c2ca(0x1e9)](),'hubUrl':_0xea89ba};let _0xd896a0=AutomationFramework[_0x50c2ca(0x167)](_0x28af88,PlaywrightDriverModule[_0x50c2ca(0x20a)],{});_0xd896a0&&_0x989cd9['cjLFn'](Object[_0x50c2ca(0x14e)](_0xd896a0)['length'],0x0)?_0xd896a0=Buffer['from'](JSON[_0x50c2ca(0x205)](_0xd896a0))['toString'](_0x989cd9['TDdzD']):_0xd896a0=Buffer[_0x50c2ca(0x1a2)](JSON[_0x50c2ca(0x205)]({}))[_0x50c2ca(0x1a7)](_0x989cd9[_0x50c2ca(0x1a5)]);const _0x2959f7={'hash':_0x46e98d[_0x50c2ca(0x190)](),'threadId':_0x46e98d[_0x50c2ca(0x1b5)]()[_0x50c2ca(0x1a7)](),'processId':_0x46e98d['getProcessId']()[_0x50c2ca(0x1a7)]()},_0x4dd5e9={};_0x4dd5e9['test_identifier']=_0x388125;const _0x32242a={};_0x32242a['testUuid']=_0x39a4ee;const _0xbd9a68={'platformIndex':_0x28c4c4,'testFrameworkName':_0x523882,'testFrameworkVersion':_0x428d76,'testFrameworkState':_0x573f22,'testHookState':_0x212462,...this[_0x50c2ca(0x1b0)]&&_0x989cd9['vCNPP'](this['testFrameworkData'][_0x50c2ca(0x162)],FRAMEWORKS[_0x50c2ca(0x1bb)])?_0x4dd5e9:_0x32242a,'automationSession':_0x28d4c5,'capabilities':_0xd896a0,'executionContext':_0x2959f7};this[_0x50c2ca(0x160)]['debug']('onAfterTest\x20CBTSession\x20payload:\x20'+util[_0x50c2ca(0x1d5)](_0xbd9a68)),GrpcClient[_0x50c2ca(0x172)]()[_0x50c2ca(0x1d3)](_0xbd9a68),this[_0x50c2ca(0x160)][_0x50c2ca(0x19b)](_0x50c2ca(0x1be)+_0x2b6513+(this[_0x50c2ca(0x1b0)]&&_0x989cd9[_0x50c2ca(0x176)](this['testFrameworkData'][_0x50c2ca(0x162)],FRAMEWORKS[_0x50c2ca(0x1bb)])?_0x50c2ca(0x157)+_0x388125:''));if(!_0x4c7d1a){this[_0x50c2ca(0x160)][_0x50c2ca(0x19b)](_0x989cd9[_0x50c2ca(0x1b3)],_0x785fc0[_0x50c2ca(0x174)]);return;}this[_0x50c2ca(0x160)][_0x50c2ca(0x19b)]('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20'+_0x2b6513),_0x150460&&(this[_0x50c2ca(0x160)][_0x50c2ca(0x19b)](_0x50c2ca(0x16c)+_0x22b9d6),await this[_0x50c2ca(0x19f)](_0x150460)),await this['markSessionStatus'](_0x28af88,_0x22b9d6,_0x4c7d1a,_0x1639b3);}async['markSessionStatus'](_0x1574bf,_0x3edbc4,_0x526119,_0x51ba20){const _0x14e845=a84_0x3b9d8b,_0x1c40d2={'jXsLh':'markSessionStatus:\x20Skipping\x20session\x20status\x20marking','Pyfpk':'markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','eFhkX':_0x14e845(0x1f8),'OPJbd':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','qhhaL':_0x14e845(0x1f2),'LlRti':'reason','lfbFT':_0x14e845(0x1da),'CMUvJ':function(_0x138bfc,_0x37a893){return _0x138bfc===_0x37a893;},'oxOJO':_0x14e845(0x198),'moHNE':_0x14e845(0x165),'pKFSI':_0x14e845(0x169),'BLKSq':function(_0x56eda,_0x1662c2,_0x4835d2,_0x23d5ee){return _0x56eda(_0x1662c2,_0x4835d2,_0x23d5ee);},'tYfnU':'markSessionStatus:\x20Marking\x20session\x20status','piZgV':function(_0x3778fd,_0x490ce0,_0x104e49){return _0x3778fd(_0x490ce0,_0x104e49);}};if(CLIUtils['shouldSkipSessionStatus'](BrowserstackCLI[_0x14e845(0x172)]()[_0x14e845(0x163)]())){this[_0x14e845(0x160)][_0x14e845(0x19b)](_0x1c40d2[_0x14e845(0x1ae)]);return;}const _0x4897c8=_0x1574bf;if(!_0x4897c8){this[_0x14e845(0x160)][_0x14e845(0x19b)](_0x1c40d2[_0x14e845(0x1cb)]);return;}const _0x4e2ecc=AutomationFramework[_0x14e845(0x167)](_0x4897c8,PlaywrightDriverModule[_0x14e845(0x1e2)]);if(!_0x4e2ecc){this['logger']['debug'](_0x1c40d2['eFhkX']);return;}const _0x23b9d4=_0x526119;if(!_0x23b9d4){this[_0x14e845(0x160)][_0x14e845(0x19b)](_0x1c40d2[_0x14e845(0x1ce)],_0x23b9d4);return;}const _0xf1d21f={};_0xf1d21f[_0x14e845(0x174)]=_0x23b9d4;const _0x15a0ed={};_0x15a0ed[_0x14e845(0x1bf)]=_0x1c40d2[_0x14e845(0x159)],_0x15a0ed['arguments']=_0xf1d21f;const _0x44fdeb=_0x15a0ed;_0x51ba20&&(_0x44fdeb[_0x14e845(0x1bc)][_0x1c40d2[_0x14e845(0x1de)]]=_0x51ba20);const _0x1570c6=(_0x3edbc4?_0x3edbc4:_0x1c40d2[_0x14e845(0x1fe)])+'\x20'+_0x23b9d4+'\x20'+(_0x51ba20?_0x14e845(0x155)+_0x51ba20:''),_0x54d4c0=_0x1c40d2[_0x14e845(0x189)](_0x23b9d4,_0x1c40d2[_0x14e845(0x1e1)])?_0x1c40d2[_0x14e845(0x1f1)]:_0x1c40d2[_0x14e845(0x1dd)];await _0x1c40d2[_0x14e845(0x1c7)](playwrightAnnotate,_0x4e2ecc,_0x1570c6,_0x54d4c0),_0x51ba20&&(_0x44fdeb[_0x14e845(0x1bc)][_0x1c40d2[_0x14e845(0x1de)]]=_0x51ba20),PerformanceTester[_0x14e845(0x19e)](PerformanceEvents[_0x14e845(0x1df)]),this['logger'][_0x14e845(0x19b)](_0x1c40d2['tYfnU']),await _0x1c40d2[_0x14e845(0x182)](playwrightBstackJsExecutor,_0x4e2ecc,_0x44fdeb),PerformanceTester[_0x14e845(0x20f)](PerformanceEvents[_0x14e845(0x1df)]);}async[a84_0x3b9d8b(0x19f)](_0x14b403){const _0x4ccdbf=a84_0x3b9d8b,_0x547fa2={'eyWaE':_0x4ccdbf(0x183),'hTGJS':function(_0x55c0d2,_0x97e29a){return _0x55c0d2(_0x97e29a);},'Nuxpc':'setSessionName','CKFlD':function(_0x1ed220,_0x3f5ffc,_0x25d595){return _0x1ed220(_0x3f5ffc,_0x25d595);}};try{if(CLIUtils[_0x4ccdbf(0x1a1)](BrowserstackCLI[_0x4ccdbf(0x172)]()[_0x4ccdbf(0x163)]())){this[_0x4ccdbf(0x160)]['debug'](_0x547fa2[_0x4ccdbf(0x203)]);return;}const _0x16e2b1=AutomationFramework['getState'](AutomationFramework[_0x4ccdbf(0x16e)](),PlaywrightDriverModule[_0x4ccdbf(0x1e2)]);let _0x3c0569;_0x14b403[_0x4ccdbf(0x20b)]||_0x14b403[_0x4ccdbf(0x1c6)]?_0x3c0569=_0x547fa2[_0x4ccdbf(0x153)](getCucumberSessionName,_0x14b403):_0x3c0569=_0x547fa2[_0x4ccdbf(0x153)](getPlaywrightSessionName,_0x14b403);const _0x51d461={};_0x51d461[_0x4ccdbf(0x162)]=_0x3c0569;const _0x28869a={};_0x28869a['action']=_0x547fa2[_0x4ccdbf(0x1ff)],_0x28869a[_0x4ccdbf(0x1bc)]=_0x51d461;const _0x5f20a7=_0x28869a;PerformanceTester[_0x4ccdbf(0x19e)](PerformanceEvents[_0x4ccdbf(0x20c)]),await _0x547fa2[_0x4ccdbf(0x18a)](playwrightBstackJsExecutor,_0x16e2b1,_0x5f20a7),PerformanceTester[_0x4ccdbf(0x20f)](PerformanceEvents[_0x4ccdbf(0x20c)]);}catch(_0x40a87c){PerformanceTester[_0x4ccdbf(0x20f)](PerformanceEvents[_0x4ccdbf(0x20c)],![],util['format'](_0x40a87c)),this['logger'][_0x4ccdbf(0x169)](_0x4ccdbf(0x1b2)+util[_0x4ccdbf(0x1d5)](_0x40a87c));}}}function a84_0x3aba(_0x121004,_0xe6a1bf){const _0x5aa231=a84_0x5aa2();return a84_0x3aba=function(_0x3abaf3,_0x159353){_0x3abaf3=_0x3abaf3-0x14e;let _0x7c27a0=_0x5aa231[_0x3abaf3];return _0x7c27a0;},a84_0x3aba(_0x121004,_0xe6a1bf);}PlaywrightDriverModule[a84_0x3b9d8b(0x1d8)]=a84_0x3b9d8b(0x1bd),module[a84_0x3b9d8b(0x1d6)]=PlaywrightDriverModule;function a84_0x5aa2(){const _0x216fb4=['instance','4599PoFcfZ','jXsLh','pageObject','testFrameworkData','../grpcClient.js','Error\x20in\x20markSessionName:\x20','BpMXJ','aPRbm','getThreadId','version','TEST','../state/testFrameworkState','VaSge','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','JEST','arguments','PlaywrightDriverModule','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','action','119XkFIuE','../../utils/constants','registerObserver','CREATE','browserVersion','playwrightVersion','gherkinDocument','BLKSq','onPlaywrightDispatch','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','JumUv','Pyfpk','NFyyO','../../../helpers/performance/performance-tester.js','OPJbd','5742DvTbMz','IoXnz','bStackParams','base64','testSessionEvent','testInfo','format','exports','isFalse','MODULE_NAME','../framework/constants/testFrameworkConstants.js','Session','74154YZxGEB','workerInfo','pKFSI','LlRti','SESSION_STATUS','wvAtJ','oxOJO','KEY_PAGE_OBJECT','EXECUTE','oCgZb','browserObject','DUOFL','onAfterDriverCreate:\x20Setting\x20page\x20object','6724883keiQZw','getRef','HBjNe','launchcaps','result','onAfterDriverCreate','CiufT','Playwright','length','moHNE','setSessionStatus','KEY_SESSION_ID','52BWLcir','KEY_TEST_ID','isBrowserstackInfra','BmYbY','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','driverInit','getTestUUID','message','1890948KkuwJK','23075lkEGAv','lfbFT','Nuxpc','platformIndex','Error\x20in\x20onDispatchExecute:\x20','util','eyWaE','ZaUUc','stringify','isLTSSession','PRE','getTestId','AUTOMATE_EVENTS','KEY_CAPABILITIES','pickle','SESSION_NAME','cTwyz','./baseModule','end','retry','keys','uqByC','../cliUtils.js','onDispatchExecute:\x20Playwright\x20sessionId:\x20','KEY_HUB_URL','hTGJS','DYTZg','with\x20','330Pwkizp',',\x20test_identifier:\x20','context','qhhaL','testId:\x20','PLAYWRIGHT','../utils/jest-utils.js','params','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','bind','logger','KEY_TEST_FRAMEWORK_VERSION','name','getConfig','../../../helpers/helper.js','info','CUCUMBER','getState','13190LBzNFX','error','recreateIdentifierFromTestInfo','testData\x20from\x20onAfterTest:\x20','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','CICox','getTrackedInstance','../state/hookState.js','inspect','../../../helpers/classLogger.js','getInstance','parallelIndex','status','Error\x20in\x20onBeforeDriverCreate:\x20','vCNPP','eoRhz','getContext','./loadTestModule.js','KEY_PLATFORM_INDEX','split','zrAIs','KEY_BROWSER_OBJECT','KEY_PLATFORM_DETAILS','Rrzfk','errors','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','piZgV','markSessionName:\x20Skipping\x20session\x20name\x20marking','YeYOX','hyqRr','182frVPkU','../framework/automationFramework.js','qhuui','CMUvJ','CKFlD','getTestDetails','POST','Error\x20in\x20onAfterDriverCreate:\x20','browser','1.51.0','getId','sessionId','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','LTXXS','dilmv','isPlaywright','Automation\x20onAfterTest:\x20Test\x20status:\x20','sMtnv','passed','onBeforeDriverCreate','platformDetails','debug','page','KEY_CONTEXT_OBJECT','start','markSessionName','../state/automationFrameworkState.js','shouldSkipSessionName','from','testRunId','bsParams','TDdzD','__workerDetails','toString','184280HIJruV','Automation\x20onAfterTest:\x20Test\x20completed','setState','\x20||\x20'];a84_0x5aa2=function(){return _0x216fb4;};return a84_0x5aa2();}
1
+ const a84_0x220a2a=a84_0x2e54;function a84_0x2e54(_0x319c48,_0x203465){const _0x55e7bb=a84_0x55e7();return a84_0x2e54=function(_0x2e5472,_0x3d4b93){_0x2e5472=_0x2e5472-0xde;let _0x487ca1=_0x55e7bb[_0x2e5472];return _0x487ca1;},a84_0x2e54(_0x319c48,_0x203465);}function a84_0x55e7(){const _0x2c4785=['TNEhS','22309173lXqYBX','OeVaV','DXYPI','gherkinDocument','tsnnG','launchcaps','SESSION_NAME','registerObserver','onAfterDriverCreate:\x20Setting\x20browser\x20object','instance','doiHz','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','testUuid','testInfo','kUUez','Automation\x20onAfterTest:\x20Test\x20status:\x20','base64','message','params','849DCKWsV','getCapabilities','iWQyU','version','platformDetails','getTestIdentifierFromTestInfo','error','2909956JWwXgC','driverInit','../../../helpers/helper','jestUtils','capabilities','SESSION_STATUS','contextObject','KEY_TEST_ID','recreateIdentifierFromTestInfo','MODULE_NAME','KEY_PLATFORM_INDEX','markSessionStatus','bsParams','onAfterDriverCreate','isBrowserstackInfra','with\x20','platformIndex','getModuleName','6aJPRkz','onBeforeDriverCreate','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','arguments','workerInfo','14938vBTKTl','name','bStackParams','5484048jPbTLv','AUTOMATE_EVENTS','browser','cWEaE','shouldSkipSessionName','pickle','LFviE','../state/testFrameworkState','testData\x20from\x20onAfterTest:\x20','Error\x20in\x20onAfterDriverCreate:\x20','DeDxw','uJbZj','KEY_PLATFORM_DETAILS','getInstance','5737315YKTSDG','start','action','keys','kEhlC','../../../helpers/performance/performance-tester.js','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','setSessionName','../state/automationFrameworkState.js','cauzb','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','CREATE','BSJMk','PLAYWRIGHT','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','AKcHt','DSQMe','ClzlT','../grpcClient.js','util','JEST','Automation\x20onAfterTest:\x20Test\x20completed','XxIiA','PRE','result','getProcessId','xJQPa','xlFnm','passed','__workerDetails','markSessionStatus:\x20Marking\x20session\x20status','onDispatchExecute:\x20Playwright\x20sessionId:\x20','stringify','getState','getThreadId','toString','kcoaE','PLAYWRIGHT_DISPATCH','status','getContext','KEY_BROWSER_OBJECT','bind','testFrameworkData','PlaywrightDriverModule','Oszin','testId','hubUrl','Playwright','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','getTestUUID','inspect','hksDk','KEY_TEST_FRAMEWORK_VERSION','KEY_HUB_URL','Error\x20in\x20onDispatchExecute:\x20','7570ekDINd','parallelIndex','../utils/jest-utils.js','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','logger','POST','DDJPI','getTestId','frjrD','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','setState','info','Session','browserObject','reason','getId','EXECUTE','exports','../../../helpers/helper.js','vKTNP','YwAYV','onPlaywrightDispatch','Error\x20in\x20onBeforeDriverCreate:\x20','\x20||\x20','./loadTestModule.js','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','setSessionStatus','playwrightVersion','TEST','from','KEY_CONTEXT_OBJECT','NTxcc','CUCUMBER','RaWyR','AzIzj','split','onAfterTest\x20CBTSession\x20payload:\x20','page','JYVoY','BNpUj','format','RnHql','shouldSkipSessionStatus','rNqwa','testSessionEvent','sessionId','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','yukcv','QYcNw','WQhvP','onAfterTest','markSessionName','isPlaywright','YwWiv','debug','../TestInfo.js','getTrackedInstance','onAfterDriverCreate:\x20Setting\x20page\x20object',',\x20test_identifier:\x20','NmhSc','KEY_PAGE_OBJECT','getRef','../cliUtils.js','BLUZQ','SoWVr','10968512zmjpBn','browserVersion','../browserstackCLI.js','KEY_CAPABILITIES','../framework/automationFramework.js','end','platforms','KEY_SESSION_ID','markSessionName:\x20Skipping\x20session\x20name\x20marking','getLTSSessionId','length'];a84_0x55e7=function(){return _0x2c4785;};return a84_0x55e7();}(function(_0x1d0ac8,_0x3a5519){const _0x278781=a84_0x2e54,_0x4dcc55=_0x1d0ac8();while(!![]){try{const _0x1a8649=parseInt(_0x278781(0x16e))/0x1+parseInt(_0x278781(0xf0))/0x2*(-parseInt(_0x278781(0x150))/0x3)+-parseInt(_0x278781(0x171))/0x4+-parseInt(_0x278781(0x17f))/0x5*(parseInt(_0x278781(0x169))/0x6)+parseInt(_0x278781(0x157))/0x7+parseInt(_0x278781(0x131))/0x8+parseInt(_0x278781(0x13d))/0x9;if(_0x1a8649===_0x3a5519)break;else _0x4dcc55['push'](_0x4dcc55['shift']());}catch(_0x298674){_0x4dcc55['push'](_0x4dcc55['shift']());}}}(a84_0x55e7,0xa8abd));const util=require(a84_0x220a2a(0x192)),BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger.js'),{getFrameworkVersion}=require('../../../helpers/test-observability/utils'),helper=require(a84_0x220a2a(0x159)),{FRAMEWORKS}=require('../../utils/constants'),AutomationFramework=require(a84_0x220a2a(0x135)),AutomationFrameworkState=require(a84_0x220a2a(0x187)),HookState=require('../state/hookState.js'),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x220a2a(0x102)),CLIUtils=require(a84_0x220a2a(0x12e)),BrowserstackCLI=require(a84_0x220a2a(0x133)),GrpcClient=require(a84_0x220a2a(0x191)),PerformanceTester=require(a84_0x220a2a(0x184)),PerformanceEvents=require('../../../helpers/performance/constants.js')[a84_0x220a2a(0x172)],TestInfo=require(a84_0x220a2a(0x127)),{getPlaywrightProvider}=require('../../../helpers/helper.js'),LoadTestModule=require(a84_0x220a2a(0x108)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),TestFrameworkState=require(a84_0x220a2a(0x178)),JestUtils=require(a84_0x220a2a(0xf2));class PlaywrightDriverModule extends BaseModule{static ['KEY_BROWSER_OBJECT']=a84_0x220a2a(0xfd);static [a84_0x220a2a(0x10e)]=a84_0x220a2a(0x15d);static [a84_0x220a2a(0x12c)]='pageObject';static ['KEY_SESSION_ID']=a84_0x220a2a(0x11d);static [a84_0x220a2a(0x161)]=a84_0x220a2a(0x167);static [a84_0x220a2a(0x134)]=a84_0x220a2a(0x15b);static [a84_0x220a2a(0xee)]=a84_0x220a2a(0xe7);static [a84_0x220a2a(0x17d)]=a84_0x220a2a(0x154);static [a84_0x220a2a(0x15e)]=a84_0x220a2a(0xe6);['logger']=createClassLogger(a84_0x220a2a(0xe4));constructor(_0x3045c9=null){const _0x51e61a=a84_0x220a2a,_0x2ec6e9={};_0x2ec6e9[_0x51e61a(0x174)]='4|10|9|5|2|1|6|8|0|11|7|3',_0x2ec6e9[_0x51e61a(0x11f)]=_0x51e61a(0xe4);const _0x17ef3e=_0x2ec6e9,_0x13569f=_0x17ef3e['cWEaE'][_0x51e61a(0x113)]('|');let _0x202b31=0x0;while(!![]){switch(_0x13569f[_0x202b31++]){case'0':AutomationFramework[_0x51e61a(0x144)](AutomationFrameworkState[_0x51e61a(0x18a)],HookState[_0x51e61a(0x196)],this[_0x51e61a(0x16a)][_0x51e61a(0xe2)](this));continue;case'1':this[_0x51e61a(0x137)]=[];continue;case'2':this[_0x51e61a(0x132)]=null;continue;case'3':AutomationFramework[_0x51e61a(0x144)](AutomationFrameworkState[_0x51e61a(0x100)],HookState['POST'],this['onAfterTest'][_0x51e61a(0xe2)](this));continue;case'4':super(_0x3045c9);continue;case'5':this['browserName']=null;continue;case'6':this['testRunId']=null;continue;case'7':AutomationFramework[_0x51e61a(0x144)](AutomationFrameworkState[_0x51e61a(0xde)],HookState[_0x51e61a(0xf5)],this[_0x51e61a(0x105)][_0x51e61a(0xe2)](this));continue;case'8':this['jestUtils']=new JestUtils();continue;case'9':this[_0x51e61a(0x10b)]=null;continue;case'10':this['name']=_0x17ef3e[_0x51e61a(0x11f)];continue;case'11':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x51e61a(0x18a)],HookState['POST'],this['onAfterDriverCreate'][_0x51e61a(0xe2)](this));continue;}break;}}[a84_0x220a2a(0x168)](){const _0x1744e5=a84_0x220a2a;return PlaywrightDriverModule[_0x1744e5(0x160)];}async[a84_0x220a2a(0x16a)](_0x37f20b){const _0x30fbbe=a84_0x220a2a,_0x486b10={};_0x486b10[_0x30fbbe(0x103)]='onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created';const _0xaee3e5=_0x486b10;try{this[_0x30fbbe(0xf4)][_0x30fbbe(0x126)](_0xaee3e5['vKTNP']);const _0xeda01e=_0x37f20b[_0x30fbbe(0x142)],_0x295cd4=_0x37f20b['hubUrl'];AutomationFramework[_0x30fbbe(0xfa)](_0x37f20b['instance'],PlaywrightDriverModule[_0x30fbbe(0x134)],_0xeda01e),AutomationFramework[_0x30fbbe(0xfa)](_0x37f20b['instance'],PlaywrightDriverModule[_0x30fbbe(0xee)],_0x295cd4);}catch(_0xf0c5e){this['logger'][_0x30fbbe(0x156)](_0x30fbbe(0x106)+util['format'](_0xf0c5e));}}async[a84_0x220a2a(0x105)](_0x4224cd){const _0x151b59=a84_0x220a2a,_0x292725={};_0x292725['iWQyU']=function(_0x287fca,_0x241009){return _0x287fca||_0x241009;};const _0x369a09=_0x292725;try{const _0x1d3ee8=_0x4224cd?.['message']&&_0x4224cd?.[_0x151b59(0x14e)]?.[_0x151b59(0x14f)]&&_0x4224cd?.[_0x151b59(0x14e)]?.['params']?.[_0x151b59(0x163)],_0x1039fa=_0x4224cd?.['message']&&_0x4224cd?.['message']?.[_0x151b59(0x170)];if(_0x369a09[_0x151b59(0x152)](_0x1d3ee8,_0x1039fa)){this['logger'][_0x151b59(0x126)](_0x151b59(0xe9)+util[_0x151b59(0xeb)](_0x1d3ee8)+_0x151b59(0x107)+util[_0x151b59(0xeb)](_0x1039fa));const _0x252d98=_0x4224cd?.[_0x151b59(0x146)],_0x352234=global?.[_0x151b59(0x19c)]?.[_0x151b59(0x16d)]?.[_0x151b59(0xf1)],_0x38e3eb=_0x1d3ee8?.[_0x151b59(0x11d)]||_0x1039fa?.[_0x151b59(0x11d)],_0xf3ab1e=_0x1d3ee8?.[_0x151b59(0x154)]||_0x1039fa?.[_0x151b59(0x154)];_0x38e3eb&&(this['logger']['debug'](_0x151b59(0x19e)+_0x38e3eb),AutomationFramework[_0x151b59(0xfa)](_0x252d98,PlaywrightDriverModule[_0x151b59(0x138)],_0x38e3eb)),_0x352234&&(this['logger'][_0x151b59(0x126)]('onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20'+util[_0x151b59(0xeb)](_0x352234)),AutomationFramework[_0x151b59(0xfa)](_0x252d98,PlaywrightDriverModule[_0x151b59(0x161)],_0x352234));}}catch(_0x4f9128){this[_0x151b59(0xf4)][_0x151b59(0x156)](_0x151b59(0xef)+util['format'](_0x4f9128));}}async[a84_0x220a2a(0x164)](_0x2becb7){const _0x16fa55=a84_0x220a2a,_0x31bcff={'YwAYV':'onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','DXYPI':function(_0x9ca046,_0x5e0c95){return _0x9ca046(_0x5e0c95);},'DDJPI':_0x16fa55(0x129),'NmhSc':_0x16fa55(0x18d),'kbgsA':'onAfterDriverCreate:\x20Setting\x20context\x20object','YwWiv':_0x16fa55(0x145),'DeDxw':_0x16fa55(0x14d)};try{this[_0x16fa55(0xf4)][_0x16fa55(0x126)](_0x31bcff[_0x16fa55(0x104)]);const _0x5da982=_0x2becb7['instance'];this[_0x16fa55(0x10b)]=_0x31bcff[_0x16fa55(0x13f)](getFrameworkVersion,FRAMEWORKS[_0x16fa55(0x18c)]);if(_0x2becb7[_0x16fa55(0x115)]){this[_0x16fa55(0xf4)][_0x16fa55(0x126)](_0x31bcff[_0x16fa55(0xf6)]),AutomationFramework[_0x16fa55(0xfa)](_0x5da982,PlaywrightDriverModule[_0x16fa55(0x12c)],_0x2becb7['page']);if(_0x2becb7[_0x16fa55(0x14a)]){this[_0x16fa55(0xf4)][_0x16fa55(0x126)](_0x31bcff[_0x16fa55(0x12b)]);const _0x47ba8e=this['getTestId'](_0x2becb7);AutomationFramework[_0x16fa55(0xfa)](_0x5da982,PlaywrightDriverModule[_0x16fa55(0x15e)],_0x47ba8e),await this[_0x16fa55(0x123)](_0x2becb7['testInfo']);}}_0x2becb7['context']&&(this['logger'][_0x16fa55(0x126)](_0x31bcff['kbgsA']),AutomationFramework[_0x16fa55(0xfa)](_0x5da982,PlaywrightDriverModule[_0x16fa55(0x10e)],_0x2becb7['context']));if(_0x2becb7[_0x16fa55(0x173)]){this[_0x16fa55(0xf4)][_0x16fa55(0x126)](_0x31bcff[_0x16fa55(0x125)]);const _0x5ed66c=global?.[_0x16fa55(0x19c)]?.[_0x16fa55(0x16d)]?.[_0x16fa55(0xf1)];AutomationFramework['setState'](_0x5da982,PlaywrightDriverModule[_0x16fa55(0xe1)],_0x2becb7[_0x16fa55(0x173)]),AutomationFramework['setState'](_0x5da982,PlaywrightDriverModule[_0x16fa55(0x161)],_0x5ed66c);const _0x4f1400={};_0x4f1400[_0x16fa55(0x124)]=!![];const _0x4ae3f6=Buffer[_0x16fa55(0x10d)](JSON[_0x16fa55(0x19f)](_0x4f1400)[_0x16fa55(0x1a2)](_0x31bcff[_0x16fa55(0x17b)])),_0x2126b0=await GrpcClient['getInstance']()[_0x16fa55(0x158)]({'platformIndex':_0x5ed66c,'ref':_0x5da982[_0x16fa55(0x12d)](),'userInputParams':_0x4ae3f6});helper['isFalse'](helper[_0x16fa55(0x165)]())&&AutomationFramework[_0x16fa55(0xfa)](_0x5da982,PlaywrightDriverModule[_0x16fa55(0x134)],JSON['parse'](Buffer['from'](_0x2126b0[_0x16fa55(0x151)](),_0x31bcff[_0x16fa55(0x17b)])['toString']()));}}catch(_0x175716){this[_0x16fa55(0xf4)][_0x16fa55(0x156)](_0x16fa55(0x17a)+util[_0x16fa55(0x118)](_0x175716));}}async[a84_0x220a2a(0x122)](_0x32a7b9){const _0xf30f83=a84_0x220a2a,_0x1336fb={'hksDk':_0xf30f83(0x194),'OeVaV':_0xf30f83(0x185),'ClzlT':function(_0x91cbc6,_0x5ab854){return _0x91cbc6(_0x5ab854);},'LFviE':function(_0x5e76ee,_0x595098,_0x37cb7b){return _0x5e76ee(_0x595098,_0x37cb7b);},'BSJMk':_0xf30f83(0x197),'NTxcc':_0xf30f83(0x14e),'bGIwN':function(_0x5d3822,_0x893711){return _0x5d3822(_0x893711);},'xJQPa':function(_0xf6446f,_0x523899,_0x86d14e){return _0xf6446f(_0x523899,_0x86d14e);},'kEhlC':_0xf30f83(0x156),'RaWyR':'errors','JYVoY':function(_0x2e641a,_0x2836e9){return _0x2e641a>_0x2836e9;},'kcoaE':function(_0x10ce1c,_0x12bef9){return _0x10ce1c||_0x12bef9;},'cauzb':function(_0x4c30ce,_0x3dee1e){return _0x4c30ce===_0x3dee1e;},'AzIzj':function(_0x36e59f,_0x366a71){return _0x36e59f===_0x366a71;},'BTbNN':function(_0x1e71d6,_0x25a10c){return _0x1e71d6+_0x25a10c;},'fqiHR':'testId:\x20','kUUez':function(_0x28e4b0,_0x4cef11){return _0x28e4b0+_0x4cef11;},'xlFnm':_0xf30f83(0x179),'BNpUj':function(_0x3cfb5e,_0x2fa89e){return _0x3cfb5e(_0x2fa89e);},'RaIQj':_0xf30f83(0xe8),'ALvbi':'1.51.0','XxIiA':_0xf30f83(0x14d),'OQZVo':function(_0x3344ca,_0x269c83){return _0x3344ca===_0x269c83;},'TNEhS':_0xf30f83(0xf3)};this[_0xf30f83(0xf4)][_0xf30f83(0x126)](_0x1336fb[_0xf30f83(0xec)]);const _0x12b8d9=_0x32a7b9[_0xf30f83(0x146)];if(!_0x12b8d9){this[_0xf30f83(0xf4)]['debug'](_0x1336fb[_0xf30f83(0x13e)]);return;}const _0x19f521=_0x32a7b9[_0xf30f83(0x14a)],_0x4ceff2=this[_0xf30f83(0xf7)](_0x32a7b9),_0x326db4=_0x19f521['status'];let _0x23cd47;const _0x570655=_0x1336fb[_0xf30f83(0x190)](getPlaywrightStatus,_0x326db4);let _0x52e317,_0x7cac53=null;if(_0x19f521[_0xf30f83(0x176)]||_0x19f521['gherkinDocument'])_0x52e317=_0x1336fb[_0xf30f83(0x190)](getCucumberSessionName,_0x19f521),_0x23cd47=_0x1336fb[_0xf30f83(0x177)](nestedKeyValue,_0x19f521,[_0x1336fb[_0xf30f83(0x18b)],_0x1336fb[_0xf30f83(0x10f)]]);else{_0x52e317=_0x1336fb['bGIwN'](getPlaywrightSessionName,_0x19f521),_0x23cd47=_0x1336fb[_0xf30f83(0x199)](nestedKeyValue,_0x19f521,[_0x1336fb[_0xf30f83(0x183)],_0x1336fb['NTxcc']]);const _0x27ca7b=_0x1336fb[_0xf30f83(0x199)](nestedKeyValue,_0x19f521,[_0x1336fb[_0xf30f83(0x111)]]);_0x27ca7b&&_0x1336fb[_0xf30f83(0x116)](_0x27ca7b[_0xf30f83(0x13b)],0x0)&&(_0x7cac53=_0x27ca7b[0x0][_0xf30f83(0x14e)]),_0x23cd47=_0x1336fb[_0xf30f83(0x1a3)](_0x23cd47,_0x7cac53),this[_0xf30f83(0xf4)][_0xf30f83(0x126)](_0xf30f83(0x14c)+_0x570655+'\x20failure\x20reason:\x20'+_0x23cd47);}const _0xd37070=_0x1336fb[_0xf30f83(0x1a3)](_0x23cd47,_0x7cac53);this['logger'][_0xf30f83(0x126)]('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0x570655);let _0x4a4fe9,_0x2563bd;if(this['testFrameworkData']&&_0x1336fb[_0xf30f83(0x188)](this[_0xf30f83(0xe3)][_0xf30f83(0x16f)],FRAMEWORKS[_0xf30f83(0x110)]))_0x4a4fe9=_0x4ceff2,_0x2563bd=TestInfo[_0xf30f83(0xea)](_0x4a4fe9);else this['testFrameworkData']&&_0x1336fb[_0xf30f83(0x112)](this[_0xf30f83(0xe3)][_0xf30f83(0x16f)],FRAMEWORKS[_0xf30f83(0x193)])?(_0x4a4fe9=this[_0xf30f83(0x15a)][_0xf30f83(0x15f)](_0x19f521),this[_0xf30f83(0xf4)][_0xf30f83(0x126)](_0xf30f83(0x16b)+_0x4a4fe9)):(_0x4a4fe9=TestInfo[_0xf30f83(0x155)](_0x19f521,_0x19f521['retry']),_0x2563bd=TestInfo[_0xf30f83(0xea)](_0x4a4fe9));const _0x5c3e15=TestInfo['getTestDetails'](_0x4a4fe9);this['logger'][_0xf30f83(0xfb)](_0x1336fb['BTbNN'](_0x1336fb['fqiHR'],_0x4ceff2)),this[_0xf30f83(0xf4)]['info'](_0x1336fb[_0xf30f83(0x14b)](_0x1336fb[_0xf30f83(0x19a)],util['inspect'](_0x5c3e15)));const _0x459aa5=AutomationFramework[_0xf30f83(0x1a0)](_0x12b8d9,PlaywrightDriverModule[_0xf30f83(0x161)]),_0x3295ea=_0x5c3e15?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]||this['testFrameworkData']&&this[_0xf30f83(0xe3)][_0xf30f83(0x16f)],_0x2a6a7b=_0x5c3e15?.[TestFrameworkConstants[_0xf30f83(0xed)]]||this[_0xf30f83(0xe3)]&&this[_0xf30f83(0xe3)][_0xf30f83(0x153)],_0x2c6e17=TestFrameworkState[_0xf30f83(0x10c)][_0xf30f83(0x1a2)]()[_0xf30f83(0x113)]('.')[0x1],_0x5c07b6=HookState[_0xf30f83(0xf5)][_0xf30f83(0x1a2)]()[_0xf30f83(0x113)]('.')[0x1],_0x1ff3b2=_0x12b8d9[_0xf30f83(0xe0)](),_0x36563a=AutomationFramework[_0xf30f83(0x1a0)](_0x12b8d9,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x163529={'provider':_0x1336fb[_0xf30f83(0x117)](getPlaywrightProvider,_0x36563a),'frameworkName':_0x1336fb['RaIQj'],'frameworkVersion':_0x1336fb['ALvbi'],'frameworkSessionId':LoadTestModule['isLTSSession']()?LoadTestModule[_0xf30f83(0x13a)]():AutomationFramework[_0xf30f83(0x1a0)](_0x12b8d9,PlaywrightDriverModule[_0xf30f83(0x138)],''),'ref':_0x12b8d9['getRef'](),'hubUrl':_0x36563a};let _0x5c7ed6=AutomationFramework[_0xf30f83(0x1a0)](_0x12b8d9,PlaywrightDriverModule[_0xf30f83(0x134)],{});_0x5c7ed6&&_0x1336fb[_0xf30f83(0x116)](Object[_0xf30f83(0x182)](_0x5c7ed6)[_0xf30f83(0x13b)],0x0)?_0x5c7ed6=Buffer[_0xf30f83(0x10d)](JSON[_0xf30f83(0x19f)](_0x5c7ed6))[_0xf30f83(0x1a2)](_0x1336fb[_0xf30f83(0x195)]):_0x5c7ed6=Buffer[_0xf30f83(0x10d)](JSON[_0xf30f83(0x19f)]({}))[_0xf30f83(0x1a2)](_0x1336fb[_0xf30f83(0x195)]);const _0x412af5={'hash':_0x1ff3b2[_0xf30f83(0xff)](),'threadId':_0x1ff3b2[_0xf30f83(0x1a1)]()['toString'](),'processId':_0x1ff3b2[_0xf30f83(0x198)]()[_0xf30f83(0x1a2)]()},_0xad62f6={};_0xad62f6['test_identifier']=_0x4a4fe9;const _0x422aca={};_0x422aca[_0xf30f83(0x149)]=_0x2563bd;const _0x1f7b7e={'platformIndex':_0x459aa5,'testFrameworkName':_0x3295ea,'testFrameworkVersion':_0x2a6a7b,'testFrameworkState':_0x2c6e17,'testHookState':_0x5c07b6,...this[_0xf30f83(0xe3)]&&_0x1336fb[_0xf30f83(0x188)](this['testFrameworkData'][_0xf30f83(0x16f)],FRAMEWORKS['JEST'])?_0xad62f6:_0x422aca,'automationSession':_0x163529,'capabilities':_0x5c7ed6,'executionContext':_0x412af5};this[_0xf30f83(0xf4)]['debug'](_0xf30f83(0x114)+util['format'](_0x1f7b7e)),GrpcClient[_0xf30f83(0x17e)]()[_0xf30f83(0x11c)](_0x1f7b7e),this['logger'][_0xf30f83(0x126)](_0xf30f83(0xf9)+_0x4ceff2+(this['testFrameworkData']&&_0x1336fb['OQZVo'](this[_0xf30f83(0xe3)][_0xf30f83(0x16f)],FRAMEWORKS[_0xf30f83(0x193)])?_0xf30f83(0x12a)+_0x4a4fe9:''));if(!_0x570655){this['logger'][_0xf30f83(0x126)](_0x1336fb[_0xf30f83(0x13c)],_0x326db4['status']);return;}this['logger'][_0xf30f83(0x126)]('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20'+_0x4ceff2),_0x19f521&&(this['logger'][_0xf30f83(0x126)](_0xf30f83(0x189)+_0x52e317),await this['markSessionName'](_0x19f521)),await this[_0xf30f83(0x162)](_0x12b8d9,_0x52e317,_0x570655,_0xd37070);}async[a84_0x220a2a(0x162)](_0x39b906,_0x1f1948,_0x346c9b,_0x54877e){const _0xc21ae2=a84_0x220a2a,_0x28fdd6={'QYcNw':_0xc21ae2(0x148),'AKcHt':_0xc21ae2(0x109),'uddXL':_0xc21ae2(0x11e),'SoWVr':_0xc21ae2(0xf3),'tqvep':_0xc21ae2(0x10a),'frjrD':_0xc21ae2(0xfe),'DSQMe':_0xc21ae2(0xfc),'tsnnG':function(_0x4d0907,_0x28490e){return _0x4d0907===_0x28490e;},'uJbZj':_0xc21ae2(0x19b),'WQhvP':'info','sHKVS':_0xc21ae2(0x156),'Oszin':function(_0xda07a5,_0x3e3450,_0x11b661,_0x5c5e4c){return _0xda07a5(_0x3e3450,_0x11b661,_0x5c5e4c);},'sstHx':_0xc21ae2(0x19d),'sJMXm':function(_0x23d43d,_0x288eda,_0x574f85){return _0x23d43d(_0x288eda,_0x574f85);}};if(CLIUtils[_0xc21ae2(0x11a)](BrowserstackCLI[_0xc21ae2(0x17e)]()['getConfig']())){this[_0xc21ae2(0xf4)][_0xc21ae2(0x126)](_0x28fdd6[_0xc21ae2(0x120)]);return;}const _0x4ef94e=_0x39b906;if(!_0x4ef94e){this['logger'][_0xc21ae2(0x126)](_0x28fdd6[_0xc21ae2(0x18e)]);return;}const _0x1a0f82=AutomationFramework['getState'](_0x4ef94e,PlaywrightDriverModule[_0xc21ae2(0x12c)]);if(!_0x1a0f82){this[_0xc21ae2(0xf4)][_0xc21ae2(0x126)](_0x28fdd6['uddXL']);return;}const _0x51b87b=_0x346c9b;if(!_0x51b87b){this[_0xc21ae2(0xf4)][_0xc21ae2(0x126)](_0x28fdd6[_0xc21ae2(0x130)],_0x51b87b);return;}const _0x2db0bb={};_0x2db0bb[_0xc21ae2(0xdf)]=_0x51b87b;const _0x4e8165={};_0x4e8165[_0xc21ae2(0x181)]=_0x28fdd6['tqvep'],_0x4e8165[_0xc21ae2(0x16c)]=_0x2db0bb;const _0x3b048a=_0x4e8165;_0x54877e&&(_0x3b048a[_0xc21ae2(0x16c)][_0x28fdd6['frjrD']]=_0x54877e);const _0x44e0e4=(_0x1f1948?_0x1f1948:_0x28fdd6[_0xc21ae2(0x18f)])+'\x20'+_0x51b87b+'\x20'+(_0x54877e?_0xc21ae2(0x166)+_0x54877e:''),_0x478466=_0x28fdd6[_0xc21ae2(0x141)](_0x51b87b,_0x28fdd6[_0xc21ae2(0x17c)])?_0x28fdd6[_0xc21ae2(0x121)]:_0x28fdd6['sHKVS'];await _0x28fdd6[_0xc21ae2(0xe5)](playwrightAnnotate,_0x1a0f82,_0x44e0e4,_0x478466),_0x54877e&&(_0x3b048a[_0xc21ae2(0x16c)][_0x28fdd6[_0xc21ae2(0xf8)]]=_0x54877e),PerformanceTester['start'](PerformanceEvents['SESSION_STATUS']),this[_0xc21ae2(0xf4)][_0xc21ae2(0x126)](_0x28fdd6['sstHx']),await _0x28fdd6['sJMXm'](playwrightBstackJsExecutor,_0x1a0f82,_0x3b048a),PerformanceTester[_0xc21ae2(0x136)](PerformanceEvents[_0xc21ae2(0x15c)]);}async[a84_0x220a2a(0x123)](_0x2bdd77){const _0x3ee45d=a84_0x220a2a,_0x58f82c={'doiHz':_0x3ee45d(0x139),'RnHql':function(_0x5951c2,_0x4675ac){return _0x5951c2(_0x4675ac);},'BLUZQ':_0x3ee45d(0x186),'rNqwa':function(_0x2a40c7,_0xd3be89,_0xdce17e){return _0x2a40c7(_0xd3be89,_0xdce17e);}};try{if(CLIUtils[_0x3ee45d(0x175)](BrowserstackCLI[_0x3ee45d(0x17e)]()['getConfig']())){this[_0x3ee45d(0xf4)][_0x3ee45d(0x126)](_0x58f82c[_0x3ee45d(0x147)]);return;}const _0x24b802=AutomationFramework[_0x3ee45d(0x1a0)](AutomationFramework[_0x3ee45d(0x128)](),PlaywrightDriverModule[_0x3ee45d(0x12c)]);let _0x3d8686;_0x2bdd77[_0x3ee45d(0x176)]||_0x2bdd77[_0x3ee45d(0x140)]?_0x3d8686=_0x58f82c['RnHql'](getCucumberSessionName,_0x2bdd77):_0x3d8686=_0x58f82c[_0x3ee45d(0x119)](getPlaywrightSessionName,_0x2bdd77);const _0x538a57={};_0x538a57[_0x3ee45d(0x16f)]=_0x3d8686;const _0x35df6b={};_0x35df6b[_0x3ee45d(0x181)]=_0x58f82c[_0x3ee45d(0x12f)],_0x35df6b[_0x3ee45d(0x16c)]=_0x538a57;const _0x1bde67=_0x35df6b;PerformanceTester[_0x3ee45d(0x180)](PerformanceEvents[_0x3ee45d(0x143)]),await _0x58f82c[_0x3ee45d(0x11b)](playwrightBstackJsExecutor,_0x24b802,_0x1bde67),PerformanceTester[_0x3ee45d(0x136)](PerformanceEvents['SESSION_NAME']);}catch(_0x10747f){PerformanceTester[_0x3ee45d(0x136)](PerformanceEvents[_0x3ee45d(0x143)],![],util[_0x3ee45d(0x118)](_0x10747f)),this[_0x3ee45d(0xf4)]['error']('Error\x20in\x20markSessionName:\x20'+util['format'](_0x10747f));}}}PlaywrightDriverModule['MODULE_NAME']='PlaywrightDriverModule',module[a84_0x220a2a(0x101)]=PlaywrightDriverModule;