browserstack-node-sdk 1.52.3 → 1.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a85_0x349a47=a85_0x5062;function a85_0x5062(_0x52e564,_0xc46c6a){const _0x174db1=a85_0x174d();return a85_0x5062=function(_0x50627a,_0x3c2ed1){_0x50627a=_0x50627a-0x8e;let _0x2d1657=_0x174db1[_0x50627a];return _0x2d1657;},a85_0x5062(_0x52e564,_0xc46c6a);}function a85_0x174d(){const _0xd9e55e=[']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','CCRrk','OsGXe','BOvdZ','qcLJg','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','MqJet','JWlvC','ECuLC','grWZM','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','present','Aerxc','ascii','isAppAccessibility','lcwHw','getValue','testAnalyticsId','getName','getContext','../framework/testFramework','cXILR','WyKCn','SAVE_RESULTS','dJPbe','Page\x20','aaGdD','obFVZ','testInfo','processAccessibilityCaps','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','command','testFrameworkData','set','tvkMJ','VwdGh','onBeforeExecute','wdOzu','Error\x20in\x20shouldScanForCommand:\x20','DRIVER_INIT','gHRyD','FyMAj','lekMU','fetchCentralAuthA11yConfig','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','fWQip','KDwwM','nlPFm','toISOString','DSuXO','CKuRt','includeTagsInTestingScope','pGJZL','isPlatformSupported:\x20caps\x20are\x20null','WyYxc','sWvDo','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','No\x20summaryResults\x20found.',',\x20testName=','getScriptByName','zOiQk','uHfIc','getResultsSummary','error','zQuiP','ZcEuZ','zQGAw','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','819273IuGdHj','BQIpF','../../../helpers/performance/performance-tester.js','jMKOq','../../playwright/accessibility-helper','getParamsForScanForCli','testhub_build_uuid','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','browserVersion','capabilitiesList','Error\x20applying\x20sendMessageToServer\x20patch:\x20','\x20a11yToken=','wPbsd','afterTestHook','ZkQVW','jyfBW','Performing\x20scan\x20before\x20getting\x20results\x20summary','applySendMessageToServerPatch','Error\x20in\x20performPageScan:\x20','qLMov','KEY_DRIVER_HAS_URL','registerObserver','getScriptsList','scan','test_run_id','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','getGoogleChromeOptions','getState','browserstack.accessibilityOptions.wcagVersion','setShouldScan','dfJCk','../cliUtils','uxkFE','true','onBeforeExecute:\x20No\x20command\x20name\x20provided','140966dAgpci','getCurrentAccessibilityStatus','MergedScanArgs:\x20','getTestUUID','BTMlI','oKzoO','Lankc','pwPage','util','../../../helpers/accessibility-automation/scripts','WaByx','./baseModule','LOG_DISABLED_SHOWN','1110112ZyDqEu','getAccessibilityResults','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','ivpZc','[platform\x20-\x20','kRFFj','XxdTW','MODULE_NAME','delete','phtcE','_centralAuthA11yConfig','Nxgzf','NHrsF','oBQyt','debug','UoRXI','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','getSuccess','EEeYC','stringify','Error\x20in\x20getAccessibilityResults:\x20','ZcZuk','Context','xXwHv','browser','cCDVe','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','uCIUr','finishScanningForCli','setAccessibilityToken','RIONO','SNYjT','pPAqC',',\x20isAppAccessibility=','boxrs','clUUk','YaacN','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','\x20script\x20available','commandsToWrap','TrackedInstance','getTestFrameworkDetail','dGSww','performPageScan:\x20Script\x20is\x20null','xoJZN','NnHto','vwUog','KEY_TESTHUB_BUILD_ID','initAccessibilityConfig','getAccessibilityResultsSummary','\x20or\x20higher\x20','browserstack.accessibilityOptions.scannerVersion','shouldScanForCommand:\x20','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','isBrowserstackScriptCommand','HyRTW','yrBjt','onBeforeExecute:\x20command=','DqRec','UVkzV','BROWSERSTACK_TESTHUB_JWT','\x20result\x20for\x20','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','browserstack.accessibilityOptions.scannerProcessingTimeout','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','chromeOptions','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','yEWOS','loadAccessibilityConfig','KEY_INIT','IVtSg','saveResults','parse','includes','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','PuXkN','test_tags',']\x20Accessibility\x20configuration\x20initialized\x20successfully','\x20value=','_sendMessageServerPatchApplied','../../../helpers/performance/constants.js','dIziQ','isOsU','getPlatformIndex','options','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','browser_version','parseFromProto','PERFORM_SCAN','exports','setAccessibilityConfig','Error\x20in\x20initAccessibilityConfig:\x20','setLogDisabledShown','getCommandsToWrap','end','gkYox','measureWrapper','size','toLowerCase','onBeforeTest','Iygis','startsWith','trim',']\x20should\x20run\x20accessibility\x20value=','YKxoW','jWiBE','null','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','Exception\x20in\x20isPlatformSupported:\x20','start','map','muDLR','HuqFI','Error\x20in\x20getAccessibilityResultsSummary:\x20','LJqLA','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','requiresChromeOptionsValidation','getCurrentInstanceName','find','UgdQN','TCLzB','page','getData','getScript','getMinVersionForBrowser','Sownp','performPageScan:\x20Page\x20is\x20null','length','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','accessibilityPlatform','BROWSERSTACK_TEST_ACCESSIBILITY_YML','AGPca','testFramework','Processed\x20accessibility\x20caps\x20','mergeObject','name','parseA11yJwtPayload','VLZPU','UAqZP','hASqb','executeScriptByName','--headless=new','DqRSs','1003548mWbpbx','PLjYS','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','\x20testHubUuid=','oYanS','uDuHL','PLeyN','--headless=','fetchDriverExecuteParamsEvent','Error\x20getting\x20script\x20by\x20name\x20','info','\x20from\x20testIdentifier=','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','__accessibilityOptions','getAccessibility','saveTestResults','isBrowserSupportedForAccessibility','../state/automationFrameworkState','FXQUn','vSmJM','latest','\x20accessibility\x20script\x20on\x20page','Rjzqo','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','uLyuI','skipCDPConnectOverride','\x20script\x20available\x20in\x20scriptsList','lGwdn','NON_BROWSERSTACK_AUTOMATION_SESSIONS','replace','performScanForCli','_centralAuthConfigFetched','getCommandsList','LiyQk','hasAccessibilityExecuteParams','llAoV','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Performing\x20scan\x20before\x20from\x20cli','commandName','unknown','bmVxr','OnNME','fZvtF','rIEso','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned',',\x20includeTags=','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','launchCaps','209195MFaERN','excludeTagsInTestingScope','getOptions','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','POST','TCRAW','getTestDetails','commandsList','../TestInfo.js','../../../helpers/classLogger','function','IDrid','SIpBW','isAccessibilityScriptCommand','getCapabilityValue','performScan','UwbJE',',\x20framework=','onAfterTest','evaluate','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','OBsSF','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','accessibilityToken','Executing\x20accessibility\x20script\x20on\x20page','\x20using\x20script:\x20','KxWZP','BThSz','getResults','jest','[AccessibilityModule]\x20onAfterTest:\x20framework=','DTojL','../../../helpers/accessibility-automation/helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','XrOBJ','format','__workerDetails','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','ACCESSIBILITY_INITIALIZED','zIIcr','a11y:save-results','capabilities','../framework/automationFramework','Error\x20getting\x20capability\x20value\x20for\x20','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','message','VFKhe','210pVWVRW','VajGM','bzczZ','Error\x20in\x20stopTestCapture:\x20','accessibilityConfig','VHpvk','gSaPz','Unknown\x20Test','pSunM','args','wsIVR','getCapabilitiesList','StYop','warn','ScanArgs:\x20','omnnc','getBuildId','toObject','XycLW','rdhBd','Error\x20in\x20performScanForCli\x20for\x20script\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','split','loadDriverExecuteParams','titlePath','../../../helpers/helper','has','thTestRunUuid','kGTIm','\x20->\x20','getTesthub','XoIrz','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','scriptsList','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','UlkXs','Error\x20in\x20validatePlatformForAccessibility:\x20','onBeforeExecute:\x20Command\x20','get','BROWSERSTACK_CLI_BIN_SESSION_ID','browserStackEvaluate','Gwqhp','updateData','wcagVersion','WoKuq','Accessibility\x20data\x20for\x20extension:\x20','ctJuu','Scan\x20result:\x20',',\x20available\x20commands:\x20','pNPWK','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','--headless','isEnabled','SGmPa','Iykor','602640iJIKpT','gVXdA','pJTDX','tLLaB','MpYgn','some','isArray','getTestId','goog:chromeOptions','getInstance','PRE','shouldScanForCommand','instance','UBbBJ','39115xhEodw','SDK_ACCESSIBILITY_CONFIG','AusXz','env','getTrackedInstance','cucumber','../state/hookState','string','stack','YoFZE','Error\x20in\x20processAccessibilityCaps:\x20',',\x20\x0a\x20','performScanForCli:\x20No\x20','__jestCurrentTestIdentifier','../framework/constants/testFrameworkConstants.js',']\x20onAfterTest\x20should\x20scan=','value','toString','currentTest','isVersionSupported','aTHvr','isPlatformSupported','hNWwA','DRIVER_HAS_URL','OBMdU','scannerVersion','browserName','CUQiM','on\x20non-BrowserStack\x20infrastructure\x20','SKfZv','accessibility','getBrowserDisplayName','bind','OqqHN','QjOYW','KEY_TEST_NAME','\x22browserstack.user\x22:\x22[REDACTED]\x22','CREATE','shouldScanCurrentTest','pQMpT'];a85_0x174d=function(){return _0xd9e55e;};return a85_0x174d();}(function(_0x40e7ca,_0x1ba20d){const _0x2e1547=a85_0x5062,_0x155fc1=_0x40e7ca();while(!![]){try{const _0x146336=-parseInt(_0x2e1547(0x21c))/0x1+-parseInt(_0x2e1547(0xaf))/0x2+parseInt(_0x2e1547(0x12a))/0x3+parseInt(_0x2e1547(0x1ec))/0x4+-parseInt(_0x2e1547(0xbd))/0x5*(-parseInt(_0x2e1547(0x24b))/0x6)+parseInt(_0x2e1547(0x14d))/0x7+-parseInt(_0x2e1547(0x15a))/0x8;if(_0x146336===_0x1ba20d)break;else _0x155fc1['push'](_0x155fc1['shift']());}catch(_0x25a0b1){_0x155fc1['push'](_0x155fc1['shift']());}}}(a85_0x174d,0x292c2));const BaseModule=require(a85_0x349a47(0x158)),{createClassLogger}=require(a85_0x349a47(0x225)),CLIUtils=require(a85_0x349a47(0x149)),AutomationFramework=require(a85_0x349a47(0x246)),TestFramework=require(a85_0x349a47(0xf9)),AutomationFrameworkState=require(a85_0x349a47(0x1fd)),HookState=require(a85_0x349a47(0xc3)),GrpcClient=require('../grpcClient'),scripts=require(a85_0x349a47(0x156)),logger=createClassLogger(a85_0x349a47(0x184)),PerformanceTester=require(a85_0x349a47(0x12c)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a85_0x349a47(0x1ac)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require(a85_0x349a47(0x91)),util=require(a85_0x349a47(0x155)),TestInfo=require(a85_0x349a47(0x224)),TestFrameworkConstants=require(a85_0x349a47(0xcb)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule['name'];static [a85_0x349a47(0x20b)]=![];static [a85_0x349a47(0x165)]={};constructor(_0x5b567c){const _0x17d960=a85_0x349a47,_0x4f6f88={};_0x4f6f88[_0x17d960(0x1cd)]='8|9|14|10|2|13|4|0|6|5|7|3|15|11|1|12',_0x4f6f88['zQuiP']=_0x17d960(0xd4),_0x4f6f88['bzczZ']=_0x17d960(0x242),_0x4f6f88[_0x17d960(0xfb)]=_0x17d960(0x130),_0x4f6f88[_0x17d960(0x14a)]=_0x17d960(0x175);const _0x3b2957=_0x4f6f88,_0x183b6e=_0x3b2957['HuqFI'][_0x17d960(0x8e)]('|');let _0x36fa17=0x0;while(!![]){switch(_0x183b6e[_0x36fa17++]){case'0':this[_0x17d960(0x159)]=new Map();continue;case'1':this[_0x17d960(0x13e)]=_0x3b2957[_0x17d960(0x126)];continue;case'2':this[_0x17d960(0xac)]=!![];continue;case'3':this[_0x17d960(0x179)](_0x5b567c[_0x17d960(0x21e)]()[_0x17d960(0x256)]());continue;case'4':this[_0x17d960(0xdb)]=new Map();continue;case'5':this[_0x17d960(0x245)]=[];continue;case'6':this['isAppAccessibility']=![];continue;case'7':this[_0x17d960(0x1ab)]=![];continue;case'8':super();continue;case'9':AutomationFramework[_0x17d960(0x13f)](AutomationFrameworkState['EXECUTE'],HookState[_0x17d960(0xb9)],this[_0x17d960(0x109)][_0x17d960(0xdd)](this));continue;case'10':AutomationFramework[_0x17d960(0x13f)](AutomationFrameworkState['QUIT'],HookState[_0x17d960(0xb9)],this[_0x17d960(0x22e)][_0x17d960(0xdd)](this));continue;case'11':this[_0x17d960(0x1a1)]=_0x3b2957[_0x17d960(0x24d)];continue;case'12':this[_0x17d960(0x18b)]=_0x3b2957[_0x17d960(0xfb)];continue;case'13':this[_0x17d960(0x24f)]=_0x5b567c[_0x17d960(0x25c)]();continue;case'14':AutomationFramework[_0x17d960(0x13f)](AutomationFrameworkState[_0x17d960(0xe2)],HookState[_0x17d960(0x220)],this[_0x17d960(0x1bf)][_0x17d960(0xdd)](this));continue;case'15':logger[_0x17d960(0x169)](_0x3b2957[_0x17d960(0x14a)]);continue;}break;}}['isEnabled'](){return this['isEnabled'];}['getModuleName'](){const _0x2bc89d=a85_0x349a47;return AccessibilityModule[_0x2bc89d(0x162)];}[a85_0x349a47(0x14e)](){const _0x3a8e2f=a85_0x349a47;return this['accessibility']['get'](CLIUtils[_0x3a8e2f(0x1d2)](),![]);}['getLogDisabledShown'](){const _0x193710=a85_0x349a47;return this[_0x193710(0x159)][_0x193710(0x9e)](CLIUtils['getCurrentInstanceName'](),![]);}[a85_0x349a47(0x1b8)](_0x5d62f3){const _0xb3f1d4=a85_0x349a47;this[_0xb3f1d4(0x159)][_0xb3f1d4(0x106)](CLIUtils[_0xb3f1d4(0x1d2)](),_0x5d62f3);}[a85_0x349a47(0x13b)](){const _0x3f7f96=a85_0x349a47,_0x192ddc={'dGSww':_0x3f7f96(0x131),'wPbsd':function(_0x2e48e2,_0x4b2f44){return _0x2e48e2(_0x4b2f44);},'UFFGZ':'../../utils/playwright-patcher','VEshp':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','NHrsF':_0x3f7f96(0x181)};if(this[_0x3f7f96(0x1ab)]){logger['debug'](_0x192ddc[_0x3f7f96(0x186)]);return;}try{const _0x43bd6c=_0x192ddc[_0x3f7f96(0x136)](require,_0x192ddc['UFFGZ']);_0x43bd6c&&_0x43bd6c['patchSendMessageToServer']?(_0x43bd6c['patchSendMessageToServer'](),this[_0x3f7f96(0x1ab)]=!![],logger['debug'](_0x192ddc['VEshp'])):logger[_0x3f7f96(0x169)](_0x192ddc[_0x3f7f96(0x167)]);}catch(_0x57933f){logger[_0x3f7f96(0x169)](_0x3f7f96(0x134)+util[_0x3f7f96(0x23f)](_0x57933f));}}['isPlatformSupported'](_0x6071a4=null,_0x3755fd=null,_0x4b7de9=null){const _0x4de029=a85_0x349a47,_0x4472d2={'OqqHN':function(_0xf90e85,_0x5e674c){return _0xf90e85&&_0x5e674c;},'BOvdZ':_0x4de029(0x11a),'BQIpF':function(_0x187316,_0x4cddd4){return _0x187316(_0x4cddd4);},'StYop':_0x4de029(0x91),'XoIrz':_0x4de029(0x15c),'tfZHi':_0x4de029(0x23d),'gVXdA':function(_0x190759,_0x1732f4){return _0x190759===_0x1732f4;},'aaGdD':function(_0x215429,_0x1c0a25){return _0x215429===_0x1c0a25;},'cCDVe':_0x4de029(0x14b),'HyRTW':_0x4de029(0xc4),'MpYgn':_0x4de029(0x241),'Nxgzf':_0x4de029(0xb7),'YKxoW':function(_0xd6b121,_0x5052d8){return _0xd6b121!==_0x5052d8;},'aTHvr':_0x4de029(0x200),'xXwHv':function(_0x4519e3){return _0x4519e3();},'Rjzqo':_0x4de029(0xd9),'gdSVY':function(_0x2840b1,_0x4d9130){return _0x2840b1>_0x4d9130;},'ZkQVW':function(_0x18f57f,_0x22dda1){return _0x18f57f(_0x22dda1);},'SIpBW':_0x4de029(0x103)};try{if(_0x4472d2[_0x4de029(0xde)](!_0x3755fd,!_0x4b7de9))return logger[_0x4de029(0x169)](_0x4472d2[_0x4de029(0xe8)]),![];const {isUndefined:_0x3d3977,isBrowserstackInfra:_0x428ba2}=_0x4472d2['BQIpF'](require,_0x4472d2[_0x4de029(0x257)]);if(!accessibilityHelper['isAccessibilityAutomationSession']())return logger['debug'](_0x4472d2[_0x4de029(0x97)]),![];const _0x10a040=_0x3755fd[_0x4de029(0xd7)]||_0x3755fd[_0x4de029(0x173)],_0x395a55=_0x3755fd[_0x4de029(0x132)]||_0x3755fd[_0x4de029(0x1b2)];if(!accessibilityHelper[_0x4de029(0x1fc)](_0x10a040))return logger[_0x4de029(0x258)](_0x4472d2['tfZHi']),![];if(accessibilityHelper[_0x4de029(0x1d1)](_0x10a040))try{const _0x267c6f=_0x3755fd['headless'],_0xee2ad2=_0x4472d2['gVXdA'](_0x267c6f,!![])||_0x4472d2['aaGdD'](_0x267c6f,_0x4472d2[_0x4de029(0x174)])||_0x4472d2[_0x4de029(0xb0)](typeof _0x267c6f,_0x4472d2[_0x4de029(0x193)])&&_0x4472d2[_0x4de029(0xff)](_0x267c6f[_0x4de029(0x1be)](),_0x4472d2[_0x4de029(0x174)]);if(_0xee2ad2)return logger[_0x4de029(0x258)](_0x4472d2[_0x4de029(0xb3)]),![];const _0xc01f4=_0x3755fd?.[_0x4de029(0x19d)]?.[_0x4de029(0x254)]||_0x3755fd?.[_0x4472d2[_0x4de029(0x166)]]?.[_0x4de029(0x254)]||[];if(Array['isArray'](_0xc01f4)&&_0xc01f4['some'](_0x1e2f9b=>typeof _0x1e2f9b===_0x4de029(0xc4)&&(_0x1e2f9b===_0x4de029(0xab)||_0x1e2f9b[_0x4de029(0x1c1)](_0x4de029(0x1f3))&&_0x1e2f9b!==_0x4de029(0x1ea))))return logger[_0x4de029(0x258)](_0x4472d2[_0x4de029(0xb3)]),![];}catch(_0x464656){logger['debug']('Error\x20checking\x20headless\x20capability:\x20'+util[_0x4de029(0x23f)](_0x464656));}if(_0x4472d2[_0x4de029(0x1c4)](_0x395a55,_0x4472d2[_0x4de029(0xd1)])){const _0x431ba3=_0x4472d2[_0x4de029(0x172)](_0x428ba2),_0x236aa7=accessibilityHelper[_0x4de029(0x1d9)](_0x10a040,_0x431ba3),_0x519b8b=accessibilityHelper[_0x4de029(0xdc)](_0x10a040);if(!accessibilityHelper[_0x4de029(0xd0)](_0x395a55,_0x236aa7)){const _0x2867f6=_0x431ba3?'':_0x4472d2[_0x4de029(0x202)];return logger[_0x4de029(0x258)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x519b8b+'\x20browser\x20version\x20'+_0x236aa7+_0x4de029(0x18e)+_0x2867f6+'.'),![];}}else{const _0x38dd57=_0x3755fd[_0x4de029(0x132)]||_0x3755fd['browser_version']||_0x3755fd['version'];if(_0x38dd57&&_0x4472d2[_0x4de029(0x1c4)](_0x38dd57,_0x4472d2[_0x4de029(0xd1)])&&!_0x4472d2['gdSVY'](_0x4472d2[_0x4de029(0x12b)](parseFloat,_0x38dd57),_0x4472d2[_0x4de029(0x138)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x4472d2[_0x4de029(0x228)]),![];}return!![];}catch(_0x5df5fd){return logger['debug'](_0x4de029(0x1c9)+_0x5df5fd['message']),![];}}['isEnabledTestcase'](_0x5c5758=[],_0x439bfa,_0x4ffe55='cucumber'){const _0x1fb98f=a85_0x349a47,_0x20b17b={'qLMov':function(_0x835ee7,_0x3eec1a){return _0x835ee7===_0x3eec1a;},'VHpvk':'jest','cXILR':function(_0x3d3e7f,_0x2101af){return _0x3d3e7f||_0x2101af;},'UlkXs':function(_0x1ac568,_0x2d4c87){return _0x1ac568===_0x2d4c87;},'pNPWK':function(_0x47caa8,_0x20620b){return _0x47caa8&&_0x20620b;},'PLjYS':_0x1fb98f(0x213),'pPAqC':function(_0x47d2f6,_0x34eb43){return _0x47d2f6===_0x34eb43;},'bkCsL':function(_0x28c3d3,_0x5dc156){return _0x28c3d3(_0x5dc156);},'sJZKP':function(_0x182134,_0x4dc55d){return _0x182134>_0x4dc55d;}};try{const _0x24bf26=process['env'][_0x1fb98f(0x210)]?JSON[_0x1fb98f(0x1a4)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x24bf26)return!![];const _0xbddbb1=Array[_0x1fb98f(0xb5)](_0x24bf26[_0x1fb98f(0x118)])?_0x24bf26[_0x1fb98f(0x118)]:[],_0x3597c4=Array[_0x1fb98f(0xb5)](_0x24bf26[_0x1fb98f(0x21d)])?_0x24bf26['excludeTagsInTestingScope']:[];if(_0x20b17b[_0x1fb98f(0x13d)](_0x4ffe55,_0x20b17b[_0x1fb98f(0x250)])){let _0x1e7362;Array[_0x1fb98f(0xb5)](_0x5c5758)?_0x1e7362=_0x5c5758['join']('\x20'):_0x1e7362=_0x20b17b[_0x1fb98f(0xfa)](_0x5c5758,'');const _0x4a9e33=_0x3597c4[_0x1fb98f(0xb4)](_0x21fa77=>_0x1e7362['includes'](_0x21fa77)),_0x2147c7=_0x20b17b[_0x1fb98f(0x9b)](_0xbddbb1[_0x1fb98f(0x1dc)],0x0)||_0xbddbb1[_0x1fb98f(0xb4)](_0x18c27f=>_0x1e7362['includes'](_0x18c27f)),_0x54e255=_0x20b17b[_0x1fb98f(0xa9)](!_0x4a9e33,_0x2147c7);return logger[_0x1fb98f(0x169)]('[platform\x20-\x20'+(_0x439bfa?.[_0x1fb98f(0x1af)]?.()||_0x20b17b[_0x1fb98f(0x1ed)])+']\x20isEnabledTestcase\x20(jest)\x20result='+_0x54e255+_0x1fb98f(0x120)+_0x1e7362+_0x1fb98f(0x219)+JSON[_0x1fb98f(0x16e)](_0xbddbb1)+',\x20excludeTags='+JSON[_0x1fb98f(0x16e)](_0x3597c4)),_0x54e255;}const _0x3f3266=Array['isArray'](_0x5c5758)?_0x5c5758:[];let _0x2f4ad5=![],_0x5c1ea1=_0x20b17b[_0x1fb98f(0x17c)](_0xbddbb1['length'],0x0);const _0x32b12e=_0x4d54b7=>typeof _0x4d54b7===_0x1fb98f(0xc4)?_0x4d54b7['replace'](/^@/,'')[_0x1fb98f(0x1be)]()[_0x1fb98f(0x1c2)]():_0x4d54b7,_0x3dd0f5=new Set(_0xbddbb1[_0x1fb98f(0x1cb)](_0x32b12e)),_0x1c797c=new Set(_0x3597c4[_0x1fb98f(0x1cb)](_0x32b12e));for(const _0x2f955a of _0x3f3266){const _0x80427b=_0x20b17b['bkCsL'](_0x32b12e,_0x2f955a);_0x1c797c[_0x1fb98f(0x92)](_0x80427b)&&(_0x2f4ad5=!![]),_0x20b17b['sJZKP'](_0x3dd0f5[_0x1fb98f(0x1bd)],0x0)&&_0x3dd0f5[_0x1fb98f(0x92)](_0x80427b)&&(_0x5c1ea1=!![]);}const _0x5b15af=_0x20b17b[_0x1fb98f(0xa9)](_0x5c1ea1,!_0x2f4ad5);return logger[_0x1fb98f(0x169)]('[platform\x20-\x20'+(_0x439bfa?.[_0x1fb98f(0x1af)]?.()||_0x20b17b[_0x1fb98f(0x1ed)])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x5b15af+',\x20tags='+JSON[_0x1fb98f(0x16e)](_0x3f3266)+',\x20includeTags='+JSON['stringify'](_0xbddbb1)+',\x20excludeTags='+JSON['stringify'](_0x3597c4)),_0x5b15af;}catch(_0x1e9448){return logger[_0x1fb98f(0x169)](_0x1fb98f(0x15f)+(_0x439bfa?.[_0x1fb98f(0x1af)]?.()||_0x20b17b['PLjYS'])+_0x1fb98f(0xe5)+_0x1e9448['message']),![];}}async[a85_0x349a47(0x1bf)](_0x3a9258){const _0x599dfa=a85_0x349a47,_0x7960e0={};_0x7960e0[_0x599dfa(0x24c)]=function(_0xa7f0f8,_0x2a941e){return _0xa7f0f8!==_0x2a941e;},_0x7960e0[_0x599dfa(0xb2)]=_0x599dfa(0xc2),_0x7960e0['muDLR']='jest',_0x7960e0[_0x599dfa(0x1e7)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x7960e0[_0x599dfa(0x100)]='TEST_INIT',_0x7960e0[_0x599dfa(0x221)]=_0x599dfa(0x1f8),_0x7960e0[_0x599dfa(0x17b)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x7960e0['pSunM']=_0x599dfa(0x10c),_0x7960e0[_0x599dfa(0xb1)]=function(_0x576545,_0x5b3ca4){return _0x576545===_0x5b3ca4;},_0x7960e0[_0x599dfa(0x10d)]=_0x599dfa(0x111),_0x7960e0['UoRXI']=_0x599dfa(0x252),_0x7960e0['UYZGO']=function(_0xfcdcf0,_0x3e405){return _0xfcdcf0>_0x3e405;},_0x7960e0[_0x599dfa(0x207)]=function(_0x2cb4e5,_0x2f82af){return _0x2cb4e5===_0x2f82af;},_0x7960e0[_0x599dfa(0x255)]=_0x599dfa(0x226),_0x7960e0[_0x599dfa(0x107)]='test_tags',_0x7960e0[_0x599dfa(0x116)]=function(_0x5870a6,_0x398548){return _0x5870a6&&_0x398548;},_0x7960e0[_0x599dfa(0x17e)]='unknown',_0x7960e0[_0x599dfa(0xda)]=_0x599dfa(0x14b);const _0x206ad3=_0x7960e0;if(_0x206ad3[_0x599dfa(0x24c)](_0x3a9258[_0x599dfa(0x1e1)],_0x206ad3[_0x599dfa(0xb2)])&&_0x206ad3['VajGM'](_0x3a9258[_0x599dfa(0x1e1)],_0x206ad3[_0x599dfa(0x1cc)])){logger[_0x599dfa(0x169)](_0x206ad3[_0x599dfa(0x1e7)]);return;}try{const _0x4c8cc1=AutomationFramework['getTrackedInstance'](),_0x3d3687=TestFramework['getTrackedInstance'](),_0x57410a=_0x3a9258[_0x599dfa(0x1d6)]||global['__workerDetails']?.[_0x599dfa(0x154)]||null;if(!_0x57410a){_0x3d3687&&_0x3d3687[_0x599dfa(0xa2)](_0x206ad3['obFVZ'],!![]);logger[_0x599dfa(0x169)](_0x206ad3[_0x599dfa(0x221)]);return;}logger['debug'](_0x206ad3['SNYjT']);const _0x18f4ed=_0x3d3687?.[_0x599dfa(0x1d7)](_0x206ad3[_0x599dfa(0x253)],![]),_0x2a2a73=_0x3d3687?.['getData'](_0x206ad3[_0x599dfa(0x100)],![]);if(_0x206ad3['pJTDX'](_0x18f4ed,![])&&_0x206ad3[_0x599dfa(0xb1)](_0x2a2a73,![])){_0x3d3687&&_0x3d3687['updateData'](_0x206ad3[_0x599dfa(0x253)],!![]);logger[_0x599dfa(0x169)](_0x206ad3[_0x599dfa(0x10d)]);return;}_0x3d3687&&_0x3d3687['updateData'](_0x206ad3[_0x599dfa(0x100)],!![]);let _0x16d187,_0xf3ae14;const _0x27bd94=_0x3a9258['testFramework']||_0x206ad3[_0x599dfa(0xb2)];if(_0x206ad3['pJTDX'](_0x27bd94,_0x206ad3['muDLR'])){_0xf3ae14=_0x3a9258[_0x599dfa(0x101)]?.[_0x599dfa(0xf6)]||_0x3a9258[_0x599dfa(0x101)]?.['id']||global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x599dfa(0xcf)]?.['testAnalyticsId']||global[_0x599dfa(0x240)]?.[_0x599dfa(0xcf)]?.['id'];const _0x23cabf=_0x3d3687?.['getAllData']()?.[_0x599dfa(0x9e)](_0xf3ae14);if(_0x23cabf&&_0x23cabf[TestFrameworkConstants[_0x599dfa(0xe0)]])_0x16d187=_0x23cabf[TestFrameworkConstants[_0x599dfa(0xe0)]];else{if(_0x3a9258[_0x599dfa(0x101)]?.['titlePath'])_0x16d187=_0x3a9258['testInfo'][_0x599dfa(0x90)];else global[_0x599dfa(0x240)]?.[_0x599dfa(0xcf)]?.[_0x599dfa(0x101)]?.[_0x599dfa(0x90)]?_0x16d187=global[_0x599dfa(0x240)][_0x599dfa(0xcf)]['testInfo']['titlePath']:_0x16d187=_0x206ad3[_0x599dfa(0x16a)];}logger['debug'](_0x599dfa(0x129)+_0xf3ae14+_0x599dfa(0x120)+JSON[_0x599dfa(0x16e)](_0x16d187));}else{_0xf3ae14=this[_0x599dfa(0xb6)](_0x3a9258);const _0x3691f9=TestInfo[_0x599dfa(0x222)](_0xf3ae14);let _0x4f6c2a=[];if(_0x3691f9&&Array[_0x599dfa(0xb5)](_0x3691f9[_0x599dfa(0x1a8)])&&_0x206ad3['UYZGO'](_0x3691f9['test_tags'][_0x599dfa(0x1dc)],0x0))_0x4f6c2a=_0x3691f9['test_tags'];else{if(_0x3d3687){const _0x4c4c65=_0x206ad3[_0x599dfa(0x207)](typeof _0x3d3687[_0x599dfa(0x1d7)],_0x206ad3['wsIVR'])?_0x3d3687[_0x599dfa(0x1d7)](_0x206ad3[_0x599dfa(0x107)],[]):_0x3d3687['test_tags']||[];Array[_0x599dfa(0xb5)](_0x4c4c65)&&(_0x4f6c2a=_0x4c4c65);}}_0x16d187=_0x4f6c2a;}logger[_0x599dfa(0x1f6)]('test-tags-->\x20'+JSON['stringify'](_0x16d187));const _0x16d3c2=this[_0x599dfa(0xd2)](_0x4c8cc1,_0x3a9258['platformCaps'],_0x3a9258['launchCaps']);logger[_0x599dfa(0x169)](_0x599dfa(0x19e)+_0x16d3c2+_0x599dfa(0x17d)+this[_0x599dfa(0xf3)]);const _0x5dede2=this['isEnabledTestcase'](_0x16d187,_0x4c8cc1,_0x27bd94),_0x26bcc2=_0x206ad3[_0x599dfa(0x116)](_0x16d3c2,_0x5dede2),_0x535da6=CLIUtils['getCurrentInstanceName']();this[_0x599dfa(0xdb)][_0x599dfa(0x106)](_0x535da6,_0x26bcc2),global[_0x599dfa(0x171)]?.[_0x599dfa(0xf8)]&&global['Context'][_0x599dfa(0xf8)]()[_0x599dfa(0x147)](_0x26bcc2),logger[_0x599dfa(0x169)](_0x599dfa(0x15f)+(_0x4c8cc1?.[_0x599dfa(0x1af)]?.()||_0x206ad3[_0x599dfa(0x17e)])+_0x599dfa(0x1c3)+_0x26bcc2),_0x26bcc2?(global[_0x599dfa(0x1de)]=!![],process[_0x599dfa(0xc0)][_0x599dfa(0x1df)]=_0x206ad3['SKfZv'],this[_0x599dfa(0x13b)]()):global[_0x599dfa(0x1de)]=![];}catch(_0x574e51){logger[_0x599dfa(0x125)]('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x574e51[_0x599dfa(0xc5)]||_0x574e51[_0x599dfa(0x249)]));const _0x3f5855=CLIUtils[_0x599dfa(0x1d2)]();this[_0x599dfa(0xdb)][_0x599dfa(0x106)](_0x3f5855,![]),global[_0x599dfa(0x1de)]=![];}}[a85_0x349a47(0x144)](){const _0x113ce8=a85_0x349a47;return this[_0x113ce8(0x245)][_0x113ce8(0x1d3)](_0x17d52c=>_0x17d52c[_0x113ce8(0xf7)]()===_0x113ce8(0xb7))?.['getValue']()||'';}[a85_0x349a47(0x22a)](_0x85ded5){const _0x407fc4=a85_0x349a47;try{const _0x4d59a1=this[_0x407fc4(0x24f)]?.[_0x407fc4(0x1b0)]?.[_0x407fc4(0x133)]||[],_0x46de3a=_0x4d59a1[_0x407fc4(0x1d3)](_0x704725=>_0x704725[_0x407fc4(0x1e4)]===_0x85ded5);return _0x46de3a?_0x46de3a[_0x407fc4(0xcd)]:null;}catch(_0xe3321a){return logger[_0x407fc4(0x169)](_0x407fc4(0x247)+_0x85ded5+':\x20'+_0xe3321a[_0x407fc4(0x249)]),null;}}async[a85_0x349a47(0x1b6)](_0x2ac39b,_0x478b00){const _0x107252=a85_0x349a47,_0x16f740=_0x2ac39b['getAccessibility']()[_0x107252(0x21e)](),_0x2cbff4=_0x16f740[_0x107252(0x140)](),_0x46f0a2=_0x16f740[_0x107252(0x1b9)]()?.[_0x107252(0x20c)]();scripts[_0x107252(0x1b3)](_0x2cbff4,_0x46f0a2),scripts['toJson']();const _0x3edabc=_0x16f740[_0x107252(0x256)]();this[_0x107252(0x245)]=_0x16f740[_0x107252(0x256)](),await this[_0x107252(0x179)](_0x3edabc,_0x478b00[_0x107252(0x21b)]);}async[a85_0x349a47(0x179)](_0x5c5e9c,_0x349520={}){const _0x1e760c=a85_0x349a47,_0x435a00={'AusXz':function(_0x3aad2a,_0x2c5a6b){return _0x3aad2a===_0x2c5a6b;},'UwbJE':_0x1e760c(0x233),'ECuLC':'browserstack.accessibilityOptions.authToken','pQMpT':function(_0x43d74c,_0x4f00ba){return _0x43d74c(_0x4f00ba);},'DTojL':_0x1e760c(0x23c),'BfqRH':function(_0x244979,_0x7879a6){return _0x244979(_0x7879a6);},'xoJZN':_0x1e760c(0x91),'xKKVj':function(_0x410431,_0x368c9d){return _0x410431(_0x368c9d);},'WyYxc':function(_0x555ac7,_0x423347){return _0x555ac7===_0x423347;},'dIziQ':_0x1e760c(0xa3),'UGSyc':_0x1e760c(0x146),'rdhBd':function(_0xd7fe3b,_0x34943e){return _0xd7fe3b===_0x34943e;},'oKzoO':_0x1e760c(0xd6),'fWQip':_0x1e760c(0x18f),'sWvDo':'scannerProcessingTimeout','yEWOS':_0x1e760c(0x19b)};global[_0x1e760c(0x1f9)]=global[_0x1e760c(0x1f9)]||{};for(const _0x5d5511 of _0x5c5e9c){logger[_0x1e760c(0x1f6)]('name:\x20'+_0x5d5511[_0x1e760c(0xf7)]()+_0x1e760c(0x1aa)+_0x5d5511[_0x1e760c(0xf5)]());if(_0x435a00[_0x1e760c(0xbf)](_0x5d5511[_0x1e760c(0xf7)](),_0x435a00[_0x1e760c(0x22c)])){const _0x2ec494=_0x5d5511[_0x1e760c(0xf5)]();process[_0x1e760c(0xc0)]['BS_A11Y_JWT']=_0x2ec494,global[_0x1e760c(0x1f9)][_0x435a00[_0x1e760c(0xed)]]=_0x2ec494;const _0x18e5ae=_0x435a00[_0x1e760c(0xe4)](require,_0x435a00[_0x1e760c(0x23b)]),{isTrue:_0x19daff}=_0x435a00['BfqRH'](require,_0x435a00[_0x1e760c(0x188)]),_0x54c940=_0x18e5ae[_0x1e760c(0x1e5)](_0x2ec494);_0x54c940&&_0x435a00['xKKVj'](_0x19daff,_0x54c940[_0x1e760c(0x205)])&&(process[_0x1e760c(0xc0)][_0x1e760c(0x15d)]=!![]);}else{if(_0x435a00[_0x1e760c(0x11b)](_0x5d5511['getName'](),_0x435a00[_0x1e760c(0x1ad)]))global[_0x1e760c(0x1f9)][_0x435a00['UGSyc']]=_0x5d5511[_0x1e760c(0xf5)]();else{if(_0x435a00[_0x1e760c(0x25e)](_0x5d5511[_0x1e760c(0xf7)](),_0x435a00[_0x1e760c(0x152)]))global[_0x1e760c(0x1f9)][_0x435a00[_0x1e760c(0x112)]]=_0x5d5511[_0x1e760c(0xf5)]();else _0x435a00[_0x1e760c(0x25e)](_0x5d5511['getName'](),_0x435a00[_0x1e760c(0x11c)])&&(global[_0x1e760c(0x1f9)][_0x435a00[_0x1e760c(0x19f)]]=_0x5d5511[_0x1e760c(0xf5)]());}}}}async['onAfterTest'](_0x483502){const _0x1ad993=a85_0x349a47,_0x44e102={};_0x44e102['phtcE']=function(_0x4b955e,_0x5a4288){return _0x4b955e!==_0x5a4288;},_0x44e102['Iykor']=_0x1ad993(0xc2),_0x44e102[_0x1ad993(0x15e)]=function(_0x15b3c9,_0xa47f4e){return _0x15b3c9!==_0xa47f4e;},_0x44e102[_0x1ad993(0x157)]=_0x1ad993(0x239),_0x44e102[_0x1ad993(0x196)]=_0x1ad993(0xef),_0x44e102[_0x1ad993(0x1ae)]=_0x1ad993(0x213);const _0x20f8e5=_0x44e102;if(_0x20f8e5[_0x1ad993(0x164)](_0x483502[_0x1ad993(0x1e1)],_0x20f8e5[_0x1ad993(0xae)])&&_0x20f8e5[_0x1ad993(0x15e)](_0x483502['testFramework'],_0x20f8e5[_0x1ad993(0x157)])){logger[_0x1ad993(0x169)](_0x20f8e5[_0x1ad993(0x196)]);return;}const _0x6ad373=_0x483502[_0x1ad993(0x101)]?.[_0x1ad993(0xf6)]||_0x483502[_0x1ad993(0x101)]?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x1ad993(0x1f6)](_0x1ad993(0x23a)+_0x483502[_0x1ad993(0x1e1)]+',\x20testIdentifier='+_0x6ad373);try{const _0x1e7d6c=_0x483502[_0x1ad993(0xbb)]||AutomationFramework['getTrackedInstance'](),_0x5c550f=CLIUtils[_0x1ad993(0x1d2)](),_0x451748=this['getCurrentAccessibilityStatus']();logger[_0x1ad993(0x169)]('[platform\x20-\x20'+(_0x1e7d6c?.[_0x1ad993(0x1af)]?.()||_0x20f8e5['isOsU'])+_0x1ad993(0xcc)+_0x451748),_0x451748&&await this['stopTestCapture'](_0x1e7d6c,_0x483502),this[_0x1ad993(0xdb)]['delete'](_0x5c550f),this[_0x1ad993(0x159)][_0x1ad993(0x163)](_0x5c550f);}catch(_0x35ecf5){logger[_0x1ad993(0x125)](_0x1ad993(0x21a)+(_0x35ecf5[_0x1ad993(0xc5)]||_0x35ecf5[_0x1ad993(0x249)]));}}async['stopTestCapture'](_0xa53157,_0x3e45c8){const _0x5c3656=a85_0x349a47,_0x283c04={};_0x283c04['ZcEuZ']=function(_0x2b81d7,_0x473491){return _0x2b81d7===_0x473491;},_0x283c04[_0x5c3656(0xdf)]=_0x5c3656(0x226),_0x283c04[_0x5c3656(0xec)]='jest',_0x283c04['WoKuq']=_0x5c3656(0xc2),_0x283c04[_0x5c3656(0x139)]=function(_0x4e39e7,_0x57018e){return _0x4e39e7===_0x57018e;},_0x283c04[_0x5c3656(0x1c5)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x283c04[_0x5c3656(0x108)]='accessibility',_0x283c04[_0x5c3656(0x1eb)]=_0x5c3656(0x1a3),_0x283c04['wurNN']='unknown',_0x283c04[_0x5c3656(0x215)]=_0x5c3656(0xf0),_0x283c04['fZvtF']=_0x5c3656(0x1c6),_0x283c04[_0x5c3656(0x251)]=function(_0x390f29,_0x382843){return _0x390f29||_0x382843;},_0x283c04['FyMAj']='AUTOMATION_SESSIONS',_0x283c04[_0x5c3656(0x1e6)]=_0x5c3656(0x208);const _0x1a86ad=_0x283c04;try{const _0x575f96=_0x3e45c8[_0x5c3656(0x1e1)]||(_0x1a86ad[_0x5c3656(0x127)](this[_0x5c3656(0x105)]?.[_0x5c3656(0x1e4)]?.[_0x5c3656(0x1be)](),_0x1a86ad['JWlvC'])?_0x1a86ad[_0x5c3656(0xec)]:_0x1a86ad[_0x5c3656(0xa4)]);let _0x50eb44='',_0x26b89e=null,_0x73f331=null;if(_0x1a86ad[_0x5c3656(0x139)](_0x575f96,_0x1a86ad[_0x5c3656(0xec)])){_0x26b89e=_0x3e45c8[_0x5c3656(0x101)]?.['testAnalyticsId']||_0x3e45c8['testInfo']?.['id']||global[_0x5c3656(0xca)];if(!_0x26b89e){logger[_0x5c3656(0x258)](_0x1a86ad[_0x5c3656(0x1c5)]);return;}try{const _0x3ed5fa=await GrpcClient[_0x5c3656(0xb8)]()[_0x5c3656(0x1f4)](process[_0x5c3656(0xc0)][_0x5c3656(0x9f)],_0x1a86ad[_0x5c3656(0x108)],_0x1a86ad['DqRSs'],_0x26b89e),_0x1e2bc4=AccessibilityModule[_0x5c3656(0x8f)](null,_0x3ed5fa);_0x50eb44=_0x1e2bc4?.['thTestRunUuid']||'',logger['debug'](_0x5c3656(0x16b)+_0x50eb44+'\x20from\x20testIdentifier='+_0x26b89e),_0x73f331=_0x3ed5fa;}catch(_0x8f329a){logger[_0x5c3656(0x125)](_0x5c3656(0x230)+_0x8f329a[_0x5c3656(0x249)]);return;}}else{const _0x2086d1=this[_0x5c3656(0xb6)](_0x3e45c8);_0x50eb44=TestInfo[_0x5c3656(0x150)](_0x2086d1);}const _0x5bd467=((()=>{const _0x1f7eb5=_0x5c3656,_0x15896d=(this['accessibilityConfig']?.[_0x1f7eb5(0x1b0)]?.[_0x1f7eb5(0x133)]||[])[_0x1f7eb5(0x1d3)](_0x202bfc=>(typeof _0x202bfc[_0x1f7eb5(0xf7)]===_0x1f7eb5(0x226)?_0x202bfc['getName']():_0x202bfc['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x15896d?_0x1a86ad[_0x1f7eb5(0x127)](typeof _0x15896d[_0x1f7eb5(0xf5)],_0x1a86ad[_0x1f7eb5(0xdf)])?_0x15896d['getValue']():_0x15896d[_0x1f7eb5(0xcd)]:'';})()),_0x3efb07=process[_0x5c3656(0xc0)][_0x5c3656(0x198)]||'';logger['debug'](_0x5c3656(0x15f)+(_0xa53157?.[_0x5c3656(0x1af)]?.()||_0x1a86ad['wurNN'])+']\x20clear\x20'+_0x50eb44+_0x5c3656(0x1ef)+_0x5bd467+_0x5c3656(0x135)+(_0x3efb07?_0x1a86ad['OnNME']:_0x1a86ad[_0x5c3656(0x216)]));let _0xdd97d5;if(_0x1a86ad[_0x5c3656(0x139)](_0x575f96,_0x1a86ad[_0x5c3656(0xec)]))_0xdd97d5=AccessibilityModule[_0x5c3656(0x8f)](_0x50eb44,_0x73f331);else{const _0x27a4e5=await GrpcClient[_0x5c3656(0xb8)]()['fetchDriverExecuteParamsEvent'](process[_0x5c3656(0xc0)][_0x5c3656(0x9f)],_0x1a86ad['VwdGh'],_0x1a86ad[_0x5c3656(0x1eb)]);_0xdd97d5=AccessibilityModule['loadDriverExecuteParams'](_0x50eb44,_0x27a4e5);}logger[_0x5c3656(0x169)](_0x5c3656(0xa5)+JSON[_0x5c3656(0x16e)](_0xdd97d5));const _0x1b8baa=Object['assign']({},{'thTestRunUuid':_0x1a86ad[_0x5c3656(0x251)](_0x50eb44,''),'thBuildUuid':_0x1a86ad[_0x5c3656(0x251)](_0x5bd467,''),'thJwtToken':_0x1a86ad[_0x5c3656(0x251)](_0x3efb07,'')},_0xdd97d5);logger[_0x5c3656(0x169)](_0x5c3656(0x143)+_0x50eb44+_0x5c3656(0x17d)+this[_0x5c3656(0xf3)]);let _0x485bb3=global[_0x5c3656(0x240)]?.['pwPage']||null;!_0x485bb3&&(_0x485bb3=AutomationFramework[_0x5c3656(0x145)](_0xa53157,_0x1a86ad[_0x5c3656(0x10e)],null)),!_0x485bb3&&(_0x485bb3=AutomationFramework[_0x5c3656(0x145)](_0xa53157,_0x1a86ad[_0x5c3656(0x1e6)],null)),await this[_0x5c3656(0x178)](this[_0x5c3656(0x14e)](),_0x50eb44,_0x485bb3,_0x1b8baa,this[_0x5c3656(0xf3)]);}catch(_0x54a925){logger[_0x5c3656(0x125)](_0x5c3656(0x24e)+(_0x54a925[_0x5c3656(0xc5)]||_0x54a925[_0x5c3656(0x249)]));}}async['finishScanningForCli'](_0x355efb,_0x1f1e46,_0x4b39d1,_0x169c81,_0x5c320b){const _0x41bf17=a85_0x349a47,_0x410ff3={};_0x410ff3[_0x41bf17(0xbc)]=_0x41bf17(0x1a3),_0x410ff3[_0x41bf17(0x1d5)]=function(_0x2d070c,_0x3511c8){return _0x2d070c&&_0x3511c8;},_0x410ff3[_0x41bf17(0x1e0)]=_0x41bf17(0x98),_0x410ff3[_0x41bf17(0x1a2)]=function(_0x41a0ea,_0x246b30){return _0x41a0ea===_0x246b30;},_0x410ff3[_0x41bf17(0x148)]=_0x41bf17(0x1c6),_0x410ff3[_0x41bf17(0x114)]=function(_0x508633,_0x34f74e){return _0x508633===_0x34f74e;},_0x410ff3['YaacN']='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x410ff3[_0x41bf17(0x217)]=_0x41bf17(0x211),_0x410ff3[_0x41bf17(0x236)]=_0x41bf17(0x137),_0x410ff3[_0x41bf17(0x194)]=_0x41bf17(0x141),_0x410ff3[_0x41bf17(0x1bb)]=function(_0x2fce8d,_0x1a98b0){return _0x2fce8d&&_0x1a98b0;},_0x410ff3['XxdTW']=_0x41bf17(0x191),_0x410ff3[_0x41bf17(0x1fe)]=_0x41bf17(0x244),_0x410ff3[_0x41bf17(0x24a)]=_0x41bf17(0x1ee);const _0xf91cc3=_0x410ff3;try{const _0x17bb8a=this[_0x41bf17(0x121)](_0xf91cc3['UBbBJ']);if(_0xf91cc3['TCLzB'](!_0x5c320b,!_0x17bb8a)){logger[_0x41bf17(0x169)](_0xf91cc3[_0x41bf17(0x1e0)]);return;}if(!_0x1f1e46||_0xf91cc3[_0x41bf17(0x1a2)](_0x1f1e46,_0xf91cc3['dfJCk'])||_0xf91cc3[_0x41bf17(0x114)](_0x1f1e46,'')){logger[_0x41bf17(0x169)](_0xf91cc3[_0x41bf17(0x180)]);return;}logger[_0x41bf17(0x169)](_0x41bf17(0x11d)+JSON[_0x41bf17(0x16e)](_0x169c81)),_0x355efb&&(logger['debug'](_0xf91cc3[_0x41bf17(0x217)]),await this[_0x41bf17(0x20a)](_0x4b39d1,_0x1f1e46,_0xf91cc3[_0x41bf17(0x236)],_0x169c81,_0x5c320b,_0xf91cc3[_0x41bf17(0x194)]),_0xf91cc3['gkYox'](!_0x5c320b,_0x17bb8a)&&(logger[_0x41bf17(0x169)](_0xf91cc3[_0x41bf17(0x161)]),await PerformanceTester[_0x41bf17(0x1bc)](_0xf91cc3[_0x41bf17(0x1fe)],async()=>{const _0x392a4c=_0x41bf17;await this['performScanForCli'](_0x4b39d1,_0x1f1e46,_0xf91cc3[_0x392a4c(0xbc)],_0x169c81,_0x5c320b,_0xf91cc3[_0x392a4c(0xbc)]);})()),logger[_0x41bf17(0x1f6)](_0xf91cc3['VFKhe']));}catch(_0x301876){logger['error'](_0x41bf17(0xaa)+(_0x301876[_0x41bf17(0xc5)]||_0x301876['message']));}}async['onBeforeExecute'](_0x10c280){const _0x477568=a85_0x349a47,_0x5db320={};_0x5db320['UgdQN']=function(_0x5c074,_0xd127ac){return _0x5c074!==_0xd127ac;},_0x5db320[_0x477568(0x123)]='cucumber',_0x5db320[_0x477568(0xe6)]=function(_0x455bdd,_0x51439f){return _0x455bdd!==_0x51439f;},_0x5db320['llAoV']=_0x477568(0x239),_0x5db320['Gwqhp']=_0x477568(0x9a),_0x5db320['ctJuu']='unknown',_0x5db320[_0x477568(0x153)]=_0x477568(0x14c),_0x5db320['pGJZL']=function(_0x387254,_0x420826){return _0x387254===_0x420826;},_0x5db320[_0x477568(0xd5)]=_0x477568(0x248),_0x5db320[_0x477568(0x20d)]=_0x477568(0xdb),_0x5db320[_0x477568(0xd3)]='performScan',_0x5db320[_0x477568(0x113)]=_0x477568(0x142),_0x5db320[_0x477568(0x122)]=_0x477568(0x130),_0x5db320[_0x477568(0x214)]=function(_0x581027,_0x2f31fa){return _0x581027===_0x2f31fa;},_0x5db320['RIONO']=_0x477568(0x141),_0x5db320[_0x477568(0x10a)]='null';const _0x51685e=_0x5db320;if(_0x51685e[_0x477568(0x1d4)](_0x10c280[_0x477568(0x1e1)],_0x51685e['uHfIc'])&&_0x51685e[_0x477568(0xe6)](_0x10c280[_0x477568(0x1e1)],_0x51685e[_0x477568(0x20f)])){logger[_0x477568(0x169)](_0x51685e[_0x477568(0xa1)]);return;}logger[_0x477568(0x169)](_0x477568(0x195)+(_0x10c280[_0x477568(0x212)]||_0x51685e[_0x477568(0xa6)])+_0x477568(0x22d)+_0x10c280[_0x477568(0x1e1)]);try{const _0xa960a1=_0x10c280[_0x477568(0xbb)]||AutomationFramework[_0x477568(0xc1)](),_0x435c03=TestFramework[_0x477568(0xc1)](),_0x56dc91=_0x10c280[_0x477568(0x212)]||_0x10c280[_0x477568(0x104)]?.['getName']();if(!_0x56dc91){logger[_0x477568(0x169)](_0x51685e[_0x477568(0x153)]);return;}if(!this[_0x477568(0x14e)]()){logger[_0x477568(0x169)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x56dc91);return;}if(!this[_0x477568(0xba)](_0x56dc91)){logger['debug'](_0x477568(0x9d)+_0x56dc91+_0x477568(0x218));return;}const _0x2ec299=_0x10c280[_0x477568(0x1d6)]||global['__workerDetails']?.['pwPage'];if(!_0x2ec299){logger[_0x477568(0x169)](_0x477568(0x1c8)+_0x56dc91);return;}let _0x54515d='',_0x59a5a5=null;if(_0x51685e[_0x477568(0x119)](_0x10c280['testFramework'],_0x51685e['llAoV'])){_0x59a5a5=_0x10c280[_0x477568(0x101)]?.[_0x477568(0xf6)]||_0x10c280[_0x477568(0x101)]?.['id']||global[_0x477568(0xca)];if(!_0x59a5a5){logger['warn'](_0x51685e[_0x477568(0xd5)]);return;}try{const _0x497278=await GrpcClient[_0x477568(0xb8)]()[_0x477568(0x1f4)](process[_0x477568(0xc0)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x51685e[_0x477568(0x20d)],_0x51685e['hNWwA'],_0x59a5a5),_0x2e14df=AccessibilityModule[_0x477568(0x8f)](null,_0x497278);_0x54515d=_0x2e14df?.[_0x477568(0x93)]||'',logger[_0x477568(0x169)](_0x477568(0xea)+_0x54515d+_0x477568(0x1f7)+_0x59a5a5);}catch(_0x28d56e){logger[_0x477568(0x125)](_0x477568(0x11e)+_0x28d56e['message']);return;}}else _0x54515d=this['getCapabilityValue'](_0x51685e[_0x477568(0x113)])||'';const _0x56e722=this[_0x477568(0x22a)](_0x51685e[_0x477568(0x122)])||this['accessibilityConfig'][this[_0x477568(0x18b)]]||null,_0x4da52a=process[_0x477568(0xc0)][_0x477568(0x198)]||'',_0x3bf144=this['getParamsForScanForCli'](_0x56dc91,_0x54515d,_0x56e722,_0x4da52a),_0x4f3ffa=_0x51685e[_0x477568(0x214)](_0x10c280[_0x477568(0x1e1)],_0x51685e[_0x477568(0x20f)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x51685e[_0x477568(0x17a)],_0x54515d,_0x59a5a5):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x51685e['RIONO'],_0x54515d);logger[_0x477568(0x1f6)](_0x477568(0x259)+(_0x3bf144?JSON['stringify'](_0x3bf144):_0x51685e[_0x477568(0x10a)]));const _0xac0f9a=CLIUtils[_0x477568(0x1e3)](_0x3bf144,_0x4f3ffa);logger[_0x477568(0x1f6)](_0x477568(0x14f)+(_0xac0f9a?JSON['stringify'](_0xac0f9a):_0x51685e[_0x477568(0x10a)])),logger[_0x477568(0x169)](_0x477568(0x232)+_0x56dc91);const _0x4ab74c=await this[_0x477568(0x20a)](_0x2ec299,_0x54515d,_0x56dc91,_0xac0f9a,this['isAppAccessibility']);logger[_0x477568(0x169)](_0x477568(0x21f)+_0x56dc91+_0x477568(0xc8)+JSON[_0x477568(0x16e)](_0x4ab74c));}catch(_0x31a92e){logger[_0x477568(0x125)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x31a92e['stack']||_0x31a92e['message']));}}[a85_0x349a47(0xe3)](){return this['getCurrentAccessibilityStatus']();}['setShouldScanCurrentTest'](_0x165145){const _0x7bedaf=a85_0x349a47,_0x26f89f=CLIUtils[_0x7bedaf(0x1d2)]();this[_0x7bedaf(0xdb)][_0x7bedaf(0x106)](_0x26f89f,_0x165145);}async[a85_0x349a47(0x18c)](_0x36b99b){const _0x3917de=a85_0x349a47,_0x432713={};_0x432713[_0x3917de(0x1cf)]=_0x3917de(0x213);const _0xb2e02=_0x432713;try{const _0x303c9e=_0x36b99b[_0x3917de(0xbb)]||AutomationFramework[_0x3917de(0xc1)](),_0x550e1a=_0x303c9e?.[_0x3917de(0x1d7)]?.()?.[_0x3917de(0x9e)]?.(this[_0x3917de(0x1a1)])||![];if(_0x550e1a)return;PerformanceTester[_0x3917de(0x1ca)](EVENTS[_0x3917de(0xbe)]);const _0x441bc6=await GrpcClient['getInstance']()['getAccessibilityConfig'](_0x36b99b);_0x441bc6&&_0x441bc6[_0x3917de(0x1fa)]&&_0x441bc6[_0x3917de(0x1fa)]()&&_0x441bc6[_0x3917de(0x1fa)]()[_0x3917de(0x16c)]()?(await this[_0x3917de(0x1a0)](_0x441bc6,_0x36b99b),_0x303c9e?.[_0x3917de(0x1d7)]&&_0x303c9e['getData']()[_0x3917de(0x106)](this[_0x3917de(0x1a1)],!![]),logger[_0x3917de(0x169)](_0x3917de(0x15f)+(_0x303c9e?.[_0x3917de(0x1af)]?.()||_0xb2e02[_0x3917de(0x1cf)])+_0x3917de(0x1a9))):logger['debug'](_0x3917de(0x15f)+(_0x303c9e?.[_0x3917de(0x1af)]?.()||_0xb2e02[_0x3917de(0x1cf)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester[_0x3917de(0x1ba)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x35154a){PerformanceTester['end'](EVENTS[_0x3917de(0xbe)],![],_0x35154a[_0x3917de(0x249)]),logger[_0x3917de(0x125)](_0x3917de(0x1b7)+(_0x35154a['stack']||_0x35154a[_0x3917de(0x249)]));}}async[a85_0x349a47(0x1a0)](_0x11b5cc,_0x1196bb){const _0x1b7aaa=a85_0x349a47;await this['setAccessibilityConfig'](_0x11b5cc,_0x1196bb);const _0x2bccf3=_0x11b5cc['getAccessibility']()[_0x1b7aaa(0x21e)]();if(_0x2bccf3){const _0x2522aa=_0x11b5cc['getTesthub']&&_0x11b5cc[_0x1b7aaa(0x96)]();_0x2522aa&&(this[_0x1b7aaa(0x24f)][this[_0x1b7aaa(0x18b)]]=_0x2522aa[_0x1b7aaa(0x25b)]&&_0x2522aa['getBuildId']());}}[a85_0x349a47(0xba)](_0x150b8a){const _0x39b903=a85_0x349a47,_0x329d89={};_0x329d89['kGTIm']=function(_0x254d89,_0x21a571){return _0x254d89===_0x21a571;};const _0x56a459=_0x329d89;try{if(!_0x150b8a)return![];const _0x22b960=this[_0x39b903(0x24f)]?.[_0x39b903(0x1b0)]?.[_0x39b903(0x183)]?.[_0x39b903(0x223)]||[],_0x3fb2da=_0x22b960[_0x39b903(0xb4)](_0x26c528=>{const _0x56d75e=_0x39b903;return _0x26c528[_0x56d75e(0x1e4)]&&_0x56a459[_0x56d75e(0x94)](_0x26c528['name'][_0x56d75e(0x1be)](),_0x150b8a[_0x56d75e(0x1be)]());});return logger[_0x39b903(0x169)](_0x39b903(0x190)+_0x150b8a+_0x39b903(0x95)+_0x3fb2da+_0x39b903(0xa8)+JSON[_0x39b903(0x16e)](_0x22b960['map'](_0x21b1b2=>_0x21b1b2[_0x39b903(0x1e4)]))),_0x3fb2da;}catch(_0xee04d4){return logger[_0x39b903(0x169)](_0x39b903(0x10b)+_0xee04d4[_0x39b903(0x249)]),![];}}[a85_0x349a47(0x192)](_0x1f3b53){const _0x36433f=a85_0x349a47,_0x56fa2b={};_0x56fa2b[_0x36433f(0xe9)]=function(_0xccd5d1,_0x18f817){return _0xccd5d1===_0x18f817;},_0x56fa2b['oYanS']=_0x36433f(0xc4),_0x56fa2b['dfAAk']='browserstack_executor';const _0x26822e=_0x56fa2b,_0xd80fac=_0x1f3b53['getScript']&&_0x1f3b53[_0x36433f(0x1d8)]();return _0xd80fac&&_0x26822e['qcLJg'](typeof _0xd80fac,_0x26822e[_0x36433f(0x1f0)])&&_0xd80fac[_0x36433f(0x1a5)](_0x26822e['dfAAk']);}[a85_0x349a47(0x229)](_0x3db685){const _0xf8b89b=a85_0x349a47,_0x20aa58={};_0x20aa58['MqJet']=function(_0x30580d,_0x27ab90){return _0x30580d!==_0x27ab90;},_0x20aa58['XrOBJ']='string',_0x20aa58[_0xf8b89b(0x17f)]=_0xf8b89b(0xdb),_0x20aa58[_0xf8b89b(0x237)]=_0xf8b89b(0x22b),_0x20aa58[_0xf8b89b(0x12d)]=_0xf8b89b(0x238),_0x20aa58[_0xf8b89b(0xf4)]=_0xf8b89b(0x1fb);const _0x22f854=_0x20aa58,_0x2b71d5=_0x3db685[_0xf8b89b(0x1d8)]&&_0x3db685[_0xf8b89b(0x1d8)]();if(!_0x2b71d5||_0x22f854[_0xf8b89b(0xeb)](typeof _0x2b71d5,_0x22f854[_0xf8b89b(0x23e)]))return![];return _0x2b71d5[_0xf8b89b(0x1a5)](_0x22f854[_0xf8b89b(0x17f)])||_0x2b71d5[_0xf8b89b(0x1a5)](_0x22f854[_0xf8b89b(0x237)])||_0x2b71d5[_0xf8b89b(0x1a5)](_0x22f854['jMKOq'])||_0x2b71d5[_0xf8b89b(0x1a5)](_0x22f854['lcwHw']);}[a85_0x349a47(0x12f)](_0x2d8ded,_0x17bbe8,_0x3085c9,_0x218a48){const _0x1af60e=a85_0x349a47,_0x2198e2={};_0x2198e2['YoFZE']=function(_0x1d9d17,_0x214d9f){return _0x1d9d17||_0x214d9f;},_0x2198e2[_0x1af60e(0x160)]=function(_0x3fe417,_0x27532a){return _0x3fe417||_0x27532a;};const _0x534229=_0x2198e2;return{'command':_0x2d8ded,'thTestRunUuid':_0x534229[_0x1af60e(0xc6)](_0x17bbe8,''),'thBuildUuid':_0x534229['YoFZE'](_0x3085c9,''),'thJwtToken':_0x534229[_0x1af60e(0x160)](_0x218a48,''),'timestamp':new Date()[_0x1af60e(0x115)]()};}[a85_0x349a47(0x121)](_0x54fc32){const _0x1febbd=a85_0x349a47,_0x94f479={};_0x94f479[_0x1febbd(0xfd)]=function(_0x1e41ce,_0x11dece){return _0x1e41ce||_0x11dece;};const _0x4f88f1=_0x94f479;try{const _0x5503c2=this['accessibilityConfig']?.[_0x1febbd(0x1b0)]?.[_0x1febbd(0x99)]||[],_0x2cc32f=_0x5503c2[_0x1febbd(0x1d3)](_0x2ee506=>_0x2ee506[_0x1febbd(0x1e4)]===_0x54fc32);return _0x4f88f1[_0x1febbd(0xfd)](_0x2cc32f,null);}catch(_0x3d9aa6){return logger[_0x1febbd(0x169)](_0x1febbd(0x1f5)+_0x54fc32+':\x20'+_0x3d9aa6[_0x1febbd(0x249)]),null;}}async[a85_0x349a47(0x1e9)](_0x51b5fe,_0x368e61,_0x4cc76b=null){const _0x46aa83=a85_0x349a47,_0x3ed58f={'ZcZuk':function(_0x478356,_0x35a2ff){return _0x478356(_0x35a2ff);},'CUQiM':_0x46aa83(0x12e)};try{if(!_0x51b5fe)return logger['debug'](_0x46aa83(0x19a)+_0x368e61),null;const _0x19e168=this['getScriptByName'](_0x368e61);if(!_0x19e168||!_0x19e168[_0x46aa83(0x104)])return logger[_0x46aa83(0x169)]('executeScriptByName:\x20No\x20'+_0x368e61+_0x46aa83(0x182)),null;logger[_0x46aa83(0x169)]('Executing\x20'+_0x368e61+_0x46aa83(0x201));const _0x24fdb9=_0x3ed58f[_0x46aa83(0x170)](require,_0x3ed58f[_0x46aa83(0xd8)]),_0x44aa5d=_0x4cc76b?await _0x24fdb9[_0x46aa83(0xa0)](_0x51b5fe,_0x19e168[_0x46aa83(0x104)],_0x4cc76b):await _0x24fdb9[_0x46aa83(0xa0)](_0x51b5fe,_0x19e168[_0x46aa83(0x104)]);return _0x44aa5d;}catch(_0x1fdc00){return logger[_0x46aa83(0x125)]('Error\x20executing\x20script\x20'+_0x368e61+':\x20'+(_0x1fdc00[_0x46aa83(0xc5)]||_0x1fdc00['message'])),null;}}async[a85_0x349a47(0x20a)](_0x4face4,_0x392a96,_0x3f5600,_0x56a51a,_0x1d5ce2,_0x3b72ca='scan'){const _0x47ad70=a85_0x349a47,_0x4133f8={'PLeyN':function(_0x558532,_0x5e5cf5){return _0x558532===_0x5e5cf5;},'IDrid':'scan','Sownp':function(_0x7c6a1d,_0x3059e2){return _0x7c6a1d(_0x3059e2);},'lekMU':_0x47ad70(0x12e)};try{logger['debug']('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x3f5600+_0x47ad70(0x235)+_0x3b72ca);const _0x6e410d=this[_0x47ad70(0x121)](_0x3b72ca);if(!_0x6e410d||!_0x6e410d[_0x47ad70(0x104)]){logger['debug'](_0x47ad70(0xc9)+_0x3b72ca+_0x47ad70(0x206));return;}if(_0x4133f8[_0x47ad70(0x1f2)](_0x3b72ca,_0x4133f8[_0x47ad70(0x227)])){const _0x2bfa71=_0x4133f8[_0x47ad70(0x1da)](require,_0x4133f8['lekMU']),_0x19040a={};_0x19040a[_0x47ad70(0x104)]=_0x3f5600;const _0x3f75dc=await PerformanceTester[_0x47ad70(0x1bc)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2ba702=_0x47ad70;return await _0x2bfa71['browserStackEvaluate'](_0x4face4,_0x6e410d[_0x2ba702(0x104)]);},_0x19040a)();return logger[_0x47ad70(0x1f6)](_0x47ad70(0xfe)+_0x3b72ca+'\x20result\x20for\x20'+_0x3f5600+':\x20'+util[_0x47ad70(0x23f)](_0x3f75dc)),_0x3f75dc;}const _0x45aeb1=_0x4133f8[_0x47ad70(0x1da)](require,_0x4133f8[_0x47ad70(0x10f)]),_0x376fc9=await PerformanceTester[_0x47ad70(0x1bc)](PerformanceA11yEvents[_0x47ad70(0xfc)],async()=>{const _0x4106dc=_0x47ad70;return await _0x45aeb1[_0x4106dc(0xa0)](_0x4face4,_0x6e410d['command'],_0x56a51a);})();return logger[_0x47ad70(0x1f6)]('Page\x20'+_0x3b72ca+_0x47ad70(0x199)+_0x3f5600+':\x20'+util[_0x47ad70(0x23f)](_0x376fc9)),_0x376fc9;}catch(_0x411ea3){logger['error'](_0x47ad70(0x25f)+_0x3b72ca+':\x20'+(_0x411ea3['stack']||_0x411ea3[_0x47ad70(0x249)]));}}async['validatePlatformForAccessibility'](_0x121f69){const _0x1240d9=a85_0x349a47,_0x1d4ada={'EEeYC':function(_0x3ae297,_0x48ce42){return _0x3ae297(_0x48ce42);},'Iygis':_0x1240d9(0x23c)};try{const _0x5ecac1=_0x1d4ada[_0x1240d9(0x16d)](require,_0x1d4ada[_0x1240d9(0x1c0)]);return await _0x5ecac1['platformValidation'](_0x121f69);}catch(_0xc6e406){return logger[_0x1240d9(0x125)](_0x1240d9(0x9c)+(_0xc6e406[_0x1240d9(0xc5)]||_0xc6e406[_0x1240d9(0x249)])),![];}}[a85_0x349a47(0x102)](_0x17e7b5,_0x495a85,_0x194cc1){const _0x204b5f=a85_0x349a47,_0x489940={'UVkzV':function(_0x4e964f,_0x80a45c){return _0x4e964f(_0x80a45c);},'vSmJM':_0x204b5f(0x12e),'omnnc':_0x204b5f(0xe1),'BblUS':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x123dba=_0x489940[_0x204b5f(0x197)](require,_0x489940[_0x204b5f(0x1ff)]);_0x123dba[_0x204b5f(0x102)](_0x17e7b5,_0x495a85,_0x194cc1);const _0x5bc7=JSON[_0x204b5f(0x16e)](_0x17e7b5)[_0x204b5f(0x209)](/"browserstack\.user":"[^"]*"/g,_0x489940[_0x204b5f(0x25a)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x489940['BblUS']);logger['debug'](_0x204b5f(0x1e2)+global['accessibilityPlatform']+'\x20'+_0x5bc7);}catch(_0x2ffa11){logger[_0x204b5f(0x125)](_0x204b5f(0xc7)+(_0x2ffa11['stack']||_0x2ffa11[_0x204b5f(0x249)]));}}async[a85_0x349a47(0x15b)](_0x49e4f){const _0x34e28c=a85_0x349a47,_0x2e168f={};_0x2e168f[_0x34e28c(0xad)]=_0x34e28c(0x1b1),_0x2e168f[_0x34e28c(0x177)]=_0x34e28c(0x238);const _0x4097df=_0x2e168f;try{if(!this[_0x34e28c(0x14e)]())return logger['warn'](_0x4097df[_0x34e28c(0xad)]),[];const _0x4f738b=await this[_0x34e28c(0x1e9)](_0x49e4f,_0x4097df[_0x34e28c(0x177)]);return _0x4f738b||[];}catch(_0x1c6af2){return logger['error'](_0x34e28c(0x16f)+(_0x1c6af2[_0x34e28c(0xc5)]||_0x1c6af2[_0x34e28c(0x249)])),[];}}async[a85_0x349a47(0x18d)](_0x11beb6){const _0x419534=a85_0x349a47,_0xbf3b24={'PCaSR':_0x419534(0x141),'XycLW':_0x419534(0x124),'Fiehl':_0x419534(0x260),'vwUog':function(_0x5204d7,_0x11e254){return _0x5204d7(_0x11e254);},'uDuHL':_0x419534(0x149),'Aerxc':function(_0x280fd6,_0x34d5db){return _0x280fd6===_0x34d5db;},'gJCPb':'jest','BTMlI':_0x419534(0x176),'grWZM':_0x419534(0xdb),'OBsSF':_0x419534(0x130),'oBQyt':_0x419534(0x18d),'hASqb':_0x419534(0x142),'uLyuI':_0x419534(0x13a),'agxUE':_0x419534(0x11f)};try{if(!this[_0x419534(0x14e)]())return logger[_0x419534(0x258)](_0xbf3b24['Fiehl']),{};const _0x52d249=_0xbf3b24[_0x419534(0x18a)](require,_0xbf3b24[_0x419534(0x1f1)]),_0x43ace4=_0x52d249[_0x419534(0x185)](),_0x172c14=_0xbf3b24[_0x419534(0xf1)](_0x43ace4?.[_0x419534(0x1e4)]?.[_0x419534(0x1be)](),_0xbf3b24['gJCPb']);let _0x1a8cb3='',_0x38df58=null,_0x3bae24=null;if(_0x172c14){_0x38df58=global[_0x419534(0xca)]||global['__workerDetails']?.['currentTest']?.[_0x419534(0xf6)]||global[_0x419534(0x240)]?.['currentTest']?.['id'];if(!_0x38df58)return logger['warn'](_0xbf3b24[_0x419534(0x151)]),{};try{const _0x3ef13f=await GrpcClient['getInstance']()[_0x419534(0x1f4)](process[_0x419534(0xc0)][_0x419534(0x9f)],_0xbf3b24[_0x419534(0xee)],_0xbf3b24[_0x419534(0x25d)],_0x38df58),_0x261eb9=AccessibilityModule[_0x419534(0x8f)](null,_0x3ef13f);_0x1a8cb3=_0x261eb9?.[_0x419534(0x93)]||'',logger[_0x419534(0x169)](_0x419534(0x1a6)+_0x1a8cb3+_0x419534(0x1f7)+_0x38df58);const _0x1e732a=await AccessibilityModule[_0x419534(0x110)](_0xbf3b24[_0x419534(0x25d)],_0x1a8cb3,_0x38df58),_0x3e9ea3=this['getCapabilityValue'](_0xbf3b24[_0x419534(0x231)])||this[_0x419534(0x24f)][this[_0x419534(0x18b)]]||null,_0x5748e7=process['env'][_0x419534(0x198)]||'',_0x1415b2=this[_0x419534(0x12f)](_0xbf3b24['oBQyt'],_0x1a8cb3,_0x3e9ea3,_0x5748e7);_0x3bae24=_0x52d249[_0x419534(0x1e3)](_0x1415b2,_0x1e732a),logger['debug'](_0x419534(0x203)+JSON['stringify'](_0x3bae24));}catch(_0x4f5749){return logger[_0x419534(0x125)](_0x419534(0x1c7)+_0x4f5749[_0x419534(0x249)]),{};}}else{_0x1a8cb3=this[_0x419534(0x22a)](_0xbf3b24[_0x419534(0x1e8)])||'';const _0x3bbb2a=this[_0x419534(0x22a)](_0xbf3b24[_0x419534(0x231)])||this['accessibilityConfig'][this[_0x419534(0x18b)]]||null,_0x55eedd=process[_0x419534(0xc0)][_0x419534(0x198)]||'';_0x3bae24=this['getParamsForScanForCli'](_0xbf3b24[_0x419534(0x168)],_0x1a8cb3,_0x3bbb2a,_0x55eedd);}logger[_0x419534(0x169)](_0xbf3b24[_0x419534(0x204)]),await PerformanceTester[_0x419534(0x1bc)](PerformanceA11yEvents[_0x419534(0x1b4)],async()=>{const _0x48a853=_0x419534,_0x442bea=await this[_0x48a853(0x1e9)](_0x11beb6,_0xbf3b24['PCaSR'],_0x3bae24);logger['debug'](_0x48a853(0xa7)+util[_0x48a853(0x23f)](_0x442bea));},{'command':_0xbf3b24['oBQyt']})();const _0xb77f2b=await PerformanceTester[_0x419534(0x1bc)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{return await this['executeScriptByName'](_0x11beb6,_0xbf3b24['XycLW'],_0x3bae24);})();if(!_0xb77f2b)return logger['debug'](_0xbf3b24['agxUE']),{};return _0xb77f2b;}catch(_0x4d41db){return logger[_0x419534(0x125)](_0x419534(0x1ce)+(_0x4d41db[_0x419534(0xc5)]||_0x4d41db['message'])),{};}}async['performPageScan'](_0x8dc1ea,_0x53c506,_0x45856e=null){const _0x59d117=a85_0x349a47,_0x1b48bf={};_0x1b48bf[_0x59d117(0xe7)]=_0x59d117(0x1db),_0x1b48bf[_0x59d117(0x117)]=_0x59d117(0x187),_0x1b48bf[_0x59d117(0x189)]=_0x59d117(0x234);const _0x59e300=_0x1b48bf;try{if(!_0x8dc1ea)return logger[_0x59d117(0x169)](_0x59e300[_0x59d117(0xe7)]),null;if(!_0x53c506)return logger['debug'](_0x59e300[_0x59d117(0x117)]),null;logger[_0x59d117(0x169)](_0x59e300[_0x59d117(0x189)]);const _0x2fc683=_0x45856e?await _0x8dc1ea[_0x59d117(0x22f)](_0x53c506,_0x45856e):await _0x8dc1ea[_0x59d117(0x22f)](_0x53c506);return _0x2fc683;}catch(_0x578b64){return logger['error'](_0x59d117(0x13c)+(_0x578b64[_0x59d117(0xc5)]||_0x578b64['message'])),null;}}static[a85_0x349a47(0x8f)](_0x1dc696,_0x341ed2){const _0x509b92=a85_0x349a47,_0x5b46fb={};_0x5b46fb[_0x509b92(0x1a7)]=_0x509b92(0xf2);const _0x593e41=_0x5b46fb,_0x3e5b55={};_0x3e5b55[_0x509b92(0x93)]=_0x1dc696;const _0x1b7018=_0x3e5b55;let _0xe38518={};if(_0x341ed2['getSuccess']()&&_0x341ed2[_0x509b92(0x20e)]())try{_0xe38518=JSON['parse'](new Buffer(_0x341ed2['getAccessibilityExecuteParams']())[_0x509b92(0xce)](_0x593e41[_0x509b92(0x1a7)]));}catch(_0x51932c){logger[_0x509b92(0x125)](_0x509b92(0x19c)+_0x51932c[_0x509b92(0x249)]),_0xe38518={};}return CLIUtils[_0x509b92(0x1e3)](_0x1b7018,_0xe38518);}static async['fetchCentralAuthA11yConfig'](_0x51133d,_0x4a96f9='',_0x3b5f4c=null){const _0x4ebf00=a85_0x349a47,_0x53b213={};_0x53b213[_0x4ebf00(0x243)]=_0x4ebf00(0x1dd),_0x53b213[_0x4ebf00(0x128)]=_0x4ebf00(0xdb);const _0x3b997b=_0x53b213;try{if(!_0x3b5f4c&&AccessibilityModule[_0x4ebf00(0x20b)])return AccessibilityModule[_0x4ebf00(0x165)];if(!process[_0x4ebf00(0xc0)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger['error'](_0x3b997b[_0x4ebf00(0x243)]),{};const _0x3d8a47=await GrpcClient[_0x4ebf00(0xb8)]()[_0x4ebf00(0x1f4)](process['env'][_0x4ebf00(0x9f)],_0x3b997b[_0x4ebf00(0x128)],_0x51133d,_0x3b5f4c),_0x172015=_0x3b5f4c?AccessibilityModule[_0x4ebf00(0x8f)](null,_0x3d8a47)?.[_0x4ebf00(0x93)]||_0x4a96f9:_0x4a96f9,_0x3e6395=AccessibilityModule[_0x4ebf00(0x8f)](_0x172015,_0x3d8a47);return!_0x3b5f4c&&(AccessibilityModule[_0x4ebf00(0x165)]=_0x3e6395,AccessibilityModule[_0x4ebf00(0x20b)]=!![]),_0x3e6395;}catch(_0x39cc91){return logger['error'](_0x4ebf00(0x1d0)+_0x51133d+':\x20'+(_0x39cc91[_0x4ebf00(0xc5)]||_0x39cc91[_0x4ebf00(0x249)])),{};}}};module[a85_0x349a47(0x1b5)]=AccessibilityModule;
1
+ const a85_0x3375a0=a85_0x5772;(function(_0x383b20,_0x2e195b){const _0x438398=a85_0x5772,_0x23c512=_0x383b20();while(!![]){try{const _0x5ad03a=parseInt(_0x438398(0x17f))/0x1*(-parseInt(_0x438398(0x1ef))/0x2)+parseInt(_0x438398(0x17a))/0x3*(parseInt(_0x438398(0xcc))/0x4)+-parseInt(_0x438398(0xa5))/0x5+-parseInt(_0x438398(0x23f))/0x6+-parseInt(_0x438398(0x18a))/0x7+-parseInt(_0x438398(0x9f))/0x8+parseInt(_0x438398(0x1c8))/0x9;if(_0x5ad03a===_0x2e195b)break;else _0x23c512['push'](_0x23c512['shift']());}catch(_0x2b4c92){_0x23c512['push'](_0x23c512['shift']());}}}(a85_0x290a,0x51458));const BaseModule=require(a85_0x3375a0(0xe4)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a85_0x3375a0(0xe1)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a85_0x3375a0(0x237)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a85_0x3375a0(0x166)),GrpcClient=require(a85_0x3375a0(0x1ac)),scripts=require(a85_0x3375a0(0x13a)),logger=createClassLogger(a85_0x3375a0(0x95)),PerformanceTester=require(a85_0x3375a0(0x22e)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a85_0x3375a0(0xaa)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a85_0x3375a0(0x135)),{nestedKeyValue,isUndefined}=require(a85_0x3375a0(0x215)),util=require(a85_0x3375a0(0x153)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a85_0x3375a0(0x19a)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static [a85_0x3375a0(0x1c2)]=AccessibilityModule['name'];static [a85_0x3375a0(0x176)]=![];static ['_centralAuthA11yConfig']={};constructor(_0xed9743){const _0x4e75ff=a85_0x3375a0,_0x3a0e2a={};_0x3a0e2a[_0x4e75ff(0x8a)]=_0x4e75ff(0xa9),_0x3a0e2a[_0x4e75ff(0x1d8)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x3a0e2a[_0x4e75ff(0xe3)]='testhub_build_uuid',_0x3a0e2a['WjIWT']=_0x4e75ff(0x75),_0x3a0e2a[_0x4e75ff(0x8f)]=_0x4e75ff(0x104);const _0x16c84b=_0x3a0e2a,_0x1bbb19=_0x16c84b[_0x4e75ff(0x8a)][_0x4e75ff(0x149)]('|');let _0x1f7a2f=0x0;while(!![]){switch(_0x1bbb19[_0x1f7a2f++]){case'0':logger[_0x4e75ff(0x1a0)](_0x16c84b[_0x4e75ff(0x1d8)]);continue;case'1':super();continue;case'2':this[_0x4e75ff(0x171)]=!![];continue;case'3':this[_0x4e75ff(0xb0)]=![];continue;case'4':this['isAppAccessibility']=![];continue;case'5':this[_0x4e75ff(0x1f1)]=_0x16c84b['UvyIX'];continue;case'6':this[_0x4e75ff(0x15d)](_0xed9743['getOptions']()[_0x4e75ff(0x256)]());continue;case'7':this[_0x4e75ff(0xe6)]=new Map();continue;case'8':this[_0x4e75ff(0x6f)]=new Map();continue;case'9':this[_0x4e75ff(0x81)]=_0x16c84b[_0x4e75ff(0xc9)];continue;case'10':this[_0x4e75ff(0x1be)]=![];continue;case'11':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x4e75ff(0x1c5)],HookState[_0x4e75ff(0x1e3)],this[_0x4e75ff(0x121)]['bind'](this));continue;case'12':AutomationFramework[_0x4e75ff(0x1cf)](AutomationFrameworkState[_0x4e75ff(0xbc)],HookState[_0x4e75ff(0xd1)],this['onAfterTest'][_0x4e75ff(0xfc)](this));continue;case'13':this[_0x4e75ff(0x156)]=_0xed9743['toObject']();continue;case'14':this[_0x4e75ff(0x16d)]=[];continue;case'15':this['KEY_DRIVER_HAS_URL']=_0x16c84b[_0x4e75ff(0x8f)];continue;case'16':AutomationFramework['registerObserver'](AutomationFrameworkState['EXECUTE'],HookState[_0x4e75ff(0xd1)],this['onBeforeExecute']['bind'](this));continue;}break;}}[a85_0x3375a0(0x171)](){const _0x1e2d7d=a85_0x3375a0;return this[_0x1e2d7d(0x171)];}[a85_0x3375a0(0x93)](){return AccessibilityModule['MODULE_NAME'];}[a85_0x3375a0(0x126)](){const _0x1cb62b=a85_0x3375a0;return this[_0x1cb62b(0xe6)][_0x1cb62b(0x1fc)](CLIUtils[_0x1cb62b(0xfa)](),![]);}[a85_0x3375a0(0x134)](){const _0x312029=a85_0x3375a0;return this[_0x312029(0x6f)][_0x312029(0x1fc)](CLIUtils[_0x312029(0xfa)](),![]);}[a85_0x3375a0(0x11e)](_0x127e66){const _0x143ebe=a85_0x3375a0;this[_0x143ebe(0x6f)][_0x143ebe(0x13b)](CLIUtils[_0x143ebe(0xfa)](),_0x127e66);}[a85_0x3375a0(0x78)](){const _0xd48a07=a85_0x3375a0,_0x2558a5={'uFmVt':_0xd48a07(0xab),'KApKE':function(_0x3e6c4b,_0x178362){return _0x3e6c4b(_0x178362);},'hMKUv':_0xd48a07(0x10f),'SSkee':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','HxTKj':_0xd48a07(0xb9)};if(this[_0xd48a07(0x1be)]){logger['debug'](_0x2558a5['uFmVt']);return;}try{const _0x4d1f1d=_0x2558a5[_0xd48a07(0x1c3)](require,_0x2558a5['hMKUv']);_0x4d1f1d&&_0x4d1f1d[_0xd48a07(0x226)]?(_0x4d1f1d[_0xd48a07(0x226)](),this[_0xd48a07(0x1be)]=!![],logger[_0xd48a07(0x1a0)](_0x2558a5[_0xd48a07(0x246)])):logger['debug'](_0x2558a5['HxTKj']);}catch(_0x261039){logger[_0xd48a07(0x1a0)](_0xd48a07(0x1ea)+util['format'](_0x261039));}}[a85_0x3375a0(0x169)](_0x2a10f9=null,_0x30bef9=null,_0x14b2ed=null){const _0x3b2e49=a85_0x3375a0,_0x459100={'nxtJo':function(_0x1f7e85,_0x2d65db){return _0x1f7e85&&_0x2d65db;},'YTikM':_0x3b2e49(0x13f),'sfshz':function(_0x3112db,_0xb4af5){return _0x3112db(_0xb4af5);},'EKTqf':_0x3b2e49(0x215),'hhTpK':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','fZlzk':_0x3b2e49(0x172),'XsoHe':function(_0x22d445,_0x214195){return _0x22d445===_0x214195;},'ZjVlo':_0x3b2e49(0x1bd),'aomnt':function(_0x48dcf2,_0x4db2f3){return _0x48dcf2===_0x4db2f3;},'qvMux':_0x3b2e49(0x1a4),'YgjgL':function(_0x5a8e4d,_0x121102){return _0x5a8e4d===_0x121102;},'ydWul':_0x3b2e49(0x187),'gSVGw':'goog:chromeOptions','Rpduo':function(_0x45c69f,_0x26d420){return _0x45c69f!==_0x26d420;},'lkWiP':_0x3b2e49(0xcb),'SJunD':function(_0x553086){return _0x553086();},'egCsp':'on\x20non-BrowserStack\x20infrastructure\x20','LZIeD':function(_0x51f09c,_0x353163){return _0x51f09c!==_0x353163;},'MkmoW':function(_0x126e7f,_0x34fefe){return _0x126e7f>_0x34fefe;},'dftcc':_0x3b2e49(0x13c)};try{if(_0x459100[_0x3b2e49(0x1b9)](!_0x30bef9,!_0x14b2ed))return logger['debug'](_0x459100[_0x3b2e49(0x21d)]),![];const {isUndefined:_0xd013ec,isBrowserstackInfra:_0x122e26}=_0x459100[_0x3b2e49(0x1b2)](require,_0x459100[_0x3b2e49(0xca)]);if(!accessibilityHelper[_0x3b2e49(0x140)]())return logger[_0x3b2e49(0x1a0)](_0x459100[_0x3b2e49(0x184)]),![];const _0x13ef1b=_0x30bef9[_0x3b2e49(0xfe)]||_0x30bef9[_0x3b2e49(0x231)],_0x5752b4=_0x30bef9[_0x3b2e49(0x161)]||_0x30bef9[_0x3b2e49(0x24f)];if(!accessibilityHelper[_0x3b2e49(0x259)](_0x13ef1b))return logger[_0x3b2e49(0x1a6)](_0x459100[_0x3b2e49(0x1bf)]),![];if(accessibilityHelper[_0x3b2e49(0xd3)](_0x13ef1b))try{const _0x346edf=_0x30bef9[_0x3b2e49(0xb6)],_0x3ae4ca=_0x459100[_0x3b2e49(0x12e)](_0x346edf,!![])||_0x459100['XsoHe'](_0x346edf,_0x459100['ZjVlo'])||_0x459100[_0x3b2e49(0x9a)](typeof _0x346edf,_0x459100[_0x3b2e49(0x6b)])&&_0x459100[_0x3b2e49(0x160)](_0x346edf[_0x3b2e49(0x148)](),_0x459100[_0x3b2e49(0x158)]);if(_0x3ae4ca)return logger[_0x3b2e49(0x1a6)](_0x459100[_0x3b2e49(0x178)]),![];const _0x56d110=_0x30bef9?.[_0x3b2e49(0x22a)]?.[_0x3b2e49(0x116)]||_0x30bef9?.[_0x459100[_0x3b2e49(0x11b)]]?.[_0x3b2e49(0x116)]||[];if(Array[_0x3b2e49(0x181)](_0x56d110)&&_0x56d110[_0x3b2e49(0x11d)](_0x2c9621=>typeof _0x2c9621===_0x3b2e49(0x1a4)&&(_0x2c9621===_0x3b2e49(0x1c0)||_0x2c9621[_0x3b2e49(0x24d)]('--headless=')&&_0x2c9621!==_0x3b2e49(0x1da))))return logger[_0x3b2e49(0x1a6)](_0x459100[_0x3b2e49(0x178)]),![];}catch(_0x353c98){logger['debug'](_0x3b2e49(0x10b)+util[_0x3b2e49(0x1df)](_0x353c98));}if(_0x459100[_0x3b2e49(0x1b8)](_0x5752b4,_0x459100[_0x3b2e49(0x1c9)])){const _0x571ab8=_0x459100[_0x3b2e49(0x9e)](_0x122e26),_0x3a7e11=accessibilityHelper[_0x3b2e49(0x221)](_0x13ef1b,_0x571ab8),_0x182fa9=accessibilityHelper[_0x3b2e49(0xf6)](_0x13ef1b);if(!accessibilityHelper[_0x3b2e49(0x1af)](_0x5752b4,_0x3a7e11)){const _0x70c1f1=_0x571ab8?'':_0x459100['egCsp'];return logger['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x182fa9+_0x3b2e49(0x157)+_0x3a7e11+_0x3b2e49(0x12b)+_0x70c1f1+'.'),![];}}else{const _0x243a72=_0x30bef9['browserVersion']||_0x30bef9[_0x3b2e49(0x24f)]||_0x30bef9[_0x3b2e49(0x141)];if(_0x243a72&&_0x459100[_0x3b2e49(0x1e1)](_0x243a72,_0x459100['lkWiP'])&&!_0x459100[_0x3b2e49(0x192)](_0x459100[_0x3b2e49(0x1b2)](parseFloat,_0x243a72),_0x459100[_0x3b2e49(0x1b2)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x459100[_0x3b2e49(0x24e)]),![];}return!![];}catch(_0xbd679d){return logger[_0x3b2e49(0x1a0)](_0x3b2e49(0x1b0)+_0xbd679d[_0x3b2e49(0x258)]),![];}}['isEnabledTestcase'](_0x3f3b1a=[],_0x56353f,_0x3b9631=a85_0x3375a0(0x76)){const _0x1af468=a85_0x3375a0,_0x24318a={'IvZBD':function(_0xbc7ea4,_0x53de47){return _0xbc7ea4===_0x53de47;},'jEHHy':_0x1af468(0xef),'oNftg':function(_0x28b754,_0x1fe2d6){return _0x28b754||_0x1fe2d6;},'WTMzD':function(_0x4992f4,_0x3bd4a1){return _0x4992f4&&_0x3bd4a1;},'mamrm':_0x1af468(0x1e7),'JUZLV':function(_0x1e0344,_0x234ad8){return _0x1e0344===_0x234ad8;},'ssVXl':function(_0x36a6f8,_0x1cc0cd){return _0x36a6f8(_0x1cc0cd);},'CKDce':function(_0x23ec0a,_0x2e323c){return _0x23ec0a>_0x2e323c;},'jtAPm':function(_0x456956,_0x3ffbea){return _0x456956&&_0x3ffbea;}};try{const _0x97add6=process[_0x1af468(0x235)][_0x1af468(0x1b4)]?JSON[_0x1af468(0x175)](process[_0x1af468(0x235)][_0x1af468(0x1b4)]):null;if(!_0x97add6)return!![];const _0x2976d2=Array['isArray'](_0x97add6[_0x1af468(0x106)])?_0x97add6[_0x1af468(0x106)]:[],_0x548db5=Array['isArray'](_0x97add6['excludeTagsInTestingScope'])?_0x97add6[_0x1af468(0xfd)]:[];if(_0x24318a[_0x1af468(0x1ae)](_0x3b9631,_0x24318a[_0x1af468(0x74)])){let _0x135c89;Array[_0x1af468(0x181)](_0x3f3b1a)?_0x135c89=_0x3f3b1a[_0x1af468(0xfb)]('\x20'):_0x135c89=_0x24318a[_0x1af468(0x6c)](_0x3f3b1a,'');const _0x43d64e=_0x548db5[_0x1af468(0x11d)](_0x2c4250=>_0x135c89[_0x1af468(0x12a)](_0x2c4250)),_0x4110b6=_0x24318a[_0x1af468(0x1ae)](_0x2976d2[_0x1af468(0xf8)],0x0)||_0x2976d2['some'](_0x11d640=>_0x135c89['includes'](_0x11d640)),_0x58466c=_0x24318a[_0x1af468(0x213)](!_0x43d64e,_0x4110b6);return logger['debug'](_0x1af468(0x6a)+(_0x56353f?.[_0x1af468(0x123)]?.()||_0x24318a[_0x1af468(0x193)])+_0x1af468(0x70)+_0x58466c+_0x1af468(0x1db)+_0x135c89+',\x20includeTags='+JSON['stringify'](_0x2976d2)+',\x20excludeTags='+JSON[_0x1af468(0x146)](_0x548db5)),_0x58466c;}const _0x58112=Array['isArray'](_0x3f3b1a)?_0x3f3b1a:[];let _0x2e38cf=![],_0x328a23=_0x24318a['JUZLV'](_0x2976d2[_0x1af468(0xf8)],0x0);const _0x3529d6=_0x3468d4=>typeof _0x3468d4===_0x1af468(0x1a4)?_0x3468d4[_0x1af468(0x21c)](/^@/,'')[_0x1af468(0x148)]()['trim']():_0x3468d4,_0x1a37a2=new Set(_0x2976d2[_0x1af468(0x19b)](_0x3529d6)),_0x4f91ad=new Set(_0x548db5[_0x1af468(0x19b)](_0x3529d6));for(const _0x2a98e4 of _0x58112){const _0x3d6695=_0x24318a[_0x1af468(0x1f7)](_0x3529d6,_0x2a98e4);_0x4f91ad[_0x1af468(0xdf)](_0x3d6695)&&(_0x2e38cf=!![]),_0x24318a[_0x1af468(0x86)](_0x1a37a2[_0x1af468(0x1e6)],0x0)&&_0x1a37a2[_0x1af468(0xdf)](_0x3d6695)&&(_0x328a23=!![]);}const _0x1a3a83=_0x24318a[_0x1af468(0x13e)](_0x328a23,!_0x2e38cf);return logger[_0x1af468(0x1a0)](_0x1af468(0x6a)+(_0x56353f?.[_0x1af468(0x123)]?.()||_0x24318a[_0x1af468(0x193)])+_0x1af468(0x21a)+_0x1a3a83+_0x1af468(0x208)+JSON['stringify'](_0x58112)+_0x1af468(0x79)+JSON[_0x1af468(0x146)](_0x2976d2)+_0x1af468(0x19d)+JSON[_0x1af468(0x146)](_0x548db5)),_0x1a3a83;}catch(_0x4eddda){return logger['debug']('[platform\x20-\x20'+(_0x56353f?.[_0x1af468(0x123)]?.()||_0x24318a[_0x1af468(0x193)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x4eddda[_0x1af468(0x258)]),![];}}async[a85_0x3375a0(0x121)](_0x1bf642){const _0x5249bb=a85_0x3375a0,_0x2ef49f={};_0x2ef49f['cHWvM']=function(_0x37f23c,_0x277a16){return _0x37f23c!==_0x277a16;},_0x2ef49f[_0x5249bb(0x1bc)]=_0x5249bb(0x76),_0x2ef49f[_0x5249bb(0x14d)]=_0x5249bb(0xef),_0x2ef49f[_0x5249bb(0xbe)]=_0x5249bb(0x82),_0x2ef49f[_0x5249bb(0x24c)]=_0x5249bb(0x15f),_0x2ef49f[_0x5249bb(0x14b)]=_0x5249bb(0x150),_0x2ef49f['ONyjB']=_0x5249bb(0x119),_0x2ef49f['WwjNX']=_0x5249bb(0x197),_0x2ef49f[_0x5249bb(0xc6)]=function(_0x1dfd6a,_0x21c865){return _0x1dfd6a===_0x21c865;},_0x2ef49f['zhaQR']=_0x5249bb(0xa8),_0x2ef49f['qQEqC']=_0x5249bb(0xcf),_0x2ef49f[_0x5249bb(0xeb)]=function(_0x13fecb,_0x5dabe4){return _0x13fecb>_0x5dabe4;},_0x2ef49f[_0x5249bb(0xf3)]=function(_0x47a03a,_0x4526bc){return _0x47a03a===_0x4526bc;},_0x2ef49f[_0x5249bb(0x89)]=_0x5249bb(0x147),_0x2ef49f[_0x5249bb(0xee)]=_0x5249bb(0x23b),_0x2ef49f['Scmyi']=function(_0x5f145b,_0x1fd1d5){return _0x5f145b&&_0x1fd1d5;},_0x2ef49f[_0x5249bb(0x92)]=_0x5249bb(0x1e7),_0x2ef49f[_0x5249bb(0x117)]=_0x5249bb(0x1bd);const _0xcfbd39=_0x2ef49f;if(_0xcfbd39[_0x5249bb(0xbd)](_0x1bf642['testFramework'],_0xcfbd39[_0x5249bb(0x1bc)])&&_0xcfbd39[_0x5249bb(0xbd)](_0x1bf642[_0x5249bb(0x7f)],_0xcfbd39['HNmKB'])){logger['debug'](_0xcfbd39[_0x5249bb(0xbe)]);return;}try{const _0x541b06=AutomationFramework[_0x5249bb(0xa1)](),_0xa473d9=TestFramework['getTrackedInstance'](),_0x4cb159=_0x1bf642['page']||global['__workerDetails']?.['pwPage']||null;if(!_0x4cb159){_0xa473d9&&_0xa473d9[_0x5249bb(0x222)](_0xcfbd39['bckpv'],!![]);logger['debug'](_0xcfbd39[_0x5249bb(0x14b)]);return;}logger[_0x5249bb(0x1a0)](_0xcfbd39[_0x5249bb(0x16e)]);const _0x18770b=_0xa473d9?.[_0x5249bb(0xff)](_0xcfbd39[_0x5249bb(0x1a8)],![]),_0x232e76=_0xa473d9?.['getData'](_0xcfbd39['bckpv'],![]);if(_0xcfbd39[_0x5249bb(0xc6)](_0x18770b,![])&&_0xcfbd39[_0x5249bb(0xc6)](_0x232e76,![])){_0xa473d9&&_0xa473d9['updateData'](_0xcfbd39[_0x5249bb(0x1a8)],!![]);logger[_0x5249bb(0x1a0)](_0xcfbd39[_0x5249bb(0xf7)]);return;}_0xa473d9&&_0xa473d9[_0x5249bb(0x222)](_0xcfbd39[_0x5249bb(0x24c)],!![]);let _0x543c61,_0x41c521;const _0x5e1286=_0x1bf642['testFramework']||_0xcfbd39[_0x5249bb(0x1bc)];if(_0xcfbd39[_0x5249bb(0xc6)](_0x5e1286,_0xcfbd39['HNmKB'])){_0x41c521=_0x1bf642[_0x5249bb(0xc2)]?.['testAnalyticsId']||_0x1bf642[_0x5249bb(0xc2)]?.['id']||global[_0x5249bb(0x1b7)]||global['__workerDetails']?.[_0x5249bb(0x25a)]?.[_0x5249bb(0x186)]||global[_0x5249bb(0x225)]?.[_0x5249bb(0x25a)]?.['id'];const _0x5598d6=_0xa473d9?.[_0x5249bb(0x18d)]()?.[_0x5249bb(0x1fc)](_0x41c521);if(_0x5598d6&&_0x5598d6[TestFrameworkConstants['KEY_TEST_NAME']])_0x543c61=_0x5598d6[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x1bf642[_0x5249bb(0xc2)]?.[_0x5249bb(0x9d)])_0x543c61=_0x1bf642[_0x5249bb(0xc2)][_0x5249bb(0x9d)];else global['__workerDetails']?.[_0x5249bb(0x25a)]?.[_0x5249bb(0xc2)]?.[_0x5249bb(0x9d)]?_0x543c61=global[_0x5249bb(0x225)][_0x5249bb(0x25a)]['testInfo'][_0x5249bb(0x9d)]:_0x543c61=_0xcfbd39[_0x5249bb(0xc5)];}logger[_0x5249bb(0x1a0)](_0x5249bb(0x188)+_0x41c521+',\x20testName='+JSON['stringify'](_0x543c61));}else{_0x41c521=this[_0x5249bb(0x20e)](_0x1bf642);const _0xe16ec5=TestInfo['getTestDetails'](_0x41c521);let _0x3473a4=[];if(_0xe16ec5&&Array['isArray'](_0xe16ec5[_0x5249bb(0x23b)])&&_0xcfbd39[_0x5249bb(0xeb)](_0xe16ec5[_0x5249bb(0x23b)][_0x5249bb(0xf8)],0x0))_0x3473a4=_0xe16ec5[_0x5249bb(0x23b)];else{if(_0xa473d9){const _0x2123d5=_0xcfbd39[_0x5249bb(0xf3)](typeof _0xa473d9['getData'],_0xcfbd39[_0x5249bb(0x89)])?_0xa473d9[_0x5249bb(0xff)](_0xcfbd39[_0x5249bb(0xee)],[]):_0xa473d9[_0x5249bb(0x23b)]||[];Array[_0x5249bb(0x181)](_0x2123d5)&&(_0x3473a4=_0x2123d5);}}_0x543c61=_0x3473a4;}logger[_0x5249bb(0x68)]('test-tags-->\x20'+JSON[_0x5249bb(0x146)](_0x543c61));const _0x156ef7=this[_0x5249bb(0x169)](_0x541b06,_0x1bf642[_0x5249bb(0xde)],_0x1bf642[_0x5249bb(0x1c6)]);logger[_0x5249bb(0x1a0)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x156ef7+_0x5249bb(0x230)+this['isAppAccessibility']);const _0x4a17d5=this[_0x5249bb(0x115)](_0x543c61,_0x541b06,_0x5e1286),_0x79731a=_0xcfbd39[_0x5249bb(0x1d3)](_0x156ef7,_0x4a17d5),_0x5f0d2c=CLIUtils[_0x5249bb(0xfa)]();this[_0x5249bb(0xe6)][_0x5249bb(0x13b)](_0x5f0d2c,_0x79731a),global[_0x5249bb(0x24b)]?.[_0x5249bb(0x21f)]&&global['Context'][_0x5249bb(0x21f)]()[_0x5249bb(0x200)](_0x79731a),logger[_0x5249bb(0x1a0)]('[platform\x20-\x20'+(_0x541b06?.[_0x5249bb(0x123)]?.()||_0xcfbd39['oENQT'])+_0x5249bb(0x219)+_0x79731a),_0x79731a?(global[_0x5249bb(0xf5)]=!![],process[_0x5249bb(0x235)][_0x5249bb(0xac)]=_0xcfbd39[_0x5249bb(0x117)],this['applySendMessageToServerPatch']()):global[_0x5249bb(0xf5)]=![];}catch(_0x319bc8){logger[_0x5249bb(0x7a)](_0x5249bb(0x1f5)+(_0x319bc8['stack']||_0x319bc8[_0x5249bb(0x258)]));const _0x18578d=CLIUtils[_0x5249bb(0xfa)]();this[_0x5249bb(0xe6)][_0x5249bb(0x13b)](_0x18578d,![]),global['accessibilityPlatform']=![];}}[a85_0x3375a0(0x1a3)](){const _0x6f97cf=a85_0x3375a0;return this[_0x6f97cf(0x16d)][_0x6f97cf(0xb7)](_0x217e54=>_0x217e54[_0x6f97cf(0x22c)]()===_0x6f97cf(0x1d2))?.[_0x6f97cf(0x10d)]()||'';}[a85_0x3375a0(0x19e)](_0x42a5d9){const _0x5d0171=a85_0x3375a0;try{const _0x552a43=this[_0x5d0171(0x156)]?.[_0x5d0171(0x1dc)]?.[_0x5d0171(0x240)]||[],_0x3d28b1=_0x552a43[_0x5d0171(0xb7)](_0x5c4229=>_0x5c4229[_0x5d0171(0xd0)]===_0x42a5d9);return _0x3d28b1?_0x3d28b1['value']:null;}catch(_0xf4d89d){return logger[_0x5d0171(0x1a0)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x42a5d9+':\x20'+_0xf4d89d[_0x5d0171(0x258)]),null;}}async['setAccessibilityConfig'](_0x12070a,_0x4f15d1){const _0x264905=a85_0x3375a0,_0x52fc02=_0x12070a[_0x264905(0x202)]()[_0x264905(0x122)](),_0x5c8b20=_0x52fc02[_0x264905(0x1ec)](),_0x40cf32=_0x52fc02['getCommandsToWrap']()?.['getCommandsList']();scripts['parseFromProto'](_0x5c8b20,_0x40cf32),scripts[_0x264905(0x163)]();const _0x2545ed=_0x52fc02['getCapabilitiesList']();this['capabilities']=_0x52fc02['getCapabilitiesList'](),await this[_0x264905(0x15d)](_0x2545ed,_0x4f15d1[_0x264905(0x1c6)]);}async[a85_0x3375a0(0x15d)](_0x37985b,_0x43aca3={}){const _0x32b283=a85_0x3375a0,_0x439f5d={'fkPZb':function(_0x1dec2c,_0x571424){return _0x1dec2c===_0x571424;},'DYLkL':_0x32b283(0x15c),'MSgKv':'browserstack.accessibilityOptions.authToken','KjsRg':function(_0x2d0442,_0x410233){return _0x2d0442(_0x410233);},'sNDFo':_0x32b283(0x257),'rwIHq':function(_0x59bfa0,_0x52bf5c){return _0x59bfa0(_0x52bf5c);},'Yjrhw':_0x32b283(0x215),'DnrZa':_0x32b283(0x105),'Uprtx':_0x32b283(0x152),'zEukI':'scannerVersion','vWRDa':_0x32b283(0x1d5),'BcZZJ':_0x32b283(0x8c),'hkhYr':'browserstack.accessibilityOptions.scannerProcessingTimeout','Snalf':_0x32b283(0x98),'zqsUl':function(_0x501b39,_0x4b9108){return _0x501b39(_0x4b9108);},'tFVRx':function(_0x27541b,_0xb57ed9){return _0x27541b===_0xb57ed9;},'VRgKd':_0x32b283(0x1bd)};global['__accessibilityOptions']=global[_0x32b283(0x87)]||{};for(const _0x5938ba of _0x37985b){logger[_0x32b283(0x68)](_0x32b283(0xbb)+_0x5938ba['getName']()+_0x32b283(0x162)+_0x5938ba[_0x32b283(0x10d)]());if(_0x439f5d['fkPZb'](_0x5938ba['getName'](),_0x439f5d[_0x32b283(0x218)])){const _0x3073f1=_0x5938ba[_0x32b283(0x10d)]();process[_0x32b283(0x235)][_0x32b283(0x247)]=_0x3073f1,global[_0x32b283(0x87)][_0x439f5d[_0x32b283(0x245)]]=_0x3073f1;const _0x5442d4=_0x439f5d['KjsRg'](require,_0x439f5d[_0x32b283(0x151)]),{isTrue:_0x3ef596}=_0x439f5d['rwIHq'](require,_0x439f5d[_0x32b283(0x118)]),_0x271801=_0x5442d4[_0x32b283(0x1f6)](_0x3073f1);_0x271801&&_0x439f5d[_0x32b283(0x8b)](_0x3ef596,_0x271801[_0x32b283(0x22b)])&&(process[_0x32b283(0x235)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x439f5d[_0x32b283(0xf1)](_0x5938ba[_0x32b283(0x22c)](),_0x439f5d[_0x32b283(0x183)]))global[_0x32b283(0x87)][_0x439f5d[_0x32b283(0x9b)]]=_0x5938ba[_0x32b283(0x10d)]();else{if(_0x439f5d[_0x32b283(0xf1)](_0x5938ba[_0x32b283(0x22c)](),_0x439f5d[_0x32b283(0x1f3)]))global[_0x32b283(0x87)][_0x439f5d[_0x32b283(0x224)]]=_0x5938ba['getValue']();else{if(_0x439f5d[_0x32b283(0xf1)](_0x5938ba['getName'](),_0x439f5d[_0x32b283(0x167)]))global[_0x32b283(0x87)][_0x439f5d[_0x32b283(0x8e)]]=_0x5938ba[_0x32b283(0x10d)]();else{if(_0x439f5d[_0x32b283(0xf1)](_0x5938ba[_0x32b283(0x22c)](),_0x439f5d[_0x32b283(0xec)])){const _0x34dc0c=_0x5938ba[_0x32b283(0x10d)]();process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x439f5d[_0x32b283(0x227)](String,_0x439f5d[_0x32b283(0x244)](_0x34dc0c,!![])||_0x439f5d[_0x32b283(0x244)](_0x34dc0c,_0x439f5d[_0x32b283(0x16b)])),logger[_0x32b283(0x1a0)](_0x32b283(0x248)+_0x34dc0c+_0x32b283(0x254)+process[_0x32b283(0x235)][_0x32b283(0x11f)]);}}}}}}}async[a85_0x3375a0(0x66)](_0x13f0e8){const _0x50429f=a85_0x3375a0,_0x2f22ea={};_0x2f22ea['KDSpv']=function(_0x5f1beb,_0x1beb75){return _0x5f1beb!==_0x1beb75;},_0x2f22ea[_0x50429f(0x72)]='cucumber',_0x2f22ea[_0x50429f(0x196)]=_0x50429f(0xef),_0x2f22ea[_0x50429f(0x12c)]=_0x50429f(0x1ee),_0x2f22ea[_0x50429f(0x111)]='unknown';const _0x4a950d=_0x2f22ea;if(_0x4a950d['KDSpv'](_0x13f0e8[_0x50429f(0x7f)],_0x4a950d[_0x50429f(0x72)])&&_0x4a950d[_0x50429f(0x88)](_0x13f0e8['testFramework'],_0x4a950d['TroWE'])){logger[_0x50429f(0x1a0)](_0x4a950d[_0x50429f(0x12c)]);return;}const _0x4d2696=_0x13f0e8[_0x50429f(0xc2)]?.[_0x50429f(0x186)]||_0x13f0e8[_0x50429f(0xc2)]?.['id']||global['__jestCurrentTestIdentifier'];logger['info'](_0x50429f(0x7c)+_0x13f0e8['testFramework']+_0x50429f(0x1cb)+_0x4d2696);try{const _0x32bbd1=_0x13f0e8[_0x50429f(0x12f)]||AutomationFramework['getTrackedInstance'](),_0x54a896=CLIUtils[_0x50429f(0xfa)](),_0x4a3113=this[_0x50429f(0x126)]();logger[_0x50429f(0x1a0)](_0x50429f(0x6a)+(_0x32bbd1?.['getPlatformIndex']?.()||_0x4a950d[_0x50429f(0x111)])+_0x50429f(0xb5)+_0x4a3113),_0x4a3113&&await this[_0x50429f(0xf4)](_0x32bbd1,_0x13f0e8),this[_0x50429f(0xe6)][_0x50429f(0x17e)](_0x54a896),this['LOG_DISABLED_SHOWN'][_0x50429f(0x17e)](_0x54a896);}catch(_0x134729){logger[_0x50429f(0x7a)](_0x50429f(0x1ad)+(_0x134729[_0x50429f(0xb3)]||_0x134729[_0x50429f(0x258)]));}}async['stopTestCapture'](_0x32b934,_0xf0319){const _0x1df6bb=a85_0x3375a0,_0x439823={};_0x439823[_0x1df6bb(0x209)]=function(_0x5115e,_0x31e264){return _0x5115e===_0x31e264;},_0x439823[_0x1df6bb(0x241)]=_0x1df6bb(0x147),_0x439823[_0x1df6bb(0x1d4)]=function(_0x2083a5,_0x786a9e){return _0x2083a5===_0x786a9e;},_0x439823[_0x1df6bb(0x1a1)]='jest',_0x439823[_0x1df6bb(0x15a)]=_0x1df6bb(0x76),_0x439823[_0x1df6bb(0xe2)]=function(_0x3a5401,_0x299fea){return _0x3a5401===_0x299fea;},_0x439823['pbDFe']=_0x1df6bb(0x100),_0x439823['bnzuB']='accessibility',_0x439823['uJFED']=_0x1df6bb(0x1a5),_0x439823[_0x1df6bb(0xce)]=_0x1df6bb(0x1e7),_0x439823[_0x1df6bb(0x19c)]='present',_0x439823[_0x1df6bb(0x20f)]=_0x1df6bb(0x18e),_0x439823['khZQc']=function(_0x34ccce,_0xfa247d){return _0x34ccce||_0xfa247d;},_0x439823[_0x1df6bb(0x10e)]=function(_0x1b66f2,_0x15aafd){return _0x1b66f2||_0x15aafd;},_0x439823[_0x1df6bb(0x139)]=_0x1df6bb(0xdc),_0x439823[_0x1df6bb(0x6e)]=_0x1df6bb(0x23c),_0x439823['WkZDc']=_0x1df6bb(0x179);const _0x27b7af=_0x439823;try{const _0x4ed3f1=_0xf0319[_0x1df6bb(0x7f)]||(_0x27b7af[_0x1df6bb(0x1d4)](this[_0x1df6bb(0x1d1)]?.[_0x1df6bb(0xd0)]?.[_0x1df6bb(0x148)](),_0x27b7af['SqdQS'])?_0x27b7af['SqdQS']:_0x27b7af[_0x1df6bb(0x15a)]);let _0x2a1305='',_0x5ac8ad=null,_0x4bd625=null;if(_0x27b7af[_0x1df6bb(0xe2)](_0x4ed3f1,_0x27b7af[_0x1df6bb(0x1a1)])){_0x5ac8ad=_0xf0319[_0x1df6bb(0xc2)]?.['testAnalyticsId']||_0xf0319[_0x1df6bb(0xc2)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x5ac8ad){logger[_0x1df6bb(0x1a6)](_0x27b7af['pbDFe']);return;}try{const _0x3472c4=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x1df6bb(0x235)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x27b7af[_0x1df6bb(0x73)],_0x27b7af[_0x1df6bb(0x177)],_0x5ac8ad),_0x1119c1=AccessibilityModule[_0x1df6bb(0x21e)](null,_0x3472c4);_0x2a1305=_0x1119c1?.[_0x1df6bb(0x1a9)]||'',logger[_0x1df6bb(0x1a0)](_0x1df6bb(0x14e)+_0x2a1305+_0x1df6bb(0x164)+_0x5ac8ad),_0x4bd625=_0x3472c4;}catch(_0x20c06f){logger[_0x1df6bb(0x7a)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x20c06f[_0x1df6bb(0x258)]);return;}}else{const _0x4d0a29=this[_0x1df6bb(0x20e)](_0xf0319);_0x2a1305=TestInfo[_0x1df6bb(0x223)](_0x4d0a29);}const _0x2ff409=((()=>{const _0x38c346=_0x1df6bb,_0x199648=(this[_0x38c346(0x156)]?.['options']?.['capabilitiesList']||[])[_0x38c346(0xb7)](_0x3f8b73=>(typeof _0x3f8b73[_0x38c346(0x22c)]==='function'?_0x3f8b73[_0x38c346(0x22c)]():_0x3f8b73[_0x38c346(0xd0)])===this['KEY_TESTHUB_BUILD_ID']);return _0x199648?_0x27b7af[_0x38c346(0x209)](typeof _0x199648[_0x38c346(0x10d)],_0x27b7af[_0x38c346(0x241)])?_0x199648['getValue']():_0x199648[_0x38c346(0xd2)]:'';})()),_0x5aff0c=process[_0x1df6bb(0x235)][_0x1df6bb(0xb4)]||'';logger[_0x1df6bb(0x1a0)](_0x1df6bb(0x6a)+(_0x32b934?.[_0x1df6bb(0x123)]?.()||_0x27b7af['LKFcT'])+_0x1df6bb(0xae)+_0x2a1305+_0x1df6bb(0x132)+_0x2ff409+'\x20a11yToken='+(_0x5aff0c?_0x27b7af[_0x1df6bb(0x19c)]:_0x27b7af[_0x1df6bb(0x20f)]));let _0x459a9c;if(_0x27b7af[_0x1df6bb(0xe2)](_0x4ed3f1,_0x27b7af['SqdQS']))_0x459a9c=AccessibilityModule['loadDriverExecuteParams'](_0x2a1305,_0x4bd625);else{const _0x7d5284=await GrpcClient[_0x1df6bb(0xad)]()['fetchDriverExecuteParamsEvent'](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x27b7af[_0x1df6bb(0x73)],_0x27b7af['uJFED']);_0x459a9c=AccessibilityModule[_0x1df6bb(0x21e)](_0x2a1305,_0x7d5284);}logger[_0x1df6bb(0x1a0)](_0x1df6bb(0x180)+JSON[_0x1df6bb(0x146)](_0x459a9c));const _0x1974c2=Object[_0x1df6bb(0x203)]({},{'thTestRunUuid':_0x27b7af[_0x1df6bb(0x23e)](_0x2a1305,''),'thBuildUuid':_0x27b7af[_0x1df6bb(0x10e)](_0x2ff409,''),'thJwtToken':_0x27b7af[_0x1df6bb(0x10e)](_0x5aff0c,'')},_0x459a9c);!this[_0x1df6bb(0xb8)]&&this[_0x1df6bb(0x243)]()&&(_0x1974c2['is_mobile_session']=!![],logger[_0x1df6bb(0x1a0)](_0x27b7af[_0x1df6bb(0x139)]));logger['debug'](_0x1df6bb(0xa2)+_0x2a1305+_0x1df6bb(0x230)+this[_0x1df6bb(0xb8)]);let _0x16f2b6=global[_0x1df6bb(0x225)]?.[_0x1df6bb(0x207)]||null;!_0x16f2b6&&(_0x16f2b6=AutomationFramework[_0x1df6bb(0x120)](_0x32b934,_0x27b7af[_0x1df6bb(0x6e)],null)),!_0x16f2b6&&(_0x16f2b6=AutomationFramework['getState'](_0x32b934,_0x27b7af[_0x1df6bb(0x1d9)],null)),await this[_0x1df6bb(0x210)](this[_0x1df6bb(0x126)](),_0x2a1305,_0x16f2b6,_0x1974c2,this[_0x1df6bb(0xb8)]);}catch(_0x592e1c){logger[_0x1df6bb(0x7a)](_0x1df6bb(0x1ba)+(_0x592e1c[_0x1df6bb(0xb3)]||_0x592e1c[_0x1df6bb(0x258)]));}}async[a85_0x3375a0(0x210)](_0x4f57ea,_0x430d42,_0x24d864,_0x1bd97a,_0xdcd365){const _0x41c55f=a85_0x3375a0,_0x3b085b={};_0x3b085b[_0x41c55f(0xed)]=_0x41c55f(0x1a5),_0x3b085b['pccxK']=function(_0x286a4d,_0x2c6b9d){return _0x286a4d&&_0x2c6b9d;},_0x3b085b[_0x41c55f(0x212)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x3b085b['kifUX']=function(_0x4bee57,_0x54eea4){return _0x4bee57===_0x54eea4;},_0x3b085b[_0x41c55f(0x1b1)]=_0x41c55f(0x18e),_0x3b085b[_0x41c55f(0x233)]=function(_0x4b5e69,_0x192b95){return _0x4b5e69===_0x192b95;},_0x3b085b[_0x41c55f(0x124)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x3b085b[_0x41c55f(0xd6)]=_0x41c55f(0x1e4),_0x3b085b[_0x41c55f(0x1eb)]=_0x41c55f(0x1e8),_0x3b085b[_0x41c55f(0x145)]=_0x41c55f(0x112),_0x3b085b[_0x41c55f(0x101)]=_0x41c55f(0x185),_0x3b085b['fdYtw']=_0x41c55f(0x174),_0x3b085b['msbkI']=_0x41c55f(0x1c1);const _0x4c8642=_0x3b085b;try{const _0x33fb9e=this[_0x41c55f(0x1c4)](_0x4c8642[_0x41c55f(0xed)]);if(_0x4c8642[_0x41c55f(0x65)](!_0xdcd365,!_0x33fb9e)){logger[_0x41c55f(0x1a0)](_0x4c8642[_0x41c55f(0x212)]);return;}if(!_0x430d42||_0x4c8642[_0x41c55f(0x67)](_0x430d42,_0x4c8642[_0x41c55f(0x1b1)])||_0x4c8642[_0x41c55f(0x233)](_0x430d42,'')){logger[_0x41c55f(0x1a0)](_0x4c8642[_0x41c55f(0x124)]);return;}logger[_0x41c55f(0x1a0)](_0x41c55f(0xe8)+JSON[_0x41c55f(0x146)](_0x1bd97a)),_0x4f57ea&&(logger['debug'](_0x4c8642['rpQxK']),await this[_0x41c55f(0x1cc)](_0x24d864,_0x430d42,_0x4c8642[_0x41c55f(0x1eb)],_0x1bd97a,_0xdcd365,_0x4c8642[_0x41c55f(0x145)]),_0x4c8642[_0x41c55f(0x65)](!_0xdcd365,_0x33fb9e)&&(logger[_0x41c55f(0x1a0)](_0x4c8642[_0x41c55f(0x101)]),await PerformanceTester[_0x41c55f(0x137)](_0x4c8642[_0x41c55f(0x11a)],async()=>{const _0x2c59f9=_0x41c55f;await this[_0x2c59f9(0x1cc)](_0x24d864,_0x430d42,_0x4c8642['Lnkrm'],_0x1bd97a,_0xdcd365,_0x4c8642[_0x2c59f9(0xed)]);})()),logger['info'](_0x4c8642[_0x41c55f(0x130)]));}catch(_0x2464cc){logger[_0x41c55f(0x7a)](_0x41c55f(0x1d6)+(_0x2464cc[_0x41c55f(0xb3)]||_0x2464cc['message']));}}async['onBeforeExecute'](_0x59435e){const _0x4bfb0=a85_0x3375a0,_0x5f161f={};_0x5f161f[_0x4bfb0(0x113)]=function(_0x5aee3c,_0x12a870){return _0x5aee3c!==_0x12a870;},_0x5f161f[_0x4bfb0(0xc3)]=_0x4bfb0(0x76),_0x5f161f[_0x4bfb0(0x242)]=_0x4bfb0(0xef),_0x5f161f[_0x4bfb0(0xcd)]='onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x5f161f[_0x4bfb0(0x1cd)]=_0x4bfb0(0x1e7),_0x5f161f[_0x4bfb0(0xf0)]='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x5f161f[_0x4bfb0(0x155)]=function(_0x247e81,_0xeda5b4){return _0x247e81===_0xeda5b4;},_0x5f161f[_0x4bfb0(0x11c)]=_0x4bfb0(0x1f8),_0x5f161f['tWxIJ']=_0x4bfb0(0xe6),_0x5f161f[_0x4bfb0(0x84)]=_0x4bfb0(0x1fa),_0x5f161f[_0x4bfb0(0x90)]=_0x4bfb0(0x22d),_0x5f161f['UBGTI']='testhub_build_uuid',_0x5f161f[_0x4bfb0(0x1f4)]=_0x4bfb0(0x112),_0x5f161f[_0x4bfb0(0xbf)]=_0x4bfb0(0x18e);const _0x43a524=_0x5f161f;if(_0x43a524[_0x4bfb0(0x113)](_0x59435e['testFramework'],_0x43a524['ShrQs'])&&_0x43a524['uvRob'](_0x59435e[_0x4bfb0(0x7f)],_0x43a524[_0x4bfb0(0x242)])){logger[_0x4bfb0(0x1a0)](_0x43a524[_0x4bfb0(0xcd)]);return;}logger[_0x4bfb0(0x1a0)](_0x4bfb0(0xa6)+(_0x59435e[_0x4bfb0(0x249)]||_0x43a524[_0x4bfb0(0x1cd)])+_0x4bfb0(0x23a)+_0x59435e['testFramework']);try{const _0x51023b=_0x59435e[_0x4bfb0(0x12f)]||AutomationFramework[_0x4bfb0(0xa1)](),_0x5778cb=TestFramework[_0x4bfb0(0xa1)](),_0x2c3290=_0x59435e[_0x4bfb0(0x249)]||_0x59435e[_0x4bfb0(0xb1)]?.['getName']();if(!_0x2c3290){logger[_0x4bfb0(0x1a0)](_0x43a524[_0x4bfb0(0xf0)]);return;}if(!this[_0x4bfb0(0x126)]()){logger['debug'](_0x4bfb0(0x7e)+_0x2c3290);return;}if(!this[_0x4bfb0(0xe7)](_0x2c3290)){logger[_0x4bfb0(0x1a0)](_0x4bfb0(0xd9)+_0x2c3290+_0x4bfb0(0x20a));return;}const _0x211859=_0x59435e[_0x4bfb0(0x206)]||global[_0x4bfb0(0x225)]?.[_0x4bfb0(0x207)];if(!_0x211859){logger['debug']('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x2c3290);return;}let _0x1ce092='',_0x51accc=null;if(_0x43a524['tSaFo'](_0x59435e[_0x4bfb0(0x7f)],_0x43a524[_0x4bfb0(0x242)])){_0x51accc=_0x59435e['testInfo']?.[_0x4bfb0(0x186)]||_0x59435e['testInfo']?.['id']||global[_0x4bfb0(0x1b7)];if(!_0x51accc){logger[_0x4bfb0(0x1a6)](_0x43a524[_0x4bfb0(0x11c)]);return;}try{const _0x54abb4=await GrpcClient[_0x4bfb0(0xad)]()[_0x4bfb0(0x165)](process[_0x4bfb0(0x235)][_0x4bfb0(0x1e0)],_0x43a524['tWxIJ'],_0x43a524[_0x4bfb0(0x84)],_0x51accc),_0x4ed202=AccessibilityModule[_0x4bfb0(0x21e)](null,_0x54abb4);_0x1ce092=_0x4ed202?.[_0x4bfb0(0x1a9)]||'',logger[_0x4bfb0(0x1a0)](_0x4bfb0(0x96)+_0x1ce092+_0x4bfb0(0x164)+_0x51accc);}catch(_0x5c8eda){logger[_0x4bfb0(0x7a)](_0x4bfb0(0x23d)+_0x5c8eda[_0x4bfb0(0x258)]);return;}}else _0x1ce092=this[_0x4bfb0(0x19e)](_0x43a524[_0x4bfb0(0x90)])||'',!_0x1ce092&&this['isMobileWebSession']()&&(_0x1ce092=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x8a623a=this['getCapabilityValue'](_0x43a524[_0x4bfb0(0xdd)])||this[_0x4bfb0(0x156)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x49afeb=process[_0x4bfb0(0x235)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x2bae3e=this['getParamsForScanForCli'](_0x2c3290,_0x1ce092,_0x8a623a,_0x49afeb),_0x51860f=_0x43a524[_0x4bfb0(0x155)](_0x59435e[_0x4bfb0(0x7f)],_0x43a524['evAGR'])?await AccessibilityModule[_0x4bfb0(0x97)](_0x43a524['vYPly'],_0x1ce092,_0x51accc):await AccessibilityModule[_0x4bfb0(0x97)](_0x43a524[_0x4bfb0(0x1f4)],_0x1ce092);logger[_0x4bfb0(0x68)](_0x4bfb0(0xc7)+(_0x2bae3e?JSON[_0x4bfb0(0x146)](_0x2bae3e):_0x43a524[_0x4bfb0(0xbf)]));const _0x5497a4=CLIUtils['mergeObject'](_0x2bae3e,_0x51860f);logger[_0x4bfb0(0x68)](_0x4bfb0(0xb2)+(_0x5497a4?JSON[_0x4bfb0(0x146)](_0x5497a4):_0x43a524[_0x4bfb0(0xbf)])),logger[_0x4bfb0(0x1a0)](_0x4bfb0(0xe9)+_0x2c3290);const _0x1fce6f=await this[_0x4bfb0(0x1cc)](_0x211859,_0x1ce092,_0x2c3290,_0x5497a4,this['isAppAccessibility']);logger['debug'](_0x4bfb0(0x77)+_0x2c3290+_0x4bfb0(0x15e)+JSON[_0x4bfb0(0x146)](_0x1fce6f));}catch(_0x5669a7){logger[_0x4bfb0(0x7a)](_0x4bfb0(0x20d)+(_0x5669a7[_0x4bfb0(0xb3)]||_0x5669a7[_0x4bfb0(0x258)]));}}[a85_0x3375a0(0x1f2)](){const _0x5327f3=a85_0x3375a0;return this[_0x5327f3(0x126)]();}[a85_0x3375a0(0x102)](_0x5ce616){const _0x49f92a=a85_0x3375a0,_0x43b6d1=CLIUtils['getCurrentInstanceName']();this[_0x49f92a(0xe6)][_0x49f92a(0x13b)](_0x43b6d1,_0x5ce616);}async[a85_0x3375a0(0x10a)](_0x2a4413){const _0x54ec05=a85_0x3375a0,_0x1b5421={};_0x1b5421[_0x54ec05(0x69)]=_0x54ec05(0x1e7);const _0x360b7f=_0x1b5421;try{const _0x3c4299=_0x2a4413[_0x54ec05(0x12f)]||AutomationFramework[_0x54ec05(0xa1)](),_0x4cc0a4=_0x3c4299?.[_0x54ec05(0xff)]?.()?.[_0x54ec05(0x1fc)]?.(this['KEY_INIT'])||![];if(_0x4cc0a4)return;PerformanceTester[_0x54ec05(0x1e2)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x55782f=await GrpcClient[_0x54ec05(0xad)]()['getAccessibilityConfig'](_0x2a4413);_0x55782f&&_0x55782f[_0x54ec05(0x202)]&&_0x55782f[_0x54ec05(0x202)]()&&_0x55782f['getAccessibility']()[_0x54ec05(0x1ff)]()?(await this[_0x54ec05(0xa4)](_0x55782f,_0x2a4413),_0x3c4299?.[_0x54ec05(0xff)]&&_0x3c4299[_0x54ec05(0xff)]()['set'](this[_0x54ec05(0x81)],!![]),logger[_0x54ec05(0x1a0)](_0x54ec05(0x6a)+(_0x3c4299?.[_0x54ec05(0x123)]?.()||_0x360b7f[_0x54ec05(0x69)])+_0x54ec05(0x17c))):logger['debug'](_0x54ec05(0x6a)+(_0x3c4299?.[_0x54ec05(0x123)]?.()||_0x360b7f[_0x54ec05(0x69)])+_0x54ec05(0x138)),PerformanceTester['end'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x5afac2){PerformanceTester[_0x54ec05(0x1e5)](EVENTS[_0x54ec05(0xc8)],![],_0x5afac2[_0x54ec05(0x258)]),logger[_0x54ec05(0x7a)](_0x54ec05(0x17d)+(_0x5afac2[_0x54ec05(0xb3)]||_0x5afac2['message']));}}async[a85_0x3375a0(0xa4)](_0x56ecb1,_0x380ea2){const _0x15373a=a85_0x3375a0;await this[_0x15373a(0x1fb)](_0x56ecb1,_0x380ea2);const _0x49580f=_0x56ecb1[_0x15373a(0x202)]()[_0x15373a(0x122)]();if(_0x49580f){const _0x152fc6=_0x56ecb1[_0x15373a(0xf9)]&&_0x56ecb1[_0x15373a(0xf9)]();_0x152fc6&&(this['accessibilityConfig'][this[_0x15373a(0x1f1)]]=_0x152fc6['getBuildId']&&_0x152fc6[_0x15373a(0xf2)]());}}['shouldScanForCommand'](_0x459b5c){const _0x448fbe=a85_0x3375a0,_0x5a03f4={};_0x5a03f4[_0x448fbe(0x14f)]=function(_0x3b1d35,_0x33b58b){return _0x3b1d35===_0x33b58b;};const _0x1420cb=_0x5a03f4;try{if(!_0x459b5c)return![];const _0x545311=this[_0x448fbe(0x156)]?.['options']?.[_0x448fbe(0x6d)]?.[_0x448fbe(0x250)]||[],_0x44edb0=_0x545311[_0x448fbe(0x11d)](_0x3f0344=>{const _0x2ff2ad=_0x448fbe;return _0x3f0344[_0x2ff2ad(0xd0)]&&_0x1420cb[_0x2ff2ad(0x14f)](_0x3f0344[_0x2ff2ad(0xd0)][_0x2ff2ad(0x148)](),_0x459b5c[_0x2ff2ad(0x148)]());});return logger[_0x448fbe(0x1a0)]('shouldScanForCommand:\x20'+_0x459b5c+_0x448fbe(0x8d)+_0x44edb0+_0x448fbe(0x16c)+JSON[_0x448fbe(0x146)](_0x545311[_0x448fbe(0x19b)](_0x3d9f83=>_0x3d9f83['name']))),_0x44edb0;}catch(_0x178305){return logger['debug']('Error\x20in\x20shouldScanForCommand:\x20'+_0x178305[_0x448fbe(0x258)]),![];}}[a85_0x3375a0(0xd5)](_0xac6357){const _0x1a4805=a85_0x3375a0,_0x1efbaf={};_0x1efbaf['jLfTf']=function(_0x5be240,_0x2a3326){return _0x5be240===_0x2a3326;},_0x1efbaf[_0x1a4805(0x17b)]='string',_0x1efbaf['ZBTtb']=_0x1a4805(0x173);const _0x11e7ff=_0x1efbaf,_0x4ff9a7=_0xac6357['getScript']&&_0xac6357[_0x1a4805(0x1ca)]();return _0x4ff9a7&&_0x11e7ff['jLfTf'](typeof _0x4ff9a7,_0x11e7ff[_0x1a4805(0x17b)])&&_0x4ff9a7[_0x1a4805(0x12a)](_0x11e7ff[_0x1a4805(0x129)]);}[a85_0x3375a0(0x16f)](_0x56ff1a){const _0x320b81=a85_0x3375a0,_0x4f084f={};_0x4f084f[_0x320b81(0x1a2)]=function(_0x40e830,_0x3712a9){return _0x40e830!==_0x3712a9;},_0x4f084f[_0x320b81(0x1b3)]='string',_0x4f084f['wDbVU']=_0x320b81(0xe6),_0x4f084f['VonJT']=_0x320b81(0x1fa),_0x4f084f['ttsac']=_0x320b81(0x216),_0x4f084f[_0x320b81(0x136)]='saveTestResults';const _0xcc4415=_0x4f084f,_0x1edf75=_0x56ff1a[_0x320b81(0x1ca)]&&_0x56ff1a[_0x320b81(0x1ca)]();if(!_0x1edf75||_0xcc4415['eSogC'](typeof _0x1edf75,_0xcc4415[_0x320b81(0x1b3)]))return![];return _0x1edf75[_0x320b81(0x12a)](_0xcc4415['wDbVU'])||_0x1edf75[_0x320b81(0x12a)](_0xcc4415[_0x320b81(0x7d)])||_0x1edf75[_0x320b81(0x12a)](_0xcc4415['ttsac'])||_0x1edf75[_0x320b81(0x12a)](_0xcc4415['FcpYT']);}[a85_0x3375a0(0x243)](){const _0x5b593f=a85_0x3375a0,_0x1bf77e={'UrBIu':function(_0x45543b,_0x22f49e){return _0x45543b===_0x22f49e;},'QtGgw':_0x5b593f(0x147),'LQMGX':function(_0x264423,_0x1aa66c){return _0x264423(_0x1aa66c);},'fXhiR':_0x5b593f(0x1a7),'fdVki':_0x5b593f(0xfe),'bdxjA':'android','igHzi':function(_0xa3bfd0,_0x53c2ce){return _0xa3bfd0(_0x53c2ce);},'MfADy':'chrome'};try{const _0x3edcf7=this[_0x5b593f(0x156)]?.[_0x5b593f(0x1dc)]?.[_0x5b593f(0x240)]||[],_0x2ead70=_0x1b6299=>{const _0x53046d=_0x5b593f,_0x4483f4=_0x3edcf7['find'](_0x5f1c25=>(typeof _0x5f1c25['getName']===_0x53046d(0x147)?_0x5f1c25[_0x53046d(0x22c)]():_0x5f1c25[_0x53046d(0xd0)])===_0x1b6299);return _0x4483f4?_0x1bf77e[_0x53046d(0xd4)](typeof _0x4483f4[_0x53046d(0x10d)],_0x1bf77e[_0x53046d(0x109)])?_0x4483f4[_0x53046d(0x10d)]():_0x4483f4[_0x53046d(0xd2)]:null;},_0x275ae1=_0x1bf77e['LQMGX'](_0x2ead70,_0x1bf77e[_0x5b593f(0x18f)]),_0x56c7e8=_0x1bf77e[_0x5b593f(0x14c)](_0x2ead70,_0x1bf77e[_0x5b593f(0x71)]),_0x4752f7=global[_0x5b593f(0x190)]||_0x275ae1&&_0x1bf77e[_0x5b593f(0xd4)](_0x1bf77e[_0x5b593f(0x14c)](String,_0x275ae1)[_0x5b593f(0x148)](),_0x1bf77e[_0x5b593f(0x252)])&&_0x56c7e8&&_0x1bf77e[_0x5b593f(0x255)](String,_0x56c7e8)[_0x5b593f(0x148)]()[_0x5b593f(0x12a)](_0x1bf77e[_0x5b593f(0x1d7)]);if(!_0x4752f7)return![];if(!accessibilityHelper[_0x5b593f(0x98)]())return!this[_0x5b593f(0xb0)]&&(logger[_0x5b593f(0x1a6)](accessibilityHelper[_0x5b593f(0x143)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x2fd845){return logger[_0x5b593f(0x1a0)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x2fd845['message']),![];}}[a85_0x3375a0(0xd8)](_0x47764d,_0x3d9188,_0x912106,_0x167525){const _0x535508=a85_0x3375a0,_0x32f5a4={};_0x32f5a4[_0x535508(0x24a)]=function(_0x2529b9,_0xac3f8b){return _0x2529b9||_0xac3f8b;},_0x32f5a4['dkBFe']=function(_0x520d5f,_0x208663){return _0x520d5f&&_0x208663;},_0x32f5a4[_0x535508(0x214)]=function(_0xc52b47,_0x1938a2){return _0xc52b47||_0x1938a2;},_0x32f5a4[_0x535508(0x168)]=function(_0x316436,_0x41dc8c){return _0x316436||_0x41dc8c;},_0x32f5a4[_0x535508(0x1c7)]=_0x535508(0x1ce);const _0xcff3d2=_0x32f5a4;let _0x180df7=_0xcff3d2[_0x535508(0x24a)](_0x3d9188,'');const _0x73baff=!this[_0x535508(0xb8)]&&this[_0x535508(0x243)]();_0xcff3d2[_0x535508(0xc4)](_0x73baff,!_0x180df7)&&(_0x180df7=accessibilityHelper[_0x535508(0x1ab)]());const _0x3dd85c={'command':_0x47764d,'thTestRunUuid':_0x180df7,'thBuildUuid':_0xcff3d2[_0x535508(0x214)](_0x912106,''),'thJwtToken':_0xcff3d2[_0x535508(0x168)](_0x167525,''),'timestamp':new Date()[_0x535508(0xa0)]()};return _0x73baff&&(_0x3dd85c[_0x535508(0x1f9)]=!![],logger[_0x535508(0x1a0)](_0xcff3d2[_0x535508(0x1c7)])),_0x3dd85c;}['getScriptByName'](_0x1f7197){const _0x3a22af=a85_0x3375a0,_0x5637be={};_0x5637be[_0x3a22af(0x20b)]=function(_0x48fb31,_0x41006a){return _0x48fb31||_0x41006a;};const _0x4a92e1=_0x5637be;try{const _0x33b1aa=this[_0x3a22af(0x156)]?.[_0x3a22af(0x1dc)]?.[_0x3a22af(0x253)]||[],_0x4899a5=_0x33b1aa[_0x3a22af(0xb7)](_0x5f2b2e=>_0x5f2b2e[_0x3a22af(0xd0)]===_0x1f7197);return _0x4a92e1[_0x3a22af(0x20b)](_0x4899a5,null);}catch(_0x40e60d){return logger[_0x3a22af(0x1a0)](_0x3a22af(0x198)+_0x1f7197+':\x20'+_0x40e60d[_0x3a22af(0x258)]),null;}}async[a85_0x3375a0(0x220)](_0x2014c0,_0xb3d6e0,_0x36cfc0=null){const _0x269055=a85_0x3375a0,_0x39bc34={'QNqqE':function(_0x29b261,_0x418e9b){return _0x29b261(_0x418e9b);},'AqTGw':_0x269055(0x189)};try{if(!_0x2014c0)return logger[_0x269055(0x1a0)](_0x269055(0x1fd)+_0xb3d6e0),null;const _0x522246=this[_0x269055(0x1c4)](_0xb3d6e0);if(!_0x522246||!_0x522246[_0x269055(0xb1)])return logger[_0x269055(0x1a0)](_0x269055(0x131)+_0xb3d6e0+_0x269055(0x114)),null;logger['debug'](_0x269055(0x83)+_0xb3d6e0+_0x269055(0x15b));const _0x417b2a=_0x39bc34[_0x269055(0x194)](require,_0x39bc34[_0x269055(0x103)]),_0x2584d1=_0x36cfc0?await _0x417b2a[_0x269055(0xaf)](_0x2014c0,_0x522246[_0x269055(0xb1)],_0x36cfc0):await _0x417b2a[_0x269055(0xaf)](_0x2014c0,_0x522246[_0x269055(0xb1)]);return _0x2584d1;}catch(_0x1cb335){return logger[_0x269055(0x7a)](_0x269055(0xea)+_0xb3d6e0+':\x20'+(_0x1cb335[_0x269055(0xb3)]||_0x1cb335[_0x269055(0x258)])),null;}}async['performScanForCli'](_0x10f309,_0x4a2e47,_0x3fccb2,_0x8a6c69,_0x4c13b0,_0x284d6a=a85_0x3375a0(0x112)){const _0x12e32d=a85_0x3375a0,_0x45ed5f={'FngHQ':function(_0x50dfaa,_0x1fd84a){return _0x50dfaa===_0x1fd84a;},'oHnKb':_0x12e32d(0x112),'bQvoA':function(_0x37b0db,_0xabd83f){return _0x37b0db(_0xabd83f);},'htZcm':_0x12e32d(0x189),'TcnuD':function(_0x35880c,_0x516563){return _0x35880c(_0x516563);}};try{logger[_0x12e32d(0x1a0)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x3fccb2+_0x12e32d(0x228)+_0x284d6a);const _0x3b3cef=this[_0x12e32d(0x1c4)](_0x284d6a);if(!_0x3b3cef||!_0x3b3cef['command']){logger[_0x12e32d(0x1a0)](_0x12e32d(0xba)+_0x284d6a+_0x12e32d(0x12d));return;}if(_0x45ed5f['FngHQ'](_0x284d6a,_0x45ed5f['oHnKb'])){const _0x2be774=_0x45ed5f[_0x12e32d(0x144)](require,_0x45ed5f[_0x12e32d(0x22f)]),_0x240d3c={};_0x240d3c[_0x12e32d(0xb1)]=_0x3fccb2;const _0x2048cd=await PerformanceTester[_0x12e32d(0x137)](PerformanceA11yEvents[_0x12e32d(0x125)],async()=>{const _0x5bea36=_0x12e32d;return await _0x2be774[_0x5bea36(0xaf)](_0x10f309,_0x3b3cef[_0x5bea36(0xb1)],_0x8a6c69);},_0x240d3c)();return logger[_0x12e32d(0x68)](_0x12e32d(0x80)+_0x284d6a+_0x12e32d(0x1fe)+_0x3fccb2+':\x20'+util['format'](_0x2048cd)),_0x2048cd;}const _0x5ea053=_0x45ed5f['TcnuD'](require,_0x45ed5f['htZcm']),_0x23209f=await PerformanceTester[_0x12e32d(0x137)](PerformanceA11yEvents[_0x12e32d(0x1de)],async()=>{const _0x5d4d83=_0x12e32d;return await _0x5ea053[_0x5d4d83(0xaf)](_0x10f309,_0x3b3cef[_0x5d4d83(0xb1)],_0x8a6c69);})();return logger[_0x12e32d(0x68)](_0x12e32d(0x80)+_0x284d6a+'\x20result\x20for\x20'+_0x3fccb2+':\x20'+util[_0x12e32d(0x1df)](_0x23209f)),_0x23209f;}catch(_0x4db3f0){logger['error']('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x284d6a+':\x20'+(_0x4db3f0[_0x12e32d(0xb3)]||_0x4db3f0['message']));}}async[a85_0x3375a0(0x14a)](_0x2eaf03){const _0x55b7eb=a85_0x3375a0,_0x528f5e={'gJuSY':function(_0x38e773,_0x51c977){return _0x38e773(_0x51c977);},'Izqth':_0x55b7eb(0x257)};try{const _0x14df72=_0x528f5e[_0x55b7eb(0xc0)](require,_0x528f5e['Izqth']);return await _0x14df72[_0x55b7eb(0xe5)](_0x2eaf03);}catch(_0x236a7e){return logger[_0x55b7eb(0x7a)](_0x55b7eb(0x133)+(_0x236a7e[_0x55b7eb(0xb3)]||_0x236a7e[_0x55b7eb(0x258)])),![];}}[a85_0x3375a0(0x19f)](_0x23e54e,_0x5d21e4,_0x5f476d){const _0x1d90c5=a85_0x3375a0,_0x435295={'fahDW':function(_0x254736,_0x52f88a){return _0x254736(_0x52f88a);},'yRors':_0x1d90c5(0x189),'iwzHN':'\x22browserstack.user\x22:\x22[REDACTED]\x22','SROmv':_0x1d90c5(0x1f0)};try{const _0x22dde0=_0x435295[_0x1d90c5(0x107)](require,_0x435295[_0x1d90c5(0x1dd)]);_0x22dde0[_0x1d90c5(0x19f)](_0x23e54e,_0x5d21e4,_0x5f476d);const _0x2ced01=JSON[_0x1d90c5(0x146)](_0x23e54e)['replace'](/"browserstack\.user":"[^"]*"/g,_0x435295[_0x1d90c5(0x234)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x435295[_0x1d90c5(0x205)]);logger[_0x1d90c5(0x1a0)]('Processed\x20accessibility\x20caps\x20'+global[_0x1d90c5(0xf5)]+'\x20'+_0x2ced01);}catch(_0x3a2642){logger[_0x1d90c5(0x7a)](_0x1d90c5(0x236)+(_0x3a2642['stack']||_0x3a2642[_0x1d90c5(0x258)]));}}async[a85_0x3375a0(0x182)](_0x71715d){const _0x177c57=a85_0x3375a0,_0x5030f2={};_0x5030f2[_0x177c57(0x191)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x5030f2[_0x177c57(0x195)]=function(_0x500dea,_0x56e94d){return _0x500dea>_0x56e94d;},_0x5030f2[_0x177c57(0xd7)]=_0x177c57(0x216);const _0x11dc6a=_0x5030f2;try{if(!this[_0x177c57(0x126)]())return logger['warn'](_0x11dc6a[_0x177c57(0x191)]),[];const _0x1ab861=this[_0x177c57(0x243)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x11dc6a[_0x177c57(0x195)](Object[_0x177c57(0x13d)](_0x1ab861)['length'],0x0)&&logger[_0x177c57(0x1a0)](_0x177c57(0xa7)+JSON[_0x177c57(0x146)](_0x1ab861));const _0x154850=_0x11dc6a[_0x177c57(0x195)](Object[_0x177c57(0x13d)](_0x1ab861)[_0x177c57(0xf8)],0x0)?await this[_0x177c57(0x220)](_0x71715d,_0x11dc6a[_0x177c57(0xd7)],_0x1ab861):await this[_0x177c57(0x220)](_0x71715d,_0x11dc6a['SEaWx']);return _0x154850||[];}catch(_0x3962ec){return logger[_0x177c57(0x7a)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x3962ec[_0x177c57(0xb3)]||_0x3962ec['message'])),[];}}async[a85_0x3375a0(0x199)](_0x3dad77){const _0x50d636=a85_0x3375a0,_0x5cb2c8={'knCwq':'scan','UJzrI':_0x50d636(0x1b5),'FPuab':_0x50d636(0x9c),'IjQXN':function(_0x251034,_0x328f25){return _0x251034(_0x328f25);},'abRVd':_0x50d636(0xe1),'KvJud':function(_0x21305f,_0x2d8129){return _0x21305f===_0x2d8129;},'CeljM':'jest','yKPQb':_0x50d636(0x94),'cONVD':'accessibility','WGiQU':_0x50d636(0x1b6),'RWTph':'getAccessibilityResultsSummary','uxcVO':_0x50d636(0x22d),'ciYei':_0x50d636(0x159),'KFLTK':'No\x20summaryResults\x20found.'};try{if(!this[_0x50d636(0x126)]())return logger[_0x50d636(0x1a6)](_0x5cb2c8['FPuab']),{};const _0x517cf8=_0x5cb2c8[_0x50d636(0xda)](require,_0x5cb2c8[_0x50d636(0x21b)]),_0x14bbca=_0x517cf8[_0x50d636(0x128)](),_0x31d0f5=_0x5cb2c8[_0x50d636(0x1aa)](_0x14bbca?.[_0x50d636(0xd0)]?.[_0x50d636(0x148)](),_0x5cb2c8[_0x50d636(0x110)]);let _0x1f1b49='',_0x630d78=null,_0x437ea4=null;if(_0x31d0f5){_0x630d78=global[_0x50d636(0x1b7)]||global[_0x50d636(0x225)]?.['currentTest']?.[_0x50d636(0x186)]||global[_0x50d636(0x225)]?.[_0x50d636(0x25a)]?.['id'];if(!_0x630d78)return logger[_0x50d636(0x1a6)](_0x5cb2c8[_0x50d636(0x1ed)]),{};try{const _0x81667=await GrpcClient[_0x50d636(0xad)]()[_0x50d636(0x165)](process[_0x50d636(0x235)][_0x50d636(0x1e0)],_0x5cb2c8[_0x50d636(0xc1)],_0x5cb2c8[_0x50d636(0xdb)],_0x630d78),_0x464a1c=AccessibilityModule['loadDriverExecuteParams'](null,_0x81667);_0x1f1b49=_0x464a1c?.[_0x50d636(0x1a9)]||'',logger['debug'](_0x50d636(0x20c)+_0x1f1b49+'\x20from\x20testIdentifier='+_0x630d78);const _0xa64189=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x5cb2c8[_0x50d636(0xdb)],_0x1f1b49,_0x630d78),_0x34e253=this[_0x50d636(0x19e)](_0x5cb2c8[_0x50d636(0x1e9)])||this[_0x50d636(0x156)][this[_0x50d636(0x1f1)]]||null,_0x30f483=process[_0x50d636(0x235)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x2acbcc=this[_0x50d636(0xd8)](_0x5cb2c8[_0x50d636(0x238)],_0x1f1b49,_0x34e253,_0x30f483);_0x437ea4=_0x517cf8['mergeObject'](_0x2acbcc,_0xa64189),logger[_0x50d636(0x1a0)](_0x50d636(0xa3)+JSON['stringify'](_0x437ea4));}catch(_0x40e692){return logger[_0x50d636(0x7a)](_0x50d636(0x232)+_0x40e692['message']),{};}}else{_0x1f1b49=this[_0x50d636(0x19e)](_0x5cb2c8['uxcVO'])||'';!_0x1f1b49&&this['isMobileWebSession']()&&(_0x1f1b49=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x2cfcd=this[_0x50d636(0x19e)](_0x5cb2c8[_0x50d636(0x1e9)])||this['accessibilityConfig'][this[_0x50d636(0x1f1)]]||null,_0x4e707b=process[_0x50d636(0x235)][_0x50d636(0xb4)]||'';_0x437ea4=this['getParamsForScanForCli'](_0x5cb2c8[_0x50d636(0x238)],_0x1f1b49,_0x2cfcd,_0x4e707b);}logger[_0x50d636(0x1a0)](_0x5cb2c8[_0x50d636(0x91)]),await PerformanceTester[_0x50d636(0x137)](PerformanceA11yEvents[_0x50d636(0x125)],async()=>{const _0x2a32f3=_0x50d636,_0x1b755d=await this[_0x2a32f3(0x220)](_0x3dad77,_0x5cb2c8['knCwq'],_0x437ea4);logger[_0x2a32f3(0x1a0)](_0x2a32f3(0x211)+util[_0x2a32f3(0x1df)](_0x1b755d));},{'command':_0x5cb2c8[_0x50d636(0x238)]})();const _0x303652=await PerformanceTester[_0x50d636(0x137)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0xd887e3=_0x50d636;return await this[_0xd887e3(0x220)](_0x3dad77,_0x5cb2c8['UJzrI'],_0x437ea4);})();if(!_0x303652)return logger[_0x50d636(0x1a0)](_0x5cb2c8[_0x50d636(0x85)]),{};return _0x303652;}catch(_0x1cec57){return logger[_0x50d636(0x7a)](_0x50d636(0x142)+(_0x1cec57['stack']||_0x1cec57[_0x50d636(0x258)])),{};}}async[a85_0x3375a0(0x99)](_0x5974e4,_0x691224,_0x9e9c3d=null){const _0x4096b0=a85_0x3375a0,_0x4880ca={};_0x4880ca[_0x4096b0(0x1bb)]=_0x4096b0(0x204),_0x4880ca['lFpKB']=_0x4096b0(0xe0),_0x4880ca['auiyX']='Executing\x20accessibility\x20script\x20on\x20page';const _0x5cef05=_0x4880ca;try{if(!_0x5974e4)return logger[_0x4096b0(0x1a0)](_0x5cef05[_0x4096b0(0x1bb)]),null;if(!_0x691224)return logger[_0x4096b0(0x1a0)](_0x5cef05[_0x4096b0(0x201)]),null;logger[_0x4096b0(0x1a0)](_0x5cef05['auiyX']);const _0x34a82b=_0x9e9c3d?await _0x5974e4[_0x4096b0(0x239)](_0x691224,_0x9e9c3d):await _0x5974e4[_0x4096b0(0x239)](_0x691224);return _0x34a82b;}catch(_0x5444cc){return logger[_0x4096b0(0x7a)](_0x4096b0(0x1d0)+(_0x5444cc[_0x4096b0(0xb3)]||_0x5444cc[_0x4096b0(0x258)])),null;}}static[a85_0x3375a0(0x21e)](_0x4e32bc,_0x5da5fe){const _0x949858=a85_0x3375a0,_0x4c9de1={};_0x4c9de1[_0x949858(0x7b)]=_0x949858(0x10c);const _0x3c8c15=_0x4c9de1,_0x21ee77={};_0x21ee77[_0x949858(0x1a9)]=_0x4e32bc;const _0x472334=_0x21ee77;let _0x2c0720={};if(_0x5da5fe[_0x949858(0x1ff)]()&&_0x5da5fe[_0x949858(0x154)]())try{_0x2c0720=JSON[_0x949858(0x175)](new Buffer(_0x5da5fe[_0x949858(0x108)]())['toString'](_0x3c8c15[_0x949858(0x7b)]));}catch(_0x223114){logger[_0x949858(0x7a)](_0x949858(0x229)+_0x223114[_0x949858(0x258)]),_0x2c0720={};}return CLIUtils[_0x949858(0x16a)](_0x472334,_0x2c0720);}static async[a85_0x3375a0(0x97)](_0x2ccf87,_0x144b2e='',_0x457fd9=null){const _0xa094fc=a85_0x3375a0,_0x204394={};_0x204394[_0xa094fc(0x251)]=_0xa094fc(0x127),_0x204394['KzkPs']='accessibility';const _0x195ba3=_0x204394;try{if(!_0x457fd9&&AccessibilityModule[_0xa094fc(0x176)])return AccessibilityModule[_0xa094fc(0x18b)];if(!process['env'][_0xa094fc(0x1e0)])return logger[_0xa094fc(0x7a)](_0x195ba3[_0xa094fc(0x251)]),{};const _0x5af97f=await GrpcClient[_0xa094fc(0xad)]()['fetchDriverExecuteParamsEvent'](process[_0xa094fc(0x235)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x195ba3[_0xa094fc(0x170)],_0x2ccf87,_0x457fd9),_0x494800=_0x457fd9?AccessibilityModule[_0xa094fc(0x21e)](null,_0x5af97f)?.[_0xa094fc(0x1a9)]||_0x144b2e:_0x144b2e,_0x5b5a39=AccessibilityModule[_0xa094fc(0x21e)](_0x494800,_0x5af97f);return!_0x457fd9&&(AccessibilityModule[_0xa094fc(0x18b)]=_0x5b5a39,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x5b5a39;}catch(_0x2d39ef){return logger[_0xa094fc(0x7a)](_0xa094fc(0x18c)+_0x2ccf87+':\x20'+(_0x2d39ef[_0xa094fc(0xb3)]||_0x2d39ef['message'])),{};}}};module[a85_0x3375a0(0x217)]=AccessibilityModule;function a85_0x5772(_0x41c0fa,_0x4b54d9){const _0x290a93=a85_0x290a();return a85_0x5772=function(_0x5772a7,_0x2b35cc){_0x5772a7=_0x5772a7-0x65;let _0x4d2576=_0x290a93[_0x5772a7];return _0x4d2576;},a85_0x5772(_0x41c0fa,_0x4b54d9);}function a85_0x290a(){const _0x51d295=['latest','8WIwzOM','thquf','LKFcT','Unknown\x20Test','name','PRE','value','requiresChromeOptionsValidation','UrBIu','isBrowserstackScriptCommand','rpQxK','SEaWx','getParamsForScanForCli','onBeforeExecute:\x20Command\x20','IjQXN','UJzrI','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','UBGTI','platformCaps','has','performPageScan:\x20Script\x20is\x20null','../cliUtils','RTiUd','UvyIX','./baseModule','platformValidation','accessibility','shouldScanForCommand','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Error\x20executing\x20script\x20','VpRUf','Snalf','Lnkrm','TcfwM','jest','enTZh','fkPZb','getBuildId','RTJEl','stopTestCapture','accessibilityPlatform','getBrowserDisplayName','zhaQR','length','getTesthub','getCurrentInstanceName','join','bind','excludeTagsInTestingScope','browserName','getData','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','YAPqK','setShouldScanCurrentTest','AqTGw','DRIVER_HAS_URL','wcagVersion','includeTagsInTestingScope','fahDW','getAccessibilityExecuteParams','QtGgw','initAccessibilityConfig','Error\x20checking\x20headless\x20capability:\x20','ascii','getValue','lwDII','../../utils/playwright-patcher','CeljM','XmZTB','scan','uvRob','\x20script\x20available','isEnabledTestcase','args','XaMKG','Yjrhw','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','fdYtw','gSVGw','sbeIM','some','setLogDisabledShown','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','getState','onBeforeTest','getOptions','getPlatformIndex','AYpjA','PERFORM_SCAN','getCurrentAccessibilityStatus','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','getTestFrameworkDetail','ZBTtb','includes','\x20or\x20higher\x20','LmSmc','\x20script\x20available\x20in\x20scriptsList','XsoHe','instance','msbkI','executeScriptByName:\x20No\x20','\x20testHubUuid=','Error\x20in\x20validatePlatformForAccessibility:\x20','getLogDisabledShown','../../../helpers/accessibility-automation/constants','FcpYT','measureWrapper',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','liBKw','../../../helpers/accessibility-automation/scripts','set','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','keys','jtAPm','isPlatformSupported:\x20caps\x20are\x20null','isAccessibilityAutomationSession','version','Error\x20in\x20getAccessibilityResultsSummary:\x20','MOBILE_SCANNING_DISABLED_WARNING','bQvoA','kkkIm','stringify','function','toLowerCase','split','validatePlatformForAccessibility','QAEnt','LQMGX','HNmKB','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','hUPYC','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','sNDFo','browserstack.accessibilityOptions.wcagVersion','util','hasAccessibilityExecuteParams','tSaFo','accessibilityConfig','\x20browser\x20version\x20','ZjVlo','Performing\x20scan\x20before\x20getting\x20results\x20summary','lfzVm','\x20accessibility\x20script\x20on\x20page','accessibilityToken','setAccessibilityToken',',\x20\x0a\x20','TEST_INIT','YgjgL','browserVersion','\x20value=','toJson','\x20from\x20testIdentifier=','fetchDriverExecuteParamsEvent','../state/hookState','BcZZJ','pCulR','isPlatformSupported','mergeObject','VRgKd',',\x20available\x20commands:\x20','capabilities','ONyjB','isAccessibilityScriptCommand','KzkPs','isEnabled','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','browserstack_executor','a11y:save-results','parse','_centralAuthConfigFetched','uJFED','ydWul','NON_BROWSERSTACK_AUTOMATION_SESSIONS','588186yrVCxG','UksDi',']\x20Accessibility\x20configuration\x20initialized\x20successfully','Error\x20in\x20initAccessibilityConfig:\x20','delete','31477xlCNTj','Accessibility\x20data\x20for\x20extension:\x20','isArray','getAccessibilityResults','DnrZa','hhTpK','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','testAnalyticsId','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','../../playwright/accessibility-helper','1340262ROMSwL','_centralAuthA11yConfig','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','getAllData','null','fXhiR','isMobilePlatform','DLxeN','MkmoW','mamrm','QNqqE','UiNHj','TroWE','DRIVER_INIT','Error\x20getting\x20script\x20by\x20name\x20','getAccessibilityResultsSummary','../framework/constants/testFrameworkConstants.js','map','aiVyl',',\x20excludeTags=','getCapabilityValue','processAccessibilityCaps','debug','SqdQS','eSogC','getGoogleChromeOptions','string','saveResults','warn','platformName','WwjNX','thTestRunUuid','KvJud','resolveMobileThTestRunUuid','../grpcClient','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','IvZBD','isVersionSupported','Exception\x20in\x20isPlatformSupported:\x20','TsXND','sfshz','qdgfc','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getResultsSummary','testhub_build_uuid','__jestCurrentTestIdentifier','Rpduo','nxtJo','Error\x20in\x20stopTestCapture:\x20','MXjvn','FPNKK','true','_sendMessageServerPatchApplied','fZlzk','--headless','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','MODULE_NAME','KApKE','getScriptByName','CREATE','launchCaps','qIMUA','8734383bQWKUo','lkWiP','getScript',',\x20testIdentifier=','performScanForCli','GQZbl','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','registerObserver','Error\x20in\x20performPageScan:\x20','testFrameworkData','goog:chromeOptions','Scmyi','oxcPV','browserstack.accessibilityOptions.scannerVersion','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','MfADy','JFPeT','WkZDc','--headless=new',',\x20testName=','options','yRors','SAVE_RESULTS','format','BROWSERSTACK_CLI_BIN_SESSION_ID','LZIeD','start','POST','Performing\x20scan\x20before\x20from\x20cli','end','size','unknown','afterTestHook','WGiQU','Error\x20applying\x20sendMessageToServer\x20patch:\x20','LmAHz','getScriptsList','yKPQb','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','26egdJft','\x22browserstack.key\x22:\x22[REDACTED]\x22','KEY_TESTHUB_BUILD_ID','shouldScanCurrentTest','zEukI','vYPly','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','parseA11yJwtPayload','ssVXl','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','is_mobile_session','performScan','setAccessibilityConfig','get','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','\x20result\x20for\x20','getSuccess','setShouldScan','lFpKB','getAccessibility','assign','performPageScan:\x20Page\x20is\x20null','SROmv','page','pwPage',',\x20tags=','krBrt','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','SYGkn','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','getTestId','dsUqw','finishScanningForCli','Scan\x20result:\x20','cRSHZ','WTMzD','NziWH','../../../helpers/helper','getResults','exports','DYLkL',']\x20should\x20run\x20accessibility\x20value=',']\x20isEnabledTestcase\x20(cucumber)\x20result=','abRVd','replace','YTikM','loadDriverExecuteParams','getContext','executeScriptByName','getMinVersionForBrowser','updateData','getTestUUID','vWRDa','__workerDetails','patchSendMessageToServer','zqsUl','\x20using\x20script:\x20','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','chromeOptions','skipCDPConnectOverride','getName','test_run_id','../../../helpers/performance/performance-tester.js','htZcm',',\x20isAppAccessibility=','browser','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','NKOXu','iwzHN','env','Error\x20in\x20processAccessibilityCaps:\x20','../framework/testFramework','RWTph','evaluate',',\x20framework=','test_tags','AUTOMATION_SESSIONS','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','khZQc','695508yxhebE','capabilitiesList','CBJYy','evAGR','isMobileWebSession','tFVRx','MSgKv','SSkee','BS_A11Y_JWT','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','commandName','nbgRG','Context','bckpv','startsWith','dftcc','browser_version','commandsList','bpcGO','bdxjA','scriptsList','\x20env=','igHzi','getCapabilitiesList','../../../helpers/accessibility-automation/helper','message','isBrowserSupportedForAccessibility','currentTest','pccxK','onAfterTest','kifUX','info','sguyj','[platform\x20-\x20','qvMux','oNftg','commandsToWrap','imAMv','LOG_DISABLED_SHOWN',']\x20isEnabledTestcase\x20(jest)\x20result=','fdVki','hxDeu','bnzuB','jEHHy','ACCESSIBILITY_INITIALIZED','cucumber','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','applySendMessageToServerPatch',',\x20includeTags=','error','AgVEv','[AccessibilityModule]\x20onAfterTest:\x20framework=','VonJT','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','testFramework','Page\x20','KEY_INIT','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','Executing\x20','hJfZn','KFLTK','CKDce','__accessibilityOptions','KDSpv','aFWLq','aCIoO','rwIHq','scannerProcessingTimeout','\x20->\x20','hkhYr','iqFbn','kzXxl','ciYei','oENQT','getModuleName','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','TrackedInstance','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','fetchCentralAuthA11yConfig','isMobileScanningEnabledForGroup','performPageScan','aomnt','Uprtx','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','titlePath','SJunD','958432kaRXoE','toISOString','getTrackedInstance','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','loadAccessibilityConfig','966670HPuoRc','onBeforeExecute:\x20command=','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','1|16|11|12|2|13|7|8|4|14|10|3|6|0|9|15|5','../../../helpers/performance/constants.js','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getInstance',']\x20clear\x20','browserStackEvaluate','_mobileScanningDisabledLogged','command','MergedScanArgs:\x20','stack','BROWSERSTACK_TESTHUB_JWT',']\x20onAfterTest\x20should\x20scan=','headless','find','isAppAccessibility','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','performScanForCli:\x20No\x20','name:\x20','QUIT','cHWvM','aXrXX','NESLp','gJuSY','cONVD','testInfo','ShrQs','dkBFe','qQEqC','Euxbp','ScanArgs:\x20','SDK_ACCESSIBILITY_CONFIG','WjIWT','EKTqf'];a85_0x290a=function(){return _0x51d295;};return a85_0x290a();}
@@ -1 +1 @@
1
- function a86_0x3a10(){const _0x3790dd=['setTestFrameworkData','1734580qddFmH','tiDVI','CUCUMBER','gUhlq','26743feASmy','testCaseStartedId','JEST','getModuleName','testInfo','SeGBY','\x20with\x20binSessionId=','112QHIckO','platformIndex','24RhUyci','19093850VMduOx','18rYfagI','BaseModule',',\x20platformIndex=','getTestId','98371DrCLfL','lNsHR','OzFrU','testFramework','binSessionId','11qQauZO','testFrameworkData','configure','1326170tUvyxS','testId','debug','TgRNN','PLAYWRIGHT','version','exports','219382gmTapE','bDGAu','9378423VAweNv','name','split','object','client'];a86_0x3a10=function(){return _0x3790dd;};return a86_0x3a10();}function a86_0x32e3(_0x4f24dc,_0x152d0c){const _0x3a10fe=a86_0x3a10();return a86_0x32e3=function(_0x32e3f9,_0x331373){_0x32e3f9=_0x32e3f9-0xdb;let _0x7733f9=_0x3a10fe[_0x32e3f9];return _0x7733f9;},a86_0x32e3(_0x4f24dc,_0x152d0c);}const a86_0x2b3f35=a86_0x32e3;(function(_0x16165e,_0x4aca88){const _0x4cdd99=a86_0x32e3,_0x2ef8e1=_0x16165e();while(!![]){try{const _0x54f3f8=parseInt(_0x4cdd99(0xea))/0x1+-parseInt(_0x4cdd99(0xde))/0x2*(parseInt(_0x4cdd99(0xf3))/0x3)+-parseInt(_0x4cdd99(0xe6))/0x4+parseInt(_0x4cdd99(0x101))/0x5*(parseInt(_0x4cdd99(0xf5))/0x6)+parseInt(_0x4cdd99(0xf9))/0x7*(parseInt(_0x4cdd99(0xf1))/0x8)+-parseInt(_0x4cdd99(0xe0))/0x9+-parseInt(_0x4cdd99(0xf4))/0xa*(-parseInt(_0x4cdd99(0xfe))/0xb);if(_0x54f3f8===_0x4aca88)break;else _0x2ef8e1['push'](_0x2ef8e1['shift']());}catch(_0x46ff15){_0x2ef8e1['push'](_0x2ef8e1['shift']());}}}(a86_0x3a10,0x8c778));const logger=require('../../../helpers/logger.js')['winstonLogger'],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x47a6f5=null){const _0x428bcb=a86_0x32e3,_0x4a941b={};_0x4a941b[_0x428bcb(0xfb)]='1|0|5|4|3|2',_0x4a941b[_0x428bcb(0xe9)]=_0x428bcb(0xf6);const _0x5d52d5=_0x4a941b,_0x37318c=_0x5d52d5[_0x428bcb(0xfb)][_0x428bcb(0xe2)]('|');let _0xa42442=0x0;while(!![]){switch(_0x37318c[_0xa42442++]){case'0':this[_0x428bcb(0xfd)]=null;continue;case'1':this[_0x428bcb(0xe1)]=_0x5d52d5[_0x428bcb(0xe9)];continue;case'2':this[_0x428bcb(0xff)]=this['setTestFrameworkData'](_0x47a6f5);continue;case'3':this[_0x428bcb(0xe4)]=null;continue;case'4':this['config']={};continue;case'5':this[_0x428bcb(0xf2)]=0x0;continue;}break;}}['ensureBinSession'](){const _0xb77556=a86_0x32e3,_0x1dcb07={};_0x1dcb07[_0xb77556(0xfa)]='Missing\x20binSessionId';const _0x3a2ed5=_0x1dcb07;if(!this[_0xb77556(0xfd)])throw new Error(_0x3a2ed5[_0xb77556(0xfa)]);}[a86_0x2b3f35(0xed)](){const _0x55a641=a86_0x2b3f35;return this[_0x55a641(0xe1)];}[a86_0x2b3f35(0x100)](_0x78f4ca,_0x560716,_0x22e027,_0x11d0e5={}){const _0x401161=a86_0x2b3f35,_0x24f2e6={};_0x24f2e6[_0x401161(0xdf)]='4|3|0|2|1';const _0x579f4b=_0x24f2e6,_0x5bf00e=_0x579f4b[_0x401161(0xdf)][_0x401161(0xe2)]('|');let _0x17896f=0x0;while(!![]){switch(_0x5bf00e[_0x17896f++]){case'0':this['client']=_0x22e027;continue;case'1':logger[_0x401161(0x103)]('Configured\x20module\x20'+this[_0x401161(0xed)]()+_0x401161(0xf0)+_0x78f4ca+_0x401161(0xf7)+_0x560716);continue;case'2':this['config']=_0x11d0e5;continue;case'3':this[_0x401161(0xf2)]=_0x560716;continue;case'4':this[_0x401161(0xfd)]=_0x78f4ca;continue;}break;}}[a86_0x2b3f35(0xf8)](_0x5730fd){const _0x2ab02e=a86_0x2b3f35,_0x301360={};_0x301360[_0x2ab02e(0x104)]=function(_0x3ca894,_0x10b8e0){return _0x3ca894===_0x10b8e0;};const _0x252a7c=_0x301360;let _0x4ba05b='';if(_0x252a7c[_0x2ab02e(0x104)](_0x5730fd[_0x2ab02e(0xfc)],FRAMEWORKS[_0x2ab02e(0xdb)]))_0x4ba05b=_0x5730fd[_0x2ab02e(0xee)]?.['_test']?.['id']||_0x5730fd[_0x2ab02e(0xee)]?.[_0x2ab02e(0x102)];else{if(_0x252a7c[_0x2ab02e(0x104)](_0x5730fd[_0x2ab02e(0xfc)],FRAMEWORKS[_0x2ab02e(0xe8)]))_0x4ba05b=_0x5730fd[_0x2ab02e(0xee)]?.[_0x2ab02e(0xeb)];else _0x252a7c['TgRNN'](_0x5730fd[_0x2ab02e(0xfc)],FRAMEWORKS[_0x2ab02e(0xec)])&&(_0x4ba05b=_0x5730fd['testInfo']?.['id']);}return _0x4ba05b;}[a86_0x2b3f35(0xe5)](_0x19c026){const _0x505bda=a86_0x2b3f35,_0x4ee5e4={};_0x4ee5e4['tiDVI']=function(_0x81507e,_0xc5b7cb){return _0x81507e!==_0xc5b7cb;},_0x4ee5e4[_0x505bda(0xef)]=_0x505bda(0xe3);const _0x1a5b67=_0x4ee5e4;if(!_0x19c026||_0x1a5b67[_0x505bda(0xe7)](typeof _0x19c026,_0x1a5b67['SeGBY']))return null;const _0x20c719={};_0x20c719[_0x505bda(0xe1)]=_0x19c026[_0x505bda(0xe1)],_0x20c719['version']=_0x19c026['version']&&_0x19c026[_0x505bda(0xdc)][_0x19c026[_0x505bda(0xe1)]];const _0x51e92f=_0x20c719;return _0x51e92f;}}module[a86_0x2b3f35(0xdd)]=BaseModule;
1
+ const a86_0x323b71=a86_0x2008;function a86_0x2008(_0x51c7f1,_0x3491be){const _0x2a02ab=a86_0x2a02();return a86_0x2008=function(_0x20083a,_0x5ca9b6){_0x20083a=_0x20083a-0x1d3;let _0x4007ce=_0x2a02ab[_0x20083a];return _0x4007ce;},a86_0x2008(_0x51c7f1,_0x3491be);}(function(_0x5a782b,_0x4f752b){const _0x585746=a86_0x2008,_0xd59272=_0x5a782b();while(!![]){try{const _0x58c746=parseInt(_0x585746(0x1f8))/0x1*(-parseInt(_0x585746(0x1e0))/0x2)+parseInt(_0x585746(0x1fc))/0x3*(parseInt(_0x585746(0x1f9))/0x4)+parseInt(_0x585746(0x1df))/0x5*(parseInt(_0x585746(0x1eb))/0x6)+parseInt(_0x585746(0x1e4))/0x7+-parseInt(_0x585746(0x1de))/0x8+parseInt(_0x585746(0x1f1))/0x9+parseInt(_0x585746(0x1d5))/0xa*(-parseInt(_0x585746(0x1e8))/0xb);if(_0x58c746===_0x4f752b)break;else _0xd59272['push'](_0xd59272['shift']());}catch(_0x35c9fe){_0xd59272['push'](_0xd59272['shift']());}}}(a86_0x2a02,0xa7848));const logger=require(a86_0x323b71(0x1d7))[a86_0x323b71(0x1e3)],{FRAMEWORKS}=require(a86_0x323b71(0x1f3));class BaseModule{constructor(_0x577ca0=null){const _0x424b75=a86_0x323b71,_0x330548={};_0x330548['Mapmt']=_0x424b75(0x1fe),_0x330548[_0x424b75(0x1f7)]=_0x424b75(0x1ed);const _0x4b1b27=_0x330548,_0x2556ca=_0x4b1b27['Mapmt'][_0x424b75(0x1e5)]('|');let _0x335ab4=0x0;while(!![]){switch(_0x2556ca[_0x335ab4++]){case'0':this[_0x424b75(0x1d3)]=null;continue;case'1':this[_0x424b75(0x1ff)]=0x0;continue;case'2':this[_0x424b75(0x1e2)]={};continue;case'3':this[_0x424b75(0x1e9)]=this[_0x424b75(0x1dd)](_0x577ca0);continue;case'4':this['binSessionId']=null;continue;case'5':this[_0x424b75(0x1fb)]=_0x4b1b27['dlfGb'];continue;}break;}}[a86_0x323b71(0x1fa)](){const _0x376352=a86_0x323b71,_0x2edef4={};_0x2edef4[_0x376352(0x1f5)]=_0x376352(0x1fd);const _0x3fc9d9=_0x2edef4;if(!this['binSessionId'])throw new Error(_0x3fc9d9[_0x376352(0x1f5)]);}[a86_0x323b71(0x1dc)](){const _0xf79824=a86_0x323b71;return this[_0xf79824(0x1fb)];}[a86_0x323b71(0x1ea)](_0x2395f8,_0x25c717,_0x10169a,_0x3b5bdd={}){const _0x44d216=a86_0x323b71,_0x20ec2e={};_0x20ec2e[_0x44d216(0x200)]='3|2|0|4|1';const _0x1f36c0=_0x20ec2e,_0x2af333=_0x1f36c0[_0x44d216(0x200)]['split']('|');let _0x2b09a0=0x0;while(!![]){switch(_0x2af333[_0x2b09a0++]){case'0':this[_0x44d216(0x1d3)]=_0x10169a;continue;case'1':logger[_0x44d216(0x1f2)](_0x44d216(0x1e1)+this['getModuleName']()+_0x44d216(0x201)+_0x2395f8+',\x20platformIndex='+_0x25c717);continue;case'2':this[_0x44d216(0x1ff)]=_0x25c717;continue;case'3':this[_0x44d216(0x1d9)]=_0x2395f8;continue;case'4':this['config']=_0x3b5bdd;continue;}break;}}[a86_0x323b71(0x1ec)](_0x502e4e){const _0x2479ac=a86_0x323b71,_0x5be770={};_0x5be770[_0x2479ac(0x1da)]=function(_0x16cdcc,_0x5c4be5){return _0x16cdcc===_0x5c4be5;},_0x5be770[_0x2479ac(0x1f4)]=function(_0x102253,_0x51302c){return _0x102253===_0x51302c;};const _0x496500=_0x5be770;let _0x20fe29='';if(_0x496500[_0x2479ac(0x1da)](_0x502e4e[_0x2479ac(0x1d8)],FRAMEWORKS[_0x2479ac(0x202)]))_0x20fe29=_0x502e4e[_0x2479ac(0x1ef)]?.[_0x2479ac(0x1f0)]?.['id']||_0x502e4e[_0x2479ac(0x1ef)]?.[_0x2479ac(0x1ee)];else{if(_0x496500[_0x2479ac(0x1da)](_0x502e4e[_0x2479ac(0x1d8)],FRAMEWORKS[_0x2479ac(0x1d6)]))_0x20fe29=_0x502e4e['testInfo']?.[_0x2479ac(0x1f6)];else _0x496500[_0x2479ac(0x1f4)](_0x502e4e[_0x2479ac(0x1d8)],FRAMEWORKS['JEST'])&&(_0x20fe29=_0x502e4e[_0x2479ac(0x1ef)]?.['id']);}return _0x20fe29;}[a86_0x323b71(0x1dd)](_0x163832){const _0x37d926=a86_0x323b71,_0x3b8e71={};_0x3b8e71[_0x37d926(0x1db)]=function(_0x2d0b38,_0x140b08){return _0x2d0b38!==_0x140b08;},_0x3b8e71[_0x37d926(0x1e6)]='object';const _0x1b9c7d=_0x3b8e71;if(!_0x163832||_0x1b9c7d[_0x37d926(0x1db)](typeof _0x163832,_0x1b9c7d['hngsn']))return null;const _0x42e7b1={};_0x42e7b1[_0x37d926(0x1fb)]=_0x163832[_0x37d926(0x1fb)],_0x42e7b1[_0x37d926(0x1e7)]=_0x163832[_0x37d926(0x1e7)]&&_0x163832['version'][_0x163832['name']];const _0x22aab0=_0x42e7b1;return _0x22aab0;}}function a86_0x2a02(){const _0x4c87df=['hngsn','version','116380dcMzjL','testFrameworkData','configure','42bYChmW','getTestId','BaseModule','testId','testInfo','_test','3990492yQDwXt','debug','../../../helpers/test-observability/constants.js','SdryP','qUkFS','testCaseStartedId','dlfGb','314cVSwmU','68xUKRqS','ensureBinSession','name','129279EBsfmJ','Missing\x20binSessionId','5|4|1|2|0|3','platformIndex','LFGBj','\x20with\x20binSessionId=','PLAYWRIGHT','client','exports','1070AFRPpO','CUCUMBER','../../../helpers/logger.js','testFramework','binSessionId','wRiCu','AzrAz','getModuleName','setTestFrameworkData','2807176xHHmRF','119575csfBsZ','2858cvsFKF','Configured\x20module\x20','config','winstonLogger','8921087ZdNMLg','split'];a86_0x2a02=function(){return _0x4c87df;};return a86_0x2a02();}module[a86_0x323b71(0x1d4)]=BaseModule;
@@ -1 +1 @@
1
- const a87_0xc3ee45=a87_0x250e;(function(_0x1a9e41,_0x11df65){const _0x480426=a87_0x250e,_0x299700=_0x1a9e41();while(!![]){try{const _0x12f319=-parseInt(_0x480426(0x17d))/0x1+parseInt(_0x480426(0x178))/0x2*(-parseInt(_0x480426(0x17b))/0x3)+parseInt(_0x480426(0x164))/0x4+-parseInt(_0x480426(0x172))/0x5+-parseInt(_0x480426(0x174))/0x6+parseInt(_0x480426(0x17f))/0x7+-parseInt(_0x480426(0x15c))/0x8*(-parseInt(_0x480426(0x18c))/0x9);if(_0x12f319===_0x11df65)break;else _0x299700['push'](_0x299700['shift']());}catch(_0x1acb0d){_0x299700['push'](_0x299700['shift']());}}}(a87_0x3374,0xe97ba));function a87_0x3374(){const _0x3f5114=['isLTSSession','171ZkrhWi','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','757496hGynGb','message','2153585eseUly','LTS','QsNHK','LoadTestModule','CUzLC','SDQJa','env','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','FqCBg','../../../helpers/helper.js','toLowerCase','GiMdc','getLTSSessionId','78777JLTOJH','4496XEdowY','toString','setLTSSessionId','nGwXb','setLTSSessionId\x20error:\x20','ZMDgS','kpDOf','efGki','1430688LziPff','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','XzAjN','overrideLoadTesting','LPWom','browserstackAutomation','BROWSERSTACK_LTS_SESSION_ID','true','false','debug','YgULK','OzcGW','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','GpJHY','4727035nZpbVO','dFCPu','10749546arRwlu','exports','string','BthWh','39778uRNDdc','BROWSERSTACK_LTS_SESSION_ID\x20cleared'];a87_0x3374=function(){return _0x3f5114;};return a87_0x3374();}const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a87_0xc3ee45(0x182)),{sendSdkEvents}=require(a87_0xc3ee45(0x188)),isLTSSession=(_0x19f6e5=null)=>{const _0x5b8f8d=a87_0xc3ee45,_0x320699={};_0x320699[_0x5b8f8d(0x183)]=function(_0x2a8fd7,_0x1af7f1){return _0x2a8fd7!==_0x1af7f1;},_0x320699[_0x5b8f8d(0x177)]='undefined',_0x320699[_0x5b8f8d(0x168)]=function(_0x4fc9fb,_0x287009){return _0x4fc9fb===_0x287009;},_0x320699[_0x5b8f8d(0x187)]=_0x5b8f8d(0x176),_0x320699['XzAjN']=function(_0x383bc5,_0x2e7709){return _0x383bc5===_0x2e7709;},_0x320699[_0x5b8f8d(0x181)]=_0x5b8f8d(0x16b),_0x320699[_0x5b8f8d(0x171)]=function(_0x581854,_0x2633cd){return _0x581854===_0x2633cd;},_0x320699['AIIEz']=function(_0x13fa92,_0x2a4c92){return _0x13fa92===_0x2a4c92;},_0x320699[_0x5b8f8d(0x173)]=function(_0x27fd01,_0x1abac1){return _0x27fd01===_0x1abac1;},_0x320699[_0x5b8f8d(0x161)]=_0x5b8f8d(0x16c);const _0x15774f=_0x320699;try{if(_0x15774f['CUzLC'](typeof process['env']['overrideLoadTesting'],_0x15774f[_0x5b8f8d(0x177)])){const _0xdaa84a=process['env']['overrideLoadTesting'];return _0x15774f[_0x5b8f8d(0x168)](typeof _0xdaa84a,_0x15774f[_0x5b8f8d(0x187)])?_0x15774f[_0x5b8f8d(0x166)](_0xdaa84a[_0x5b8f8d(0x189)](),_0x15774f[_0x5b8f8d(0x181)]):!!_0xdaa84a;}const _0x632434=_0x19f6e5&&_0x19f6e5[_0x5b8f8d(0x167)],_0x26ca71=!!(_0x19f6e5&&(_0x15774f[_0x5b8f8d(0x171)](_0x19f6e5['browserstackAutomation'],!![])||_0x15774f['AIIEz'](_0x19f6e5[_0x5b8f8d(0x169)],_0x15774f[_0x5b8f8d(0x181)]))),_0x21231f=!!(_0x632434&&_0x15774f[_0x5b8f8d(0x173)](_0x632434[_0x5b8f8d(0x15d)]()[_0x5b8f8d(0x189)](),_0x15774f[_0x5b8f8d(0x181)])&&!_0x26ca71);return process[_0x5b8f8d(0x185)]['overrideLoadTesting']=_0x21231f?_0x15774f[_0x5b8f8d(0x181)]:_0x15774f[_0x5b8f8d(0x161)],_0x21231f;}catch(_0x3bbe4f){return process[_0x5b8f8d(0x185)][_0x5b8f8d(0x167)]=_0x15774f[_0x5b8f8d(0x161)],![];}},getLTSSessionId=()=>{const _0x19c0e3=a87_0xc3ee45,_0x5f1528={'GiMdc':function(_0x59ec36){return _0x59ec36();},'OzcGW':_0x19c0e3(0x165),'OifNM':_0x19c0e3(0x186)};try{if(_0x5f1528[_0x19c0e3(0x18a)](isLTSSession))return logger[_0x19c0e3(0x16d)](_0x5f1528[_0x19c0e3(0x16f)]),process[_0x19c0e3(0x185)][_0x19c0e3(0x16a)]||'';}catch(_0xada11c){logger['error']('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0xada11c&&_0xada11c[_0x19c0e3(0x17e)]));}return logger[_0x19c0e3(0x16d)](_0x5f1528['OifNM']),'';},setLTSSessionId=async(_0x415247={})=>{const _0x94f09f=a87_0xc3ee45,_0x5cd513={'kpDOf':function(_0x503b27){return _0x503b27();},'rePPR':_0x94f09f(0x170),'nGwXb':_0x94f09f(0x179),'YgULK':_0x94f09f(0x180),'SDQJa':function(_0x6332e7,_0x59a1ee){return _0x6332e7(_0x59a1ee);},'TKlbn':function(_0x13bb58,_0x3d9d2f,_0x277f3e){return _0x13bb58(_0x3d9d2f,_0x277f3e);},'efGki':function(_0x2a335b,_0x22762c){return _0x2a335b||_0x22762c;}};try{const _0xda2958=_0x5cd513[_0x94f09f(0x162)](getLTSSessionId);_0xda2958?(process[_0x94f09f(0x185)][_0x94f09f(0x16a)]=_0xda2958,logger[_0x94f09f(0x16d)](_0x5cd513['rePPR'])):(delete process[_0x94f09f(0x185)][_0x94f09f(0x16a)],logger[_0x94f09f(0x16d)](_0x5cd513[_0x94f09f(0x15f)]));try{const _0x51ac72={'feature':_0x5cd513[_0x94f09f(0x16e)],'ltsEnabled':_0x5cd513[_0x94f09f(0x184)](isLTSSession,_0x415247),'ltsSessionIdPresent':!!_0xda2958};await _0x5cd513['TKlbn'](sendSdkEvents,_0x51ac72,_0x415247);}catch(_0xa4c82f){logger[_0x94f09f(0x16d)](_0x94f09f(0x17c)+(_0xa4c82f&&_0xa4c82f[_0x94f09f(0x17e)]));}return _0x5cd513[_0x94f09f(0x163)](_0xda2958,'');}catch(_0x1bbe48){return logger[_0x94f09f(0x16d)](_0x94f09f(0x160)+(_0x1bbe48&&_0x1bbe48[_0x94f09f(0x17e)])),'';}},a87_0x267d47={};function a87_0x250e(_0xdc1394,_0x22f6fe){const _0x33747a=a87_0x3374();return a87_0x250e=function(_0x250ec0,_0x45eb71){_0x250ec0=_0x250ec0-0x15c;let _0x3dc1ac=_0x33747a[_0x250ec0];return _0x3dc1ac;},a87_0x250e(_0xdc1394,_0x22f6fe);}a87_0x267d47[a87_0xc3ee45(0x17a)]=isLTSSession,a87_0x267d47[a87_0xc3ee45(0x18b)]=getLTSSessionId,a87_0x267d47[a87_0xc3ee45(0x15e)]=setLTSSessionId,module[a87_0xc3ee45(0x175)]=a87_0x267d47;
1
+ function a87_0x2866(){const _0x1f66fc=['152OvRJST','toLowerCase','error','126931pBpmBH','okeDe','buUXH','ubBWV','56638GPAGRM','867264QIohsy','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','toString','overrideLoadTesting','ZwMMB','KbIAB','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','23472QryZEg','EGMxD','3pdKOmF','2319075YCvDBg','424656dlVbNa','exports','643210ljpdlS','undefined','debug','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','setLTSSessionId\x20error:\x20','../../../helpers/helper.js','message','10nsFghW','byedM','LoadTestModule','jGAYg','VgiUw','16FfHkMe','INrEC','setLTSSessionId','WjuPm','xROBy','../../../helpers/classLogger.js','string','BROWSERSTACK_LTS_SESSION_ID','browserstackAutomation','iqdgq','682FJVorm','env','false','OQFNw'];a87_0x2866=function(){return _0x1f66fc;};return a87_0x2866();}function a87_0x194f(_0x255934,_0x46d08b){const _0x286643=a87_0x2866();return a87_0x194f=function(_0x194f2c,_0x29982d){_0x194f2c=_0x194f2c-0xf2;let _0x19934d=_0x286643[_0x194f2c];return _0x19934d;},a87_0x194f(_0x255934,_0x46d08b);}const a87_0x170e43=a87_0x194f;(function(_0xebb1ed,_0x2de4fe){const _0x3c5047=a87_0x194f,_0x26b8e9=_0xebb1ed();while(!![]){try{const _0x42d4c1=parseInt(_0x3c5047(0x111))/0x1*(-parseInt(_0x3c5047(0x107))/0x2)+-parseInt(_0x3c5047(0x108))/0x3+parseInt(_0x3c5047(0xf2))/0x4*(parseInt(_0x3c5047(0x115))/0x5)+-parseInt(_0x3c5047(0x113))/0x6+-parseInt(_0x3c5047(0x103))/0x7*(-parseInt(_0x3c5047(0x100))/0x8)+-parseInt(_0x3c5047(0x112))/0x9*(parseInt(_0x3c5047(0x11c))/0xa)+parseInt(_0x3c5047(0xfc))/0xb*(parseInt(_0x3c5047(0x10f))/0xc);if(_0x42d4c1===_0x2de4fe)break;else _0x26b8e9['push'](_0x26b8e9['shift']());}catch(_0x1b716c){_0x26b8e9['push'](_0x26b8e9['shift']());}}}(a87_0x2866,0x43d6f));const {createClassLogger}=require(a87_0x170e43(0xf7)),logger=createClassLogger(a87_0x170e43(0x11e)),{sendSdkEvents}=require(a87_0x170e43(0x11a)),isLTSSession=(_0x18dacd=null)=>{const _0x56cf44=a87_0x170e43,_0x41c752={};_0x41c752[_0x56cf44(0x105)]=function(_0x44d276,_0x2d7cbe){return _0x44d276!==_0x2d7cbe;},_0x41c752[_0x56cf44(0x11d)]=_0x56cf44(0x116),_0x41c752['iqdgq']=function(_0x2ec385,_0x54fa01){return _0x2ec385===_0x54fa01;},_0x41c752[_0x56cf44(0x10d)]=_0x56cf44(0xf8),_0x41c752[_0x56cf44(0xf3)]='true',_0x41c752['EGMxD']=function(_0x4eb852,_0x4d01c1){return _0x4eb852===_0x4d01c1;},_0x41c752[_0x56cf44(0x11f)]=_0x56cf44(0xfe);const _0x34d097=_0x41c752;try{if(_0x34d097[_0x56cf44(0x105)](typeof process[_0x56cf44(0xfd)][_0x56cf44(0x10b)],_0x34d097[_0x56cf44(0x11d)])){const _0x4e2a72=process[_0x56cf44(0xfd)]['overrideLoadTesting'];return _0x34d097[_0x56cf44(0xfb)](typeof _0x4e2a72,_0x34d097[_0x56cf44(0x10d)])?_0x34d097[_0x56cf44(0xfb)](_0x4e2a72[_0x56cf44(0x101)](),_0x34d097['INrEC']):!!_0x4e2a72;}const _0x18e906=_0x18dacd&&_0x18dacd[_0x56cf44(0x10b)],_0x418e4b=!!(_0x18dacd&&(_0x34d097[_0x56cf44(0xfb)](_0x18dacd[_0x56cf44(0xfa)],!![])||_0x34d097[_0x56cf44(0x110)](_0x18dacd[_0x56cf44(0xfa)],_0x34d097[_0x56cf44(0xf3)]))),_0x1af03d=!!(_0x18e906&&_0x34d097['EGMxD'](_0x18e906[_0x56cf44(0x10a)]()['toLowerCase'](),_0x34d097[_0x56cf44(0xf3)])&&!_0x418e4b);return process[_0x56cf44(0xfd)]['overrideLoadTesting']=_0x1af03d?_0x34d097[_0x56cf44(0xf3)]:_0x34d097['jGAYg'],_0x1af03d;}catch(_0x3e080f){return process[_0x56cf44(0xfd)]['overrideLoadTesting']=_0x34d097[_0x56cf44(0x11f)],![];}},getLTSSessionId=()=>{const _0x19c90e=a87_0x170e43,_0xa12075={'WjuPm':function(_0x19bc8d){return _0x19bc8d();},'xROBy':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','ZwMMB':_0x19c90e(0x10e)};try{if(_0xa12075[_0x19c90e(0xf5)](isLTSSession))return logger[_0x19c90e(0x117)](_0xa12075[_0x19c90e(0xf6)]),process[_0x19c90e(0xfd)][_0x19c90e(0xf9)]||'';}catch(_0x265af6){logger[_0x19c90e(0x102)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x265af6&&_0x265af6[_0x19c90e(0x11b)]));}return logger[_0x19c90e(0x117)](_0xa12075[_0x19c90e(0x10c)]),'';},setLTSSessionId=async(_0x4c3779={})=>{const _0x25d335=a87_0x170e43,_0x50fed9={'lZgCn':function(_0x2dbbf6){return _0x2dbbf6();},'ubBWV':_0x25d335(0x118),'jUGdR':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','VgiUw':'LTS','HnBPE':function(_0x41a2c8,_0x41473c){return _0x41a2c8(_0x41473c);},'OQFNw':function(_0x4d2aae,_0x1acef2,_0x3f9cbd){return _0x4d2aae(_0x1acef2,_0x3f9cbd);},'okeDe':function(_0x4ea22b,_0x11e18c){return _0x4ea22b||_0x11e18c;}};try{const _0x11a5b3=_0x50fed9['lZgCn'](getLTSSessionId);_0x11a5b3?(process['env'][_0x25d335(0xf9)]=_0x11a5b3,logger[_0x25d335(0x117)](_0x50fed9[_0x25d335(0x106)])):(delete process[_0x25d335(0xfd)][_0x25d335(0xf9)],logger['debug'](_0x50fed9['jUGdR']));try{const _0x4c70c1={'feature':_0x50fed9[_0x25d335(0x120)],'ltsEnabled':_0x50fed9['HnBPE'](isLTSSession,_0x4c3779),'ltsSessionIdPresent':!!_0x11a5b3};await _0x50fed9[_0x25d335(0xff)](sendSdkEvents,_0x4c70c1,_0x4c3779);}catch(_0x327c75){logger['debug'](_0x25d335(0x109)+(_0x327c75&&_0x327c75[_0x25d335(0x11b)]));}return _0x50fed9[_0x25d335(0x104)](_0x11a5b3,'');}catch(_0x33179e){return logger[_0x25d335(0x117)](_0x25d335(0x119)+(_0x33179e&&_0x33179e['message'])),'';}},a87_0x32fb89={};a87_0x32fb89['isLTSSession']=isLTSSession,a87_0x32fb89['getLTSSessionId']=getLTSSessionId,a87_0x32fb89[a87_0x170e43(0xf4)]=setLTSSessionId,module[a87_0x170e43(0x114)]=a87_0x32fb89;
@@ -1 +1 @@
1
- function a88_0x4f79(){const _0x322dba=['59822SxHGsi','9kuFjJx','onBeforeTest:\x20page\x20is\x20not\x20defined','baTrN','name','exports','../state/hookState.js','vmghG','getModuleName','TEST_REPORTING_ANALYTICS','CsRHb','985925uSnPXQ','2776904ffgGOy','POST','MODULE_NAME','../../../helpers/classLogger.js','12YNFsfn','../framework/automationFramework.js','bind','422608womlyq','observabilityConfig','onBeforeTest','../../utils/constants.js','367GTrdeF','2718VIiwgv','page','onBeforeTest:\x20','../../../helpers/performance/performance-tester.js','SYNC','info','../../../helpers/helper.js','4716976jmqaMH','799010QcSTWu','\x20sync\x20done','ObservabilityModule','ucFcd','aGEpK','198ASrDyY','./baseModule','logger'];a88_0x4f79=function(){return _0x322dba;};return a88_0x4f79();}const a88_0x5398a4=a88_0x20d2;(function(_0x3c9a02,_0x3e8338){const _0x428414=a88_0x20d2,_0x3ad98a=_0x3c9a02();while(!![]){try{const _0x492879=-parseInt(_0x428414(0x1e9))/0x1*(parseInt(_0x428414(0x1ea))/0x2)+-parseInt(_0x428414(0x1e2))/0x3*(parseInt(_0x428414(0x1e5))/0x4)+parseInt(_0x428414(0x1dd))/0x5+parseInt(_0x428414(0x1f7))/0x6*(parseInt(_0x428414(0x1fa))/0x7)+parseInt(_0x428414(0x1de))/0x8+parseInt(_0x428414(0x1fb))/0x9*(-parseInt(_0x428414(0x1f2))/0xa)+parseInt(_0x428414(0x1f1))/0xb;if(_0x492879===_0x3e8338)break;else _0x3ad98a['push'](_0x3ad98a['shift']());}catch(_0x3e884d){_0x3ad98a['push'](_0x3ad98a['shift']());}}}(a88_0x4f79,0x3dfae));function a88_0x20d2(_0x5a5521,_0xba504f){const _0x4f7928=a88_0x4f79();return a88_0x20d2=function(_0x20d2e2,_0x576c3c){_0x20d2e2=_0x20d2e2-0x1d4;let _0x563bc2=_0x4f7928[_0x20d2e2];return _0x563bc2;},a88_0x20d2(_0x5a5521,_0xba504f);}const BaseModule=require(a88_0x5398a4(0x1f8)),{createClassLogger}=require(a88_0x5398a4(0x1e1)),AutomationFramework=require(a88_0x5398a4(0x1e3)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a88_0x5398a4(0x1d8)),{playwrightAnnotate}=require(a88_0x5398a4(0x1f0)),PerformanceTester=require(a88_0x5398a4(0x1ed)),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require(a88_0x5398a4(0x1e8));class ObservabilityModule extends BaseModule{[a88_0x5398a4(0x1f9)]=createClassLogger(a88_0x5398a4(0x1f4));constructor(_0x2007b8){const _0xc8e532=a88_0x5398a4,_0x173cba={};_0x173cba[_0xc8e532(0x1d9)]='ObservabilityModule';const _0x18ab20=_0x173cba;super(),this[_0xc8e532(0x1d6)]=_0x18ab20[_0xc8e532(0x1d9)],this[_0xc8e532(0x1e6)]=_0x2007b8,AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0xc8e532(0x1df)],this['onBeforeTest'][_0xc8e532(0x1e4)](this));}[a88_0x5398a4(0x1da)](){const _0x55ede4=a88_0x5398a4;return ObservabilityModule[_0x55ede4(0x1e0)];}async[a88_0x5398a4(0x1e7)](_0x24503d){const _0x30bba4=a88_0x5398a4,_0x2a9f5a={'vbKQG':function(_0x261e98,_0x49ebcf){return _0x261e98+_0x49ebcf;},'CsRHb':'ObservabilitySync:','aGEpK':function(_0x2a54b5,_0x1d9b60,_0x1ad703,_0x3897f5){return _0x2a54b5(_0x1d9b60,_0x1ad703,_0x3897f5);},'baTrN':'debug','ucFcd':_0x30bba4(0x1d4)};if(_0x24503d[_0x30bba4(0x1eb)]){const _0x7c9ae=_0x24503d['page'],_0x3ac0d0=Date['now'](),_0x235fef=_0x2a9f5a['vbKQG'](_0x2a9f5a[_0x30bba4(0x1dc)],_0x3ac0d0);PerformanceTester['start'](O11y_EVENTS[_0x30bba4(0x1ee)]),await _0x2a9f5a[_0x30bba4(0x1f6)](playwrightAnnotate,_0x7c9ae,_0x235fef,_0x2a9f5a[_0x30bba4(0x1d5)]),PerformanceTester['end'](O11y_EVENTS[_0x30bba4(0x1ee)]),this[_0x30bba4(0x1f9)][_0x30bba4(0x1ef)](_0x30bba4(0x1ec)+constants[_0x30bba4(0x1db)]+_0x30bba4(0x1f3));}else this['logger']['debug'](_0x2a9f5a[_0x30bba4(0x1f5)]);}}ObservabilityModule[a88_0x5398a4(0x1e0)]=a88_0x5398a4(0x1f4),module[a88_0x5398a4(0x1d7)]=ObservabilityModule;
1
+ const a88_0x31a597=a88_0x4317;function a88_0x4fa2(){const _0xc94fa2=['SYNC','3342444tDaIGQ','page','414204vusehk','RrQKr','318525DPepdz','ObservabilitySync:','MODULE_NAME','observabilityConfig','../../../helpers/performance/performance-tester.js','38457fIQViu','debug','./baseModule','99vnJYHA','logger','VZGbt','TEST_REPORTING_ANALYTICS','../../../helpers/classLogger.js','1092MXtTIB','1523670xyfpQI','CREATE','start','11rEjghE','ObservabilityModule','POST','4944pAVXqF','../framework/automationFramework.js','../../../helpers/performance/constants.js','\x20sync\x20done','onBeforeTest','3yhJOXg','../../utils/constants.js','info','qDPbT','bind','INJwW','getModuleName','../../../helpers/helper.js','NgSAz','4cOArFu','name','4417QkGLcZ','now','../state/automationFrameworkState.js'];a88_0x4fa2=function(){return _0xc94fa2;};return a88_0x4fa2();}(function(_0x5f284c,_0x52a118){const _0x5e6b67=a88_0x4317,_0x1b33b4=_0x5f284c();while(!![]){try{const _0xa6fd3e=-parseInt(_0x5e6b67(0x9c))/0x1+-parseInt(_0x5e6b67(0xc1))/0x2*(parseInt(_0x5e6b67(0xb0))/0x3)+-parseInt(_0x5e6b67(0xb9))/0x4*(-parseInt(_0x5e6b67(0xc3))/0x5)+-parseInt(_0x5e6b67(0xa4))/0x6*(parseInt(_0x5e6b67(0xbb))/0x7)+-parseInt(_0x5e6b67(0xab))/0x8*(-parseInt(_0x5e6b67(0x9f))/0x9)+-parseInt(_0x5e6b67(0xa5))/0xa*(-parseInt(_0x5e6b67(0xa8))/0xb)+parseInt(_0x5e6b67(0xbf))/0xc;if(_0xa6fd3e===_0x52a118)break;else _0x1b33b4['push'](_0x1b33b4['shift']());}catch(_0x2693b9){_0x1b33b4['push'](_0x1b33b4['shift']());}}}(a88_0x4fa2,0x226ce));const BaseModule=require(a88_0x31a597(0x9e)),{createClassLogger}=require(a88_0x31a597(0xa3)),AutomationFramework=require(a88_0x31a597(0xac)),AutomationFrameworkState=require(a88_0x31a597(0xbd)),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require(a88_0x31a597(0xb7)),PerformanceTester=require(a88_0x31a597(0xc7)),{O11y_EVENTS}=require(a88_0x31a597(0xad)),constants=require(a88_0x31a597(0xb1));class ObservabilityModule extends BaseModule{[a88_0x31a597(0xa0)]=createClassLogger(a88_0x31a597(0xa9));constructor(_0x15d501){const _0x52dcac=a88_0x31a597,_0x571208={};_0x571208[_0x52dcac(0xc2)]=_0x52dcac(0xa9);const _0x284f80=_0x571208;super(),this[_0x52dcac(0xba)]=_0x284f80[_0x52dcac(0xc2)],this[_0x52dcac(0xc6)]=_0x15d501,AutomationFramework['registerObserver'](AutomationFrameworkState[_0x52dcac(0xa6)],HookState[_0x52dcac(0xaa)],this['onBeforeTest'][_0x52dcac(0xb4)](this));}[a88_0x31a597(0xb6)](){const _0x1e16fb=a88_0x31a597;return ObservabilityModule[_0x1e16fb(0xc5)];}async[a88_0x31a597(0xaf)](_0x42539a){const _0x5d47f3=a88_0x31a597,_0x5bd402={'VZGbt':function(_0x11f740,_0x39c1f5){return _0x11f740+_0x39c1f5;},'NgSAz':_0x5d47f3(0xc4),'qDPbT':function(_0x2e0adf,_0x1a72f6,_0x24e5a3,_0x2562ec){return _0x2e0adf(_0x1a72f6,_0x24e5a3,_0x2562ec);},'INJwW':_0x5d47f3(0x9d),'krwrb':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x42539a['page']){const _0x57ab81=_0x42539a[_0x5d47f3(0xc0)],_0x208616=Date[_0x5d47f3(0xbc)](),_0x5132a6=_0x5bd402[_0x5d47f3(0xa1)](_0x5bd402[_0x5d47f3(0xb8)],_0x208616);PerformanceTester[_0x5d47f3(0xa7)](O11y_EVENTS[_0x5d47f3(0xbe)]),await _0x5bd402[_0x5d47f3(0xb3)](playwrightAnnotate,_0x57ab81,_0x5132a6,_0x5bd402[_0x5d47f3(0xb5)]),PerformanceTester['end'](O11y_EVENTS[_0x5d47f3(0xbe)]),this['logger'][_0x5d47f3(0xb2)]('onBeforeTest:\x20'+constants[_0x5d47f3(0xa2)]+_0x5d47f3(0xae));}else this[_0x5d47f3(0xa0)]['debug'](_0x5bd402['krwrb']);}}function a88_0x4317(_0x318995,_0x3692b8){const _0x4fa286=a88_0x4fa2();return a88_0x4317=function(_0x431706,_0x472f9f){_0x431706=_0x431706-0x9c;let _0x474dca=_0x4fa286[_0x431706];return _0x474dca;},a88_0x4317(_0x318995,_0x3692b8);}ObservabilityModule[a88_0x31a597(0xc5)]=a88_0x31a597(0xa9),module['exports']=ObservabilityModule;
@@ -1 +1 @@
1
- const a89_0x1a3a08=a89_0x222f;(function(_0x5da45f,_0x1f3c57){const _0x15c20a=a89_0x222f,_0x587979=_0x5da45f();while(!![]){try{const _0x1bced4=parseInt(_0x15c20a(0x20a))/0x1+-parseInt(_0x15c20a(0x1e9))/0x2*(-parseInt(_0x15c20a(0x1f8))/0x3)+-parseInt(_0x15c20a(0x1f0))/0x4+parseInt(_0x15c20a(0x20c))/0x5*(parseInt(_0x15c20a(0x227))/0x6)+-parseInt(_0x15c20a(0x24e))/0x7*(parseInt(_0x15c20a(0x1de))/0x8)+parseInt(_0x15c20a(0x253))/0x9*(parseInt(_0x15c20a(0x248))/0xa)+-parseInt(_0x15c20a(0x208))/0xb*(parseInt(_0x15c20a(0x1b9))/0xc);if(_0x1bced4===_0x1f3c57)break;else _0x587979['push'](_0x587979['shift']());}catch(_0x342322){_0x587979['push'](_0x587979['shift']());}}}(a89_0x42ba,0x5dfde));function a89_0x222f(_0x328783,_0x4a5c58){const _0x42bad7=a89_0x42ba();return a89_0x222f=function(_0x222f27,_0x581bd8){_0x222f27=_0x222f27-0x1a6;let _0x1848fe=_0x42bad7[_0x222f27];return _0x1848fe;},a89_0x222f(_0x328783,_0x4a5c58);}const util=require(a89_0x1a3a08(0x1da)),BaseModule=require(a89_0x1a3a08(0x273)),{createClassLogger}=require(a89_0x1a3a08(0x20e)),{getFrameworkVersion}=require(a89_0x1a3a08(0x1fd)),helper=require(a89_0x1a3a08(0x257)),{FRAMEWORKS}=require(a89_0x1a3a08(0x1ad)),AutomationFramework=require(a89_0x1a3a08(0x1b4)),AutomationFrameworkState=require(a89_0x1a3a08(0x1df)),HookState=require('../state/hookState.js'),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a89_0x1a3a08(0x1b8)),CLIUtils=require(a89_0x1a3a08(0x21a)),BrowserstackCLI=require(a89_0x1a3a08(0x251)),GrpcClient=require('../grpcClient.js'),PerformanceTester=require(a89_0x1a3a08(0x231)),PerformanceEvents=require(a89_0x1a3a08(0x267))[a89_0x1a3a08(0x1d6)],TestInfo=require(a89_0x1a3a08(0x1a7)),{getPlaywrightProvider,getProductForSession}=require(a89_0x1a3a08(0x1b8)),LoadTestModule=require(a89_0x1a3a08(0x1b5)),TestFrameworkConstants=require(a89_0x1a3a08(0x1ac)),TestFrameworkState=require(a89_0x1a3a08(0x261)),JestUtils=require('../utils/jest-utils.js'),PlaywrightSessionDetails=require('../../playwright/sessionDetails');class PlaywrightDriverModule extends BaseModule{static [a89_0x1a3a08(0x1c2)]='browserObject';static [a89_0x1a3a08(0x1ff)]='contextObject';static ['KEY_PAGE_OBJECT']='pageObject';static [a89_0x1a3a08(0x25a)]='sessionId';static [a89_0x1a3a08(0x1fc)]='platformIndex';static [a89_0x1a3a08(0x1cc)]=a89_0x1a3a08(0x1e5);static [a89_0x1a3a08(0x1c6)]=a89_0x1a3a08(0x271);static [a89_0x1a3a08(0x204)]=a89_0x1a3a08(0x1e0);static ['KEY_TEST_ID']=a89_0x1a3a08(0x1e2);[a89_0x1a3a08(0x1ea)]=createClassLogger(a89_0x1a3a08(0x211));constructor(_0x49bc92=null){const _0x401b41=a89_0x1a3a08,_0x42cca7={};_0x42cca7[_0x401b41(0x1b3)]=_0x401b41(0x270),_0x42cca7[_0x401b41(0x1c1)]=_0x401b41(0x211);const _0x420e61=_0x42cca7,_0x2282e0=_0x420e61[_0x401b41(0x1b3)][_0x401b41(0x212)]('|');let _0x5b7bd8=0x0;while(!![]){switch(_0x2282e0[_0x5b7bd8++]){case'0':AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0x401b41(0x1b6)],this['onBeforeDriverCreate'][_0x401b41(0x246)](this));continue;case'1':this[_0x401b41(0x202)]=new JestUtils();continue;case'2':this[_0x401b41(0x1c5)]=null;continue;case'3':AutomationFramework[_0x401b41(0x1d9)](AutomationFrameworkState[_0x401b41(0x1bb)],HookState['POST'],this[_0x401b41(0x22a)][_0x401b41(0x246)](this));continue;case'4':this[_0x401b41(0x1bd)]=[];continue;case'5':this['testRunId']=null;continue;case'6':this[_0x401b41(0x1d5)]=null;continue;case'7':this[_0x401b41(0x25b)]=_0x420e61[_0x401b41(0x1c1)];continue;case'8':AutomationFramework[_0x401b41(0x1d9)](AutomationFrameworkState['EXECUTE'],HookState[_0x401b41(0x1bc)],this[_0x401b41(0x23c)]['bind'](this));continue;case'9':this['browserVersion']=null;continue;case'10':super(_0x49bc92);continue;case'11':AutomationFramework[_0x401b41(0x1d9)](AutomationFrameworkState[_0x401b41(0x1eb)],HookState['POST'],this['onPlaywrightDispatch'][_0x401b41(0x246)](this));continue;}break;}}[a89_0x1a3a08(0x207)](){return PlaywrightDriverModule['MODULE_NAME'];}async[a89_0x1a3a08(0x238)](_0x25b080){const _0x327360=a89_0x1a3a08,_0x52ca75={};_0x52ca75[_0x327360(0x1cb)]=_0x327360(0x203);const _0x4a9a90=_0x52ca75;try{this['logger'][_0x327360(0x1cf)](_0x4a9a90['RfGXX']);const _0x189c9c=_0x25b080[_0x327360(0x260)],_0x479e1e=_0x25b080[_0x327360(0x271)];AutomationFramework[_0x327360(0x1d3)](_0x25b080[_0x327360(0x23e)],PlaywrightDriverModule[_0x327360(0x1cc)],_0x189c9c),AutomationFramework['setState'](_0x25b080['instance'],PlaywrightDriverModule['KEY_HUB_URL'],_0x479e1e);}catch(_0x541260){this['logger'][_0x327360(0x228)](_0x327360(0x1f7)+util[_0x327360(0x265)](_0x541260));}}async['onPlaywrightDispatch'](_0x1a2f26){const _0x120969=a89_0x1a3a08,_0x4b43ee={};_0x4b43ee[_0x120969(0x201)]=function(_0x692d00,_0x96322e){return _0x692d00||_0x96322e;};const _0x482e52=_0x4b43ee;try{const _0x3476b9=_0x1a2f26?.[_0x120969(0x1e6)]&&_0x1a2f26?.[_0x120969(0x1e6)]?.[_0x120969(0x219)]&&_0x1a2f26?.[_0x120969(0x1e6)]?.[_0x120969(0x219)]?.[_0x120969(0x250)],_0x301831=_0x1a2f26?.[_0x120969(0x1e6)]&&_0x1a2f26?.[_0x120969(0x1e6)]?.[_0x120969(0x269)];if(_0x482e52[_0x120969(0x201)](_0x3476b9,_0x301831)){this['logger']['debug'](_0x120969(0x1d8)+util[_0x120969(0x235)](_0x3476b9)+_0x120969(0x1ee)+util['inspect'](_0x301831));const _0x162bfa=_0x1a2f26?.[_0x120969(0x23e)],_0x80d70f=global?.[_0x120969(0x268)]?.['workerInfo']?.[_0x120969(0x21d)],_0x15e994=_0x3476b9?.['sessionId']||_0x301831?.[_0x120969(0x1d4)],_0x583a4e=_0x3476b9?.[_0x120969(0x1e0)]||_0x301831?.['platformDetails'];_0x15e994&&(this['logger'][_0x120969(0x1cf)]('onDispatchExecute:\x20Playwright\x20sessionId:\x20'+_0x15e994),AutomationFramework[_0x120969(0x1d3)](_0x162bfa,PlaywrightDriverModule[_0x120969(0x25a)],_0x15e994)),_0x80d70f&&(this['logger'][_0x120969(0x1cf)](_0x120969(0x1a6)+util[_0x120969(0x235)](_0x80d70f)),AutomationFramework[_0x120969(0x1d3)](_0x162bfa,PlaywrightDriverModule[_0x120969(0x1fc)],_0x80d70f));}}catch(_0x129a28){this['logger'][_0x120969(0x228)](_0x120969(0x26e)+util[_0x120969(0x265)](_0x129a28));}}async[a89_0x1a3a08(0x22a)](_0x4da154){const _0xc05ffb=a89_0x1a3a08,_0x565d3f={'qubKM':_0xc05ffb(0x266),'UeZyc':function(_0x2536fe,_0x2bb176){return _0x2536fe(_0x2bb176);},'zkmrw':_0xc05ffb(0x242),'HyRwT':_0xc05ffb(0x1cd),'oXEKN':_0xc05ffb(0x1c0),'fLyIF':_0xc05ffb(0x230),'WGvnH':_0xc05ffb(0x1ab),'YHPSw':function(_0x13ff1a,_0x2c327c){return _0x13ff1a===_0x2c327c;}};try{this[_0xc05ffb(0x1ea)][_0xc05ffb(0x1cf)](_0x565d3f['qubKM']);const _0x1b193f=_0x4da154[_0xc05ffb(0x23e)];this['playwrightVersion']=_0x565d3f[_0xc05ffb(0x1ed)](getFrameworkVersion,FRAMEWORKS[_0xc05ffb(0x239)]);if(_0x4da154[_0xc05ffb(0x259)]){this[_0xc05ffb(0x1ea)][_0xc05ffb(0x1cf)](_0x565d3f[_0xc05ffb(0x220)]),AutomationFramework['setState'](_0x1b193f,PlaywrightDriverModule[_0xc05ffb(0x1fb)],_0x4da154['page']);if(_0x4da154[_0xc05ffb(0x210)]){this[_0xc05ffb(0x1ea)][_0xc05ffb(0x1cf)](_0x565d3f['HyRwT']);const _0x5e4508=this['getTestId'](_0x4da154);AutomationFramework[_0xc05ffb(0x1d3)](_0x1b193f,PlaywrightDriverModule[_0xc05ffb(0x216)],_0x5e4508),await this[_0xc05ffb(0x25f)](_0x4da154['testInfo']);}}_0x4da154[_0xc05ffb(0x243)]&&(this['logger'][_0xc05ffb(0x1cf)](_0x565d3f[_0xc05ffb(0x1f4)]),AutomationFramework['setState'](_0x1b193f,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x4da154[_0xc05ffb(0x243)]));if(_0x4da154['browser']){this[_0xc05ffb(0x1ea)][_0xc05ffb(0x1cf)](_0x565d3f[_0xc05ffb(0x24c)]);const _0x1f6ff2=global?.[_0xc05ffb(0x268)]?.[_0xc05ffb(0x241)]?.[_0xc05ffb(0x21d)];AutomationFramework[_0xc05ffb(0x1d3)](_0x1b193f,PlaywrightDriverModule[_0xc05ffb(0x1c2)],_0x4da154[_0xc05ffb(0x262)]),AutomationFramework[_0xc05ffb(0x1d3)](_0x1b193f,PlaywrightDriverModule[_0xc05ffb(0x1fc)],_0x1f6ff2);const _0x60df50={};_0x60df50['isPlaywright']=!![];const _0x4d9898=Buffer['from'](JSON['stringify'](_0x60df50)[_0xc05ffb(0x205)](_0x565d3f[_0xc05ffb(0x209)])),_0x456f0e=await GrpcClient['getInstance']()['driverInit']({'platformIndex':_0x1f6ff2,'ref':_0x1b193f[_0xc05ffb(0x1ae)](),'userInputParams':_0x4d9898});(helper[_0xc05ffb(0x1ef)](helper[_0xc05ffb(0x226)]())||helper[_0xc05ffb(0x247)](helper[_0xc05ffb(0x226)]()&&BrowserstackCLI[_0xc05ffb(0x1af)]()[_0xc05ffb(0x1d0)]()['platforms']&&_0x565d3f[_0xc05ffb(0x20d)](BrowserstackCLI[_0xc05ffb(0x1af)]()[_0xc05ffb(0x1d0)]()[_0xc05ffb(0x1bd)][_0xc05ffb(0x1e8)],0x0)))&&AutomationFramework[_0xc05ffb(0x1d3)](_0x1b193f,PlaywrightDriverModule[_0xc05ffb(0x1cc)],PlaywrightSessionDetails[_0xc05ffb(0x217)]());}}catch(_0x1ec053){this[_0xc05ffb(0x1ea)][_0xc05ffb(0x228)](_0xc05ffb(0x21f)+util[_0xc05ffb(0x265)](_0x1ec053));}}async[a89_0x1a3a08(0x23c)](_0x5408cf){const _0x567294=a89_0x1a3a08,_0x5542a7={'tZCaf':'Automation\x20onAfterTest:\x20Test\x20completed','HSDmw':_0x567294(0x206),'szqvy':function(_0x17792e,_0x1a39f1){return _0x17792e(_0x1a39f1);},'wqYzi':function(_0x56121a,_0x374323,_0x4370ad){return _0x56121a(_0x374323,_0x4370ad);},'RTOhq':_0x567294(0x1be),'YNzgW':'message','XPcwx':function(_0x3eca94,_0x56fa9a){return _0x3eca94(_0x56fa9a);},'GmZtA':_0x567294(0x228),'KfrIb':_0x567294(0x24b),'abluc':function(_0x2faf7e,_0x3ba465){return _0x2faf7e>_0x3ba465;},'opaXu':function(_0x116f1b,_0x155403){return _0x116f1b||_0x155403;},'dOUWk':function(_0x1f9fbb,_0x1416ce){return _0x1f9fbb===_0x1416ce;},'DTbvd':function(_0x4b33ae,_0x37bb0f){return _0x4b33ae+_0x37bb0f;},'JBLVS':_0x567294(0x23d),'PFHnZ':_0x567294(0x1fe),'RRLbG':function(_0x1ba481,_0x4a6898){return _0x1ba481(_0x4a6898);},'VMRgD':_0x567294(0x1d7),'VTiCg':_0x567294(0x1f1),'gTUWC':function(_0x215a7c){return _0x215a7c();},'UvCtS':function(_0x2af7f7,_0x4e138b){return _0x2af7f7>_0x4e138b;},'ywgpM':_0x567294(0x1ab),'fMNDO':function(_0x5a7731,_0x5ee2a3){return _0x5a7731===_0x5ee2a3;},'szzVF':function(_0x59175f,_0x276510){return _0x59175f===_0x276510;},'lNVWP':_0x567294(0x22e)};this['logger']['debug'](_0x5542a7[_0x567294(0x252)]);const _0x1a6717=_0x5408cf[_0x567294(0x23e)];if(!_0x1a6717){this[_0x567294(0x1ea)][_0x567294(0x1cf)](_0x5542a7['HSDmw']);return;}const _0x13e5cd=_0x5408cf[_0x567294(0x210)],_0x5aeafd=this[_0x567294(0x272)](_0x5408cf),_0x53b553=_0x13e5cd['status'];let _0x14949d;const _0x485c9d=_0x5542a7['szqvy'](getPlaywrightStatus,_0x53b553);let _0x489674,_0x30b17c=null;if(_0x13e5cd[_0x567294(0x1c3)]||_0x13e5cd[_0x567294(0x234)])_0x489674=_0x5542a7[_0x567294(0x21e)](getCucumberSessionName,_0x13e5cd),_0x14949d=_0x5542a7[_0x567294(0x1e1)](nestedKeyValue,_0x13e5cd,[_0x5542a7['RTOhq'],_0x5542a7[_0x567294(0x1d2)]]);else{_0x489674=_0x5542a7[_0x567294(0x26d)](getPlaywrightSessionName,_0x13e5cd),_0x14949d=_0x5542a7[_0x567294(0x1e1)](nestedKeyValue,_0x13e5cd,[_0x5542a7[_0x567294(0x25c)],_0x5542a7[_0x567294(0x1d2)]]);const _0x13651c=_0x5542a7[_0x567294(0x1e1)](nestedKeyValue,_0x13e5cd,[_0x5542a7[_0x567294(0x200)]]);_0x13651c&&_0x5542a7[_0x567294(0x1dd)](_0x13651c[_0x567294(0x1e8)],0x0)&&(_0x30b17c=_0x13651c[0x0][_0x567294(0x1e6)]),_0x14949d=_0x5542a7['opaXu'](_0x14949d,_0x30b17c),this[_0x567294(0x1ea)][_0x567294(0x1cf)](_0x567294(0x1dc)+_0x485c9d+_0x567294(0x244)+_0x14949d);}const _0x4b2830=_0x5542a7['opaXu'](_0x14949d,_0x30b17c);this[_0x567294(0x1ea)]['debug']('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0x485c9d);let _0x3b0b2d,_0x410fc6;if(this[_0x567294(0x1a8)]&&_0x5542a7[_0x567294(0x23f)](this[_0x567294(0x1a8)]['name'],FRAMEWORKS[_0x567294(0x1f9)]))_0x3b0b2d=_0x5aeafd,_0x410fc6=TestInfo[_0x567294(0x222)](_0x3b0b2d);else this[_0x567294(0x1a8)]&&_0x5542a7['dOUWk'](this[_0x567294(0x1a8)]['name'],FRAMEWORKS['JEST'])?(_0x3b0b2d=this['jestUtils'][_0x567294(0x26b)](_0x13e5cd),this[_0x567294(0x1ea)][_0x567294(0x1cf)](_0x567294(0x229)+_0x3b0b2d)):(_0x3b0b2d=TestInfo['getTestIdentifierFromTestInfo'](_0x13e5cd,_0x13e5cd[_0x567294(0x236)]),_0x410fc6=TestInfo[_0x567294(0x222)](_0x3b0b2d));const _0x544efe=TestInfo[_0x567294(0x255)](_0x3b0b2d);this[_0x567294(0x1ea)][_0x567294(0x1c9)](_0x5542a7[_0x567294(0x1fa)](_0x5542a7['JBLVS'],_0x5aeafd)),this[_0x567294(0x1ea)][_0x567294(0x1c9)](_0x5542a7[_0x567294(0x1fa)](_0x5542a7[_0x567294(0x218)],util[_0x567294(0x235)](_0x544efe)));const _0x5999fa=AutomationFramework[_0x567294(0x1ba)](_0x1a6717,PlaywrightDriverModule[_0x567294(0x1fc)]),_0x48f699=_0x544efe?.[TestFrameworkConstants[_0x567294(0x224)]]||this[_0x567294(0x1a8)]&&this[_0x567294(0x1a8)][_0x567294(0x25b)],_0x19a46b=_0x544efe?.[TestFrameworkConstants[_0x567294(0x223)]]||this['testFrameworkData']&&this['testFrameworkData']['version'],_0xbee160=TestFrameworkState[_0x567294(0x264)][_0x567294(0x205)]()[_0x567294(0x212)]('.')[0x1],_0x9ccd89=HookState['POST'][_0x567294(0x205)]()[_0x567294(0x212)]('.')[0x1],_0x3f2f1b=_0x1a6717[_0x567294(0x1aa)](),_0x1ed1a9=AutomationFramework[_0x567294(0x1ba)](_0x1a6717,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x1d2d95={'provider':_0x5542a7['RRLbG'](getPlaywrightProvider,_0x1ed1a9),'frameworkName':_0x5542a7[_0x567294(0x1c8)],'frameworkVersion':_0x5542a7[_0x567294(0x1e3)],'frameworkSessionId':LoadTestModule[_0x567294(0x1b0)]()?LoadTestModule[_0x567294(0x1ce)]():AutomationFramework['getState'](_0x1a6717,PlaywrightDriverModule[_0x567294(0x25a)],''),'ref':_0x1a6717['getRef'](),'hubUrl':_0x1ed1a9,'product':_0x5542a7[_0x567294(0x233)](getProductForSession)};let _0x23718c=AutomationFramework[_0x567294(0x1ba)](_0x1a6717,PlaywrightDriverModule[_0x567294(0x1cc)],{});_0x23718c&&_0x5542a7['UvCtS'](Object['keys'](_0x23718c)[_0x567294(0x1e8)],0x0)?_0x23718c=Buffer['from'](JSON[_0x567294(0x254)](_0x23718c))[_0x567294(0x205)](_0x5542a7[_0x567294(0x1f3)]):_0x23718c=Buffer[_0x567294(0x256)](JSON[_0x567294(0x254)]({}))[_0x567294(0x205)](_0x5542a7[_0x567294(0x1f3)]);const _0x4525a7={'hash':_0x3f2f1b[_0x567294(0x20b)](),'threadId':_0x3f2f1b['getThreadId']()['toString'](),'processId':_0x3f2f1b['getProcessId']()[_0x567294(0x205)]()},_0x46ddd2={};_0x46ddd2[_0x567294(0x25d)]=_0x3b0b2d;const _0x50181c={};_0x50181c[_0x567294(0x1ec)]=_0x410fc6;const _0x40a131={'platformIndex':_0x5999fa,'testFrameworkName':_0x48f699,'testFrameworkVersion':_0x19a46b,'testFrameworkState':_0xbee160,'testHookState':_0x9ccd89,...this[_0x567294(0x1a8)]&&_0x5542a7[_0x567294(0x24a)](this['testFrameworkData'][_0x567294(0x25b)],FRAMEWORKS[_0x567294(0x1f6)])?_0x46ddd2:_0x50181c,'automationSession':_0x1d2d95,'capabilities':_0x23718c,'executionContext':_0x4525a7};this['logger']['debug'](_0x567294(0x1c4)+util['format'](_0x40a131)),GrpcClient[_0x567294(0x1af)]()[_0x567294(0x240)](_0x40a131),this['logger'][_0x567294(0x1cf)](_0x567294(0x249)+_0x5aeafd+(this['testFrameworkData']&&_0x5542a7['szzVF'](this[_0x567294(0x1a8)][_0x567294(0x25b)],FRAMEWORKS[_0x567294(0x1f6)])?_0x567294(0x20f)+_0x3b0b2d:''));if(!_0x485c9d){this['logger'][_0x567294(0x1cf)](_0x5542a7[_0x567294(0x1db)],_0x53b553[_0x567294(0x245)]);return;}this['logger']['debug'](_0x567294(0x1b7)+_0x5aeafd),_0x13e5cd&&(this['logger'][_0x567294(0x1cf)](_0x567294(0x23a)+_0x489674),await this[_0x567294(0x25f)](_0x13e5cd)),await this['markSessionStatus'](_0x1a6717,_0x489674,_0x485c9d,_0x4b2830);}async[a89_0x1a3a08(0x22d)](_0x303a7e,_0x35a807,_0xebfc31,_0x2bdad3){const _0x177249=a89_0x1a3a08,_0x1a324a={'whRmB':'markSessionStatus:\x20Skipping\x20session\x20status\x20marking','fOTUr':_0x177249(0x232),'hHmpa':_0x177249(0x1e7),'yAXny':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','yGMvn':'setSessionStatus','iLoNJ':_0x177249(0x1a9),'hvyKa':_0x177249(0x26f),'gYriA':function(_0x4a34f0,_0x255c3b){return _0x4a34f0===_0x255c3b;},'DfqVm':'passed','OsWrN':_0x177249(0x1c9),'nnUnd':_0x177249(0x228),'GCEFP':function(_0x1e583e,_0x54ef0b,_0x5ada3d,_0x5551ae){return _0x1e583e(_0x54ef0b,_0x5ada3d,_0x5551ae);},'wueLP':'markSessionStatus:\x20Marking\x20session\x20status','rpvoI':function(_0x510c8c,_0x2a010e,_0x20dd87){return _0x510c8c(_0x2a010e,_0x20dd87);}};if(CLIUtils[_0x177249(0x1d1)](BrowserstackCLI['getInstance']()[_0x177249(0x1d0)]())){this[_0x177249(0x1ea)][_0x177249(0x1cf)](_0x1a324a[_0x177249(0x1f2)]);return;}const _0xb93c70=_0x303a7e;if(!_0xb93c70){this[_0x177249(0x1ea)][_0x177249(0x1cf)](_0x1a324a[_0x177249(0x26c)]);return;}const _0x3a950=AutomationFramework[_0x177249(0x1ba)](_0xb93c70,PlaywrightDriverModule[_0x177249(0x1fb)]);if(!_0x3a950){this[_0x177249(0x1ea)][_0x177249(0x1cf)](_0x1a324a[_0x177249(0x215)]);return;}const _0x2177af=_0xebfc31;if(!_0x2177af){this[_0x177249(0x1ea)][_0x177249(0x1cf)](_0x1a324a[_0x177249(0x21c)],_0x2177af);return;}const _0x3a60ee={};_0x3a60ee[_0x177249(0x245)]=_0x2177af;const _0x56f2a3={};_0x56f2a3[_0x177249(0x237)]=_0x1a324a['yGMvn'],_0x56f2a3[_0x177249(0x1ca)]=_0x3a60ee;const _0x307e6f=_0x56f2a3;_0x2bdad3&&(_0x307e6f[_0x177249(0x1ca)][_0x1a324a['iLoNJ']]=_0x2bdad3);const _0x384f93=(_0x35a807?_0x35a807:_0x1a324a[_0x177249(0x263)])+'\x20'+_0x2177af+'\x20'+(_0x2bdad3?'with\x20'+_0x2bdad3:''),_0x4a70c6=_0x1a324a['gYriA'](_0x2177af,_0x1a324a[_0x177249(0x213)])?_0x1a324a['OsWrN']:_0x1a324a[_0x177249(0x1f5)];await _0x1a324a[_0x177249(0x22f)](playwrightAnnotate,_0x3a950,_0x384f93,_0x4a70c6),_0x2bdad3&&(_0x307e6f[_0x177249(0x1ca)][_0x1a324a[_0x177249(0x1c7)]]=_0x2bdad3),PerformanceTester['start'](PerformanceEvents[_0x177249(0x24f)]),this[_0x177249(0x1ea)][_0x177249(0x1cf)](_0x1a324a[_0x177249(0x23b)]),await _0x1a324a[_0x177249(0x22c)](playwrightBstackJsExecutor,_0x3a950,_0x307e6f),PerformanceTester['end'](PerformanceEvents[_0x177249(0x24f)]);}async[a89_0x1a3a08(0x25f)](_0x3fab8e){const _0x34c3fe=a89_0x1a3a08,_0x4e71c7={'nhCuL':_0x34c3fe(0x258),'LyxQt':function(_0x5cba61,_0x1a12bd){return _0x5cba61(_0x1a12bd);},'beyja':_0x34c3fe(0x26a),'hZiDw':function(_0x10963f,_0x5673e8,_0x93d34e){return _0x10963f(_0x5673e8,_0x93d34e);}};try{if(CLIUtils['shouldSkipSessionName'](BrowserstackCLI[_0x34c3fe(0x1af)]()[_0x34c3fe(0x1d0)]())){this[_0x34c3fe(0x1ea)][_0x34c3fe(0x1cf)](_0x4e71c7[_0x34c3fe(0x214)]);return;}const _0x5de926=AutomationFramework[_0x34c3fe(0x1ba)](AutomationFramework[_0x34c3fe(0x1bf)](),PlaywrightDriverModule[_0x34c3fe(0x1fb)]);let _0x4df416;_0x3fab8e['pickle']||_0x3fab8e['gherkinDocument']?_0x4df416=_0x4e71c7[_0x34c3fe(0x24d)](getCucumberSessionName,_0x3fab8e):_0x4df416=_0x4e71c7[_0x34c3fe(0x24d)](getPlaywrightSessionName,_0x3fab8e);const _0x1de988={};_0x1de988[_0x34c3fe(0x25b)]=_0x4df416;const _0x3432b2={};_0x3432b2[_0x34c3fe(0x237)]=_0x4e71c7[_0x34c3fe(0x1b2)],_0x3432b2['arguments']=_0x1de988;const _0x22550c=_0x3432b2;PerformanceTester[_0x34c3fe(0x22b)](PerformanceEvents[_0x34c3fe(0x221)]),await _0x4e71c7[_0x34c3fe(0x1e4)](playwrightBstackJsExecutor,_0x5de926,_0x22550c),PerformanceTester[_0x34c3fe(0x1b1)](PerformanceEvents[_0x34c3fe(0x221)]);}catch(_0x2b7c27){PerformanceTester['end'](PerformanceEvents[_0x34c3fe(0x221)],![],util['format'](_0x2b7c27)),this[_0x34c3fe(0x1ea)]['error'](_0x34c3fe(0x21b)+util[_0x34c3fe(0x265)](_0x2b7c27));}}}function a89_0x42ba(){const _0x5ef12c=['KEY_TEST_FRAMEWORK_NAME','exports','isBrowserstackInfra','1537338xBcYhh','error','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','onAfterDriverCreate','start','rpvoI','markSessionStatus','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','GCEFP','onAfterDriverCreate:\x20Setting\x20browser\x20object','../../../helpers/performance/performance-tester.js','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','gTUWC','gherkinDocument','inspect','retry','action','onBeforeDriverCreate','PLAYWRIGHT','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','wueLP','onAfterTest','testId:\x20','instance','dOUWk','testSessionEvent','workerInfo','onAfterDriverCreate:\x20Setting\x20page\x20object','context','\x20failure\x20reason:\x20','status','bind','isTrue','50KRLbgd','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','fMNDO','errors','fLyIF','LyxQt','45395lCTNqk','SESSION_STATUS','bsParams','../browserstackCLI.js','tZCaf','698067ZLVCqG','stringify','getTestDetails','from','../../../helpers/helper','markSessionName:\x20Skipping\x20session\x20name\x20marking','page','KEY_SESSION_ID','name','GmZtA','test_identifier','MODULE_NAME','markSessionName','launchcaps','../state/testFrameworkState','browser','hvyKa','TEST','format','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','../../../helpers/performance/constants.js','__workerDetails','bStackParams','setSessionName','recreateIdentifierFromTestInfo','fOTUr','XPcwx','Error\x20in\x20onDispatchExecute:\x20','Session','10|7|2|6|9|4|5|1|0|3|11|8','hubUrl','getTestId','./baseModule','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','../TestInfo.js','testFrameworkData','reason','getContext','base64','../framework/constants/testFrameworkConstants.js','../../utils/constants','getRef','getInstance','isLTSSession','end','beyja','ZwRYh','../framework/automationFramework.js','./loadTestModule.js','PRE','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','../../../helpers/helper.js','516XgLjMP','getState','CREATE','POST','platforms','result','getTrackedInstance','onAfterDriverCreate:\x20Setting\x20context\x20object','DeqGT','KEY_BROWSER_OBJECT','pickle','onAfterTest\x20CBTSession\x20payload:\x20','playwrightVersion','KEY_HUB_URL','iLoNJ','VMRgD','info','arguments','RfGXX','KEY_CAPABILITIES','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','getLTSSessionId','debug','getConfig','shouldSkipSessionStatus','YNzgW','setState','sessionId','browserName','AUTOMATE_EVENTS','Playwright','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','registerObserver','util','lNVWP','Automation\x20onAfterTest:\x20Test\x20status:\x20','abluc','720MkpMvx','../state/automationFrameworkState.js','platformDetails','wqYzi','testId','VTiCg','hZiDw','capabilities','message','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','length','1384270npofXc','logger','PLAYWRIGHT_DISPATCH','testUuid','UeZyc','\x20||\x20','isFalse','1787332xZBPnw','1.51.0','whRmB','ywgpM','oXEKN','nnUnd','JEST','Error\x20in\x20onBeforeDriverCreate:\x20','3iDnjWM','CUCUMBER','DTbvd','KEY_PAGE_OBJECT','KEY_PLATFORM_INDEX','../../../helpers/test-observability/utils','testData\x20from\x20onAfterTest:\x20','KEY_CONTEXT_OBJECT','KfrIb','PlujT','jestUtils','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','KEY_PLATFORM_DETAILS','toString','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','getModuleName','168333BHkuwI','WGvnH','481106XjVSlJ','getId','10zLubjW','YHPSw','../../../helpers/classLogger.js',',\x20test_identifier:\x20','testInfo','PlaywrightDriverModule','split','DfqVm','nhCuL','hHmpa','KEY_TEST_ID','getDetails','PFHnZ','params','../cliUtils.js','Error\x20in\x20markSessionName:\x20','yAXny','parallelIndex','szqvy','Error\x20in\x20onAfterDriverCreate:\x20','zkmrw','SESSION_NAME','getTestUUID','KEY_TEST_FRAMEWORK_VERSION'];a89_0x42ba=function(){return _0x5ef12c;};return a89_0x42ba();}PlaywrightDriverModule[a89_0x1a3a08(0x25e)]='PlaywrightDriverModule',module[a89_0x1a3a08(0x225)]=PlaywrightDriverModule;
1
+ function a89_0x25b0(_0x3cb25f,_0x44c8cc){const _0x1d0fcd=a89_0x1d0f();return a89_0x25b0=function(_0x25b0e4,_0x30aa8f){_0x25b0e4=_0x25b0e4-0x72;let _0x12e6a7=_0x1d0fcd[_0x25b0e4];return _0x12e6a7;},a89_0x25b0(_0x3cb25f,_0x44c8cc);}const a89_0x2438cc=a89_0x25b0;(function(_0x576e24,_0x229a91){const _0x3022d0=a89_0x25b0,_0x21f6db=_0x576e24();while(!![]){try{const _0x29504a=parseInt(_0x3022d0(0xe0))/0x1+parseInt(_0x3022d0(0xf3))/0x2+parseInt(_0x3022d0(0xa4))/0x3+parseInt(_0x3022d0(0x82))/0x4*(-parseInt(_0x3022d0(0xcc))/0x5)+-parseInt(_0x3022d0(0xfc))/0x6*(-parseInt(_0x3022d0(0xc1))/0x7)+parseInt(_0x3022d0(0x119))/0x8*(parseInt(_0x3022d0(0xba))/0x9)+parseInt(_0x3022d0(0x8c))/0xa*(-parseInt(_0x3022d0(0xcf))/0xb);if(_0x29504a===_0x229a91)break;else _0x21f6db['push'](_0x21f6db['shift']());}catch(_0x27ecaa){_0x21f6db['push'](_0x21f6db['shift']());}}}(a89_0x1d0f,0x18990));const util=require(a89_0x2438cc(0x88)),BaseModule=require(a89_0x2438cc(0x12c)),{createClassLogger}=require(a89_0x2438cc(0xd1)),{getFrameworkVersion}=require(a89_0x2438cc(0xd6)),helper=require(a89_0x2438cc(0xbb)),{FRAMEWORKS}=require(a89_0x2438cc(0xa1)),AutomationFramework=require(a89_0x2438cc(0xb5)),AutomationFrameworkState=require(a89_0x2438cc(0x133)),HookState=require(a89_0x2438cc(0x138)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a89_0x2438cc(0x9d)),CLIUtils=require(a89_0x2438cc(0x109)),BrowserstackCLI=require('../browserstackCLI.js'),GrpcClient=require(a89_0x2438cc(0x8e)),PerformanceTester=require(a89_0x2438cc(0x126)),PerformanceEvents=require(a89_0x2438cc(0x78))['AUTOMATE_EVENTS'],TestInfo=require(a89_0x2438cc(0xf1)),{getPlaywrightProvider,getProductForSession}=require(a89_0x2438cc(0x9d)),LoadTestModule=require(a89_0x2438cc(0x74)),TestFrameworkConstants=require(a89_0x2438cc(0xd5)),TestFrameworkState=require(a89_0x2438cc(0xa9)),JestUtils=require('../utils/jest-utils.js'),PlaywrightSessionDetails=require(a89_0x2438cc(0x13e));function a89_0x1d0f(){const _0xfb3b9a=['setSessionStatus','KEY_HUB_URL','JEST','sxjfV','getTestIdentifierFromTestInfo','qUphx','browserObject','getInstance','../cliUtils.js','PlaywrightDriverModule','yEjIl','getTestId','1.51.0','retry','PRE','markSessionStatus:\x20Marking\x20session\x20status','ruqAt','4|0|8|1|10|5|2|9|7|3|11|6','Error\x20in\x20onBeforeDriverCreate:\x20','testInfo','Playwright','\x20failure\x20reason:\x20','name','SESSION_STATUS','304312lwfVsu','KEY_SESSION_ID','debug','YPbMs','context','errors','onBeforeDriverCreate','MnJwF','getTestUUID','BTXmF','stringify','markSessionName:\x20Skipping\x20session\x20name\x20marking','Hshsi','../../../helpers/performance/performance-tester.js','logger','setState','shouldSkipSessionStatus','shouldSkipSessionName','GLnDL','./baseModule','split','parallelIndex','nwmeF','YlpFf','getConfig','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','../state/automationFrameworkState.js','isFalse','testUuid','exports','iZSJP','../state/hookState.js','passed','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','arguments','vbakb','ESlJO','../../playwright/sessionDetails','Error\x20in\x20markSessionName:\x20','from','browserName','keys','onPlaywrightDispatch','gBmcd','POST','sessionId','browserVersion','KEY_PAGE_OBJECT','version','./loadTestModule.js','driverInit','browser','getThreadId','../../../helpers/performance/constants.js','__workerDetails','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','isLTSSession','KEY_TEST_FRAMEWORK_VERSION','page','end','test_identifier','16048mUzFUC','MODULE_NAME','setSessionName','platformDetails','Abvcm','bStackParams','util','KEY_TEST_ID','Error\x20in\x20onAfterDriverCreate:\x20','KEY_PLATFORM_DETAILS','33710sIxmEA','markSessionName','../grpcClient.js','testData\x20from\x20onAfterTest:\x20','getTrackedInstance','CREATE','message','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','onAfterDriverCreate','fmFBx','testId','instance','iySbh','Automation\x20onAfterTest:\x20Test\x20status:\x20','ZYpNV','getState','cOlZh','../../../helpers/helper.js','bsParams','length','PLAYWRIGHT','../../utils/constants','YYCCh','info','293604MFtJim','XPiXv','KEY_CAPABILITIES','KEY_TEST_FRAMEWORK_NAME','Session','../state/testFrameworkState','getDetails','markSessionStatus','error','dVYKh','onDispatchExecute:\x20Playwright\x20sessionId:\x20','FqRNX','olQma','XKttc','pickle','tFhYj','bind','../framework/automationFramework.js','playwrightVersion','onAfterDriverCreate:\x20Setting\x20page\x20object','workerInfo','Error\x20in\x20onDispatchExecute:\x20','36GqJmoX','../../../helpers/helper','ZdgHq','getLTSSessionId','fSRVS','isTrue','toString','6944bTigax','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','GGjhy','format','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','hwyCQ','reason','base64','isBrowserstackInfra','testId:\x20','KEY_CONTEXT_OBJECT','5EAXBxZ','cozqq','inspect','1243zlPVaj','VkhSw','../../../helpers/classLogger.js','platformIndex','soPvz','getTestDetails','../framework/constants/testFrameworkConstants.js','../../../helpers/test-observability/utils',',\x20test_identifier:\x20','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','SESSION_NAME','CEHZP','registerObserver','KSaqn','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','KEY_PLATFORM_INDEX','getId','69663PmmdTj','action','hubUrl','capabilities','gherkinDocument','getRef','CUCUMBER','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','platforms','contextObject','recreateIdentifierFromTestInfo','jestUtils','vVeML','PxBcN','dExHb','wAecb','HijJT','../TestInfo.js','start','282400TfnEbG','vpOnT','getProcessId','testFrameworkData','Automation\x20onAfterTest:\x20Test\x20completed','RnKCH','onAfterDriverCreate:\x20Setting\x20context\x20object','getContext','pageObject','150MgVLtk','status','testRunId','result','KEY_BROWSER_OBJECT'];a89_0x1d0f=function(){return _0xfb3b9a;};return a89_0x1d0f();}class PlaywrightDriverModule extends BaseModule{static [a89_0x2438cc(0x100)]=a89_0x2438cc(0x107);static [a89_0x2438cc(0xcb)]=a89_0x2438cc(0xe9);static [a89_0x2438cc(0x72)]=a89_0x2438cc(0xfb);static [a89_0x2438cc(0x11a)]=a89_0x2438cc(0x146);static [a89_0x2438cc(0xde)]=a89_0x2438cc(0xd2);static ['KEY_CAPABILITIES']=a89_0x2438cc(0xe3);static [a89_0x2438cc(0x102)]=a89_0x2438cc(0xe2);static [a89_0x2438cc(0x8b)]=a89_0x2438cc(0x85);static [a89_0x2438cc(0x89)]=a89_0x2438cc(0x96);['logger']=createClassLogger(a89_0x2438cc(0x10a));constructor(_0x569f68=null){const _0x75bd71=a89_0x2438cc,_0x247c0e={};_0x247c0e[_0x75bd71(0x130)]=_0x75bd71(0x112),_0x247c0e['YYCCh']=_0x75bd71(0x10a);const _0x5915c7=_0x247c0e,_0x3a38bb=_0x5915c7['YlpFf'][_0x75bd71(0x12d)]('|');let _0x3dff01=0x0;while(!![]){switch(_0x3a38bb[_0x3dff01++]){case'0':this[_0x75bd71(0x117)]=_0x5915c7[_0x75bd71(0xa2)];continue;case'1':this[_0x75bd71(0x141)]=null;continue;case'2':this[_0x75bd71(0xfe)]=null;continue;case'3':AutomationFramework[_0x75bd71(0xdb)](AutomationFrameworkState[_0x75bd71(0x91)],HookState[_0x75bd71(0x145)],this[_0x75bd71(0x94)][_0x75bd71(0xb4)](this));continue;case'4':super(_0x569f68);continue;case'5':this[_0x75bd71(0xe8)]=[];continue;case'6':AutomationFramework[_0x75bd71(0xdb)](AutomationFrameworkState['EXECUTE'],HookState[_0x75bd71(0x145)],this['onAfterTest'][_0x75bd71(0xb4)](this));continue;case'7':AutomationFramework[_0x75bd71(0xdb)](AutomationFrameworkState[_0x75bd71(0x91)],HookState[_0x75bd71(0x10f)],this[_0x75bd71(0x11f)][_0x75bd71(0xb4)](this));continue;case'8':this[_0x75bd71(0xb6)]=null;continue;case'9':this[_0x75bd71(0xeb)]=new JestUtils();continue;case'10':this[_0x75bd71(0x147)]=null;continue;case'11':AutomationFramework[_0x75bd71(0xdb)](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0x75bd71(0x145)],this[_0x75bd71(0x143)][_0x75bd71(0xb4)](this));continue;}break;}}['getModuleName'](){const _0x45ef97=a89_0x2438cc;return PlaywrightDriverModule[_0x45ef97(0x83)];}async[a89_0x2438cc(0x11f)](_0x4dc866){const _0x55698d=a89_0x2438cc,_0x169b65={};_0x169b65['cOlZh']=_0x55698d(0xe7);const _0x180320=_0x169b65;try{this['logger']['debug'](_0x180320[_0x55698d(0x9c)]);const _0x3a4fd1=_0x4dc866['launchcaps'],_0x9d3455=_0x4dc866[_0x55698d(0xe2)];AutomationFramework[_0x55698d(0x128)](_0x4dc866['instance'],PlaywrightDriverModule['KEY_CAPABILITIES'],_0x3a4fd1),AutomationFramework[_0x55698d(0x128)](_0x4dc866[_0x55698d(0x97)],PlaywrightDriverModule[_0x55698d(0x102)],_0x9d3455);}catch(_0x5c8e3a){this[_0x55698d(0x127)]['error'](_0x55698d(0x113)+util[_0x55698d(0xc4)](_0x5c8e3a));}}async[a89_0x2438cc(0x143)](_0x2fcfcf){const _0x3a3992=a89_0x2438cc,_0x370535={};_0x370535[_0x3a3992(0xec)]=function(_0x1a9c06,_0x14655b){return _0x1a9c06||_0x14655b;};const _0x59c88b=_0x370535;try{const _0xd6abd=_0x2fcfcf?.['message']&&_0x2fcfcf?.[_0x3a3992(0x92)]?.['params']&&_0x2fcfcf?.[_0x3a3992(0x92)]?.['params']?.[_0x3a3992(0x9e)],_0x3fe58c=_0x2fcfcf?.['message']&&_0x2fcfcf?.[_0x3a3992(0x92)]?.[_0x3a3992(0x87)];if(_0x59c88b[_0x3a3992(0xec)](_0xd6abd,_0x3fe58c)){this['logger'][_0x3a3992(0x11b)](_0x3a3992(0x93)+util[_0x3a3992(0xce)](_0xd6abd)+'\x20||\x20'+util[_0x3a3992(0xce)](_0x3fe58c));const _0x4d053c=_0x2fcfcf?.[_0x3a3992(0x97)],_0x4c6a4b=global?.[_0x3a3992(0x79)]?.[_0x3a3992(0xb8)]?.[_0x3a3992(0x12e)],_0x32a9e8=_0xd6abd?.[_0x3a3992(0x146)]||_0x3fe58c?.[_0x3a3992(0x146)],_0x548c7e=_0xd6abd?.[_0x3a3992(0x85)]||_0x3fe58c?.[_0x3a3992(0x85)];_0x32a9e8&&(this[_0x3a3992(0x127)][_0x3a3992(0x11b)](_0x3a3992(0xae)+_0x32a9e8),AutomationFramework[_0x3a3992(0x128)](_0x4d053c,PlaywrightDriverModule['KEY_SESSION_ID'],_0x32a9e8)),_0x4c6a4b&&(this[_0x3a3992(0x127)][_0x3a3992(0x11b)](_0x3a3992(0x132)+util['inspect'](_0x4c6a4b)),AutomationFramework[_0x3a3992(0x128)](_0x4d053c,PlaywrightDriverModule[_0x3a3992(0xde)],_0x4c6a4b));}}catch(_0x19bc05){this[_0x3a3992(0x127)]['error'](_0x3a3992(0xb9)+util[_0x3a3992(0xc4)](_0x19bc05));}}async[a89_0x2438cc(0x94)](_0x801e32){const _0x1284b5=a89_0x2438cc,_0x4acfca={'ZdgHq':_0x1284b5(0x7a),'ovOMx':function(_0x2fa4d1,_0x106c22){return _0x2fa4d1(_0x106c22);},'nwmeF':_0x1284b5(0xb7),'iZSJP':_0x1284b5(0xd8),'HijJT':_0x1284b5(0xf9),'XPiXv':'onAfterDriverCreate:\x20Setting\x20browser\x20object','ksjwU':_0x1284b5(0xc8),'qUphx':function(_0xbe3f2c,_0x34d624){return _0xbe3f2c===_0x34d624;}};try{this['logger'][_0x1284b5(0x11b)](_0x4acfca[_0x1284b5(0xbc)]);const _0x1d6a72=_0x801e32[_0x1284b5(0x97)];this['playwrightVersion']=_0x4acfca['ovOMx'](getFrameworkVersion,FRAMEWORKS[_0x1284b5(0xa0)]);if(_0x801e32[_0x1284b5(0x7f)]){this['logger'][_0x1284b5(0x11b)](_0x4acfca[_0x1284b5(0x12f)]),AutomationFramework['setState'](_0x1d6a72,PlaywrightDriverModule[_0x1284b5(0x72)],_0x801e32[_0x1284b5(0x7f)]);if(_0x801e32[_0x1284b5(0x114)]){this[_0x1284b5(0x127)][_0x1284b5(0x11b)](_0x4acfca[_0x1284b5(0x137)]);const _0x36020a=this[_0x1284b5(0x10c)](_0x801e32);AutomationFramework[_0x1284b5(0x128)](_0x1d6a72,PlaywrightDriverModule[_0x1284b5(0x89)],_0x36020a),await this[_0x1284b5(0x8d)](_0x801e32['testInfo']);}}_0x801e32[_0x1284b5(0x11d)]&&(this[_0x1284b5(0x127)][_0x1284b5(0x11b)](_0x4acfca[_0x1284b5(0xf0)]),AutomationFramework[_0x1284b5(0x128)](_0x1d6a72,PlaywrightDriverModule[_0x1284b5(0xcb)],_0x801e32[_0x1284b5(0x11d)]));if(_0x801e32['browser']){this['logger']['debug'](_0x4acfca[_0x1284b5(0xa5)]);const _0x35a974=global?.[_0x1284b5(0x79)]?.[_0x1284b5(0xb8)]?.[_0x1284b5(0x12e)];AutomationFramework[_0x1284b5(0x128)](_0x1d6a72,PlaywrightDriverModule[_0x1284b5(0x100)],_0x801e32[_0x1284b5(0x76)]),AutomationFramework['setState'](_0x1d6a72,PlaywrightDriverModule[_0x1284b5(0xde)],_0x35a974);const _0x1b03a3={};_0x1b03a3['isPlaywright']=!![];const _0x5abb82=Buffer[_0x1284b5(0x140)](JSON[_0x1284b5(0x123)](_0x1b03a3)['toString'](_0x4acfca['ksjwU'])),_0x7bbc7a=await GrpcClient[_0x1284b5(0x108)]()[_0x1284b5(0x75)]({'platformIndex':_0x35a974,'ref':_0x1d6a72[_0x1284b5(0xe5)](),'userInputParams':_0x5abb82});(helper[_0x1284b5(0x134)](helper[_0x1284b5(0xc9)]())||helper[_0x1284b5(0xbf)](helper[_0x1284b5(0xc9)]()&&BrowserstackCLI[_0x1284b5(0x108)]()[_0x1284b5(0x131)]()[_0x1284b5(0xe8)]&&_0x4acfca[_0x1284b5(0x106)](BrowserstackCLI[_0x1284b5(0x108)]()[_0x1284b5(0x131)]()['platforms'][_0x1284b5(0x9f)],0x0)))&&AutomationFramework[_0x1284b5(0x128)](_0x1d6a72,PlaywrightDriverModule[_0x1284b5(0xa6)],PlaywrightSessionDetails[_0x1284b5(0xaa)]());}}catch(_0x16be9f){this[_0x1284b5(0x127)][_0x1284b5(0xac)](_0x1284b5(0x8a)+util[_0x1284b5(0xc4)](_0x16be9f));}}async['onAfterTest'](_0x369457){const _0x23c4dc=a89_0x2438cc,_0x3cfe0b={'KWSkV':_0x23c4dc(0xf7),'ESlJO':'Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','YPbMs':function(_0x19f8c1,_0xd4f578){return _0x19f8c1(_0xd4f578);},'RtUON':function(_0x3a02d2,_0x3788cb){return _0x3a02d2(_0x3788cb);},'sxjfV':function(_0x62f866,_0x5c34f2,_0x46f79d){return _0x62f866(_0x5c34f2,_0x46f79d);},'XKttc':_0x23c4dc(0xff),'tFhYj':_0x23c4dc(0x92),'FqRNX':function(_0x2769c0,_0x6b2bfb,_0x3d238e){return _0x2769c0(_0x6b2bfb,_0x3d238e);},'PxBcN':_0x23c4dc(0xac),'RnKCH':function(_0x1a31c4,_0x5de201,_0xc32934){return _0x1a31c4(_0x5de201,_0xc32934);},'daLQy':_0x23c4dc(0x11e),'JHCXO':function(_0x1086d0,_0x21a724){return _0x1086d0>_0x21a724;},'Hshsi':function(_0x39efcb,_0x55e727){return _0x39efcb||_0x55e727;},'BTXmF':function(_0x251910,_0x23c8da){return _0x251910===_0x23c8da;},'vpOnT':function(_0x427ac4,_0x1de998){return _0x427ac4===_0x1de998;},'hwyCQ':function(_0x260b33,_0x162bbf){return _0x260b33+_0x162bbf;},'CEHZP':_0x23c4dc(0xca),'fmFBx':function(_0x4f1645,_0x5a2152){return _0x4f1645+_0x5a2152;},'BkRFs':_0x23c4dc(0x8f),'jsQxk':_0x23c4dc(0x115),'gBmcd':_0x23c4dc(0x10d),'VkhSw':function(_0xdbf62e){return _0xdbf62e();},'dwSQv':function(_0x3886e0,_0x11c972){return _0x3886e0>_0x11c972;},'soPvz':_0x23c4dc(0xc8),'YnKXG':function(_0x2e1d21,_0x19d810){return _0x2e1d21===_0x19d810;},'vbakb':function(_0x174972,_0x538389){return _0x174972===_0x538389;},'LlCzW':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20'};this[_0x23c4dc(0x127)][_0x23c4dc(0x11b)](_0x3cfe0b['KWSkV']);const _0x331837=_0x369457[_0x23c4dc(0x97)];if(!_0x331837){this[_0x23c4dc(0x127)][_0x23c4dc(0x11b)](_0x3cfe0b[_0x23c4dc(0x13d)]);return;}const _0x5eefda=_0x369457[_0x23c4dc(0x114)],_0x9bfd14=this[_0x23c4dc(0x10c)](_0x369457),_0x7df7bd=_0x5eefda[_0x23c4dc(0xfd)];let _0x247218;const _0x25294e=_0x3cfe0b[_0x23c4dc(0x11c)](getPlaywrightStatus,_0x7df7bd);let _0x3b38c6,_0x56db00=null;if(_0x5eefda[_0x23c4dc(0xb2)]||_0x5eefda[_0x23c4dc(0xe4)])_0x3b38c6=_0x3cfe0b['RtUON'](getCucumberSessionName,_0x5eefda),_0x247218=_0x3cfe0b[_0x23c4dc(0x104)](nestedKeyValue,_0x5eefda,[_0x3cfe0b[_0x23c4dc(0xb1)],_0x3cfe0b['tFhYj']]);else{_0x3b38c6=_0x3cfe0b[_0x23c4dc(0x11c)](getPlaywrightSessionName,_0x5eefda),_0x247218=_0x3cfe0b[_0x23c4dc(0xaf)](nestedKeyValue,_0x5eefda,[_0x3cfe0b[_0x23c4dc(0xed)],_0x3cfe0b[_0x23c4dc(0xb3)]]);const _0x1f1ba1=_0x3cfe0b[_0x23c4dc(0xf8)](nestedKeyValue,_0x5eefda,[_0x3cfe0b['daLQy']]);_0x1f1ba1&&_0x3cfe0b['JHCXO'](_0x1f1ba1['length'],0x0)&&(_0x56db00=_0x1f1ba1[0x0]['message']),_0x247218=_0x3cfe0b['Hshsi'](_0x247218,_0x56db00),this['logger']['debug'](_0x23c4dc(0x99)+_0x25294e+_0x23c4dc(0x116)+_0x247218);}const _0x2448a9=_0x3cfe0b[_0x23c4dc(0x125)](_0x247218,_0x56db00);this[_0x23c4dc(0x127)]['debug'](_0x23c4dc(0x99)+_0x25294e);let _0x1fd9b6,_0x43a501;if(this[_0x23c4dc(0xf6)]&&_0x3cfe0b[_0x23c4dc(0x122)](this[_0x23c4dc(0xf6)]['name'],FRAMEWORKS[_0x23c4dc(0xe6)]))_0x1fd9b6=_0x9bfd14,_0x43a501=TestInfo[_0x23c4dc(0x121)](_0x1fd9b6);else this[_0x23c4dc(0xf6)]&&_0x3cfe0b[_0x23c4dc(0xf4)](this[_0x23c4dc(0xf6)][_0x23c4dc(0x117)],FRAMEWORKS[_0x23c4dc(0x103)])?(_0x1fd9b6=this[_0x23c4dc(0xeb)][_0x23c4dc(0xea)](_0x5eefda),this['logger']['debug'](_0x23c4dc(0x13a)+_0x1fd9b6)):(_0x1fd9b6=TestInfo[_0x23c4dc(0x105)](_0x5eefda,_0x5eefda[_0x23c4dc(0x10e)]),_0x43a501=TestInfo[_0x23c4dc(0x121)](_0x1fd9b6));const _0x3829f5=TestInfo[_0x23c4dc(0xd4)](_0x1fd9b6);this[_0x23c4dc(0x127)][_0x23c4dc(0xa3)](_0x3cfe0b[_0x23c4dc(0xc6)](_0x3cfe0b[_0x23c4dc(0xda)],_0x9bfd14)),this[_0x23c4dc(0x127)][_0x23c4dc(0xa3)](_0x3cfe0b[_0x23c4dc(0x95)](_0x3cfe0b['BkRFs'],util[_0x23c4dc(0xce)](_0x3829f5)));const _0x442f1b=AutomationFramework[_0x23c4dc(0x9b)](_0x331837,PlaywrightDriverModule['KEY_PLATFORM_INDEX']),_0xe4635b=_0x3829f5?.[TestFrameworkConstants[_0x23c4dc(0xa7)]]||this['testFrameworkData']&&this[_0x23c4dc(0xf6)]['name'],_0x5d0201=_0x3829f5?.[TestFrameworkConstants[_0x23c4dc(0x7e)]]||this[_0x23c4dc(0xf6)]&&this['testFrameworkData'][_0x23c4dc(0x73)],_0x46474f=TestFrameworkState['TEST'][_0x23c4dc(0xc0)]()[_0x23c4dc(0x12d)]('.')[0x1],_0xe2746=HookState[_0x23c4dc(0x145)]['toString']()[_0x23c4dc(0x12d)]('.')[0x1],_0x3d2969=_0x331837[_0x23c4dc(0xfa)](),_0x36f45e=AutomationFramework['getState'](_0x331837,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x18e29b={'provider':_0x3cfe0b['YPbMs'](getPlaywrightProvider,_0x36f45e),'frameworkName':_0x3cfe0b['jsQxk'],'frameworkVersion':_0x3cfe0b[_0x23c4dc(0x144)],'frameworkSessionId':LoadTestModule[_0x23c4dc(0x7d)]()?LoadTestModule[_0x23c4dc(0xbd)]():AutomationFramework['getState'](_0x331837,PlaywrightDriverModule[_0x23c4dc(0x11a)],''),'ref':_0x331837[_0x23c4dc(0xe5)](),'hubUrl':_0x36f45e,'product':_0x3cfe0b[_0x23c4dc(0xd0)](getProductForSession)};let _0x2b9cec=AutomationFramework[_0x23c4dc(0x9b)](_0x331837,PlaywrightDriverModule[_0x23c4dc(0xa6)],{});_0x2b9cec&&_0x3cfe0b['dwSQv'](Object[_0x23c4dc(0x142)](_0x2b9cec)[_0x23c4dc(0x9f)],0x0)?_0x2b9cec=Buffer['from'](JSON['stringify'](_0x2b9cec))[_0x23c4dc(0xc0)](_0x3cfe0b['soPvz']):_0x2b9cec=Buffer['from'](JSON[_0x23c4dc(0x123)]({}))[_0x23c4dc(0xc0)](_0x3cfe0b[_0x23c4dc(0xd3)]);const _0x2a92af={'hash':_0x3d2969[_0x23c4dc(0xdf)](),'threadId':_0x3d2969[_0x23c4dc(0x77)]()[_0x23c4dc(0xc0)](),'processId':_0x3d2969[_0x23c4dc(0xf5)]()[_0x23c4dc(0xc0)]()},_0x4fdcfa={};_0x4fdcfa[_0x23c4dc(0x81)]=_0x1fd9b6;const _0x25f070={};_0x25f070[_0x23c4dc(0x135)]=_0x43a501;const _0x4b6a8e={'platformIndex':_0x442f1b,'testFrameworkName':_0xe4635b,'testFrameworkVersion':_0x5d0201,'testFrameworkState':_0x46474f,'testHookState':_0xe2746,...this[_0x23c4dc(0xf6)]&&_0x3cfe0b['YnKXG'](this[_0x23c4dc(0xf6)][_0x23c4dc(0x117)],FRAMEWORKS[_0x23c4dc(0x103)])?_0x4fdcfa:_0x25f070,'automationSession':_0x18e29b,'capabilities':_0x2b9cec,'executionContext':_0x2a92af};this['logger']['debug']('onAfterTest\x20CBTSession\x20payload:\x20'+util[_0x23c4dc(0xc4)](_0x4b6a8e)),GrpcClient['getInstance']()['testSessionEvent'](_0x4b6a8e),this[_0x23c4dc(0x127)][_0x23c4dc(0x11b)]('onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20'+_0x9bfd14+(this[_0x23c4dc(0xf6)]&&_0x3cfe0b[_0x23c4dc(0x13c)](this['testFrameworkData'][_0x23c4dc(0x117)],FRAMEWORKS[_0x23c4dc(0x103)])?_0x23c4dc(0xd7)+_0x1fd9b6:''));if(!_0x25294e){this[_0x23c4dc(0x127)]['debug'](_0x3cfe0b['LlCzW'],_0x7df7bd[_0x23c4dc(0xfd)]);return;}this[_0x23c4dc(0x127)][_0x23c4dc(0x11b)](_0x23c4dc(0xc2)+_0x9bfd14),_0x5eefda&&(this['logger'][_0x23c4dc(0x11b)](_0x23c4dc(0xc5)+_0x3b38c6),await this[_0x23c4dc(0x8d)](_0x5eefda)),await this[_0x23c4dc(0xab)](_0x331837,_0x3b38c6,_0x25294e,_0x2448a9);}async[a89_0x2438cc(0xab)](_0x3ff617,_0x484dcc,_0xd588a0,_0x53cb54){const _0x411df1=a89_0x2438cc,_0x455e80={'cozqq':_0x411df1(0x7b),'ruqAt':_0x411df1(0x7c),'ZYpNV':'markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','fSRVS':_0x411df1(0xdd),'GGjhy':_0x411df1(0x101),'MnJwF':_0x411df1(0xc7),'dVYKh':_0x411df1(0xa8),'GLnDL':function(_0x4db13c,_0x1f425b){return _0x4db13c===_0x1f425b;},'Abvcm':_0x411df1(0x139),'yEjIl':_0x411df1(0xa3),'iySbh':_0x411df1(0xac),'olQma':function(_0x45b8d3,_0x32fe98,_0x1a5992,_0x2196a9){return _0x45b8d3(_0x32fe98,_0x1a5992,_0x2196a9);},'QLaQD':_0x411df1(0x110),'dzcXN':function(_0x459c49,_0x13dd3f,_0x5a0d69){return _0x459c49(_0x13dd3f,_0x5a0d69);}};if(CLIUtils[_0x411df1(0x129)](BrowserstackCLI[_0x411df1(0x108)]()[_0x411df1(0x131)]())){this[_0x411df1(0x127)]['debug'](_0x455e80[_0x411df1(0xcd)]);return;}const _0x19fd8d=_0x3ff617;if(!_0x19fd8d){this[_0x411df1(0x127)][_0x411df1(0x11b)](_0x455e80[_0x411df1(0x111)]);return;}const _0x486b93=AutomationFramework[_0x411df1(0x9b)](_0x19fd8d,PlaywrightDriverModule[_0x411df1(0x72)]);if(!_0x486b93){this[_0x411df1(0x127)][_0x411df1(0x11b)](_0x455e80[_0x411df1(0x9a)]);return;}const _0x4ae253=_0xd588a0;if(!_0x4ae253){this[_0x411df1(0x127)]['debug'](_0x455e80[_0x411df1(0xbe)],_0x4ae253);return;}const _0x2cc0a8={};_0x2cc0a8[_0x411df1(0xfd)]=_0x4ae253;const _0x242a34={};_0x242a34['action']=_0x455e80[_0x411df1(0xc3)],_0x242a34[_0x411df1(0x13b)]=_0x2cc0a8;const _0x46449d=_0x242a34;_0x53cb54&&(_0x46449d[_0x411df1(0x13b)][_0x455e80[_0x411df1(0x120)]]=_0x53cb54);const _0x5caa97=(_0x484dcc?_0x484dcc:_0x455e80[_0x411df1(0xad)])+'\x20'+_0x4ae253+'\x20'+(_0x53cb54?'with\x20'+_0x53cb54:''),_0x1c3857=_0x455e80[_0x411df1(0x12b)](_0x4ae253,_0x455e80[_0x411df1(0x86)])?_0x455e80[_0x411df1(0x10b)]:_0x455e80[_0x411df1(0x98)];await _0x455e80[_0x411df1(0xb0)](playwrightAnnotate,_0x486b93,_0x5caa97,_0x1c3857),_0x53cb54&&(_0x46449d[_0x411df1(0x13b)][_0x455e80[_0x411df1(0x120)]]=_0x53cb54),PerformanceTester[_0x411df1(0xf2)](PerformanceEvents['SESSION_STATUS']),this[_0x411df1(0x127)][_0x411df1(0x11b)](_0x455e80['QLaQD']),await _0x455e80['dzcXN'](playwrightBstackJsExecutor,_0x486b93,_0x46449d),PerformanceTester[_0x411df1(0x80)](PerformanceEvents[_0x411df1(0x118)]);}async[a89_0x2438cc(0x8d)](_0x29e47e){const _0x408c14=a89_0x2438cc,_0x285863={'wAecb':_0x408c14(0x124),'VkLQE':function(_0x410d34,_0x46945f){return _0x410d34(_0x46945f);},'dExHb':function(_0x435a24,_0x4948f5){return _0x435a24(_0x4948f5);},'KSaqn':_0x408c14(0x84),'NkUxH':function(_0x2a903a,_0x17189b,_0x35e855){return _0x2a903a(_0x17189b,_0x35e855);}};try{if(CLIUtils[_0x408c14(0x12a)](BrowserstackCLI[_0x408c14(0x108)]()['getConfig']())){this[_0x408c14(0x127)][_0x408c14(0x11b)](_0x285863[_0x408c14(0xef)]);return;}const _0xd939cb=AutomationFramework['getState'](AutomationFramework[_0x408c14(0x90)](),PlaywrightDriverModule[_0x408c14(0x72)]);let _0x5997b4;_0x29e47e['pickle']||_0x29e47e['gherkinDocument']?_0x5997b4=_0x285863['VkLQE'](getCucumberSessionName,_0x29e47e):_0x5997b4=_0x285863[_0x408c14(0xee)](getPlaywrightSessionName,_0x29e47e);const _0x368c32={};_0x368c32['name']=_0x5997b4;const _0x278c42={};_0x278c42[_0x408c14(0xe1)]=_0x285863[_0x408c14(0xdc)],_0x278c42[_0x408c14(0x13b)]=_0x368c32;const _0x1d0ec0=_0x278c42;PerformanceTester[_0x408c14(0xf2)](PerformanceEvents[_0x408c14(0xd9)]),await _0x285863['NkUxH'](playwrightBstackJsExecutor,_0xd939cb,_0x1d0ec0),PerformanceTester[_0x408c14(0x80)](PerformanceEvents[_0x408c14(0xd9)]);}catch(_0x1e5eca){PerformanceTester['end'](PerformanceEvents['SESSION_NAME'],![],util[_0x408c14(0xc4)](_0x1e5eca)),this[_0x408c14(0x127)][_0x408c14(0xac)](_0x408c14(0x13f)+util[_0x408c14(0xc4)](_0x1e5eca));}}}PlaywrightDriverModule['MODULE_NAME']=a89_0x2438cc(0x10a),module[a89_0x2438cc(0x136)]=PlaywrightDriverModule;