browserstack-node-sdk 1.49.3 → 1.49.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
- function a80_0x1562(){const _0x3f881d=['util','cmuEH','KEY_TESTHUB_BUILD_ID','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','DRIVER_INIT','343266trGbFD','LOG_DISABLED_SHOWN','accessibilityPlatform','__workerDetails','platformCaps','NEQjp','onBeforeExecute:\x20No\x20command\x20name\x20provided','function','iKlit','getCurrentAccessibilityStatus','getCommandsToWrap','toJson','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','../framework/constants/testFrameworkConstants.js','conwA','getData','accessibilityToken','KEY_DRIVER_HAS_URL','\x20a11yToken=','QYSqC','onBeforeExecute:\x20command=','testFrameworkData','CREATE','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','JVvZQ','setLogDisabledShown','OFInh','MODULE_NAME','gibKa','isPlatformSupported:\x20caps\x20are\x20null','bAOVC','testFramework','VJHqE','TDcCP','chrome','DKLRe','MergedScanArgs:\x20','getGoogleChromeOptions','format','qVHHu','mZaxS','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','../framework/testFramework','applySendMessageToServerPatch','message','warn','tpohf','finishScanningForCli','AJdVl','test_run_id','thTestRunUuid','getState','yXTch','titlePath','eNByB','Error\x20in\x20processAccessibilityCaps:\x20','error','Error\x20in\x20getAccessibilityResultsSummary:\x20','drKbP','Error\x20checking\x20headless\x20capability:\x20','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','getAccessibilityConfig','CoegY','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','\x20script\x20available','mergeObject','onBeforeTest','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','../grpcClient','RFIFm','lZkYj','DZHGo','jnlhG','null','Error\x20in\x20performPageScan:\x20','\x22browserstack.key\x22:\x22[REDACTED]\x22','get','fetchCentralAuthA11yConfig','performScan','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','Processed\x20accessibility\x20caps\x20','__jestCurrentTestIdentifier','executeScriptByName','platformValidation','RWDBO','JLKnB','../framework/automationFramework','USAPn','onXEo','lKSMF','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','scan','muerj','3620736MzeSQd','ascii','getLogDisabledShown','ULUKp','rQZsq','Error\x20in\x20stopTestCapture:\x20','LVmoY','SVGJW','kQKvW','fetchDriverExecuteParamsEvent','isAppAccessibility','setAccessibilityConfig','7bMLhUW','jafgs','BROWSERSTACK_CLI_BIN_SESSION_ID','ahtqM','getOptions','commandName','ugfOG','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','isArray','jaaMy','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework',']\x20should\x20run\x20accessibility\x20value=','403388gUiiCj','getValue','QMpms','BROWSERSTACK_TEST_ACCESSIBILITY_YML','36194JgIWoX','stopTestCapture','Jeirp','hBEPI','NDoZO','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','iRQBz','setShouldScanCurrentTest','Error\x20in\x20initAccessibilityConfig:\x20',',\x20available\x20commands:\x20','isPlatformSupported','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','getName','processAccessibilityCaps','getTesthub',']\x20clear\x20','DvJEC','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','testInfo','../../utils/playwright-patcher','goog:chromeOptions','KEY_INIT','kLUxj','[platform\x20-\x20','\x20from\x20testIdentifier=','\x20value=','getCapabilitiesList','../../../helpers/helper',',\x20testIdentifier=','flRtr','ppffn','DGBKw','pwPage','getResults','DNoEJ','SrGxa','page','EctdA','BS_A11Y_JWT','yEjCM','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','delete','WuafO','_sendMessageServerPatchApplied','ScanArgs:\x20','browserName','ACCESSIBILITY_INITIALIZED','hYLWk','command','accessibility','includeTagsInTestingScope','browserstack.accessibilityOptions.authToken','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','browserstack.accessibilityOptions.scannerVersion','oeTBG','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','DRIVER_HAS_URL','toString','Performing\x20scan\x20before\x20getting\x20results\x20summary','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','rOFyV','getContext','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','XjxvH','EXECUTE','HRzTd','ItUcK','nVfFK','info','csBuE','eXtkn','shouldScanForCommand:\x20','onAfterTest','getSuccess','SjCPZ','kAExk','bUeCt','oCnbs','hRVFa','JISbu','kZToi','Hksbt','MDNne','lTyrp','pOUFy','kpyjE','LCMGf','zEUYo','getScriptByName','dkBGX','stringify','\x20testHubUuid=','browser','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','Page\x20','RjaNW','Error\x20applying\x20sendMessageToServer\x20patch:\x20','Error\x20in\x20getAccessibilityResults:\x20','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','MzOdY','commandsList','shouldScanCurrentTest','Executing\x20accessibility\x20script\x20on\x20page','browserstack_executor','isEnabledTestcase','YoiWM','getTestDetails','scannerVersion','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','Error\x20getting\x20script\x20by\x20name\x20','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',',\x20tags=','../TestInfo.js','euoCk','end','XHpOq','browserstack.accessibilityOptions.scannerProcessingTimeout','BROWSERSTACK_TESTHUB_JWT','wcagVersion','../../../helpers/performance/constants.js','4030gSbMEw','Accessibility\x20data\x20for\x20extension:\x20','WEZnN',']\x20isEnabledTestcase\x20(jest)\x20result=','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','YIDvW','fZXdn','PGTzE','../../../helpers/performance/performance-tester.js','odakr','GlDHi','performPageScan','value','../../../helpers/accessibility-automation/helper','instance','zKQeq','testAnalyticsId','PycEr','QFljR','Vklfy','length','droXM','Context','SDK_ACCESSIBILITY_CONFIG','wMIGM','capabilitiesList','getScript','../../../helpers/accessibility-automation/constants','sAvGW','UYXLD','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','browserstack.accessibilityOptions.wcagVersion','vMTef','getPlatformIndex','ltTFa','start','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.',',\x20includeTags=','getAccessibilityResultsSummary','oLcpH','2022296NrpimN','test-tags-->\x20','HVThM','getScriptsList','evaluate','Performing\x20scan\x20before\x20from\x20cli','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','getAccessibility','exports','HFAdQ','irlPD','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','isEnabled','onBeforeTest:\x20event=','scannerProcessingTimeout','cjDsC','wAuJw','caFNl','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','stack','UsLHI','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','VeJTA','Executing\x20','parse','EJRQt','getCurrentInstanceName','_centralAuthA11yConfig','excludeTagsInTestingScope','SZKXr',',\x20excludeTags=','Ijixf','WyEYV','BcWzI','replace','getTrackedInstance','true','../../../helpers/classLogger','nmMMt','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','2490096DEdNqA','yHjbI','ZVyLx','toLowerCase','performScanForCli','getAccessibilityResults','nDbFR','Error\x20in\x20shouldScanForCommand:\x20','testhub_build_uuid','cucumber','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','TrackedInstance','PERFORM_SCAN','\x22browserstack.user\x22:\x22[REDACTED]\x22','mtWoV','performPageScan:\x20Script\x20is\x20null','debug','UOYMZ','isAccessibilityScriptCommand','test_tags','registerObserver','tIcUo','FBmJu','lsvwY','getInstance','getCapabilityValue','nUXfV','onBeforeExecute:\x20Command\x20','pufZG','browserStackEvaluate','isBrowserstackScriptCommand','trim','has','eydpD','getTestId','includes','XcXhu','dtdta','currentTest','NEyky','executeScriptByName:\x20No\x20','join','performPageScan:\x20Page\x20is\x20null','../state/hookState','getModuleName','map','bind','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','_centralAuthConfigFetched','measureWrapper','iDrCn','getResultsSummary','updateData','AQYsz','../state/automationFrameworkState','uoKIY','a11y:save-results','launchCaps','FBkhQ','env','set','getTestFrameworkDetail','Unknown\x20Test','[AccessibilityModule]\x20onAfterTest:\x20framework=',',\x20\x0a\x20','moywT',']\x20isEnabledTestcase\x20(cucumber)\x20result=','UiSEp','../../playwright/accessibility-helper','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','unknown','KEY_TEST_NAME','Error\x20executing\x20script\x20','name',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','__accessibilityOptions','onBeforeExecute','loadDriverExecuteParams','split','setAccessibilityToken','../cliUtils','skNDQ','QUIT','options','scriptsList','yHGmv','RygJS','ScQiH','NON_BROWSERSTACK_AUTOMATION_SESSIONS','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','umAWZ','getParamsForScanForCli','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','jest',',\x20isAppAccessibility=','some','TEST_INIT','cNBJn','accessibilityConfig','patchSendMessageToServer','PRE','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','phbSw','Fqake','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','saveResults','11044EeQlyE','JKmhM',',\x20testName=','XWXyJ','capabilities',']\x20Accessibility\x20configuration\x20initialized\x20successfully','EzZSB','TsspH','parseFromProto','find','GZbaf','browserVersion','sOMdU','getBuildId','size',']\x20onAfterTest\x20should\x20scan=','20PzzLRD','GDsGO','xBexD','Scan\x20result:\x20','33Mpeqad','getCommandsList','AChss','SSnMr','string'];a80_0x1562=function(){return _0x3f881d;};return a80_0x1562();}const a80_0x2ed92c=a80_0x3eeb;(function(_0x5765d1,_0xc6d1c9){const _0xf5d2ba=a80_0x3eeb,_0x209c1e=_0x5765d1();while(!![]){try{const _0x1ec465=parseInt(_0xf5d2ba(0x266))/0x1+parseInt(_0xf5d2ba(0x2e0))/0x2*(parseInt(_0xf5d2ba(0x25c))/0x3)+parseInt(_0xf5d2ba(0x2dc))/0x4*(parseInt(_0xf5d2ba(0x258))/0x5)+-parseInt(_0xf5d2ba(0x1de))/0x6*(parseInt(_0xf5d2ba(0x2cf))/0x7)+-parseInt(_0xf5d2ba(0x1b6))/0x8+-parseInt(_0xf5d2ba(0x2c3))/0x9+-parseInt(_0xf5d2ba(0x358))/0xa*(-parseInt(_0xf5d2ba(0x248))/0xb);if(_0x1ec465===_0xc6d1c9)break;else _0x209c1e['push'](_0x209c1e['shift']());}catch(_0x4bcec7){_0x209c1e['push'](_0x209c1e['shift']());}}}(a80_0x1562,0x446a2));function a80_0x3eeb(_0x155b44,_0x19eede){const _0x156223=a80_0x1562();return a80_0x3eeb=function(_0x3eeb7c,_0x24cc34){_0x3eeb7c=_0x3eeb7c-0x1a9;let _0x162d91=_0x156223[_0x3eeb7c];return _0x162d91;},a80_0x3eeb(_0x155b44,_0x19eede);}const BaseModule=require('./baseModule'),{createClassLogger}=require(a80_0x2ed92c(0x1db)),CLIUtils=require(a80_0x2ed92c(0x22e)),AutomationFramework=require(a80_0x2ed92c(0x2bc)),TestFramework=require(a80_0x2ed92c(0x290)),AutomationFrameworkState=require(a80_0x2ed92c(0x214)),HookState=require(a80_0x2ed92c(0x209)),GrpcClient=require(a80_0x2ed92c(0x2aa)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a80_0x2ed92c(0x1e9)),PerformanceTester=require(a80_0x2ed92c(0x360)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a80_0x2ed92c(0x357)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x2ed92c(0x373)),{nestedKeyValue,isUndefined}=require(a80_0x2ed92c(0x2fb)),util=require(a80_0x2ed92c(0x261)),TestInfo=require(a80_0x2ed92c(0x350)),TestFrameworkConstants=require(a80_0x2ed92c(0x273));class AccessibilityModule extends BaseModule{static [a80_0x2ed92c(0x281)]=AccessibilityModule[a80_0x2ed92c(0x227)];static ['_centralAuthConfigFetched']=![];static [a80_0x2ed92c(0x1d1)]={};constructor(_0x43e4fc){const _0x508525=a80_0x2ed92c,_0x2a3d82={};_0x2a3d82['zKQeq']='4|10|15|8|0|9|3|14|7|12|2|13|6|5|11|1',_0x2a3d82[_0x508525(0x2e6)]='testhub_build_uuid',_0x2a3d82[_0x508525(0x279)]=_0x508525(0x30e),_0x2a3d82[_0x508525(0x26b)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x2a3d82['nDbFR']=_0x508525(0x318);const _0x4ea8e1=_0x2a3d82,_0x30f61a=_0x4ea8e1[_0x508525(0x367)][_0x508525(0x22c)]('|');let _0x111dc5=0x0;while(!![]){switch(_0x30f61a[_0x111dc5++]){case'0':this[_0x508525(0x1c2)]=!![];continue;case'1':this['KEY_TESTHUB_BUILD_ID']=_0x4ea8e1[_0x508525(0x2e6)];continue;case'2':this[_0x508525(0x30b)]=![];continue;case'3':this['accessibility']=new Map();continue;case'4':super();continue;case'5':this[_0x508525(0x2f5)]=_0x4ea8e1[_0x508525(0x279)];continue;case'6':logger[_0x508525(0x1ee)](_0x4ea8e1[_0x508525(0x26b)]);continue;case'7':this[_0x508525(0x2cd)]=![];continue;case'8':AutomationFramework[_0x508525(0x1f2)](AutomationFrameworkState[_0x508525(0x230)],HookState[_0x508525(0x242)],this[_0x508525(0x328)]['bind'](this));continue;case'9':this[_0x508525(0x240)]=_0x43e4fc['toObject']();continue;case'10':AutomationFramework[_0x508525(0x1f2)](AutomationFrameworkState[_0x508525(0x320)],HookState[_0x508525(0x242)],this['onBeforeExecute'][_0x508525(0x20c)](this));continue;case'11':this[_0x508525(0x277)]=_0x4ea8e1[_0x508525(0x1e4)];continue;case'12':this[_0x508525(0x24c)]=[];continue;case'13':this[_0x508525(0x22d)](_0x43e4fc[_0x508525(0x2d3)]()[_0x508525(0x2fa)]());continue;case'14':this[_0x508525(0x267)]=new Map();continue;case'15':AutomationFramework[_0x508525(0x1f2)](AutomationFrameworkState[_0x508525(0x27c)],HookState['POST'],this[_0x508525(0x2a8)]['bind'](this));continue;}break;}}[a80_0x2ed92c(0x1c2)](){return this['isEnabled'];}[a80_0x2ed92c(0x20a)](){const _0x1195f0=a80_0x2ed92c;return AccessibilityModule[_0x1195f0(0x281)];}['getCurrentAccessibilityStatus'](){const _0xfa2199=a80_0x2ed92c;return this[_0xfa2199(0x311)]['get'](CLIUtils[_0xfa2199(0x1d0)](),![]);}[a80_0x2ed92c(0x2c5)](){const _0x1abb74=a80_0x2ed92c;return this[_0x1abb74(0x267)]['get'](CLIUtils[_0x1abb74(0x1d0)](),![]);}[a80_0x2ed92c(0x27f)](_0x1d1a17){const _0x11c2de=a80_0x2ed92c;this[_0x11c2de(0x267)]['set'](CLIUtils['getCurrentInstanceName'](),_0x1d1a17);}[a80_0x2ed92c(0x291)](){const _0x2ecfd3=a80_0x2ed92c,_0x291c3b={'TDcCP':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','lTyrp':function(_0x3ab5b9,_0x28124d){return _0x3ab5b9(_0x28124d);},'eydpD':_0x2ecfd3(0x2f3),'CoegY':_0x2ecfd3(0x2d6),'AJdVl':_0x2ecfd3(0x28f)};if(this[_0x2ecfd3(0x30b)]){logger[_0x2ecfd3(0x1ee)](_0x291c3b[_0x2ecfd3(0x287)]);return;}try{const _0x26183e=_0x291c3b[_0x2ecfd3(0x333)](require,_0x291c3b[_0x2ecfd3(0x1ff)]);_0x26183e&&_0x26183e[_0x2ecfd3(0x241)]?(_0x26183e[_0x2ecfd3(0x241)](),this[_0x2ecfd3(0x30b)]=!![],logger['debug'](_0x291c3b[_0x2ecfd3(0x2a4)])):logger[_0x2ecfd3(0x1ee)](_0x291c3b[_0x2ecfd3(0x296)]);}catch(_0x499bf4){logger['debug'](_0x2ecfd3(0x340)+util['format'](_0x499bf4));}}['isPlatformSupported'](_0x17a889=null,_0x3c1cdf=null,_0x482eee=null){const _0x19a011=a80_0x2ed92c,_0x40f0ea={'skNDQ':function(_0x54adf2,_0x44a050){return _0x54adf2&&_0x44a050;},'conwA':_0x19a011(0x283),'wAuJw':function(_0x2f4574,_0x5ec017){return _0x2f4574(_0x5ec017);},'hvhcn':_0x19a011(0x365),'Vklfy':_0x19a011(0x2fb),'Jeirp':function(_0x291a7e){return _0x291a7e();},'kLUxj':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','Abgmz':function(_0x283815,_0x42e8ab){return _0x283815===_0x42e8ab;},'hYLWk':_0x19a011(0x288),'EJRQt':function(_0x1e36a0,_0x15916c){return _0x1e36a0===_0x15916c;},'EctdA':'playwright-chromium','UYXLD':function(_0x55d341,_0x3c0e80){return _0x55d341===_0x3c0e80;},'lZkYj':_0x19a011(0x20d),'iKlit':function(_0x16d977,_0x20e33d){return _0x16d977===_0x20e33d;},'DZHGo':_0x19a011(0x1da),'ugfOG':function(_0xf4ecae,_0x8859ea){return _0xf4ecae===_0x8859ea;},'dkBGX':_0x19a011(0x260),'kQKvW':_0x19a011(0x2b5),'ULUKp':function(_0x46b524,_0x77764c){return _0x46b524>_0x77764c;},'uoKIY':function(_0xfba10e,_0xa26b74){return _0xfba10e(_0xa26b74);},'nVfFK':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','dtdta':function(_0x520ca7,_0x23474e){return _0x520ca7!==_0x23474e;},'cNBJn':'latest','LJZTf':function(_0x209992,_0x3d7250){return _0x209992(_0x3d7250);},'DDGie':function(_0xd955ae,_0x221af5){return _0xd955ae(_0x221af5);},'yXTch':_0x19a011(0x1ac)};try{if(_0x40f0ea[_0x19a011(0x22f)](!_0x3c1cdf,!_0x482eee))return logger[_0x19a011(0x1ee)](_0x40f0ea[_0x19a011(0x274)]),![];const {isAccessibilityAutomationSession:_0x25771c}=_0x40f0ea[_0x19a011(0x1c6)](require,_0x40f0ea['hvhcn']),{isUndefined:_0x8b186c,isBrowserstackInfra:_0x452274}=_0x40f0ea[_0x19a011(0x1c6)](require,_0x40f0ea[_0x19a011(0x36b)]);if(!_0x40f0ea['Jeirp'](_0x25771c))return logger[_0x19a011(0x1ee)](_0x40f0ea[_0x19a011(0x2f6)]),![];if(!(_0x3c1cdf[_0x19a011(0x30d)]&&_0x40f0ea['Abgmz'](_0x3c1cdf[_0x19a011(0x30d)][_0x19a011(0x1e1)](),_0x40f0ea[_0x19a011(0x30f)])||_0x3c1cdf['browserName']&&_0x40f0ea['EJRQt'](_0x3c1cdf[_0x19a011(0x30d)]['toLowerCase'](),_0x40f0ea[_0x19a011(0x305)])||_0x3c1cdf[_0x19a011(0x33c)]&&_0x40f0ea[_0x19a011(0x1aa)](_0x3c1cdf[_0x19a011(0x33c)][_0x19a011(0x1e1)](),_0x40f0ea[_0x19a011(0x30f)])||_0x3c1cdf[_0x19a011(0x33c)]&&_0x40f0ea[_0x19a011(0x1cf)](_0x3c1cdf[_0x19a011(0x33c)][_0x19a011(0x1e1)](),_0x40f0ea[_0x19a011(0x305)])))return logger[_0x19a011(0x293)](_0x40f0ea[_0x19a011(0x2ac)]),![];try{const _0x6295b8=_0x3c1cdf['headless'],_0x12b93b=_0x40f0ea[_0x19a011(0x26e)](_0x6295b8,!![])||_0x40f0ea[_0x19a011(0x1aa)](_0x6295b8,_0x40f0ea[_0x19a011(0x2ad)])||_0x40f0ea[_0x19a011(0x2d5)](typeof _0x6295b8,_0x40f0ea[_0x19a011(0x339)])&&_0x40f0ea[_0x19a011(0x26e)](_0x6295b8[_0x19a011(0x1e1)](),_0x40f0ea[_0x19a011(0x2ad)]);if(_0x12b93b)return logger[_0x19a011(0x293)](_0x40f0ea[_0x19a011(0x2cb)]),![];}catch(_0x58b9a7){logger[_0x19a011(0x1ee)](_0x19a011(0x2a1)+util[_0x19a011(0x28c)](_0x58b9a7));}if(!_0x40f0ea[_0x19a011(0x2e2)](_0x452274)){if(!_0x40f0ea['ULUKp'](_0x40f0ea[_0x19a011(0x1c6)](parseFloat,_0x3c1cdf[_0x19a011(0x253)]),_0x40f0ea[_0x19a011(0x215)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x19a011(0x293)](_0x40f0ea[_0x19a011(0x323)]),![];}else{if(_0x40f0ea[_0x19a011(0x203)](_0x3c1cdf[_0x19a011(0x253)],_0x40f0ea[_0x19a011(0x23f)])&&!_0x40f0ea[_0x19a011(0x2c6)](_0x40f0ea['LJZTf'](parseFloat,_0x3c1cdf['browserVersion']),_0x40f0ea['DDGie'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x40f0ea[_0x19a011(0x29a)]),![];}return!![];}catch(_0x37928d){return logger[_0x19a011(0x1ee)]('Exception\x20in\x20isPlatformSupported:\x20'+_0x37928d['message']),![];}}[a80_0x2ed92c(0x348)](_0x44492a=[],_0x15876e,_0x3e4f02='cucumber'){const _0x269461=a80_0x2ed92c,_0x3461db={'sYufk':function(_0x155542,_0x3243b8){return _0x155542===_0x3243b8;},'muerj':_0x269461(0x23b),'FLLCF':function(_0x45dac7,_0xac4370){return _0x45dac7||_0xac4370;},'NhXAH':function(_0x2754f5,_0x5b43f0){return _0x2754f5===_0x5b43f0;},'mtWoV':function(_0x1abe8c,_0x32b34f){return _0x1abe8c&&_0x32b34f;},'RygJS':_0x269461(0x224),'caFNl':function(_0x1d1a28,_0x52aee6){return _0x1d1a28===_0x52aee6;},'DNoEJ':function(_0x8af4f7,_0xce4bc4){return _0x8af4f7(_0xce4bc4);},'FBkhQ':function(_0x44e348,_0x120887){return _0x44e348>_0x120887;},'csBuE':function(_0x4501ce,_0x5c5506){return _0x4501ce&&_0x5c5506;}};try{const _0x2c83db=process[_0x269461(0x219)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0x269461(0x1ce)](process[_0x269461(0x219)][_0x269461(0x1e8)]):null;if(!_0x2c83db)return!![];const _0x126bf9=Array['isArray'](_0x2c83db[_0x269461(0x312)])?_0x2c83db['includeTagsInTestingScope']:[],_0x264a6d=Array[_0x269461(0x2d8)](_0x2c83db[_0x269461(0x1d2)])?_0x2c83db[_0x269461(0x1d2)]:[];if(_0x3461db['sYufk'](_0x3e4f02,_0x3461db[_0x269461(0x2c2)])){let _0x23a202;Array[_0x269461(0x2d8)](_0x44492a)?_0x23a202=_0x44492a[_0x269461(0x207)]('\x20'):_0x23a202=_0x3461db['FLLCF'](_0x44492a,'');const _0x5af3d1=_0x264a6d['some'](_0x175af4=>_0x23a202['includes'](_0x175af4)),_0x5456b6=_0x3461db['NhXAH'](_0x126bf9[_0x269461(0x36c)],0x0)||_0x126bf9[_0x269461(0x23d)](_0x48be92=>_0x23a202[_0x269461(0x201)](_0x48be92)),_0x399b9d=_0x3461db[_0x269461(0x1ec)](!_0x5af3d1,_0x5456b6);return logger[_0x269461(0x1ee)](_0x269461(0x2f7)+(_0x15876e?.['getPlatformIndex']?.()||_0x3461db[_0x269461(0x234)])+_0x269461(0x35b)+_0x399b9d+_0x269461(0x24a)+_0x23a202+_0x269461(0x1b3)+JSON[_0x269461(0x33a)](_0x126bf9)+',\x20excludeTags='+JSON[_0x269461(0x33a)](_0x264a6d)),_0x399b9d;}const _0x1f3d64=Array['isArray'](_0x44492a)?_0x44492a:[];let _0x2dd393=![],_0x1aa1c5=_0x3461db[_0x269461(0x1c7)](_0x126bf9[_0x269461(0x36c)],0x0);const _0x37ee21=_0x4fedf2=>typeof _0x4fedf2===_0x269461(0x260)?_0x4fedf2[_0x269461(0x1d8)](/^@/,'')[_0x269461(0x1e1)]()[_0x269461(0x1fd)]():_0x4fedf2,_0x54822b=new Set(_0x126bf9[_0x269461(0x20b)](_0x37ee21)),_0x395b00=new Set(_0x264a6d[_0x269461(0x20b)](_0x37ee21));for(const _0x2c7935 of _0x1f3d64){const _0x18449f=_0x3461db[_0x269461(0x302)](_0x37ee21,_0x2c7935);_0x395b00[_0x269461(0x1fe)](_0x18449f)&&(_0x2dd393=!![]),_0x3461db[_0x269461(0x218)](_0x54822b[_0x269461(0x256)],0x0)&&_0x54822b[_0x269461(0x1fe)](_0x18449f)&&(_0x1aa1c5=!![]);}const _0x3d812a=_0x3461db[_0x269461(0x325)](_0x1aa1c5,!_0x2dd393);return logger['debug'](_0x269461(0x2f7)+(_0x15876e?.[_0x269461(0x1af)]?.()||_0x3461db[_0x269461(0x234)])+_0x269461(0x220)+_0x3d812a+_0x269461(0x34f)+JSON[_0x269461(0x33a)](_0x1f3d64)+',\x20includeTags='+JSON['stringify'](_0x126bf9)+_0x269461(0x1d4)+JSON[_0x269461(0x33a)](_0x264a6d)),_0x3d812a;}catch(_0x268f99){return logger['debug']('[platform\x20-\x20'+(_0x15876e?.[_0x269461(0x1af)]?.()||_0x3461db[_0x269461(0x234)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x268f99[_0x269461(0x292)]),![];}}async[a80_0x2ed92c(0x2a8)](_0x285641){const _0x299ab0=a80_0x2ed92c,_0x328265={};_0x328265['HZqrO']=function(_0x4ca845,_0x26dc92){return _0x4ca845!==_0x26dc92;},_0x328265[_0x299ab0(0x238)]=_0x299ab0(0x1e7),_0x328265[_0x299ab0(0x2d0)]=_0x299ab0(0x23b),_0x328265[_0x299ab0(0x321)]=_0x299ab0(0x264),_0x328265[_0x299ab0(0x1ca)]=_0x299ab0(0x23e),_0x328265['oLcpH']=_0x299ab0(0x23a),_0x328265[_0x299ab0(0x1bf)]=_0x299ab0(0x1cb),_0x328265['kAExk']=_0x299ab0(0x265),_0x328265[_0x299ab0(0x1df)]=function(_0x10fca2,_0x28a32a){return _0x10fca2===_0x28a32a;},_0x328265[_0x299ab0(0x244)]=_0x299ab0(0x1c8),_0x328265[_0x299ab0(0x32d)]=_0x299ab0(0x21c),_0x328265['KPbdt']=function(_0x48deca,_0x764e){return _0x48deca>_0x764e;},_0x328265[_0x299ab0(0x31f)]=_0x299ab0(0x26d),_0x328265[_0x299ab0(0x1b8)]=_0x299ab0(0x1f1),_0x328265[_0x299ab0(0x369)]=function(_0x170768,_0x4c75a2){return _0x170768&&_0x4c75a2;},_0x328265[_0x299ab0(0x343)]='unknown',_0x328265['BcWzI']=_0x299ab0(0x1da);const _0x4f940a=_0x328265;if(_0x4f940a['HZqrO'](_0x285641['testFramework'],_0x4f940a['umAWZ'])&&_0x4f940a['HZqrO'](_0x285641[_0x299ab0(0x285)],_0x4f940a[_0x299ab0(0x2d0)])){logger[_0x299ab0(0x1ee)](_0x4f940a[_0x299ab0(0x321)]);return;}logger['info'](_0x299ab0(0x1c3)+JSON[_0x299ab0(0x33a)](_0x285641));try{const _0x57e52f=AutomationFramework[_0x299ab0(0x1d9)](),_0xab305d=TestFramework[_0x299ab0(0x1d9)](),_0x13f4e0=_0x285641[_0x299ab0(0x304)]||global[_0x299ab0(0x269)]?.[_0x299ab0(0x300)]||null;if(!_0x13f4e0){_0xab305d&&_0xab305d[_0x299ab0(0x212)](_0x4f940a[_0x299ab0(0x1ca)],!![]);logger[_0x299ab0(0x1ee)](_0x4f940a[_0x299ab0(0x1b5)]);return;}logger[_0x299ab0(0x1ee)](_0x4f940a[_0x299ab0(0x1bf)]);const _0x2a4c63=_0xab305d?.[_0x299ab0(0x275)](_0x4f940a[_0x299ab0(0x32b)],![]),_0x5a33a5=_0xab305d?.[_0x299ab0(0x275)](_0x4f940a[_0x299ab0(0x1ca)],![]);if(_0x4f940a[_0x299ab0(0x1df)](_0x2a4c63,![])&&_0x4f940a['yHjbI'](_0x5a33a5,![])){_0xab305d&&_0xab305d['updateData'](_0x4f940a[_0x299ab0(0x32b)],!![]);logger[_0x299ab0(0x1ee)](_0x4f940a['phbSw']);return;}_0xab305d&&_0xab305d['updateData'](_0x4f940a[_0x299ab0(0x1ca)],!![]);let _0x1134a1,_0xfa2c2a;const _0x13be6f=_0x285641[_0x299ab0(0x285)]||_0x4f940a[_0x299ab0(0x238)];if(_0x4f940a['yHjbI'](_0x13be6f,_0x4f940a[_0x299ab0(0x2d0)])){_0xfa2c2a=_0x285641[_0x299ab0(0x2f2)]?.[_0x299ab0(0x368)]||_0x285641[_0x299ab0(0x2f2)]?.['id']||global[_0x299ab0(0x2b7)]||global[_0x299ab0(0x269)]?.[_0x299ab0(0x204)]?.[_0x299ab0(0x368)]||global['__workerDetails']?.[_0x299ab0(0x204)]?.['id'];const _0x9ea8bb=_0xab305d?.['getAllData']()?.[_0x299ab0(0x2b2)](_0xfa2c2a);if(_0x9ea8bb&&_0x9ea8bb[TestFrameworkConstants[_0x299ab0(0x225)]])_0x1134a1=_0x9ea8bb[TestFrameworkConstants[_0x299ab0(0x225)]];else{if(_0x285641[_0x299ab0(0x2f2)]?.[_0x299ab0(0x29b)])_0x1134a1=_0x285641[_0x299ab0(0x2f2)]['titlePath'];else global['__workerDetails']?.['currentTest']?.['testInfo']?.[_0x299ab0(0x29b)]?_0x1134a1=global['__workerDetails'][_0x299ab0(0x204)][_0x299ab0(0x2f2)][_0x299ab0(0x29b)]:_0x1134a1=_0x4f940a[_0x299ab0(0x32d)];}logger[_0x299ab0(0x1ee)](_0x299ab0(0x31e)+_0xfa2c2a+_0x299ab0(0x24a)+JSON[_0x299ab0(0x33a)](_0x1134a1));}else{_0xfa2c2a=this['getTestId'](_0x285641);const _0x712800=TestInfo[_0x299ab0(0x34a)](_0xfa2c2a);let _0x52cbd7=[];if(_0x712800&&Array[_0x299ab0(0x2d8)](_0x712800[_0x299ab0(0x1f1)])&&_0x4f940a['KPbdt'](_0x712800[_0x299ab0(0x1f1)][_0x299ab0(0x36c)],0x0))_0x52cbd7=_0x712800[_0x299ab0(0x1f1)];else{if(_0xab305d){const _0x1de799=_0x4f940a[_0x299ab0(0x1df)](typeof _0xab305d['getData'],_0x4f940a[_0x299ab0(0x31f)])?_0xab305d[_0x299ab0(0x275)](_0x4f940a[_0x299ab0(0x1b8)],[]):_0xab305d['test_tags']||[];Array['isArray'](_0x1de799)&&(_0x52cbd7=_0x1de799);}}_0x1134a1=_0x52cbd7;}logger['info'](_0x299ab0(0x1b7)+JSON['stringify'](_0x1134a1));const _0x2ab754=this[_0x299ab0(0x2ea)](_0x57e52f,_0x285641[_0x299ab0(0x26a)],_0x285641[_0x299ab0(0x217)]);logger['debug'](_0x299ab0(0x223)+_0x2ab754+_0x299ab0(0x23c)+this[_0x299ab0(0x2cd)]);const _0x2cec52=this[_0x299ab0(0x348)](_0x1134a1,_0x57e52f,_0x13be6f),_0x1a47d9=_0x4f940a[_0x299ab0(0x369)](_0x2ab754,_0x2cec52),_0x4f2fa2=CLIUtils[_0x299ab0(0x1d0)]();this[_0x299ab0(0x311)]['set'](_0x4f2fa2,_0x1a47d9),global[_0x299ab0(0x36e)]?.[_0x299ab0(0x31d)]&&global[_0x299ab0(0x36e)]['getContext']()['setShouldScan'](_0x1a47d9),logger[_0x299ab0(0x1ee)](_0x299ab0(0x2f7)+(_0x57e52f?.[_0x299ab0(0x1af)]?.()||_0x4f940a['MzOdY'])+_0x299ab0(0x2db)+_0x1a47d9),_0x1a47d9?(global['accessibilityPlatform']=!![],process['env'][_0x299ab0(0x2df)]=_0x4f940a[_0x299ab0(0x1d7)],this[_0x299ab0(0x291)]()):global[_0x299ab0(0x268)]=![];}catch(_0x1b2825){logger['error'](_0x299ab0(0x1bc)+(_0x1b2825['stack']||_0x1b2825['message']));const _0x302207=CLIUtils['getCurrentInstanceName']();this[_0x299ab0(0x311)][_0x299ab0(0x21a)](_0x302207,![]),global['accessibilityPlatform']=![];}}[a80_0x2ed92c(0x28b)](){const _0x39a2b9=a80_0x2ed92c;return this['capabilities'][_0x39a2b9(0x251)](_0xd4c075=>_0xd4c075[_0x39a2b9(0x2ec)]()===_0x39a2b9(0x2f4))?.[_0x39a2b9(0x2dd)]()||'';}['getCapabilityValue'](_0x180861){const _0xcd036e=a80_0x2ed92c;try{const _0x58627f=this[_0xcd036e(0x240)]?.[_0xcd036e(0x231)]?.[_0xcd036e(0x371)]||[],_0x54b569=_0x58627f['find'](_0x33d778=>_0x33d778['name']===_0x180861);return _0x54b569?_0x54b569['value']:null;}catch(_0x1046c3){return logger[_0xcd036e(0x1ee)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x180861+':\x20'+_0x1046c3[_0xcd036e(0x292)]),null;}}async[a80_0x2ed92c(0x2ce)](_0x4fb0e2,_0x3f2f15){const _0x171f19=a80_0x2ed92c,_0x51cce0=_0x4fb0e2[_0x171f19(0x1bd)]()[_0x171f19(0x2d3)](),_0x3e3a84=_0x51cce0[_0x171f19(0x1b9)](),_0xee0698=_0x51cce0[_0x171f19(0x270)]()?.[_0x171f19(0x25d)]();scripts[_0x171f19(0x250)](_0x3e3a84,_0xee0698),scripts[_0x171f19(0x271)]();const _0x3f4a2a=_0x51cce0[_0x171f19(0x2fa)]();this['capabilities']=_0x51cce0[_0x171f19(0x2fa)](),await this[_0x171f19(0x22d)](_0x3f4a2a,_0x3f2f15['launchCaps']);}async[a80_0x2ed92c(0x22d)](_0x940d55,_0xc347ef={}){const _0x37a89d=a80_0x2ed92c,_0x3b4cb1={};_0x3b4cb1[_0x37a89d(0x262)]=function(_0x401d47,_0x5bc520){return _0x401d47===_0x5bc520;},_0x3b4cb1[_0x37a89d(0x205)]=_0x37a89d(0x276),_0x3b4cb1[_0x37a89d(0x1f4)]=_0x37a89d(0x313),_0x3b4cb1[_0x37a89d(0x1ef)]=function(_0x1010a5,_0x1e8812){return _0x1010a5===_0x1e8812;},_0x3b4cb1[_0x37a89d(0x2e4)]=_0x37a89d(0x356),_0x3b4cb1[_0x37a89d(0x2ae)]=_0x37a89d(0x1ad),_0x3b4cb1['ZVyLx']=function(_0x1573da,_0x2a0d0e){return _0x1573da===_0x2a0d0e;},_0x3b4cb1[_0x37a89d(0x32f)]=_0x37a89d(0x34b),_0x3b4cb1[_0x37a89d(0x1dc)]=_0x37a89d(0x315),_0x3b4cb1[_0x37a89d(0x336)]=function(_0x365b1d,_0x51c062){return _0x365b1d===_0x51c062;},_0x3b4cb1[_0x37a89d(0x2bf)]=_0x37a89d(0x1c4),_0x3b4cb1[_0x37a89d(0x2fe)]=_0x37a89d(0x354);const _0x393937=_0x3b4cb1;global[_0x37a89d(0x229)]=global[_0x37a89d(0x229)]||{};for(const _0x55a672 of _0x940d55){logger[_0x37a89d(0x324)]('name:\x20'+_0x55a672['getName']()+_0x37a89d(0x2f9)+_0x55a672[_0x37a89d(0x2dd)]());if(_0x393937[_0x37a89d(0x262)](_0x55a672[_0x37a89d(0x2ec)](),_0x393937['NEyky']))process[_0x37a89d(0x219)][_0x37a89d(0x306)]=_0x55a672[_0x37a89d(0x2dd)](),global[_0x37a89d(0x229)][_0x393937[_0x37a89d(0x1f4)]]=_0x55a672['getValue']();else{if(_0x393937['UOYMZ'](_0x55a672[_0x37a89d(0x2ec)](),_0x393937['NDoZO']))global[_0x37a89d(0x229)][_0x393937[_0x37a89d(0x2ae)]]=_0x55a672['getValue']();else{if(_0x393937[_0x37a89d(0x1e0)](_0x55a672[_0x37a89d(0x2ec)](),_0x393937[_0x37a89d(0x32f)]))global[_0x37a89d(0x229)][_0x393937[_0x37a89d(0x1dc)]]=_0x55a672['getValue']();else _0x393937[_0x37a89d(0x336)](_0x55a672[_0x37a89d(0x2ec)](),_0x393937[_0x37a89d(0x2bf)])&&(global[_0x37a89d(0x229)][_0x393937[_0x37a89d(0x2fe)]]=_0x55a672['getValue']());}}}}async[a80_0x2ed92c(0x328)](_0xb826c0){const _0x406cd1=a80_0x2ed92c,_0x2827ae={};_0x2827ae['GDsGO']=function(_0x260d61,_0x4de867){return _0x260d61!==_0x4de867;},_0x2827ae['rQZsq']=_0x406cd1(0x1e7),_0x2827ae[_0x406cd1(0x33f)]=_0x406cd1(0x23b),_0x2827ae[_0x406cd1(0x351)]='onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x2827ae[_0x406cd1(0x2fd)]=_0x406cd1(0x224);const _0x2899c2=_0x2827ae;if(_0x2899c2['GDsGO'](_0xb826c0['testFramework'],_0x2899c2[_0x406cd1(0x2c7)])&&_0x2899c2[_0x406cd1(0x259)](_0xb826c0[_0x406cd1(0x285)],_0x2899c2[_0x406cd1(0x33f)])){logger[_0x406cd1(0x1ee)](_0x2899c2[_0x406cd1(0x351)]);return;}const _0x3c1de3=_0xb826c0[_0x406cd1(0x2f2)]?.[_0x406cd1(0x368)]||_0xb826c0[_0x406cd1(0x2f2)]?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x406cd1(0x324)](_0x406cd1(0x21d)+_0xb826c0[_0x406cd1(0x285)]+_0x406cd1(0x2fc)+_0x3c1de3);try{const _0x4a2164=_0xb826c0[_0x406cd1(0x366)]||AutomationFramework[_0x406cd1(0x1d9)](),_0xc4eaa8=CLIUtils['getCurrentInstanceName'](),_0x25bd57=this[_0x406cd1(0x26f)]();logger['debug'](_0x406cd1(0x2f7)+(_0x4a2164?.[_0x406cd1(0x1af)]?.()||_0x2899c2[_0x406cd1(0x2fd)])+_0x406cd1(0x257)+_0x25bd57),_0x25bd57&&await this[_0x406cd1(0x2e1)](_0x4a2164,_0xb826c0),this[_0x406cd1(0x311)]['delete'](_0xc4eaa8),this['LOG_DISABLED_SHOWN'][_0x406cd1(0x309)](_0xc4eaa8);}catch(_0x1eb38d){logger[_0x406cd1(0x29e)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x1eb38d[_0x406cd1(0x1c9)]||_0x1eb38d[_0x406cd1(0x292)]));}}async[a80_0x2ed92c(0x2e1)](_0x4f0cdc,_0x2d4af0){const _0x375dfc=a80_0x2ed92c,_0x2be5d4={};_0x2be5d4['KIKIA']=function(_0x443c89,_0x72c919){return _0x443c89===_0x72c919;},_0x2be5d4[_0x375dfc(0x252)]=_0x375dfc(0x26d),_0x2be5d4[_0x375dfc(0x1d5)]=function(_0x4a9b4e,_0x1c18cc){return _0x4a9b4e===_0x1c18cc;},_0x2be5d4[_0x375dfc(0x2ba)]=_0x375dfc(0x23b),_0x2be5d4['SrGxa']='cucumber',_0x2be5d4[_0x375dfc(0x332)]=function(_0x30e640,_0x493045){return _0x30e640===_0x493045;},_0x2be5d4['AQYsz']=_0x375dfc(0x2d7),_0x2be5d4['vMTef']=_0x375dfc(0x311),_0x2be5d4[_0x375dfc(0x289)]=_0x375dfc(0x247),_0x2be5d4['gibKa']=_0x375dfc(0x224),_0x2be5d4['EfzQI']='present',_0x2be5d4['DhpQf']=_0x375dfc(0x2af),_0x2be5d4[_0x375dfc(0x353)]=function(_0x43f62f,_0x41f4cb){return _0x43f62f||_0x41f4cb;},_0x2be5d4['JVvZQ']=function(_0x33c94f,_0x34cf50){return _0x33c94f||_0x34cf50;},_0x2be5d4[_0x375dfc(0x28d)]=function(_0x4159c9,_0xfa8e90){return _0x4159c9||_0xfa8e90;},_0x2be5d4[_0x375dfc(0x1a9)]='AUTOMATION_SESSIONS',_0x2be5d4[_0x375dfc(0x2c9)]=_0x375dfc(0x236);const _0x1cf322=_0x2be5d4;try{const _0x5a0682=_0x2d4af0['testFramework']||(_0x1cf322[_0x375dfc(0x1d5)](this[_0x375dfc(0x27b)]?.[_0x375dfc(0x227)]?.[_0x375dfc(0x1e1)](),_0x1cf322['RWDBO'])?_0x1cf322[_0x375dfc(0x2ba)]:_0x1cf322[_0x375dfc(0x303)]);let _0x1f2939='',_0x3179a3=null,_0x40b482=null;if(_0x1cf322[_0x375dfc(0x332)](_0x5a0682,_0x1cf322[_0x375dfc(0x2ba)])){_0x3179a3=_0x2d4af0[_0x375dfc(0x2f2)]?.['testAnalyticsId']||_0x2d4af0[_0x375dfc(0x2f2)]?.['id']||global[_0x375dfc(0x2b7)];if(!_0x3179a3){logger[_0x375dfc(0x293)](_0x1cf322[_0x375dfc(0x213)]);return;}try{const _0x509dcc=await GrpcClient[_0x375dfc(0x1f6)]()[_0x375dfc(0x2cc)](process[_0x375dfc(0x219)][_0x375dfc(0x2d1)],_0x1cf322['vMTef'],_0x1cf322[_0x375dfc(0x289)],_0x3179a3),_0x5d7fba=AccessibilityModule[_0x375dfc(0x22b)](null,_0x509dcc);_0x1f2939=_0x5d7fba?.[_0x375dfc(0x298)]||'',logger[_0x375dfc(0x1ee)](_0x375dfc(0x35c)+_0x1f2939+_0x375dfc(0x2f8)+_0x3179a3),_0x40b482=_0x509dcc;}catch(_0x28590d){logger[_0x375dfc(0x29e)](_0x375dfc(0x27d)+_0x28590d[_0x375dfc(0x292)]);return;}}else{const _0x25d005=this[_0x375dfc(0x200)](_0x2d4af0);_0x1f2939=TestInfo['getTestUUID'](_0x25d005);}const _0x20df39=((()=>{const _0x55d304=_0x375dfc,_0x580053=(this[_0x55d304(0x240)]?.[_0x55d304(0x231)]?.[_0x55d304(0x371)]||[])['find'](_0x51d54d=>(typeof _0x51d54d[_0x55d304(0x2ec)]==='function'?_0x51d54d[_0x55d304(0x2ec)]():_0x51d54d[_0x55d304(0x227)])===this[_0x55d304(0x263)]);return _0x580053?_0x1cf322['KIKIA'](typeof _0x580053[_0x55d304(0x2dd)],_0x1cf322[_0x55d304(0x252)])?_0x580053[_0x55d304(0x2dd)]():_0x580053[_0x55d304(0x364)]:'';})()),_0x505468=process[_0x375dfc(0x219)][_0x375dfc(0x355)]||'';logger[_0x375dfc(0x1ee)](_0x375dfc(0x2f7)+(_0x4f0cdc?.[_0x375dfc(0x1af)]?.()||_0x1cf322[_0x375dfc(0x282)])+_0x375dfc(0x2ef)+_0x1f2939+_0x375dfc(0x33b)+_0x20df39+_0x375dfc(0x278)+(_0x505468?_0x1cf322['EfzQI']:_0x1cf322['DhpQf']));let _0x19b591;if(_0x1cf322['KIKIA'](_0x5a0682,_0x1cf322[_0x375dfc(0x2ba)]))_0x19b591=AccessibilityModule[_0x375dfc(0x22b)](_0x1f2939,_0x40b482);else{const _0xd1739e=await GrpcClient[_0x375dfc(0x1f6)]()[_0x375dfc(0x2cc)](process[_0x375dfc(0x219)][_0x375dfc(0x2d1)],_0x1cf322[_0x375dfc(0x1ae)],_0x1cf322[_0x375dfc(0x289)]);_0x19b591=AccessibilityModule[_0x375dfc(0x22b)](_0x1f2939,_0xd1739e);}logger[_0x375dfc(0x1ee)](_0x375dfc(0x359)+JSON['stringify'](_0x19b591));const _0xcb587c=Object['assign']({},{'thTestRunUuid':_0x1cf322[_0x375dfc(0x353)](_0x1f2939,''),'thBuildUuid':_0x1cf322[_0x375dfc(0x27e)](_0x20df39,''),'thJwtToken':_0x1cf322[_0x375dfc(0x28d)](_0x505468,'')},_0x19b591);logger[_0x375dfc(0x1ee)](_0x375dfc(0x2a9)+_0x1f2939+',\x20isAppAccessibility='+this[_0x375dfc(0x2cd)]);let _0x4cca2e=global['__workerDetails']?.[_0x375dfc(0x300)]||null;!_0x4cca2e&&(_0x4cca2e=AutomationFramework['getState'](_0x4f0cdc,_0x1cf322[_0x375dfc(0x1a9)],null)),!_0x4cca2e&&(_0x4cca2e=AutomationFramework[_0x375dfc(0x299)](_0x4f0cdc,_0x1cf322[_0x375dfc(0x2c9)],null)),await this[_0x375dfc(0x295)](this[_0x375dfc(0x26f)](),_0x1f2939,_0x4cca2e,_0xcb587c,this[_0x375dfc(0x2cd)]);}catch(_0x444f4a){logger['error'](_0x375dfc(0x2c8)+(_0x444f4a[_0x375dfc(0x1c9)]||_0x444f4a[_0x375dfc(0x292)]));}}async['finishScanningForCli'](_0x2b8450,_0x13fcc7,_0x517fd2,_0x587672,_0x1513f7){const _0x550487=a80_0x2ed92c,_0x310c1a={};_0x310c1a[_0x550487(0x1fa)]=_0x550487(0x247),_0x310c1a['lumpc']=function(_0x26516e,_0x159f0b){return _0x26516e&&_0x159f0b;},_0x310c1a['QFrqk']='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x310c1a[_0x550487(0x1f3)]=function(_0xbc7c5a,_0x1f6467){return _0xbc7c5a===_0x1f6467;},_0x310c1a[_0x550487(0x249)]=_0x550487(0x2af),_0x310c1a[_0x550487(0x334)]=function(_0x218d81,_0xb8a901){return _0x218d81===_0xb8a901;},_0x310c1a[_0x550487(0x235)]=_0x550487(0x34e),_0x310c1a[_0x550487(0x28e)]=_0x550487(0x1bb),_0x310c1a[_0x550487(0x337)]='afterTestHook',_0x310c1a[_0x550487(0x202)]=_0x550487(0x2c1),_0x310c1a[_0x550487(0x35f)]=function(_0x8ed9eb,_0xc746a8){return _0x8ed9eb&&_0xc746a8;},_0x310c1a[_0x550487(0x21f)]=_0x550487(0x33d),_0x310c1a[_0x550487(0x35d)]=_0x550487(0x216),_0x310c1a[_0x550487(0x2ff)]=_0x550487(0x1b2);const _0x49b293=_0x310c1a;try{const _0x12ed9b=this['getScriptByName'](_0x49b293['pufZG']);if(_0x49b293['lumpc'](!_0x1513f7,!_0x12ed9b)){logger[_0x550487(0x1ee)](_0x49b293['QFrqk']);return;}if(!_0x13fcc7||_0x49b293[_0x550487(0x1f3)](_0x13fcc7,_0x49b293[_0x550487(0x249)])||_0x49b293['pOUFy'](_0x13fcc7,'')){logger[_0x550487(0x1ee)](_0x49b293[_0x550487(0x235)]);return;}logger[_0x550487(0x1ee)](_0x550487(0x314)+JSON[_0x550487(0x33a)](_0x587672)),_0x2b8450&&(logger['debug'](_0x49b293[_0x550487(0x28e)]),await this[_0x550487(0x1e2)](_0x517fd2,_0x13fcc7,_0x49b293[_0x550487(0x337)],_0x587672,_0x1513f7,_0x49b293[_0x550487(0x202)]),_0x49b293['PGTzE'](!_0x1513f7,_0x12ed9b)&&(logger[_0x550487(0x1ee)](_0x49b293[_0x550487(0x21f)]),await PerformanceTester[_0x550487(0x20f)](_0x49b293[_0x550487(0x35d)],async()=>{const _0x4d9d87=_0x550487;await this[_0x4d9d87(0x1e2)](_0x517fd2,_0x13fcc7,_0x49b293[_0x4d9d87(0x1fa)],_0x587672,_0x1513f7,_0x49b293[_0x4d9d87(0x1fa)]);})()),logger[_0x550487(0x324)](_0x49b293[_0x550487(0x2ff)]));}catch(_0x18e9eb){logger[_0x550487(0x29e)](_0x550487(0x308)+(_0x18e9eb[_0x550487(0x1c9)]||_0x18e9eb[_0x550487(0x292)]));}}async[a80_0x2ed92c(0x22a)](_0x4ef006){const _0x50f0ff=a80_0x2ed92c,_0xed6561={};_0xed6561[_0x50f0ff(0x322)]=function(_0x5d7686,_0x2a9663){return _0x5d7686!==_0x2a9663;},_0xed6561['hBEPI']=_0x50f0ff(0x1e7),_0xed6561['kpyjE']=function(_0x4229de,_0xa8305c){return _0x4229de!==_0xa8305c;},_0xed6561[_0x50f0ff(0x29c)]=_0x50f0ff(0x23b),_0xed6561[_0x50f0ff(0x1c0)]=_0x50f0ff(0x2da),_0xed6561['vGJWc']=_0x50f0ff(0x224),_0xed6561[_0x50f0ff(0x1c5)]=_0x50f0ff(0x26c),_0xed6561['iDrCn']=function(_0x186ecf,_0x49cfa2){return _0x186ecf===_0x49cfa2;},_0xed6561[_0x50f0ff(0x25e)]=_0x50f0ff(0x34c),_0xed6561[_0x50f0ff(0x221)]=_0x50f0ff(0x311),_0xed6561[_0x50f0ff(0x331)]=_0x50f0ff(0x2b4),_0xed6561['mgIbY']=_0x50f0ff(0x297),_0xed6561['onXEo']=_0x50f0ff(0x1e6),_0xed6561[_0x50f0ff(0x361)]='scan',_0xed6561[_0x50f0ff(0x31c)]='null';const _0x2b4be2=_0xed6561;if(_0x2b4be2[_0x50f0ff(0x322)](_0x4ef006[_0x50f0ff(0x285)],_0x2b4be2[_0x50f0ff(0x2e3)])&&_0x2b4be2[_0x50f0ff(0x335)](_0x4ef006['testFramework'],_0x2b4be2['eNByB'])){logger['debug'](_0x2b4be2[_0x50f0ff(0x1c0)]);return;}logger['debug'](_0x50f0ff(0x27a)+(_0x4ef006['commandName']||_0x2b4be2['vGJWc'])+',\x20framework='+_0x4ef006[_0x50f0ff(0x285)]);try{const _0x5ef2fc=_0x4ef006[_0x50f0ff(0x366)]||AutomationFramework[_0x50f0ff(0x1d9)](),_0x4972e9=TestFramework[_0x50f0ff(0x1d9)](),_0x20607b=_0x4ef006[_0x50f0ff(0x2d4)]||_0x4ef006[_0x50f0ff(0x310)]?.[_0x50f0ff(0x2ec)]();if(!_0x20607b){logger[_0x50f0ff(0x1ee)](_0x2b4be2[_0x50f0ff(0x1c5)]);return;}if(!this[_0x50f0ff(0x26f)]()){logger[_0x50f0ff(0x1ee)](_0x50f0ff(0x272)+_0x20607b);return;}if(!this['shouldScanForCommand'](_0x20607b)){logger[_0x50f0ff(0x1ee)](_0x50f0ff(0x1f9)+_0x20607b+_0x50f0ff(0x2f1));return;}const _0x347310=_0x4ef006[_0x50f0ff(0x304)]||global[_0x50f0ff(0x269)]?.[_0x50f0ff(0x300)];if(!_0x347310){logger[_0x50f0ff(0x1ee)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x20607b);return;}let _0x58588a='',_0x135da5=null;if(_0x2b4be2[_0x50f0ff(0x210)](_0x4ef006['testFramework'],_0x2b4be2[_0x50f0ff(0x29c)])){_0x135da5=_0x4ef006[_0x50f0ff(0x2f2)]?.[_0x50f0ff(0x368)]||_0x4ef006[_0x50f0ff(0x2f2)]?.['id']||global[_0x50f0ff(0x2b7)];if(!_0x135da5){logger[_0x50f0ff(0x293)](_0x2b4be2['AChss']);return;}try{const _0x5c15fb=await GrpcClient[_0x50f0ff(0x1f6)]()[_0x50f0ff(0x2cc)](process['env'][_0x50f0ff(0x2d1)],_0x2b4be2['UiSEp'],_0x2b4be2[_0x50f0ff(0x331)],_0x135da5),_0x38f725=AccessibilityModule[_0x50f0ff(0x22b)](null,_0x5c15fb);_0x58588a=_0x38f725?.[_0x50f0ff(0x298)]||'',logger['debug'](_0x50f0ff(0x31b)+_0x58588a+_0x50f0ff(0x2f8)+_0x135da5);}catch(_0x3a9d0f){logger[_0x50f0ff(0x29e)](_0x50f0ff(0x2eb)+_0x3a9d0f[_0x50f0ff(0x292)]);return;}}else _0x58588a=this[_0x50f0ff(0x1f7)](_0x2b4be2['mgIbY'])||'';const _0x548a2e=this[_0x50f0ff(0x1f7)](_0x2b4be2[_0x50f0ff(0x2be)])||this[_0x50f0ff(0x240)][this[_0x50f0ff(0x263)]]||null,_0x4dc681=process[_0x50f0ff(0x219)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x6f872d=this[_0x50f0ff(0x239)](_0x20607b,_0x58588a,_0x548a2e,_0x4dc681),_0x54f4f2=_0x2b4be2['iDrCn'](_0x4ef006[_0x50f0ff(0x285)],_0x2b4be2[_0x50f0ff(0x29c)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x2b4be2[_0x50f0ff(0x361)],_0x58588a,_0x135da5):await AccessibilityModule[_0x50f0ff(0x2b3)](_0x2b4be2[_0x50f0ff(0x361)],_0x58588a);logger['info'](_0x50f0ff(0x30c)+(_0x6f872d?JSON[_0x50f0ff(0x33a)](_0x6f872d):_0x2b4be2['rOFyV']));const _0x2a55df=CLIUtils[_0x50f0ff(0x2a7)](_0x6f872d,_0x54f4f2);logger['info'](_0x50f0ff(0x28a)+(_0x2a55df?JSON[_0x50f0ff(0x33a)](_0x2a55df):_0x2b4be2[_0x50f0ff(0x31c)])),logger[_0x50f0ff(0x1ee)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x20607b);const _0x3a542b=await this['performScanForCli'](_0x347310,_0x58588a,_0x20607b,_0x2a55df,this[_0x50f0ff(0x2cd)]);logger[_0x50f0ff(0x1ee)](_0x50f0ff(0x342)+_0x20607b+_0x50f0ff(0x21e)+_0x3a542b);}catch(_0x19747b){logger['error'](_0x50f0ff(0x246)+(_0x19747b['stack']||_0x19747b[_0x50f0ff(0x292)]));}}[a80_0x2ed92c(0x345)](){const _0x33c539=a80_0x2ed92c;return this[_0x33c539(0x26f)]();}[a80_0x2ed92c(0x2e7)](_0x1eee6c){const _0x256c2b=a80_0x2ed92c,_0x5b2d85=CLIUtils[_0x256c2b(0x1d0)]();this['accessibility'][_0x256c2b(0x21a)](_0x5b2d85,_0x1eee6c);}async['initAccessibilityConfig'](_0x2879eb){const _0x3d6285=a80_0x2ed92c,_0x3365a1={};_0x3365a1[_0x3d6285(0x1f8)]=_0x3d6285(0x224);const _0x17be14=_0x3365a1;try{const _0x34300d=_0x2879eb['instance']||AutomationFramework[_0x3d6285(0x1d9)](),_0x21836d=_0x34300d?.['getData']?.()?.['get']?.(this['KEY_INIT'])||![];if(_0x21836d)return;PerformanceTester[_0x3d6285(0x1b1)](EVENTS[_0x3d6285(0x36f)]);const _0x177ac8=await GrpcClient[_0x3d6285(0x1f6)]()[_0x3d6285(0x2a3)](_0x2879eb);_0x177ac8&&_0x177ac8[_0x3d6285(0x1bd)]&&_0x177ac8[_0x3d6285(0x1bd)]()&&_0x177ac8[_0x3d6285(0x1bd)]()[_0x3d6285(0x329)]()?(await this['loadAccessibilityConfig'](_0x177ac8,_0x2879eb),_0x34300d?.['getData']&&_0x34300d[_0x3d6285(0x275)]()[_0x3d6285(0x21a)](this['KEY_INIT'],!![]),logger[_0x3d6285(0x1ee)]('[platform\x20-\x20'+(_0x34300d?.['getPlatformIndex']?.()||_0x17be14[_0x3d6285(0x1f8)])+_0x3d6285(0x24d))):logger['debug'](_0x3d6285(0x2f7)+(_0x34300d?.['getPlatformIndex']?.()||_0x17be14[_0x3d6285(0x1f8)])+_0x3d6285(0x228)),PerformanceTester[_0x3d6285(0x352)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x325dba){PerformanceTester[_0x3d6285(0x352)](EVENTS[_0x3d6285(0x36f)],![],_0x325dba[_0x3d6285(0x292)]),logger[_0x3d6285(0x29e)](_0x3d6285(0x2e8)+(_0x325dba[_0x3d6285(0x1c9)]||_0x325dba[_0x3d6285(0x292)]));}}async['loadAccessibilityConfig'](_0xe416f3,_0x277eaa){const _0x367812=a80_0x2ed92c;await this[_0x367812(0x2ce)](_0xe416f3,_0x277eaa);const _0x3f1ace=_0xe416f3[_0x367812(0x1bd)]()[_0x367812(0x2d3)]();if(_0x3f1ace){const _0x34f3bb=_0xe416f3['getTesthub']&&_0xe416f3[_0x367812(0x2ee)]();_0x34f3bb&&(this[_0x367812(0x240)][this['KEY_TESTHUB_BUILD_ID']]=_0x34f3bb[_0x367812(0x255)]&&_0x34f3bb[_0x367812(0x255)]());}}['shouldScanForCommand'](_0x3a96f4){const _0x48fe24=a80_0x2ed92c,_0x22722f={};_0x22722f[_0x48fe24(0x349)]=function(_0xad314c,_0x5ba7f9){return _0xad314c===_0x5ba7f9;};const _0x347d60=_0x22722f;try{if(!_0x3a96f4)return![];const _0xe4cd24=this['accessibilityConfig']?.[_0x48fe24(0x231)]?.['commandsToWrap']?.[_0x48fe24(0x344)]||[],_0x4bc16c=_0xe4cd24[_0x48fe24(0x23d)](_0x536948=>{const _0x2df967=_0x48fe24;return _0x536948[_0x2df967(0x227)]&&_0x347d60[_0x2df967(0x349)](_0x536948[_0x2df967(0x227)][_0x2df967(0x1e1)](),_0x3a96f4[_0x2df967(0x1e1)]());});return logger['debug'](_0x48fe24(0x327)+_0x3a96f4+'\x20->\x20'+_0x4bc16c+_0x48fe24(0x2e9)+JSON[_0x48fe24(0x33a)](_0xe4cd24[_0x48fe24(0x20b)](_0x1d52e3=>_0x1d52e3[_0x48fe24(0x227)]))),_0x4bc16c;}catch(_0x570bd1){return logger[_0x48fe24(0x1ee)](_0x48fe24(0x1e5)+_0x570bd1[_0x48fe24(0x292)]),![];}}[a80_0x2ed92c(0x1fc)](_0x409c28){const _0x41f371=a80_0x2ed92c,_0x40c23f={};_0x40c23f[_0x41f371(0x286)]=function(_0x11ef6b,_0x1b50b4){return _0x11ef6b===_0x1b50b4;},_0x40c23f[_0x41f371(0x294)]=_0x41f371(0x260),_0x40c23f[_0x41f371(0x2d2)]=_0x41f371(0x347);const _0x509ccb=_0x40c23f,_0x2c68fa=_0x409c28['getScript']&&_0x409c28[_0x41f371(0x372)]();return _0x2c68fa&&_0x509ccb[_0x41f371(0x286)](typeof _0x2c68fa,_0x509ccb[_0x41f371(0x294)])&&_0x2c68fa[_0x41f371(0x201)](_0x509ccb[_0x41f371(0x2d2)]);}[a80_0x2ed92c(0x1f0)](_0x570f96){const _0x43d4a3=a80_0x2ed92c,_0x191179={};_0x191179['SSnMr']=function(_0x3265d6,_0x2d8395){return _0x3265d6!==_0x2d8395;},_0x191179[_0x43d4a3(0x307)]=_0x43d4a3(0x260),_0x191179['rPnFr']='accessibility',_0x191179[_0x43d4a3(0x36d)]='performScan',_0x191179[_0x43d4a3(0x25a)]='getResults',_0x191179[_0x43d4a3(0x24e)]='saveTestResults';const _0x57182f=_0x191179,_0xb4ce37=_0x570f96[_0x43d4a3(0x372)]&&_0x570f96[_0x43d4a3(0x372)]();if(!_0xb4ce37||_0x57182f[_0x43d4a3(0x25f)](typeof _0xb4ce37,_0x57182f['yEjCM']))return![];return _0xb4ce37[_0x43d4a3(0x201)](_0x57182f['rPnFr'])||_0xb4ce37['includes'](_0x57182f[_0x43d4a3(0x36d)])||_0xb4ce37['includes'](_0x57182f['xBexD'])||_0xb4ce37[_0x43d4a3(0x201)](_0x57182f['EzZSB']);}['getParamsForScanForCli'](_0x542b67,_0x1379ed,_0x1bdea2,_0x24cc4b){const _0x5bc116=a80_0x2ed92c,_0xfeebbe={};_0xfeebbe[_0x5bc116(0x36a)]=function(_0x169231,_0x1204d1){return _0x169231||_0x1204d1;},_0xfeebbe[_0x5bc116(0x2bd)]=function(_0x128546,_0x408477){return _0x128546||_0x408477;},_0xfeebbe[_0x5bc116(0x35e)]=function(_0x241ac0,_0x2d026b){return _0x241ac0||_0x2d026b;};const _0x406d0a=_0xfeebbe;return{'command':_0x542b67,'thTestRunUuid':_0x406d0a[_0x5bc116(0x36a)](_0x1379ed,''),'thBuildUuid':_0x406d0a[_0x5bc116(0x2bd)](_0x1bdea2,''),'thJwtToken':_0x406d0a[_0x5bc116(0x35e)](_0x24cc4b,''),'timestamp':new Date()['toISOString']()};}[a80_0x2ed92c(0x338)](_0x4fe68f){const _0x15b2f5=a80_0x2ed92c,_0x57658f={};_0x57658f[_0x15b2f5(0x35a)]=function(_0x3867ea,_0x484176){return _0x3867ea||_0x484176;};const _0x274cc8=_0x57658f;try{const _0xecf444=this[_0x15b2f5(0x240)]?.[_0x15b2f5(0x231)]?.[_0x15b2f5(0x232)]||[],_0x39018e=_0xecf444[_0x15b2f5(0x251)](_0x54bb35=>_0x54bb35[_0x15b2f5(0x227)]===_0x4fe68f);return _0x274cc8[_0x15b2f5(0x35a)](_0x39018e,null);}catch(_0xec0aef){return logger[_0x15b2f5(0x1ee)](_0x15b2f5(0x34d)+_0x4fe68f+':\x20'+_0xec0aef[_0x15b2f5(0x292)]),null;}}async[a80_0x2ed92c(0x2b8)](_0x519654,_0x435bdf,_0x59886b=null){const _0x16d582=a80_0x2ed92c,_0x50ae3c={'bUeCt':function(_0x3ee6d5,_0x45554f){return _0x3ee6d5(_0x45554f);},'WuafO':_0x16d582(0x222)};try{if(!_0x519654)return logger['debug'](_0x16d582(0x2a5)+_0x435bdf),null;const _0x42d4fa=this[_0x16d582(0x338)](_0x435bdf);if(!_0x42d4fa||!_0x42d4fa[_0x16d582(0x310)])return logger['debug'](_0x16d582(0x206)+_0x435bdf+_0x16d582(0x2a6)),null;logger[_0x16d582(0x1ee)](_0x16d582(0x1cd)+_0x435bdf+'\x20accessibility\x20script\x20on\x20page');const _0x90a194=_0x50ae3c[_0x16d582(0x32c)](require,_0x50ae3c[_0x16d582(0x30a)]),_0x4c4dd8=_0x59886b?await _0x90a194['browserStackEvaluate'](_0x519654,_0x42d4fa[_0x16d582(0x310)],_0x59886b):await _0x90a194['browserStackEvaluate'](_0x519654,_0x42d4fa[_0x16d582(0x310)]);return _0x4c4dd8;}catch(_0x4e5d16){return logger[_0x16d582(0x29e)](_0x16d582(0x226)+_0x435bdf+':\x20'+(_0x4e5d16[_0x16d582(0x1c9)]||_0x4e5d16[_0x16d582(0x292)])),null;}}async['performScanForCli'](_0x560ccf,_0x5972a9,_0x1bef45,_0x3d1d1e,_0x4657e9,_0xe3bec7='scan'){const _0x1db17e=a80_0x2ed92c,_0x345df8={'DvJEC':function(_0x4f93b5,_0x1bbba9){return _0x4f93b5===_0x1bbba9;},'GlDHi':'scan','JLKnB':function(_0x4cf66a,_0x5bf4b3){return _0x4cf66a(_0x5bf4b3);},'VeJTA':_0x1db17e(0x222)};try{logger['debug'](_0x1db17e(0x2e5)+_0x1bef45+'\x20using\x20script:\x20'+_0xe3bec7);const _0x4880b5=this[_0x1db17e(0x338)](_0xe3bec7);if(!_0x4880b5||!_0x4880b5[_0x1db17e(0x310)]){logger['debug']('performScanForCli:\x20No\x20'+_0xe3bec7+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x345df8[_0x1db17e(0x2f0)](_0xe3bec7,_0x345df8[_0x1db17e(0x362)])){const _0x164f47=_0x345df8[_0x1db17e(0x2bb)](require,_0x345df8[_0x1db17e(0x1cc)]),_0x19a5e7={};_0x19a5e7[_0x1db17e(0x310)]=_0x1bef45;const _0x4e9b95=await PerformanceTester[_0x1db17e(0x20f)](PerformanceA11yEvents[_0x1db17e(0x1ea)],async()=>{const _0x230363=_0x1db17e;await _0x164f47[_0x230363(0x1fb)](_0x560ccf,_0x4880b5[_0x230363(0x310)]);},_0x19a5e7)();return logger['info'](_0x1db17e(0x33e)+_0xe3bec7+'\x20result\x20for\x20'+_0x1bef45+':\x20'+util[_0x1db17e(0x28c)](_0x4e9b95)),_0x4e9b95;}const _0x1fd28f=_0x345df8[_0x1db17e(0x2bb)](require,_0x345df8[_0x1db17e(0x1cc)]),_0x414500=await PerformanceTester[_0x1db17e(0x20f)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x5f31b1=_0x1db17e;await _0x1fd28f[_0x5f31b1(0x1fb)](_0x560ccf,_0x4880b5[_0x5f31b1(0x310)],_0x3d1d1e);})();return logger[_0x1db17e(0x324)](_0x1db17e(0x33e)+_0xe3bec7+'\x20result\x20for\x20'+_0x1bef45+':\x20'+util[_0x1db17e(0x28c)](_0x414500)),_0x414500;}catch(_0x398790){logger[_0x1db17e(0x29e)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0xe3bec7+':\x20'+(_0x398790[_0x1db17e(0x1c9)]||_0x398790['message']));}}async['validatePlatformForAccessibility'](_0x56a392){const _0x2ddb9d=a80_0x2ed92c,_0x4984b3={'hRVFa':function(_0xceb0b,_0x5ece13){return _0xceb0b(_0x5ece13);},'SZKXr':_0x2ddb9d(0x365)};try{const _0x54fd7f=_0x4984b3[_0x2ddb9d(0x32e)](require,_0x4984b3[_0x2ddb9d(0x1d3)]);return await _0x54fd7f[_0x2ddb9d(0x2b9)](_0x56a392);}catch(_0x13834c){return logger['error']('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x13834c[_0x2ddb9d(0x1c9)]||_0x13834c[_0x2ddb9d(0x292)])),![];}}[a80_0x2ed92c(0x2ed)](_0x26a6d6,_0x3af6c9,_0x1acbff){const _0x50189c=a80_0x2ed92c,_0x23bdbc={'wMIGM':function(_0x63af83,_0x30b7c3){return _0x63af83(_0x30b7c3);},'ickfn':_0x50189c(0x222),'drKbP':_0x50189c(0x1eb),'ltTFa':_0x50189c(0x2b1)};try{const _0x5da703=_0x23bdbc[_0x50189c(0x370)](require,_0x23bdbc['ickfn']);_0x5da703['processAccessibilityCaps'](_0x26a6d6,_0x3af6c9,_0x1acbff);const _0x456bdf=JSON[_0x50189c(0x33a)](_0x26a6d6)[_0x50189c(0x1d8)](/"browserstack\.user":"[^"]*"/g,_0x23bdbc[_0x50189c(0x2a0)])[_0x50189c(0x1d8)](/"browserstack\.key":"[^"]*"/g,_0x23bdbc[_0x50189c(0x1b0)]);logger[_0x50189c(0x1ee)](_0x50189c(0x2b6)+global[_0x50189c(0x268)]+'\x20'+_0x456bdf);}catch(_0x2b38e9){logger[_0x50189c(0x29e)](_0x50189c(0x29d)+(_0x2b38e9[_0x50189c(0x1c9)]||_0x2b38e9[_0x50189c(0x292)]));}}async[a80_0x2ed92c(0x1e3)](_0x6c457){const _0x513b05=a80_0x2ed92c,_0x58ceac={};_0x58ceac[_0x513b05(0x254)]=_0x513b05(0x1dd),_0x58ceac['jaaMy']=_0x513b05(0x301);const _0x1e243c=_0x58ceac;try{if(!this[_0x513b05(0x26f)]())return logger[_0x513b05(0x293)](_0x1e243c[_0x513b05(0x254)]),[];const _0x26f05f=await this[_0x513b05(0x2b8)](_0x6c457,_0x1e243c[_0x513b05(0x2d9)]);return _0x26f05f||[];}catch(_0x169b8b){return logger[_0x513b05(0x29e)](_0x513b05(0x341)+(_0x169b8b['stack']||_0x169b8b[_0x513b05(0x292)])),[];}}async[a80_0x2ed92c(0x1b4)](_0x10895b){const _0x3d56b7=a80_0x2ed92c,_0x5419a3={'GqlDI':'scan','yHGmv':_0x3d56b7(0x211),'TsspH':_0x3d56b7(0x1ab),'bAOVC':function(_0x5c0db0,_0x3076fc){return _0x5c0db0(_0x3076fc);},'WCJRN':'../cliUtils','OFInh':function(_0x4043cd,_0x33486e){return _0x4043cd===_0x33486e;},'lsvwY':_0x3d56b7(0x23b),'SejDM':_0x3d56b7(0x317),'oeTBG':_0x3d56b7(0x311),'XWXyJ':_0x3d56b7(0x1e6),'RFIFm':_0x3d56b7(0x1b4),'QMpms':_0x3d56b7(0x297),'VlQMl':_0x3d56b7(0x31a),'SVGJW':'No\x20summaryResults\x20found.'};try{if(!this[_0x3d56b7(0x26f)]())return logger[_0x3d56b7(0x293)](_0x5419a3[_0x3d56b7(0x24f)]),{};const _0x54f1b0=_0x5419a3[_0x3d56b7(0x284)](require,_0x5419a3['WCJRN']),_0x273f5d=_0x54f1b0[_0x3d56b7(0x21b)](),_0x2f00de=_0x5419a3[_0x3d56b7(0x280)](_0x273f5d?.[_0x3d56b7(0x227)]?.[_0x3d56b7(0x1e1)](),_0x5419a3[_0x3d56b7(0x1f5)]);let _0x445986='',_0x3fc84c=null,_0x4fe1f8=null;if(_0x2f00de){_0x3fc84c=global[_0x3d56b7(0x2b7)]||global[_0x3d56b7(0x269)]?.[_0x3d56b7(0x204)]?.[_0x3d56b7(0x368)]||global[_0x3d56b7(0x269)]?.[_0x3d56b7(0x204)]?.['id'];if(!_0x3fc84c)return logger[_0x3d56b7(0x293)](_0x5419a3['SejDM']),{};try{const _0x3ae367=await GrpcClient[_0x3d56b7(0x1f6)]()[_0x3d56b7(0x2cc)](process[_0x3d56b7(0x219)][_0x3d56b7(0x2d1)],_0x5419a3[_0x3d56b7(0x316)],_0x5419a3['yHGmv'],_0x3fc84c),_0x4ae80b=AccessibilityModule[_0x3d56b7(0x22b)](null,_0x3ae367);_0x445986=_0x4ae80b?.['thTestRunUuid']||'',logger[_0x3d56b7(0x1ee)](_0x3d56b7(0x237)+_0x445986+_0x3d56b7(0x2f8)+_0x3fc84c);const _0x2f8dd5=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x5419a3[_0x3d56b7(0x233)],_0x445986,_0x3fc84c),_0x23f3f8=this[_0x3d56b7(0x1f7)](_0x5419a3[_0x3d56b7(0x24b)])||this[_0x3d56b7(0x240)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x139146=process['env'][_0x3d56b7(0x355)]||'',_0x5e0913=this['getParamsForScanForCli'](_0x5419a3[_0x3d56b7(0x2ab)],_0x445986,_0x23f3f8,_0x139146);_0x4fe1f8=_0x54f1b0[_0x3d56b7(0x2a7)](_0x5e0913,_0x2f8dd5),logger[_0x3d56b7(0x1ee)](_0x3d56b7(0x1c1)+JSON[_0x3d56b7(0x33a)](_0x4fe1f8));}catch(_0x3d7e04){return logger[_0x3d56b7(0x29e)](_0x3d56b7(0x243)+_0x3d7e04[_0x3d56b7(0x292)]),{};}}else{_0x445986=this[_0x3d56b7(0x1f7)](_0x5419a3[_0x3d56b7(0x2de)])||'';const _0x406bbd=this[_0x3d56b7(0x1f7)](_0x5419a3['XWXyJ'])||this['accessibilityConfig'][this[_0x3d56b7(0x263)]]||null,_0x8e18fc=process[_0x3d56b7(0x219)][_0x3d56b7(0x355)]||'';_0x4fe1f8=this[_0x3d56b7(0x239)](_0x5419a3[_0x3d56b7(0x2ab)],_0x445986,_0x406bbd,_0x8e18fc);}logger['debug'](_0x5419a3['VlQMl']),await PerformanceTester[_0x3d56b7(0x20f)](PerformanceA11yEvents[_0x3d56b7(0x1ea)],async()=>{const _0x1d6809=_0x3d56b7,_0x2ec139=await this[_0x1d6809(0x2b8)](_0x10895b,_0x5419a3['GqlDI'],_0x4fe1f8);logger['debug'](_0x1d6809(0x25b)+util[_0x1d6809(0x28c)](_0x2ec139));},{'command':_0x5419a3[_0x3d56b7(0x2ab)]})();const _0x4503ac=await PerformanceTester[_0x3d56b7(0x20f)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x156fa4=_0x3d56b7;return await this[_0x156fa4(0x2b8)](_0x10895b,_0x5419a3['yHGmv'],_0x4fe1f8);})();if(!_0x4503ac)return logger[_0x3d56b7(0x1ee)](_0x5419a3[_0x3d56b7(0x2ca)]),{};return _0x4503ac;}catch(_0x1bc019){return logger[_0x3d56b7(0x29e)](_0x3d56b7(0x29f)+(_0x1bc019[_0x3d56b7(0x1c9)]||_0x1bc019[_0x3d56b7(0x292)])),{};}}async[a80_0x2ed92c(0x363)](_0x2e1033,_0x4b3aad,_0x1a64a1=null){const _0x574e08=a80_0x2ed92c,_0x5deae6={};_0x5deae6[_0x574e08(0x32a)]=_0x574e08(0x208),_0x5deae6[_0x574e08(0x1d6)]=_0x574e08(0x1ed),_0x5deae6[_0x574e08(0x245)]=_0x574e08(0x346);const _0x5a4011=_0x5deae6;try{if(!_0x2e1033)return logger[_0x574e08(0x1ee)](_0x5a4011[_0x574e08(0x32a)]),null;if(!_0x4b3aad)return logger[_0x574e08(0x1ee)](_0x5a4011[_0x574e08(0x1d6)]),null;logger['debug'](_0x5a4011[_0x574e08(0x245)]);const _0x5cb950=_0x1a64a1?await _0x2e1033[_0x574e08(0x1ba)](_0x4b3aad,_0x1a64a1):await _0x2e1033[_0x574e08(0x1ba)](_0x4b3aad);return _0x5cb950;}catch(_0x22d572){return logger['error'](_0x574e08(0x2b0)+(_0x22d572[_0x574e08(0x1c9)]||_0x22d572[_0x574e08(0x292)])),null;}}static[a80_0x2ed92c(0x22b)](_0x552786,_0x1c1f7c){const _0x3e6128=a80_0x2ed92c,_0xbc72b9={};_0xbc72b9[_0x3e6128(0x326)]=_0x3e6128(0x2c4);const _0x32eade=_0xbc72b9,_0x56cbc3={};_0x56cbc3[_0x3e6128(0x298)]=_0x552786;const _0x1ac6d8=_0x56cbc3;let _0x5220ff={};if(_0x1c1f7c[_0x3e6128(0x329)]()&&_0x1c1f7c['hasAccessibilityExecuteParams']())try{_0x5220ff=JSON[_0x3e6128(0x1ce)](new Buffer(_0x1c1f7c['getAccessibilityExecuteParams']())[_0x3e6128(0x319)](_0x32eade['eXtkn']));}catch(_0x3b5d29){logger[_0x3e6128(0x29e)](_0x3e6128(0x2a2)+_0x3b5d29['message']),_0x5220ff={};}return CLIUtils['mergeObject'](_0x1ac6d8,_0x5220ff);}static async[a80_0x2ed92c(0x2b3)](_0x524189,_0x453926='',_0x2c6ed7=null){const _0x1d7be4=a80_0x2ed92c,_0x2ac984={};_0x2ac984['TstTc']=_0x1d7be4(0x2c0),_0x2ac984[_0x1d7be4(0x330)]=_0x1d7be4(0x311);const _0x1612a3=_0x2ac984;try{if(!_0x2c6ed7&&AccessibilityModule[_0x1d7be4(0x20e)])return AccessibilityModule[_0x1d7be4(0x1d1)];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x1d7be4(0x29e)](_0x1612a3['TstTc']),{};const _0x5d8769=await GrpcClient[_0x1d7be4(0x1f6)]()['fetchDriverExecuteParamsEvent'](process[_0x1d7be4(0x219)][_0x1d7be4(0x2d1)],_0x1612a3['kZToi'],_0x524189,_0x2c6ed7),_0x172e0a=_0x2c6ed7?AccessibilityModule['loadDriverExecuteParams'](null,_0x5d8769)?.[_0x1d7be4(0x298)]||_0x453926:_0x453926,_0x544213=AccessibilityModule[_0x1d7be4(0x22b)](_0x172e0a,_0x5d8769);return!_0x2c6ed7&&(AccessibilityModule[_0x1d7be4(0x1d1)]=_0x544213,AccessibilityModule[_0x1d7be4(0x20e)]=!![]),_0x544213;}catch(_0x1e1126){return logger[_0x1d7be4(0x29e)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x524189+':\x20'+(_0x1e1126[_0x1d7be4(0x1c9)]||_0x1e1126[_0x1d7be4(0x292)])),{};}}};module[a80_0x2ed92c(0x1be)]=AccessibilityModule;
1
+ function a80_0x319d(){const _0x1d60de=['PQmlx','testFrameworkData','getCapabilitiesList','DyiOL','loadDriverExecuteParams','debug','LJAsf','DNioL','message','Performing\x20scan\x20before\x20getting\x20results\x20summary','SDK_ACCESSIBILITY_CONFIG','getSuccess','Executing\x20accessibility\x20script\x20on\x20page','warn','isEnabled',']\x20isEnabledTestcase\x20(cucumber)\x20result=','sahDc','getCapabilityValue','CStEs','setLogDisabledShown','string','LPjoJ','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','VCRBG','pDVtu','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','MdcYA','__workerDetails','Avujh','ScanArgs:\x20','includes','17564cBdEWj','eLCVu','nfNvN','UDEgQ','getTesthub','Error\x20getting\x20script\x20by\x20name\x20','DRIVER_INIT','getAccessibilityExecuteParams','Processed\x20accessibility\x20caps\x20',',\x20available\x20commands:\x20','thTestRunUuid','GET_RESULTS_SUMMARY','cJzWC','AchzZ','shouldScanForCommand:\x20','executeScriptByName','updateData','168494yDdJnd',']\x20onAfterTest\x20should\x20scan=','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','zsgcr','testInfo','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','stack','TFNjp','oJAdx','stopTestCapture','../state/automationFrameworkState','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','OnGnO','command','GmHML','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','stringify','performPageScan','SEAvk','patchSendMessageToServer','UPBcv','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','../../../helpers/helper','../TestInfo.js','Ahith','tXeTs','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','gMZEs','performScanForCli','jest','getAllData','\x20accessibility\x20script\x20on\x20page','__accessibilityOptions','onBeforeExecute:\x20No\x20command\x20name\x20provided','accessibilityConfig','MODULE_NAME','setAccessibilityConfig','excludeTagsInTestingScope','map','DRIVER_HAS_URL','ACCESSIBILITY_INITIALIZED','OPzvr','getData','isAppAccessibility','end','QgEVH','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','goog:chromeOptions','Error\x20checking\x20headless\x20capability:\x20','error','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','Vpwvr','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','\x22browserstack.key\x22:\x22[REDACTED]\x22','measureWrapper','dNiQY','TkmTk','unknown','bTgMc','split','RRDCK','UgTjq','kgzdv',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','NaVDu','MergedScanArgs:\x20','fNCmv','setShouldScanCurrentTest','test_tags','Error\x20in\x20shouldScanForCommand:\x20','browserName','LOG_DISABLED_SHOWN','PERFORM_SCAN','onBeforeExecute','browserVersion','accessibility','getValue','jqiFN','name',',\x20isAppAccessibility=','\x20from\x20testIdentifier=','EXECUTE','pWfQI','AugRO','Scan\x20result:\x20','options','mergeObject','GtykL','null','LPfuf','commandName','includeTagsInTestingScope','browserstack.accessibilityOptions.authToken','ckhrU','rHoSy','rvGuX','YdIiU','../../utils/playwright-patcher','nPTES','isAccessibilityScriptCommand','2|12|11|9|15|3|5|4|1|8|6|0|14|7|10|13','NmUMN','iBylY','GvDEh','BiavZ','find','YlLKI','set',',\x20excludeTags=','getModuleName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','getGoogleChromeOptions','onAfterTest','getResults','WdCBT','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','Error\x20in\x20stopTestCapture:\x20','NON_BROWSERSTACK_AUTOMATION_SESSIONS','ccdtu','setAccessibilityToken','getTrackedInstance','brhlo','capabilitiesList','commandsList','testhub_build_uuid','KEY_INIT','uBvSa','headless','getInstance','shouldScanCurrentTest','CREATE','ZLCkh','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','BESOc','RllWv','\x20value=','./baseModule','getName','start','saveResults','toLowerCase','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','7430EnhYbc','Error\x20getting\x20capability\x20value\x20for\x20','275gIwUec','BMqfw','length','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','bind','224148uujVuG','Error\x20in\x20performScanForCli\x20for\x20script\x20','../../playwright/accessibility-helper','aKRNb','isEnabledTestcase','scannerVersion','performPageScan:\x20Page\x20is\x20null','3ywGAsm','DukAc','true','Error\x20in\x20initAccessibilityConfig:\x20','tnPoj',']\x20clear\x20','replace','tebCs','../grpcClient','Izgqn',',\x20includeTags=','rTMsu','heEQR','WzMdY','RZDlN','pfzsq','has','EmKyX','exports','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','launchCaps','POST','JxFXA','HZGjz','fetchDriverExecuteParamsEvent','cucumber','iYSfI','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20testHubUuid=','performScan','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Exception\x20in\x20isPlatformSupported:\x20','\x22browserstack.user\x22:\x22[REDACTED]\x22','PRE','ZXmLu','browser','getBuildId','saveTestResults','TsoHR','uFUQw','cdMhA','delete','\x20using\x20script:\x20','testFramework','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','_centralAuthConfigFetched','LoOIZ','slMGS','getScriptsList','performScanForCli:\x20No\x20','TrackedInstance','pRbsC','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','pxWdg','uCtCU',',\x20testName=','latest','\x20result\x20for\x20','ffOoX','KEY_TEST_NAME','getParamsForScanForCli','MrNsN','currentTest','getScriptByName','YTMrE','QUIT','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','platformCaps','size','onBeforeExecute:\x20command=','getAccessibility','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','fISqN','191365TaNJcx','../framework/testFramework','_sendMessageServerPatchApplied','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','browserstack_executor','loadAccessibilityConfig','lPHfG','browserStackEvaluate','LfQzJ','zOeTX','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','KIGjy','AXIaF','pHBIg','getState','6dIzRZt','BROWSERSTACK_TESTHUB_JWT','Xvxgu','WKAxV','isPlatformSupported:\x20caps\x20are\x20null','pwPage','bSvvI','test_run_id','BROWSERSTACK_CLI_BIN_SESSION_ID','chrome','getTestFrameworkDetail','lDZvZ','JegXF','bbASq','wdSeF','zzNgu','assign','getTestUUID','YaEXP','mwNso','AUTOMATION_SESSIONS','ZDzOO','function','registerObserver','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','OYaYz','processAccessibilityCaps','KEY_TESTHUB_BUILD_ID','getContext','\x20script\x20available','ascii','__jestCurrentTestIdentifier','[platform\x20-\x20','dfqye','getPlatformIndex','../../../helpers/accessibility-automation/helper','izqkx','qRPlv','Error\x20in\x20performPageScan:\x20','HWNNI','platformValidation','krWhF','getAccessibilityConfig','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','xQajn','nERNV','2744VvjlRL','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','isPlatformSupported','NIMIV','CNPDC','titlePath','applySendMessageToServerPatch','HBMry','capabilities','Error\x20executing\x20script\x20','format','accessibilityPlatform','tUsfw','cdfhT','920BHAjSe',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','TViEp','info','LCAIz','Context','fYQeZ','[AccessibilityModule]\x20onAfterTest:\x20framework=','vOoVv','xuWJY','env','ywTMW','YAIuh','fetchCentralAuthA11yConfig','toString','wcagVersion','cLxyz','kjGYQ','Executing\x20','trim','kIZWM','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','browserstack.accessibilityOptions.scannerVersion','PQAZR','JewYQ','PjeOg','name:\x20','../../../helpers/accessibility-automation/constants','performPageScan:\x20Script\x20is\x20null','present','kThmW','CBcUp','finishScanningForCli','validatePlatformForAccessibility','page','BBTyr','join','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','getTestId','parse','SFftF','onBeforeTest','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','util','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getCurrentInstanceName','getOptions','onBeforeTest:\x20event=','get','setShouldScan','a11y:save-results','../../../helpers/performance/performance-tester.js','../cliUtils','_centralAuthA11yConfig','wSuOk','scannerProcessingTimeout','AsYvo','zZZOR','instance','qXjhy','WXuTs','getCurrentAccessibilityStatus',']\x20isEnabledTestcase\x20(jest)\x20result=','../state/hookState','TPvHZ','some','yCGhU','Performing\x20scan\x20before\x20from\x20cli','84984SAlmgh','BS_A11Y_JWT','BQWSY','browserstack.accessibilityOptions.scannerProcessingTimeout','sBaKe','jrQxB','test-tags-->\x20','isArray','testAnalyticsId','chXHu','scan','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','Tgrhr','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','1080jykfhS','getAccessibilityResultsSummary','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','ByCOe','FCTyZ','getScript','yTsJE'];a80_0x319d=function(){return _0x1d60de;};return a80_0x319d();}const a80_0x517585=a80_0x5b88;(function(_0x3a0485,_0x36cbbf){const _0x3c8801=a80_0x5b88,_0x1e56e1=_0x3a0485();while(!![]){try{const _0x55312b=parseInt(_0x3c8801(0x258))/0x1+-parseInt(_0x3c8801(0x2ed))/0x2*(-parseInt(_0x3c8801(0x2f4))/0x3)+parseInt(_0x3c8801(0x247))/0x4+parseInt(_0x3c8801(0x181))/0x5*(parseInt(_0x3c8801(0x191))/0x6)+parseInt(_0x3c8801(0x1c1))/0x7*(parseInt(_0x3c8801(0x1cf))/0x8)+-parseInt(_0x3c8801(0x221))/0x9*(parseInt(_0x3c8801(0x2e6))/0xa)+parseInt(_0x3c8801(0x2e8))/0xb*(-parseInt(_0x3c8801(0x213))/0xc);if(_0x55312b===_0x36cbbf)break;else _0x1e56e1['push'](_0x1e56e1['shift']());}catch(_0x9c1f36){_0x1e56e1['push'](_0x1e56e1['shift']());}}}(a80_0x319d,0x18ed6));const BaseModule=require(a80_0x517585(0x2e0)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a80_0x517585(0x203)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a80_0x517585(0x182)),AutomationFrameworkState=require(a80_0x517585(0x262)),HookState=require(a80_0x517585(0x20e)),GrpcClient=require(a80_0x517585(0x2fc)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a80_0x517585(0x327)),PerformanceTester=require(a80_0x517585(0x202)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x517585(0x1ea)),{nestedKeyValue,isUndefined}=require(a80_0x517585(0x26e)),util=require(a80_0x517585(0x1fa)),TestInfo=require(a80_0x517585(0x26f)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js');class AccessibilityModule extends BaseModule{static [a80_0x517585(0x27b)]=AccessibilityModule[a80_0x517585(0x2a6)];static [a80_0x517585(0x322)]=![];static [a80_0x517585(0x204)]={};constructor(_0x629296){const _0x1d1267=a80_0x517585,_0x171fa0={};_0x171fa0['Xvxgu']=_0x1d1267(0x2bc),_0x171fa0[_0x1d1267(0x1e6)]=_0x1d1267(0x280),_0x171fa0[_0x1d1267(0x1d7)]=_0x1d1267(0x27f),_0x171fa0['Jrvly']=_0x1d1267(0x2d4),_0x171fa0[_0x1d1267(0x21c)]=_0x1d1267(0x272);const _0x277e06=_0x171fa0,_0x3e45c5=_0x277e06[_0x1d1267(0x193)][_0x1d1267(0x293)]('|');let _0x5988f7=0x0;while(!![]){switch(_0x3e45c5[_0x5988f7++]){case'0':this['setAccessibilityToken'](_0x629296[_0x1d1267(0x1fd)]()[_0x1d1267(0x22a)]());continue;case'1':this[_0x1d1267(0x283)]=![];continue;case'2':super();continue;case'3':this[_0x1d1267(0x27a)]=_0x629296['toObject']();continue;case'4':this['LOG_DISABLED_SHOWN']=new Map();continue;case'5':this[_0x1d1267(0x2a3)]=new Map();continue;case'6':this[_0x1d1267(0x183)]=![];continue;case'7':this['KEY_INIT']=_0x277e06[_0x1d1267(0x1e6)];continue;case'8':this['capabilities']=[];continue;case'9':AutomationFramework[_0x1d1267(0x1a8)](AutomationFrameworkState[_0x1d1267(0x179)],HookState[_0x1d1267(0x316)],this[_0x1d1267(0x2c8)]['bind'](this));continue;case'10':this['KEY_DRIVER_HAS_URL']=_0x277e06['vOoVv'];continue;case'11':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x1d1267(0x2da)],HookState[_0x1d1267(0x30a)],this[_0x1d1267(0x1f8)][_0x1d1267(0x2ec)](this));continue;case'12':AutomationFramework[_0x1d1267(0x1a8)](AutomationFrameworkState[_0x1d1267(0x2a9)],HookState['PRE'],this[_0x1d1267(0x2a1)][_0x1d1267(0x2ec)](this));continue;case'13':this[_0x1d1267(0x1ae)]=_0x277e06['Jrvly'];continue;case'14':logger[_0x1d1267(0x22d)](_0x277e06[_0x1d1267(0x21c)]);continue;case'15':this[_0x1d1267(0x236)]=!![];continue;}break;}}['isEnabled'](){const _0x2a2f24=a80_0x517585;return this[_0x2a2f24(0x236)];}[a80_0x517585(0x2c5)](){return AccessibilityModule['MODULE_NAME'];}[a80_0x517585(0x20c)](){const _0x3d8d56=a80_0x517585;return this[_0x3d8d56(0x2a3)][_0x3d8d56(0x1ff)](CLIUtils[_0x3d8d56(0x1fc)](),![]);}['getLogDisabledShown'](){const _0x5657a4=a80_0x517585;return this['LOG_DISABLED_SHOWN'][_0x5657a4(0x1ff)](CLIUtils[_0x5657a4(0x1fc)](),![]);}[a80_0x517585(0x23b)](_0x151746){const _0x2fa4a6=a80_0x517585;this['LOG_DISABLED_SHOWN'][_0x2fa4a6(0x2c3)](CLIUtils['getCurrentInstanceName'](),_0x151746);}['applySendMessageToServerPatch'](){const _0x11efda=a80_0x517585,_0x3cd309={'ckhrU':_0x11efda(0x28c),'ccdtu':function(_0xef4948,_0x4939b2){return _0xef4948(_0x4939b2);},'qXjhy':_0x11efda(0x2b9),'DNioL':_0x11efda(0x18c),'Izgqn':_0x11efda(0x286)};if(this['_sendMessageServerPatchApplied']){logger['debug'](_0x3cd309[_0x11efda(0x2b5)]);return;}try{const _0x1c3ead=_0x3cd309[_0x11efda(0x2ce)](require,_0x3cd309[_0x11efda(0x20a)]);_0x1c3ead&&_0x1c3ead['patchSendMessageToServer']?(_0x1c3ead[_0x11efda(0x26b)](),this[_0x11efda(0x183)]=!![],logger[_0x11efda(0x22d)](_0x3cd309[_0x11efda(0x22f)])):logger[_0x11efda(0x22d)](_0x3cd309[_0x11efda(0x2fd)]);}catch(_0x3db009){logger[_0x11efda(0x22d)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x11efda(0x1cb)](_0x3db009));}}[a80_0x517585(0x1c3)](_0x177817=null,_0x1b2d20=null,_0x56a671=null){const _0x17f527=a80_0x517585,_0x3b9de1={'vTGns':function(_0x3c7e15,_0x5a3875){return _0x3c7e15&&_0x5a3875;},'Ahith':_0x17f527(0x195),'YlLKI':function(_0x2aac75,_0x309a3f){return _0x2aac75(_0x309a3f);},'LCAIz':'../../../helpers/accessibility-automation/helper','kfIeC':function(_0x1974fa,_0x12d2e9){return _0x1974fa(_0x12d2e9);},'lDRsV':_0x17f527(0x26e),'HWNNI':function(_0x44e23a){return _0x44e23a();},'cdMhA':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','aKRNb':function(_0x2e44fd,_0x4cd9b1){return _0x2e44fd===_0x4cd9b1;},'LoOIZ':_0x17f527(0x19a),'heEQR':function(_0x29670b,_0x183c06){return _0x29670b===_0x183c06;},'zzNgu':'playwright-chromium','TPvHZ':function(_0x4587fa,_0x34eb16){return _0x4587fa===_0x34eb16;},'LPjoJ':function(_0x4b8171,_0x54f045){return _0x4b8171===_0x54f045;},'izqkx':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','BBTyr':function(_0x12e5c3,_0x2f68c9){return _0x12e5c3===_0x2f68c9;},'WdCBT':function(_0x146b81,_0x592882){return _0x146b81===_0x592882;},'GvDEh':_0x17f527(0x2f6),'TFNjp':function(_0x4c0314,_0x5171a6){return _0x4c0314===_0x5171a6;},'XvEOC':_0x17f527(0x23c),'jrQxB':function(_0x553ffb,_0x3780c8){return _0x553ffb===_0x3780c8;},'LJJta':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','tUsfw':function(_0x2858d0){return _0x2858d0();},'yCGhU':function(_0x3a160a,_0x7e6d31){return _0x3a160a>_0x7e6d31;},'BMqfw':function(_0x57b37b,_0x370f0f){return _0x57b37b(_0x370f0f);},'MrNsN':_0x17f527(0x2c6),'AXIaF':function(_0x5a7f09,_0x278985){return _0x5a7f09!==_0x278985;},'NmUMN':_0x17f527(0x170),'LPfuf':function(_0x36e64e,_0x42aa98){return _0x36e64e(_0x42aa98);},'YTMrE':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x3b9de1['vTGns'](!_0x1b2d20,!_0x56a671))return logger['debug'](_0x3b9de1[_0x17f527(0x270)]),![];const {isAccessibilityAutomationSession:_0x2d9f37}=_0x3b9de1[_0x17f527(0x2c2)](require,_0x3b9de1[_0x17f527(0x1d3)]),{isUndefined:_0x3903ca,isBrowserstackInfra:_0x32e65b}=_0x3b9de1['kfIeC'](require,_0x3b9de1['lDRsV']);if(!_0x3b9de1[_0x17f527(0x1ba)](_0x2d9f37))return logger[_0x17f527(0x22d)](_0x3b9de1[_0x17f527(0x31d)]),![];if(!(_0x1b2d20[_0x17f527(0x29e)]&&_0x3b9de1[_0x17f527(0x2f0)](_0x1b2d20[_0x17f527(0x29e)]['toLowerCase'](),_0x3b9de1[_0x17f527(0x323)])||_0x1b2d20[_0x17f527(0x29e)]&&_0x3b9de1[_0x17f527(0x300)](_0x1b2d20[_0x17f527(0x29e)]['toLowerCase'](),_0x3b9de1[_0x17f527(0x1a0)])||_0x1b2d20[_0x17f527(0x318)]&&_0x3b9de1[_0x17f527(0x20f)](_0x1b2d20['browser'][_0x17f527(0x2e4)](),_0x3b9de1[_0x17f527(0x323)])||_0x1b2d20[_0x17f527(0x318)]&&_0x3b9de1[_0x17f527(0x23d)](_0x1b2d20['browser'][_0x17f527(0x2e4)](),_0x3b9de1['zzNgu'])))return logger[_0x17f527(0x235)](_0x3b9de1[_0x17f527(0x1b7)]),![];try{const _0x8a3e30=_0x1b2d20[_0x17f527(0x2d7)],_0x4b55de=_0x3b9de1[_0x17f527(0x1f2)](_0x8a3e30,!![])||_0x3b9de1[_0x17f527(0x2ca)](_0x8a3e30,_0x3b9de1[_0x17f527(0x2bf)])||_0x3b9de1[_0x17f527(0x25f)](typeof _0x8a3e30,_0x3b9de1['XvEOC'])&&_0x3b9de1[_0x17f527(0x218)](_0x8a3e30[_0x17f527(0x2e4)](),_0x3b9de1[_0x17f527(0x2bf)]);if(_0x4b55de)return logger[_0x17f527(0x235)](_0x3b9de1['LJJta']),![];}catch(_0x2e957e){logger[_0x17f527(0x22d)](_0x17f527(0x288)+util['format'](_0x2e957e));}if(!_0x3b9de1[_0x17f527(0x1cd)](_0x32e65b)){if(!_0x3b9de1[_0x17f527(0x211)](_0x3b9de1['kfIeC'](parseFloat,_0x1b2d20[_0x17f527(0x2a2)]),_0x3b9de1[_0x17f527(0x2e9)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x17f527(0x235)](_0x3b9de1[_0x17f527(0x175)]),![];}else{if(_0x3b9de1[_0x17f527(0x18e)](_0x1b2d20['browserVersion'],_0x3b9de1[_0x17f527(0x2bd)])&&!_0x3b9de1[_0x17f527(0x211)](_0x3b9de1[_0x17f527(0x2b1)](parseFloat,_0x1b2d20[_0x17f527(0x2a2)]),_0x3b9de1['YlLKI'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x17f527(0x235)](_0x3b9de1[_0x17f527(0x178)]),![];}return!![];}catch(_0x4bb612){return logger[_0x17f527(0x22d)](_0x17f527(0x314)+_0x4bb612['message']),![];}}[a80_0x517585(0x2f1)](_0x647b7c=[],_0x113191,_0x159f12=a80_0x517585(0x30e)){const _0x5f0cca=a80_0x517585,_0x1a00e8={'YAIuh':function(_0x395c4a,_0x5104dc){return _0x395c4a===_0x5104dc;},'kIZWM':_0x5f0cca(0x275),'QXvha':function(_0x5268da,_0x4a8fca){return _0x5268da||_0x4a8fca;},'VCRBG':function(_0x45eff2,_0x251a25){return _0x45eff2===_0x251a25;},'fYQeZ':function(_0x622c57,_0x19a74d){return _0x622c57&&_0x19a74d;},'WzMdY':_0x5f0cca(0x291),'pHBIg':function(_0x55e67e,_0x5d1a57){return _0x55e67e===_0x5d1a57;},'PjeOg':function(_0xae7cb,_0x3acc35){return _0xae7cb(_0x3acc35);},'xQajn':function(_0x36d875,_0x4b163e){return _0x36d875>_0x4b163e;}};try{const _0x267c09=process[_0x5f0cca(0x1d9)][_0x5f0cca(0x1ab)]?JSON[_0x5f0cca(0x1f6)](process[_0x5f0cca(0x1d9)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x267c09)return!![];const _0x10726d=Array[_0x5f0cca(0x21a)](_0x267c09['includeTagsInTestingScope'])?_0x267c09[_0x5f0cca(0x2b3)]:[],_0x519528=Array[_0x5f0cca(0x21a)](_0x267c09[_0x5f0cca(0x27d)])?_0x267c09[_0x5f0cca(0x27d)]:[];if(_0x1a00e8[_0x5f0cca(0x1db)](_0x159f12,_0x1a00e8[_0x5f0cca(0x1e3)])){let _0x417b60;Array[_0x5f0cca(0x21a)](_0x647b7c)?_0x417b60=_0x647b7c[_0x5f0cca(0x1f3)]('\x20'):_0x417b60=_0x1a00e8['QXvha'](_0x647b7c,'');const _0x4bd20c=_0x519528[_0x5f0cca(0x210)](_0x59599d=>_0x417b60['includes'](_0x59599d)),_0x5c444e=_0x1a00e8[_0x5f0cca(0x23f)](_0x10726d['length'],0x0)||_0x10726d[_0x5f0cca(0x210)](_0x180bfb=>_0x417b60[_0x5f0cca(0x246)](_0x180bfb)),_0x15e059=_0x1a00e8['fYQeZ'](!_0x4bd20c,_0x5c444e);return logger[_0x5f0cca(0x22d)](_0x5f0cca(0x1b3)+(_0x113191?.[_0x5f0cca(0x1b5)]?.()||_0x1a00e8['WzMdY'])+_0x5f0cca(0x20d)+_0x15e059+',\x20testName='+_0x417b60+',\x20includeTags='+JSON['stringify'](_0x10726d)+_0x5f0cca(0x2c4)+JSON['stringify'](_0x519528)),_0x15e059;}const _0x5100df=Array[_0x5f0cca(0x21a)](_0x647b7c)?_0x647b7c:[];let _0x1f68ca=![],_0xe332da=_0x1a00e8[_0x5f0cca(0x18f)](_0x10726d['length'],0x0);const _0x1b19d7=_0x18f571=>typeof _0x18f571==='string'?_0x18f571[_0x5f0cca(0x2fa)](/^@/,'')[_0x5f0cca(0x2e4)]()[_0x5f0cca(0x1e2)]():_0x18f571,_0x150c4c=new Set(_0x10726d[_0x5f0cca(0x27e)](_0x1b19d7)),_0x4073f9=new Set(_0x519528[_0x5f0cca(0x27e)](_0x1b19d7));for(const _0x5dcfee of _0x5100df){const _0x156373=_0x1a00e8[_0x5f0cca(0x1e8)](_0x1b19d7,_0x5dcfee);_0x4073f9[_0x5f0cca(0x304)](_0x156373)&&(_0x1f68ca=!![]),_0x1a00e8[_0x5f0cca(0x1bf)](_0x150c4c[_0x5f0cca(0x17c)],0x0)&&_0x150c4c[_0x5f0cca(0x304)](_0x156373)&&(_0xe332da=!![]);}const _0x418c5e=_0x1a00e8[_0x5f0cca(0x1d5)](_0xe332da,!_0x1f68ca);return logger['debug']('[platform\x20-\x20'+(_0x113191?.[_0x5f0cca(0x1b5)]?.()||_0x1a00e8[_0x5f0cca(0x301)])+_0x5f0cca(0x237)+_0x418c5e+',\x20tags='+JSON[_0x5f0cca(0x268)](_0x5100df)+_0x5f0cca(0x2fe)+JSON[_0x5f0cca(0x268)](_0x10726d)+_0x5f0cca(0x2c4)+JSON[_0x5f0cca(0x268)](_0x519528)),_0x418c5e;}catch(_0x3381d8){return logger[_0x5f0cca(0x22d)](_0x5f0cca(0x1b3)+(_0x113191?.[_0x5f0cca(0x1b5)]?.()||_0x1a00e8[_0x5f0cca(0x301)])+_0x5f0cca(0x297)+_0x3381d8[_0x5f0cca(0x230)]),![];}}async[a80_0x517585(0x1f8)](_0x2e9170){const _0x4cee41=a80_0x517585,_0x43b833={};_0x43b833[_0x4cee41(0x290)]=function(_0x5961a4,_0x816cb){return _0x5961a4!==_0x816cb;},_0x43b833[_0x4cee41(0x205)]=_0x4cee41(0x30e),_0x43b833[_0x4cee41(0x187)]=_0x4cee41(0x275),_0x43b833[_0x4cee41(0x2db)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x43b833[_0x4cee41(0x19f)]='TEST_INIT',_0x43b833[_0x4cee41(0x248)]=_0x4cee41(0x223),_0x43b833['bCgUg']=_0x4cee41(0x28a),_0x43b833[_0x4cee41(0x197)]=_0x4cee41(0x24d),_0x43b833[_0x4cee41(0x303)]=function(_0x160a17,_0x30ebc1){return _0x160a17===_0x30ebc1;},_0x43b833[_0x4cee41(0x31b)]=_0x4cee41(0x17a),_0x43b833[_0x4cee41(0x21f)]='Unknown\x20Test',_0x43b833[_0x4cee41(0x19d)]=function(_0x2c0c45,_0xaa44aa){return _0x2c0c45>_0xaa44aa;},_0x43b833[_0x4cee41(0x207)]=function(_0x221eb9,_0x450295){return _0x221eb9===_0x450295;},_0x43b833[_0x4cee41(0x294)]=_0x4cee41(0x1a7),_0x43b833[_0x4cee41(0x2aa)]=_0x4cee41(0x29c),_0x43b833['oqHaP']=function(_0x4e1550,_0x214e1f){return _0x4e1550&&_0x214e1f;},_0x43b833['tXeTs']=_0x4cee41(0x291),_0x43b833[_0x4cee41(0x225)]=_0x4cee41(0x2f6);const _0x483674=_0x43b833;if(_0x483674[_0x4cee41(0x290)](_0x2e9170[_0x4cee41(0x320)],_0x483674[_0x4cee41(0x205)])&&_0x483674['TkmTk'](_0x2e9170[_0x4cee41(0x320)],_0x483674[_0x4cee41(0x187)])){logger[_0x4cee41(0x22d)](_0x483674['ZLCkh']);return;}logger[_0x4cee41(0x1d2)](_0x4cee41(0x1fe)+JSON[_0x4cee41(0x268)](_0x2e9170));try{const _0x50c9e3=AutomationFramework[_0x4cee41(0x2d0)](),_0x1b2282=TestFramework['getTrackedInstance'](),_0x596176=_0x2e9170[_0x4cee41(0x1f1)]||global['__workerDetails']?.['pwPage']||null;if(!_0x596176){_0x1b2282&&_0x1b2282[_0x4cee41(0x257)](_0x483674[_0x4cee41(0x19f)],!![]);logger['debug'](_0x483674[_0x4cee41(0x248)]);return;}logger[_0x4cee41(0x22d)](_0x483674['bCgUg']);const _0x14dd4e=_0x1b2282?.['getData'](_0x483674[_0x4cee41(0x197)],![]),_0x508f5f=_0x1b2282?.[_0x4cee41(0x282)](_0x483674[_0x4cee41(0x19f)],![]);if(_0x483674[_0x4cee41(0x303)](_0x14dd4e,![])&&_0x483674[_0x4cee41(0x303)](_0x508f5f,![])){_0x1b2282&&_0x1b2282[_0x4cee41(0x257)](_0x483674[_0x4cee41(0x197)],!![]);logger[_0x4cee41(0x22d)](_0x483674[_0x4cee41(0x31b)]);return;}_0x1b2282&&_0x1b2282['updateData'](_0x483674['wdSeF'],!![]);let _0x55f5f6,_0x1d9355;const _0x4daeea=_0x2e9170[_0x4cee41(0x320)]||_0x483674[_0x4cee41(0x205)];if(_0x483674['pfzsq'](_0x4daeea,_0x483674['lPHfG'])){_0x1d9355=_0x2e9170['testInfo']?.['testAnalyticsId']||_0x2e9170[_0x4cee41(0x25c)]?.['id']||global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x4cee41(0x176)]?.[_0x4cee41(0x21b)]||global[_0x4cee41(0x243)]?.[_0x4cee41(0x176)]?.['id'];const _0x5ae1fe=_0x1b2282?.[_0x4cee41(0x276)]()?.[_0x4cee41(0x1ff)](_0x1d9355);if(_0x5ae1fe&&_0x5ae1fe[TestFrameworkConstants['KEY_TEST_NAME']])_0x55f5f6=_0x5ae1fe[TestFrameworkConstants[_0x4cee41(0x173)]];else{if(_0x2e9170['testInfo']?.[_0x4cee41(0x1c6)])_0x55f5f6=_0x2e9170[_0x4cee41(0x25c)][_0x4cee41(0x1c6)];else global['__workerDetails']?.[_0x4cee41(0x176)]?.[_0x4cee41(0x25c)]?.[_0x4cee41(0x1c6)]?_0x55f5f6=global[_0x4cee41(0x243)][_0x4cee41(0x176)][_0x4cee41(0x25c)]['titlePath']:_0x55f5f6=_0x483674['Tgrhr'];}logger[_0x4cee41(0x22d)](_0x4cee41(0x1f4)+_0x1d9355+_0x4cee41(0x16f)+JSON[_0x4cee41(0x268)](_0x55f5f6));}else{_0x1d9355=this['getTestId'](_0x2e9170);const _0x567965=TestInfo['getTestDetails'](_0x1d9355);let _0x406d4c=[];if(_0x567965&&Array[_0x4cee41(0x21a)](_0x567965['test_tags'])&&_0x483674['JegXF'](_0x567965[_0x4cee41(0x29c)][_0x4cee41(0x2ea)],0x0))_0x406d4c=_0x567965[_0x4cee41(0x29c)];else{if(_0x1b2282){const _0x3844cd=_0x483674[_0x4cee41(0x207)](typeof _0x1b2282['getData'],_0x483674[_0x4cee41(0x294)])?_0x1b2282[_0x4cee41(0x282)](_0x483674['pWfQI'],[]):_0x1b2282[_0x4cee41(0x29c)]||[];Array[_0x4cee41(0x21a)](_0x3844cd)&&(_0x406d4c=_0x3844cd);}}_0x55f5f6=_0x406d4c;}logger['info'](_0x4cee41(0x219)+JSON[_0x4cee41(0x268)](_0x55f5f6));const _0x5c6829=this[_0x4cee41(0x1c3)](_0x50c9e3,_0x2e9170[_0x4cee41(0x17b)],_0x2e9170[_0x4cee41(0x309)]);logger[_0x4cee41(0x22d)](_0x4cee41(0x308)+_0x5c6829+_0x4cee41(0x2a7)+this[_0x4cee41(0x283)]);const _0x49571a=this['isEnabledTestcase'](_0x55f5f6,_0x50c9e3,_0x4daeea),_0x3eab91=_0x483674['oqHaP'](_0x5c6829,_0x49571a),_0x579285=CLIUtils[_0x4cee41(0x1fc)]();this[_0x4cee41(0x2a3)][_0x4cee41(0x2c3)](_0x579285,_0x3eab91),global[_0x4cee41(0x1d4)]?.[_0x4cee41(0x1af)]&&global[_0x4cee41(0x1d4)][_0x4cee41(0x1af)]()[_0x4cee41(0x200)](_0x3eab91),logger[_0x4cee41(0x22d)]('[platform\x20-\x20'+(_0x50c9e3?.['getPlatformIndex']?.()||_0x483674[_0x4cee41(0x271)])+']\x20should\x20run\x20accessibility\x20value='+_0x3eab91),_0x3eab91?(global[_0x4cee41(0x1cc)]=!![],process[_0x4cee41(0x1d9)][_0x4cee41(0x1fb)]=_0x483674[_0x4cee41(0x225)],this[_0x4cee41(0x1c7)]()):global[_0x4cee41(0x1cc)]=![];}catch(_0x4f8d78){logger[_0x4cee41(0x289)](_0x4cee41(0x1a9)+(_0x4f8d78[_0x4cee41(0x25e)]||_0x4f8d78[_0x4cee41(0x230)]));const _0x1764e0=CLIUtils[_0x4cee41(0x1fc)]();this[_0x4cee41(0x2a3)][_0x4cee41(0x2c3)](_0x1764e0,![]),global[_0x4cee41(0x1cc)]=![];}}[a80_0x517585(0x2c7)](){const _0x439ffe=a80_0x517585;return this[_0x439ffe(0x1c9)][_0x439ffe(0x2c1)](_0x169bbd=>_0x169bbd[_0x439ffe(0x2e1)]()===_0x439ffe(0x287))?.[_0x439ffe(0x2a4)]()||'';}['getCapabilityValue'](_0x419fb9){const _0x56f809=a80_0x517585;try{const _0x4abb39=this[_0x56f809(0x27a)]?.[_0x56f809(0x2ad)]?.[_0x56f809(0x2d2)]||[],_0x155aca=_0x4abb39[_0x56f809(0x2c1)](_0x55358a=>_0x55358a[_0x56f809(0x2a6)]===_0x419fb9);return _0x155aca?_0x155aca['value']:null;}catch(_0x2381f0){return logger[_0x56f809(0x22d)](_0x56f809(0x2e7)+_0x419fb9+':\x20'+_0x2381f0[_0x56f809(0x230)]),null;}}async[a80_0x517585(0x27c)](_0x4445c2,_0x25c739){const _0x4b238f=a80_0x517585,_0x1b2721=_0x4445c2[_0x4b238f(0x17e)]()[_0x4b238f(0x1fd)](),_0x11e698=_0x1b2721[_0x4b238f(0x325)](),_0x43f91a=_0x1b2721['getCommandsToWrap']()?.['getCommandsList']();scripts['parseFromProto'](_0x11e698,_0x43f91a),scripts['toJson']();const _0x2adba6=_0x1b2721[_0x4b238f(0x22a)]();this[_0x4b238f(0x1c9)]=_0x1b2721[_0x4b238f(0x22a)](),await this[_0x4b238f(0x2cf)](_0x2adba6,_0x25c739[_0x4b238f(0x309)]);}async[a80_0x517585(0x2cf)](_0x22405c,_0x19d843={}){const _0x367ca0=a80_0x517585,_0x40796d={};_0x40796d['ZXmLu']=function(_0xa89ca7,_0x5c5a63){return _0xa89ca7===_0x5c5a63;},_0x40796d[_0x367ca0(0x18a)]='accessibilityToken',_0x40796d[_0x367ca0(0x19e)]=_0x367ca0(0x2b4),_0x40796d['AchzZ']=_0x367ca0(0x1de),_0x40796d[_0x367ca0(0x26a)]='browserstack.accessibilityOptions.wcagVersion',_0x40796d[_0x367ca0(0x285)]=_0x367ca0(0x2f2),_0x40796d[_0x367ca0(0x273)]=_0x367ca0(0x1e5),_0x40796d['sahDc']=function(_0x4d7304,_0x3d8c63){return _0x4d7304===_0x3d8c63;},_0x40796d[_0x367ca0(0x281)]=_0x367ca0(0x206),_0x40796d[_0x367ca0(0x2b8)]=_0x367ca0(0x216);const _0x27c3af=_0x40796d;global[_0x367ca0(0x278)]=global[_0x367ca0(0x278)]||{};for(const _0x1f3960 of _0x22405c){logger[_0x367ca0(0x1d2)](_0x367ca0(0x1e9)+_0x1f3960[_0x367ca0(0x2e1)]()+_0x367ca0(0x2df)+_0x1f3960['getValue']());if(_0x27c3af[_0x367ca0(0x317)](_0x1f3960[_0x367ca0(0x2e1)](),_0x27c3af[_0x367ca0(0x18a)]))process['env'][_0x367ca0(0x214)]=_0x1f3960['getValue'](),global['__accessibilityOptions'][_0x27c3af['bbASq']]=_0x1f3960[_0x367ca0(0x2a4)]();else{if(_0x27c3af[_0x367ca0(0x317)](_0x1f3960[_0x367ca0(0x2e1)](),_0x27c3af[_0x367ca0(0x254)]))global[_0x367ca0(0x278)][_0x27c3af[_0x367ca0(0x26a)]]=_0x1f3960[_0x367ca0(0x2a4)]();else{if(_0x27c3af[_0x367ca0(0x317)](_0x1f3960[_0x367ca0(0x2e1)](),_0x27c3af['QgEVH']))global[_0x367ca0(0x278)][_0x27c3af[_0x367ca0(0x273)]]=_0x1f3960[_0x367ca0(0x2a4)]();else _0x27c3af[_0x367ca0(0x238)](_0x1f3960[_0x367ca0(0x2e1)](),_0x27c3af['OPzvr'])&&(global['__accessibilityOptions'][_0x27c3af['YdIiU']]=_0x1f3960[_0x367ca0(0x2a4)]());}}}}async[a80_0x517585(0x2c8)](_0x490ae4){const _0x475c1e=a80_0x517585,_0x1f21d0={};_0x1f21d0[_0x475c1e(0x2d1)]=function(_0x4350a1,_0x2dcdbf){return _0x4350a1!==_0x2dcdbf;},_0x1f21d0[_0x475c1e(0x22e)]='cucumber',_0x1f21d0[_0x475c1e(0x2a5)]=function(_0x569b54,_0x5e8f48){return _0x569b54!==_0x5e8f48;},_0x1f21d0[_0x475c1e(0x264)]=_0x475c1e(0x275),_0x1f21d0[_0x475c1e(0x215)]=_0x475c1e(0x1be),_0x1f21d0[_0x475c1e(0x224)]=_0x475c1e(0x291);const _0x547b49=_0x1f21d0;if(_0x547b49[_0x475c1e(0x2d1)](_0x490ae4[_0x475c1e(0x320)],_0x547b49[_0x475c1e(0x22e)])&&_0x547b49[_0x475c1e(0x2a5)](_0x490ae4[_0x475c1e(0x320)],_0x547b49[_0x475c1e(0x264)])){logger[_0x475c1e(0x22d)](_0x547b49[_0x475c1e(0x215)]);return;}const _0x3a5e54=_0x490ae4[_0x475c1e(0x25c)]?.[_0x475c1e(0x21b)]||_0x490ae4['testInfo']?.['id']||global[_0x475c1e(0x1b2)];logger[_0x475c1e(0x1d2)](_0x475c1e(0x1d6)+_0x490ae4['testFramework']+',\x20testIdentifier='+_0x3a5e54);try{const _0x3432f5=_0x490ae4[_0x475c1e(0x209)]||AutomationFramework['getTrackedInstance'](),_0x135d79=CLIUtils['getCurrentInstanceName'](),_0x4a1c09=this['getCurrentAccessibilityStatus']();logger[_0x475c1e(0x22d)]('[platform\x20-\x20'+(_0x3432f5?.[_0x475c1e(0x1b5)]?.()||_0x547b49['ByCOe'])+_0x475c1e(0x259)+_0x4a1c09),_0x4a1c09&&await this[_0x475c1e(0x261)](_0x3432f5,_0x490ae4),this[_0x475c1e(0x2a3)]['delete'](_0x135d79),this[_0x475c1e(0x29f)][_0x475c1e(0x31e)](_0x135d79);}catch(_0x4c3d78){logger[_0x475c1e(0x289)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x4c3d78['stack']||_0x4c3d78[_0x475c1e(0x230)]));}}async[a80_0x517585(0x261)](_0x5ef39b,_0x366a82){const _0x1301a2=a80_0x517585,_0x509e1d={};_0x509e1d[_0x1301a2(0x189)]=function(_0x1c9748,_0x762176){return _0x1c9748===_0x762176;},_0x509e1d[_0x1301a2(0x2ab)]=_0x1301a2(0x1a7),_0x509e1d[_0x1301a2(0x324)]=function(_0x2922be,_0x16b7bb){return _0x2922be===_0x16b7bb;},_0x509e1d[_0x1301a2(0x228)]=_0x1301a2(0x275),_0x509e1d[_0x1301a2(0x18d)]='cucumber',_0x509e1d['BESOc']=function(_0x1c385e,_0x3bc3fd){return _0x1c385e===_0x3bc3fd;},_0x509e1d[_0x1301a2(0x1ee)]=_0x1301a2(0x2cb),_0x509e1d[_0x1301a2(0x31c)]=_0x1301a2(0x2a3),_0x509e1d['YuAiW']=_0x1301a2(0x2e3),_0x509e1d[_0x1301a2(0x1f7)]='unknown',_0x509e1d['UDEgQ']=_0x1301a2(0x1ec),_0x509e1d[_0x1301a2(0x296)]=_0x1301a2(0x2b0),_0x509e1d['nPWeX']=function(_0x57ab70,_0x2141d0){return _0x57ab70||_0x2141d0;},_0x509e1d['wZelP']=function(_0x2153dd,_0xa5460c){return _0x2153dd||_0xa5460c;},_0x509e1d[_0x1301a2(0x22b)]=function(_0x29e7cb,_0x1aecf4){return _0x29e7cb||_0x1aecf4;},_0x509e1d[_0x1301a2(0x292)]=_0x1301a2(0x1a5),_0x509e1d[_0x1301a2(0x266)]=_0x1301a2(0x2cd);const _0x134ba2=_0x509e1d;try{const _0x47741d=_0x366a82['testFramework']||(_0x134ba2[_0x1301a2(0x324)](this[_0x1301a2(0x229)]?.[_0x1301a2(0x2a6)]?.['toLowerCase'](),_0x134ba2[_0x1301a2(0x228)])?_0x134ba2[_0x1301a2(0x228)]:_0x134ba2['KIGjy']);let _0x2b214d='',_0x3cf06a=null,_0x455926=null;if(_0x134ba2[_0x1301a2(0x2dd)](_0x47741d,_0x134ba2[_0x1301a2(0x228)])){_0x3cf06a=_0x366a82[_0x1301a2(0x25c)]?.['testAnalyticsId']||_0x366a82[_0x1301a2(0x25c)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x3cf06a){logger[_0x1301a2(0x235)](_0x134ba2[_0x1301a2(0x1ee)]);return;}try{const _0x587091=await GrpcClient['getInstance']()[_0x1301a2(0x30d)](process[_0x1301a2(0x1d9)][_0x1301a2(0x199)],_0x134ba2[_0x1301a2(0x31c)],_0x134ba2['YuAiW'],_0x3cf06a),_0x90f23d=AccessibilityModule['loadDriverExecuteParams'](null,_0x587091);_0x2b214d=_0x90f23d?.[_0x1301a2(0x251)]||'',logger[_0x1301a2(0x22d)](_0x1301a2(0x1f9)+_0x2b214d+_0x1301a2(0x2a8)+_0x3cf06a),_0x455926=_0x587091;}catch(_0x9d939c){logger[_0x1301a2(0x289)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x9d939c[_0x1301a2(0x230)]);return;}}else{const _0x98f0b2=this[_0x1301a2(0x1f5)](_0x366a82);_0x2b214d=TestInfo[_0x1301a2(0x1a2)](_0x98f0b2);}const _0x4ecbef=((()=>{const _0x4e2876=_0x1301a2,_0x5d4b0e=(this[_0x4e2876(0x27a)]?.['options']?.[_0x4e2876(0x2d2)]||[])[_0x4e2876(0x2c1)](_0x256a8a=>(typeof _0x256a8a[_0x4e2876(0x2e1)]===_0x4e2876(0x1a7)?_0x256a8a['getName']():_0x256a8a[_0x4e2876(0x2a6)])===this['KEY_TESTHUB_BUILD_ID']);return _0x5d4b0e?_0x134ba2[_0x4e2876(0x189)](typeof _0x5d4b0e[_0x4e2876(0x2a4)],_0x134ba2[_0x4e2876(0x2ab)])?_0x5d4b0e[_0x4e2876(0x2a4)]():_0x5d4b0e['value']:'';})()),_0x4c6d93=process['env'][_0x1301a2(0x192)]||'';logger[_0x1301a2(0x22d)](_0x1301a2(0x1b3)+(_0x5ef39b?.[_0x1301a2(0x1b5)]?.()||_0x134ba2['SFftF'])+_0x1301a2(0x2f9)+_0x2b214d+_0x1301a2(0x311)+_0x4ecbef+'\x20a11yToken='+(_0x4c6d93?_0x134ba2[_0x1301a2(0x24a)]:_0x134ba2['kgzdv']));let _0x4ec3dd;if(_0x134ba2[_0x1301a2(0x324)](_0x47741d,_0x134ba2[_0x1301a2(0x228)]))_0x4ec3dd=AccessibilityModule[_0x1301a2(0x22c)](_0x2b214d,_0x455926);else{const _0x2b9994=await GrpcClient[_0x1301a2(0x2d8)]()[_0x1301a2(0x30d)](process[_0x1301a2(0x1d9)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x134ba2[_0x1301a2(0x31c)],_0x134ba2['YuAiW']);_0x4ec3dd=AccessibilityModule[_0x1301a2(0x22c)](_0x2b214d,_0x2b9994);}logger[_0x1301a2(0x22d)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x1301a2(0x268)](_0x4ec3dd));const _0x44d76c=Object[_0x1301a2(0x1a1)]({},{'thTestRunUuid':_0x134ba2['nPWeX'](_0x2b214d,''),'thBuildUuid':_0x134ba2['wZelP'](_0x4ecbef,''),'thJwtToken':_0x134ba2[_0x1301a2(0x22b)](_0x4c6d93,'')},_0x4ec3dd);logger['debug'](_0x1301a2(0x1e4)+_0x2b214d+_0x1301a2(0x2a7)+this[_0x1301a2(0x283)]);let _0x336b71=global[_0x1301a2(0x243)]?.[_0x1301a2(0x196)]||null;!_0x336b71&&(_0x336b71=AutomationFramework[_0x1301a2(0x190)](_0x5ef39b,_0x134ba2['bTgMc'],null)),!_0x336b71&&(_0x336b71=AutomationFramework[_0x1301a2(0x190)](_0x5ef39b,_0x134ba2['GmHML'],null)),await this[_0x1301a2(0x1ef)](this[_0x1301a2(0x20c)](),_0x2b214d,_0x336b71,_0x44d76c,this[_0x1301a2(0x283)]);}catch(_0x173067){logger[_0x1301a2(0x289)](_0x1301a2(0x2cc)+(_0x173067[_0x1301a2(0x25e)]||_0x173067[_0x1301a2(0x230)]));}}async['finishScanningForCli'](_0xc29fa1,_0xf060c5,_0x1200ff,_0x463e33,_0x54b7e4){const _0xea902a=a80_0x517585,_0x572c04={};_0x572c04['rTMsu']=_0xea902a(0x2e3),_0x572c04[_0xea902a(0x2be)]=function(_0xb82ec0,_0x28410b){return _0xb82ec0&&_0x28410b;},_0x572c04[_0xea902a(0x194)]=_0xea902a(0x184),_0x572c04['cJzWC']=function(_0x54dab7,_0x31ccc3){return _0x54dab7===_0x31ccc3;},_0x572c04[_0xea902a(0x2d6)]=_0xea902a(0x2b0),_0x572c04[_0xea902a(0x16d)]=function(_0x515521,_0x5eb1e1){return _0x515521===_0x5eb1e1;},_0x572c04[_0xea902a(0x1df)]=_0xea902a(0x17f),_0x572c04[_0xea902a(0x1c0)]=_0xea902a(0x212),_0x572c04[_0xea902a(0x30b)]='afterTestHook',_0x572c04['qRPlv']='scan',_0x572c04['uCtCU']=function(_0x5b8c88,_0x5908e6){return _0x5b8c88&&_0x5908e6;},_0x572c04['qyyrf']=_0xea902a(0x25a),_0x572c04[_0xea902a(0x2c0)]=_0xea902a(0x201),_0x572c04[_0xea902a(0x240)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x302e6d=_0x572c04;try{const _0x3a894b=this[_0xea902a(0x177)](_0x302e6d[_0xea902a(0x2ff)]);if(_0x302e6d[_0xea902a(0x2be)](!_0x54b7e4,!_0x3a894b)){logger[_0xea902a(0x22d)](_0x302e6d['WKAxV']);return;}if(!_0xf060c5||_0x302e6d[_0xea902a(0x253)](_0xf060c5,_0x302e6d[_0xea902a(0x2d6)])||_0x302e6d[_0xea902a(0x16d)](_0xf060c5,'')){logger[_0xea902a(0x22d)](_0x302e6d[_0xea902a(0x1df)]);return;}logger[_0xea902a(0x22d)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON['stringify'](_0x463e33)),_0xc29fa1&&(logger['debug'](_0x302e6d[_0xea902a(0x1c0)]),await this['performScanForCli'](_0x1200ff,_0xf060c5,_0x302e6d[_0xea902a(0x30b)],_0x463e33,_0x54b7e4,_0x302e6d[_0xea902a(0x1b8)]),_0x302e6d[_0xea902a(0x16e)](!_0x54b7e4,_0x3a894b)&&(logger['debug'](_0x302e6d['qyyrf']),await PerformanceTester['measureWrapper'](_0x302e6d[_0xea902a(0x2c0)],async()=>{const _0x4a9abf=_0xea902a;await this['performScanForCli'](_0x1200ff,_0xf060c5,_0x302e6d[_0x4a9abf(0x2ff)],_0x463e33,_0x54b7e4,_0x302e6d['rTMsu']);})()),logger[_0xea902a(0x1d2)](_0x302e6d[_0xea902a(0x240)]));}catch(_0x2f612b){logger[_0xea902a(0x289)](_0xea902a(0x2dc)+(_0x2f612b[_0xea902a(0x25e)]||_0x2f612b['message']));}}async[a80_0x517585(0x2a1)](_0x5c3103){const _0x37d2f2=a80_0x517585,_0x132116={};_0x132116['lDZvZ']=function(_0x24a462,_0x55c7e7){return _0x24a462!==_0x55c7e7;},_0x132116[_0x37d2f2(0x1da)]=_0x37d2f2(0x30e),_0x132116[_0x37d2f2(0x2f5)]=_0x37d2f2(0x275),_0x132116[_0x37d2f2(0x26c)]=_0x37d2f2(0x241),_0x132116['OYaYz']='unknown',_0x132116['gzJEu']=_0x37d2f2(0x279),_0x132116['njIbU']=function(_0x8dbdca,_0x1d139e){return _0x8dbdca===_0x1d139e;},_0x132116[_0x37d2f2(0x172)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x132116[_0x37d2f2(0x1a4)]='accessibility',_0x132116[_0x37d2f2(0x23a)]=_0x37d2f2(0x312),_0x132116[_0x37d2f2(0x217)]='test_run_id',_0x132116[_0x37d2f2(0x244)]='testhub_build_uuid',_0x132116[_0x37d2f2(0x20b)]=function(_0x5e517e,_0x5c8daa){return _0x5e517e===_0x5c8daa;},_0x132116[_0x37d2f2(0x1d8)]=_0x37d2f2(0x21d),_0x132116['NaVDu']=_0x37d2f2(0x2b0);const _0x5dad4c=_0x132116;if(_0x5dad4c[_0x37d2f2(0x19c)](_0x5c3103[_0x37d2f2(0x320)],_0x5dad4c[_0x37d2f2(0x1da)])&&_0x5dad4c[_0x37d2f2(0x19c)](_0x5c3103['testFramework'],_0x5dad4c['DukAc'])){logger['debug'](_0x5dad4c[_0x37d2f2(0x26c)]);return;}logger[_0x37d2f2(0x22d)](_0x37d2f2(0x17d)+(_0x5c3103[_0x37d2f2(0x2b2)]||_0x5dad4c[_0x37d2f2(0x1ac)])+',\x20framework='+_0x5c3103[_0x37d2f2(0x320)]);try{const _0x18b3a9=_0x5c3103[_0x37d2f2(0x209)]||AutomationFramework[_0x37d2f2(0x2d0)](),_0x4d1387=TestFramework['getTrackedInstance'](),_0x2c0d69=_0x5c3103['commandName']||_0x5c3103['command']?.[_0x37d2f2(0x2e1)]();if(!_0x2c0d69){logger[_0x37d2f2(0x22d)](_0x5dad4c['gzJEu']);return;}if(!this[_0x37d2f2(0x20c)]()){logger[_0x37d2f2(0x22d)](_0x37d2f2(0x1c2)+_0x2c0d69);return;}if(!this['shouldScanForCommand'](_0x2c0d69)){logger[_0x37d2f2(0x22d)]('onBeforeExecute:\x20Command\x20'+_0x2c0d69+_0x37d2f2(0x1aa));return;}const _0xc32229=_0x5c3103['page']||global[_0x37d2f2(0x243)]?.[_0x37d2f2(0x196)];if(!_0xc32229){logger[_0x37d2f2(0x22d)](_0x37d2f2(0x18b)+_0x2c0d69);return;}let _0x11a347='',_0xf3cc62=null;if(_0x5dad4c['njIbU'](_0x5c3103[_0x37d2f2(0x320)],_0x5dad4c[_0x37d2f2(0x2f5)])){_0xf3cc62=_0x5c3103[_0x37d2f2(0x25c)]?.['testAnalyticsId']||_0x5c3103[_0x37d2f2(0x25c)]?.['id']||global[_0x37d2f2(0x1b2)];if(!_0xf3cc62){logger[_0x37d2f2(0x235)](_0x5dad4c['ffOoX']);return;}try{const _0x560c5d=await GrpcClient[_0x37d2f2(0x2d8)]()[_0x37d2f2(0x30d)](process[_0x37d2f2(0x1d9)][_0x37d2f2(0x199)],_0x5dad4c['mwNso'],_0x5dad4c['CStEs'],_0xf3cc62),_0x5abc40=AccessibilityModule[_0x37d2f2(0x22c)](null,_0x560c5d);_0x11a347=_0x5abc40?.[_0x37d2f2(0x251)]||'',logger[_0x37d2f2(0x22d)](_0x37d2f2(0x220)+_0x11a347+_0x37d2f2(0x2a8)+_0xf3cc62);}catch(_0x42a79e){logger[_0x37d2f2(0x289)](_0x37d2f2(0x310)+_0x42a79e[_0x37d2f2(0x230)]);return;}}else _0x11a347=this[_0x37d2f2(0x239)](_0x5dad4c[_0x37d2f2(0x217)])||'';const _0x4f2b86=this[_0x37d2f2(0x239)](_0x5dad4c[_0x37d2f2(0x244)])||this[_0x37d2f2(0x27a)][this[_0x37d2f2(0x1ae)]]||null,_0x3eab1f=process[_0x37d2f2(0x1d9)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x3bb520=this[_0x37d2f2(0x174)](_0x2c0d69,_0x11a347,_0x4f2b86,_0x3eab1f),_0x42c2a3=_0x5dad4c[_0x37d2f2(0x20b)](_0x5c3103[_0x37d2f2(0x320)],_0x5dad4c['DukAc'])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x5dad4c[_0x37d2f2(0x1d8)],_0x11a347,_0xf3cc62):await AccessibilityModule[_0x37d2f2(0x1dc)](_0x5dad4c[_0x37d2f2(0x1d8)],_0x11a347);logger['info'](_0x37d2f2(0x245)+(_0x3bb520?JSON[_0x37d2f2(0x268)](_0x3bb520):_0x5dad4c[_0x37d2f2(0x298)]));const _0x3ed704=CLIUtils[_0x37d2f2(0x2ae)](_0x3bb520,_0x42c2a3);logger['info'](_0x37d2f2(0x299)+(_0x3ed704?JSON[_0x37d2f2(0x268)](_0x3ed704):_0x5dad4c['NaVDu'])),logger[_0x37d2f2(0x22d)](_0x37d2f2(0x26d)+_0x2c0d69);const _0x118ed9=await this[_0x37d2f2(0x274)](_0xc32229,_0x11a347,_0x2c0d69,_0x3ed704,this[_0x37d2f2(0x283)]);logger['debug'](_0x37d2f2(0x263)+_0x2c0d69+',\x20\x0a\x20'+_0x118ed9);}catch(_0x342f8f){logger[_0x37d2f2(0x289)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x342f8f[_0x37d2f2(0x25e)]||_0x342f8f['message']));}}[a80_0x517585(0x2d9)](){const _0x5f1360=a80_0x517585;return this[_0x5f1360(0x20c)]();}[a80_0x517585(0x29b)](_0x11f6b4){const _0x549fdb=a80_0x517585,_0x534f8b=CLIUtils[_0x549fdb(0x1fc)]();this['accessibility']['set'](_0x534f8b,_0x11f6b4);}async['initAccessibilityConfig'](_0x3378a5){const _0x5239fe=a80_0x517585,_0x1d775f={};_0x1d775f[_0x5239fe(0x2ba)]=_0x5239fe(0x291);const _0x3ab38f=_0x1d775f;try{const _0x5ef5b6=_0x3378a5[_0x5239fe(0x209)]||AutomationFramework[_0x5239fe(0x2d0)](),_0x2e90a0=_0x5ef5b6?.[_0x5239fe(0x282)]?.()?.[_0x5239fe(0x1ff)]?.(this[_0x5239fe(0x2d5)])||![];if(_0x2e90a0)return;PerformanceTester[_0x5239fe(0x2e2)](EVENTS[_0x5239fe(0x232)]);const _0x1846b6=await GrpcClient[_0x5239fe(0x2d8)]()[_0x5239fe(0x1bd)](_0x3378a5);_0x1846b6&&_0x1846b6[_0x5239fe(0x17e)]&&_0x1846b6[_0x5239fe(0x17e)]()&&_0x1846b6['getAccessibility']()[_0x5239fe(0x233)]()?(await this[_0x5239fe(0x186)](_0x1846b6,_0x3378a5),_0x5ef5b6?.[_0x5239fe(0x282)]&&_0x5ef5b6[_0x5239fe(0x282)]()[_0x5239fe(0x2c3)](this[_0x5239fe(0x2d5)],!![]),logger['debug'](_0x5239fe(0x1b3)+(_0x5ef5b6?.['getPlatformIndex']?.()||_0x3ab38f[_0x5239fe(0x2ba)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x5239fe(0x22d)]('[platform\x20-\x20'+(_0x5ef5b6?.['getPlatformIndex']?.()||_0x3ab38f[_0x5239fe(0x2ba)])+_0x5239fe(0x1d0)),PerformanceTester['end'](EVENTS[_0x5239fe(0x232)]);}catch(_0x35483a){PerformanceTester[_0x5239fe(0x284)](EVENTS[_0x5239fe(0x232)],![],_0x35483a['message']),logger[_0x5239fe(0x289)](_0x5239fe(0x2f7)+(_0x35483a['stack']||_0x35483a[_0x5239fe(0x230)]));}}async['loadAccessibilityConfig'](_0x29fc80,_0x366070){const _0x29d09b=a80_0x517585;await this['setAccessibilityConfig'](_0x29fc80,_0x366070);const _0x56fb90=_0x29fc80['getAccessibility']()['getOptions']();if(_0x56fb90){const _0x454368=_0x29fc80[_0x29d09b(0x24b)]&&_0x29fc80['getTesthub']();_0x454368&&(this['accessibilityConfig'][this[_0x29d09b(0x1ae)]]=_0x454368[_0x29d09b(0x319)]&&_0x454368[_0x29d09b(0x319)]());}}['shouldScanForCommand'](_0x2fbc88){const _0x4952cd=a80_0x517585,_0x570b2e={};_0x570b2e[_0x4952cd(0x1c5)]=function(_0x41783f,_0x88bc8c){return _0x41783f===_0x88bc8c;};const _0x58a9e3=_0x570b2e;try{if(!_0x2fbc88)return![];const _0xea4483=this['accessibilityConfig']?.[_0x4952cd(0x2ad)]?.['commandsToWrap']?.[_0x4952cd(0x2d3)]||[],_0x533e3a=_0xea4483[_0x4952cd(0x210)](_0x257366=>{const _0x446e5b=_0x4952cd;return _0x257366[_0x446e5b(0x2a6)]&&_0x58a9e3[_0x446e5b(0x1c5)](_0x257366['name'][_0x446e5b(0x2e4)](),_0x2fbc88[_0x446e5b(0x2e4)]());});return logger[_0x4952cd(0x22d)](_0x4952cd(0x255)+_0x2fbc88+'\x20->\x20'+_0x533e3a+_0x4952cd(0x250)+JSON[_0x4952cd(0x268)](_0xea4483[_0x4952cd(0x27e)](_0x2d5b40=>_0x2d5b40[_0x4952cd(0x2a6)]))),_0x533e3a;}catch(_0x3e35c7){return logger[_0x4952cd(0x22d)](_0x4952cd(0x29d)+_0x3e35c7[_0x4952cd(0x230)]),![];}}['isBrowserstackScriptCommand'](_0x1eaa70){const _0x205368=a80_0x517585,_0x53c88f={};_0x53c88f[_0x205368(0x302)]=function(_0x376773,_0x388803){return _0x376773===_0x388803;},_0x53c88f[_0x205368(0x2fb)]=_0x205368(0x23c),_0x53c88f['jWQuH']=_0x205368(0x185);const _0x44d399=_0x53c88f,_0x46d2dd=_0x1eaa70[_0x205368(0x226)]&&_0x1eaa70[_0x205368(0x226)]();return _0x46d2dd&&_0x44d399[_0x205368(0x302)](typeof _0x46d2dd,_0x44d399['tebCs'])&&_0x46d2dd['includes'](_0x44d399['jWQuH']);}[a80_0x517585(0x2bb)](_0x202361){const _0x1c4e6f=a80_0x517585,_0x549a5b={};_0x549a5b[_0x1c4e6f(0x180)]=function(_0x38b660,_0x185b61){return _0x38b660!==_0x185b61;},_0x549a5b['fNCmv']='string',_0x549a5b[_0x1c4e6f(0x30f)]='accessibility',_0x549a5b['cdfhT']='performScan',_0x549a5b[_0x1c4e6f(0x2f8)]=_0x1c4e6f(0x2c9),_0x549a5b['qrGWK']=_0x1c4e6f(0x31a);const _0x5b87ca=_0x549a5b,_0x460eb5=_0x202361[_0x1c4e6f(0x226)]&&_0x202361[_0x1c4e6f(0x226)]();if(!_0x460eb5||_0x5b87ca[_0x1c4e6f(0x180)](typeof _0x460eb5,_0x5b87ca[_0x1c4e6f(0x29a)]))return![];return _0x460eb5[_0x1c4e6f(0x246)](_0x5b87ca[_0x1c4e6f(0x30f)])||_0x460eb5[_0x1c4e6f(0x246)](_0x5b87ca[_0x1c4e6f(0x1ce)])||_0x460eb5[_0x1c4e6f(0x246)](_0x5b87ca[_0x1c4e6f(0x2f8)])||_0x460eb5[_0x1c4e6f(0x246)](_0x5b87ca['qrGWK']);}[a80_0x517585(0x174)](_0x24fdba,_0x2d21bd,_0x3191f6,_0x21832f){const _0x5e5184=a80_0x517585,_0x435c1f={};_0x435c1f[_0x5e5184(0x1a6)]=function(_0x500214,_0x430bf4){return _0x500214||_0x430bf4;},_0x435c1f[_0x5e5184(0x28f)]=function(_0x5c72a5,_0x5b597c){return _0x5c72a5||_0x5b597c;};const _0x1c0445=_0x435c1f;return{'command':_0x24fdba,'thTestRunUuid':_0x1c0445[_0x5e5184(0x1a6)](_0x2d21bd,''),'thBuildUuid':_0x1c0445[_0x5e5184(0x1a6)](_0x3191f6,''),'thJwtToken':_0x1c0445['dNiQY'](_0x21832f,''),'timestamp':new Date()['toISOString']()};}['getScriptByName'](_0xa5ffeb){const _0x4d579d=a80_0x517585,_0x39b0aa={};_0x39b0aa['yTsJE']=function(_0x13ce70,_0x535876){return _0x13ce70||_0x535876;};const _0x1f11f3=_0x39b0aa;try{const _0x2319be=this[_0x4d579d(0x27a)]?.['options']?.['scriptsList']||[],_0x9a0dd6=_0x2319be['find'](_0x2a82a3=>_0x2a82a3[_0x4d579d(0x2a6)]===_0xa5ffeb);return _0x1f11f3[_0x4d579d(0x227)](_0x9a0dd6,null);}catch(_0x231561){return logger[_0x4d579d(0x22d)](_0x4d579d(0x24c)+_0xa5ffeb+':\x20'+_0x231561[_0x4d579d(0x230)]),null;}}async[a80_0x517585(0x256)](_0x71d660,_0x380eb7,_0x5c30fa=null){const _0x500142=a80_0x517585,_0x1520f6={'ztIVi':function(_0x346d5e,_0x7baa39){return _0x346d5e(_0x7baa39);},'oJAdx':_0x500142(0x2ef)};try{if(!_0x71d660)return logger[_0x500142(0x22d)](_0x500142(0x307)+_0x380eb7),null;const _0x38cd5c=this[_0x500142(0x177)](_0x380eb7);if(!_0x38cd5c||!_0x38cd5c[_0x500142(0x265)])return logger[_0x500142(0x22d)]('executeScriptByName:\x20No\x20'+_0x380eb7+_0x500142(0x1b0)),null;logger[_0x500142(0x22d)](_0x500142(0x1e1)+_0x380eb7+_0x500142(0x277));const _0x2a799d=_0x1520f6['ztIVi'](require,_0x1520f6[_0x500142(0x260)]),_0x3ee2ba=_0x5c30fa?await _0x2a799d['browserStackEvaluate'](_0x71d660,_0x38cd5c['command'],_0x5c30fa):await _0x2a799d[_0x500142(0x188)](_0x71d660,_0x38cd5c[_0x500142(0x265)]);return _0x3ee2ba;}catch(_0x2ef831){return logger[_0x500142(0x289)](_0x500142(0x1ca)+_0x380eb7+':\x20'+(_0x2ef831[_0x500142(0x25e)]||_0x2ef831[_0x500142(0x230)])),null;}}async[a80_0x517585(0x274)](_0x115a2f,_0x1a4a24,_0x1a6198,_0x185d20,_0x2303d2,_0x40ab82=a80_0x517585(0x21d)){const _0x5f7330=a80_0x517585,_0x286c11={'pRbsC':function(_0x2073ff,_0x1bc639){return _0x2073ff===_0x1bc639;},'uapPc':_0x5f7330(0x21d),'nJeDk':function(_0x1a2523,_0x11cd41){return _0x1a2523(_0x11cd41);},'dfqye':_0x5f7330(0x2ef),'HZGjz':function(_0x36ac55,_0x3b7372){return _0x36ac55(_0x3b7372);}};try{logger['debug'](_0x5f7330(0x313)+_0x1a6198+_0x5f7330(0x31f)+_0x40ab82);const _0x3233d2=this[_0x5f7330(0x177)](_0x40ab82);if(!_0x3233d2||!_0x3233d2['command']){logger[_0x5f7330(0x22d)](_0x5f7330(0x326)+_0x40ab82+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x286c11[_0x5f7330(0x328)](_0x40ab82,_0x286c11['uapPc'])){const _0x5a5d86=_0x286c11['nJeDk'](require,_0x286c11[_0x5f7330(0x1b4)]),_0x5afad8={};_0x5afad8[_0x5f7330(0x265)]=_0x1a6198;const _0x30cbf9=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5f7330(0x2a0)],async()=>{const _0x2c1aef=_0x5f7330;await _0x5a5d86[_0x2c1aef(0x188)](_0x115a2f,_0x3233d2[_0x2c1aef(0x265)]);},_0x5afad8)();return logger['info']('Page\x20'+_0x40ab82+_0x5f7330(0x171)+_0x1a6198+':\x20'+util[_0x5f7330(0x1cb)](_0x30cbf9)),_0x30cbf9;}const _0x3ab876=_0x286c11[_0x5f7330(0x30c)](require,_0x286c11['dfqye']),_0x11b6ca=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x41aa7d=_0x5f7330;await _0x3ab876['browserStackEvaluate'](_0x115a2f,_0x3233d2[_0x41aa7d(0x265)],_0x185d20);})();return logger['info']('Page\x20'+_0x40ab82+'\x20result\x20for\x20'+_0x1a6198+':\x20'+util['format'](_0x11b6ca)),_0x11b6ca;}catch(_0x39e2c0){logger[_0x5f7330(0x289)](_0x5f7330(0x2ee)+_0x40ab82+':\x20'+(_0x39e2c0[_0x5f7330(0x25e)]||_0x39e2c0[_0x5f7330(0x230)]));}}async[a80_0x517585(0x1f0)](_0x1116e6){const _0x2f0e88=a80_0x517585,_0x4df84e={'QjSUX':function(_0x3ae0de,_0x5b6be2){return _0x3ae0de(_0x5b6be2);},'qSGgI':_0x2f0e88(0x1b6)};try{const _0x3219c3=_0x4df84e['QjSUX'](require,_0x4df84e['qSGgI']);return await _0x3219c3[_0x2f0e88(0x1bb)](_0x1116e6);}catch(_0x7707db){return logger[_0x2f0e88(0x289)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x7707db[_0x2f0e88(0x25e)]||_0x7707db[_0x2f0e88(0x230)])),![];}}[a80_0x517585(0x1ad)](_0x5a4705,_0x2c759c,_0xbce603){const _0x558913=a80_0x517585,_0x20f436={'GZCaC':function(_0x48f5f7,_0x2003bc){return _0x48f5f7(_0x2003bc);},'Vpwvr':'../../playwright/accessibility-helper','TViEp':_0x558913(0x315),'UgTjq':_0x558913(0x28d)};try{const _0x37facb=_0x20f436['GZCaC'](require,_0x20f436[_0x558913(0x28b)]);_0x37facb[_0x558913(0x1ad)](_0x5a4705,_0x2c759c,_0xbce603);const _0x3f8702=JSON[_0x558913(0x268)](_0x5a4705)[_0x558913(0x2fa)](/"browserstack\.user":"[^"]*"/g,_0x20f436[_0x558913(0x1d1)])[_0x558913(0x2fa)](/"browserstack\.key":"[^"]*"/g,_0x20f436[_0x558913(0x295)]);logger[_0x558913(0x22d)](_0x558913(0x24f)+global[_0x558913(0x1cc)]+'\x20'+_0x3f8702);}catch(_0x46327e){logger[_0x558913(0x289)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x46327e[_0x558913(0x25e)]||_0x46327e[_0x558913(0x230)]));}}async['getAccessibilityResults'](_0x20a815){const _0x44d95f=a80_0x517585,_0x2b8f57={};_0x2b8f57[_0x44d95f(0x242)]=_0x44d95f(0x321),_0x2b8f57[_0x44d95f(0x1c4)]=_0x44d95f(0x2c9);const _0x27ef4a=_0x2b8f57;try{if(!this[_0x44d95f(0x20c)]())return logger['warn'](_0x27ef4a[_0x44d95f(0x242)]),[];const _0x3d858e=await this[_0x44d95f(0x256)](_0x20a815,_0x27ef4a[_0x44d95f(0x1c4)]);return _0x3d858e||[];}catch(_0x4d842e){return logger[_0x44d95f(0x289)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x4d842e[_0x44d95f(0x25e)]||_0x4d842e[_0x44d95f(0x230)])),[];}}async[a80_0x517585(0x222)](_0x4bb1ca){const _0x2b9875=a80_0x517585,_0x34f6d6={'tUOSw':_0x2b9875(0x21d),'kjGYQ':'getResultsSummary','zZZOR':_0x2b9875(0x267),'wXTjJ':function(_0x5c4080,_0x529058){return _0x5c4080(_0x529058);},'zsgcr':_0x2b9875(0x203),'luEmA':function(_0x5a8c45,_0x20b694){return _0x5a8c45===_0x20b694;},'HBMry':_0x2b9875(0x275),'QsSbF':_0x2b9875(0x21e),'WcBZz':'accessibility','YaEXP':_0x2b9875(0x2d4),'rHoSy':_0x2b9875(0x222),'RllWv':_0x2b9875(0x198),'nPKZY':_0x2b9875(0x231),'GtykL':'No\x20summaryResults\x20found.'};try{if(!this[_0x2b9875(0x20c)]())return logger[_0x2b9875(0x235)](_0x34f6d6[_0x2b9875(0x208)]),{};const _0xb20354=_0x34f6d6['wXTjJ'](require,_0x34f6d6[_0x2b9875(0x25b)]),_0x2546fc=_0xb20354[_0x2b9875(0x19b)](),_0x1f43b0=_0x34f6d6['luEmA'](_0x2546fc?.['name']?.[_0x2b9875(0x2e4)](),_0x34f6d6[_0x2b9875(0x1c8)]);let _0x3de192='',_0x2c1115=null,_0x267dd8=null;if(_0x1f43b0){_0x2c1115=global[_0x2b9875(0x1b2)]||global[_0x2b9875(0x243)]?.[_0x2b9875(0x176)]?.[_0x2b9875(0x21b)]||global['__workerDetails']?.[_0x2b9875(0x176)]?.['id'];if(!_0x2c1115)return logger[_0x2b9875(0x235)](_0x34f6d6['QsSbF']),{};try{const _0x524516=await GrpcClient[_0x2b9875(0x2d8)]()[_0x2b9875(0x30d)](process['env'][_0x2b9875(0x199)],_0x34f6d6['WcBZz'],_0x34f6d6[_0x2b9875(0x1e0)],_0x2c1115),_0x4d0cc0=AccessibilityModule[_0x2b9875(0x22c)](null,_0x524516);_0x3de192=_0x4d0cc0?.[_0x2b9875(0x251)]||'',logger[_0x2b9875(0x22d)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x3de192+'\x20from\x20testIdentifier='+_0x2c1115);const _0xf2e37d=await AccessibilityModule[_0x2b9875(0x1dc)](_0x34f6d6[_0x2b9875(0x1e0)],_0x3de192,_0x2c1115),_0x573ba1=this[_0x2b9875(0x239)](_0x34f6d6[_0x2b9875(0x1a3)])||this['accessibilityConfig'][this[_0x2b9875(0x1ae)]]||null,_0xa120fa=process[_0x2b9875(0x1d9)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x1682e3=this[_0x2b9875(0x174)](_0x34f6d6[_0x2b9875(0x2b6)],_0x3de192,_0x573ba1,_0xa120fa);_0x267dd8=_0xb20354['mergeObject'](_0x1682e3,_0xf2e37d),logger[_0x2b9875(0x22d)](_0x2b9875(0x23e)+JSON['stringify'](_0x267dd8));}catch(_0x2901ee){return logger[_0x2b9875(0x289)](_0x2b9875(0x2e5)+_0x2901ee[_0x2b9875(0x230)]),{};}}else{_0x3de192=this[_0x2b9875(0x239)](_0x34f6d6[_0x2b9875(0x2de)])||'';const _0x4a9628=this[_0x2b9875(0x239)](_0x34f6d6[_0x2b9875(0x1a3)])||this[_0x2b9875(0x27a)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5f553a=process[_0x2b9875(0x1d9)][_0x2b9875(0x192)]||'';_0x267dd8=this[_0x2b9875(0x174)](_0x34f6d6[_0x2b9875(0x2b6)],_0x3de192,_0x4a9628,_0x5f553a);}logger[_0x2b9875(0x22d)](_0x34f6d6['nPKZY']),await PerformanceTester[_0x2b9875(0x28e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4e7cb2=_0x2b9875,_0x5cc23c=await this[_0x4e7cb2(0x256)](_0x4bb1ca,_0x34f6d6['tUOSw'],_0x267dd8);logger[_0x4e7cb2(0x22d)](_0x4e7cb2(0x2ac)+util[_0x4e7cb2(0x1cb)](_0x5cc23c));},{'command':_0x34f6d6[_0x2b9875(0x2b6)]})();const _0x825000=await PerformanceTester[_0x2b9875(0x28e)](PerformanceA11yEvents[_0x2b9875(0x252)],async()=>{const _0x5165cd=_0x2b9875;return await this[_0x5165cd(0x256)](_0x4bb1ca,_0x34f6d6['kjGYQ'],_0x267dd8);})();if(!_0x825000)return logger[_0x2b9875(0x22d)](_0x34f6d6[_0x2b9875(0x2af)]),{};return _0x825000;}catch(_0x22e321){return logger[_0x2b9875(0x289)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x22e321[_0x2b9875(0x25e)]||_0x22e321[_0x2b9875(0x230)])),{};}}async[a80_0x517585(0x269)](_0x202e2a,_0xcf667a,_0x55c3=null){const _0x519015=a80_0x517585,_0x1f08e3={};_0x1f08e3[_0x519015(0x249)]=_0x519015(0x2f3),_0x1f08e3[_0x519015(0x2b7)]=_0x519015(0x1eb),_0x1f08e3[_0x519015(0x305)]=_0x519015(0x234);const _0x5e83da=_0x1f08e3;try{if(!_0x202e2a)return logger['debug'](_0x5e83da['nfNvN']),null;if(!_0xcf667a)return logger[_0x519015(0x22d)](_0x5e83da['rvGuX']),null;logger[_0x519015(0x22d)](_0x5e83da[_0x519015(0x305)]);const _0x30fc61=_0x55c3?await _0x202e2a['evaluate'](_0xcf667a,_0x55c3):await _0x202e2a['evaluate'](_0xcf667a);return _0x30fc61;}catch(_0x36fa36){return logger[_0x519015(0x289)](_0x519015(0x1b9)+(_0x36fa36['stack']||_0x36fa36['message'])),null;}}static['loadDriverExecuteParams'](_0xfb6ee6,_0xb6b58c){const _0x416f36=a80_0x517585,_0x5133ba={};_0x5133ba['krWhF']=_0x416f36(0x1b1);const _0x3f5b6e=_0x5133ba,_0x1210a0={};_0x1210a0['thTestRunUuid']=_0xfb6ee6;const _0x4bf115=_0x1210a0;let _0x4b5859={};if(_0xb6b58c[_0x416f36(0x233)]()&&_0xb6b58c['hasAccessibilityExecuteParams']())try{_0x4b5859=JSON[_0x416f36(0x1f6)](new Buffer(_0xb6b58c[_0x416f36(0x24e)]())[_0x416f36(0x1dd)](_0x3f5b6e[_0x416f36(0x1bc)]));}catch(_0x3d75ca){logger[_0x416f36(0x289)](_0x416f36(0x2eb)+_0x3d75ca[_0x416f36(0x230)]),_0x4b5859={};}return CLIUtils[_0x416f36(0x2ae)](_0x4bf115,_0x4b5859);}static async['fetchCentralAuthA11yConfig'](_0x56cce6,_0x1fc21c='',_0x4343e4=null){const _0x3facb8=a80_0x517585,_0x34c526={};_0x34c526[_0x3facb8(0x1ed)]=_0x3facb8(0x25d),_0x34c526['JewYQ']='accessibility';const _0x95792b=_0x34c526;try{if(!_0x4343e4&&AccessibilityModule[_0x3facb8(0x322)])return AccessibilityModule[_0x3facb8(0x204)];if(!process['env'][_0x3facb8(0x199)])return logger[_0x3facb8(0x289)](_0x95792b[_0x3facb8(0x1ed)]),{};const _0x3ea076=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x3facb8(0x1d9)][_0x3facb8(0x199)],_0x95792b[_0x3facb8(0x1e7)],_0x56cce6,_0x4343e4),_0x28110d=_0x4343e4?AccessibilityModule[_0x3facb8(0x22c)](null,_0x3ea076)?.[_0x3facb8(0x251)]||_0x1fc21c:_0x1fc21c,_0x3fdcd7=AccessibilityModule['loadDriverExecuteParams'](_0x28110d,_0x3ea076);return!_0x4343e4&&(AccessibilityModule['_centralAuthA11yConfig']=_0x3fdcd7,AccessibilityModule[_0x3facb8(0x322)]=!![]),_0x3fdcd7;}catch(_0x27b583){return logger[_0x3facb8(0x289)](_0x3facb8(0x329)+_0x56cce6+':\x20'+(_0x27b583['stack']||_0x27b583[_0x3facb8(0x230)])),{};}}}function a80_0x5b88(_0x34b7ff,_0x8380e7){const _0x319d96=a80_0x319d();return a80_0x5b88=function(_0x5b88ee,_0x531592){_0x5b88ee=_0x5b88ee-0x16d;let _0x3d75de=_0x319d96[_0x5b88ee];return _0x3d75de;},a80_0x5b88(_0x34b7ff,_0x8380e7);};module[a80_0x517585(0x306)]=AccessibilityModule;
@@ -1 +1 @@
1
- const a81_0x3ec680=a81_0x2fe5;(function(_0x238bc8,_0x1d4e03){const _0x3d63fa=a81_0x2fe5,_0x19c669=_0x238bc8();while(!![]){try{const _0xc531b5=parseInt(_0x3d63fa(0x1bf))/0x1*(-parseInt(_0x3d63fa(0x1c5))/0x2)+parseInt(_0x3d63fa(0x1c6))/0x3+-parseInt(_0x3d63fa(0x1d8))/0x4+-parseInt(_0x3d63fa(0x1da))/0x5+parseInt(_0x3d63fa(0x1df))/0x6+parseInt(_0x3d63fa(0x1c1))/0x7*(parseInt(_0x3d63fa(0x1be))/0x8)+-parseInt(_0x3d63fa(0x1e1))/0x9*(-parseInt(_0x3d63fa(0x1c8))/0xa);if(_0xc531b5===_0x1d4e03)break;else _0x19c669['push'](_0x19c669['shift']());}catch(_0x2890e){_0x19c669['push'](_0x19c669['shift']());}}}(a81_0xbe35,0x4cf50));function a81_0x2fe5(_0x1439ce,_0x378bb2){const _0xbe35f=a81_0xbe35();return a81_0x2fe5=function(_0x2fe517,_0x57862f){_0x2fe517=_0x2fe517-0x1ba;let _0x11e3cc=_0xbe35f[_0x2fe517];return _0x11e3cc;},a81_0x2fe5(_0x1439ce,_0x378bb2);}const logger=require(a81_0x3ec680(0x1c7))[a81_0x3ec680(0x1cb)],{FRAMEWORKS}=require(a81_0x3ec680(0x1d1));function a81_0xbe35(){const _0x4ed5c5=['JEST','1|0|2|5|4|3','CHIYq','getModuleName','../../../helpers/test-observability/constants.js','split','exports','debug','platformIndex','testFramework','binSessionId','1952040frSXwB','QUWms','1394535zkSLtq','testId','Missing\x20binSessionId','config','testInfo','2256834lPppWs','testCaseStartedId','45fKwJVw','client','configure','object','PLAYWRIGHT','CUCUMBER','WJalI','setTestFrameworkData','testFrameworkData','fjASo','810648oTGqfu','22303mQsIeU','version','7wLQceX','_test',',\x20platformIndex=','ensureBinSession','4mntpfG','1489677EqKqUK','../../../helpers/logger.js','305420GEeIlD','OfEMw','getTestId','winstonLogger','UmSXA'];a81_0xbe35=function(){return _0x4ed5c5;};return a81_0xbe35();}class BaseModule{constructor(_0x5d1290=null){const _0x54dffb=a81_0x3ec680,_0x57ea3b={};_0x57ea3b[_0x54dffb(0x1cf)]=_0x54dffb(0x1ce),_0x57ea3b[_0x54dffb(0x1ba)]='BaseModule';const _0x540708=_0x57ea3b,_0x462aeb=_0x540708[_0x54dffb(0x1cf)][_0x54dffb(0x1d2)]('|');let _0x20c65b=0x0;while(!![]){switch(_0x462aeb[_0x20c65b++]){case'0':this[_0x54dffb(0x1d7)]=null;continue;case'1':this['name']=_0x540708[_0x54dffb(0x1ba)];continue;case'2':this[_0x54dffb(0x1d5)]=0x0;continue;case'3':this[_0x54dffb(0x1bc)]=this[_0x54dffb(0x1bb)](_0x5d1290);continue;case'4':this[_0x54dffb(0x1e2)]=null;continue;case'5':this[_0x54dffb(0x1dd)]={};continue;}break;}}[a81_0x3ec680(0x1c4)](){const _0x47f8d7=a81_0x3ec680,_0x497348={};_0x497348[_0x47f8d7(0x1d9)]=_0x47f8d7(0x1dc);const _0x4730ec=_0x497348;if(!this[_0x47f8d7(0x1d7)])throw new Error(_0x4730ec['QUWms']);}[a81_0x3ec680(0x1d0)](){return this['name'];}[a81_0x3ec680(0x1e3)](_0x1dcbc1,_0x1fc27b,_0x2a0874,_0x1a1459={}){const _0x161cb9=a81_0x3ec680,_0x4ab5f6={};_0x4ab5f6[_0x161cb9(0x1cc)]='1|2|0|4|3';const _0x1bc126=_0x4ab5f6,_0x534cd8=_0x1bc126['UmSXA'][_0x161cb9(0x1d2)]('|');let _0x1e7a29=0x0;while(!![]){switch(_0x534cd8[_0x1e7a29++]){case'0':this['client']=_0x2a0874;continue;case'1':this[_0x161cb9(0x1d7)]=_0x1dcbc1;continue;case'2':this[_0x161cb9(0x1d5)]=_0x1fc27b;continue;case'3':logger[_0x161cb9(0x1d4)]('Configured\x20module\x20'+this[_0x161cb9(0x1d0)]()+'\x20with\x20binSessionId='+_0x1dcbc1+_0x161cb9(0x1c3)+_0x1fc27b);continue;case'4':this[_0x161cb9(0x1dd)]=_0x1a1459;continue;}break;}}[a81_0x3ec680(0x1ca)](_0x24aa66){const _0x41c4dd=a81_0x3ec680,_0x520f6c={};_0x520f6c[_0x41c4dd(0x1c9)]=function(_0x1ef7e9,_0x479155){return _0x1ef7e9===_0x479155;};const _0x3adae6=_0x520f6c;let _0x23dd9f='';if(_0x3adae6[_0x41c4dd(0x1c9)](_0x24aa66[_0x41c4dd(0x1d6)],FRAMEWORKS[_0x41c4dd(0x1e5)]))_0x23dd9f=_0x24aa66[_0x41c4dd(0x1de)]?.[_0x41c4dd(0x1c2)]?.['id']||_0x24aa66[_0x41c4dd(0x1de)]?.[_0x41c4dd(0x1db)];else{if(_0x3adae6['OfEMw'](_0x24aa66[_0x41c4dd(0x1d6)],FRAMEWORKS[_0x41c4dd(0x1e6)]))_0x23dd9f=_0x24aa66['testInfo']?.[_0x41c4dd(0x1e0)];else _0x3adae6[_0x41c4dd(0x1c9)](_0x24aa66['testFramework'],FRAMEWORKS[_0x41c4dd(0x1cd)])&&(_0x23dd9f=_0x24aa66[_0x41c4dd(0x1de)]?.['id']);}return _0x23dd9f;}[a81_0x3ec680(0x1bb)](_0x4f70fc){const _0x10b6a6=a81_0x3ec680,_0x2f6fb2={};_0x2f6fb2['JOQHP']=function(_0x38d270,_0x16a3b0){return _0x38d270!==_0x16a3b0;},_0x2f6fb2[_0x10b6a6(0x1bd)]=_0x10b6a6(0x1e4);const _0x15ccf2=_0x2f6fb2;if(!_0x4f70fc||_0x15ccf2['JOQHP'](typeof _0x4f70fc,_0x15ccf2[_0x10b6a6(0x1bd)]))return null;const _0x4a1770={};_0x4a1770['name']=_0x4f70fc['name'],_0x4a1770[_0x10b6a6(0x1c0)]=_0x4f70fc[_0x10b6a6(0x1c0)]&&_0x4f70fc[_0x10b6a6(0x1c0)][_0x4f70fc['name']];const _0xa703f0=_0x4a1770;return _0xa703f0;}}module[a81_0x3ec680(0x1d3)]=BaseModule;
1
+ const a81_0x59102d=a81_0x2a48;function a81_0x2a48(_0x4bc7cd,_0x1caab7){const _0x303f50=a81_0x303f();return a81_0x2a48=function(_0x2a487f,_0x1e0875){_0x2a487f=_0x2a487f-0x191;let _0x1ad6a2=_0x303f50[_0x2a487f];return _0x1ad6a2;},a81_0x2a48(_0x4bc7cd,_0x1caab7);}(function(_0x25f631,_0x4d907d){const _0x154469=a81_0x2a48,_0x1fd415=_0x25f631();while(!![]){try{const _0x45fcda=-parseInt(_0x154469(0x1a6))/0x1+parseInt(_0x154469(0x1ab))/0x2+parseInt(_0x154469(0x1a2))/0x3*(parseInt(_0x154469(0x1a0))/0x4)+parseInt(_0x154469(0x197))/0x5*(-parseInt(_0x154469(0x192))/0x6)+parseInt(_0x154469(0x1b1))/0x7+-parseInt(_0x154469(0x1a5))/0x8+-parseInt(_0x154469(0x194))/0x9;if(_0x45fcda===_0x4d907d)break;else _0x1fd415['push'](_0x1fd415['shift']());}catch(_0x2748ac){_0x1fd415['push'](_0x1fd415['shift']());}}}(a81_0x303f,0x3d75b));const logger=require(a81_0x59102d(0x1a1))[a81_0x59102d(0x195)],{FRAMEWORKS}=require(a81_0x59102d(0x1b7));function a81_0x303f(){const _0xaed070=['debug','CMAbi','DYwzV','159546UwQbYO','NfELY','193284VkXNpF','winstonLogger','PLAYWRIGHT','25pnojIF','BaseModule','getTestId','DSgMj','testFrameworkData','Missing\x20binSessionId','dRcAm','CUCUMBER','testId','716sqOlaE','../../../helpers/logger.js','5649LBDWiw','Configured\x20module\x20','split','3213608YDMUWs','192185ZftLaM','testInfo','object','platformIndex','config','599656JHLOLx','ensureBinSession','binSessionId','name','getModuleName','testFramework','2542197RnxFQC','client','setTestFrameworkData','_test','JEST','testCaseStartedId','../../../helpers/test-observability/constants.js','version','XYkwF','feUTR'];a81_0x303f=function(){return _0xaed070;};return a81_0x303f();}class BaseModule{constructor(_0x18476f=null){const _0x11026d=a81_0x59102d,_0x4025b7={};_0x4025b7[_0x11026d(0x193)]='3|1|4|0|2|5',_0x4025b7[_0x11026d(0x191)]=_0x11026d(0x198);const _0x2d1c01=_0x4025b7,_0x4e23ba=_0x2d1c01[_0x11026d(0x193)]['split']('|');let _0x24ca2e=0x0;while(!![]){switch(_0x4e23ba[_0x24ca2e++]){case'0':this[_0x11026d(0x1aa)]={};continue;case'1':this[_0x11026d(0x1ad)]=null;continue;case'2':this[_0x11026d(0x1b2)]=null;continue;case'3':this[_0x11026d(0x1ae)]=_0x2d1c01[_0x11026d(0x191)];continue;case'4':this[_0x11026d(0x1a9)]=0x0;continue;case'5':this[_0x11026d(0x19b)]=this[_0x11026d(0x1b3)](_0x18476f);continue;}break;}}[a81_0x59102d(0x1ac)](){const _0x388a28=a81_0x59102d,_0x3b799b={};_0x3b799b[_0x388a28(0x1b9)]=_0x388a28(0x19c);const _0x1b3fd1=_0x3b799b;if(!this['binSessionId'])throw new Error(_0x1b3fd1[_0x388a28(0x1b9)]);}[a81_0x59102d(0x1af)](){const _0xf5fa55=a81_0x59102d;return this[_0xf5fa55(0x1ae)];}['configure'](_0x2ba4d0,_0x254fe8,_0x505808,_0x4a702c={}){const _0x3a39b9=a81_0x59102d,_0x5885d5={};_0x5885d5['feUTR']='0|3|4|1|2';const _0x54af61=_0x5885d5,_0x217b4e=_0x54af61[_0x3a39b9(0x1ba)][_0x3a39b9(0x1a4)]('|');let _0x24d8f5=0x0;while(!![]){switch(_0x217b4e[_0x24d8f5++]){case'0':this[_0x3a39b9(0x1ad)]=_0x2ba4d0;continue;case'1':this[_0x3a39b9(0x1aa)]=_0x4a702c;continue;case'2':logger[_0x3a39b9(0x1bb)](_0x3a39b9(0x1a3)+this[_0x3a39b9(0x1af)]()+'\x20with\x20binSessionId='+_0x2ba4d0+',\x20platformIndex='+_0x254fe8);continue;case'3':this[_0x3a39b9(0x1a9)]=_0x254fe8;continue;case'4':this[_0x3a39b9(0x1b2)]=_0x505808;continue;}break;}}[a81_0x59102d(0x199)](_0x10a0e2){const _0x598e2e=a81_0x59102d,_0x1b65a9={};_0x1b65a9[_0x598e2e(0x19d)]=function(_0x4cb490,_0x1ba32a){return _0x4cb490===_0x1ba32a;};const _0x5ed52b=_0x1b65a9;let _0x8e8b40='';if(_0x5ed52b[_0x598e2e(0x19d)](_0x10a0e2['testFramework'],FRAMEWORKS[_0x598e2e(0x196)]))_0x8e8b40=_0x10a0e2['testInfo']?.[_0x598e2e(0x1b4)]?.['id']||_0x10a0e2[_0x598e2e(0x1a7)]?.[_0x598e2e(0x19f)];else{if(_0x5ed52b['dRcAm'](_0x10a0e2[_0x598e2e(0x1b0)],FRAMEWORKS[_0x598e2e(0x19e)]))_0x8e8b40=_0x10a0e2[_0x598e2e(0x1a7)]?.[_0x598e2e(0x1b6)];else _0x5ed52b[_0x598e2e(0x19d)](_0x10a0e2[_0x598e2e(0x1b0)],FRAMEWORKS[_0x598e2e(0x1b5)])&&(_0x8e8b40=_0x10a0e2[_0x598e2e(0x1a7)]?.['id']);}return _0x8e8b40;}[a81_0x59102d(0x1b3)](_0x5a7dfb){const _0x37652b=a81_0x59102d,_0xaa2fe={};_0xaa2fe[_0x37652b(0x19a)]=function(_0x50812d,_0x4075d0){return _0x50812d!==_0x4075d0;},_0xaa2fe[_0x37652b(0x1bc)]=_0x37652b(0x1a8);const _0x5b4185=_0xaa2fe;if(!_0x5a7dfb||_0x5b4185['DSgMj'](typeof _0x5a7dfb,_0x5b4185[_0x37652b(0x1bc)]))return null;const _0x46b6e2={};_0x46b6e2['name']=_0x5a7dfb[_0x37652b(0x1ae)],_0x46b6e2[_0x37652b(0x1b8)]=_0x5a7dfb[_0x37652b(0x1b8)]&&_0x5a7dfb['version'][_0x5a7dfb[_0x37652b(0x1ae)]];const _0x342868=_0x46b6e2;return _0x342868;}}module['exports']=BaseModule;
@@ -1 +1 @@
1
- const a82_0x1b4c23=a82_0x5f56;function a82_0x5f56(_0x54c596,_0x1eff94){const _0x3cf84c=a82_0x3cf8();return a82_0x5f56=function(_0x5f5614,_0x4cb04e){_0x5f5614=_0x5f5614-0x96;let _0x259375=_0x3cf84c[_0x5f5614];return _0x259375;},a82_0x5f56(_0x54c596,_0x1eff94);}(function(_0x47deab,_0x527245){const _0x8104a4=a82_0x5f56,_0x22c460=_0x47deab();while(!![]){try{const _0x5aa079=-parseInt(_0x8104a4(0xa4))/0x1*(parseInt(_0x8104a4(0xc3))/0x2)+-parseInt(_0x8104a4(0xa0))/0x3+-parseInt(_0x8104a4(0xbd))/0x4*(parseInt(_0x8104a4(0xa1))/0x5)+-parseInt(_0x8104a4(0x9d))/0x6*(-parseInt(_0x8104a4(0xa9))/0x7)+-parseInt(_0x8104a4(0xae))/0x8*(parseInt(_0x8104a4(0x9a))/0x9)+-parseInt(_0x8104a4(0xbe))/0xa+parseInt(_0x8104a4(0xaa))/0xb;if(_0x5aa079===_0x527245)break;else _0x22c460['push'](_0x22c460['shift']());}catch(_0x395d37){_0x22c460['push'](_0x22c460['shift']());}}}(a82_0x3cf8,0xd2b91));const {createClassLogger}=require(a82_0x1b4c23(0xc7)),logger=createClassLogger(a82_0x1b4c23(0xc4)),{sendSdkEvents}=require(a82_0x1b4c23(0xad)),isLTSSession=(_0x39608d=null)=>{const _0x4e1526=a82_0x1b4c23,_0x582101={};_0x582101[_0x4e1526(0xc5)]=function(_0x2caa00,_0x28f1cf){return _0x2caa00!==_0x28f1cf;},_0x582101[_0x4e1526(0xc9)]=_0x4e1526(0xc6),_0x582101['CxZva']=function(_0x4f19c3,_0x2ce0){return _0x4f19c3===_0x2ce0;},_0x582101[_0x4e1526(0xac)]=_0x4e1526(0xbf),_0x582101[_0x4e1526(0x9c)]=function(_0x3ee1cc,_0x697c69){return _0x3ee1cc===_0x697c69;},_0x582101[_0x4e1526(0xb2)]=_0x4e1526(0xa8),_0x582101[_0x4e1526(0xb7)]=function(_0x3e03a4,_0x57006b){return _0x3e03a4===_0x57006b;},_0x582101[_0x4e1526(0xc1)]=function(_0x1d7c90,_0x1c715f){return _0x1d7c90===_0x1c715f;},_0x582101['JYUuS']=function(_0x475ba0,_0x196d83){return _0x475ba0===_0x196d83;},_0x582101['WUipl']=_0x4e1526(0x96);const _0x2cd1e5=_0x582101;try{if(_0x2cd1e5[_0x4e1526(0xc5)](typeof process[_0x4e1526(0xc0)]['overrideLoadTesting'],_0x2cd1e5[_0x4e1526(0xc9)])){const _0x5bdd30=process[_0x4e1526(0xc0)][_0x4e1526(0x9b)];return _0x2cd1e5[_0x4e1526(0xa5)](typeof _0x5bdd30,_0x2cd1e5[_0x4e1526(0xac)])?_0x2cd1e5[_0x4e1526(0x9c)](_0x5bdd30[_0x4e1526(0xc2)](),_0x2cd1e5['ehIwS']):!!_0x5bdd30;}const _0x42be51=_0x39608d&&_0x39608d['overrideLoadTesting'],_0x11bd62=!!(_0x39608d&&(_0x2cd1e5[_0x4e1526(0xb7)](_0x39608d[_0x4e1526(0x9e)],!![])||_0x2cd1e5[_0x4e1526(0xc1)](_0x39608d['browserstackAutomation'],_0x2cd1e5[_0x4e1526(0xb2)]))),_0x195db8=!!(_0x42be51&&_0x2cd1e5['JYUuS'](_0x42be51[_0x4e1526(0x98)]()[_0x4e1526(0xc2)](),_0x2cd1e5[_0x4e1526(0xb2)])&&!_0x11bd62);return process[_0x4e1526(0xc0)][_0x4e1526(0x9b)]=_0x195db8?_0x2cd1e5[_0x4e1526(0xb2)]:_0x2cd1e5[_0x4e1526(0xb0)],_0x195db8;}catch(_0x3ee117){return process[_0x4e1526(0xc0)][_0x4e1526(0x9b)]=_0x2cd1e5[_0x4e1526(0xb0)],![];}},getLTSSessionId=()=>{const _0x2abeff=a82_0x1b4c23,_0x55519e={'yEZfR':function(_0x3b9de7){return _0x3b9de7();},'XyogB':_0x2abeff(0xab),'xqpze':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0x55519e[_0x2abeff(0xaf)](isLTSSession))return logger[_0x2abeff(0xa2)](_0x55519e[_0x2abeff(0xb4)]),process['env'][_0x2abeff(0xb1)]||'';}catch(_0x3c8bfc){logger[_0x2abeff(0xc8)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x3c8bfc&&_0x3c8bfc[_0x2abeff(0xb8)]));}return logger[_0x2abeff(0xa2)](_0x55519e[_0x2abeff(0xbb)]),'';},setLTSSessionId=async(_0x1c39d2={})=>{const _0x3a46ca=a82_0x1b4c23,_0x51e4ae={'eiEYp':function(_0x2fa80e){return _0x2fa80e();},'KNNrt':_0x3a46ca(0x97),'RRQsX':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','yCKmA':_0x3a46ca(0xb9),'GBSgB':function(_0x586cdd,_0x387f93){return _0x586cdd(_0x387f93);},'EQgmJ':function(_0xf0b41a,_0x1c62eb,_0x40ba3e){return _0xf0b41a(_0x1c62eb,_0x40ba3e);},'BTlKb':function(_0x3bd144,_0x14a56e){return _0x3bd144||_0x14a56e;}};try{const _0x4d1be5=_0x51e4ae[_0x3a46ca(0xa3)](getLTSSessionId);_0x4d1be5?(process['env']['BROWSERSTACK_LTS_SESSION_ID']=_0x4d1be5,logger['debug'](_0x51e4ae[_0x3a46ca(0xa6)])):(delete process[_0x3a46ca(0xc0)]['BROWSERSTACK_LTS_SESSION_ID'],logger[_0x3a46ca(0xa2)](_0x51e4ae[_0x3a46ca(0xb5)]));try{const _0x36935f={'feature':_0x51e4ae[_0x3a46ca(0xb3)],'ltsEnabled':_0x51e4ae['GBSgB'](isLTSSession,_0x1c39d2),'ltsSessionIdPresent':!!_0x4d1be5};await _0x51e4ae[_0x3a46ca(0xa7)](sendSdkEvents,_0x36935f,_0x1c39d2);}catch(_0x1e1d55){logger[_0x3a46ca(0xa2)](_0x3a46ca(0xbc)+(_0x1e1d55&&_0x1e1d55[_0x3a46ca(0xb8)]));}return _0x51e4ae[_0x3a46ca(0xba)](_0x4d1be5,'');}catch(_0x25fe46){return logger[_0x3a46ca(0xa2)]('setLTSSessionId\x20error:\x20'+(_0x25fe46&&_0x25fe46[_0x3a46ca(0xb8)])),'';}},a82_0x5d4d87={};a82_0x5d4d87[a82_0x1b4c23(0x9f)]=isLTSSession,a82_0x5d4d87[a82_0x1b4c23(0xb6)]=getLTSSessionId,a82_0x5d4d87['setLTSSessionId']=setLTSSessionId,module[a82_0x1b4c23(0x99)]=a82_0x5d4d87;function a82_0x3cf8(){const _0x2e8057=['error','zwvbc','false','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','toString','exports','198iilTDH','overrideLoadTesting','svCmx','7031382tNhMLS','browserstackAutomation','isLTSSession','4753689kFtLJV','378410GajYet','debug','eiEYp','1BUhzSs','CxZva','KNNrt','EQgmJ','true','7wGmmCK','46303620rVXcwH','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','CXOfy','../../../helpers/helper.js','228328yvtZch','yEZfR','WUipl','BROWSERSTACK_LTS_SESSION_ID','ehIwS','yCKmA','XyogB','RRQsX','getLTSSessionId','EVVTn','message','LTS','BTlKb','xqpze','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','12OetRKS','15807140UeqIgN','string','env','sfFsM','toLowerCase','995942nxlSqg','LoadTestModule','pIULA','undefined','../../../helpers/classLogger.js'];a82_0x3cf8=function(){return _0x2e8057;};return a82_0x3cf8();}
1
+ function a82_0x1d17(){const _0x10084=['dHjOc','setLTSSessionId','ReRXG','LkskD','setLTSSessionId\x20error:\x20','BROWSERSTACK_LTS_SESSION_ID','ywVEF','luRiA','true','2480112AqRQij','LoadTestModule','32762301Opexjq','BROWSERSTACK_LTS_SESSION_ID\x20cleared','toString','ESGJZ','1337PNXDhA','uGMvd','isLTSSession','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','6LNgkSY','sOdhX','2329790hkcHLy','5743107zMjUXm','1jvOyzN','message','overrideLoadTesting','../../../helpers/classLogger.js','debug','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','ntMGQ','36728eqGIHk','browserstackAutomation','toLowerCase','AheHa','QIybd','deJum','exports','string','2684952HAOlWL','FuGbt','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','env','kAvVe','kNrtl','20bOQtzG','../../../helpers/helper.js','LTS','672858YZtDln'];a82_0x1d17=function(){return _0x10084;};return a82_0x1d17();}const a82_0x39dd40=a82_0x2f29;function a82_0x2f29(_0x335aaf,_0x1ffafb){const _0x1d1710=a82_0x1d17();return a82_0x2f29=function(_0x2f29a9,_0x337683){_0x2f29a9=_0x2f29a9-0xfc;let _0x2b609e=_0x1d1710[_0x2f29a9];return _0x2b609e;},a82_0x2f29(_0x335aaf,_0x1ffafb);}(function(_0x3ee7c9,_0x5984ad){const _0x4fa590=a82_0x2f29,_0x41d32a=_0x3ee7c9();while(!![]){try{const _0xfd1724=parseInt(_0x4fa590(0x128))/0x1*(-parseInt(_0x4fa590(0x107))/0x2)+-parseInt(_0x4fa590(0x110))/0x3+-parseInt(_0x4fa590(0x11a))/0x4+-parseInt(_0x4fa590(0x126))/0x5*(parseInt(_0x4fa590(0x124))/0x6)+-parseInt(_0x4fa590(0x120))/0x7*(parseInt(_0x4fa590(0xff))/0x8)+-parseInt(_0x4fa590(0x127))/0x9*(-parseInt(_0x4fa590(0x10d))/0xa)+parseInt(_0x4fa590(0x11c))/0xb;if(_0xfd1724===_0x5984ad)break;else _0x41d32a['push'](_0x41d32a['shift']());}catch(_0x25f90f){_0x41d32a['push'](_0x41d32a['shift']());}}}(a82_0x1d17,0xb1010));const {createClassLogger}=require(a82_0x39dd40(0x12b)),logger=createClassLogger(a82_0x39dd40(0x11b)),{sendSdkEvents}=require(a82_0x39dd40(0x10e)),isLTSSession=(_0x45731d=null)=>{const _0x126a5f=a82_0x39dd40,_0x1b2c86={};_0x1b2c86[_0x126a5f(0x102)]=function(_0x3d1006,_0x5c3bf1){return _0x3d1006!==_0x5c3bf1;},_0x1b2c86[_0x126a5f(0x10b)]='undefined',_0x1b2c86[_0x126a5f(0x103)]=function(_0x2cf011,_0x170ee9){return _0x2cf011===_0x170ee9;},_0x1b2c86[_0x126a5f(0x111)]=_0x126a5f(0x106),_0x1b2c86[_0x126a5f(0x121)]=_0x126a5f(0x119),_0x1b2c86['kNrtl']=function(_0x2ecc2f,_0x582edb){return _0x2ecc2f===_0x582edb;},_0x1b2c86[_0x126a5f(0x114)]='false';const _0x2c1ce4=_0x1b2c86;try{if(_0x2c1ce4['AheHa'](typeof process['env']['overrideLoadTesting'],_0x2c1ce4['kAvVe'])){const _0x1b602e=process[_0x126a5f(0x10a)][_0x126a5f(0x12a)];return _0x2c1ce4[_0x126a5f(0x103)](typeof _0x1b602e,_0x2c1ce4[_0x126a5f(0x111)])?_0x2c1ce4['QIybd'](_0x1b602e[_0x126a5f(0x101)](),_0x2c1ce4[_0x126a5f(0x121)]):!!_0x1b602e;}const _0x30af4d=_0x45731d&&_0x45731d[_0x126a5f(0x12a)],_0x1fc7ed=!!(_0x45731d&&(_0x2c1ce4[_0x126a5f(0x10c)](_0x45731d['browserstackAutomation'],!![])||_0x2c1ce4['QIybd'](_0x45731d[_0x126a5f(0x100)],_0x2c1ce4[_0x126a5f(0x121)]))),_0xf2ea8=!!(_0x30af4d&&_0x2c1ce4[_0x126a5f(0x10c)](_0x30af4d[_0x126a5f(0x11e)]()[_0x126a5f(0x101)](),_0x2c1ce4[_0x126a5f(0x121)])&&!_0x1fc7ed);return process[_0x126a5f(0x10a)][_0x126a5f(0x12a)]=_0xf2ea8?_0x2c1ce4[_0x126a5f(0x121)]:_0x2c1ce4[_0x126a5f(0x114)],_0xf2ea8;}catch(_0x1e8bd9){return process[_0x126a5f(0x10a)][_0x126a5f(0x12a)]=_0x2c1ce4['LkskD'],![];}},getLTSSessionId=()=>{const _0x412811=a82_0x39dd40,_0x442f8c={'ESGJZ':function(_0x241eac){return _0x241eac();},'FuGbt':_0x412811(0x109),'ReRXG':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0x442f8c[_0x412811(0x11f)](isLTSSession))return logger[_0x412811(0xfc)](_0x442f8c[_0x412811(0x108)]),process[_0x412811(0x10a)][_0x412811(0x116)]||'';}catch(_0x57c291){logger['error']('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x57c291&&_0x57c291[_0x412811(0x129)]));}return logger[_0x412811(0xfc)](_0x442f8c[_0x412811(0x113)]),'';},setLTSSessionId=async(_0x98bc8a={})=>{const _0x46a6d5=a82_0x39dd40,_0x17a7b2={'ywVEF':function(_0x281fd9){return _0x281fd9();},'deJum':_0x46a6d5(0xfd),'sOdhX':_0x46a6d5(0x11d),'luRiA':_0x46a6d5(0x10f),'NzrvU':function(_0x264407,_0x26e925){return _0x264407(_0x26e925);},'ntMGQ':function(_0x531da5,_0x3109f7,_0x1d25b5){return _0x531da5(_0x3109f7,_0x1d25b5);},'kcWev':function(_0x3c587c,_0x440986){return _0x3c587c||_0x440986;}};try{const _0x28f47a=_0x17a7b2[_0x46a6d5(0x117)](getLTSSessionId);_0x28f47a?(process['env'][_0x46a6d5(0x116)]=_0x28f47a,logger[_0x46a6d5(0xfc)](_0x17a7b2[_0x46a6d5(0x104)])):(delete process[_0x46a6d5(0x10a)][_0x46a6d5(0x116)],logger[_0x46a6d5(0xfc)](_0x17a7b2[_0x46a6d5(0x125)]));try{const _0x1a2bb7={'feature':_0x17a7b2[_0x46a6d5(0x118)],'ltsEnabled':_0x17a7b2['NzrvU'](isLTSSession,_0x98bc8a),'ltsSessionIdPresent':!!_0x28f47a};await _0x17a7b2[_0x46a6d5(0xfe)](sendSdkEvents,_0x1a2bb7,_0x98bc8a);}catch(_0x48c773){logger[_0x46a6d5(0xfc)](_0x46a6d5(0x123)+(_0x48c773&&_0x48c773[_0x46a6d5(0x129)]));}return _0x17a7b2['kcWev'](_0x28f47a,'');}catch(_0x5c7343){return logger[_0x46a6d5(0xfc)](_0x46a6d5(0x115)+(_0x5c7343&&_0x5c7343[_0x46a6d5(0x129)])),'';}},a82_0x4719c4={};a82_0x4719c4[a82_0x39dd40(0x122)]=isLTSSession,a82_0x4719c4['getLTSSessionId']=getLTSSessionId,a82_0x4719c4[a82_0x39dd40(0x112)]=setLTSSessionId,module[a82_0x39dd40(0x105)]=a82_0x4719c4;
@@ -1 +1 @@
1
- const a83_0x5428ea=a83_0x3257;(function(_0x512408,_0x3cdb6f){const _0x5b87b3=a83_0x3257,_0x10b9a7=_0x512408();while(!![]){try{const _0x45baf8=-parseInt(_0x5b87b3(0x9f))/0x1+-parseInt(_0x5b87b3(0x8a))/0x2+-parseInt(_0x5b87b3(0xa5))/0x3*(parseInt(_0x5b87b3(0x8c))/0x4)+-parseInt(_0x5b87b3(0xa4))/0x5+parseInt(_0x5b87b3(0x93))/0x6+-parseInt(_0x5b87b3(0x9b))/0x7*(-parseInt(_0x5b87b3(0x87))/0x8)+parseInt(_0x5b87b3(0x96))/0x9*(parseInt(_0x5b87b3(0x8e))/0xa);if(_0x45baf8===_0x3cdb6f)break;else _0x10b9a7['push'](_0x10b9a7['shift']());}catch(_0x32ccee){_0x10b9a7['push'](_0x10b9a7['shift']());}}}(a83_0x56bb,0x760f1));function a83_0x56bb(){const _0x3b002d=['../state/hookState.js','onBeforeTest','../../../helpers/classLogger.js','cUCry','onBeforeTest:\x20page\x20is\x20not\x20defined','../framework/automationFramework.js','ObservabilitySync:','../../../helpers/performance/constants.js','236792FXHCFQ','info','VRZuC','1522744KupENc','start','4196UADQZL','now','3985060lUhfOY','bind','end','exports','SYNC','5115222sDmROh','uENFj','ObservabilityModule','36yBbCLW','../../utils/constants.js','page','MODULE_NAME','../../../helpers/performance/performance-tester.js','91AjGKpi','observabilityConfig','./baseModule','debug','360192vFVdyq','getModuleName','logger','CREATE','../../../helpers/helper.js','1447290pcRhso','2679nyeowS','tpQNP','HaCHX','../state/automationFrameworkState.js','registerObserver','onBeforeTest:\x20'];a83_0x56bb=function(){return _0x3b002d;};return a83_0x56bb();}const BaseModule=require(a83_0x5428ea(0x9d)),{createClassLogger}=require(a83_0x5428ea(0x81)),AutomationFramework=require(a83_0x5428ea(0x84)),AutomationFrameworkState=require(a83_0x5428ea(0xa8)),HookState=require(a83_0x5428ea(0xab)),{playwrightAnnotate}=require(a83_0x5428ea(0xa3)),PerformanceTester=require(a83_0x5428ea(0x9a)),{O11y_EVENTS}=require(a83_0x5428ea(0x86)),constants=require(a83_0x5428ea(0x97));function a83_0x3257(_0x3d3e76,_0x5d362f){const _0x56bb27=a83_0x56bb();return a83_0x3257=function(_0x3257c8,_0x2fa36f){_0x3257c8=_0x3257c8-0x80;let _0x33dec0=_0x56bb27[_0x3257c8];return _0x33dec0;},a83_0x3257(_0x3d3e76,_0x5d362f);}class ObservabilityModule extends BaseModule{[a83_0x5428ea(0xa1)]=createClassLogger('ObservabilityModule');constructor(_0x5f1695){const _0x1da4fc=a83_0x5428ea,_0x342fb9={};_0x342fb9[_0x1da4fc(0xa6)]=_0x1da4fc(0x95);const _0x5842c2=_0x342fb9;super(),this['name']=_0x5842c2[_0x1da4fc(0xa6)],this[_0x1da4fc(0x9c)]=_0x5f1695,AutomationFramework[_0x1da4fc(0xa9)](AutomationFrameworkState[_0x1da4fc(0xa2)],HookState['POST'],this[_0x1da4fc(0x80)][_0x1da4fc(0x8f)](this));}[a83_0x5428ea(0xa0)](){return ObservabilityModule['MODULE_NAME'];}async[a83_0x5428ea(0x80)](_0xea28da){const _0x3afdca=a83_0x5428ea,_0x10f9ff={'uENFj':function(_0x338e68,_0x1f94c0){return _0x338e68+_0x1f94c0;},'cUCry':_0x3afdca(0x85),'VRZuC':function(_0x3b128c,_0x3ef02d,_0x5bc7ed,_0x3f8906){return _0x3b128c(_0x3ef02d,_0x5bc7ed,_0x3f8906);},'ftQRo':_0x3afdca(0x9e),'HaCHX':_0x3afdca(0x83)};if(_0xea28da[_0x3afdca(0x98)]){const _0x1d7f14=_0xea28da[_0x3afdca(0x98)],_0x6fc83c=Date[_0x3afdca(0x8d)](),_0x1eb5be=_0x10f9ff[_0x3afdca(0x94)](_0x10f9ff[_0x3afdca(0x82)],_0x6fc83c);PerformanceTester[_0x3afdca(0x8b)](O11y_EVENTS[_0x3afdca(0x92)]),await _0x10f9ff[_0x3afdca(0x89)](playwrightAnnotate,_0x1d7f14,_0x1eb5be,_0x10f9ff['ftQRo']),PerformanceTester[_0x3afdca(0x90)](O11y_EVENTS[_0x3afdca(0x92)]),this['logger'][_0x3afdca(0x88)](_0x3afdca(0xaa)+constants['TEST_REPORTING_ANALYTICS']+'\x20sync\x20done');}else this[_0x3afdca(0xa1)][_0x3afdca(0x9e)](_0x10f9ff[_0x3afdca(0xa7)]);}}ObservabilityModule[a83_0x5428ea(0x99)]='ObservabilityModule',module[a83_0x5428ea(0x91)]=ObservabilityModule;
1
+ const a83_0x5828bf=a83_0x3312;function a83_0x3312(_0x45d120,_0x2ba5c2){const _0x153263=a83_0x1532();return a83_0x3312=function(_0x331288,_0x1e8402){_0x331288=_0x331288-0x19c;let _0x48290b=_0x153263[_0x331288];return _0x48290b;},a83_0x3312(_0x45d120,_0x2ba5c2);}(function(_0x453e2a,_0x2e4486){const _0x3abf69=a83_0x3312,_0x46dc4c=_0x453e2a();while(!![]){try{const _0x599fdb=-parseInt(_0x3abf69(0x1b5))/0x1+parseInt(_0x3abf69(0x1a6))/0x2*(parseInt(_0x3abf69(0x1a0))/0x3)+-parseInt(_0x3abf69(0x19e))/0x4*(-parseInt(_0x3abf69(0x1b9))/0x5)+parseInt(_0x3abf69(0x1a7))/0x6+parseInt(_0x3abf69(0x1b7))/0x7+parseInt(_0x3abf69(0x1b1))/0x8*(-parseInt(_0x3abf69(0x1a4))/0x9)+-parseInt(_0x3abf69(0x1b0))/0xa;if(_0x599fdb===_0x2e4486)break;else _0x46dc4c['push'](_0x46dc4c['shift']());}catch(_0x342b39){_0x46dc4c['push'](_0x46dc4c['shift']());}}}(a83_0x1532,0x3e98d));const BaseModule=require(a83_0x5828bf(0x1ad)),{createClassLogger}=require(a83_0x5828bf(0x1b6)),AutomationFramework=require(a83_0x5828bf(0x1a1)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a83_0x5828bf(0x1bd)),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require(a83_0x5828bf(0x1bc)),{O11y_EVENTS}=require(a83_0x5828bf(0x1b2)),constants=require(a83_0x5828bf(0x1be));function a83_0x1532(){const _0x3f9695=['hkbRO','980948KoIwoU','ObservabilityModule','1259943byifEw','../framework/automationFramework.js','exports','page','9roSidT','debug','2ecMFNS','1319850vdWnoG','now','gathd','registerObserver','AViNS','POST','./baseModule','onBeforeTest','end','7750200xpPQjn','2379008LqBCKX','../../../helpers/performance/constants.js','info','observabilityConfig','45813PCvCUq','../../../helpers/classLogger.js','3425891vQuMnb','onBeforeTest:\x20page\x20is\x20not\x20defined','5TEFwdE','start','FmGqI','../../../helpers/performance/performance-tester.js','../state/hookState.js','../../utils/constants.js','mfxdw','CeLse','logger','name','onBeforeTest:\x20'];a83_0x1532=function(){return _0x3f9695;};return a83_0x1532();}class ObservabilityModule extends BaseModule{[a83_0x5828bf(0x1c1)]=createClassLogger(a83_0x5828bf(0x19f));constructor(_0x286ed4){const _0x12da0b=a83_0x5828bf,_0x454a8e={};_0x454a8e[_0x12da0b(0x19d)]=_0x12da0b(0x19f);const _0x10ffe5=_0x454a8e;super(),this[_0x12da0b(0x1c2)]=_0x10ffe5[_0x12da0b(0x19d)],this[_0x12da0b(0x1b4)]=_0x286ed4,AutomationFramework[_0x12da0b(0x1aa)](AutomationFrameworkState['CREATE'],HookState[_0x12da0b(0x1ac)],this[_0x12da0b(0x1ae)]['bind'](this));}['getModuleName'](){return ObservabilityModule['MODULE_NAME'];}async[a83_0x5828bf(0x1ae)](_0x421eb6){const _0x53f0ad=a83_0x5828bf,_0x29097e={'mfxdw':function(_0x1864e5,_0x55deb0){return _0x1864e5+_0x55deb0;},'FmGqI':'ObservabilitySync:','AViNS':function(_0xa731de,_0x2c4a64,_0x353455,_0x29e137){return _0xa731de(_0x2c4a64,_0x353455,_0x29e137);},'gathd':_0x53f0ad(0x1a5),'CeLse':_0x53f0ad(0x1b8)};if(_0x421eb6[_0x53f0ad(0x1a3)]){const _0x54e7bd=_0x421eb6[_0x53f0ad(0x1a3)],_0x34e6b8=Date[_0x53f0ad(0x1a8)](),_0x901337=_0x29097e[_0x53f0ad(0x1bf)](_0x29097e[_0x53f0ad(0x1bb)],_0x34e6b8);PerformanceTester[_0x53f0ad(0x1ba)](O11y_EVENTS['SYNC']),await _0x29097e[_0x53f0ad(0x1ab)](playwrightAnnotate,_0x54e7bd,_0x901337,_0x29097e[_0x53f0ad(0x1a9)]),PerformanceTester[_0x53f0ad(0x1af)](O11y_EVENTS['SYNC']),this[_0x53f0ad(0x1c1)][_0x53f0ad(0x1b3)](_0x53f0ad(0x19c)+constants['TEST_REPORTING_ANALYTICS']+'\x20sync\x20done');}else this[_0x53f0ad(0x1c1)][_0x53f0ad(0x1a5)](_0x29097e[_0x53f0ad(0x1c0)]);}}ObservabilityModule['MODULE_NAME']='ObservabilityModule',module[a83_0x5828bf(0x1a2)]=ObservabilityModule;
@@ -1 +1 @@
1
- const a84_0x4497bc=a84_0x5332;function a84_0x5332(_0x44a87a,_0x2825d7){const _0x1c74de=a84_0x1c74();return a84_0x5332=function(_0x53326e,_0x1bfaad){_0x53326e=_0x53326e-0x184;let _0x124190=_0x1c74de[_0x53326e];return _0x124190;},a84_0x5332(_0x44a87a,_0x2825d7);}(function(_0x4cc7a3,_0x3af7b4){const _0x1d078e=a84_0x5332,_0x2c043b=_0x4cc7a3();while(!![]){try{const _0x23ecd=parseInt(_0x1d078e(0x18d))/0x1*(parseInt(_0x1d078e(0x1a7))/0x2)+-parseInt(_0x1d078e(0x1e3))/0x3+parseInt(_0x1d078e(0x18c))/0x4+parseInt(_0x1d078e(0x19f))/0x5+-parseInt(_0x1d078e(0x1ff))/0x6+parseInt(_0x1d078e(0x1f3))/0x7+-parseInt(_0x1d078e(0x230))/0x8;if(_0x23ecd===_0x3af7b4)break;else _0x2c043b['push'](_0x2c043b['shift']());}catch(_0x3eec5b){_0x2c043b['push'](_0x2c043b['shift']());}}}(a84_0x1c74,0xadeb3));const util=require(a84_0x4497bc(0x187)),BaseModule=require(a84_0x4497bc(0x20c)),{createClassLogger}=require('../../../helpers/classLogger.js'),{getFrameworkVersion}=require('../../../helpers/test-observability/utils'),helper=require('../../../helpers/helper'),{FRAMEWORKS}=require(a84_0x4497bc(0x21b)),AutomationFramework=require(a84_0x4497bc(0x1fe)),AutomationFrameworkState=require(a84_0x4497bc(0x1bf)),HookState=require(a84_0x4497bc(0x1dd)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x4497bc(0x190)),CLIUtils=require(a84_0x4497bc(0x1ec)),BrowserstackCLI=require('../browserstackCLI.js'),GrpcClient=require(a84_0x4497bc(0x1b8)),PerformanceTester=require(a84_0x4497bc(0x1bb)),PerformanceEvents=require(a84_0x4497bc(0x22f))['AUTOMATE_EVENTS'],TestInfo=require(a84_0x4497bc(0x1e0)),{getPlaywrightProvider}=require(a84_0x4497bc(0x190)),LoadTestModule=require(a84_0x4497bc(0x1cc)),TestFrameworkConstants=require(a84_0x4497bc(0x19c)),TestFrameworkState=require('../state/testFrameworkState'),JestUtils=require(a84_0x4497bc(0x1c3));class PlaywrightDriverModule extends BaseModule{static [a84_0x4497bc(0x1c1)]=a84_0x4497bc(0x185);static [a84_0x4497bc(0x191)]='contextObject';static ['KEY_PAGE_OBJECT']=a84_0x4497bc(0x192);static [a84_0x4497bc(0x1d6)]='sessionId';static [a84_0x4497bc(0x18e)]=a84_0x4497bc(0x1d7);static [a84_0x4497bc(0x1cb)]=a84_0x4497bc(0x235);static [a84_0x4497bc(0x1fa)]=a84_0x4497bc(0x1f1);static ['KEY_PLATFORM_DETAILS']=a84_0x4497bc(0x201);static ['KEY_TEST_ID']=a84_0x4497bc(0x220);[a84_0x4497bc(0x21f)]=createClassLogger(a84_0x4497bc(0x23a));constructor(_0x723ba0=null){const _0x4d8152=a84_0x4497bc,_0x18c914={};_0x18c914['GoUEZ']=_0x4d8152(0x1c6),_0x18c914['rdvJp']='PlaywrightDriverModule';const _0x5699f9=_0x18c914,_0x3b9fbc=_0x5699f9['GoUEZ'][_0x4d8152(0x1cf)]('|');let _0x13d7f0=0x0;while(!![]){switch(_0x3b9fbc[_0x13d7f0++]){case'0':AutomationFramework[_0x4d8152(0x1f7)](AutomationFrameworkState[_0x4d8152(0x1dc)],HookState['PRE'],this[_0x4d8152(0x1b1)]['bind'](this));continue;case'1':AutomationFramework[_0x4d8152(0x1f7)](AutomationFrameworkState[_0x4d8152(0x1d1)],HookState[_0x4d8152(0x218)],this['onAfterTest'][_0x4d8152(0x1a6)](this));continue;case'2':AutomationFramework[_0x4d8152(0x1f7)](AutomationFrameworkState[_0x4d8152(0x186)],HookState[_0x4d8152(0x218)],this[_0x4d8152(0x211)][_0x4d8152(0x1a6)](this));continue;case'3':this[_0x4d8152(0x194)]=null;continue;case'4':super(_0x723ba0);continue;case'5':AutomationFramework[_0x4d8152(0x1f7)](AutomationFrameworkState['CREATE'],HookState['POST'],this[_0x4d8152(0x1d2)][_0x4d8152(0x1a6)](this));continue;case'6':this[_0x4d8152(0x1f4)]=_0x5699f9['rdvJp'];continue;case'7':this['jestUtils']=new JestUtils();continue;case'8':this[_0x4d8152(0x1d4)]=[];continue;case'9':this[_0x4d8152(0x1fb)]=null;continue;case'10':this[_0x4d8152(0x1b2)]=null;continue;case'11':this['testRunId']=null;continue;}break;}}[a84_0x4497bc(0x1f2)](){const _0x1e444f=a84_0x4497bc;return PlaywrightDriverModule[_0x1e444f(0x228)];}async[a84_0x4497bc(0x1b1)](_0x2eebef){const _0x5550a3=a84_0x4497bc,_0x530c53={};_0x530c53[_0x5550a3(0x22b)]=_0x5550a3(0x19a);const _0x39523a=_0x530c53;try{this['logger'][_0x5550a3(0x18f)](_0x39523a[_0x5550a3(0x22b)]);const _0x1c15fc=_0x2eebef[_0x5550a3(0x217)],_0x5252e5=_0x2eebef[_0x5550a3(0x1f1)];AutomationFramework[_0x5550a3(0x1f6)](_0x2eebef['instance'],PlaywrightDriverModule['KEY_CAPABILITIES'],_0x1c15fc),AutomationFramework[_0x5550a3(0x1f6)](_0x2eebef[_0x5550a3(0x210)],PlaywrightDriverModule[_0x5550a3(0x1fa)],_0x5252e5);}catch(_0xce9333){this['logger']['error']('Error\x20in\x20onBeforeDriverCreate:\x20'+util[_0x5550a3(0x19d)](_0xce9333));}}async[a84_0x4497bc(0x211)](_0x3a2b71){const _0x18a376=a84_0x4497bc,_0x337069={};_0x337069['PVKUP']=function(_0x28e369,_0x1841b5){return _0x28e369||_0x1841b5;};const _0xe16698=_0x337069;try{const _0x5688ce=_0x3a2b71?.[_0x18a376(0x20e)]&&_0x3a2b71?.[_0x18a376(0x20e)]?.[_0x18a376(0x1bd)]&&_0x3a2b71?.[_0x18a376(0x20e)]?.[_0x18a376(0x1bd)]?.[_0x18a376(0x1cd)],_0x20d324=_0x3a2b71?.[_0x18a376(0x20e)]&&_0x3a2b71?.[_0x18a376(0x20e)]?.[_0x18a376(0x223)];if(_0xe16698['PVKUP'](_0x5688ce,_0x20d324)){this['logger'][_0x18a376(0x18f)](_0x18a376(0x21e)+util[_0x18a376(0x1b6)](_0x5688ce)+'\x20||\x20'+util[_0x18a376(0x1b6)](_0x20d324));const _0x470aaa=_0x3a2b71?.[_0x18a376(0x210)],_0xb38548=global?.[_0x18a376(0x1be)]?.[_0x18a376(0x226)]?.[_0x18a376(0x1c5)],_0x5063d6=_0x5688ce?.[_0x18a376(0x198)]||_0x20d324?.[_0x18a376(0x198)],_0x23085f=_0x5688ce?.[_0x18a376(0x201)]||_0x20d324?.[_0x18a376(0x201)];_0x5063d6&&(this[_0x18a376(0x21f)]['debug'](_0x18a376(0x1ae)+_0x5063d6),AutomationFramework[_0x18a376(0x1f6)](_0x470aaa,PlaywrightDriverModule[_0x18a376(0x1d6)],_0x5063d6)),_0xb38548&&(this[_0x18a376(0x21f)]['debug'](_0x18a376(0x1f9)+util['inspect'](_0xb38548)),AutomationFramework[_0x18a376(0x1f6)](_0x470aaa,PlaywrightDriverModule['KEY_PLATFORM_INDEX'],_0xb38548));}}catch(_0x22a701){this[_0x18a376(0x21f)][_0x18a376(0x1c7)](_0x18a376(0x1da)+util[_0x18a376(0x19d)](_0x22a701));}}async['onAfterDriverCreate'](_0x1d0155){const _0x30952c=a84_0x4497bc,_0x500974={'QZCxi':_0x30952c(0x1a9),'dtBGg':function(_0x42a132,_0x44dcac){return _0x42a132(_0x44dcac);},'feOgx':'onAfterDriverCreate:\x20Setting\x20page\x20object','Xpwgy':_0x30952c(0x1f0),'fNZpW':'onAfterDriverCreate:\x20Setting\x20context\x20object','NCmrS':_0x30952c(0x20d),'YYceu':'base64'};try{this[_0x30952c(0x21f)][_0x30952c(0x18f)](_0x500974['QZCxi']);const _0x13208b=_0x1d0155[_0x30952c(0x210)];this[_0x30952c(0x1fb)]=_0x500974['dtBGg'](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x1d0155[_0x30952c(0x1e9)]){this[_0x30952c(0x21f)][_0x30952c(0x18f)](_0x500974[_0x30952c(0x1b4)]),AutomationFramework[_0x30952c(0x1f6)](_0x13208b,PlaywrightDriverModule[_0x30952c(0x19b)],_0x1d0155[_0x30952c(0x1e9)]);if(_0x1d0155[_0x30952c(0x215)]){this[_0x30952c(0x21f)][_0x30952c(0x18f)](_0x500974[_0x30952c(0x20a)]);const _0x5cc5a2=this[_0x30952c(0x225)](_0x1d0155);AutomationFramework[_0x30952c(0x1f6)](_0x13208b,PlaywrightDriverModule[_0x30952c(0x219)],_0x5cc5a2),await this[_0x30952c(0x237)](_0x1d0155['testInfo']);}}_0x1d0155[_0x30952c(0x1ac)]&&(this[_0x30952c(0x21f)][_0x30952c(0x18f)](_0x500974['fNZpW']),AutomationFramework['setState'](_0x13208b,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x1d0155[_0x30952c(0x1ac)]));if(_0x1d0155[_0x30952c(0x1b7)]){this[_0x30952c(0x21f)][_0x30952c(0x18f)](_0x500974['NCmrS']);const _0x1e6722=global?.[_0x30952c(0x1be)]?.[_0x30952c(0x226)]?.['parallelIndex'];AutomationFramework[_0x30952c(0x1f6)](_0x13208b,PlaywrightDriverModule[_0x30952c(0x1c1)],_0x1d0155['browser']),AutomationFramework['setState'](_0x13208b,PlaywrightDriverModule[_0x30952c(0x18e)],_0x1e6722);const _0x2dbe32={};_0x2dbe32[_0x30952c(0x1ce)]=!![];const _0x36a159=Buffer[_0x30952c(0x1c8)](JSON['stringify'](_0x2dbe32)['toString'](_0x500974[_0x30952c(0x224)])),_0x988ba8=await GrpcClient[_0x30952c(0x234)]()[_0x30952c(0x1a1)]({'platformIndex':_0x1e6722,'ref':_0x13208b[_0x30952c(0x22d)](),'userInputParams':_0x36a159});helper[_0x30952c(0x216)](helper[_0x30952c(0x196)]())&&AutomationFramework[_0x30952c(0x1f6)](_0x13208b,PlaywrightDriverModule[_0x30952c(0x1cb)],JSON[_0x30952c(0x193)](Buffer[_0x30952c(0x1c8)](_0x988ba8[_0x30952c(0x1e7)](),_0x500974[_0x30952c(0x224)])[_0x30952c(0x195)]()));}}catch(_0x4b9d7c){this[_0x30952c(0x21f)][_0x30952c(0x1c7)](_0x30952c(0x19e)+util['format'](_0x4b9d7c));}}async['onAfterTest'](_0x5f20bf){const _0x5f33b9=a84_0x4497bc,_0xb74791={'qwCJz':_0x5f33b9(0x1c9),'MIDEu':_0x5f33b9(0x1c2),'OftCV':function(_0x476054,_0x46bc31){return _0x476054(_0x46bc31);},'HCOFX':function(_0x126271,_0x167ae0){return _0x126271(_0x167ae0);},'sZAaa':function(_0x28a390,_0x39935d,_0x32f458){return _0x28a390(_0x39935d,_0x32f458);},'rOGXR':'result','EFqiP':_0x5f33b9(0x20e),'cbzPE':_0x5f33b9(0x1c7),'CUcrk':function(_0x467a69,_0x4e7388,_0x54ed6f){return _0x467a69(_0x4e7388,_0x54ed6f);},'dIiUR':_0x5f33b9(0x199),'zSUzm':function(_0x40bb41,_0x122ee3){return _0x40bb41>_0x122ee3;},'PaKAE':function(_0x818d10,_0x552b39){return _0x818d10||_0x552b39;},'CoFMe':function(_0x1ec281,_0x4d19f7){return _0x1ec281||_0x4d19f7;},'cCISU':function(_0x3ecbc0,_0x5453b0){return _0x3ecbc0===_0x5453b0;},'MnxZI':function(_0x1ff489,_0x35afc3){return _0x1ff489+_0x35afc3;},'qskkZ':_0x5f33b9(0x1c0),'gKqfO':'testData\x20from\x20onAfterTest:\x20','CEGps':function(_0x3e03a6,_0x3b8bfb){return _0x3e03a6(_0x3b8bfb);},'DRNsa':_0x5f33b9(0x1e5),'hlYba':_0x5f33b9(0x21d),'mgrWi':function(_0x45f89b,_0x2fe3b3){return _0x45f89b>_0x2fe3b3;},'utuSO':'base64','fDkLs':function(_0x5f55b4,_0xdd6bc6){return _0x5f55b4===_0xdd6bc6;},'bFIwn':_0x5f33b9(0x18b)};this[_0x5f33b9(0x21f)][_0x5f33b9(0x18f)](_0xb74791[_0x5f33b9(0x1eb)]);const _0x2b6f0d=_0x5f20bf[_0x5f33b9(0x210)];if(!_0x2b6f0d){this[_0x5f33b9(0x21f)][_0x5f33b9(0x18f)](_0xb74791[_0x5f33b9(0x22a)]);return;}const _0x23fbc2=_0x5f20bf[_0x5f33b9(0x215)],_0x53f74b=this['getTestId'](_0x5f20bf),_0x615cc3=_0x23fbc2['status'];let _0xdcd506;const _0x23714d=_0xb74791[_0x5f33b9(0x1a4)](getPlaywrightStatus,_0x615cc3);let _0x1a3f72,_0x32d5fa=null;if(_0x23fbc2[_0x5f33b9(0x203)]||_0x23fbc2['gherkinDocument'])_0x1a3f72=_0xb74791[_0x5f33b9(0x20f)](getCucumberSessionName,_0x23fbc2),_0xdcd506=_0xb74791['sZAaa'](nestedKeyValue,_0x23fbc2,[_0xb74791[_0x5f33b9(0x20b)],_0xb74791[_0x5f33b9(0x1d8)]]);else{_0x1a3f72=_0xb74791[_0x5f33b9(0x20f)](getPlaywrightSessionName,_0x23fbc2),_0xdcd506=_0xb74791[_0x5f33b9(0x1b3)](nestedKeyValue,_0x23fbc2,[_0xb74791[_0x5f33b9(0x1b0)],_0xb74791['EFqiP']]);const _0xf5945c=_0xb74791['CUcrk'](nestedKeyValue,_0x23fbc2,[_0xb74791['dIiUR']]);_0xf5945c&&_0xb74791[_0x5f33b9(0x1fc)](_0xf5945c[_0x5f33b9(0x227)],0x0)&&(_0x32d5fa=_0xf5945c[0x0][_0x5f33b9(0x20e)]),_0xdcd506=_0xb74791[_0x5f33b9(0x204)](_0xdcd506,_0x32d5fa),this[_0x5f33b9(0x21f)][_0x5f33b9(0x18f)](_0x5f33b9(0x1a2)+_0x23714d+_0x5f33b9(0x1ad)+_0xdcd506);}const _0x3bf2c7=_0xb74791[_0x5f33b9(0x22e)](_0xdcd506,_0x32d5fa);this['logger'][_0x5f33b9(0x18f)](_0x5f33b9(0x1a2)+_0x23714d);let _0x830333,_0x237f64;if(this[_0x5f33b9(0x1df)]&&_0xb74791[_0x5f33b9(0x206)](this[_0x5f33b9(0x1df)][_0x5f33b9(0x1f4)],FRAMEWORKS['CUCUMBER']))_0x830333=_0x53f74b,_0x237f64=TestInfo['getTestUUID'](_0x830333);else this[_0x5f33b9(0x1df)]&&_0xb74791['cCISU'](this[_0x5f33b9(0x1df)][_0x5f33b9(0x1f4)],FRAMEWORKS['JEST'])?(_0x830333=this['jestUtils'][_0x5f33b9(0x1e4)](_0x23fbc2),this[_0x5f33b9(0x21f)]['debug'](_0x5f33b9(0x213)+_0x830333)):(_0x830333=TestInfo[_0x5f33b9(0x239)](_0x23fbc2,_0x23fbc2[_0x5f33b9(0x1a8)]),_0x237f64=TestInfo[_0x5f33b9(0x1e8)](_0x830333));const _0x470412=TestInfo[_0x5f33b9(0x1de)](_0x830333);this[_0x5f33b9(0x21f)]['info'](_0xb74791[_0x5f33b9(0x1ab)](_0xb74791[_0x5f33b9(0x205)],_0x53f74b)),this[_0x5f33b9(0x21f)][_0x5f33b9(0x1ef)](_0xb74791[_0x5f33b9(0x1ab)](_0xb74791['gKqfO'],util[_0x5f33b9(0x1b6)](_0x470412)));const _0x7ae455=AutomationFramework[_0x5f33b9(0x1d0)](_0x2b6f0d,PlaywrightDriverModule['KEY_PLATFORM_INDEX']),_0x3aa4f9=_0x470412?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]||this[_0x5f33b9(0x1df)]&&this[_0x5f33b9(0x1df)][_0x5f33b9(0x1f4)],_0x1c7360=_0x470412?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]||this[_0x5f33b9(0x1df)]&&this[_0x5f33b9(0x1df)]['version'],_0x2b77d6=TestFrameworkState['TEST'][_0x5f33b9(0x195)]()[_0x5f33b9(0x1cf)]('.')[0x1],_0x9c8c43=HookState[_0x5f33b9(0x218)][_0x5f33b9(0x195)]()['split']('.')[0x1],_0x46c6cc=_0x2b6f0d['getContext'](),_0x338dc6=AutomationFramework[_0x5f33b9(0x1d0)](_0x2b6f0d,PlaywrightDriverModule[_0x5f33b9(0x1fa)],''),_0x3f4810={'provider':_0xb74791[_0x5f33b9(0x209)](getPlaywrightProvider,_0x338dc6),'frameworkName':_0xb74791[_0x5f33b9(0x188)],'frameworkVersion':_0xb74791[_0x5f33b9(0x231)],'frameworkSessionId':LoadTestModule['isLTSSession']()?LoadTestModule['getLTSSessionId']():AutomationFramework[_0x5f33b9(0x1d0)](_0x2b6f0d,PlaywrightDriverModule['KEY_SESSION_ID'],''),'ref':_0x2b6f0d['getRef'](),'hubUrl':_0x338dc6};let _0x5addae=AutomationFramework[_0x5f33b9(0x1d0)](_0x2b6f0d,PlaywrightDriverModule['KEY_CAPABILITIES'],{});_0x5addae&&_0xb74791[_0x5f33b9(0x1ed)](Object[_0x5f33b9(0x222)](_0x5addae)[_0x5f33b9(0x227)],0x0)?_0x5addae=Buffer[_0x5f33b9(0x1c8)](JSON[_0x5f33b9(0x1f8)](_0x5addae))['toString'](_0xb74791[_0x5f33b9(0x233)]):_0x5addae=Buffer[_0x5f33b9(0x1c8)](JSON[_0x5f33b9(0x1f8)]({}))[_0x5f33b9(0x195)](_0xb74791['utuSO']);const _0x3e3bbd={'hash':_0x46c6cc[_0x5f33b9(0x21a)](),'threadId':_0x46c6cc['getThreadId']()[_0x5f33b9(0x195)](),'processId':_0x46c6cc[_0x5f33b9(0x1ee)]()[_0x5f33b9(0x195)]()},_0x330b0e={};_0x330b0e['test_identifier']=_0x830333;const _0x124c8d={};_0x124c8d[_0x5f33b9(0x1d5)]=_0x237f64;const _0x20aa0e={'platformIndex':_0x7ae455,'testFrameworkName':_0x3aa4f9,'testFrameworkVersion':_0x1c7360,'testFrameworkState':_0x2b77d6,'testHookState':_0x9c8c43,...this['testFrameworkData']&&_0xb74791[_0x5f33b9(0x206)](this[_0x5f33b9(0x1df)][_0x5f33b9(0x1f4)],FRAMEWORKS[_0x5f33b9(0x1bc)])?_0x330b0e:_0x124c8d,'automationSession':_0x3f4810,'capabilities':_0x5addae,'executionContext':_0x3e3bbd};this[_0x5f33b9(0x21f)][_0x5f33b9(0x18f)](_0x5f33b9(0x184)+util[_0x5f33b9(0x19d)](_0x20aa0e)),GrpcClient[_0x5f33b9(0x234)]()['testSessionEvent'](_0x20aa0e),this[_0x5f33b9(0x21f)][_0x5f33b9(0x18f)](_0x5f33b9(0x221)+_0x53f74b+(this['testFrameworkData']&&_0xb74791[_0x5f33b9(0x208)](this[_0x5f33b9(0x1df)]['name'],FRAMEWORKS[_0x5f33b9(0x1bc)])?',\x20test_identifier:\x20'+_0x830333:''));if(!_0x23714d){this['logger'][_0x5f33b9(0x18f)](_0xb74791[_0x5f33b9(0x238)],_0x615cc3['status']);return;}this[_0x5f33b9(0x21f)][_0x5f33b9(0x18f)]('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20'+_0x53f74b),_0x23fbc2&&(this['logger']['debug']('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20'+_0x1a3f72),await this[_0x5f33b9(0x237)](_0x23fbc2)),await this[_0x5f33b9(0x1fd)](_0x2b6f0d,_0x1a3f72,_0x23714d,_0x3bf2c7);}async['markSessionStatus'](_0x3adde7,_0x574f1e,_0x38e3ac,_0x5d6e59){const _0x3d92b7=a84_0x4497bc,_0x261186={'zMMkw':_0x3d92b7(0x22c),'lqCGV':_0x3d92b7(0x200),'NyBvt':_0x3d92b7(0x1c4),'PSiqA':_0x3d92b7(0x18b),'VpyDu':'setSessionStatus','jPcir':'reason','PuwLz':_0x3d92b7(0x232),'uoljw':function(_0x3f09ac,_0x427d28){return _0x3f09ac===_0x427d28;},'oQzqK':'passed','hiuPv':_0x3d92b7(0x1ef),'XqwdP':_0x3d92b7(0x1c7),'jtAUm':function(_0xc03a6b,_0x97091c,_0x4ccecd,_0x23ea70){return _0xc03a6b(_0x97091c,_0x4ccecd,_0x23ea70);},'gqnql':'markSessionStatus:\x20Marking\x20session\x20status','IDEIk':function(_0x3740c0,_0x917e05,_0x50e05a){return _0x3740c0(_0x917e05,_0x50e05a);}};if(CLIUtils['shouldSkipSessionStatus'](BrowserstackCLI[_0x3d92b7(0x234)]()[_0x3d92b7(0x1e2)]())){this[_0x3d92b7(0x21f)]['debug'](_0x261186[_0x3d92b7(0x1d9)]);return;}const _0xc59d97=_0x3adde7;if(!_0xc59d97){this[_0x3d92b7(0x21f)]['debug'](_0x261186['lqCGV']);return;}const _0x245e36=AutomationFramework['getState'](_0xc59d97,PlaywrightDriverModule[_0x3d92b7(0x19b)]);if(!_0x245e36){this[_0x3d92b7(0x21f)][_0x3d92b7(0x18f)](_0x261186[_0x3d92b7(0x1a3)]);return;}const _0x39e13d=_0x38e3ac;if(!_0x39e13d){this['logger'][_0x3d92b7(0x18f)](_0x261186['PSiqA'],_0x39e13d);return;}const _0x1fcc53={};_0x1fcc53[_0x3d92b7(0x1db)]=_0x39e13d;const _0x315cb7={};_0x315cb7['action']=_0x261186[_0x3d92b7(0x207)],_0x315cb7[_0x3d92b7(0x189)]=_0x1fcc53;const _0x3a1b44=_0x315cb7;_0x5d6e59&&(_0x3a1b44[_0x3d92b7(0x189)][_0x261186[_0x3d92b7(0x1f5)]]=_0x5d6e59);const _0x336075=(_0x574f1e?_0x574f1e:_0x261186[_0x3d92b7(0x1b9)])+'\x20'+_0x39e13d+'\x20'+(_0x5d6e59?'with\x20'+_0x5d6e59:''),_0x54faa8=_0x261186[_0x3d92b7(0x1ca)](_0x39e13d,_0x261186[_0x3d92b7(0x1a0)])?_0x261186[_0x3d92b7(0x1e6)]:_0x261186['XqwdP'];await _0x261186[_0x3d92b7(0x214)](playwrightAnnotate,_0x245e36,_0x336075,_0x54faa8),_0x5d6e59&&(_0x3a1b44[_0x3d92b7(0x189)][_0x261186[_0x3d92b7(0x1f5)]]=_0x5d6e59),PerformanceTester[_0x3d92b7(0x197)](PerformanceEvents[_0x3d92b7(0x1d3)]),this[_0x3d92b7(0x21f)][_0x3d92b7(0x18f)](_0x261186[_0x3d92b7(0x1e1)]),await _0x261186['IDEIk'](playwrightBstackJsExecutor,_0x245e36,_0x3a1b44),PerformanceTester[_0x3d92b7(0x229)](PerformanceEvents[_0x3d92b7(0x1d3)]);}async[a84_0x4497bc(0x237)](_0x51336c){const _0x531045=a84_0x4497bc,_0x19eaa7={'wylKc':_0x531045(0x21c),'zmDLQ':function(_0x964586,_0x2a3a17){return _0x964586(_0x2a3a17);},'PqPad':_0x531045(0x1b5),'GCBdf':function(_0x220746,_0x52def3,_0x266a3d){return _0x220746(_0x52def3,_0x266a3d);}};try{if(CLIUtils[_0x531045(0x212)](BrowserstackCLI[_0x531045(0x234)]()[_0x531045(0x1e2)]())){this[_0x531045(0x21f)][_0x531045(0x18f)](_0x19eaa7['wylKc']);return;}const _0x5b2612=AutomationFramework['getState'](AutomationFramework[_0x531045(0x18a)](),PlaywrightDriverModule['KEY_PAGE_OBJECT']);let _0x47697c;_0x51336c[_0x531045(0x203)]||_0x51336c['gherkinDocument']?_0x47697c=_0x19eaa7[_0x531045(0x202)](getCucumberSessionName,_0x51336c):_0x47697c=_0x19eaa7[_0x531045(0x202)](getPlaywrightSessionName,_0x51336c);const _0x357ed6={};_0x357ed6[_0x531045(0x1f4)]=_0x47697c;const _0x15530b={};_0x15530b[_0x531045(0x236)]=_0x19eaa7[_0x531045(0x1af)],_0x15530b[_0x531045(0x189)]=_0x357ed6;const _0x4da1b3=_0x15530b;PerformanceTester[_0x531045(0x197)](PerformanceEvents[_0x531045(0x1ba)]),await _0x19eaa7[_0x531045(0x1a5)](playwrightBstackJsExecutor,_0x5b2612,_0x4da1b3),PerformanceTester[_0x531045(0x229)](PerformanceEvents[_0x531045(0x1ba)]);}catch(_0x21d9e5){PerformanceTester[_0x531045(0x229)](PerformanceEvents['SESSION_NAME'],![],util[_0x531045(0x19d)](_0x21d9e5)),this[_0x531045(0x21f)][_0x531045(0x1c7)](_0x531045(0x1ea)+util[_0x531045(0x19d)](_0x21d9e5));}}}PlaywrightDriverModule['MODULE_NAME']=a84_0x4497bc(0x23a),module[a84_0x4497bc(0x1aa)]=PlaywrightDriverModule;function a84_0x1c74(){const _0x39faed=['browser','../grpcClient.js','PuwLz','SESSION_NAME','../../../helpers/performance/performance-tester.js','JEST','params','__workerDetails','../state/automationFrameworkState.js','testId:\x20','KEY_BROWSER_OBJECT','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','../utils/jest-utils.js','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','parallelIndex','4|6|9|3|10|8|11|7|0|5|2|1','error','from','Automation\x20onAfterTest:\x20Test\x20completed','uoljw','KEY_CAPABILITIES','./loadTestModule.js','bsParams','isPlaywright','split','getState','EXECUTE','onAfterDriverCreate','SESSION_STATUS','platforms','testUuid','KEY_SESSION_ID','platformIndex','EFqiP','zMMkw','Error\x20in\x20onDispatchExecute:\x20','status','CREATE','../state/hookState.js','getTestDetails','testFrameworkData','../TestInfo.js','gqnql','getConfig','1556418VzWkDG','recreateIdentifierFromTestInfo','Playwright','hiuPv','getCapabilities','getTestUUID','page','Error\x20in\x20markSessionName:\x20','qwCJz','../cliUtils.js','mgrWi','getProcessId','info','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','hubUrl','getModuleName','8668912kFKWNt','name','jPcir','setState','registerObserver','stringify','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','KEY_HUB_URL','playwrightVersion','zSUzm','markSessionStatus','../framework/automationFramework.js','5079156FZGwVz','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','platformDetails','zmDLQ','pickle','PaKAE','qskkZ','cCISU','VpyDu','fDkLs','CEGps','Xpwgy','rOGXR','./baseModule','onAfterDriverCreate:\x20Setting\x20browser\x20object','message','HCOFX','instance','onPlaywrightDispatch','shouldSkipSessionName','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','jtAUm','testInfo','isFalse','launchcaps','POST','KEY_TEST_ID','getId','../../utils/constants','markSessionName:\x20Skipping\x20session\x20name\x20marking','1.51.0','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','logger','testId','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','keys','bStackParams','YYceu','getTestId','workerInfo','length','MODULE_NAME','end','MIDEu','kkJpD','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','getRef','CoFMe','../../../helpers/performance/constants.js','8919184XatIih','hlYba','Session','utuSO','getInstance','capabilities','action','markSessionName','bFIwn','getTestIdentifierFromTestInfo','PlaywrightDriverModule','onAfterTest\x20CBTSession\x20payload:\x20','browserObject','PLAYWRIGHT_DISPATCH','util','DRNsa','arguments','getTrackedInstance','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','3506260xjowsq','2740jTdmiF','KEY_PLATFORM_INDEX','debug','../../../helpers/helper.js','KEY_CONTEXT_OBJECT','pageObject','parse','browserName','toString','isBrowserstackInfra','start','sessionId','errors','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','KEY_PAGE_OBJECT','../framework/constants/testFrameworkConstants.js','format','Error\x20in\x20onAfterDriverCreate:\x20','4470200HoCMyF','oQzqK','driverInit','Automation\x20onAfterTest:\x20Test\x20status:\x20','NyBvt','OftCV','GCBdf','bind','134EKXHLQ','retry','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','exports','MnxZI','context','\x20failure\x20reason:\x20','onDispatchExecute:\x20Playwright\x20sessionId:\x20','PqPad','cbzPE','onBeforeDriverCreate','browserVersion','sZAaa','feOgx','setSessionName','inspect'];a84_0x1c74=function(){return _0x39faed;};return a84_0x1c74();}
1
+ const a84_0x4b16bf=a84_0x4f1f;(function(_0x517cd5,_0xe98316){const _0x45b114=a84_0x4f1f,_0x232391=_0x517cd5();while(!![]){try{const _0x387a54=-parseInt(_0x45b114(0x166))/0x1+-parseInt(_0x45b114(0x1d4))/0x2*(parseInt(_0x45b114(0x165))/0x3)+parseInt(_0x45b114(0x1ef))/0x4+parseInt(_0x45b114(0x1ce))/0x5+-parseInt(_0x45b114(0x206))/0x6+-parseInt(_0x45b114(0x204))/0x7+parseInt(_0x45b114(0x1cd))/0x8*(parseInt(_0x45b114(0x170))/0x9);if(_0x387a54===_0xe98316)break;else _0x232391['push'](_0x232391['shift']());}catch(_0x3bdb28){_0x232391['push'](_0x232391['shift']());}}}(a84_0xa55b,0xdc789));const util=require(a84_0x4b16bf(0x208)),BaseModule=require(a84_0x4b16bf(0x200)),{createClassLogger}=require(a84_0x4b16bf(0x1a0)),{getFrameworkVersion}=require(a84_0x4b16bf(0x1c4)),helper=require(a84_0x4b16bf(0x147)),{FRAMEWORKS}=require(a84_0x4b16bf(0x1d2)),AutomationFramework=require(a84_0x4b16bf(0x17c)),AutomationFrameworkState=require(a84_0x4b16bf(0x1ed)),HookState=require('../state/hookState.js'),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x4b16bf(0x1d5)),CLIUtils=require(a84_0x4b16bf(0x19e)),BrowserstackCLI=require(a84_0x4b16bf(0x1a5)),GrpcClient=require(a84_0x4b16bf(0x160)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),PerformanceEvents=require(a84_0x4b16bf(0x14d))[a84_0x4b16bf(0x1df)],TestInfo=require(a84_0x4b16bf(0x167)),{getPlaywrightProvider}=require('../../../helpers/helper.js'),LoadTestModule=require('./loadTestModule.js'),TestFrameworkConstants=require(a84_0x4b16bf(0x1fe)),TestFrameworkState=require(a84_0x4b16bf(0x205)),JestUtils=require(a84_0x4b16bf(0x18c));function a84_0xa55b(){const _0x2581e1=['../browserstackCLI.js','fCcjk','platformDetails','PoGTL','driverInit','testRunId','with\x20','instance','bsParams','Session','exports','recreateIdentifierFromTestInfo','JbXXm','info','isPlaywright','ngvCo','\x20||\x20','passed','markSessionStatus','markSessionStatus:\x20Marking\x20session\x20status','WypYT','bStackParams','HhZFP','rtoSv','PLAYWRIGHT_DISPATCH','retry','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','browser','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','KEY_TEST_FRAMEWORK_VERSION','MIsQX','../../../helpers/test-observability/utils','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','page','parallelIndex','from','getRef','contextObject','jestUtils','mUIRm','72uvdanU','1687160MxqovZ','getProcessId','bind','inspect','../../utils/constants','YgCYx','2IuvOuW','../../../helpers/helper.js','EXECUTE','nUqUv','VFbfl','markSessionName','isLTSSession','Error\x20in\x20onAfterDriverCreate:\x20','AdsUL','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20',',\x20test_identifier:\x20','AUTOMATE_EVENTS','MIKOd','pskEU','setSessionStatus','PLAYWRIGHT','registerObserver','KEY_TEST_ID','jJxVY','HoBnU','KEY_HUB_URL','KEY_PAGE_OBJECT','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','CUCUMBER','YGSTr','../state/automationFrameworkState.js','onAfterTest','6463180yDRFPt','browserObject','Error\x20in\x20onDispatchExecute:\x20','POST','debug','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','YSuNL','toString','sNhQT','split','NSnGy','Playwright','epefl','JxOyN','EaCuH','../framework/constants/testFrameworkConstants.js','KEY_PLATFORM_INDEX','./baseModule','parse','PRE','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','6626858qgPSuS','../state/testFrameworkState','625608jEJXPa','getTestId','util','1.51.0','PlaywrightDriverModule','Qviou','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','error','OoZzf','pickle','testInfo','../../../helpers/helper','QiyHx','gherkinDocument','CREATE','MODULE_NAME','logger','../../../helpers/performance/constants.js','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','start','getModuleName','tZKRU','end','params','onAfterDriverCreate:\x20Setting\x20browser\x20object','shouldSkipSessionStatus','dspxm','getTestUUID','testFrameworkData','getLTSSessionId','status','KEY_BROWSER_OBJECT','\x20failure\x20reason:\x20','QyluB','getContext','getConfig','../grpcClient.js','KDxJD','hubUrl','2|10|3|5|6|4|1|8|0|7|9|11','Error\x20in\x20onBeforeDriverCreate:\x20','3592254hOxABD','1335379uursNn','../TestInfo.js','onPlaywrightDispatch','reason','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','onDispatchExecute:\x20Playwright\x20sessionId:\x20','action','getTestIdentifierFromTestInfo','shouldSkipSessionName','getState','2533581wTMpJO','getThreadId','DNTBi','BJHTA','name','zvFuu','onBeforeDriverCreate','lMjYV','launchcaps','__workerDetails','JEST','arguments','../framework/automationFramework.js','browserVersion','result','onAfterDriverCreate','KEY_CAPABILITIES','isBrowserstackInfra','onAfterDriverCreate:\x20Setting\x20page\x20object','ryQBe','bhSpl','testId:\x20','KEY_SESSION_ID','SESSION_NAME','testData\x20from\x20onAfterTest:\x20','PmCOi','SESSION_STATUS','SyAmn','../utils/jest-utils.js','Automation\x20onAfterTest:\x20Test\x20status:\x20','playwrightVersion','onAfterTest\x20CBTSession\x20payload:\x20','bSdEZ','KEY_CONTEXT_OBJECT','setSessionName','format','getTrackedInstance','message','sessionId','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','markSessionName:\x20Skipping\x20session\x20name\x20marking','RhRys','workerInfo','stringify','kePGy','TEST','../cliUtils.js','setState','../../../helpers/classLogger.js','browserName','getInstance','isFalse','testUuid'];a84_0xa55b=function(){return _0x2581e1;};return a84_0xa55b();}function a84_0x4f1f(_0x35492c,_0x2b71ae){const _0xa55b7d=a84_0xa55b();return a84_0x4f1f=function(_0x4f1f57,_0x3f9c75){_0x4f1f57=_0x4f1f57-0x142;let _0x46849e=_0xa55b7d[_0x4f1f57];return _0x46849e;},a84_0x4f1f(_0x35492c,_0x2b71ae);}class PlaywrightDriverModule extends BaseModule{static [a84_0x4b16bf(0x15b)]=a84_0x4b16bf(0x1f0);static [a84_0x4b16bf(0x191)]=a84_0x4b16bf(0x1ca);static [a84_0x4b16bf(0x1e9)]='pageObject';static [a84_0x4b16bf(0x186)]=a84_0x4b16bf(0x196);static [a84_0x4b16bf(0x1ff)]='platformIndex';static [a84_0x4b16bf(0x180)]='capabilities';static ['KEY_HUB_URL']=a84_0x4b16bf(0x162);static ['KEY_PLATFORM_DETAILS']='platformDetails';static [a84_0x4b16bf(0x1e5)]='testId';[a84_0x4b16bf(0x14c)]=createClassLogger(a84_0x4b16bf(0x20a));constructor(_0x4e9aea=null){const _0x5d9b25=a84_0x4b16bf,_0x3fc2cb={};_0x3fc2cb[_0x5d9b25(0x172)]=_0x5d9b25(0x163),_0x3fc2cb[_0x5d9b25(0x1bc)]=_0x5d9b25(0x20a);const _0x3bc216=_0x3fc2cb,_0x4a2421=_0x3bc216[_0x5d9b25(0x172)][_0x5d9b25(0x1f8)]('|');let _0x4e5cad=0x0;while(!![]){switch(_0x4a2421[_0x4e5cad++]){case'0':AutomationFramework[_0x5d9b25(0x1e4)](AutomationFrameworkState[_0x5d9b25(0x14a)],HookState[_0x5d9b25(0x202)],this[_0x5d9b25(0x176)][_0x5d9b25(0x1d0)](this));continue;case'1':this[_0x5d9b25(0x1aa)]=null;continue;case'2':super(_0x4e9aea);continue;case'3':this[_0x5d9b25(0x18e)]=null;continue;case'4':this['platforms']=[];continue;case'5':this[_0x5d9b25(0x1a1)]=null;continue;case'6':this[_0x5d9b25(0x17d)]=null;continue;case'7':AutomationFramework[_0x5d9b25(0x1e4)](AutomationFrameworkState['CREATE'],HookState[_0x5d9b25(0x1f2)],this[_0x5d9b25(0x17f)]['bind'](this));continue;case'8':this[_0x5d9b25(0x1cb)]=new JestUtils();continue;case'9':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x5d9b25(0x1bd)],HookState[_0x5d9b25(0x1f2)],this[_0x5d9b25(0x168)][_0x5d9b25(0x1d0)](this));continue;case'10':this[_0x5d9b25(0x174)]=_0x3bc216[_0x5d9b25(0x1bc)];continue;case'11':AutomationFramework[_0x5d9b25(0x1e4)](AutomationFrameworkState[_0x5d9b25(0x1d6)],HookState['POST'],this[_0x5d9b25(0x1ee)]['bind'](this));continue;}break;}}[a84_0x4b16bf(0x150)](){const _0xd79883=a84_0x4b16bf;return PlaywrightDriverModule[_0xd79883(0x14b)];}async['onBeforeDriverCreate'](_0x56205b){const _0x45b012=a84_0x4b16bf,_0x2aab16={};_0x2aab16['AdsUL']='onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created';const _0x105e58=_0x2aab16;try{this['logger'][_0x45b012(0x1f3)](_0x105e58[_0x45b012(0x1dc)]);const _0xa0cb7c=_0x56205b[_0x45b012(0x178)],_0x30bfeb=_0x56205b[_0x45b012(0x162)];AutomationFramework['setState'](_0x56205b['instance'],PlaywrightDriverModule[_0x45b012(0x180)],_0xa0cb7c),AutomationFramework[_0x45b012(0x19f)](_0x56205b['instance'],PlaywrightDriverModule[_0x45b012(0x1e8)],_0x30bfeb);}catch(_0x3de461){this[_0x45b012(0x14c)][_0x45b012(0x143)](_0x45b012(0x164)+util[_0x45b012(0x193)](_0x3de461));}}async[a84_0x4b16bf(0x168)](_0x7a797e){const _0x371d17=a84_0x4b16bf,_0x5433c5={};_0x5433c5[_0x371d17(0x151)]=function(_0xee4bd4,_0x6c571f){return _0xee4bd4||_0x6c571f;};const _0x17e5d5=_0x5433c5;try{const _0x1f1bed=_0x7a797e?.[_0x371d17(0x195)]&&_0x7a797e?.['message']?.[_0x371d17(0x153)]&&_0x7a797e?.['message']?.[_0x371d17(0x153)]?.[_0x371d17(0x1ad)],_0x4b1c92=_0x7a797e?.[_0x371d17(0x195)]&&_0x7a797e?.[_0x371d17(0x195)]?.[_0x371d17(0x1ba)];if(_0x17e5d5[_0x371d17(0x151)](_0x1f1bed,_0x4b1c92)){this[_0x371d17(0x14c)][_0x371d17(0x1f3)](_0x371d17(0x1bf)+util[_0x371d17(0x1d1)](_0x1f1bed)+_0x371d17(0x1b5)+util['inspect'](_0x4b1c92));const _0x4df04e=_0x7a797e?.[_0x371d17(0x1ac)],_0xd996d2=global?.[_0x371d17(0x179)]?.[_0x371d17(0x19a)]?.[_0x371d17(0x1c7)],_0x321a12=_0x1f1bed?.[_0x371d17(0x196)]||_0x4b1c92?.[_0x371d17(0x196)],_0x2bf67b=_0x1f1bed?.[_0x371d17(0x1a7)]||_0x4b1c92?.['platformDetails'];_0x321a12&&(this['logger'][_0x371d17(0x1f3)](_0x371d17(0x16b)+_0x321a12),AutomationFramework[_0x371d17(0x19f)](_0x4df04e,PlaywrightDriverModule[_0x371d17(0x186)],_0x321a12)),_0xd996d2&&(this['logger'][_0x371d17(0x1f3)](_0x371d17(0x142)+util[_0x371d17(0x1d1)](_0xd996d2)),AutomationFramework[_0x371d17(0x19f)](_0x4df04e,PlaywrightDriverModule[_0x371d17(0x1ff)],_0xd996d2));}}catch(_0x508461){this['logger'][_0x371d17(0x143)](_0x371d17(0x1f1)+util['format'](_0x508461));}}async['onAfterDriverCreate'](_0x124812){const _0x1776f6=a84_0x4b16bf,_0x109ce9={'MIsQX':'onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','JxOyN':function(_0x2f3918,_0x10079a){return _0x2f3918(_0x10079a);},'pskEU':_0x1776f6(0x182),'HhZFP':_0x1776f6(0x197),'XvJiw':'onAfterDriverCreate:\x20Setting\x20context\x20object','vlLlz':_0x1776f6(0x154),'YGSTr':'base64'};try{this[_0x1776f6(0x14c)][_0x1776f6(0x1f3)](_0x109ce9[_0x1776f6(0x1c3)]);const _0x1acef9=_0x124812[_0x1776f6(0x1ac)];this['playwrightVersion']=_0x109ce9[_0x1776f6(0x1fc)](getFrameworkVersion,FRAMEWORKS[_0x1776f6(0x1e3)]);if(_0x124812[_0x1776f6(0x1c6)]){this[_0x1776f6(0x14c)][_0x1776f6(0x1f3)](_0x109ce9[_0x1776f6(0x1e1)]),AutomationFramework[_0x1776f6(0x19f)](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x1e9)],_0x124812[_0x1776f6(0x1c6)]);if(_0x124812[_0x1776f6(0x146)]){this[_0x1776f6(0x14c)][_0x1776f6(0x1f3)](_0x109ce9[_0x1776f6(0x1bb)]);const _0x2ef4cd=this[_0x1776f6(0x207)](_0x124812);AutomationFramework[_0x1776f6(0x19f)](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x1e5)],_0x2ef4cd),await this[_0x1776f6(0x1d9)](_0x124812[_0x1776f6(0x146)]);}}_0x124812['context']&&(this[_0x1776f6(0x14c)]['debug'](_0x109ce9['XvJiw']),AutomationFramework['setState'](_0x1acef9,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x124812['context']));if(_0x124812[_0x1776f6(0x1c0)]){this[_0x1776f6(0x14c)][_0x1776f6(0x1f3)](_0x109ce9['vlLlz']);const _0x9e217=global?.['__workerDetails']?.[_0x1776f6(0x19a)]?.[_0x1776f6(0x1c7)];AutomationFramework['setState'](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x15b)],_0x124812[_0x1776f6(0x1c0)]),AutomationFramework[_0x1776f6(0x19f)](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x1ff)],_0x9e217);const _0x115d4b={};_0x115d4b[_0x1776f6(0x1b3)]=!![];const _0x3aba52=Buffer[_0x1776f6(0x1c8)](JSON['stringify'](_0x115d4b)[_0x1776f6(0x1f6)](_0x109ce9['YGSTr'])),_0x179ed4=await GrpcClient['getInstance']()[_0x1776f6(0x1a9)]({'platformIndex':_0x9e217,'ref':_0x1acef9[_0x1776f6(0x1c9)](),'userInputParams':_0x3aba52});helper[_0x1776f6(0x1a3)](helper[_0x1776f6(0x181)]())&&AutomationFramework['setState'](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x180)],JSON[_0x1776f6(0x201)](Buffer['from'](_0x179ed4['getCapabilities'](),_0x109ce9[_0x1776f6(0x1ec)])[_0x1776f6(0x1f6)]()));}}catch(_0x51c601){this['logger'][_0x1776f6(0x143)](_0x1776f6(0x1db)+util['format'](_0x51c601));}}async[a84_0x4b16bf(0x1ee)](_0x52da05){const _0x4ef821=a84_0x4b16bf,_0x4bcf4f={'PmCOi':'Automation\x20onAfterTest:\x20Test\x20completed','sNhQT':_0x4ef821(0x14e),'ryQBe':function(_0x34707b,_0x429c68){return _0x34707b(_0x429c68);},'bSdEZ':function(_0x26fde3,_0x209123,_0x3c65d7){return _0x26fde3(_0x209123,_0x3c65d7);},'kePGy':_0x4ef821(0x17e),'JbXXm':_0x4ef821(0x195),'NSnGy':function(_0x122993,_0x3146c4){return _0x122993(_0x3146c4);},'BJHTA':function(_0x4672f9,_0x1242e3,_0x41774e){return _0x4672f9(_0x1242e3,_0x41774e);},'ngvCo':_0x4ef821(0x143),'bhSpl':'errors','SyAmn':function(_0x488cbc,_0x52686e){return _0x488cbc>_0x52686e;},'PoGTL':function(_0x428ec7,_0x4be01d){return _0x428ec7||_0x4be01d;},'KDxJD':function(_0x5392df,_0x3ad427){return _0x5392df===_0x3ad427;},'OoZzf':function(_0x1c010d,_0x58e8fd){return _0x1c010d+_0x58e8fd;},'YSuNL':_0x4ef821(0x185),'YgCYx':_0x4ef821(0x188),'RhRys':_0x4ef821(0x1fa),'VFbfl':_0x4ef821(0x209),'lMjYV':'base64','WypYT':_0x4ef821(0x1f4)};this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4bcf4f[_0x4ef821(0x189)]);const _0x3306f9=_0x52da05[_0x4ef821(0x1ac)];if(!_0x3306f9){this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4bcf4f[_0x4ef821(0x1f7)]);return;}const _0x45aec9=_0x52da05['testInfo'],_0x3e7597=this[_0x4ef821(0x207)](_0x52da05),_0x6e3db7=_0x45aec9[_0x4ef821(0x15a)];let _0x5bf0a5;const _0x3a67ec=_0x4bcf4f['ryQBe'](getPlaywrightStatus,_0x6e3db7);let _0x47d5bd,_0x3db7cc=null;if(_0x45aec9[_0x4ef821(0x145)]||_0x45aec9[_0x4ef821(0x149)])_0x47d5bd=_0x4bcf4f[_0x4ef821(0x183)](getCucumberSessionName,_0x45aec9),_0x5bf0a5=_0x4bcf4f[_0x4ef821(0x190)](nestedKeyValue,_0x45aec9,[_0x4bcf4f[_0x4ef821(0x19c)],_0x4bcf4f[_0x4ef821(0x1b1)]]);else{_0x47d5bd=_0x4bcf4f[_0x4ef821(0x1f9)](getPlaywrightSessionName,_0x45aec9),_0x5bf0a5=_0x4bcf4f[_0x4ef821(0x173)](nestedKeyValue,_0x45aec9,[_0x4bcf4f[_0x4ef821(0x1b4)],_0x4bcf4f[_0x4ef821(0x1b1)]]);const _0x2d0530=_0x4bcf4f[_0x4ef821(0x173)](nestedKeyValue,_0x45aec9,[_0x4bcf4f[_0x4ef821(0x184)]]);_0x2d0530&&_0x4bcf4f[_0x4ef821(0x18b)](_0x2d0530['length'],0x0)&&(_0x3db7cc=_0x2d0530[0x0][_0x4ef821(0x195)]),_0x5bf0a5=_0x4bcf4f[_0x4ef821(0x1a8)](_0x5bf0a5,_0x3db7cc),this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x18d)+_0x3a67ec+_0x4ef821(0x15c)+_0x5bf0a5);}const _0x46342c=_0x4bcf4f[_0x4ef821(0x1a8)](_0x5bf0a5,_0x3db7cc);this['logger'][_0x4ef821(0x1f3)](_0x4ef821(0x18d)+_0x3a67ec);let _0x27c9f6,_0x4eda00;if(this[_0x4ef821(0x158)]&&_0x4bcf4f['KDxJD'](this[_0x4ef821(0x158)][_0x4ef821(0x174)],FRAMEWORKS[_0x4ef821(0x1eb)]))_0x27c9f6=_0x3e7597,_0x4eda00=TestInfo[_0x4ef821(0x157)](_0x27c9f6);else this[_0x4ef821(0x158)]&&_0x4bcf4f[_0x4ef821(0x161)](this[_0x4ef821(0x158)][_0x4ef821(0x174)],FRAMEWORKS[_0x4ef821(0x17a)])?(_0x27c9f6=this[_0x4ef821(0x1cb)][_0x4ef821(0x1b0)](_0x45aec9),this['logger']['debug'](_0x4ef821(0x1dd)+_0x27c9f6)):(_0x27c9f6=TestInfo[_0x4ef821(0x16d)](_0x45aec9,_0x45aec9[_0x4ef821(0x1be)]),_0x4eda00=TestInfo['getTestUUID'](_0x27c9f6));const _0x43934d=TestInfo['getTestDetails'](_0x27c9f6);this[_0x4ef821(0x14c)][_0x4ef821(0x1b2)](_0x4bcf4f['OoZzf'](_0x4bcf4f[_0x4ef821(0x1f5)],_0x3e7597)),this[_0x4ef821(0x14c)][_0x4ef821(0x1b2)](_0x4bcf4f[_0x4ef821(0x144)](_0x4bcf4f[_0x4ef821(0x1d3)],util['inspect'](_0x43934d)));const _0x16e93c=AutomationFramework[_0x4ef821(0x16f)](_0x3306f9,PlaywrightDriverModule[_0x4ef821(0x1ff)]),_0xb7cad0=_0x43934d?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]||this[_0x4ef821(0x158)]&&this[_0x4ef821(0x158)][_0x4ef821(0x174)],_0x568cff=_0x43934d?.[TestFrameworkConstants[_0x4ef821(0x1c2)]]||this[_0x4ef821(0x158)]&&this['testFrameworkData']['version'],_0x91da24=TestFrameworkState[_0x4ef821(0x19d)]['toString']()['split']('.')[0x1],_0x577b04=HookState[_0x4ef821(0x1f2)][_0x4ef821(0x1f6)]()[_0x4ef821(0x1f8)]('.')[0x1],_0x33bca7=_0x3306f9[_0x4ef821(0x15e)](),_0x42dac2=AutomationFramework[_0x4ef821(0x16f)](_0x3306f9,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x101018={'provider':_0x4bcf4f[_0x4ef821(0x1f9)](getPlaywrightProvider,_0x42dac2),'frameworkName':_0x4bcf4f[_0x4ef821(0x199)],'frameworkVersion':_0x4bcf4f[_0x4ef821(0x1d8)],'frameworkSessionId':LoadTestModule[_0x4ef821(0x1da)]()?LoadTestModule[_0x4ef821(0x159)]():AutomationFramework[_0x4ef821(0x16f)](_0x3306f9,PlaywrightDriverModule[_0x4ef821(0x186)],''),'ref':_0x3306f9['getRef'](),'hubUrl':_0x42dac2};let _0x3fc2e4=AutomationFramework['getState'](_0x3306f9,PlaywrightDriverModule[_0x4ef821(0x180)],{});_0x3fc2e4&&_0x4bcf4f[_0x4ef821(0x18b)](Object['keys'](_0x3fc2e4)['length'],0x0)?_0x3fc2e4=Buffer[_0x4ef821(0x1c8)](JSON[_0x4ef821(0x19b)](_0x3fc2e4))['toString'](_0x4bcf4f[_0x4ef821(0x177)]):_0x3fc2e4=Buffer[_0x4ef821(0x1c8)](JSON[_0x4ef821(0x19b)]({}))[_0x4ef821(0x1f6)](_0x4bcf4f[_0x4ef821(0x177)]);const _0x546045={'hash':_0x33bca7['getId'](),'threadId':_0x33bca7[_0x4ef821(0x171)]()[_0x4ef821(0x1f6)](),'processId':_0x33bca7[_0x4ef821(0x1cf)]()[_0x4ef821(0x1f6)]()},_0x3d7452={};_0x3d7452['test_identifier']=_0x27c9f6;const _0x3901ea={};_0x3901ea[_0x4ef821(0x1a4)]=_0x4eda00;const _0x462da3={'platformIndex':_0x16e93c,'testFrameworkName':_0xb7cad0,'testFrameworkVersion':_0x568cff,'testFrameworkState':_0x91da24,'testHookState':_0x577b04,...this['testFrameworkData']&&_0x4bcf4f['KDxJD'](this['testFrameworkData'][_0x4ef821(0x174)],FRAMEWORKS[_0x4ef821(0x17a)])?_0x3d7452:_0x3901ea,'automationSession':_0x101018,'capabilities':_0x3fc2e4,'executionContext':_0x546045};this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x18f)+util['format'](_0x462da3)),GrpcClient[_0x4ef821(0x1a2)]()['testSessionEvent'](_0x462da3),this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x1c5)+_0x3e7597+(this[_0x4ef821(0x158)]&&_0x4bcf4f[_0x4ef821(0x161)](this[_0x4ef821(0x158)][_0x4ef821(0x174)],FRAMEWORKS[_0x4ef821(0x17a)])?_0x4ef821(0x1de)+_0x27c9f6:''));if(!_0x3a67ec){this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4bcf4f[_0x4ef821(0x1b9)],_0x6e3db7['status']);return;}this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x1ea)+_0x3e7597),_0x45aec9&&(this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x1c1)+_0x47d5bd),await this[_0x4ef821(0x1d9)](_0x45aec9)),await this['markSessionStatus'](_0x3306f9,_0x47d5bd,_0x3a67ec,_0x46342c);}async[a84_0x4b16bf(0x1b7)](_0x1531d2,_0x24eaec,_0x44c440,_0x2e2305){const _0x4b8f69=a84_0x4b16bf,_0x141458={'zvFuu':'markSessionStatus:\x20Skipping\x20session\x20status\x20marking','epefl':_0x4b8f69(0x16a),'dspxm':_0x4b8f69(0x203),'QiyHx':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','HoBnU':_0x4b8f69(0x1e2),'jJxVY':_0x4b8f69(0x169),'MIqTC':_0x4b8f69(0x1ae),'qmUCL':function(_0x17c054,_0x5d7c2e){return _0x17c054===_0x5d7c2e;},'LevAv':_0x4b8f69(0x1b6),'PKOJf':_0x4b8f69(0x1b2),'fCcjk':_0x4b8f69(0x143),'nUqUv':function(_0x1dd4e6,_0x184129,_0x406acc,_0xa5a295){return _0x1dd4e6(_0x184129,_0x406acc,_0xa5a295);},'MIKOd':_0x4b8f69(0x1b8),'yyZcn':function(_0x24f3d3,_0x11cbc2,_0x110342){return _0x24f3d3(_0x11cbc2,_0x110342);}};if(CLIUtils[_0x4b8f69(0x155)](BrowserstackCLI[_0x4b8f69(0x1a2)]()[_0x4b8f69(0x15f)]())){this[_0x4b8f69(0x14c)]['debug'](_0x141458[_0x4b8f69(0x175)]);return;}const _0x138854=_0x1531d2;if(!_0x138854){this[_0x4b8f69(0x14c)]['debug'](_0x141458[_0x4b8f69(0x1fb)]);return;}const _0x2d73fe=AutomationFramework[_0x4b8f69(0x16f)](_0x138854,PlaywrightDriverModule[_0x4b8f69(0x1e9)]);if(!_0x2d73fe){this[_0x4b8f69(0x14c)][_0x4b8f69(0x1f3)](_0x141458[_0x4b8f69(0x156)]);return;}const _0x3ac576=_0x44c440;if(!_0x3ac576){this[_0x4b8f69(0x14c)][_0x4b8f69(0x1f3)](_0x141458[_0x4b8f69(0x148)],_0x3ac576);return;}const _0x5246fa={};_0x5246fa[_0x4b8f69(0x15a)]=_0x3ac576;const _0x5b5185={};_0x5b5185[_0x4b8f69(0x16c)]=_0x141458[_0x4b8f69(0x1e7)],_0x5b5185['arguments']=_0x5246fa;const _0x5def53=_0x5b5185;_0x2e2305&&(_0x5def53[_0x4b8f69(0x17b)][_0x141458[_0x4b8f69(0x1e6)]]=_0x2e2305);const _0xa1da40=(_0x24eaec?_0x24eaec:_0x141458['MIqTC'])+'\x20'+_0x3ac576+'\x20'+(_0x2e2305?_0x4b8f69(0x1ab)+_0x2e2305:''),_0x2d2423=_0x141458['qmUCL'](_0x3ac576,_0x141458['LevAv'])?_0x141458['PKOJf']:_0x141458[_0x4b8f69(0x1a6)];await _0x141458[_0x4b8f69(0x1d7)](playwrightAnnotate,_0x2d73fe,_0xa1da40,_0x2d2423),_0x2e2305&&(_0x5def53['arguments'][_0x141458[_0x4b8f69(0x1e6)]]=_0x2e2305),PerformanceTester[_0x4b8f69(0x14f)](PerformanceEvents[_0x4b8f69(0x18a)]),this[_0x4b8f69(0x14c)]['debug'](_0x141458[_0x4b8f69(0x1e0)]),await _0x141458['yyZcn'](playwrightBstackJsExecutor,_0x2d73fe,_0x5def53),PerformanceTester['end'](PerformanceEvents[_0x4b8f69(0x18a)]);}async[a84_0x4b16bf(0x1d9)](_0x50887d){const _0x5b9087=a84_0x4b16bf,_0x1fd8c7={'mUIRm':_0x5b9087(0x198),'QyluB':function(_0xe574fa,_0x40e155){return _0xe574fa(_0x40e155);},'EaCuH':function(_0x7f7549,_0x1f2276){return _0x7f7549(_0x1f2276);},'RMLfW':_0x5b9087(0x192),'Qviou':function(_0xcf1de8,_0x1fa25f,_0x2fe4b0){return _0xcf1de8(_0x1fa25f,_0x2fe4b0);}};try{if(CLIUtils[_0x5b9087(0x16e)](BrowserstackCLI[_0x5b9087(0x1a2)]()[_0x5b9087(0x15f)]())){this['logger']['debug'](_0x1fd8c7[_0x5b9087(0x1cc)]);return;}const _0x5b0240=AutomationFramework[_0x5b9087(0x16f)](AutomationFramework[_0x5b9087(0x194)](),PlaywrightDriverModule['KEY_PAGE_OBJECT']);let _0x2a011b;_0x50887d['pickle']||_0x50887d[_0x5b9087(0x149)]?_0x2a011b=_0x1fd8c7[_0x5b9087(0x15d)](getCucumberSessionName,_0x50887d):_0x2a011b=_0x1fd8c7[_0x5b9087(0x1fd)](getPlaywrightSessionName,_0x50887d);const _0x3a576c={};_0x3a576c['name']=_0x2a011b;const _0x5d42cf={};_0x5d42cf[_0x5b9087(0x16c)]=_0x1fd8c7['RMLfW'],_0x5d42cf[_0x5b9087(0x17b)]=_0x3a576c;const _0x3e75a9=_0x5d42cf;PerformanceTester[_0x5b9087(0x14f)](PerformanceEvents[_0x5b9087(0x187)]),await _0x1fd8c7[_0x5b9087(0x20b)](playwrightBstackJsExecutor,_0x5b0240,_0x3e75a9),PerformanceTester[_0x5b9087(0x152)](PerformanceEvents['SESSION_NAME']);}catch(_0x319323){PerformanceTester[_0x5b9087(0x152)](PerformanceEvents['SESSION_NAME'],![],util[_0x5b9087(0x193)](_0x319323)),this[_0x5b9087(0x14c)][_0x5b9087(0x143)]('Error\x20in\x20markSessionName:\x20'+util[_0x5b9087(0x193)](_0x319323));}}}PlaywrightDriverModule[a84_0x4b16bf(0x14b)]='PlaywrightDriverModule',module[a84_0x4b16bf(0x1af)]=PlaywrightDriverModule;