browserstack-node-sdk 1.50.6 → 1.50.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a80_0x192187=a80_0x5dd7;(function(_0x4f7f51,_0x2d5a83){const _0x432780=a80_0x5dd7,_0x418c1b=_0x4f7f51();while(!![]){try{const _0x5d108d=-parseInt(_0x432780(0x28a))/0x1*(-parseInt(_0x432780(0x11e))/0x2)+parseInt(_0x432780(0x21f))/0x3*(parseInt(_0x432780(0x218))/0x4)+parseInt(_0x432780(0x110))/0x5*(-parseInt(_0x432780(0x2bf))/0x6)+parseInt(_0x432780(0x127))/0x7+-parseInt(_0x432780(0x1ea))/0x8+parseInt(_0x432780(0x14e))/0x9*(-parseInt(_0x432780(0x182))/0xa)+parseInt(_0x432780(0x125))/0xb;if(_0x5d108d===_0x2d5a83)break;else _0x418c1b['push'](_0x418c1b['shift']());}catch(_0x18a305){_0x418c1b['push'](_0x418c1b['shift']());}}}(a80_0x430a,0x45c71));function a80_0x5dd7(_0x328e02,_0x38c2b4){const _0x430a00=a80_0x430a();return a80_0x5dd7=function(_0x5dd710,_0x55683a){_0x5dd710=_0x5dd710-0x107;let _0x4a4109=_0x430a00[_0x5dd710];return _0x4a4109;},a80_0x5dd7(_0x328e02,_0x38c2b4);}function a80_0x430a(){const _0x5688d6=['Performing\x20scan\x20before\x20getting\x20results\x20summary','./baseModule','aknck','AVDKD','finishScanningForCli','rGtZT','dwGDz','isAccessibilityScriptCommand','onBeforeTest','Rdfwx','gyQWQ','dqAqP','__jestCurrentTestIdentifier','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','dcTYo','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','BS_A11Y_JWT','zbblh','name','isEnabledTestcase','fetchCentralAuthA11yConfig','NNGeZ','hedXy','exqzM',']\x20clear\x20','NMvhG','GecJh','wJEpD','ePDZQ','XaAVZ','commandName','vlbIg','commandsToWrap','Error\x20in\x20stopTestCapture:\x20','\x20->\x20','IhCsU','evaluate','excludeTagsInTestingScope','instance','fyCsB','OMqoX','weHQN','../../../helpers/accessibility-automation/scripts','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','KEY_DRIVER_HAS_URL','ugEcd','../../utils/playwright-patcher','DRIVER_INIT','ScanArgs:\x20','getResults','unknown','true','QAewT','pNCQD','toLowerCase','Error\x20in\x20getAccessibilityResultsSummary:\x20','HIwbt','function','fetchDriverExecuteParamsEvent',',\x20isAppAccessibility=','uxKCU','../TestInfo.js','getState','getAccessibility','ZRfKg','DOgMK','Error\x20in\x20shouldScanForCommand:\x20','EAWKn','goog:chromeOptions','EoyLK','iqChz','xTUZq','OzBkt','KwfOc','getScriptByName','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','YJOjb','bind','test_tags','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','name:\x20','REZWV','getAllData','qdRXS','pwPage','etHmL','\x20script\x20available','aZAUA','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','cvxfE','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','IwmVH',',\x20testIdentifier=','value','ywPge','aIato','playwright-chromium','1432024QlxLTR','browserVersion','onAfterTest','getScriptsList','Unknown\x20Test','QUIT','Error\x20in\x20performScanForCli\x20for\x20script\x20','CigCI','KEY_TESTHUB_BUILD_ID','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.',']\x20isEnabledTestcase\x20(cucumber)\x20result=','lIHkB','isAppAccessibility','WVAxI','size','map','../framework/testFramework','capabilitiesList','chrome','FMarr','testFramework','hrBPc','Scan\x20result:\x20','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','drRSx','VKrsg','stopTestCapture','../state/hookState',',\x20testName=','HSHuv','../framework/constants/testFrameworkConstants.js','getCommandsList','onBeforeExecute','../../../helpers/classLogger','capabilities','includeTagsInTestingScope','headless','dujcv',',\x20tags=',',\x20available\x20commands:\x20','ofHgM','otWPz','zOUjJ','hNjZK','VGQjC','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','100zmdekX','shouldScanForCommand','setShouldScanCurrentTest','YRmeh','Error\x20in\x20performPageScan:\x20','EyLUs','\x20script\x20available\x20in\x20scriptsList','60069EiaxeO','[AccessibilityModule]\x20onAfterTest:\x20framework=','XgRxy','setAccessibilityToken','browserstack.accessibilityOptions.scannerProcessingTimeout','oGMCf','executeScriptByName','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','Page\x20','testAnalyticsId',',\x20includeTags=','parseFromProto','vmXHZ','moFbJ','CRnnX','getName','../../../helpers/performance/constants.js','GtyBZ','TZWTT','__accessibilityOptions','Error\x20in\x20processAccessibilityCaps:\x20','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','PRE',']\x20isEnabledTestcase\x20(jest)\x20result=','Context','MdNHr','performScanForCli','null','pUwKN','PQrla','Performing\x20scan\x20before\x20from\x20cli','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','page','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','shouldScanForCommand:\x20','IYZBm','find','wXDFa','\x20using\x20script:\x20','\x20result\x20for\x20','hUDhg','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','wcagVersion','stringify','mPeCK','hTZiO','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','testInfo','browserName',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','FiUum','getAccessibilityExecuteParams','bRlOF','GpwFw','SkuMA','replace','GmHvP','get','HmAVR','qqYbK','bTWKU','../../../helpers/accessibility-automation/constants','MdTaT','getPlatformIndex','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','uaDbu','OzzId','NPyOa','EFVVM','wZoRN','accessibilityToken','thTestRunUuid','getParamsForScanForCli','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','xaNbE','SAVE_RESULTS','patchSendMessageToServer','ZgPiI','titlePath','includes','toJson','QzvLU','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','has','Exception\x20in\x20isPlatformSupported:\x20','scxGx','fPLvg','exports','../../../helpers/helper','hxETU','Ooewv','scriptsList','KcJNU','VtlRD','debug','afterTestHook','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','leyvo','No\x20summaryResults\x20found.','join','trim','setAccessibilityConfig','processAccessibilityCaps','Error\x20applying\x20sendMessageToServer\x20patch:\x20','37NUZfmZ','--headless','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','KEY_TEST_NAME','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','TjdkK','getGoogleChromeOptions','command','jtDOS',',\x20framework=','registerObserver','getTestFrameworkDetail','getValue','getCurrentInstanceName',']\x20should\x20run\x20accessibility\x20value=','toObject','auaHX','getAccessibilityResultsSummary','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','__workerDetails','PERFORM_SCAN','currentTest','MODULE_NAME','ylWBl','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','oWZHy','zVVGU','getTrackedInstance','getOptions','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','khYXy','format','applySendMessageToServerPatch','getInstance','getAccessibilityConfig','Executing\x20','VLEJv','rkSen','UqqCw','QRIdS','oYhPL','rnQvw','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','accessibility','KEY_INIT','string','getAccessibilityResults','_centralAuthConfigFetched','CkTsJ','GbHSf','validatePlatformForAccessibility','getTestDetails','test_run_id','48DAcQMk','saveResults','TJIGF','launchCaps',']\x20Accessibility\x20configuration\x20initialized\x20successfully','getCapabilityValue','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','\x20from\x20testIdentifier=','FcDRK','ulWGV','BROWSERSTACK_TESTHUB_JWT','getResultsSummary','isPlatformSupported','BROWSERSTACK_TEST_ACCESSIBILITY_YML','loadAccessibilityConfig','Executing\x20accessibility\x20script\x20on\x20page','getContext','args',']\x20onAfterTest\x20should\x20scan=','options','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','measureWrapper','updateData','mergeObject','browserstack_executor','commandsList','startsWith','HEERB','accessibilityPlatform','isEnabled','HyfOs','testFrameworkData','uMtxA','mzDqh','some','end','58060fuacmd','xTQMX','browserstack.accessibilityOptions.authToken','delete','yKxCJ','SDK_ACCESSIBILITY_CONFIG','getData','EKhQK','set','_centralAuthA11yConfig','\x22browserstack.user\x22:\x22[REDACTED]\x22','Cervu','../../../helpers/accessibility-automation/helper','TiwBe','598ZhlGjc','pXwfQ','BxCdk','pBXve','error','\x22browserstack.key\x22:\x22[REDACTED]\x22','getCapabilitiesList','2544102cwuTIh','pbmmJ','1110767YUoose','getCurrentAccessibilityStatus','hasAccessibilityExecuteParams','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','LOG_DISABLED_SHOWN','getModuleName','getScript','Error\x20executing\x20script\x20','Processed\x20accessibility\x20caps\x20','platformValidation','getTestId','performScan','getLogDisabledShown','IcCpe','\x20accessibility\x20script\x20on\x20page','toISOString','VNgly','isPlatformSupported:\x20caps\x20are\x20null','onBeforeExecute:\x20No\x20command\x20name\x20provided','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','Error\x20checking\x20headless\x20capability:\x20','warn','browserStackEvaluate','vuJwE','sUewX','Error\x20in\x20validatePlatformForAccessibility:\x20','aSuyh','isArray','oJcKU','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','avdkj','eLvND','../../playwright/accessibility-helper','message','loadDriverExecuteParams','3|10|8|4|12|5|0|13|11|6|14|15|1|7|2|9','VDJRR','BROWSERSTACK_CLI_BIN_SESSION_ID','performPageScan','153NlqYNl','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','vDcUr','scan','FBtuF','cucumber','GET_RESULTS_SUMMARY','_sendMessageServerPatchApplied','initAccessibilityConfig','BSfTv','toString','hRwxb','xzziZ','WkgRJ','oczwJ','eILDN','ascii','YgcFS','ztqRh','hQhCg','PZyaG','Error\x20in\x20getAccessibilityResults:\x20','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','performScanForCli:\x20No\x20','onBeforeExecute:\x20Command\x20','SoCms','scannerVersion','Error\x20getting\x20capability\x20value\x20for\x20','\x20testHubUuid=','length','env','jest','present','Flsvm','saveTestResults','scannerProcessingTimeout','../cliUtils','browser','getTesthub','\x20value=','browserstack.accessibilityOptions.scannerVersion','executeScriptByName:\x20No\x20','lIkey','DRIVER_HAS_URL','start','[platform\x20-\x20','chromeOptions',',\x20excludeTags=','ANiRB','kvmJv','MergedScanArgs:\x20','uqEkn','202290BzLLBR','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','info','accessibilityConfig','getBuildId','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','stack'];a80_0x430a=function(){return _0x5688d6;};return a80_0x430a();}const BaseModule=require(a80_0x192187(0x18a)),{createClassLogger}=require(a80_0x192187(0x20b)),CLIUtils=require(a80_0x192187(0x172)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a80_0x192187(0x1fa)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a80_0x192187(0x205)),GrpcClient=require('../grpcClient'),scripts=require(a80_0x192187(0x1b3)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a80_0x192187(0x22f)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x192187(0x25f)),{nestedKeyValue,isUndefined}=require(a80_0x192187(0x27a)),util=require('util'),TestInfo=require(a80_0x192187(0x1c6)),TestFrameworkConstants=require(a80_0x192187(0x208));class AccessibilityModule extends BaseModule{static [a80_0x192187(0x2a0)]=AccessibilityModule[a80_0x192187(0x19b)];static [a80_0x192187(0x2b9)]=![];static [a80_0x192187(0x119)]={};constructor(_0xfe515d){const _0x2d1b34=a80_0x192187,_0x2711e3={};_0x2711e3[_0x2d1b34(0x141)]=_0x2d1b34(0x14a),_0x2711e3[_0x2d1b34(0x1a5)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x2711e3[_0x2d1b34(0x25d)]=_0x2d1b34(0x179),_0x2711e3['IhCsU']='ACCESSIBILITY_INITIALIZED',_0x2711e3[_0x2d1b34(0x15f)]='testhub_build_uuid';const _0x3be4d8=_0x2711e3,_0x4cb477=_0x3be4d8[_0x2d1b34(0x141)]['split']('|');let _0x3692e5=0x0;while(!![]){switch(_0x4cb477[_0x3692e5++]){case'0':this[_0x2d1b34(0x2b5)]=new Map();continue;case'1':logger[_0x2d1b34(0x280)](_0x3be4d8[_0x2d1b34(0x1a5)]);continue;case'2':this[_0x2d1b34(0x1b5)]=_0x3be4d8[_0x2d1b34(0x25d)];continue;case'3':super();continue;case'4':AutomationFramework[_0x2d1b34(0x294)](AutomationFrameworkState[_0x2d1b34(0x1ef)],HookState[_0x2d1b34(0x236)],this[_0x2d1b34(0x1ec)]['bind'](this));continue;case'5':this[_0x2d1b34(0x185)]=_0xfe515d[_0x2d1b34(0x299)]();continue;case'6':this[_0x2d1b34(0x20c)]=[];continue;case'7':this['KEY_INIT']=_0x3be4d8[_0x2d1b34(0x1ac)];continue;case'8':AutomationFramework[_0x2d1b34(0x294)](AutomationFrameworkState['CREATE'],HookState['POST'],this[_0x2d1b34(0x191)][_0x2d1b34(0x1d6)](this));continue;case'9':this['KEY_TESTHUB_BUILD_ID']=_0x3be4d8[_0x2d1b34(0x15f)];continue;case'10':AutomationFramework[_0x2d1b34(0x294)](AutomationFrameworkState['EXECUTE'],HookState['PRE'],this[_0x2d1b34(0x20a)]['bind'](this));continue;case'11':this['isAppAccessibility']=![];continue;case'12':this[_0x2d1b34(0x109)]=!![];continue;case'13':this[_0x2d1b34(0x12b)]=new Map();continue;case'14':this[_0x2d1b34(0x155)]=![];continue;case'15':this[_0x2d1b34(0x222)](_0xfe515d[_0x2d1b34(0x2a6)]()[_0x2d1b34(0x124)]());continue;}break;}}[a80_0x192187(0x109)](){const _0x42b25b=a80_0x192187;return this[_0x42b25b(0x109)];}[a80_0x192187(0x12c)](){const _0x397609=a80_0x192187;return AccessibilityModule[_0x397609(0x2a0)];}[a80_0x192187(0x128)](){const _0x16aba2=a80_0x192187;return this[_0x16aba2(0x2b5)][_0x16aba2(0x25b)](CLIUtils['getCurrentInstanceName'](),![]);}[a80_0x192187(0x133)](){const _0xe51996=a80_0x192187;return this[_0xe51996(0x12b)][_0xe51996(0x25b)](CLIUtils['getCurrentInstanceName'](),![]);}['setLogDisabledShown'](_0x11f89e){const _0xa1e826=a80_0x192187;this['LOG_DISABLED_SHOWN'][_0xa1e826(0x118)](CLIUtils[_0xa1e826(0x297)](),_0x11f89e);}[a80_0x192187(0x2aa)](){const _0x411e1f=a80_0x192187,_0x2a7cae={'vDcUr':_0x411e1f(0x198),'mPeCK':function(_0x2ab3a2,_0x50e1d2){return _0x2ab3a2(_0x50e1d2);},'dcTYo':_0x411e1f(0x1b7),'KwfOc':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','EqEgl':_0x411e1f(0x144)};if(this[_0x411e1f(0x155)]){logger[_0x411e1f(0x280)](_0x2a7cae[_0x411e1f(0x150)]);return;}try{const _0x44c2e1=_0x2a7cae[_0x411e1f(0x24e)](require,_0x2a7cae[_0x411e1f(0x197)]);_0x44c2e1&&_0x44c2e1[_0x411e1f(0x26e)]?(_0x44c2e1[_0x411e1f(0x26e)](),this[_0x411e1f(0x155)]=!![],logger['debug'](_0x2a7cae[_0x411e1f(0x1d2)])):logger[_0x411e1f(0x280)](_0x2a7cae['EqEgl']);}catch(_0x31bb96){logger[_0x411e1f(0x280)](_0x411e1f(0x289)+util[_0x411e1f(0x2a9)](_0x31bb96));}}[a80_0x192187(0x2cb)](_0x4fd30d=null,_0x1f7119=null,_0x49f591=null){const _0x1f2ce0=a80_0x192187,_0x3b82f2={'avdkj':function(_0x366d5d,_0x3c424a){return _0x366d5d&&_0x3c424a;},'VKrsg':_0x1f2ce0(0x138),'xTQMX':function(_0x63a5ee,_0x158ab7){return _0x63a5ee(_0x158ab7);},'uMtxA':_0x1f2ce0(0x11c),'WkgRJ':function(_0x4f5e73,_0x49e5b4){return _0x4f5e73(_0x49e5b4);},'qdRXS':'../../../helpers/helper','kYzRT':function(_0x13c232){return _0x13c232();},'jtDOS':_0x1f2ce0(0x282),'rkSen':function(_0x2d3fbb,_0x272056){return _0x2d3fbb===_0x272056;},'aZAUA':_0x1f2ce0(0x1fc),'rwkVT':function(_0x429c73,_0x200093){return _0x429c73===_0x200093;},'OMqoX':_0x1f2ce0(0x1e9),'QRIdS':function(_0x37e68e,_0x4c1a00){return _0x37e68e===_0x4c1a00;},'pXwfQ':function(_0x4e13a5,_0x11ca7d){return _0x4e13a5===_0x11ca7d;},'VGQjC':_0x1f2ce0(0x217),'uqEkn':function(_0x5c7763,_0x1e233b){return _0x5c7763===_0x1e233b;},'XiCCN':function(_0x48b299,_0x19dac1){return _0x48b299===_0x19dac1;},'rGtZT':_0x1f2ce0(0x1bc),'VDJRR':function(_0x22e615,_0x55676b){return _0x22e615===_0x55676b;},'HmAVR':'string','leyvo':function(_0x32ee6a,_0x4b14c4){return _0x32ee6a===_0x4b14c4;},'oJcKU':_0x1f2ce0(0x23f),'GmHvP':_0x1f2ce0(0x1cd),'pBXve':function(_0x485704){return _0x485704();},'otWPz':function(_0xa0fe1f,_0x388ce7){return _0xa0fe1f>_0x388ce7;},'cekig':function(_0x161612,_0x4a47c8){return _0x161612(_0x4a47c8);},'wFYxd':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','ZzSuI':function(_0x21d249,_0x860f1a){return _0x21d249!==_0x860f1a;},'oGMCf':'latest','CNlDv':function(_0x2f785b,_0x599597){return _0x2f785b>_0x599597;},'wZoRN':function(_0x17d218,_0x5da135){return _0x17d218(_0x5da135);},'OzzId':_0x1f2ce0(0x187)};try{if(_0x3b82f2[_0x1f2ce0(0x145)](!_0x1f7119,!_0x49f591))return logger['debug'](_0x3b82f2[_0x1f2ce0(0x203)]),![];const {isAccessibilityAutomationSession:_0x5fba65}=_0x3b82f2[_0x1f2ce0(0x111)](require,_0x3b82f2[_0x1f2ce0(0x10c)]),{isUndefined:_0x3e0ed5,isBrowserstackInfra:_0x34546c}=_0x3b82f2[_0x1f2ce0(0x15b)](require,_0x3b82f2[_0x1f2ce0(0x1dc)]);if(!_0x3b82f2['kYzRT'](_0x5fba65))return logger[_0x1f2ce0(0x280)](_0x3b82f2[_0x1f2ce0(0x292)]),![];if(!(_0x1f7119[_0x1f2ce0(0x252)]&&_0x3b82f2[_0x1f2ce0(0x2af)](_0x1f7119[_0x1f2ce0(0x252)][_0x1f2ce0(0x1bf)](),_0x3b82f2[_0x1f2ce0(0x1e0)])||_0x1f7119[_0x1f2ce0(0x252)]&&_0x3b82f2['rwkVT'](_0x1f7119['browserName'][_0x1f2ce0(0x1bf)](),_0x3b82f2[_0x1f2ce0(0x1b1)])||_0x1f7119[_0x1f2ce0(0x173)]&&_0x3b82f2[_0x1f2ce0(0x2b1)](_0x1f7119[_0x1f2ce0(0x173)]['toLowerCase'](),_0x3b82f2[_0x1f2ce0(0x1e0)])||_0x1f7119[_0x1f2ce0(0x173)]&&_0x3b82f2[_0x1f2ce0(0x11f)](_0x1f7119[_0x1f2ce0(0x173)][_0x1f2ce0(0x1bf)](),_0x3b82f2[_0x1f2ce0(0x1b1)])))return logger[_0x1f2ce0(0x13c)](_0x3b82f2[_0x1f2ce0(0x216)]),![];try{const _0x3f2b30=_0x1f7119[_0x1f2ce0(0x20e)],_0x4bef7d=_0x3b82f2[_0x1f2ce0(0x181)](_0x3f2b30,!![])||_0x3b82f2['XiCCN'](_0x3f2b30,_0x3b82f2[_0x1f2ce0(0x18e)])||_0x3b82f2[_0x1f2ce0(0x14b)](typeof _0x3f2b30,_0x3b82f2[_0x1f2ce0(0x25c)])&&_0x3b82f2[_0x1f2ce0(0x283)](_0x3f2b30['toLowerCase'](),_0x3b82f2[_0x1f2ce0(0x18e)]);if(_0x4bef7d)return logger[_0x1f2ce0(0x13c)](_0x3b82f2['oJcKU']),![];const _0x169673=_0x1f7119?.[_0x1f2ce0(0x17c)]?.[_0x1f2ce0(0x2d0)]||_0x1f7119?.[_0x3b82f2[_0x1f2ce0(0x25a)]]?.[_0x1f2ce0(0x2d0)]||[];if(Array[_0x1f2ce0(0x142)](_0x169673)&&_0x169673[_0x1f2ce0(0x10e)](_0x48ade8=>typeof _0x48ade8===_0x1f2ce0(0x2b7)&&(_0x48ade8===_0x1f2ce0(0x28b)||_0x48ade8[_0x1f2ce0(0x2d9)]('--headless=')&&_0x48ade8!=='--headless=new')))return logger[_0x1f2ce0(0x13c)](_0x3b82f2[_0x1f2ce0(0x143)]),![];}catch(_0x15e52f){logger['debug'](_0x1f2ce0(0x13b)+util[_0x1f2ce0(0x2a9)](_0x15e52f));}if(!_0x3b82f2[_0x1f2ce0(0x121)](_0x34546c)){if(!_0x3b82f2[_0x1f2ce0(0x213)](_0x3b82f2[_0x1f2ce0(0x111)](parseFloat,_0x1f7119[_0x1f2ce0(0x1eb)]),_0x3b82f2['cekig'](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x1f2ce0(0x13c)](_0x3b82f2['wFYxd']),![];}else{if(_0x3b82f2['ZzSuI'](_0x1f7119[_0x1f2ce0(0x1eb)],_0x3b82f2[_0x1f2ce0(0x224)])&&!_0x3b82f2['CNlDv'](_0x3b82f2[_0x1f2ce0(0x267)](parseFloat,_0x1f7119[_0x1f2ce0(0x1eb)]),_0x3b82f2[_0x1f2ce0(0x15b)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x1f2ce0(0x13c)](_0x3b82f2[_0x1f2ce0(0x264)]),![];}return!![];}catch(_0x43dd44){return logger['debug'](_0x1f2ce0(0x276)+_0x43dd44[_0x1f2ce0(0x148)]),![];}}['isEnabledTestcase'](_0x2053b6=[],_0x339cb5,_0x4fd446=a80_0x192187(0x153)){const _0x484dda=a80_0x192187,_0x27d56a={'NNGeZ':function(_0x57480a,_0x5aad70){return _0x57480a===_0x5aad70;},'QHbWm':_0x484dda(0x16d),'EyLUs':function(_0x551bb7,_0x52b412){return _0x551bb7||_0x52b412;},'rcyYk':function(_0x1f4e02,_0x24be7b){return _0x1f4e02===_0x24be7b;},'YJOjb':function(_0x9ab6ec,_0x52b939){return _0x9ab6ec&&_0x52b939;},'dqAqP':_0x484dda(0x1bb),'hpTsW':function(_0x533df1,_0x4b85c3){return _0x533df1(_0x4b85c3);},'HyfOs':function(_0x29fa0a,_0x1f4223){return _0x29fa0a>_0x1f4223;},'EAWKn':function(_0x369f92,_0x29d733){return _0x369f92&&_0x29d733;}};try{const _0x2b372a=process['env'][_0x484dda(0x235)]?JSON['parse'](process[_0x484dda(0x16c)][_0x484dda(0x235)]):null;if(!_0x2b372a)return!![];const _0x3cdac0=Array[_0x484dda(0x142)](_0x2b372a['includeTagsInTestingScope'])?_0x2b372a[_0x484dda(0x20d)]:[],_0x13cacc=Array['isArray'](_0x2b372a[_0x484dda(0x1ae)])?_0x2b372a[_0x484dda(0x1ae)]:[];if(_0x27d56a[_0x484dda(0x19e)](_0x4fd446,_0x27d56a['QHbWm'])){let _0x51a2e0;Array['isArray'](_0x2053b6)?_0x51a2e0=_0x2053b6[_0x484dda(0x285)]('\x20'):_0x51a2e0=_0x27d56a[_0x484dda(0x21d)](_0x2053b6,'');const _0x3c7c8f=_0x13cacc[_0x484dda(0x10e)](_0x5615df=>_0x51a2e0[_0x484dda(0x271)](_0x5615df)),_0x3f7524=_0x27d56a['rcyYk'](_0x3cdac0[_0x484dda(0x16b)],0x0)||_0x3cdac0[_0x484dda(0x10e)](_0x7a0cb6=>_0x51a2e0['includes'](_0x7a0cb6)),_0x301694=_0x27d56a[_0x484dda(0x1d5)](!_0x3c7c8f,_0x3f7524);return logger[_0x484dda(0x280)](_0x484dda(0x17b)+(_0x339cb5?.['getPlatformIndex']?.()||_0x27d56a[_0x484dda(0x194)])+_0x484dda(0x237)+_0x301694+_0x484dda(0x206)+_0x51a2e0+_0x484dda(0x229)+JSON['stringify'](_0x3cdac0)+_0x484dda(0x17d)+JSON['stringify'](_0x13cacc)),_0x301694;}const _0x55b536=Array[_0x484dda(0x142)](_0x2053b6)?_0x2053b6:[];let _0x181232=![],_0x4514b9=_0x27d56a['rcyYk'](_0x3cdac0[_0x484dda(0x16b)],0x0);const _0x1e3e85=_0x412b51=>typeof _0x412b51===_0x484dda(0x2b7)?_0x412b51[_0x484dda(0x259)](/^@/,'')['toLowerCase']()[_0x484dda(0x286)]():_0x412b51,_0xa54240=new Set(_0x3cdac0['map'](_0x1e3e85)),_0x1a4329=new Set(_0x13cacc[_0x484dda(0x1f9)](_0x1e3e85));for(const _0x1095c4 of _0x55b536){const _0x512eee=_0x27d56a['hpTsW'](_0x1e3e85,_0x1095c4);_0x1a4329[_0x484dda(0x275)](_0x512eee)&&(_0x181232=!![]),_0x27d56a[_0x484dda(0x10a)](_0xa54240[_0x484dda(0x1f8)],0x0)&&_0xa54240[_0x484dda(0x275)](_0x512eee)&&(_0x4514b9=!![]);}const _0x128ad3=_0x27d56a[_0x484dda(0x1cc)](_0x4514b9,!_0x181232);return logger[_0x484dda(0x280)]('[platform\x20-\x20'+(_0x339cb5?.[_0x484dda(0x261)]?.()||_0x27d56a[_0x484dda(0x194)])+_0x484dda(0x1f4)+_0x128ad3+_0x484dda(0x210)+JSON['stringify'](_0x55b536)+',\x20includeTags='+JSON['stringify'](_0x3cdac0)+_0x484dda(0x17d)+JSON[_0x484dda(0x24d)](_0x13cacc)),_0x128ad3;}catch(_0x20de1e){return logger[_0x484dda(0x280)](_0x484dda(0x17b)+(_0x339cb5?.['getPlatformIndex']?.()||_0x27d56a[_0x484dda(0x194)])+_0x484dda(0x253)+_0x20de1e[_0x484dda(0x148)]),![];}}async['onBeforeTest'](_0xbc85a7){const _0x199562=a80_0x192187,_0x1464ab={};_0x1464ab[_0x199562(0x2a3)]=function(_0x29a734,_0x2de23a){return _0x29a734!==_0x2de23a;},_0x1464ab[_0x199562(0x126)]='cucumber',_0x1464ab[_0x199562(0x254)]=_0x199562(0x16d),_0x1464ab['aIato']=_0x199562(0x26b),_0x1464ab[_0x199562(0x2b3)]='TEST_INIT',_0x1464ab[_0x199562(0x1c1)]=_0x199562(0x196),_0x1464ab[_0x199562(0x202)]=_0x199562(0x2c5),_0x1464ab[_0x199562(0x2bb)]=_0x199562(0x1b8),_0x1464ab[_0x199562(0x120)]=function(_0xcd3eb4,_0x16fe38){return _0xcd3eb4===_0x16fe38;},_0x1464ab[_0x199562(0x1c5)]=_0x199562(0x226),_0x1464ab[_0x199562(0x1da)]=_0x199562(0x1ee),_0x1464ab[_0x199562(0x21b)]=function(_0xf68697,_0x2238b2){return _0xf68697>_0x2238b2;},_0x1464ab[_0x199562(0x230)]=_0x199562(0x1c2),_0x1464ab['ugEcd']=_0x199562(0x1d7),_0x1464ab['pUwKN']=function(_0x4f270c,_0xc5903c){return _0x4f270c&&_0xc5903c;},_0x1464ab[_0x199562(0x257)]='unknown',_0x1464ab[_0x199562(0x215)]=_0x199562(0x1bc);const _0x21d224=_0x1464ab;if(_0x21d224[_0x199562(0x2a3)](_0xbc85a7[_0x199562(0x1fe)],_0x21d224['pbmmJ'])&&_0x21d224[_0x199562(0x2a3)](_0xbc85a7[_0x199562(0x1fe)],_0x21d224[_0x199562(0x254)])){logger[_0x199562(0x280)](_0x21d224[_0x199562(0x1e8)]);return;}logger[_0x199562(0x184)]('onBeforeTest:\x20event='+JSON[_0x199562(0x24d)](_0xbc85a7));try{const _0x27598=AutomationFramework[_0x199562(0x2a5)](),_0x31f19b=TestFramework[_0x199562(0x2a5)](),_0x467067=_0xbc85a7[_0x199562(0x240)]||global['__workerDetails']?.['pwPage']||null;if(!_0x467067){_0x31f19b&&_0x31f19b[_0x199562(0x2d5)](_0x21d224[_0x199562(0x2b3)],!![]);logger[_0x199562(0x280)](_0x21d224[_0x199562(0x1c1)]);return;}logger['debug'](_0x21d224[_0x199562(0x202)]);const _0x598f3e=_0x31f19b?.['getData'](_0x21d224[_0x199562(0x2bb)],![]),_0x2305c4=_0x31f19b?.[_0x199562(0x116)](_0x21d224[_0x199562(0x2b3)],![]);if(_0x21d224['BxCdk'](_0x598f3e,![])&&_0x21d224[_0x199562(0x120)](_0x2305c4,![])){_0x31f19b&&_0x31f19b['updateData'](_0x21d224[_0x199562(0x2bb)],!![]);logger[_0x199562(0x280)](_0x21d224[_0x199562(0x1c5)]);return;}_0x31f19b&&_0x31f19b[_0x199562(0x2d5)](_0x21d224[_0x199562(0x2b3)],!![]);let _0x2a7e3a,_0xd929f5;const _0x2708aa=_0xbc85a7[_0x199562(0x1fe)]||_0x21d224[_0x199562(0x126)];if(_0x21d224[_0x199562(0x120)](_0x2708aa,_0x21d224[_0x199562(0x254)])){_0xd929f5=_0xbc85a7[_0x199562(0x251)]?.[_0x199562(0x228)]||_0xbc85a7[_0x199562(0x251)]?.['id']||global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x199562(0x29f)]?.['testAnalyticsId']||global[_0x199562(0x29d)]?.[_0x199562(0x29f)]?.['id'];const _0x364ce0=_0x31f19b?.[_0x199562(0x1db)]()?.['get'](_0xd929f5);if(_0x364ce0&&_0x364ce0[TestFrameworkConstants['KEY_TEST_NAME']])_0x2a7e3a=_0x364ce0[TestFrameworkConstants[_0x199562(0x28d)]];else{if(_0xbc85a7[_0x199562(0x251)]?.[_0x199562(0x270)])_0x2a7e3a=_0xbc85a7['testInfo'][_0x199562(0x270)];else global[_0x199562(0x29d)]?.[_0x199562(0x29f)]?.['testInfo']?.[_0x199562(0x270)]?_0x2a7e3a=global[_0x199562(0x29d)]['currentTest'][_0x199562(0x251)][_0x199562(0x270)]:_0x2a7e3a=_0x21d224[_0x199562(0x1da)];}logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0xd929f5+_0x199562(0x206)+JSON[_0x199562(0x24d)](_0x2a7e3a));}else{_0xd929f5=this[_0x199562(0x131)](_0xbc85a7);const _0x5da86e=TestInfo[_0x199562(0x2bd)](_0xd929f5);let _0x36ae3d=[];if(_0x5da86e&&Array[_0x199562(0x142)](_0x5da86e[_0x199562(0x1d7)])&&_0x21d224['YRmeh'](_0x5da86e['test_tags'][_0x199562(0x16b)],0x0))_0x36ae3d=_0x5da86e[_0x199562(0x1d7)];else{if(_0x31f19b){const _0x28f2b5=_0x21d224[_0x199562(0x120)](typeof _0x31f19b[_0x199562(0x116)],_0x21d224[_0x199562(0x230)])?_0x31f19b[_0x199562(0x116)](_0x21d224[_0x199562(0x1b6)],[]):_0x31f19b[_0x199562(0x1d7)]||[];Array[_0x199562(0x142)](_0x28f2b5)&&(_0x36ae3d=_0x28f2b5);}}_0x2a7e3a=_0x36ae3d;}logger[_0x199562(0x184)]('test-tags-->\x20'+JSON['stringify'](_0x2a7e3a));const _0x20b7ac=this[_0x199562(0x2cb)](_0x27598,_0xbc85a7['platformCaps'],_0xbc85a7[_0x199562(0x2c2)]);logger[_0x199562(0x280)](_0x199562(0x201)+_0x20b7ac+',\x20isAppAccessibility='+this[_0x199562(0x1f6)]);const _0x2d5262=this[_0x199562(0x19c)](_0x2a7e3a,_0x27598,_0x2708aa),_0x54ed5d=_0x21d224[_0x199562(0x23c)](_0x20b7ac,_0x2d5262),_0x41e3a7=CLIUtils[_0x199562(0x297)]();this[_0x199562(0x2b5)][_0x199562(0x118)](_0x41e3a7,_0x54ed5d),global[_0x199562(0x238)]?.[_0x199562(0x2cf)]&&global[_0x199562(0x238)]['getContext']()['setShouldScan'](_0x54ed5d),logger[_0x199562(0x280)](_0x199562(0x17b)+(_0x27598?.['getPlatformIndex']?.()||_0x21d224[_0x199562(0x257)])+_0x199562(0x298)+_0x54ed5d),_0x54ed5d?(global[_0x199562(0x108)]=!![],process[_0x199562(0x16c)][_0x199562(0x2cc)]=_0x21d224['hNjZK'],this['applySendMessageToServerPatch']()):global[_0x199562(0x108)]=![];}catch(_0x2253b5){logger['error'](_0x199562(0x1e3)+(_0x2253b5[_0x199562(0x188)]||_0x2253b5[_0x199562(0x148)]));const _0x4af8ef=CLIUtils[_0x199562(0x297)]();this['accessibility'][_0x199562(0x118)](_0x4af8ef,![]),global[_0x199562(0x108)]=![];}}[a80_0x192187(0x290)](){const _0x9d1347=a80_0x192187;return this['capabilities'][_0x9d1347(0x245)](_0x56277e=>_0x56277e[_0x9d1347(0x22e)]()===_0x9d1347(0x1cd))?.['getValue']()||'';}[a80_0x192187(0x2c4)](_0x525a0b){const _0x131541=a80_0x192187;try{const _0xe3b33d=this[_0x131541(0x185)]?.[_0x131541(0x2d2)]?.[_0x131541(0x1fb)]||[],_0xaa57a6=_0xe3b33d[_0x131541(0x245)](_0x510a29=>_0x510a29['name']===_0x525a0b);return _0xaa57a6?_0xaa57a6[_0x131541(0x1e6)]:null;}catch(_0x5f2e2c){return logger['debug'](_0x131541(0x169)+_0x525a0b+':\x20'+_0x5f2e2c[_0x131541(0x148)]),null;}}async[a80_0x192187(0x287)](_0x4581c7,_0x44b9c5){const _0x1c1e54=a80_0x192187,_0x43ea3e=_0x4581c7[_0x1c1e54(0x1c8)]()[_0x1c1e54(0x2a6)](),_0x25fc2c=_0x43ea3e[_0x1c1e54(0x1ed)](),_0x126da7=_0x43ea3e['getCommandsToWrap']()?.[_0x1c1e54(0x209)]();scripts[_0x1c1e54(0x22a)](_0x25fc2c,_0x126da7),scripts[_0x1c1e54(0x272)]();const _0x300bd8=_0x43ea3e['getCapabilitiesList']();this['capabilities']=_0x43ea3e[_0x1c1e54(0x124)](),await this[_0x1c1e54(0x222)](_0x300bd8,_0x44b9c5[_0x1c1e54(0x2c2)]);}async['setAccessibilityToken'](_0x58663d,_0x11944b={}){const _0x1b9835=a80_0x192187,_0x4458f6={};_0x4458f6[_0x1b9835(0x19a)]=function(_0x327ffe,_0x30af93){return _0x327ffe===_0x30af93;},_0x4458f6[_0x1b9835(0x258)]=_0x1b9835(0x268),_0x4458f6[_0x1b9835(0x11d)]=_0x1b9835(0x112),_0x4458f6['kyrpd']=_0x1b9835(0x24c),_0x4458f6[_0x1b9835(0x1ce)]='browserstack.accessibilityOptions.wcagVersion',_0x4458f6[_0x1b9835(0x192)]=function(_0x56bb34,_0x4452cb){return _0x56bb34===_0x4452cb;},_0x4458f6[_0x1b9835(0x1f7)]=_0x1b9835(0x168),_0x4458f6['TJIGF']=_0x1b9835(0x176),_0x4458f6['HSHuv']=function(_0xd68a0f,_0x28f616){return _0xd68a0f===_0x28f616;},_0x4458f6[_0x1b9835(0x13e)]=_0x1b9835(0x171),_0x4458f6[_0x1b9835(0x2a4)]=_0x1b9835(0x223);const _0x31c576=_0x4458f6;global[_0x1b9835(0x232)]=global['__accessibilityOptions']||{};for(const _0x1ad393 of _0x58663d){logger[_0x1b9835(0x184)](_0x1b9835(0x1d9)+_0x1ad393['getName']()+_0x1b9835(0x175)+_0x1ad393['getValue']());if(_0x31c576[_0x1b9835(0x19a)](_0x1ad393[_0x1b9835(0x22e)](),_0x31c576[_0x1b9835(0x258)]))process[_0x1b9835(0x16c)][_0x1b9835(0x199)]=_0x1ad393[_0x1b9835(0x296)](),global[_0x1b9835(0x232)][_0x31c576['TiwBe']]=_0x1ad393[_0x1b9835(0x296)]();else{if(_0x31c576[_0x1b9835(0x19a)](_0x1ad393['getName'](),_0x31c576['kyrpd']))global['__accessibilityOptions'][_0x31c576[_0x1b9835(0x1ce)]]=_0x1ad393['getValue']();else{if(_0x31c576[_0x1b9835(0x192)](_0x1ad393[_0x1b9835(0x22e)](),_0x31c576[_0x1b9835(0x1f7)]))global[_0x1b9835(0x232)][_0x31c576[_0x1b9835(0x2c1)]]=_0x1ad393['getValue']();else _0x31c576[_0x1b9835(0x207)](_0x1ad393[_0x1b9835(0x22e)](),_0x31c576[_0x1b9835(0x13e)])&&(global[_0x1b9835(0x232)][_0x31c576[_0x1b9835(0x2a4)]]=_0x1ad393[_0x1b9835(0x296)]());}}}}async['onAfterTest'](_0x42fd04){const _0x3b67eb=a80_0x192187,_0x2cd9a2={};_0x2cd9a2[_0x3b67eb(0x1bd)]=function(_0x52ba68,_0x17d332){return _0x52ba68!==_0x17d332;},_0x2cd9a2[_0x3b67eb(0x134)]=_0x3b67eb(0x153),_0x2cd9a2['hxETU']=function(_0xf75e6f,_0x53c3ce){return _0xf75e6f!==_0x53c3ce;},_0x2cd9a2[_0x3b67eb(0x11b)]=_0x3b67eb(0x16d),_0x2cd9a2[_0x3b67eb(0x161)]=_0x3b67eb(0x13a),_0x2cd9a2[_0x3b67eb(0x231)]='unknown';const _0x5c0a61=_0x2cd9a2;if(_0x5c0a61[_0x3b67eb(0x1bd)](_0x42fd04[_0x3b67eb(0x1fe)],_0x5c0a61[_0x3b67eb(0x134)])&&_0x5c0a61[_0x3b67eb(0x27b)](_0x42fd04['testFramework'],_0x5c0a61['Cervu'])){logger[_0x3b67eb(0x280)](_0x5c0a61[_0x3b67eb(0x161)]);return;}const _0x1fc680=_0x42fd04[_0x3b67eb(0x251)]?.[_0x3b67eb(0x228)]||_0x42fd04['testInfo']?.['id']||global[_0x3b67eb(0x195)];logger[_0x3b67eb(0x184)](_0x3b67eb(0x220)+_0x42fd04['testFramework']+_0x3b67eb(0x1e5)+_0x1fc680);try{const _0x221cf0=_0x42fd04[_0x3b67eb(0x1af)]||AutomationFramework[_0x3b67eb(0x2a5)](),_0x249bdf=CLIUtils[_0x3b67eb(0x297)](),_0x3d89ac=this[_0x3b67eb(0x128)]();logger[_0x3b67eb(0x280)](_0x3b67eb(0x17b)+(_0x221cf0?.['getPlatformIndex']?.()||_0x5c0a61['TZWTT'])+_0x3b67eb(0x2d1)+_0x3d89ac),_0x3d89ac&&await this['stopTestCapture'](_0x221cf0,_0x42fd04),this[_0x3b67eb(0x2b5)][_0x3b67eb(0x113)](_0x249bdf),this[_0x3b67eb(0x12b)][_0x3b67eb(0x113)](_0x249bdf);}catch(_0x396f46){logger[_0x3b67eb(0x122)](_0x3b67eb(0x1d8)+(_0x396f46[_0x3b67eb(0x188)]||_0x396f46[_0x3b67eb(0x148)]));}}async[a80_0x192187(0x204)](_0x29b579,_0x4c62d9){const _0x4e3089=a80_0x192187,_0x3219c5={};_0x3219c5[_0x4e3089(0x1be)]=function(_0xcaac69,_0x5068aa){return _0xcaac69===_0x5068aa;},_0x3219c5['wqRth']='function',_0x3219c5[_0x4e3089(0x2b0)]='jest',_0x3219c5[_0x4e3089(0x1de)]=_0x4e3089(0x153),_0x3219c5[_0x4e3089(0x157)]=function(_0x26e37a,_0xdedc76){return _0x26e37a===_0xdedc76;},_0x3219c5['ywPge']=_0x4e3089(0x2a2),_0x3219c5[_0x4e3089(0x114)]=_0x4e3089(0x2b5),_0x3219c5['moFbJ']='saveResults',_0x3219c5[_0x4e3089(0x2ae)]=_0x4e3089(0x1bb),_0x3219c5[_0x4e3089(0x214)]=_0x4e3089(0x16e),_0x3219c5[_0x4e3089(0x28f)]=_0x4e3089(0x23b),_0x3219c5['XtYLc']=function(_0x3f5ba5,_0x3c281f){return _0x3f5ba5===_0x3c281f;},_0x3219c5['bTWKU']=function(_0x4b126d,_0x240b76){return _0x4b126d||_0x240b76;},_0x3219c5[_0x4e3089(0x24f)]=function(_0x2af542,_0x23594e){return _0x2af542||_0x23594e;},_0x3219c5[_0x4e3089(0x260)]=function(_0x3f2d7a,_0x475f5b){return _0x3f2d7a||_0x475f5b;},_0x3219c5[_0x4e3089(0x1fd)]='AUTOMATION_SESSIONS',_0x3219c5[_0x4e3089(0x1e2)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x2ff70b=_0x3219c5;try{const _0x4a163a=_0x4c62d9[_0x4e3089(0x1fe)]||(_0x2ff70b[_0x4e3089(0x1be)](this[_0x4e3089(0x10b)]?.[_0x4e3089(0x19b)]?.[_0x4e3089(0x1bf)](),_0x2ff70b[_0x4e3089(0x2b0)])?_0x2ff70b[_0x4e3089(0x2b0)]:_0x2ff70b[_0x4e3089(0x1de)]);let _0x3fafed='',_0x2e66b1=null,_0x557603=null;if(_0x2ff70b[_0x4e3089(0x157)](_0x4a163a,_0x2ff70b[_0x4e3089(0x2b0)])){_0x2e66b1=_0x4c62d9[_0x4e3089(0x251)]?.['testAnalyticsId']||_0x4c62d9[_0x4e3089(0x251)]?.['id']||global[_0x4e3089(0x195)];if(!_0x2e66b1){logger[_0x4e3089(0x13c)](_0x2ff70b[_0x4e3089(0x1e7)]);return;}try{const _0x575980=await GrpcClient[_0x4e3089(0x2ab)]()[_0x4e3089(0x1c3)](process[_0x4e3089(0x16c)][_0x4e3089(0x14c)],_0x2ff70b[_0x4e3089(0x114)],_0x2ff70b[_0x4e3089(0x22c)],_0x2e66b1),_0x31d38e=AccessibilityModule[_0x4e3089(0x149)](null,_0x575980);_0x3fafed=_0x31d38e?.[_0x4e3089(0x269)]||'',logger[_0x4e3089(0x280)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x3fafed+'\x20from\x20testIdentifier='+_0x2e66b1),_0x557603=_0x575980;}catch(_0x2764b6){logger['error'](_0x4e3089(0x262)+_0x2764b6[_0x4e3089(0x148)]);return;}}else{const _0x44535f=this['getTestId'](_0x4c62d9);_0x3fafed=TestInfo['getTestUUID'](_0x44535f);}const _0x220cb3=((()=>{const _0xf2e71f=_0x4e3089,_0x5cec3c=(this[_0xf2e71f(0x185)]?.[_0xf2e71f(0x2d2)]?.[_0xf2e71f(0x1fb)]||[])['find'](_0x420780=>(typeof _0x420780[_0xf2e71f(0x22e)]==='function'?_0x420780[_0xf2e71f(0x22e)]():_0x420780[_0xf2e71f(0x19b)])===this['KEY_TESTHUB_BUILD_ID']);return _0x5cec3c?_0x2ff70b[_0xf2e71f(0x1be)](typeof _0x5cec3c[_0xf2e71f(0x296)],_0x2ff70b['wqRth'])?_0x5cec3c['getValue']():_0x5cec3c[_0xf2e71f(0x1e6)]:'';})()),_0x42c88b=process[_0x4e3089(0x16c)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x4e3089(0x280)]('[platform\x20-\x20'+(_0x29b579?.['getPlatformIndex']?.()||_0x2ff70b[_0x4e3089(0x2ae)])+_0x4e3089(0x1a1)+_0x3fafed+_0x4e3089(0x16a)+_0x220cb3+'\x20a11yToken='+(_0x42c88b?_0x2ff70b['zOUjJ']:_0x2ff70b[_0x4e3089(0x28f)]));let _0x39fa73;if(_0x2ff70b['XtYLc'](_0x4a163a,_0x2ff70b[_0x4e3089(0x2b0)]))_0x39fa73=AccessibilityModule[_0x4e3089(0x149)](_0x3fafed,_0x557603);else{const _0x273556=await GrpcClient[_0x4e3089(0x2ab)]()[_0x4e3089(0x1c3)](process['env'][_0x4e3089(0x14c)],_0x2ff70b[_0x4e3089(0x114)],_0x2ff70b['moFbJ']);_0x39fa73=AccessibilityModule[_0x4e3089(0x149)](_0x3fafed,_0x273556);}logger[_0x4e3089(0x280)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x4e3089(0x24d)](_0x39fa73));const _0x406e9e=Object['assign']({},{'thTestRunUuid':_0x2ff70b[_0x4e3089(0x25e)](_0x3fafed,''),'thBuildUuid':_0x2ff70b[_0x4e3089(0x24f)](_0x220cb3,''),'thJwtToken':_0x2ff70b[_0x4e3089(0x260)](_0x42c88b,'')},_0x39fa73);logger[_0x4e3089(0x280)]('[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid='+_0x3fafed+_0x4e3089(0x1c4)+this[_0x4e3089(0x1f6)]);let _0x4ff6fd=global[_0x4e3089(0x29d)]?.[_0x4e3089(0x1dd)]||null;!_0x4ff6fd&&(_0x4ff6fd=AutomationFramework[_0x4e3089(0x1c7)](_0x29b579,_0x2ff70b['FMarr'],null)),!_0x4ff6fd&&(_0x4ff6fd=AutomationFramework[_0x4e3089(0x1c7)](_0x29b579,_0x2ff70b[_0x4e3089(0x1e2)],null)),await this['finishScanningForCli'](this[_0x4e3089(0x128)](),_0x3fafed,_0x4ff6fd,_0x406e9e,this['isAppAccessibility']);}catch(_0x59d408){logger[_0x4e3089(0x122)](_0x4e3089(0x1aa)+(_0x59d408['stack']||_0x59d408[_0x4e3089(0x148)]));}}async[a80_0x192187(0x18d)](_0x181e72,_0x3e9411,_0x1b4d33,_0x1af871,_0x36ec4a){const _0x5f3eb3=a80_0x192187,_0x59b631={};_0x59b631[_0x5f3eb3(0x20f)]=_0x5f3eb3(0x2c0),_0x59b631[_0x5f3eb3(0x27f)]=function(_0x137321,_0x400008){return _0x137321&&_0x400008;},_0x59b631[_0x5f3eb3(0x265)]=_0x5f3eb3(0x2d3),_0x59b631[_0x5f3eb3(0x1ca)]=function(_0x164083,_0x2aece8){return _0x164083===_0x2aece8;},_0x59b631[_0x5f3eb3(0x193)]=_0x5f3eb3(0x23b),_0x59b631[_0x5f3eb3(0x117)]=function(_0x2b7f33,_0x20ba4b){return _0x2b7f33===_0x20ba4b;},_0x59b631[_0x5f3eb3(0x2c7)]=_0x5f3eb3(0x234),_0x59b631[_0x5f3eb3(0x16f)]=_0x5f3eb3(0x23e),_0x59b631[_0x5f3eb3(0x1f1)]=_0x5f3eb3(0x281),_0x59b631[_0x5f3eb3(0x1cf)]=_0x5f3eb3(0x151),_0x59b631['eLvND']=_0x5f3eb3(0x242),_0x59b631[_0x5f3eb3(0x22d)]='a11y:save-results',_0x59b631[_0x5f3eb3(0x1a8)]=_0x5f3eb3(0x12a);const _0x32466a=_0x59b631;try{const _0x2151d6=this[_0x5f3eb3(0x1d3)](_0x32466a[_0x5f3eb3(0x20f)]);if(_0x32466a['VtlRD'](!_0x36ec4a,!_0x2151d6)){logger[_0x5f3eb3(0x280)](_0x32466a[_0x5f3eb3(0x265)]);return;}if(!_0x3e9411||_0x32466a[_0x5f3eb3(0x1ca)](_0x3e9411,_0x32466a['gyQWQ'])||_0x32466a[_0x5f3eb3(0x117)](_0x3e9411,'')){logger[_0x5f3eb3(0x280)](_0x32466a['FcDRK']);return;}logger[_0x5f3eb3(0x280)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON[_0x5f3eb3(0x24d)](_0x1af871)),_0x181e72&&(logger[_0x5f3eb3(0x280)](_0x32466a['Flsvm']),await this[_0x5f3eb3(0x23a)](_0x1b4d33,_0x3e9411,_0x32466a[_0x5f3eb3(0x1f1)],_0x1af871,_0x36ec4a,_0x32466a['iqChz']),_0x32466a[_0x5f3eb3(0x27f)](!_0x36ec4a,_0x2151d6)&&(logger[_0x5f3eb3(0x280)](_0x32466a[_0x5f3eb3(0x146)]),await PerformanceTester[_0x5f3eb3(0x2d4)](_0x32466a[_0x5f3eb3(0x22d)],async()=>{const _0x3bcd70=_0x5f3eb3;await this[_0x3bcd70(0x23a)](_0x1b4d33,_0x3e9411,_0x32466a[_0x3bcd70(0x20f)],_0x1af871,_0x36ec4a,_0x32466a[_0x3bcd70(0x20f)]);})()),logger['info'](_0x32466a[_0x5f3eb3(0x1a8)]));}catch(_0x165140){logger[_0x5f3eb3(0x122)](_0x5f3eb3(0x24a)+(_0x165140[_0x5f3eb3(0x188)]||_0x165140[_0x5f3eb3(0x148)]));}}async[a80_0x192187(0x20a)](_0x5c7db){const _0x59c7f3=a80_0x192187,_0xdaa8c2={};_0xdaa8c2['Ooewv']=function(_0x61630b,_0xabea25){return _0x61630b!==_0xabea25;},_0xdaa8c2[_0x59c7f3(0x17e)]=_0x59c7f3(0x153),_0xdaa8c2[_0x59c7f3(0x1d1)]=function(_0xe36be8,_0x5383f8){return _0xe36be8!==_0x5383f8;},_0xdaa8c2[_0x59c7f3(0x18b)]=_0x59c7f3(0x16d),_0xdaa8c2[_0x59c7f3(0x18f)]=_0x59c7f3(0x274),_0xdaa8c2[_0x59c7f3(0x1c9)]=_0x59c7f3(0x1bb),_0xdaa8c2['YQsIM']=_0x59c7f3(0x139),_0xdaa8c2['EFVVM']=function(_0x571ddf,_0x4d2cbc){return _0x571ddf===_0x4d2cbc;},_0xdaa8c2['AHLSS']=_0x59c7f3(0x1e1),_0xdaa8c2['ulWGV']=_0x59c7f3(0x2b5),_0xdaa8c2[_0x59c7f3(0x2a1)]=_0x59c7f3(0x132),_0xdaa8c2['eILDN']=_0x59c7f3(0x2be),_0xdaa8c2[_0x59c7f3(0x27e)]='testhub_build_uuid',_0xdaa8c2[_0x59c7f3(0x1d0)]=_0x59c7f3(0x151),_0xdaa8c2[_0x59c7f3(0x1ff)]='null';const _0x29346a=_0xdaa8c2;if(_0x29346a[_0x59c7f3(0x27c)](_0x5c7db[_0x59c7f3(0x1fe)],_0x29346a[_0x59c7f3(0x17e)])&&_0x29346a[_0x59c7f3(0x1d1)](_0x5c7db['testFramework'],_0x29346a['aknck'])){logger[_0x59c7f3(0x280)](_0x29346a[_0x59c7f3(0x18f)]);return;}logger[_0x59c7f3(0x280)]('onBeforeExecute:\x20command='+(_0x5c7db['commandName']||_0x29346a['ZRfKg'])+_0x59c7f3(0x293)+_0x5c7db['testFramework']);try{const _0x365f50=_0x5c7db[_0x59c7f3(0x1af)]||AutomationFramework[_0x59c7f3(0x2a5)](),_0x2ff793=TestFramework['getTrackedInstance'](),_0x4ec1ab=_0x5c7db[_0x59c7f3(0x1a7)]||_0x5c7db[_0x59c7f3(0x291)]?.[_0x59c7f3(0x22e)]();if(!_0x4ec1ab){logger[_0x59c7f3(0x280)](_0x29346a['YQsIM']);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x59c7f3(0x280)](_0x59c7f3(0x2b4)+_0x4ec1ab);return;}if(!this[_0x59c7f3(0x219)](_0x4ec1ab)){logger[_0x59c7f3(0x280)](_0x59c7f3(0x166)+_0x4ec1ab+_0x59c7f3(0x29c));return;}const _0xbda96a=_0x5c7db[_0x59c7f3(0x240)]||global[_0x59c7f3(0x29d)]?.[_0x59c7f3(0x1dd)];if(!_0xbda96a){logger['debug']('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x4ec1ab);return;}let _0x1d13b6='',_0x1f2299=null;if(_0x29346a[_0x59c7f3(0x266)](_0x5c7db[_0x59c7f3(0x1fe)],_0x29346a[_0x59c7f3(0x18b)])){_0x1f2299=_0x5c7db['testInfo']?.[_0x59c7f3(0x228)]||_0x5c7db[_0x59c7f3(0x251)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x1f2299){logger[_0x59c7f3(0x13c)](_0x29346a['AHLSS']);return;}try{const _0x59ffba=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x59c7f3(0x16c)][_0x59c7f3(0x14c)],_0x29346a[_0x59c7f3(0x2c8)],_0x29346a[_0x59c7f3(0x2a1)],_0x1f2299),_0x24bc6a=AccessibilityModule[_0x59c7f3(0x149)](null,_0x59ffba);_0x1d13b6=_0x24bc6a?.['thTestRunUuid']||'',logger[_0x59c7f3(0x280)](_0x59c7f3(0x241)+_0x1d13b6+_0x59c7f3(0x2c6)+_0x1f2299);}catch(_0x249754){logger[_0x59c7f3(0x122)](_0x59c7f3(0x28e)+_0x249754[_0x59c7f3(0x148)]);return;}}else _0x1d13b6=this[_0x59c7f3(0x2c4)](_0x29346a[_0x59c7f3(0x15d)])||'';const _0x2778e0=this[_0x59c7f3(0x2c4)](_0x29346a[_0x59c7f3(0x27e)])||this[_0x59c7f3(0x185)][this[_0x59c7f3(0x1f2)]]||null,_0x5b800a=process[_0x59c7f3(0x16c)][_0x59c7f3(0x2c9)]||'',_0x3635c1=this[_0x59c7f3(0x26a)](_0x4ec1ab,_0x1d13b6,_0x2778e0,_0x5b800a),_0x16a77e=_0x29346a[_0x59c7f3(0x266)](_0x5c7db[_0x59c7f3(0x1fe)],_0x29346a[_0x59c7f3(0x18b)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x29346a[_0x59c7f3(0x1d0)],_0x1d13b6,_0x1f2299):await AccessibilityModule[_0x59c7f3(0x19d)](_0x29346a[_0x59c7f3(0x1d0)],_0x1d13b6);logger['info'](_0x59c7f3(0x1b9)+(_0x3635c1?JSON[_0x59c7f3(0x24d)](_0x3635c1):_0x29346a[_0x59c7f3(0x1ff)]));const _0x37b8f3=CLIUtils[_0x59c7f3(0x2d6)](_0x3635c1,_0x16a77e);logger[_0x59c7f3(0x184)](_0x59c7f3(0x180)+(_0x37b8f3?JSON[_0x59c7f3(0x24d)](_0x37b8f3):_0x29346a[_0x59c7f3(0x1ff)])),logger[_0x59c7f3(0x280)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x4ec1ab);const _0x56e5d9=await this[_0x59c7f3(0x23a)](_0xbda96a,_0x1d13b6,_0x4ec1ab,_0x37b8f3,this[_0x59c7f3(0x1f6)]);logger[_0x59c7f3(0x280)](_0x59c7f3(0x250)+_0x4ec1ab+',\x20\x0a\x20'+_0x56e5d9);}catch(_0x269a7e){logger[_0x59c7f3(0x122)](_0x59c7f3(0x14f)+(_0x269a7e[_0x59c7f3(0x188)]||_0x269a7e[_0x59c7f3(0x148)]));}}['shouldScanCurrentTest'](){const _0x1c1afa=a80_0x192187;return this[_0x1c1afa(0x128)]();}[a80_0x192187(0x21a)](_0x2c78f0){const _0x8cd0b5=a80_0x192187,_0x50688f=CLIUtils[_0x8cd0b5(0x297)]();this[_0x8cd0b5(0x2b5)][_0x8cd0b5(0x118)](_0x50688f,_0x2c78f0);}async[a80_0x192187(0x156)](_0x56aa06){const _0x1e65fe=a80_0x192187,_0x27ad14={};_0x27ad14[_0x1e65fe(0x256)]=_0x1e65fe(0x1bb);const _0x347dd8=_0x27ad14;try{const _0x452949=_0x56aa06[_0x1e65fe(0x1af)]||AutomationFramework[_0x1e65fe(0x2a5)](),_0x34b000=_0x452949?.[_0x1e65fe(0x116)]?.()?.['get']?.(this[_0x1e65fe(0x2b6)])||![];if(_0x34b000)return;PerformanceTester[_0x1e65fe(0x17a)](EVENTS[_0x1e65fe(0x115)]);const _0x1d93be=await GrpcClient[_0x1e65fe(0x2ab)]()[_0x1e65fe(0x2ac)](_0x56aa06);_0x1d93be&&_0x1d93be[_0x1e65fe(0x1c8)]&&_0x1d93be[_0x1e65fe(0x1c8)]()&&_0x1d93be[_0x1e65fe(0x1c8)]()['getSuccess']()?(await this[_0x1e65fe(0x2cd)](_0x1d93be,_0x56aa06),_0x452949?.[_0x1e65fe(0x116)]&&_0x452949['getData']()['set'](this[_0x1e65fe(0x2b6)],!![]),logger[_0x1e65fe(0x280)](_0x1e65fe(0x17b)+(_0x452949?.[_0x1e65fe(0x261)]?.()||_0x347dd8[_0x1e65fe(0x256)])+_0x1e65fe(0x2c3))):logger[_0x1e65fe(0x280)](_0x1e65fe(0x17b)+(_0x452949?.[_0x1e65fe(0x261)]?.()||_0x347dd8['bRlOF'])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester['end'](EVENTS[_0x1e65fe(0x115)]);}catch(_0x2cae15){PerformanceTester[_0x1e65fe(0x10f)](EVENTS[_0x1e65fe(0x115)],![],_0x2cae15[_0x1e65fe(0x148)]),logger[_0x1e65fe(0x122)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x2cae15[_0x1e65fe(0x188)]||_0x2cae15[_0x1e65fe(0x148)]));}}async[a80_0x192187(0x2cd)](_0x202423,_0x58c745){const _0x495795=a80_0x192187;await this[_0x495795(0x287)](_0x202423,_0x58c745);const _0x35c284=_0x202423[_0x495795(0x1c8)]()[_0x495795(0x2a6)]();if(_0x35c284){const _0x5eae15=_0x202423[_0x495795(0x174)]&&_0x202423[_0x495795(0x174)]();_0x5eae15&&(this[_0x495795(0x185)][this[_0x495795(0x1f2)]]=_0x5eae15[_0x495795(0x186)]&&_0x5eae15['getBuildId']());}}[a80_0x192187(0x219)](_0x3fa687){const _0x74d8de=a80_0x192187,_0x26b011={};_0x26b011['hedXy']=function(_0x2ffe42,_0x2e1fa0){return _0x2ffe42===_0x2e1fa0;};const _0x5d14ac=_0x26b011;try{if(!_0x3fa687)return![];const _0x3a2e0f=this[_0x74d8de(0x185)]?.[_0x74d8de(0x2d2)]?.[_0x74d8de(0x1a9)]?.[_0x74d8de(0x2d8)]||[],_0x5b663c=_0x3a2e0f['some'](_0x3eea53=>{const _0x9b632e=_0x74d8de;return _0x3eea53[_0x9b632e(0x19b)]&&_0x5d14ac[_0x9b632e(0x19f)](_0x3eea53['name'][_0x9b632e(0x1bf)](),_0x3fa687[_0x9b632e(0x1bf)]());});return logger[_0x74d8de(0x280)](_0x74d8de(0x243)+_0x3fa687+_0x74d8de(0x1ab)+_0x5b663c+_0x74d8de(0x211)+JSON[_0x74d8de(0x24d)](_0x3a2e0f[_0x74d8de(0x1f9)](_0x555e2c=>_0x555e2c[_0x74d8de(0x19b)]))),_0x5b663c;}catch(_0x5dcd61){return logger[_0x74d8de(0x280)](_0x74d8de(0x1cb)+_0x5dcd61[_0x74d8de(0x148)]),![];}}['isBrowserstackScriptCommand'](_0x2bbba0){const _0x298b46=a80_0x192187,_0x15a28c={};_0x15a28c[_0x298b46(0x263)]=function(_0x5f2549,_0x18aaef){return _0x5f2549===_0x18aaef;},_0x15a28c[_0x298b46(0x278)]=_0x298b46(0x2b7),_0x15a28c[_0x298b46(0x26c)]=_0x298b46(0x2d7);const _0x51c007=_0x15a28c,_0x32de79=_0x2bbba0[_0x298b46(0x12d)]&&_0x2bbba0[_0x298b46(0x12d)]();return _0x32de79&&_0x51c007[_0x298b46(0x263)](typeof _0x32de79,_0x51c007[_0x298b46(0x278)])&&_0x32de79['includes'](_0x51c007[_0x298b46(0x26c)]);}[a80_0x192187(0x190)](_0x4f2c3b){const _0x488163=a80_0x192187,_0x5e6983={};_0x5e6983[_0x488163(0x212)]=function(_0x4cd0c3,_0x3aa654){return _0x4cd0c3!==_0x3aa654;},_0x5e6983[_0x488163(0x2ba)]=_0x488163(0x2b7),_0x5e6983[_0x488163(0x137)]=_0x488163(0x2b5),_0x5e6983[_0x488163(0x1a4)]=_0x488163(0x132),_0x5e6983[_0x488163(0x23d)]=_0x488163(0x1ba),_0x5e6983[_0x488163(0x1b2)]=_0x488163(0x170);const _0xf5acd1=_0x5e6983,_0x52e416=_0x4f2c3b['getScript']&&_0x4f2c3b['getScript']();if(!_0x52e416||_0xf5acd1[_0x488163(0x212)](typeof _0x52e416,_0xf5acd1['CkTsJ']))return![];return _0x52e416[_0x488163(0x271)](_0xf5acd1['VNgly'])||_0x52e416[_0x488163(0x271)](_0xf5acd1[_0x488163(0x1a4)])||_0x52e416[_0x488163(0x271)](_0xf5acd1[_0x488163(0x23d)])||_0x52e416['includes'](_0xf5acd1[_0x488163(0x1b2)]);}['getParamsForScanForCli'](_0x2c066f,_0xc6c2c9,_0x15d39f,_0x579d23){const _0x485022=a80_0x192187,_0x1c28b0={};_0x1c28b0[_0x485022(0x2a8)]=function(_0x2e373d,_0x16b104){return _0x2e373d||_0x16b104;},_0x1c28b0['hUDhg']=function(_0x5b1a84,_0x531fec){return _0x5b1a84||_0x531fec;};const _0x35528d=_0x1c28b0;return{'command':_0x2c066f,'thTestRunUuid':_0x35528d[_0x485022(0x2a8)](_0xc6c2c9,''),'thBuildUuid':_0x35528d[_0x485022(0x249)](_0x15d39f,''),'thJwtToken':_0x35528d[_0x485022(0x2a8)](_0x579d23,''),'timestamp':new Date()[_0x485022(0x136)]()};}[a80_0x192187(0x1d3)](_0x1bb6c8){const _0x4c0d53=a80_0x192187,_0x5c49bd={};_0x5c49bd['IYZBm']=function(_0x394053,_0x359491){return _0x394053||_0x359491;};const _0x490173=_0x5c49bd;try{const _0x344070=this['accessibilityConfig']?.[_0x4c0d53(0x2d2)]?.[_0x4c0d53(0x27d)]||[],_0x4f9154=_0x344070['find'](_0x317252=>_0x317252[_0x4c0d53(0x19b)]===_0x1bb6c8);return _0x490173[_0x4c0d53(0x244)](_0x4f9154,null);}catch(_0x464e6d){return logger[_0x4c0d53(0x280)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x1bb6c8+':\x20'+_0x464e6d[_0x4c0d53(0x148)]),null;}}async[a80_0x192187(0x225)](_0x1b927a,_0x205964,_0x1d88d5=null){const _0xc452cb=a80_0x192187,_0x51e259={'hRwxb':function(_0x5efc1c,_0xd3eb6d){return _0x5efc1c(_0xd3eb6d);},'scxGx':'../../playwright/accessibility-helper'};try{if(!_0x1b927a)return logger[_0xc452cb(0x280)](_0xc452cb(0x2a7)+_0x205964),null;const _0x253c18=this[_0xc452cb(0x1d3)](_0x205964);if(!_0x253c18||!_0x253c18[_0xc452cb(0x291)])return logger[_0xc452cb(0x280)](_0xc452cb(0x177)+_0x205964+_0xc452cb(0x1df)),null;logger['debug'](_0xc452cb(0x2ad)+_0x205964+_0xc452cb(0x135));const _0x191712=_0x51e259[_0xc452cb(0x159)](require,_0x51e259[_0xc452cb(0x277)]),_0x44d18a=_0x1d88d5?await _0x191712['browserStackEvaluate'](_0x1b927a,_0x253c18[_0xc452cb(0x291)],_0x1d88d5):await _0x191712[_0xc452cb(0x13d)](_0x1b927a,_0x253c18['command']);return _0x44d18a;}catch(_0xa5ea4){return logger[_0xc452cb(0x122)](_0xc452cb(0x12e)+_0x205964+':\x20'+(_0xa5ea4[_0xc452cb(0x188)]||_0xa5ea4[_0xc452cb(0x148)])),null;}}async[a80_0x192187(0x23a)](_0x4633b3,_0x195f3f,_0x48c916,_0x3f0048,_0x4b78d0,_0x5d56af=a80_0x192187(0x151)){const _0x36a861=a80_0x192187,_0x57297e={'RKDfq':function(_0x5755ca,_0x49b78f){return _0x5755ca===_0x49b78f;},'PZyaG':_0x36a861(0x151),'wXDFa':function(_0xa59490,_0x131c32){return _0xa59490(_0x131c32);},'XgRxy':_0x36a861(0x147)};try{logger['debug'](_0x36a861(0x28c)+_0x48c916+_0x36a861(0x247)+_0x5d56af);const _0x7b71e2=this['getScriptByName'](_0x5d56af);if(!_0x7b71e2||!_0x7b71e2[_0x36a861(0x291)]){logger[_0x36a861(0x280)](_0x36a861(0x165)+_0x5d56af+_0x36a861(0x21e));return;}if(_0x57297e['RKDfq'](_0x5d56af,_0x57297e[_0x36a861(0x162)])){const _0x448d36=_0x57297e['wXDFa'](require,_0x57297e[_0x36a861(0x221)]),_0x1fec85={};_0x1fec85[_0x36a861(0x291)]=_0x48c916;const _0x4ae055=await PerformanceTester[_0x36a861(0x2d4)](PerformanceA11yEvents[_0x36a861(0x29e)],async()=>{const _0x57421b=_0x36a861;await _0x448d36[_0x57421b(0x13d)](_0x4633b3,_0x7b71e2[_0x57421b(0x291)]);},_0x1fec85)();return logger[_0x36a861(0x184)](_0x36a861(0x227)+_0x5d56af+_0x36a861(0x248)+_0x48c916+':\x20'+util[_0x36a861(0x2a9)](_0x4ae055)),_0x4ae055;}const _0x1d45ea=_0x57297e[_0x36a861(0x246)](require,_0x57297e[_0x36a861(0x221)]),_0x1daba7=await PerformanceTester[_0x36a861(0x2d4)](PerformanceA11yEvents[_0x36a861(0x26d)],async()=>{const _0x37dde9=_0x36a861;await _0x1d45ea[_0x37dde9(0x13d)](_0x4633b3,_0x7b71e2[_0x37dde9(0x291)],_0x3f0048);})();return logger[_0x36a861(0x184)]('Page\x20'+_0x5d56af+_0x36a861(0x248)+_0x48c916+':\x20'+util[_0x36a861(0x2a9)](_0x1daba7)),_0x1daba7;}catch(_0x2b2b88){logger[_0x36a861(0x122)](_0x36a861(0x1f0)+_0x5d56af+':\x20'+(_0x2b2b88[_0x36a861(0x188)]||_0x2b2b88[_0x36a861(0x148)]));}}async[a80_0x192187(0x2bc)](_0x33acaa){const _0x1e48ca=a80_0x192187,_0x153f19={'mzDqh':function(_0x1d5aaa,_0x225cec){return _0x1d5aaa(_0x225cec);},'UaIpM':_0x1e48ca(0x11c)};try{const _0x5a0ca7=_0x153f19[_0x1e48ca(0x10d)](require,_0x153f19['UaIpM']);return await _0x5a0ca7[_0x1e48ca(0x130)](_0x33acaa);}catch(_0x41157d){return logger[_0x1e48ca(0x122)](_0x1e48ca(0x140)+(_0x41157d[_0x1e48ca(0x188)]||_0x41157d['message'])),![];}}[a80_0x192187(0x288)](_0xfba12f,_0x10879e,_0x4e5fad){const _0x8eae3e=a80_0x192187,_0x339a76={'XaAVZ':function(_0x55a14a,_0x519344){return _0x55a14a(_0x519344);},'QzvLU':'../../playwright/accessibility-helper','kvmJv':_0x8eae3e(0x11a),'FBtuF':_0x8eae3e(0x123)};try{const _0x3d4a69=_0x339a76[_0x8eae3e(0x1a6)](require,_0x339a76[_0x8eae3e(0x273)]);_0x3d4a69[_0x8eae3e(0x288)](_0xfba12f,_0x10879e,_0x4e5fad);const _0x21ffb6=JSON[_0x8eae3e(0x24d)](_0xfba12f)[_0x8eae3e(0x259)](/"browserstack\.user":"[^"]*"/g,_0x339a76[_0x8eae3e(0x17f)])[_0x8eae3e(0x259)](/"browserstack\.key":"[^"]*"/g,_0x339a76[_0x8eae3e(0x152)]);logger[_0x8eae3e(0x280)](_0x8eae3e(0x12f)+global[_0x8eae3e(0x108)]+'\x20'+_0x21ffb6);}catch(_0x3e3257){logger[_0x8eae3e(0x122)](_0x8eae3e(0x233)+(_0x3e3257[_0x8eae3e(0x188)]||_0x3e3257[_0x8eae3e(0x148)]));}}async[a80_0x192187(0x2b8)](_0x4d0e9c){const _0x32a123=a80_0x192187,_0x41d496={};_0x41d496['IwmVH']=_0x32a123(0x24b),_0x41d496['NMvhG']=_0x32a123(0x1ba);const _0x301cdc=_0x41d496;try{if(!this[_0x32a123(0x128)]())return logger[_0x32a123(0x13c)](_0x301cdc[_0x32a123(0x1e4)]),[];const _0x132e3f=await this[_0x32a123(0x225)](_0x4d0e9c,_0x301cdc[_0x32a123(0x1a2)]);return _0x132e3f||[];}catch(_0x44c2c8){return logger[_0x32a123(0x122)](_0x32a123(0x163)+(_0x44c2c8['stack']||_0x44c2c8[_0x32a123(0x148)])),[];}}async[a80_0x192187(0x29b)](_0x4badb9){const _0x1184a1=a80_0x192187,_0x1bdf3a={'yVcHP':_0x1184a1(0x151),'ztqRh':_0x1184a1(0x2ca),'oczwJ':_0x1184a1(0x183),'ZgPiI':function(_0x23dba1,_0x4ca67b){return _0x23dba1(_0x4ca67b);},'lIHkB':'../cliUtils','fyCsB':function(_0x29c83e,_0x36db79){return _0x29c83e===_0x36db79;},'QCEBt':'jest','auaHX':_0x1184a1(0x1f3),'SoCms':_0x1184a1(0x2b5),'lIkey':'testhub_build_uuid','oYhPL':_0x1184a1(0x29b),'HEERB':_0x1184a1(0x2be),'MdNHr':_0x1184a1(0x189),'JBECF':_0x1184a1(0x284)};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x1184a1(0x13c)](_0x1bdf3a[_0x1184a1(0x15c)]),{};const _0x1e2b96=_0x1bdf3a[_0x1184a1(0x26f)](require,_0x1bdf3a[_0x1184a1(0x1f5)]),_0x23dbd3=_0x1e2b96[_0x1184a1(0x295)](),_0x985c29=_0x1bdf3a[_0x1184a1(0x1b0)](_0x23dbd3?.[_0x1184a1(0x19b)]?.[_0x1184a1(0x1bf)](),_0x1bdf3a['QCEBt']);let _0x6a38b4='',_0x2f6008=null,_0x1827ea=null;if(_0x985c29){_0x2f6008=global[_0x1184a1(0x195)]||global['__workerDetails']?.['currentTest']?.[_0x1184a1(0x228)]||global[_0x1184a1(0x29d)]?.[_0x1184a1(0x29f)]?.['id'];if(!_0x2f6008)return logger[_0x1184a1(0x13c)](_0x1bdf3a[_0x1184a1(0x29a)]),{};try{const _0x2cdad=await GrpcClient[_0x1184a1(0x2ab)]()[_0x1184a1(0x1c3)](process[_0x1184a1(0x16c)][_0x1184a1(0x14c)],_0x1bdf3a[_0x1184a1(0x167)],_0x1bdf3a[_0x1184a1(0x160)],_0x2f6008),_0x29b584=AccessibilityModule[_0x1184a1(0x149)](null,_0x2cdad);_0x6a38b4=_0x29b584?.[_0x1184a1(0x269)]||'',logger[_0x1184a1(0x280)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x6a38b4+_0x1184a1(0x2c6)+_0x2f6008);const _0x72b1ba=await AccessibilityModule[_0x1184a1(0x19d)](_0x1bdf3a[_0x1184a1(0x160)],_0x6a38b4,_0x2f6008),_0x5cdace=this[_0x1184a1(0x2c4)](_0x1bdf3a[_0x1184a1(0x178)])||this[_0x1184a1(0x185)][this[_0x1184a1(0x1f2)]]||null,_0x224798=process[_0x1184a1(0x16c)][_0x1184a1(0x2c9)]||'',_0x452f38=this[_0x1184a1(0x26a)](_0x1bdf3a[_0x1184a1(0x2b2)],_0x6a38b4,_0x5cdace,_0x224798);_0x1827ea=_0x1e2b96[_0x1184a1(0x2d6)](_0x452f38,_0x72b1ba),logger[_0x1184a1(0x280)](_0x1184a1(0x164)+JSON['stringify'](_0x1827ea));}catch(_0x1cef9f){return logger[_0x1184a1(0x122)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x1cef9f[_0x1184a1(0x148)]),{};}}else{_0x6a38b4=this[_0x1184a1(0x2c4)](_0x1bdf3a[_0x1184a1(0x107)])||'';const _0x2b4e57=this[_0x1184a1(0x2c4)](_0x1bdf3a[_0x1184a1(0x178)])||this[_0x1184a1(0x185)][this[_0x1184a1(0x1f2)]]||null,_0x19bc14=process[_0x1184a1(0x16c)][_0x1184a1(0x2c9)]||'';_0x1827ea=this[_0x1184a1(0x26a)](_0x1bdf3a['oYhPL'],_0x6a38b4,_0x2b4e57,_0x19bc14);}logger[_0x1184a1(0x280)](_0x1bdf3a[_0x1184a1(0x239)]),await PerformanceTester[_0x1184a1(0x2d4)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x33ac86=_0x1184a1,_0x4b893c=await this[_0x33ac86(0x225)](_0x4badb9,_0x1bdf3a['yVcHP'],_0x1827ea);logger[_0x33ac86(0x280)](_0x33ac86(0x200)+util[_0x33ac86(0x2a9)](_0x4b893c));},{'command':_0x1bdf3a[_0x1184a1(0x2b2)]})();const _0x2a90fb=await PerformanceTester[_0x1184a1(0x2d4)](PerformanceA11yEvents[_0x1184a1(0x154)],async()=>{return await this['executeScriptByName'](_0x4badb9,_0x1bdf3a['ztqRh'],_0x1827ea);})();if(!_0x2a90fb)return logger['debug'](_0x1bdf3a['JBECF']),{};return _0x2a90fb;}catch(_0x531cf7){return logger['error'](_0x1184a1(0x1c0)+(_0x531cf7[_0x1184a1(0x188)]||_0x531cf7[_0x1184a1(0x148)])),{};}}async[a80_0x192187(0x14d)](_0x2e2511,_0x53c22c,_0xb3841c=null){const _0xd43e7b=a80_0x192187,_0x28a7eb={};_0x28a7eb[_0xd43e7b(0x1a3)]='performPageScan:\x20Page\x20is\x20null',_0x28a7eb[_0xd43e7b(0x22b)]='performPageScan:\x20Script\x20is\x20null',_0x28a7eb[_0xd43e7b(0x15a)]=_0xd43e7b(0x2ce);const _0x2dab38=_0x28a7eb;try{if(!_0x2e2511)return logger[_0xd43e7b(0x280)](_0x2dab38[_0xd43e7b(0x1a3)]),null;if(!_0x53c22c)return logger['debug'](_0x2dab38[_0xd43e7b(0x22b)]),null;logger['debug'](_0x2dab38[_0xd43e7b(0x15a)]);const _0x8637fb=_0xb3841c?await _0x2e2511[_0xd43e7b(0x1ad)](_0x53c22c,_0xb3841c):await _0x2e2511[_0xd43e7b(0x1ad)](_0x53c22c);return _0x8637fb;}catch(_0x5344b3){return logger[_0xd43e7b(0x122)](_0xd43e7b(0x21c)+(_0x5344b3[_0xd43e7b(0x188)]||_0x5344b3[_0xd43e7b(0x148)])),null;}}static[a80_0x192187(0x149)](_0xbf51e0,_0x2c85da){const _0x22c69f=a80_0x192187,_0x3201b4={};_0x3201b4['AVDKD']=_0x22c69f(0x15e);const _0x1f7143=_0x3201b4,_0x5d4176={};_0x5d4176[_0x22c69f(0x269)]=_0xbf51e0;const _0x217953=_0x5d4176;let _0x4a6190={};if(_0x2c85da['getSuccess']()&&_0x2c85da[_0x22c69f(0x129)]())try{_0x4a6190=JSON['parse'](new Buffer(_0x2c85da[_0x22c69f(0x255)]())[_0x22c69f(0x158)](_0x1f7143[_0x22c69f(0x18c)]));}catch(_0x5cb5c3){logger[_0x22c69f(0x122)](_0x22c69f(0x1d4)+_0x5cb5c3[_0x22c69f(0x148)]),_0x4a6190={};}return CLIUtils[_0x22c69f(0x2d6)](_0x217953,_0x4a6190);}static async['fetchCentralAuthA11yConfig'](_0x1632e0,_0x4310fd='',_0x58c081=null){const _0x52a099=a80_0x192187,_0x161cfe={};_0x161cfe[_0x52a099(0x13f)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x161cfe[_0x52a099(0x1a0)]='accessibility';const _0xdabc0=_0x161cfe;try{if(!_0x58c081&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x52a099(0x119)];if(!process[_0x52a099(0x16c)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x52a099(0x122)](_0xdabc0[_0x52a099(0x13f)]),{};const _0x24298f=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x52a099(0x16c)][_0x52a099(0x14c)],_0xdabc0['exqzM'],_0x1632e0,_0x58c081),_0x33ae87=_0x58c081?AccessibilityModule[_0x52a099(0x149)](null,_0x24298f)?.[_0x52a099(0x269)]||_0x4310fd:_0x4310fd,_0x5dff4f=AccessibilityModule[_0x52a099(0x149)](_0x33ae87,_0x24298f);return!_0x58c081&&(AccessibilityModule[_0x52a099(0x119)]=_0x5dff4f,AccessibilityModule[_0x52a099(0x2b9)]=!![]),_0x5dff4f;}catch(_0x26a581){return logger['error'](_0x52a099(0x1b4)+_0x1632e0+':\x20'+(_0x26a581[_0x52a099(0x188)]||_0x26a581['message'])),{};}}};module[a80_0x192187(0x279)]=AccessibilityModule;
1
+ function a80_0x3ad9(){const _0x39c766=[',\x20includeTags=','dEBAD','twQAI','isAppAccessibility','command','capabilities','rTcOy','../framework/constants/testFrameworkConstants.js','toObject','__accessibilityOptions','get','dMcls','format','browser','FSayn','HTISW','excludeTagsInTestingScope','\x20testHubUuid=','DRIVER_HAS_URL','getCapabilitiesList','function','getCapabilityValue','rpyqy','../../../helpers/accessibility-automation/constants','vhzxH','stack','YEsjv','commandsToWrap','includes','[AccessibilityModule]\x20onAfterTest:\x20framework=','getScriptsList','Error\x20getting\x20script\x20by\x20name\x20','getName','oxvvQ','\x20script\x20available\x20in\x20scriptsList','options','warn','shouldScanForCommand:\x20','getParamsForScanForCli','\x20->\x20','name:\x20','getAccessibilityExecuteParams','CwsME','replace','set','afterTestHook','dlDEa','Error\x20applying\x20sendMessageToServer\x20patch:\x20','__workerDetails','stopTestCapture','612465feuAAp','Iizpg','message','SHVlu','OJBzX','ZbAuP','jVZPa','--headless=','wcagVersion','PHSzG','xvBcy','env','Tfzbc','QUIT','xCxOO','Performing\x20scan\x20before\x20from\x20cli','../../../helpers/accessibility-automation/helper','onBeforeTest:\x20event=','browserstack.accessibilityOptions.wcagVersion','aMmHj','kZXPj','../cliUtils','cfkrX','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','getTestUUID','336749MuyVFN','SDK_ACCESSIBILITY_CONFIG','lOEFy','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','rURPn','browserVersion','\x22browserstack.key\x22:\x22[REDACTED]\x22','fJfLI','Sbryb','includeTagsInTestingScope','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','\x20accessibility\x20script\x20on\x20page','getState','parseFromProto','getAccessibility','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','scannerVersion','browserName','getBuildId','fetchDriverExecuteParamsEvent','__jestCurrentTestIdentifier','UAmAu','updateData','TOLCk','Fvyzy','some','getAccessibilityResultsSummary','bXmsl','Exception\x20in\x20isPlatformSupported:\x20','xLcDK','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','SAVE_RESULTS','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','lCowR','Error\x20in\x20getAccessibilityResultsSummary:\x20','5696OuREbF','executeScriptByName:\x20No\x20','zSfgW','onBeforeExecute','find','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','qfNHa','error','setAccessibilityConfig','ssFHd','getCurrentAccessibilityStatus','102vLaSdr','accessibilityToken','OGwFL','LOG_DISABLED_SHOWN','onAfterTest','currentTest','onBeforeExecute:\x20No\x20command\x20name\x20provided','fWsLM','testAnalyticsId','JvQpb','pqZrv','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','name','playwright-chromium','aMiVn','hasAccessibilityExecuteParams','sdQVF','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','kguZa','TsGMm',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','OVSWt','capabilitiesList','Executing\x20','GOdZY','Context','JlGiy','length','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','KEY_DRIVER_HAS_URL','UeRUa','JsJEs','evaluate','getAllData','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','onBeforeExecute:\x20command=','getCommandsList','processAccessibilityCaps','XHNrq','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','dNcty','getTrackedInstance','1305SjujQO','getInstance','debug','vAiNd','YibST','YZbNh','finishScanningForCli','UOiEp','../framework/automationFramework','PbkOg','Fhpbg','../../../helpers/performance/performance-tester.js','RVSKE','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','qdAca','MTYII','value','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','QwqpC','nWYbK','Error\x20in\x20validatePlatformForAccessibility:\x20','[platform\x20-\x20',',\x20testName=','KEY_TESTHUB_BUILD_ID','toJson','./baseModule','join','getOptions','util','has','EBvQD','Performing\x20scan\x20before\x20getting\x20results\x20summary','testInfo','isPlatformSupported','zaXrR','XIway','OgSni','null','52LDIOaI','McRpC','zeMBf','browserstack_executor','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BZQsc','hsvvc','BROWSERSTACK_CLI_BIN_SESSION_ID','registerObserver','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','getGoogleChromeOptions','PRE','QwCyf','awnNG','No\x20summaryResults\x20found.','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','BROWSERSTACK_TESTHUB_JWT','startsWith','fetchCentralAuthA11yConfig',',\x20\x0a\x20','rwNLE','oWlBY','cnnXZ','browserstack.accessibilityOptions.scannerVersion','testFrameworkData','stringify','27427440mfvKGo','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','saveTestResults','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','scan','hABsy','TQnve','shouldScanCurrentTest','Lyadm','Executing\x20accessibility\x20script\x20on\x20page','MergedScanArgs:\x20','otKod','isEnabled','mergeObject','gwbxu','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','performScanForCli','VXdhK','testhub_build_uuid','BajNk','ewMDt','FZPmp',']\x20isEnabledTestcase\x20(jest)\x20result=','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','getTestDetails','LfXpB','getValue','KEY_TEST_NAME','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','ZKAUu','2007740cJWEUO','browserStackEvaluate','isPlatformSupported:\x20caps\x20are\x20null','hcEbv','GET_RESULTS_SUMMARY','isBrowserstackScriptCommand','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','AqIxq',',\x20tags=','_centralAuthConfigFetched','Accessibility\x20data\x20for\x20extension:\x20','GRgCo','accessibilityConfig','platformValidation','getTesthub','testFramework','cPfYe','dbuwG','parse','getLogDisabledShown','saveResults','blzxT','fstPF','PPTmN','wttFS','getCommandsToWrap','tikjR','liUEw','emBht','mcYjG',',\x20excludeTags=','getData','HNxpv','bJikd','launchCaps','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',',\x20available\x20commands:\x20','NON_BROWSERSTACK_AUTOMATION_SESSIONS','YGwLl','isArray','NkMgM','bind','unknown','ZxyRS','performScan','getScript','validatePlatformForAccessibility','szjkc','getScriptByName','getPlatformIndex','applySendMessageToServerPatch','Bobrr','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','pwPage','string','logwl','isEnabledTestcase','commandName','sAAML','buDKQ','nExIG','Error\x20executing\x20script\x20','info','cTgAk','measureWrapper','\x20result\x20for\x20','TrackedInstance','mMWGt','end','Auptr','UOjiw','kfYSI','thTestRunUuid','fjvaz','hmUQQ','args','test_run_id','titlePath','RBgNo','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20',']\x20Accessibility\x20configuration\x20initialized\x20successfully','getResults','accessibility','olUsD','setShouldScanCurrentTest','ijZSc','Error\x20in\x20initAccessibilityConfig:\x20','setLogDisabledShown','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','cucumber','instance','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','test-tags-->\x20','AUTOMATION_SESSIONS','ZwqlT','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','setAccessibilityToken','eAmtt','getSuccess','oGftG','shouldScanForCommand','--headless','BEufX','true','Error\x20in\x20getAccessibilityResults:\x20','vJrKf','ctLWP','performPageScan:\x20Page\x20is\x20null','getCurrentInstanceName','11|13|8|12|4|2|6|9|5|14|15|1|7|0|10|3','ezUUK','cTaxk','vTTWy','getTestId','SclsM','performPageScan:\x20Script\x20is\x20null','map','commandsList','toLowerCase','assign','jest','setShouldScan','\x20from\x20testIdentifier=','XUdVK','1291556ruvnGC',',\x20framework=','initAccessibilityConfig','browserstack.accessibilityOptions.authToken','aQJuR','KEY_INIT','OqItW','NVJYv','getModuleName','../../playwright/accessibility-helper','MKffr','getAccessibilityResults','POST','sPrqp','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','onBeforeTest','../../../helpers/accessibility-automation/scripts','\x22browserstack.user\x22:\x22[REDACTED]\x22','patchSendMessageToServer','performPageScan','CwbQS','CREATE','page','Error\x20in\x20processAccessibilityCaps:\x20','../../../helpers/performance/constants.js',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','NXjiD','\x20using\x20script:\x20','executeScriptByName','FxoIA','Scan\x20result:\x20','\x20script\x20available','ACCESSIBILITY_INITIALIZED','ECCaU','latest','axAHi','loadDriverExecuteParams','getResultsSummary','yKPmP','MODULE_NAME','Error\x20getting\x20capability\x20value\x20for\x20','toISOString','../../../helpers/helper','accessibilityPlatform','getContext','PERFORM_SCAN','test_tags','Error\x20checking\x20headless\x20capability:\x20','XPTJX','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','_sendMessageServerPatchApplied','Page\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','_centralAuthA11yConfig','LWOlZ','GULPY','180951euLWAM',',\x20isAppAccessibility=','browserstack.accessibilityOptions.scannerProcessingTimeout','delete','DRIVER_INIT','NXRka','loadAccessibilityConfig','YFNDf',',\x20testIdentifier=','VPfuK','smSnY','BROWSERSTACK_TEST_ACCESSIBILITY_YML','\x20value='];a80_0x3ad9=function(){return _0x39c766;};return a80_0x3ad9();}function a80_0x3e49(_0x4b1d82,_0x2a53b3){const _0x3ad92c=a80_0x3ad9();return a80_0x3e49=function(_0x3e4975,_0x5d35e5){_0x3e4975=_0x3e4975-0x1cf;let _0x465d07=_0x3ad92c[_0x3e4975];return _0x465d07;},a80_0x3e49(_0x4b1d82,_0x2a53b3);}const a80_0x40565e=a80_0x3e49;(function(_0x1684a4,_0x4e0dc0){const _0x3094e1=a80_0x3e49,_0x44fa56=_0x1684a4();while(!![]){try{const _0x23431a=-parseInt(_0x3094e1(0x1df))/0x1+-parseInt(_0x3094e1(0x32c))/0x2+-parseInt(_0x3094e1(0x364))/0x3*(-parseInt(_0x3094e1(0x276))/0x4)+-parseInt(_0x3094e1(0x2b0))/0x5+parseInt(_0x3094e1(0x226))/0x6*(-parseInt(_0x3094e1(0x1f8))/0x7)+parseInt(_0x3094e1(0x21b))/0x8*(-parseInt(_0x3094e1(0x250))/0x9)+parseInt(_0x3094e1(0x290))/0xa;if(_0x23431a===_0x4e0dc0)break;else _0x44fa56['push'](_0x44fa56['shift']());}catch(_0x31f1ca){_0x44fa56['push'](_0x44fa56['shift']());}}}(a80_0x3ad9,0xe6f5f));const BaseModule=require(a80_0x40565e(0x269)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a80_0x40565e(0x1f4)),AutomationFramework=require(a80_0x40565e(0x258)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require('../state/hookState'),GrpcClient=require('../grpcClient'),scripts=require(a80_0x40565e(0x33c)),logger=createClassLogger(a80_0x40565e(0x2f2)),PerformanceTester=require(a80_0x40565e(0x25b)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a80_0x40565e(0x344)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x40565e(0x388)),{nestedKeyValue,isUndefined}=require(a80_0x40565e(0x356)),util=require(a80_0x40565e(0x26c)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a80_0x40565e(0x378));class AccessibilityModule extends BaseModule{static [a80_0x40565e(0x353)]=AccessibilityModule[a80_0x40565e(0x232)];static ['_centralAuthConfigFetched']=![];static [a80_0x40565e(0x361)]={};constructor(_0x48213e){const _0x4af057=a80_0x40565e,_0x15fe37={};_0x15fe37[_0x4af057(0x27b)]=_0x4af057(0x31d),_0x15fe37[_0x4af057(0x283)]=_0x4af057(0x34c),_0x15fe37['vTTWy']=_0x4af057(0x2a2),_0x15fe37['emBht']='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x15fe37[_0x4af057(0x305)]=_0x4af057(0x383);const _0x215c75=_0x15fe37,_0x2b8e64=_0x215c75[_0x4af057(0x27b)]['split']('|');let _0x491e0b=0x0;while(!![]){switch(_0x2b8e64[_0x491e0b++]){case'0':this[_0x4af057(0x331)]=_0x215c75[_0x4af057(0x283)];continue;case'1':this['setAccessibilityToken'](_0x48213e[_0x4af057(0x26b)]()[_0x4af057(0x384)]());continue;case'2':this[_0x4af057(0x2bc)]=_0x48213e[_0x4af057(0x379)]();continue;case'3':this[_0x4af057(0x267)]=_0x215c75[_0x4af057(0x320)];continue;case'4':this[_0x4af057(0x29c)]=!![];continue;case'5':this['isAppAccessibility']=![];continue;case'6':this[_0x4af057(0x302)]=new Map();continue;case'7':logger[_0x4af057(0x252)](_0x215c75[_0x4af057(0x2cc)]);continue;case'8':AutomationFramework[_0x4af057(0x27e)](AutomationFrameworkState[_0x4af057(0x341)],HookState[_0x4af057(0x338)],this[_0x4af057(0x33b)][_0x4af057(0x2d9)](this));continue;case'9':this[_0x4af057(0x229)]=new Map();continue;case'10':this[_0x4af057(0x243)]=_0x215c75[_0x4af057(0x305)];continue;case'11':super();continue;case'12':AutomationFramework[_0x4af057(0x27e)](AutomationFrameworkState[_0x4af057(0x1ec)],HookState['PRE'],this['onAfterTest'][_0x4af057(0x2d9)](this));continue;case'13':AutomationFramework[_0x4af057(0x27e)](AutomationFrameworkState['EXECUTE'],HookState[_0x4af057(0x281)],this[_0x4af057(0x21e)]['bind'](this));continue;case'14':this[_0x4af057(0x376)]=[];continue;case'15':this[_0x4af057(0x35e)]=![];continue;}break;}}[a80_0x40565e(0x29c)](){const _0x303253=a80_0x40565e;return this[_0x303253(0x29c)];}[a80_0x40565e(0x334)](){const _0x3989cc=a80_0x40565e;return AccessibilityModule[_0x3989cc(0x353)];}[a80_0x40565e(0x225)](){const _0x28a0de=a80_0x40565e;return this[_0x28a0de(0x302)][_0x28a0de(0x37b)](CLIUtils[_0x28a0de(0x31c)](),![]);}[a80_0x40565e(0x2c3)](){const _0x174784=a80_0x40565e;return this[_0x174784(0x229)][_0x174784(0x37b)](CLIUtils[_0x174784(0x31c)](),![]);}[a80_0x40565e(0x307)](_0x167bd1){const _0x6a0384=a80_0x40565e;this[_0x6a0384(0x229)]['set'](CLIUtils[_0x6a0384(0x31c)](),_0x167bd1);}[a80_0x40565e(0x2e2)](){const _0x331f8d=a80_0x40565e,_0x90a924={'hoLjM':_0x331f8d(0x1fb),'olUsD':function(_0x1f3426,_0x538917){return _0x1f3426(_0x538917);},'buDKQ':'../../utils/playwright-patcher','UOjiw':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','KhqFr':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this['_sendMessageServerPatchApplied']){logger[_0x331f8d(0x252)](_0x90a924['hoLjM']);return;}try{const _0x35bd63=_0x90a924[_0x331f8d(0x303)](require,_0x90a924[_0x331f8d(0x2eb)]);_0x35bd63&&_0x35bd63[_0x331f8d(0x33e)]?(_0x35bd63[_0x331f8d(0x33e)](),this[_0x331f8d(0x35e)]=!![],logger['debug'](_0x90a924[_0x331f8d(0x2f6)])):logger[_0x331f8d(0x252)](_0x90a924['KhqFr']);}catch(_0x555f6c){logger['debug'](_0x331f8d(0x1dc)+util['format'](_0x555f6c));}}['isPlatformSupported'](_0x1b0b81=null,_0xee40d3=null,_0x105708=null){const _0x3e46c0=a80_0x40565e,_0x256d0e={'oWlBY':function(_0x2a1c83,_0x18382d){return _0x2a1c83&&_0x18382d;},'UOiEp':_0x3e46c0(0x2b2),'Wmloh':function(_0x1719c2,_0x86c376){return _0x1719c2(_0x86c376);},'mcYjG':_0x3e46c0(0x1ef),'ECCaU':function(_0x348b02,_0x40545f){return _0x348b02(_0x40545f);},'OJBzX':_0x3e46c0(0x356),'QwCyf':function(_0x891755){return _0x891755();},'pqZrv':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','SHVlu':function(_0x24f240,_0x375faa){return _0x24f240===_0x375faa;},'hmUQQ':'chrome','Tfzbc':function(_0x482ce0,_0x2b67d7){return _0x482ce0===_0x2b67d7;},'kfYSI':_0x3e46c0(0x233),'wvUXW':_0x3e46c0(0x207),'WHGUR':function(_0x15a12a,_0x13a8ac){return _0x15a12a===_0x13a8ac;},'cnnXZ':'true','TOLCk':_0x3e46c0(0x2e6),'Fvyzy':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','wttFS':'goog:chromeOptions','xqmBY':function(_0x4ad7a5,_0x586f29){return _0x4ad7a5>_0x586f29;},'WXwyq':function(_0x4bf9e0,_0x2ad3f7){return _0x4bf9e0(_0x2ad3f7);},'zeMBf':function(_0x4efb76,_0x293afd){return _0x4efb76(_0x293afd);},'MzIMm':_0x3e46c0(0x360),'OqItW':function(_0x5a36e4,_0x4fa59f){return _0x5a36e4!==_0x4fa59f;},'SCWbb':_0x3e46c0(0x34e),'HNxpv':function(_0x46898e,_0x1a5c78){return _0x46898e>_0x1a5c78;},'liUEw':function(_0x4f9955,_0xa8f30e){return _0x4f9955(_0xa8f30e);},'qzvGz':function(_0x51c8ab,_0xc227a0){return _0x51c8ab(_0xc227a0);},'iojVp':_0x3e46c0(0x35d)};try{if(_0x256d0e[_0x3e46c0(0x28b)](!_0xee40d3,!_0x105708))return logger[_0x3e46c0(0x252)](_0x256d0e[_0x3e46c0(0x257)]),![];const {isAccessibilityAutomationSession:_0x182622}=_0x256d0e['Wmloh'](require,_0x256d0e[_0x3e46c0(0x2cd)]),{isUndefined:_0x3ff92b,isBrowserstackInfra:_0x21c251}=_0x256d0e[_0x3e46c0(0x34d)](require,_0x256d0e[_0x3e46c0(0x1e3)]);if(!_0x256d0e[_0x3e46c0(0x282)](_0x182622))return logger[_0x3e46c0(0x252)](_0x256d0e[_0x3e46c0(0x230)]),![];if(!(_0xee40d3[_0x3e46c0(0x209)]&&_0x256d0e[_0x3e46c0(0x1e2)](_0xee40d3[_0x3e46c0(0x209)]['toLowerCase'](),_0x256d0e[_0x3e46c0(0x2fa)])||_0xee40d3[_0x3e46c0(0x209)]&&_0x256d0e['Tfzbc'](_0xee40d3[_0x3e46c0(0x209)][_0x3e46c0(0x326)](),_0x256d0e['kfYSI'])||_0xee40d3['browser']&&_0x256d0e[_0x3e46c0(0x1eb)](_0xee40d3[_0x3e46c0(0x37e)][_0x3e46c0(0x326)](),_0x256d0e['hmUQQ'])||_0xee40d3[_0x3e46c0(0x37e)]&&_0x256d0e['SHVlu'](_0xee40d3[_0x3e46c0(0x37e)]['toLowerCase'](),_0x256d0e[_0x3e46c0(0x2f7)])))return logger[_0x3e46c0(0x1d1)](_0x256d0e['wvUXW']),![];try{const _0x3ef7ec=_0xee40d3['headless'],_0x549127=_0x256d0e[_0x3e46c0(0x1e2)](_0x3ef7ec,!![])||_0x256d0e['WHGUR'](_0x3ef7ec,_0x256d0e[_0x3e46c0(0x28c)])||_0x256d0e[_0x3e46c0(0x1e2)](typeof _0x3ef7ec,_0x256d0e[_0x3e46c0(0x20f)])&&_0x256d0e[_0x3e46c0(0x1e2)](_0x3ef7ec[_0x3e46c0(0x326)](),_0x256d0e['cnnXZ']);if(_0x549127)return logger[_0x3e46c0(0x1d1)](_0x256d0e['Fvyzy']),![];const _0x5e7c9d=_0xee40d3?.['chromeOptions']?.[_0x3e46c0(0x2fb)]||_0xee40d3?.[_0x256d0e[_0x3e46c0(0x2c8)]]?.[_0x3e46c0(0x2fb)]||[];if(Array['isArray'](_0x5e7c9d)&&_0x5e7c9d[_0x3e46c0(0x211)](_0x350433=>typeof _0x350433==='string'&&(_0x350433===_0x3e46c0(0x315)||_0x350433[_0x3e46c0(0x287)](_0x3e46c0(0x1e6))&&_0x350433!=='--headless=new')))return logger[_0x3e46c0(0x1d1)](_0x256d0e[_0x3e46c0(0x210)]),![];}catch(_0x11fe80){logger[_0x3e46c0(0x252)](_0x3e46c0(0x35b)+util['format'](_0x11fe80));}if(!_0x256d0e[_0x3e46c0(0x282)](_0x21c251)){if(!_0x256d0e['xqmBY'](_0x256d0e['WXwyq'](parseFloat,_0xee40d3['browserVersion']),_0x256d0e[_0x3e46c0(0x278)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x3e46c0(0x1d1)](_0x256d0e['MzIMm']),![];}else{if(_0x256d0e[_0x3e46c0(0x332)](_0xee40d3[_0x3e46c0(0x1fd)],_0x256d0e['SCWbb'])&&!_0x256d0e[_0x3e46c0(0x2d0)](_0x256d0e[_0x3e46c0(0x2cb)](parseFloat,_0xee40d3[_0x3e46c0(0x1fd)]),_0x256d0e['qzvGz'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x3e46c0(0x1d1)](_0x256d0e['iojVp']),![];}return!![];}catch(_0x11101d){return logger['debug'](_0x3e46c0(0x214)+_0x11101d['message']),![];}}[a80_0x40565e(0x2e8)](_0x559542=[],_0x555d15,_0xb013d4=a80_0x40565e(0x309)){const _0x1e88ac=a80_0x40565e,_0x163b20={'Sbryb':function(_0x21811d,_0x45b592){return _0x21811d===_0x45b592;},'Iizpg':_0x1e88ac(0x328),'szjkc':function(_0x406f3a,_0x10d4d2){return _0x406f3a||_0x10d4d2;},'hABsy':function(_0x5519c8,_0x12e0ef){return _0x5519c8&&_0x12e0ef;},'fjvaz':_0x1e88ac(0x2da),'EWqRH':function(_0x16bc23,_0x3f71f6){return _0x16bc23===_0x3f71f6;},'VCafp':function(_0xa306a,_0x1984c0){return _0xa306a(_0x1984c0);},'RVSKE':function(_0x2a5a76,_0x464c26){return _0x2a5a76>_0x464c26;}};try{const _0x33db2e=process[_0x1e88ac(0x1ea)][_0x1e88ac(0x27a)]?JSON[_0x1e88ac(0x2c2)](process[_0x1e88ac(0x1ea)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x33db2e)return!![];const _0x88479f=Array[_0x1e88ac(0x2d7)](_0x33db2e[_0x1e88ac(0x201)])?_0x33db2e['includeTagsInTestingScope']:[],_0x3f9b40=Array[_0x1e88ac(0x2d7)](_0x33db2e[_0x1e88ac(0x381)])?_0x33db2e[_0x1e88ac(0x381)]:[];if(_0x163b20['Sbryb'](_0xb013d4,_0x163b20[_0x1e88ac(0x1e0)])){let _0x210c9e;Array[_0x1e88ac(0x2d7)](_0x559542)?_0x210c9e=_0x559542[_0x1e88ac(0x26a)]('\x20'):_0x210c9e=_0x163b20[_0x1e88ac(0x2df)](_0x559542,'');const _0x2e6b39=_0x3f9b40[_0x1e88ac(0x211)](_0x5b2fab=>_0x210c9e[_0x1e88ac(0x38d)](_0x5b2fab)),_0x211e2e=_0x163b20[_0x1e88ac(0x200)](_0x88479f['length'],0x0)||_0x88479f[_0x1e88ac(0x211)](_0x2d5ee4=>_0x210c9e[_0x1e88ac(0x38d)](_0x2d5ee4)),_0x6668be=_0x163b20[_0x1e88ac(0x295)](!_0x2e6b39,_0x211e2e);return logger['debug'](_0x1e88ac(0x265)+(_0x555d15?.[_0x1e88ac(0x2e1)]?.()||_0x163b20[_0x1e88ac(0x2f9)])+_0x1e88ac(0x2a6)+_0x6668be+',\x20testName='+_0x210c9e+_0x1e88ac(0x371)+JSON['stringify'](_0x88479f)+',\x20excludeTags='+JSON[_0x1e88ac(0x28f)](_0x3f9b40)),_0x6668be;}const _0x5a97b0=Array[_0x1e88ac(0x2d7)](_0x559542)?_0x559542:[];let _0x4b4614=![],_0x58e5e7=_0x163b20['EWqRH'](_0x88479f['length'],0x0);const _0x462392=_0x47a89b=>typeof _0x47a89b===_0x1e88ac(0x2e6)?_0x47a89b['replace'](/^@/,'')['toLowerCase']()['trim']():_0x47a89b,_0x23d2d2=new Set(_0x88479f[_0x1e88ac(0x324)](_0x462392)),_0x2a48a=new Set(_0x3f9b40[_0x1e88ac(0x324)](_0x462392));for(const _0x7f85ca of _0x5a97b0){const _0x18d864=_0x163b20['VCafp'](_0x462392,_0x7f85ca);_0x2a48a[_0x1e88ac(0x26d)](_0x18d864)&&(_0x4b4614=!![]),_0x163b20[_0x1e88ac(0x25c)](_0x23d2d2['size'],0x0)&&_0x23d2d2[_0x1e88ac(0x26d)](_0x18d864)&&(_0x58e5e7=!![]);}const _0x51cd32=_0x163b20['hABsy'](_0x58e5e7,!_0x4b4614);return logger['debug'](_0x1e88ac(0x265)+(_0x555d15?.[_0x1e88ac(0x2e1)]?.()||_0x163b20[_0x1e88ac(0x2f9)])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x51cd32+_0x1e88ac(0x2b8)+JSON[_0x1e88ac(0x28f)](_0x5a97b0)+_0x1e88ac(0x371)+JSON[_0x1e88ac(0x28f)](_0x88479f)+_0x1e88ac(0x2ce)+JSON[_0x1e88ac(0x28f)](_0x3f9b40)),_0x51cd32;}catch(_0x228432){return logger[_0x1e88ac(0x252)](_0x1e88ac(0x265)+(_0x555d15?.[_0x1e88ac(0x2e1)]?.()||_0x163b20[_0x1e88ac(0x2f9)])+_0x1e88ac(0x23a)+_0x228432[_0x1e88ac(0x1e1)]),![];}}async[a80_0x40565e(0x33b)](_0x3f0ea0){const _0x36ee9d=a80_0x40565e,_0x560ae5={};_0x560ae5[_0x36ee9d(0x2d8)]=function(_0x159fbf,_0x458b3f){return _0x159fbf!==_0x458b3f;},_0x560ae5[_0x36ee9d(0x1d7)]='cucumber',_0x560ae5[_0x36ee9d(0x392)]=function(_0x31820a,_0x9b06a5){return _0x31820a!==_0x9b06a5;},_0x560ae5[_0x36ee9d(0x253)]=_0x36ee9d(0x328),_0x560ae5[_0x36ee9d(0x23b)]=_0x36ee9d(0x237),_0x560ae5[_0x36ee9d(0x28a)]='TEST_INIT',_0x560ae5[_0x36ee9d(0x362)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x560ae5[_0x36ee9d(0x2d1)]=_0x36ee9d(0x308),_0x560ae5[_0x36ee9d(0x22d)]=_0x36ee9d(0x368),_0x560ae5[_0x36ee9d(0x1f2)]=function(_0x12382f,_0x344e50){return _0x12382f===_0x344e50;},_0x560ae5[_0x36ee9d(0x2c1)]=function(_0x122b49,_0x4644d4){return _0x122b49===_0x4644d4;},_0x560ae5[_0x36ee9d(0x2a4)]=_0x36ee9d(0x218),_0x560ae5[_0x36ee9d(0x349)]=function(_0x54b337,_0xb29906){return _0x54b337===_0xb29906;},_0x560ae5[_0x36ee9d(0x346)]='Unknown\x20Test',_0x560ae5['HTISW']=function(_0x5ca714,_0x3cab9e){return _0x5ca714>_0x3cab9e;},_0x560ae5['WZPfN']='function',_0x560ae5['RBgNo']=_0x36ee9d(0x35a),_0x560ae5[_0x36ee9d(0x387)]=function(_0x10e73c,_0x374a8f){return _0x10e73c&&_0x374a8f;},_0x560ae5[_0x36ee9d(0x2ec)]='unknown',_0x560ae5['smSnY']=_0x36ee9d(0x317);const _0x548743=_0x560ae5;if(_0x548743[_0x36ee9d(0x2d8)](_0x3f0ea0['testFramework'],_0x548743[_0x36ee9d(0x1d7)])&&_0x548743[_0x36ee9d(0x392)](_0x3f0ea0[_0x36ee9d(0x2bf)],_0x548743[_0x36ee9d(0x253)])){logger[_0x36ee9d(0x252)](_0x548743[_0x36ee9d(0x23b)]);return;}logger[_0x36ee9d(0x2ee)](_0x36ee9d(0x1f0)+JSON['stringify'](_0x3f0ea0));try{const _0x45144a=AutomationFramework[_0x36ee9d(0x24f)](),_0x5459e1=TestFramework[_0x36ee9d(0x24f)](),_0x57bdb4=_0x3f0ea0[_0x36ee9d(0x342)]||global[_0x36ee9d(0x1dd)]?.['pwPage']||null;if(!_0x57bdb4){_0x5459e1&&_0x5459e1[_0x36ee9d(0x20e)](_0x548743[_0x36ee9d(0x28a)],!![]);logger[_0x36ee9d(0x252)](_0x548743[_0x36ee9d(0x362)]);return;}logger['debug'](_0x548743['bJikd']);const _0x582e76=_0x5459e1?.[_0x36ee9d(0x2cf)](_0x548743[_0x36ee9d(0x22d)],![]),_0xe84e51=_0x5459e1?.[_0x36ee9d(0x2cf)](_0x548743[_0x36ee9d(0x28a)],![]);if(_0x548743[_0x36ee9d(0x1f2)](_0x582e76,![])&&_0x548743['dbuwG'](_0xe84e51,![])){_0x5459e1&&_0x5459e1['updateData'](_0x548743['fWsLM'],!![]);logger[_0x36ee9d(0x252)](_0x548743[_0x36ee9d(0x2a4)]);return;}_0x5459e1&&_0x5459e1[_0x36ee9d(0x20e)](_0x548743[_0x36ee9d(0x28a)],!![]);let _0x55fa8e,_0x5aa7e8;const _0x3b885a=_0x3f0ea0[_0x36ee9d(0x2bf)]||_0x548743[_0x36ee9d(0x1d7)];if(_0x548743['FxoIA'](_0x3b885a,_0x548743['vAiNd'])){_0x5aa7e8=_0x3f0ea0['testInfo']?.[_0x36ee9d(0x22e)]||_0x3f0ea0[_0x36ee9d(0x270)]?.['id']||global[_0x36ee9d(0x20c)]||global[_0x36ee9d(0x1dd)]?.['currentTest']?.[_0x36ee9d(0x22e)]||global['__workerDetails']?.[_0x36ee9d(0x22b)]?.['id'];const _0x4b9bd7=_0x5459e1?.[_0x36ee9d(0x247)]()?.[_0x36ee9d(0x37b)](_0x5aa7e8);if(_0x4b9bd7&&_0x4b9bd7[TestFrameworkConstants[_0x36ee9d(0x2ac)]])_0x55fa8e=_0x4b9bd7[TestFrameworkConstants[_0x36ee9d(0x2ac)]];else{if(_0x3f0ea0[_0x36ee9d(0x270)]?.['titlePath'])_0x55fa8e=_0x3f0ea0[_0x36ee9d(0x270)][_0x36ee9d(0x2fd)];else global[_0x36ee9d(0x1dd)]?.['currentTest']?.[_0x36ee9d(0x270)]?.[_0x36ee9d(0x2fd)]?_0x55fa8e=global[_0x36ee9d(0x1dd)][_0x36ee9d(0x22b)][_0x36ee9d(0x270)][_0x36ee9d(0x2fd)]:_0x55fa8e=_0x548743[_0x36ee9d(0x346)];}logger[_0x36ee9d(0x252)](_0x36ee9d(0x2a8)+_0x5aa7e8+_0x36ee9d(0x266)+JSON['stringify'](_0x55fa8e));}else{_0x5aa7e8=this[_0x36ee9d(0x321)](_0x3f0ea0);const _0x45a604=TestInfo[_0x36ee9d(0x2a9)](_0x5aa7e8);let _0x6da4e8=[];if(_0x45a604&&Array[_0x36ee9d(0x2d7)](_0x45a604[_0x36ee9d(0x35a)])&&_0x548743[_0x36ee9d(0x380)](_0x45a604['test_tags'][_0x36ee9d(0x241)],0x0))_0x6da4e8=_0x45a604[_0x36ee9d(0x35a)];else{if(_0x5459e1){const _0x3b43de=_0x548743[_0x36ee9d(0x1f2)](typeof _0x5459e1[_0x36ee9d(0x2cf)],_0x548743['WZPfN'])?_0x5459e1[_0x36ee9d(0x2cf)](_0x548743[_0x36ee9d(0x2fe)],[]):_0x5459e1[_0x36ee9d(0x35a)]||[];Array[_0x36ee9d(0x2d7)](_0x3b43de)&&(_0x6da4e8=_0x3b43de);}}_0x55fa8e=_0x6da4e8;}logger['info'](_0x36ee9d(0x30c)+JSON[_0x36ee9d(0x28f)](_0x55fa8e));const _0x510b6c=this[_0x36ee9d(0x271)](_0x45144a,_0x3f0ea0['platformCaps'],_0x3f0ea0[_0x36ee9d(0x2d2)]);logger['debug'](_0x36ee9d(0x2ad)+_0x510b6c+_0x36ee9d(0x365)+this[_0x36ee9d(0x374)]);const _0x214484=this['isEnabledTestcase'](_0x55fa8e,_0x45144a,_0x3b885a),_0x552706=_0x548743['rpyqy'](_0x510b6c,_0x214484),_0x1cdc44=CLIUtils[_0x36ee9d(0x31c)]();this[_0x36ee9d(0x302)][_0x36ee9d(0x1d9)](_0x1cdc44,_0x552706),global[_0x36ee9d(0x23f)]?.[_0x36ee9d(0x358)]&&global[_0x36ee9d(0x23f)][_0x36ee9d(0x358)]()[_0x36ee9d(0x329)](_0x552706),logger[_0x36ee9d(0x252)](_0x36ee9d(0x265)+(_0x45144a?.['getPlatformIndex']?.()||_0x548743['nExIG'])+']\x20should\x20run\x20accessibility\x20value='+_0x552706),_0x552706?(global['accessibilityPlatform']=!![],process[_0x36ee9d(0x1ea)][_0x36ee9d(0x36f)]=_0x548743[_0x36ee9d(0x36e)],this[_0x36ee9d(0x2e2)]()):global[_0x36ee9d(0x357)]=![];}catch(_0xb6970e){logger['error'](_0x36ee9d(0x2a7)+(_0xb6970e[_0x36ee9d(0x38a)]||_0xb6970e[_0x36ee9d(0x1e1)]));const _0x3dc6=CLIUtils['getCurrentInstanceName']();this[_0x36ee9d(0x302)][_0x36ee9d(0x1d9)](_0x3dc6,![]),global[_0x36ee9d(0x357)]=![];}}[a80_0x40565e(0x280)](){const _0x5700eb=a80_0x40565e;return this['capabilities'][_0x5700eb(0x21f)](_0x551523=>_0x551523[_0x5700eb(0x391)]()==='goog:chromeOptions')?.['getValue']()||'';}[a80_0x40565e(0x386)](_0x1cb12c){const _0x1e20a1=a80_0x40565e;try{const _0x32f2c6=this['accessibilityConfig']?.[_0x1e20a1(0x1d0)]?.[_0x1e20a1(0x23c)]||[],_0x496b52=_0x32f2c6[_0x1e20a1(0x21f)](_0x433dd4=>_0x433dd4[_0x1e20a1(0x232)]===_0x1cb12c);return _0x496b52?_0x496b52[_0x1e20a1(0x260)]:null;}catch(_0x10b175){return logger[_0x1e20a1(0x252)](_0x1e20a1(0x354)+_0x1cb12c+':\x20'+_0x10b175[_0x1e20a1(0x1e1)]),null;}}async[a80_0x40565e(0x223)](_0x589901,_0x2cd8f4){const _0x4a4e50=a80_0x40565e,_0x4f3911=_0x589901[_0x4a4e50(0x206)]()[_0x4a4e50(0x26b)](),_0x3e07df=_0x4f3911[_0x4a4e50(0x38f)](),_0x3e4730=_0x4f3911[_0x4a4e50(0x2c9)]()?.[_0x4a4e50(0x24a)]();scripts[_0x4a4e50(0x205)](_0x3e07df,_0x3e4730),scripts[_0x4a4e50(0x268)]();const _0x57e3b4=_0x4f3911[_0x4a4e50(0x384)]();this[_0x4a4e50(0x376)]=_0x4f3911[_0x4a4e50(0x384)](),await this[_0x4a4e50(0x310)](_0x57e3b4,_0x2cd8f4[_0x4a4e50(0x2d2)]);}async['setAccessibilityToken'](_0xa3643f,_0x272d57={}){const _0x31f45a=a80_0x40565e,_0x5171f3={};_0x5171f3['UAmAu']=function(_0x9064d,_0x514d51){return _0x9064d===_0x514d51;},_0x5171f3[_0x31f45a(0x36b)]=_0x31f45a(0x227),_0x5171f3[_0x31f45a(0x363)]=_0x31f45a(0x32f),_0x5171f3[_0x31f45a(0x2e3)]=function(_0x17eb8b,_0x41071c){return _0x17eb8b===_0x41071c;},_0x5171f3[_0x31f45a(0x219)]=_0x31f45a(0x1e7),_0x5171f3[_0x31f45a(0x311)]=_0x31f45a(0x1f1),_0x5171f3[_0x31f45a(0x32b)]=_0x31f45a(0x208),_0x5171f3['lOEFy']=_0x31f45a(0x28d),_0x5171f3[_0x31f45a(0x215)]='scannerProcessingTimeout',_0x5171f3[_0x31f45a(0x296)]=_0x31f45a(0x366);const _0x5c9e22=_0x5171f3;global[_0x31f45a(0x37a)]=global[_0x31f45a(0x37a)]||{};for(const _0xe60f36 of _0xa3643f){logger[_0x31f45a(0x2ee)](_0x31f45a(0x1d5)+_0xe60f36[_0x31f45a(0x391)]()+_0x31f45a(0x370)+_0xe60f36[_0x31f45a(0x2ab)]());if(_0x5c9e22[_0x31f45a(0x20d)](_0xe60f36[_0x31f45a(0x391)](),_0x5c9e22['YFNDf']))process['env']['BS_A11Y_JWT']=_0xe60f36[_0x31f45a(0x2ab)](),global[_0x31f45a(0x37a)][_0x5c9e22['GULPY']]=_0xe60f36[_0x31f45a(0x2ab)]();else{if(_0x5c9e22[_0x31f45a(0x2e3)](_0xe60f36[_0x31f45a(0x391)](),_0x5c9e22[_0x31f45a(0x219)]))global['__accessibilityOptions'][_0x5c9e22['eAmtt']]=_0xe60f36[_0x31f45a(0x2ab)]();else{if(_0x5c9e22[_0x31f45a(0x20d)](_0xe60f36[_0x31f45a(0x391)](),_0x5c9e22[_0x31f45a(0x32b)]))global['__accessibilityOptions'][_0x5c9e22[_0x31f45a(0x1fa)]]=_0xe60f36[_0x31f45a(0x2ab)]();else _0x5c9e22['UAmAu'](_0xe60f36[_0x31f45a(0x391)](),_0x5c9e22['xLcDK'])&&(global['__accessibilityOptions'][_0x5c9e22[_0x31f45a(0x296)]]=_0xe60f36[_0x31f45a(0x2ab)]());}}}}async[a80_0x40565e(0x22a)](_0x2c73f5){const _0x56cc3d=a80_0x40565e,_0x111b18={};_0x111b18[_0x56cc3d(0x236)]=function(_0x132c24,_0x3b6c3e){return _0x132c24!==_0x3b6c3e;},_0x111b18['Lyadm']='cucumber',_0x111b18[_0x56cc3d(0x2f5)]=function(_0x492ffa,_0x5a424f){return _0x492ffa!==_0x5a424f;},_0x111b18['YZbNh']=_0x56cc3d(0x328),_0x111b18[_0x56cc3d(0x245)]='onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x111b18[_0x56cc3d(0x389)]='unknown';const _0x13aba8=_0x111b18;if(_0x13aba8[_0x56cc3d(0x236)](_0x2c73f5['testFramework'],_0x13aba8[_0x56cc3d(0x298)])&&_0x13aba8['Auptr'](_0x2c73f5[_0x56cc3d(0x2bf)],_0x13aba8[_0x56cc3d(0x255)])){logger[_0x56cc3d(0x252)](_0x13aba8['JsJEs']);return;}const _0xf1c6c3=_0x2c73f5[_0x56cc3d(0x270)]?.['testAnalyticsId']||_0x2c73f5[_0x56cc3d(0x270)]?.['id']||global[_0x56cc3d(0x20c)];logger[_0x56cc3d(0x2ee)](_0x56cc3d(0x38e)+_0x2c73f5[_0x56cc3d(0x2bf)]+_0x56cc3d(0x36c)+_0xf1c6c3);try{const _0x3bd30e=_0x2c73f5[_0x56cc3d(0x30a)]||AutomationFramework[_0x56cc3d(0x24f)](),_0x23c89f=CLIUtils['getCurrentInstanceName'](),_0xeb7d22=this[_0x56cc3d(0x225)]();logger[_0x56cc3d(0x252)](_0x56cc3d(0x265)+(_0x3bd30e?.[_0x56cc3d(0x2e1)]?.()||_0x13aba8[_0x56cc3d(0x389)])+']\x20onAfterTest\x20should\x20scan='+_0xeb7d22),_0xeb7d22&&await this[_0x56cc3d(0x1de)](_0x3bd30e,_0x2c73f5),this['accessibility'][_0x56cc3d(0x367)](_0x23c89f),this[_0x56cc3d(0x229)][_0x56cc3d(0x367)](_0x23c89f);}catch(_0x37a50e){logger[_0x56cc3d(0x222)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x37a50e[_0x56cc3d(0x38a)]||_0x37a50e['message']));}}async[a80_0x40565e(0x1de)](_0x59d975,_0x2402b4){const _0x2e0d9d=a80_0x40565e,_0x912443={};_0x912443[_0x2e0d9d(0x38b)]=function(_0x3957b2,_0x59082b){return _0x3957b2===_0x59082b;},_0x912443[_0x2e0d9d(0x27c)]='function',_0x912443[_0x2e0d9d(0x26e)]=function(_0x1907ab,_0x4a270e){return _0x1907ab===_0x4a270e;},_0x912443[_0x2e0d9d(0x31e)]=_0x2e0d9d(0x328),_0x912443[_0x2e0d9d(0x1e9)]=_0x2e0d9d(0x309),_0x912443[_0x2e0d9d(0x2c7)]=_0x2e0d9d(0x291),_0x912443[_0x2e0d9d(0x336)]=_0x2e0d9d(0x302),_0x912443['OGwFL']=_0x2e0d9d(0x2c4),_0x912443[_0x2e0d9d(0x2d6)]=_0x2e0d9d(0x2da),_0x912443[_0x2e0d9d(0x373)]='present',_0x912443[_0x2e0d9d(0x1db)]=_0x2e0d9d(0x275),_0x912443[_0x2e0d9d(0x21d)]=function(_0x930758,_0x66a932){return _0x930758===_0x66a932;},_0x912443['NVJYv']=function(_0x98cd91,_0x1e6ad1){return _0x98cd91||_0x1e6ad1;},_0x912443['qdAca']=_0x2e0d9d(0x30d),_0x912443[_0x2e0d9d(0x2a3)]=_0x2e0d9d(0x2d5);const _0x1901ce=_0x912443;try{const _0x5cf0c4=_0x2402b4[_0x2e0d9d(0x2bf)]||(_0x1901ce[_0x2e0d9d(0x26e)](this[_0x2e0d9d(0x28e)]?.['name']?.[_0x2e0d9d(0x326)](),_0x1901ce['ezUUK'])?_0x1901ce[_0x2e0d9d(0x31e)]:_0x1901ce[_0x2e0d9d(0x1e9)]);let _0x2e26cf='',_0x137678=null,_0x12957e=null;if(_0x1901ce[_0x2e0d9d(0x38b)](_0x5cf0c4,_0x1901ce[_0x2e0d9d(0x31e)])){_0x137678=_0x2402b4[_0x2e0d9d(0x270)]?.[_0x2e0d9d(0x22e)]||_0x2402b4['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x137678){logger[_0x2e0d9d(0x1d1)](_0x1901ce[_0x2e0d9d(0x2c7)]);return;}try{const _0x10b1cf=await GrpcClient[_0x2e0d9d(0x251)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x2e0d9d(0x27d)],_0x1901ce['MKffr'],_0x1901ce[_0x2e0d9d(0x228)],_0x137678),_0x2d8288=AccessibilityModule[_0x2e0d9d(0x350)](null,_0x10b1cf);_0x2e26cf=_0x2d8288?.['thTestRunUuid']||'',logger[_0x2e0d9d(0x252)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x2e26cf+_0x2e0d9d(0x32a)+_0x137678),_0x12957e=_0x10b1cf;}catch(_0x52c1b5){logger[_0x2e0d9d(0x222)](_0x2e0d9d(0x1f6)+_0x52c1b5[_0x2e0d9d(0x1e1)]);return;}}else{const _0x1af08b=this[_0x2e0d9d(0x321)](_0x2402b4);_0x2e26cf=TestInfo[_0x2e0d9d(0x1f7)](_0x1af08b);}const _0x14529d=((()=>{const _0xa07180=_0x2e0d9d,_0x1bcb21=(this[_0xa07180(0x2bc)]?.[_0xa07180(0x1d0)]?.['capabilitiesList']||[])[_0xa07180(0x21f)](_0x18bd8b=>(typeof _0x18bd8b[_0xa07180(0x391)]===_0xa07180(0x385)?_0x18bd8b[_0xa07180(0x391)]():_0x18bd8b[_0xa07180(0x232)])===this[_0xa07180(0x267)]);return _0x1bcb21?_0x1901ce['YEsjv'](typeof _0x1bcb21['getValue'],_0x1901ce[_0xa07180(0x27c)])?_0x1bcb21['getValue']():_0x1bcb21[_0xa07180(0x260)]:'';})()),_0x5d5f26=process[_0x2e0d9d(0x1ea)][_0x2e0d9d(0x286)]||'';logger[_0x2e0d9d(0x252)](_0x2e0d9d(0x265)+(_0x59d975?.[_0x2e0d9d(0x2e1)]?.()||_0x1901ce[_0x2e0d9d(0x2d6)])+']\x20clear\x20'+_0x2e26cf+_0x2e0d9d(0x382)+_0x14529d+'\x20a11yToken='+(_0x5d5f26?_0x1901ce['twQAI']:_0x1901ce[_0x2e0d9d(0x1db)]));let _0x37e6de;if(_0x1901ce[_0x2e0d9d(0x21d)](_0x5cf0c4,_0x1901ce[_0x2e0d9d(0x31e)]))_0x37e6de=AccessibilityModule[_0x2e0d9d(0x350)](_0x2e26cf,_0x12957e);else{const _0xd2e7e4=await GrpcClient[_0x2e0d9d(0x251)]()[_0x2e0d9d(0x20b)](process['env'][_0x2e0d9d(0x27d)],_0x1901ce[_0x2e0d9d(0x336)],_0x1901ce[_0x2e0d9d(0x228)]);_0x37e6de=AccessibilityModule[_0x2e0d9d(0x350)](_0x2e26cf,_0xd2e7e4);}logger['debug'](_0x2e0d9d(0x2ba)+JSON['stringify'](_0x37e6de));const _0x26b4fb=Object[_0x2e0d9d(0x327)]({},{'thTestRunUuid':_0x1901ce[_0x2e0d9d(0x333)](_0x2e26cf,''),'thBuildUuid':_0x1901ce['NVJYv'](_0x14529d,''),'thJwtToken':_0x1901ce[_0x2e0d9d(0x333)](_0x5d5f26,'')},_0x37e6de);logger[_0x2e0d9d(0x252)](_0x2e0d9d(0x216)+_0x2e26cf+_0x2e0d9d(0x365)+this[_0x2e0d9d(0x374)]);let _0x73add1=global[_0x2e0d9d(0x1dd)]?.[_0x2e0d9d(0x2e5)]||null;!_0x73add1&&(_0x73add1=AutomationFramework[_0x2e0d9d(0x204)](_0x59d975,_0x1901ce[_0x2e0d9d(0x25e)],null)),!_0x73add1&&(_0x73add1=AutomationFramework[_0x2e0d9d(0x204)](_0x59d975,_0x1901ce[_0x2e0d9d(0x2a3)],null)),await this[_0x2e0d9d(0x256)](this[_0x2e0d9d(0x225)](),_0x2e26cf,_0x73add1,_0x26b4fb,this[_0x2e0d9d(0x374)]);}catch(_0x2cf435){logger['error']('Error\x20in\x20stopTestCapture:\x20'+(_0x2cf435[_0x2e0d9d(0x38a)]||_0x2cf435[_0x2e0d9d(0x1e1)]));}}async[a80_0x40565e(0x256)](_0x54cb88,_0x3760c8,_0x1a9e83,_0x48c584,_0x9cdff6){const _0x28c996=a80_0x40565e,_0x120814={};_0x120814[_0x28c996(0x2a5)]=_0x28c996(0x2c4),_0x120814['QwqpC']=function(_0x4f6f51,_0x2797d1){return _0x4f6f51&&_0x2797d1;},_0x120814[_0x28c996(0x239)]=_0x28c996(0x27f),_0x120814['XIway']=function(_0xb70f08,_0x2eb36e){return _0xb70f08===_0x2eb36e;},_0x120814[_0x28c996(0x2e7)]=_0x28c996(0x275),_0x120814['bIEjo']=_0x28c996(0x220),_0x120814[_0x28c996(0x221)]=_0x28c996(0x1ee),_0x120814[_0x28c996(0x2a1)]=_0x28c996(0x1da),_0x120814[_0x28c996(0x37c)]=_0x28c996(0x294),_0x120814[_0x28c996(0x224)]=function(_0x384147,_0x47dfbd){return _0x384147&&_0x47dfbd;},_0x120814[_0x28c996(0x339)]=_0x28c996(0x231),_0x120814[_0x28c996(0x25f)]='a11y:save-results',_0x120814[_0x28c996(0x313)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x23a50f=_0x120814;try{const _0x61b512=this[_0x28c996(0x2e0)](_0x23a50f[_0x28c996(0x2a5)]);if(_0x23a50f[_0x28c996(0x262)](!_0x9cdff6,!_0x61b512)){logger[_0x28c996(0x252)](_0x23a50f[_0x28c996(0x239)]);return;}if(!_0x3760c8||_0x23a50f[_0x28c996(0x273)](_0x3760c8,_0x23a50f[_0x28c996(0x2e7)])||_0x23a50f[_0x28c996(0x273)](_0x3760c8,'')){logger[_0x28c996(0x252)](_0x23a50f['bIEjo']);return;}logger['debug'](_0x28c996(0x261)+JSON[_0x28c996(0x28f)](_0x48c584)),_0x54cb88&&(logger['debug'](_0x23a50f[_0x28c996(0x221)]),await this[_0x28c996(0x2a0)](_0x1a9e83,_0x3760c8,_0x23a50f[_0x28c996(0x2a1)],_0x48c584,_0x9cdff6,_0x23a50f[_0x28c996(0x37c)]),_0x23a50f[_0x28c996(0x224)](!_0x9cdff6,_0x61b512)&&(logger[_0x28c996(0x252)](_0x23a50f[_0x28c996(0x339)]),await PerformanceTester['measureWrapper'](_0x23a50f[_0x28c996(0x25f)],async()=>{const _0x10be84=_0x28c996;await this['performScanForCli'](_0x1a9e83,_0x3760c8,_0x23a50f['FZPmp'],_0x48c584,_0x9cdff6,_0x23a50f[_0x10be84(0x2a5)]);})()),logger['info'](_0x23a50f[_0x28c996(0x313)]));}catch(_0x500805){logger[_0x28c996(0x222)](_0x28c996(0x2ff)+(_0x500805[_0x28c996(0x38a)]||_0x500805[_0x28c996(0x1e1)]));}}async['onBeforeExecute'](_0x22296a){const _0x4ef3ae=a80_0x40565e,_0x5dbb75={};_0x5dbb75[_0x4ef3ae(0x2b7)]=function(_0x1fe4bd,_0x1e59e2){return _0x1fe4bd!==_0x1e59e2;},_0x5dbb75[_0x4ef3ae(0x2ef)]=_0x4ef3ae(0x309),_0x5dbb75['SFHfI']=function(_0x1f6ae5,_0x48f5c1){return _0x1f6ae5!==_0x48f5c1;},_0x5dbb75[_0x4ef3ae(0x31f)]='jest',_0x5dbb75['hcEbv']=_0x4ef3ae(0x25d),_0x5dbb75[_0x4ef3ae(0x244)]='unknown',_0x5dbb75[_0x4ef3ae(0x29b)]=_0x4ef3ae(0x22c),_0x5dbb75['PHSzG']=function(_0x337460,_0x5c8031){return _0x337460===_0x5c8031;},_0x5dbb75[_0x4ef3ae(0x36d)]=_0x4ef3ae(0x2d3),_0x5dbb75[_0x4ef3ae(0x23e)]=_0x4ef3ae(0x302),_0x5dbb75[_0x4ef3ae(0x2ea)]='performScan',_0x5dbb75[_0x4ef3ae(0x2c6)]=_0x4ef3ae(0x2fc),_0x5dbb75['bXmsl']=_0x4ef3ae(0x2a2),_0x5dbb75[_0x4ef3ae(0x24e)]=function(_0x3b9769,_0x3286cf){return _0x3b9769===_0x3286cf;},_0x5dbb75['axAHi']=_0x4ef3ae(0x294),_0x5dbb75['CwbQS']='null';const _0x4f8e18=_0x5dbb75;if(_0x4f8e18['AqIxq'](_0x22296a[_0x4ef3ae(0x2bf)],_0x4f8e18[_0x4ef3ae(0x2ef)])&&_0x4f8e18['SFHfI'](_0x22296a['testFramework'],_0x4f8e18[_0x4ef3ae(0x31f)])){logger[_0x4ef3ae(0x252)](_0x4f8e18[_0x4ef3ae(0x2b3)]);return;}logger[_0x4ef3ae(0x252)](_0x4ef3ae(0x249)+(_0x22296a['commandName']||_0x4f8e18[_0x4ef3ae(0x244)])+_0x4ef3ae(0x32d)+_0x22296a[_0x4ef3ae(0x2bf)]);try{const _0x20fb8a=_0x22296a[_0x4ef3ae(0x30a)]||AutomationFramework[_0x4ef3ae(0x24f)](),_0x45fdbe=TestFramework['getTrackedInstance'](),_0x210cae=_0x22296a[_0x4ef3ae(0x2e9)]||_0x22296a[_0x4ef3ae(0x375)]?.['getName']();if(!_0x210cae){logger['debug'](_0x4f8e18[_0x4ef3ae(0x29b)]);return;}if(!this[_0x4ef3ae(0x225)]()){logger[_0x4ef3ae(0x252)](_0x4ef3ae(0x24d)+_0x210cae);return;}if(!this[_0x4ef3ae(0x314)](_0x210cae)){logger['debug']('onBeforeExecute:\x20Command\x20'+_0x210cae+_0x4ef3ae(0x2b6));return;}const _0x3978f6=_0x22296a[_0x4ef3ae(0x342)]||global[_0x4ef3ae(0x1dd)]?.[_0x4ef3ae(0x2e5)];if(!_0x3978f6){logger[_0x4ef3ae(0x252)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x210cae);return;}let _0x12c6c4='',_0x400384=null;if(_0x4f8e18[_0x4ef3ae(0x1e8)](_0x22296a[_0x4ef3ae(0x2bf)],_0x4f8e18[_0x4ef3ae(0x31f)])){_0x400384=_0x22296a[_0x4ef3ae(0x270)]?.[_0x4ef3ae(0x22e)]||_0x22296a[_0x4ef3ae(0x270)]?.['id']||global[_0x4ef3ae(0x20c)];if(!_0x400384){logger[_0x4ef3ae(0x1d1)](_0x4f8e18['VPfuK']);return;}try{const _0x350de0=await GrpcClient['getInstance']()[_0x4ef3ae(0x20b)](process[_0x4ef3ae(0x1ea)][_0x4ef3ae(0x27d)],_0x4f8e18['GOdZY'],_0x4f8e18['sAAML'],_0x400384),_0x2373ee=AccessibilityModule['loadDriverExecuteParams'](null,_0x350de0);_0x12c6c4=_0x2373ee?.[_0x4ef3ae(0x2f8)]||'',logger[_0x4ef3ae(0x252)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x12c6c4+'\x20from\x20testIdentifier='+_0x400384);}catch(_0x5d6360){logger[_0x4ef3ae(0x222)]('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x5d6360['message']);return;}}else _0x12c6c4=this['getCapabilityValue'](_0x4f8e18['fstPF'])||'';const _0x2eddb5=this[_0x4ef3ae(0x386)](_0x4f8e18[_0x4ef3ae(0x213)])||this[_0x4ef3ae(0x2bc)][this[_0x4ef3ae(0x267)]]||null,_0x147451=process['env'][_0x4ef3ae(0x286)]||'',_0x3541ff=this['getParamsForScanForCli'](_0x210cae,_0x12c6c4,_0x2eddb5,_0x147451),_0x31dd6e=_0x4f8e18[_0x4ef3ae(0x24e)](_0x22296a[_0x4ef3ae(0x2bf)],_0x4f8e18[_0x4ef3ae(0x31f)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x4f8e18[_0x4ef3ae(0x34f)],_0x12c6c4,_0x400384):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x4f8e18[_0x4ef3ae(0x34f)],_0x12c6c4);logger['info']('ScanArgs:\x20'+(_0x3541ff?JSON[_0x4ef3ae(0x28f)](_0x3541ff):_0x4f8e18[_0x4ef3ae(0x340)]));const _0x371c67=CLIUtils[_0x4ef3ae(0x29d)](_0x3541ff,_0x31dd6e);logger[_0x4ef3ae(0x2ee)](_0x4ef3ae(0x29a)+(_0x371c67?JSON['stringify'](_0x371c67):_0x4f8e18[_0x4ef3ae(0x340)])),logger['debug'](_0x4ef3ae(0x2e4)+_0x210cae);const _0x28d2f2=await this[_0x4ef3ae(0x2a0)](_0x3978f6,_0x12c6c4,_0x210cae,_0x371c67,this[_0x4ef3ae(0x374)]);logger[_0x4ef3ae(0x252)](_0x4ef3ae(0x29f)+_0x210cae+_0x4ef3ae(0x289)+_0x28d2f2);}catch(_0x2e05ab){logger[_0x4ef3ae(0x222)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x2e05ab[_0x4ef3ae(0x38a)]||_0x2e05ab[_0x4ef3ae(0x1e1)]));}}[a80_0x40565e(0x297)](){const _0x5d5fef=a80_0x40565e;return this[_0x5d5fef(0x225)]();}[a80_0x40565e(0x304)](_0x118f17){const _0x9dd452=a80_0x40565e,_0x4267ab=CLIUtils[_0x9dd452(0x31c)]();this['accessibility']['set'](_0x4267ab,_0x118f17);}async[a80_0x40565e(0x32e)](_0xc3e8f3){const _0x480799=a80_0x40565e,_0x20515a={};_0x20515a[_0x480799(0x372)]=_0x480799(0x2da);const _0x579d8a=_0x20515a;try{const _0xc567dc=_0xc3e8f3[_0x480799(0x30a)]||AutomationFramework[_0x480799(0x24f)](),_0x57cf93=_0xc567dc?.[_0x480799(0x2cf)]?.()?.['get']?.(this['KEY_INIT'])||![];if(_0x57cf93)return;PerformanceTester['start'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x2d3f46=await GrpcClient[_0x480799(0x251)]()['getAccessibilityConfig'](_0xc3e8f3);_0x2d3f46&&_0x2d3f46[_0x480799(0x206)]&&_0x2d3f46[_0x480799(0x206)]()&&_0x2d3f46[_0x480799(0x206)]()[_0x480799(0x312)]()?(await this['loadAccessibilityConfig'](_0x2d3f46,_0xc3e8f3),_0xc567dc?.[_0x480799(0x2cf)]&&_0xc567dc[_0x480799(0x2cf)]()[_0x480799(0x1d9)](this[_0x480799(0x331)],!![]),logger[_0x480799(0x252)](_0x480799(0x265)+(_0xc567dc?.[_0x480799(0x2e1)]?.()||_0x579d8a['dEBAD'])+_0x480799(0x300))):logger[_0x480799(0x252)]('[platform\x20-\x20'+(_0xc567dc?.[_0x480799(0x2e1)]?.()||_0x579d8a[_0x480799(0x372)])+_0x480799(0x345)),PerformanceTester[_0x480799(0x2f4)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x4d5e5b){PerformanceTester[_0x480799(0x2f4)](EVENTS[_0x480799(0x1f9)],![],_0x4d5e5b['message']),logger[_0x480799(0x222)](_0x480799(0x306)+(_0x4d5e5b[_0x480799(0x38a)]||_0x4d5e5b[_0x480799(0x1e1)]));}}async[a80_0x40565e(0x36a)](_0x12dc4d,_0xc55d85){const _0x1e6cfb=a80_0x40565e;await this[_0x1e6cfb(0x223)](_0x12dc4d,_0xc55d85);const _0x1b8e12=_0x12dc4d['getAccessibility']()[_0x1e6cfb(0x26b)]();if(_0x1b8e12){const _0x2ded00=_0x12dc4d['getTesthub']&&_0x12dc4d[_0x1e6cfb(0x2be)]();_0x2ded00&&(this['accessibilityConfig'][this[_0x1e6cfb(0x267)]]=_0x2ded00[_0x1e6cfb(0x20a)]&&_0x2ded00[_0x1e6cfb(0x20a)]());}}[a80_0x40565e(0x314)](_0x30a26d){const _0x5a219d=a80_0x40565e,_0x3b2bc3={};_0x3b2bc3[_0x5a219d(0x234)]=function(_0x32fcb4,_0xdbc92){return _0x32fcb4===_0xdbc92;};const _0x39dd71=_0x3b2bc3;try{if(!_0x30a26d)return![];const _0x17d297=this[_0x5a219d(0x2bc)]?.[_0x5a219d(0x1d0)]?.[_0x5a219d(0x38c)]?.[_0x5a219d(0x325)]||[],_0x47c7ca=_0x17d297[_0x5a219d(0x211)](_0x546449=>{const _0x21ee8b=_0x5a219d;return _0x546449['name']&&_0x39dd71[_0x21ee8b(0x234)](_0x546449['name']['toLowerCase'](),_0x30a26d[_0x21ee8b(0x326)]());});return logger['debug'](_0x5a219d(0x1d2)+_0x30a26d+_0x5a219d(0x1d4)+_0x47c7ca+_0x5a219d(0x2d4)+JSON['stringify'](_0x17d297['map'](_0x26c1dd=>_0x26c1dd[_0x5a219d(0x232)]))),_0x47c7ca;}catch(_0x3f57f9){return logger[_0x5a219d(0x252)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x3f57f9['message']),![];}}[a80_0x40565e(0x2b5)](_0x3b454){const _0x2f3ee1=a80_0x40565e,_0x53e6ae={};_0x53e6ae[_0x2f3ee1(0x30e)]=function(_0x18b2cc,_0x2939f1){return _0x18b2cc===_0x2939f1;},_0x53e6ae[_0x2f3ee1(0x24c)]=_0x2f3ee1(0x2e6),_0x53e6ae[_0x2f3ee1(0x238)]=_0x2f3ee1(0x279);const _0xe383aa=_0x53e6ae,_0x58f850=_0x3b454[_0x2f3ee1(0x2dd)]&&_0x3b454[_0x2f3ee1(0x2dd)]();return _0x58f850&&_0xe383aa['ZwqlT'](typeof _0x58f850,_0xe383aa[_0x2f3ee1(0x24c)])&&_0x58f850['includes'](_0xe383aa[_0x2f3ee1(0x238)]);}['isAccessibilityScriptCommand'](_0x2dbe8a){const _0x689b8=a80_0x40565e,_0x8d1314={};_0x8d1314[_0x689b8(0x322)]=function(_0x48e363,_0x425804){return _0x48e363!==_0x425804;},_0x8d1314['jVZPa']=_0x689b8(0x2e6),_0x8d1314[_0x689b8(0x31a)]=_0x689b8(0x302),_0x8d1314[_0x689b8(0x316)]=_0x689b8(0x2dc),_0x8d1314[_0x689b8(0x2c0)]='getResults',_0x8d1314[_0x689b8(0x277)]=_0x689b8(0x292);const _0x4dea9a=_0x8d1314,_0x4d94a1=_0x2dbe8a[_0x689b8(0x2dd)]&&_0x2dbe8a['getScript']();if(!_0x4d94a1||_0x4dea9a[_0x689b8(0x322)](typeof _0x4d94a1,_0x4dea9a[_0x689b8(0x1e5)]))return![];return _0x4d94a1['includes'](_0x4dea9a['ctLWP'])||_0x4d94a1[_0x689b8(0x38d)](_0x4dea9a[_0x689b8(0x316)])||_0x4d94a1[_0x689b8(0x38d)](_0x4dea9a[_0x689b8(0x2c0)])||_0x4d94a1[_0x689b8(0x38d)](_0x4dea9a['McRpC']);}[a80_0x40565e(0x1d3)](_0xd6180c,_0x11abf6,_0x21140f,_0x440c6e){const _0xe56dec=a80_0x40565e,_0x35c623={};_0x35c623[_0xe56dec(0x1ff)]=function(_0x21e4df,_0x2561e3){return _0x21e4df||_0x2561e3;};const _0x27cf39=_0x35c623;return{'command':_0xd6180c,'thTestRunUuid':_0x27cf39[_0xe56dec(0x1ff)](_0x11abf6,''),'thBuildUuid':_0x27cf39[_0xe56dec(0x1ff)](_0x21140f,''),'thJwtToken':_0x27cf39['fJfLI'](_0x440c6e,''),'timestamp':new Date()[_0xe56dec(0x355)]()};}[a80_0x40565e(0x2e0)](_0x2096c6){const _0x4429d7=a80_0x40565e,_0x384bb2={};_0x384bb2['xCxOO']=function(_0x3925a4,_0xd70b2a){return _0x3925a4||_0xd70b2a;};const _0x149627=_0x384bb2;try{const _0x42c8d0=this[_0x4429d7(0x2bc)]?.[_0x4429d7(0x1d0)]?.['scriptsList']||[],_0x4df47f=_0x42c8d0[_0x4429d7(0x21f)](_0x5eac18=>_0x5eac18[_0x4429d7(0x232)]===_0x2096c6);return _0x149627[_0x4429d7(0x1ed)](_0x4df47f,null);}catch(_0x13bd16){return logger['debug'](_0x4429d7(0x390)+_0x2096c6+':\x20'+_0x13bd16[_0x4429d7(0x1e1)]),null;}}async['executeScriptByName'](_0xe7f5aa,_0x509e8c,_0x39b22c=null){const _0x128bc9=a80_0x40565e,_0x378071={'Fhpbg':function(_0x5d3937,_0x140258){return _0x5d3937(_0x140258);},'RVUgb':'../../playwright/accessibility-helper'};try{if(!_0xe7f5aa)return logger[_0x128bc9(0x252)](_0x128bc9(0x30f)+_0x509e8c),null;const _0x27696d=this[_0x128bc9(0x2e0)](_0x509e8c);if(!_0x27696d||!_0x27696d[_0x128bc9(0x375)])return logger[_0x128bc9(0x252)](_0x128bc9(0x21c)+_0x509e8c+_0x128bc9(0x34b)),null;logger[_0x128bc9(0x252)](_0x128bc9(0x23d)+_0x509e8c+_0x128bc9(0x203));const _0x5ad0b5=_0x378071[_0x128bc9(0x25a)](require,_0x378071['RVUgb']),_0x245eaf=_0x39b22c?await _0x5ad0b5[_0x128bc9(0x2b1)](_0xe7f5aa,_0x27696d['command'],_0x39b22c):await _0x5ad0b5[_0x128bc9(0x2b1)](_0xe7f5aa,_0x27696d['command']);return _0x245eaf;}catch(_0x289beb){return logger['error'](_0x128bc9(0x2ed)+_0x509e8c+':\x20'+(_0x289beb[_0x128bc9(0x38a)]||_0x289beb[_0x128bc9(0x1e1)])),null;}}async[a80_0x40565e(0x2a0)](_0x25ddd8,_0xda6267,_0x3cae3b,_0x1f32b1,_0x325ece,_0x400286=a80_0x40565e(0x294)){const _0x9af21d=a80_0x40565e,_0x1c878d={'mMWGt':function(_0x51310a,_0x3f569a){return _0x51310a===_0x3f569a;},'blzxT':_0x9af21d(0x294),'rMLqR':function(_0x5ef6d9,_0x39b8ca){return _0x5ef6d9(_0x39b8ca);},'rTcOy':'../../playwright/accessibility-helper','pVsEl':function(_0x2d7182,_0x27ed7d){return _0x2d7182(_0x27ed7d);}};try{logger[_0x9af21d(0x252)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x3cae3b+_0x9af21d(0x347)+_0x400286);const _0x5bba7f=this[_0x9af21d(0x2e0)](_0x400286);if(!_0x5bba7f||!_0x5bba7f[_0x9af21d(0x375)]){logger[_0x9af21d(0x252)]('performScanForCli:\x20No\x20'+_0x400286+_0x9af21d(0x1cf));return;}if(_0x1c878d[_0x9af21d(0x2f3)](_0x400286,_0x1c878d[_0x9af21d(0x2c5)])){const _0x1df151=_0x1c878d['rMLqR'](require,_0x1c878d[_0x9af21d(0x377)]),_0x3fe624={};_0x3fe624['command']=_0x3cae3b;const _0x1ab2cf=await PerformanceTester[_0x9af21d(0x2f0)](PerformanceA11yEvents[_0x9af21d(0x359)],async()=>{const _0x26b222=_0x9af21d;await _0x1df151[_0x26b222(0x2b1)](_0x25ddd8,_0x5bba7f['command']);},_0x3fe624)();return logger['info'](_0x9af21d(0x35f)+_0x400286+_0x9af21d(0x2f1)+_0x3cae3b+':\x20'+util[_0x9af21d(0x37d)](_0x1ab2cf)),_0x1ab2cf;}const _0x1abab5=_0x1c878d['pVsEl'](require,_0x1c878d[_0x9af21d(0x377)]),_0x1c2ca1=await PerformanceTester[_0x9af21d(0x2f0)](PerformanceA11yEvents[_0x9af21d(0x217)],async()=>{await _0x1abab5['browserStackEvaluate'](_0x25ddd8,_0x5bba7f['command'],_0x1f32b1);})();return logger[_0x9af21d(0x2ee)](_0x9af21d(0x35f)+_0x400286+_0x9af21d(0x2f1)+_0x3cae3b+':\x20'+util[_0x9af21d(0x37d)](_0x1c2ca1)),_0x1c2ca1;}catch(_0x38db23){logger[_0x9af21d(0x222)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x400286+':\x20'+(_0x38db23['stack']||_0x38db23['message']));}}async[a80_0x40565e(0x2de)](_0x5cf2f7){const _0x38c098=a80_0x40565e,_0x1b7907={'YibST':function(_0x236ce1,_0xf5b289){return _0x236ce1(_0xf5b289);},'rURPn':_0x38c098(0x1ef)};try{const _0x314d1a=_0x1b7907[_0x38c098(0x254)](require,_0x1b7907[_0x38c098(0x1fc)]);return await _0x314d1a[_0x38c098(0x2bd)](_0x5cf2f7);}catch(_0x425474){return logger[_0x38c098(0x222)](_0x38c098(0x264)+(_0x425474[_0x38c098(0x38a)]||_0x425474[_0x38c098(0x1e1)])),![];}}[a80_0x40565e(0x24b)](_0x417c03,_0x2575c3,_0x4f4387){const _0x57e883=a80_0x40565e,_0x115ea0={'JvQpb':function(_0x3245fe,_0x46e9cc){return _0x3245fe(_0x46e9cc);},'kABDr':_0x57e883(0x335),'hCnEt':_0x57e883(0x33d),'ZKAUu':_0x57e883(0x1fe)};try{const _0x3f74c5=_0x115ea0[_0x57e883(0x22f)](require,_0x115ea0['kABDr']);_0x3f74c5[_0x57e883(0x24b)](_0x417c03,_0x2575c3,_0x4f4387);const _0x3c69a4=JSON['stringify'](_0x417c03)['replace'](/"browserstack\.user":"[^"]*"/g,_0x115ea0['hCnEt'])[_0x57e883(0x1d8)](/"browserstack\.key":"[^"]*"/g,_0x115ea0[_0x57e883(0x2af)]);logger[_0x57e883(0x252)]('Processed\x20accessibility\x20caps\x20'+global[_0x57e883(0x357)]+'\x20'+_0x3c69a4);}catch(_0x3a7192){logger[_0x57e883(0x222)](_0x57e883(0x343)+(_0x3a7192[_0x57e883(0x38a)]||_0x3a7192['message']));}}async[a80_0x40565e(0x337)](_0x1b68aa){const _0x20f128=a80_0x40565e,_0x14129f={};_0x14129f[_0x20f128(0x1f3)]=_0x20f128(0x293),_0x14129f['PbkOg']=_0x20f128(0x301);const _0x11b027=_0x14129f;try{if(!this[_0x20f128(0x225)]())return logger[_0x20f128(0x1d1)](_0x11b027[_0x20f128(0x1f3)]),[];const _0x3048ff=await this[_0x20f128(0x348)](_0x1b68aa,_0x11b027[_0x20f128(0x259)]);return _0x3048ff||[];}catch(_0x40c681){return logger[_0x20f128(0x222)](_0x20f128(0x318)+(_0x40c681[_0x20f128(0x38a)]||_0x40c681[_0x20f128(0x1e1)])),[];}}async['getAccessibilityResultsSummary'](_0x10917e){const _0x454a24=a80_0x40565e,_0x5a6fc3={'nWYbK':_0x454a24(0x294),'cfkrX':_0x454a24(0x351),'FSayn':_0x454a24(0x285),'yHQqp':function(_0x1e8444,_0x4a21a7){return _0x1e8444(_0x4a21a7);},'aQJuR':'../cliUtils','ZxyRS':function(_0x3e3f8a,_0xe8a65c){return _0x3e3f8a===_0xe8a65c;},'OgSni':_0x454a24(0x328),'XPTJX':_0x454a24(0x202),'vJrKf':_0x454a24(0x302),'zaXrR':_0x454a24(0x2a2),'GRgCo':_0x454a24(0x212),'tikjR':_0x454a24(0x2fc),'oyVfh':_0x454a24(0x26f),'JlGiy':_0x454a24(0x284)};try{if(!this['getCurrentAccessibilityStatus']())return logger['warn'](_0x5a6fc3[_0x454a24(0x37f)]),{};const _0x56dbb4=_0x5a6fc3['yHQqp'](require,_0x5a6fc3[_0x454a24(0x330)]),_0x456b09=_0x56dbb4['getTestFrameworkDetail'](),_0x313c9c=_0x5a6fc3[_0x454a24(0x2db)](_0x456b09?.['name']?.[_0x454a24(0x326)](),_0x5a6fc3[_0x454a24(0x274)]);let _0x4212f0='',_0x782c8e=null,_0x41f13a=null;if(_0x313c9c){_0x782c8e=global[_0x454a24(0x20c)]||global[_0x454a24(0x1dd)]?.[_0x454a24(0x22b)]?.['testAnalyticsId']||global[_0x454a24(0x1dd)]?.[_0x454a24(0x22b)]?.['id'];if(!_0x782c8e)return logger['warn'](_0x5a6fc3[_0x454a24(0x35c)]),{};try{const _0x5df618=await GrpcClient[_0x454a24(0x251)]()[_0x454a24(0x20b)](process[_0x454a24(0x1ea)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x5a6fc3[_0x454a24(0x319)],_0x5a6fc3[_0x454a24(0x1f5)],_0x782c8e),_0x2e89f9=AccessibilityModule[_0x454a24(0x350)](null,_0x5df618);_0x4212f0=_0x2e89f9?.[_0x454a24(0x2f8)]||'',logger[_0x454a24(0x252)](_0x454a24(0x33a)+_0x4212f0+_0x454a24(0x32a)+_0x782c8e);const _0x3d3b90=await AccessibilityModule[_0x454a24(0x288)](_0x5a6fc3[_0x454a24(0x1f5)],_0x4212f0,_0x782c8e),_0x24b4a9=this[_0x454a24(0x386)](_0x5a6fc3[_0x454a24(0x272)])||this[_0x454a24(0x2bc)][this[_0x454a24(0x267)]]||null,_0x41fbd7=process['env'][_0x454a24(0x286)]||'',_0x382566=this[_0x454a24(0x1d3)](_0x5a6fc3[_0x454a24(0x2bb)],_0x4212f0,_0x24b4a9,_0x41fbd7);_0x41f13a=_0x56dbb4[_0x454a24(0x29d)](_0x382566,_0x3d3b90),logger[_0x454a24(0x252)](_0x454a24(0x242)+JSON[_0x454a24(0x28f)](_0x41f13a));}catch(_0x8a7bfc){return logger[_0x454a24(0x222)](_0x454a24(0x248)+_0x8a7bfc['message']),{};}}else{_0x4212f0=this[_0x454a24(0x386)](_0x5a6fc3[_0x454a24(0x2ca)])||'';const _0x1edbb0=this['getCapabilityValue'](_0x5a6fc3['zaXrR'])||this[_0x454a24(0x2bc)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x42c5d9=process['env'][_0x454a24(0x286)]||'';_0x41f13a=this[_0x454a24(0x1d3)](_0x5a6fc3[_0x454a24(0x2bb)],_0x4212f0,_0x1edbb0,_0x42c5d9);}logger['debug'](_0x5a6fc3['oyVfh']),await PerformanceTester[_0x454a24(0x2f0)](PerformanceA11yEvents[_0x454a24(0x359)],async()=>{const _0x12655e=_0x454a24,_0x22648d=await this[_0x12655e(0x348)](_0x10917e,_0x5a6fc3[_0x12655e(0x263)],_0x41f13a);logger[_0x12655e(0x252)](_0x12655e(0x34a)+util[_0x12655e(0x37d)](_0x22648d));},{'command':_0x5a6fc3[_0x454a24(0x2bb)]})();const _0x1e40b8=await PerformanceTester[_0x454a24(0x2f0)](PerformanceA11yEvents[_0x454a24(0x2b4)],async()=>{const _0x24de57=_0x454a24;return await this[_0x24de57(0x348)](_0x10917e,_0x5a6fc3['cfkrX'],_0x41f13a);})();if(!_0x1e40b8)return logger['debug'](_0x5a6fc3[_0x454a24(0x240)]),{};return _0x1e40b8;}catch(_0x50dd7d){return logger[_0x454a24(0x222)](_0x454a24(0x21a)+(_0x50dd7d['stack']||_0x50dd7d[_0x454a24(0x1e1)])),{};}}async[a80_0x40565e(0x33f)](_0x332b1c,_0x1934eb,_0x1bab73=null){const _0x2b90b8=a80_0x40565e,_0x51c6bb={};_0x51c6bb['hlHoa']=_0x2b90b8(0x31b),_0x51c6bb[_0x2b90b8(0x352)]=_0x2b90b8(0x323),_0x51c6bb[_0x2b90b8(0x29e)]=_0x2b90b8(0x299);const _0x5392c2=_0x51c6bb;try{if(!_0x332b1c)return logger[_0x2b90b8(0x252)](_0x5392c2['hlHoa']),null;if(!_0x1934eb)return logger[_0x2b90b8(0x252)](_0x5392c2['yKPmP']),null;logger[_0x2b90b8(0x252)](_0x5392c2[_0x2b90b8(0x29e)]);const _0x12b8ab=_0x1bab73?await _0x332b1c[_0x2b90b8(0x246)](_0x1934eb,_0x1bab73):await _0x332b1c[_0x2b90b8(0x246)](_0x1934eb);return _0x12b8ab;}catch(_0x1e994e){return logger['error']('Error\x20in\x20performPageScan:\x20'+(_0x1e994e[_0x2b90b8(0x38a)]||_0x1e994e['message'])),null;}}static['loadDriverExecuteParams'](_0x53780d,_0xcb8875){const _0x3f6dc9=a80_0x40565e,_0x251574={};_0x251574['NXRka']='ascii';const _0x145e08=_0x251574,_0x320265={};_0x320265[_0x3f6dc9(0x2f8)]=_0x53780d;const _0x267007=_0x320265;let _0x35adca={};if(_0xcb8875[_0x3f6dc9(0x312)]()&&_0xcb8875[_0x3f6dc9(0x235)]())try{_0x35adca=JSON[_0x3f6dc9(0x2c2)](new Buffer(_0xcb8875[_0x3f6dc9(0x1d6)]())['toString'](_0x145e08[_0x3f6dc9(0x369)]));}catch(_0x3f9739){logger['error'](_0x3f6dc9(0x2ae)+_0x3f9739[_0x3f6dc9(0x1e1)]),_0x35adca={};}return CLIUtils['mergeObject'](_0x267007,_0x35adca);}static async[a80_0x40565e(0x288)](_0x25af94,_0x586362='',_0x4f4049=null){const _0x47402a=a80_0x40565e,_0x966bda={};_0x966bda[_0x47402a(0x1e4)]=_0x47402a(0x30b),_0x966bda['LfXpB']=_0x47402a(0x302);const _0x56486a=_0x966bda;try{if(!_0x4f4049&&AccessibilityModule[_0x47402a(0x2b9)])return AccessibilityModule[_0x47402a(0x361)];if(!process[_0x47402a(0x1ea)][_0x47402a(0x27d)])return logger[_0x47402a(0x222)](_0x56486a[_0x47402a(0x1e4)]),{};const _0x543161=await GrpcClient[_0x47402a(0x251)]()[_0x47402a(0x20b)](process[_0x47402a(0x1ea)][_0x47402a(0x27d)],_0x56486a[_0x47402a(0x2aa)],_0x25af94,_0x4f4049),_0x46c049=_0x4f4049?AccessibilityModule[_0x47402a(0x350)](null,_0x543161)?.[_0x47402a(0x2f8)]||_0x586362:_0x586362,_0x50810b=AccessibilityModule['loadDriverExecuteParams'](_0x46c049,_0x543161);return!_0x4f4049&&(AccessibilityModule[_0x47402a(0x361)]=_0x50810b,AccessibilityModule[_0x47402a(0x2b9)]=!![]),_0x50810b;}catch(_0x4dad13){return logger[_0x47402a(0x222)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x25af94+':\x20'+(_0x4dad13[_0x47402a(0x38a)]||_0x4dad13['message'])),{};}}};module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- function a81_0xa4ff(){const _0x498fc6=['Configured\x20module\x20','502660PFqBsC','sSJNa','object','ensureBinSession','\x20with\x20binSessionId=','testId','PVmGs','binSessionId','testFrameworkData','PLAYWRIGHT','1029052kOXoDI','2197kQoPkg','BaseModule','2|3|1|5|4|0','3JYTGHE','split','getModuleName','3281296zKhYMQ','CUCUMBER','JEST','_test','name','gfefw','6vFOcrm','testFramework','15865830rwKMHc','YqdjM','../../../helpers/logger.js','configure','Missing\x20binSessionId','xohzC','4912194RwBSqD','getTestId','testCaseStartedId','config','cqSmG','version','ilyHt','968676mNwKPT','vEWFC','setTestFrameworkData','platformIndex','3|0|4|2|1','testInfo','9pxXSsy','client','../../../helpers/test-observability/constants.js','exports'];a81_0xa4ff=function(){return _0x498fc6;};return a81_0xa4ff();}const a81_0x3119b5=a81_0x1cdb;(function(_0xc22183,_0x4a503b){const _0x1925c9=a81_0x1cdb,_0x43fdd9=_0xc22183();while(!![]){try{const _0x4fe30b=-parseInt(_0x1925c9(0x13e))/0x1*(-parseInt(_0x1925c9(0x119))/0x2)+parseInt(_0x1925c9(0x110))/0x3*(parseInt(_0x1925c9(0x13d))/0x4)+-parseInt(_0x1925c9(0x133))/0x5+-parseInt(_0x1925c9(0x128))/0x6+-parseInt(_0x1925c9(0x121))/0x7+parseInt(_0x1925c9(0x113))/0x8*(-parseInt(_0x1925c9(0x12e))/0x9)+parseInt(_0x1925c9(0x11b))/0xa;if(_0x4fe30b===_0x4a503b)break;else _0x43fdd9['push'](_0x43fdd9['shift']());}catch(_0x3619c4){_0x43fdd9['push'](_0x43fdd9['shift']());}}}(a81_0xa4ff,0x7458b));const logger=require(a81_0x3119b5(0x11d))['winstonLogger'],{FRAMEWORKS}=require(a81_0x3119b5(0x130));class BaseModule{constructor(_0x3db6cb=null){const _0x3aa23f=a81_0x3119b5,_0x4bd52b={};_0x4bd52b[_0x3aa23f(0x120)]=_0x3aa23f(0x10f),_0x4bd52b['PVmGs']=_0x3aa23f(0x10e);const _0x133fc7=_0x4bd52b,_0x3fc992=_0x133fc7[_0x3aa23f(0x120)]['split']('|');let _0x256a88=0x0;while(!![]){switch(_0x3fc992[_0x256a88++]){case'0':this[_0x3aa23f(0x13b)]=this[_0x3aa23f(0x12a)](_0x3db6cb);continue;case'1':this[_0x3aa23f(0x12b)]=0x0;continue;case'2':this[_0x3aa23f(0x117)]=_0x133fc7[_0x3aa23f(0x139)];continue;case'3':this[_0x3aa23f(0x13a)]=null;continue;case'4':this['client']=null;continue;case'5':this[_0x3aa23f(0x124)]={};continue;}break;}}[a81_0x3119b5(0x136)](){const _0x34b1fd=a81_0x3119b5,_0x343730={};_0x343730[_0x34b1fd(0x125)]=_0x34b1fd(0x11f);const _0x14dce2=_0x343730;if(!this[_0x34b1fd(0x13a)])throw new Error(_0x14dce2['cqSmG']);}['getModuleName'](){const _0x460b81=a81_0x3119b5;return this[_0x460b81(0x117)];}[a81_0x3119b5(0x11e)](_0x4576e9,_0x532d46,_0x43bee9,_0x5c0377={}){const _0x439ff4=a81_0x3119b5,_0x4beb51={};_0x4beb51[_0x439ff4(0x118)]=_0x439ff4(0x12c);const _0xaff3a5=_0x4beb51,_0xe2d6f1=_0xaff3a5[_0x439ff4(0x118)][_0x439ff4(0x111)]('|');let _0x241208=0x0;while(!![]){switch(_0xe2d6f1[_0x241208++]){case'0':this[_0x439ff4(0x12b)]=_0x532d46;continue;case'1':logger['debug'](_0x439ff4(0x132)+this[_0x439ff4(0x112)]()+_0x439ff4(0x137)+_0x4576e9+',\x20platformIndex='+_0x532d46);continue;case'2':this[_0x439ff4(0x124)]=_0x5c0377;continue;case'3':this['binSessionId']=_0x4576e9;continue;case'4':this[_0x439ff4(0x12f)]=_0x43bee9;continue;}break;}}[a81_0x3119b5(0x122)](_0x30466a){const _0x4d1854=a81_0x3119b5,_0x4990c3={};_0x4990c3[_0x4d1854(0x129)]=function(_0x5edda9,_0x1cfc44){return _0x5edda9===_0x1cfc44;},_0x4990c3['YqdjM']=function(_0x2f181e,_0x4a2696){return _0x2f181e===_0x4a2696;};const _0x23a4cf=_0x4990c3;let _0x5ef5d1='';if(_0x23a4cf['vEWFC'](_0x30466a['testFramework'],FRAMEWORKS[_0x4d1854(0x13c)]))_0x5ef5d1=_0x30466a[_0x4d1854(0x12d)]?.[_0x4d1854(0x116)]?.['id']||_0x30466a[_0x4d1854(0x12d)]?.[_0x4d1854(0x138)];else{if(_0x23a4cf[_0x4d1854(0x11c)](_0x30466a['testFramework'],FRAMEWORKS[_0x4d1854(0x114)]))_0x5ef5d1=_0x30466a['testInfo']?.[_0x4d1854(0x123)];else _0x23a4cf[_0x4d1854(0x129)](_0x30466a[_0x4d1854(0x11a)],FRAMEWORKS[_0x4d1854(0x115)])&&(_0x5ef5d1=_0x30466a[_0x4d1854(0x12d)]?.['id']);}return _0x5ef5d1;}[a81_0x3119b5(0x12a)](_0x478ea4){const _0x1f058e=a81_0x3119b5,_0x1fe054={};_0x1fe054[_0x1f058e(0x127)]=function(_0x401d60,_0x484e11){return _0x401d60!==_0x484e11;},_0x1fe054[_0x1f058e(0x134)]=_0x1f058e(0x135);const _0x5308e0=_0x1fe054;if(!_0x478ea4||_0x5308e0['ilyHt'](typeof _0x478ea4,_0x5308e0[_0x1f058e(0x134)]))return null;const _0x1b522a={};_0x1b522a[_0x1f058e(0x117)]=_0x478ea4[_0x1f058e(0x117)],_0x1b522a[_0x1f058e(0x126)]=_0x478ea4[_0x1f058e(0x126)]&&_0x478ea4[_0x1f058e(0x126)][_0x478ea4[_0x1f058e(0x117)]];const _0x2adecb=_0x1b522a;return _0x2adecb;}}function a81_0x1cdb(_0x4d773b,_0x48a75f){const _0xa4ff49=a81_0xa4ff();return a81_0x1cdb=function(_0x1cdb44,_0x29a974){_0x1cdb44=_0x1cdb44-0x10e;let _0x523ee7=_0xa4ff49[_0x1cdb44];return _0x523ee7;},a81_0x1cdb(_0x4d773b,_0x48a75f);}module[a81_0x3119b5(0x131)]=BaseModule;
1
+ function a81_0x2bda(_0x4e4cb1,_0x4360fd){const _0x1cc593=a81_0x1cc5();return a81_0x2bda=function(_0x2bdafe,_0x1a87f0){_0x2bdafe=_0x2bdafe-0x1c0;let _0xab6cec=_0x1cc593[_0x2bdafe];return _0xab6cec;},a81_0x2bda(_0x4e4cb1,_0x4360fd);}const a81_0x3f2519=a81_0x2bda;(function(_0x56050a,_0x20f7e8){const _0x10e54d=a81_0x2bda,_0x273045=_0x56050a();while(!![]){try{const _0x4f2f61=-parseInt(_0x10e54d(0x1c4))/0x1*(-parseInt(_0x10e54d(0x1ec))/0x2)+parseInt(_0x10e54d(0x1d4))/0x3*(parseInt(_0x10e54d(0x1da))/0x4)+-parseInt(_0x10e54d(0x1db))/0x5+-parseInt(_0x10e54d(0x1df))/0x6*(parseInt(_0x10e54d(0x1dd))/0x7)+parseInt(_0x10e54d(0x1cf))/0x8*(parseInt(_0x10e54d(0x1e7))/0x9)+parseInt(_0x10e54d(0x1d0))/0xa+parseInt(_0x10e54d(0x1c6))/0xb;if(_0x4f2f61===_0x20f7e8)break;else _0x273045['push'](_0x273045['shift']());}catch(_0x53fda2){_0x273045['push'](_0x273045['shift']());}}}(a81_0x1cc5,0x670ba));const logger=require(a81_0x3f2519(0x1d9))[a81_0x3f2519(0x1de)],{FRAMEWORKS}=require(a81_0x3f2519(0x1c1));function a81_0x1cc5(){const _0x5a12a0=['CUCUMBER','platformIndex','configure','version','testFramework','164064DRSoSy','3399270QxoOPF','3|2|1|4|5|0','iDoHa','ZfriP','25401SzPdXA','YehYS','config','object','JEST','../../../helpers/logger.js','44DVOJsN','2447270RpUvMn','kINzk','7houhaf','winstonLogger','4243368WHRLIN','QoCMl','getModuleName','testCaseStartedId','testInfo',',\x20platformIndex=','Missing\x20binSessionId','name','117ozueGc','exports','split','_test','ixbxN','1246098AWZpEH','ensureBinSession','../../../helpers/test-observability/constants.js','Configured\x20module\x20','setTestFrameworkData','1FoYTdZ','binSessionId','3256429UYUzqo','CAdcc','\x20with\x20binSessionId=','YajeI'];a81_0x1cc5=function(){return _0x5a12a0;};return a81_0x1cc5();}class BaseModule{constructor(_0x3fa356=null){const _0x54771c=a81_0x3f2519,_0x4fc852={};_0x4fc852['QoCMl']=_0x54771c(0x1d1),_0x4fc852[_0x54771c(0x1d5)]='BaseModule';const _0x32dc0d=_0x4fc852,_0x2c056f=_0x32dc0d[_0x54771c(0x1e0)][_0x54771c(0x1e9)]('|');let _0x1653b5=0x0;while(!![]){switch(_0x2c056f[_0x1653b5++]){case'0':this['testFrameworkData']=this[_0x54771c(0x1c3)](_0x3fa356);continue;case'1':this[_0x54771c(0x1cb)]=0x0;continue;case'2':this['binSessionId']=null;continue;case'3':this[_0x54771c(0x1e6)]=_0x32dc0d['YehYS'];continue;case'4':this[_0x54771c(0x1d6)]={};continue;case'5':this['client']=null;continue;}break;}}[a81_0x3f2519(0x1c0)](){const _0x5a6196=a81_0x3f2519,_0x2eb608={};_0x2eb608['ZfriP']=_0x5a6196(0x1e5);const _0x3a86e7=_0x2eb608;if(!this[_0x5a6196(0x1c5)])throw new Error(_0x3a86e7[_0x5a6196(0x1d3)]);}[a81_0x3f2519(0x1e1)](){const _0x58453c=a81_0x3f2519;return this[_0x58453c(0x1e6)];}[a81_0x3f2519(0x1cc)](_0x2bc39a,_0x250e39,_0x10e84a,_0x41cbac={}){const _0x2ba785=a81_0x3f2519,_0x3080d8={};_0x3080d8[_0x2ba785(0x1c9)]='1|3|0|2|4';const _0x2a3d56=_0x3080d8,_0x5f1f0e=_0x2a3d56['YajeI'][_0x2ba785(0x1e9)]('|');let _0x5137b6=0x0;while(!![]){switch(_0x5f1f0e[_0x5137b6++]){case'0':this['client']=_0x10e84a;continue;case'1':this['binSessionId']=_0x2bc39a;continue;case'2':this['config']=_0x41cbac;continue;case'3':this[_0x2ba785(0x1cb)]=_0x250e39;continue;case'4':logger['debug'](_0x2ba785(0x1c2)+this['getModuleName']()+_0x2ba785(0x1c8)+_0x2bc39a+_0x2ba785(0x1e4)+_0x250e39);continue;}break;}}['getTestId'](_0x31cb1c){const _0x30e11f=a81_0x3f2519,_0x92fbdc={};_0x92fbdc['CAdcc']=function(_0x102d94,_0x512ed1){return _0x102d94===_0x512ed1;},_0x92fbdc[_0x30e11f(0x1d2)]=function(_0x48173b,_0x15208c){return _0x48173b===_0x15208c;};const _0x1e3030=_0x92fbdc;let _0x3ede1e='';if(_0x1e3030[_0x30e11f(0x1c7)](_0x31cb1c[_0x30e11f(0x1ce)],FRAMEWORKS['PLAYWRIGHT']))_0x3ede1e=_0x31cb1c[_0x30e11f(0x1e3)]?.[_0x30e11f(0x1ea)]?.['id']||_0x31cb1c[_0x30e11f(0x1e3)]?.['testId'];else{if(_0x1e3030[_0x30e11f(0x1d2)](_0x31cb1c[_0x30e11f(0x1ce)],FRAMEWORKS[_0x30e11f(0x1ca)]))_0x3ede1e=_0x31cb1c[_0x30e11f(0x1e3)]?.[_0x30e11f(0x1e2)];else _0x1e3030[_0x30e11f(0x1c7)](_0x31cb1c[_0x30e11f(0x1ce)],FRAMEWORKS[_0x30e11f(0x1d8)])&&(_0x3ede1e=_0x31cb1c[_0x30e11f(0x1e3)]?.['id']);}return _0x3ede1e;}[a81_0x3f2519(0x1c3)](_0x343680){const _0x2c5cd1=a81_0x3f2519,_0x4d05bb={};_0x4d05bb[_0x2c5cd1(0x1eb)]=function(_0x463a03,_0x2d0760){return _0x463a03!==_0x2d0760;},_0x4d05bb[_0x2c5cd1(0x1dc)]=_0x2c5cd1(0x1d7);const _0xcc7e65=_0x4d05bb;if(!_0x343680||_0xcc7e65[_0x2c5cd1(0x1eb)](typeof _0x343680,_0xcc7e65[_0x2c5cd1(0x1dc)]))return null;const _0x18f141={};_0x18f141[_0x2c5cd1(0x1e6)]=_0x343680[_0x2c5cd1(0x1e6)],_0x18f141[_0x2c5cd1(0x1cd)]=_0x343680['version']&&_0x343680[_0x2c5cd1(0x1cd)][_0x343680[_0x2c5cd1(0x1e6)]];const _0x531742=_0x18f141;return _0x531742;}}module[a81_0x3f2519(0x1e8)]=BaseModule;
@@ -1 +1 @@
1
- const a82_0x375b95=a82_0x5851;(function(_0x85aabc,_0x4aa1fa){const _0x583db5=a82_0x5851,_0x5127bd=_0x85aabc();while(!![]){try{const _0x2175ce=parseInt(_0x583db5(0x186))/0x1*(parseInt(_0x583db5(0x189))/0x2)+-parseInt(_0x583db5(0x18a))/0x3+parseInt(_0x583db5(0x17d))/0x4+parseInt(_0x583db5(0x183))/0x5+-parseInt(_0x583db5(0x164))/0x6*(parseInt(_0x583db5(0x165))/0x7)+parseInt(_0x583db5(0x17f))/0x8+-parseInt(_0x583db5(0x188))/0x9*(-parseInt(_0x583db5(0x17e))/0xa);if(_0x2175ce===_0x4aa1fa)break;else _0x5127bd['push'](_0x5127bd['shift']());}catch(_0x293cb6){_0x5127bd['push'](_0x5127bd['shift']());}}}(a82_0x31f4,0x4b5ca));function a82_0x31f4(){const _0x49e674=['env','9obxaOO','24926YlxznO','1724004tZnvpN','ZaHla','YTLDO','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','isLTSSession','BROWSERSTACK_LTS_SESSION_ID\x20cleared','9606eRSGeV','441vRNHrq','brVJU','getLTSSessionId','overrideLoadTesting','undefined','debug','../../../helpers/helper.js','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','OrzVJ','message','exports','hGaIw','ZIIPc','doDZH','wWJPv','ROfFX','string','toLowerCase','LoadTestModule','WZoBp','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','LTS','BROWSERSTACK_LTS_SESSION_ID','browserstackAutomation','1626384tHnGyN','105180rpgWnI','58928YgTUiV','../../../helpers/classLogger.js','false','TApxc','2611720jKRiWZ','jiscD','OIfHA','3VrtZhU'];a82_0x31f4=function(){return _0x49e674;};return a82_0x31f4();}function a82_0x5851(_0x2b4b84,_0x212c30){const _0x31f488=a82_0x31f4();return a82_0x5851=function(_0x58516e,_0x5d3d86){_0x58516e=_0x58516e-0x160;let _0x376ee5=_0x31f488[_0x58516e];return _0x376ee5;},a82_0x5851(_0x2b4b84,_0x212c30);}const {createClassLogger}=require(a82_0x375b95(0x180)),logger=createClassLogger(a82_0x375b95(0x177)),{sendSdkEvents}=require(a82_0x375b95(0x16b)),isLTSSession=(_0x2232d4=null)=>{const _0x38175d=a82_0x375b95,_0x1b720e={};_0x1b720e[_0x38175d(0x178)]=function(_0x295fff,_0x1a0fb9){return _0x295fff!==_0x1a0fb9;},_0x1b720e['ZaHla']=_0x38175d(0x169),_0x1b720e[_0x38175d(0x184)]=function(_0x4aba1d,_0x139635){return _0x4aba1d===_0x139635;},_0x1b720e[_0x38175d(0x166)]=_0x38175d(0x175),_0x1b720e[_0x38175d(0x160)]='true',_0x1b720e[_0x38175d(0x16d)]=function(_0x364ad0,_0x197534){return _0x364ad0===_0x197534;},_0x1b720e[_0x38175d(0x182)]=function(_0x14219e,_0x335da9){return _0x14219e===_0x335da9;},_0x1b720e[_0x38175d(0x170)]=_0x38175d(0x181);const _0x4d9ce7=_0x1b720e;try{if(_0x4d9ce7[_0x38175d(0x178)](typeof process[_0x38175d(0x187)][_0x38175d(0x168)],_0x4d9ce7[_0x38175d(0x18b)])){const _0xf741d3=process['env'][_0x38175d(0x168)];return _0x4d9ce7[_0x38175d(0x184)](typeof _0xf741d3,_0x4d9ce7[_0x38175d(0x166)])?_0x4d9ce7[_0x38175d(0x184)](_0xf741d3[_0x38175d(0x176)](),_0x4d9ce7['YTLDO']):!!_0xf741d3;}const _0x146f68=_0x2232d4&&_0x2232d4[_0x38175d(0x168)],_0x3990af=!!(_0x2232d4&&(_0x4d9ce7[_0x38175d(0x16d)](_0x2232d4[_0x38175d(0x17c)],!![])||_0x4d9ce7[_0x38175d(0x184)](_0x2232d4[_0x38175d(0x17c)],_0x4d9ce7['YTLDO']))),_0x3ab3b3=!!(_0x146f68&&_0x4d9ce7[_0x38175d(0x182)](_0x146f68['toString']()['toLowerCase'](),_0x4d9ce7['YTLDO'])&&!_0x3990af);return process[_0x38175d(0x187)][_0x38175d(0x168)]=_0x3ab3b3?_0x4d9ce7[_0x38175d(0x160)]:_0x4d9ce7[_0x38175d(0x170)],_0x3ab3b3;}catch(_0x74b58a){return process[_0x38175d(0x187)][_0x38175d(0x168)]=_0x4d9ce7[_0x38175d(0x170)],![];}},getLTSSessionId=()=>{const _0x54a7f8=a82_0x375b95,_0x3fcd0b={'wWJPv':function(_0x7aacc8){return _0x7aacc8();},'whrJq':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','CPZHn':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0x3fcd0b[_0x54a7f8(0x173)](isLTSSession))return logger[_0x54a7f8(0x16a)](_0x3fcd0b['whrJq']),process[_0x54a7f8(0x187)]['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x1b9e06){logger['error'](_0x54a7f8(0x161)+(_0x1b9e06&&_0x1b9e06[_0x54a7f8(0x16e)]));}return logger[_0x54a7f8(0x16a)](_0x3fcd0b['CPZHn']),'';},setLTSSessionId=async(_0x484803={})=>{const _0x2007c5=a82_0x375b95,_0x338493={'ZIIPc':function(_0xa19449){return _0xa19449();},'OeWVh':_0x2007c5(0x179),'ROfFX':_0x2007c5(0x163),'ZmIgb':_0x2007c5(0x17a),'doDZH':function(_0x889492,_0x23b90e){return _0x889492(_0x23b90e);},'IAFKL':function(_0x542596,_0x576e25,_0x5ea271){return _0x542596(_0x576e25,_0x5ea271);},'OIfHA':function(_0xf5322,_0x2511b1){return _0xf5322||_0x2511b1;}};try{const _0x310719=_0x338493[_0x2007c5(0x171)](getLTSSessionId);_0x310719?(process[_0x2007c5(0x187)][_0x2007c5(0x17b)]=_0x310719,logger[_0x2007c5(0x16a)](_0x338493['OeWVh'])):(delete process[_0x2007c5(0x187)]['BROWSERSTACK_LTS_SESSION_ID'],logger[_0x2007c5(0x16a)](_0x338493[_0x2007c5(0x174)]));try{const _0x1db7da={'feature':_0x338493['ZmIgb'],'ltsEnabled':_0x338493[_0x2007c5(0x172)](isLTSSession,_0x484803),'ltsSessionIdPresent':!!_0x310719};await _0x338493['IAFKL'](sendSdkEvents,_0x1db7da,_0x484803);}catch(_0x1424a6){logger[_0x2007c5(0x16a)](_0x2007c5(0x16c)+(_0x1424a6&&_0x1424a6[_0x2007c5(0x16e)]));}return _0x338493[_0x2007c5(0x185)](_0x310719,'');}catch(_0x1c3367){return logger[_0x2007c5(0x16a)]('setLTSSessionId\x20error:\x20'+(_0x1c3367&&_0x1c3367[_0x2007c5(0x16e)])),'';}},a82_0x45b6ed={};a82_0x45b6ed[a82_0x375b95(0x162)]=isLTSSession,a82_0x45b6ed[a82_0x375b95(0x167)]=getLTSSessionId,a82_0x45b6ed['setLTSSessionId']=setLTSSessionId,module[a82_0x375b95(0x16f)]=a82_0x45b6ed;
1
+ const a82_0x4932d5=a82_0x251c;function a82_0x251c(_0x27f143,_0x5296d3){const _0x2d027f=a82_0x2d02();return a82_0x251c=function(_0x251c99,_0x1052d1){_0x251c99=_0x251c99-0x1db;let _0x18311c=_0x2d027f[_0x251c99];return _0x18311c;},a82_0x251c(_0x27f143,_0x5296d3);}(function(_0xa64783,_0x7d0d37){const _0x4d455e=a82_0x251c,_0x26c0fa=_0xa64783();while(!![]){try{const _0x5f00d3=-parseInt(_0x4d455e(0x1e7))/0x1+-parseInt(_0x4d455e(0x1e8))/0x2+parseInt(_0x4d455e(0x1e0))/0x3+-parseInt(_0x4d455e(0x1fe))/0x4*(parseInt(_0x4d455e(0x1e4))/0x5)+-parseInt(_0x4d455e(0x1ea))/0x6*(parseInt(_0x4d455e(0x1e2))/0x7)+parseInt(_0x4d455e(0x1f5))/0x8+-parseInt(_0x4d455e(0x1f9))/0x9*(-parseInt(_0x4d455e(0x1f7))/0xa);if(_0x5f00d3===_0x7d0d37)break;else _0x26c0fa['push'](_0x26c0fa['shift']());}catch(_0x2067f7){_0x26c0fa['push'](_0x26c0fa['shift']());}}}(a82_0x2d02,0x9b1c3));const {createClassLogger}=require(a82_0x4932d5(0x1f1)),logger=createClassLogger(a82_0x4932d5(0x1ff)),{sendSdkEvents}=require(a82_0x4932d5(0x201)),isLTSSession=(_0x5b7621=null)=>{const _0x15f0c7=a82_0x4932d5,_0x3cc1bb={};_0x3cc1bb[_0x15f0c7(0x1e9)]=function(_0x5afb91,_0x12530b){return _0x5afb91!==_0x12530b;},_0x3cc1bb['RlsnI']=_0x15f0c7(0x200),_0x3cc1bb['OWzfa']=function(_0x25c1c9,_0xa206b1){return _0x25c1c9===_0xa206b1;},_0x3cc1bb['UXKMW']='string',_0x3cc1bb[_0x15f0c7(0x1ed)]='true',_0x3cc1bb['NGcpU']=function(_0xad2fc4,_0x42a1a9){return _0xad2fc4===_0x42a1a9;},_0x3cc1bb[_0x15f0c7(0x1e1)]=_0x15f0c7(0x1de);const _0x3ff699=_0x3cc1bb;try{if(_0x3ff699[_0x15f0c7(0x1e9)](typeof process[_0x15f0c7(0x1f3)][_0x15f0c7(0x1fd)],_0x3ff699[_0x15f0c7(0x206)])){const _0x1baf47=process[_0x15f0c7(0x1f3)][_0x15f0c7(0x1fd)];return _0x3ff699['OWzfa'](typeof _0x1baf47,_0x3ff699['UXKMW'])?_0x3ff699[_0x15f0c7(0x203)](_0x1baf47[_0x15f0c7(0x1db)](),_0x3ff699[_0x15f0c7(0x1ed)]):!!_0x1baf47;}const _0x388609=_0x5b7621&&_0x5b7621[_0x15f0c7(0x1fd)],_0x4e9261=!!(_0x5b7621&&(_0x3ff699[_0x15f0c7(0x203)](_0x5b7621['browserstackAutomation'],!![])||_0x3ff699[_0x15f0c7(0x1fb)](_0x5b7621[_0x15f0c7(0x1ef)],_0x3ff699['HIxYk']))),_0x30f0b4=!!(_0x388609&&_0x3ff699[_0x15f0c7(0x1fb)](_0x388609[_0x15f0c7(0x1f8)]()[_0x15f0c7(0x1db)](),_0x3ff699[_0x15f0c7(0x1ed)])&&!_0x4e9261);return process[_0x15f0c7(0x1f3)][_0x15f0c7(0x1fd)]=_0x30f0b4?_0x3ff699[_0x15f0c7(0x1ed)]:_0x3ff699[_0x15f0c7(0x1e1)],_0x30f0b4;}catch(_0x21338d){return process['env']['overrideLoadTesting']=_0x3ff699[_0x15f0c7(0x1e1)],![];}},getLTSSessionId=()=>{const _0x32eadb=a82_0x4932d5,_0x1cba9a={'OeaAR':function(_0x1f1158){return _0x1f1158();},'cNBGd':_0x32eadb(0x1fc),'ZUAwO':_0x32eadb(0x1f6)};try{if(_0x1cba9a[_0x32eadb(0x1fa)](isLTSSession))return logger['debug'](_0x1cba9a[_0x32eadb(0x1e5)]),process[_0x32eadb(0x1f3)][_0x32eadb(0x1df)]||'';}catch(_0x4f0c1c){logger[_0x32eadb(0x1ee)](_0x32eadb(0x1f2)+(_0x4f0c1c&&_0x4f0c1c[_0x32eadb(0x1eb)]));}return logger[_0x32eadb(0x1dc)](_0x1cba9a[_0x32eadb(0x208)]),'';},setLTSSessionId=async(_0x269847={})=>{const _0x3a4696=a82_0x4932d5,_0x572972={'OHHaa':function(_0x751421){return _0x751421();},'xCcmD':_0x3a4696(0x1f4),'HDvkp':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','DwsGD':'LTS','ZPRKB':function(_0x4dce0e,_0xf2d455){return _0x4dce0e(_0xf2d455);},'yvrMh':function(_0x576658,_0x3cb3e7,_0x39c820){return _0x576658(_0x3cb3e7,_0x39c820);},'wsXpa':function(_0x552fff,_0x177cb2){return _0x552fff||_0x177cb2;}};try{const _0x212e0b=_0x572972[_0x3a4696(0x1ec)](getLTSSessionId);_0x212e0b?(process[_0x3a4696(0x1f3)][_0x3a4696(0x1df)]=_0x212e0b,logger[_0x3a4696(0x1dc)](_0x572972[_0x3a4696(0x202)])):(delete process['env']['BROWSERSTACK_LTS_SESSION_ID'],logger['debug'](_0x572972[_0x3a4696(0x1dd)]));try{const _0x233c42={'feature':_0x572972[_0x3a4696(0x1e3)],'ltsEnabled':_0x572972['ZPRKB'](isLTSSession,_0x269847),'ltsSessionIdPresent':!!_0x212e0b};await _0x572972['yvrMh'](sendSdkEvents,_0x233c42,_0x269847);}catch(_0x46fddc){logger[_0x3a4696(0x1dc)](_0x3a4696(0x1f0)+(_0x46fddc&&_0x46fddc[_0x3a4696(0x1eb)]));}return _0x572972[_0x3a4696(0x204)](_0x212e0b,'');}catch(_0x1b0d8b){return logger['debug']('setLTSSessionId\x20error:\x20'+(_0x1b0d8b&&_0x1b0d8b[_0x3a4696(0x1eb)])),'';}},a82_0x42d9a1={};a82_0x42d9a1[a82_0x4932d5(0x205)]=isLTSSession,a82_0x42d9a1[a82_0x4932d5(0x207)]=getLTSSessionId,a82_0x42d9a1['setLTSSessionId']=setLTSSessionId,module[a82_0x4932d5(0x1e6)]=a82_0x42d9a1;function a82_0x2d02(){const _0x49b5d5=['9972344ZPcRuz','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','2486390YqYJYm','toString','36dXRxnb','OeaAR','NGcpU','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','overrideLoadTesting','4UDFkSI','LoadTestModule','undefined','../../../helpers/helper.js','xCcmD','OWzfa','wsXpa','isLTSSession','RlsnI','getLTSSessionId','ZUAwO','toLowerCase','debug','HDvkp','false','BROWSERSTACK_LTS_SESSION_ID','403083Tdjuej','SStSe','7jcTDUG','DwsGD','596715vbgmhd','cNBGd','exports','544227zzGFVf','172808wvvsuM','YcnSO','5940930metOfN','message','OHHaa','HIxYk','error','browserstackAutomation','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','../../../helpers/classLogger.js','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','env','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env'];a82_0x2d02=function(){return _0x49b5d5;};return a82_0x2d02();}
@@ -1 +1 @@
1
- const a83_0x27b0ab=a83_0x4fff;function a83_0x2307(){const _0x4b42e3=['name','page','getModuleName','now','onBeforeTest:\x20page\x20is\x20not\x20defined','7Aljvcu','debug','9SInYxC','3uxLrLn','onBeforeTest:\x20','start','end','3705534PkLASR','registerObserver','./baseModule','906765bpjhmU','jZICO','../../../helpers/classLogger.js','4489448RPpJbV','ADqCV','MODULE_NAME','1182616SScVbg','11063239xRqUpg','4qotKPX','ObservabilitySync:','onBeforeTest','../../utils/constants.js','../framework/automationFramework.js','ObservabilityModule','../state/automationFrameworkState.js','SYNC','exports','../../../helpers/performance/constants.js','VaqQu','POST','TEST_REPORTING_ANALYTICS','../../../helpers/performance/performance-tester.js','2539710QVFqNi','logger','NLFqP','bind','observabilityConfig','216221dNAWSJ','hyhrS','mBtad','../../../helpers/helper.js'];a83_0x2307=function(){return _0x4b42e3;};return a83_0x2307();}(function(_0x3e0acc,_0x457ba0){const _0x2578ba=a83_0x4fff,_0x54cbc6=_0x3e0acc();while(!![]){try{const _0x191516=-parseInt(_0x2578ba(0x1e2))/0x1*(-parseInt(_0x2578ba(0x1fd))/0x2)+-parseInt(_0x2578ba(0x1ee))/0x3*(parseInt(_0x2578ba(0x1f8))/0x4)+-parseInt(_0x2578ba(0x1f5))/0x5+parseInt(_0x2578ba(0x1f2))/0x6*(parseInt(_0x2578ba(0x1eb))/0x7)+parseInt(_0x2578ba(0x1fb))/0x8+-parseInt(_0x2578ba(0x1ed))/0x9*(parseInt(_0x2578ba(0x1dd))/0xa)+parseInt(_0x2578ba(0x1fc))/0xb;if(_0x191516===_0x457ba0)break;else _0x54cbc6['push'](_0x54cbc6['shift']());}catch(_0x5b563e){_0x54cbc6['push'](_0x54cbc6['shift']());}}}(a83_0x2307,0x9db21));const BaseModule=require(a83_0x27b0ab(0x1f4)),{createClassLogger}=require(a83_0x27b0ab(0x1f7)),AutomationFramework=require(a83_0x27b0ab(0x1d3)),AutomationFrameworkState=require(a83_0x27b0ab(0x1d5)),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require(a83_0x27b0ab(0x1e5)),PerformanceTester=require(a83_0x27b0ab(0x1dc)),{O11y_EVENTS}=require(a83_0x27b0ab(0x1d8)),constants=require(a83_0x27b0ab(0x1d2));class ObservabilityModule extends BaseModule{[a83_0x27b0ab(0x1de)]=createClassLogger('ObservabilityModule');constructor(_0x35085d){const _0x2b5999=a83_0x27b0ab,_0x3699f9={};_0x3699f9[_0x2b5999(0x1e4)]=_0x2b5999(0x1d4);const _0x3dee30=_0x3699f9;super(),this[_0x2b5999(0x1e6)]=_0x3dee30['mBtad'],this[_0x2b5999(0x1e1)]=_0x35085d,AutomationFramework[_0x2b5999(0x1f3)](AutomationFrameworkState['CREATE'],HookState[_0x2b5999(0x1da)],this[_0x2b5999(0x1d1)][_0x2b5999(0x1e0)](this));}[a83_0x27b0ab(0x1e8)](){const _0x58b406=a83_0x27b0ab;return ObservabilityModule[_0x58b406(0x1fa)];}async['onBeforeTest'](_0x26d8e6){const _0x4ef483=a83_0x27b0ab,_0x448eba={'jZICO':function(_0x1c8e23,_0x45282f){return _0x1c8e23+_0x45282f;},'VaqQu':_0x4ef483(0x1d0),'ADqCV':function(_0x5f37d0,_0x44fd1f,_0x5df5f5,_0x296ff7){return _0x5f37d0(_0x44fd1f,_0x5df5f5,_0x296ff7);},'hyhrS':_0x4ef483(0x1ec),'NLFqP':_0x4ef483(0x1ea)};if(_0x26d8e6[_0x4ef483(0x1e7)]){const _0x10205b=_0x26d8e6[_0x4ef483(0x1e7)],_0x297af9=Date[_0x4ef483(0x1e9)](),_0x261539=_0x448eba[_0x4ef483(0x1f6)](_0x448eba[_0x4ef483(0x1d9)],_0x297af9);PerformanceTester[_0x4ef483(0x1f0)](O11y_EVENTS[_0x4ef483(0x1d6)]),await _0x448eba[_0x4ef483(0x1f9)](playwrightAnnotate,_0x10205b,_0x261539,_0x448eba[_0x4ef483(0x1e3)]),PerformanceTester[_0x4ef483(0x1f1)](O11y_EVENTS['SYNC']),this[_0x4ef483(0x1de)]['info'](_0x4ef483(0x1ef)+constants[_0x4ef483(0x1db)]+'\x20sync\x20done');}else this[_0x4ef483(0x1de)][_0x4ef483(0x1ec)](_0x448eba[_0x4ef483(0x1df)]);}}function a83_0x4fff(_0x35e247,_0x55b80d){const _0x23074d=a83_0x2307();return a83_0x4fff=function(_0x4fffcc,_0x194fe8){_0x4fffcc=_0x4fffcc-0x1d0;let _0x47abed=_0x23074d[_0x4fffcc];return _0x47abed;},a83_0x4fff(_0x35e247,_0x55b80d);}ObservabilityModule[a83_0x27b0ab(0x1fa)]='ObservabilityModule',module[a83_0x27b0ab(0x1d7)]=ObservabilityModule;
1
+ function a83_0x45a2(){const _0x164cab=['POST','1710972MmVuSq','start','596904nPWGfv','onBeforeTest:\x20','observabilityConfig','sdMKR','debug','registerObserver','2828430AzRXBW','164Imxqdx','3eBvnVo','../../../helpers/performance/constants.js','TEST_REPORTING_ANALYTICS','end','1223720inmVEp','getModuleName','2563412RcTsrW','JJUgE','2333rNWDIA','ObservabilityModule','logger','Dawyi','../../../helpers/performance/performance-tester.js','../../../helpers/classLogger.js','page','onBeforeTest','../../utils/constants.js','\x20sync\x20done','now','CREATE','./baseModule','7UHGeGV','2209952ZkEFyq','SYNC','MODULE_NAME'];a83_0x45a2=function(){return _0x164cab;};return a83_0x45a2();}const a83_0x25be7f=a83_0x16b2;(function(_0x284089,_0x3fa943){const _0x2861a4=a83_0x16b2,_0x3669e3=_0x284089();while(!![]){try{const _0x5ae731=-parseInt(_0x2861a4(0x1bf))/0x1*(-parseInt(_0x2861a4(0x1b6))/0x2)+parseInt(_0x2861a4(0x1b7))/0x3*(parseInt(_0x2861a4(0x1bd))/0x4)+-parseInt(_0x2861a4(0x1d9))/0x5+parseInt(_0x2861a4(0x1d3))/0x6+parseInt(_0x2861a4(0x1cc))/0x7*(parseInt(_0x2861a4(0x1cd))/0x8)+-parseInt(_0x2861a4(0x1d1))/0x9+-parseInt(_0x2861a4(0x1bb))/0xa;if(_0x5ae731===_0x3fa943)break;else _0x3669e3['push'](_0x3669e3['shift']());}catch(_0x215f6f){_0x3669e3['push'](_0x3669e3['shift']());}}}(a83_0x45a2,0x507f9));function a83_0x16b2(_0x218229,_0x4a6aca){const _0x45a250=a83_0x45a2();return a83_0x16b2=function(_0x16b232,_0xa8e22b){_0x16b232=_0x16b232-0x1b6;let _0x595fd2=_0x45a250[_0x16b232];return _0x595fd2;},a83_0x16b2(_0x218229,_0x4a6aca);}const BaseModule=require(a83_0x25be7f(0x1cb)),{createClassLogger}=require(a83_0x25be7f(0x1c4)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require(a83_0x25be7f(0x1c3)),{O11y_EVENTS}=require(a83_0x25be7f(0x1b8)),constants=require(a83_0x25be7f(0x1c7));class ObservabilityModule extends BaseModule{[a83_0x25be7f(0x1c1)]=createClassLogger(a83_0x25be7f(0x1c0));constructor(_0x244f44){const _0x5d8a42=a83_0x25be7f,_0x48d02e={};_0x48d02e[_0x5d8a42(0x1c2)]=_0x5d8a42(0x1c0);const _0x548eda=_0x48d02e;super(),this['name']=_0x548eda[_0x5d8a42(0x1c2)],this[_0x5d8a42(0x1d5)]=_0x244f44,AutomationFramework[_0x5d8a42(0x1d8)](AutomationFrameworkState[_0x5d8a42(0x1ca)],HookState[_0x5d8a42(0x1d0)],this[_0x5d8a42(0x1c6)]['bind'](this));}[a83_0x25be7f(0x1bc)](){const _0x363733=a83_0x25be7f;return ObservabilityModule[_0x363733(0x1cf)];}async[a83_0x25be7f(0x1c6)](_0x42d6da){const _0x2b0e7f=a83_0x25be7f,_0x6d598={'lYwkd':function(_0x5881df,_0x1cd5de){return _0x5881df+_0x1cd5de;},'MAvRa':'ObservabilitySync:','iFMMH':function(_0x5a4b93,_0x255778,_0x20740f,_0x205e2d){return _0x5a4b93(_0x255778,_0x20740f,_0x205e2d);},'sdMKR':_0x2b0e7f(0x1d7),'JJUgE':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x42d6da[_0x2b0e7f(0x1c5)]){const _0x294571=_0x42d6da['page'],_0x531635=Date[_0x2b0e7f(0x1c9)](),_0x55faea=_0x6d598['lYwkd'](_0x6d598['MAvRa'],_0x531635);PerformanceTester[_0x2b0e7f(0x1d2)](O11y_EVENTS[_0x2b0e7f(0x1ce)]),await _0x6d598['iFMMH'](playwrightAnnotate,_0x294571,_0x55faea,_0x6d598[_0x2b0e7f(0x1d6)]),PerformanceTester[_0x2b0e7f(0x1ba)](O11y_EVENTS[_0x2b0e7f(0x1ce)]),this[_0x2b0e7f(0x1c1)]['info'](_0x2b0e7f(0x1d4)+constants[_0x2b0e7f(0x1b9)]+_0x2b0e7f(0x1c8));}else this['logger'][_0x2b0e7f(0x1d7)](_0x6d598[_0x2b0e7f(0x1be)]);}}ObservabilityModule[a83_0x25be7f(0x1cf)]=a83_0x25be7f(0x1c0),module['exports']=ObservabilityModule;
@@ -1 +1 @@
1
- const a84_0x690c30=a84_0x4758;function a84_0x48a1(){const _0x1327e1=['../../../helpers/performance/performance-tester.js','isFalse','../utils/jest-utils.js','inspect','toString','setState','SESSION_STATUS','PlaywrightDriverModule','513486ZLqUop','../../../helpers/test-observability/utils','onBeforeDriverCreate','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','WrcUq','page','getTrackedInstance','uWsFh','name','testUuid','NmnCC','../browserstackCLI.js','__workerDetails','getTestUUID','../grpcClient.js','167700STmIWP','getThreadId','KEY_PLATFORM_INDEX','browser','exports','length','context','VHxkW','capabilities','qSaZi','info','chSyz','pickle','Kfhmw','../state/hookState.js','arguments','params','reason','debug','bEbuQ','onDispatchExecute:\x20Playwright\x20sessionId:\x20','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','isBrowserstackInfra','../../../helpers/performance/constants.js','getId','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','base64','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_FRAMEWORK_NAME','1.51.0','DMJMW','yPHIk','cuZUv','LyJYZ','\x20||\x20','uEwpm','nOuXA','testInfo','testSessionEvent','KEY_PAGE_OBJECT','action','playwrightVersion','bStackParams','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','markSessionStatus','sessionId','XZLbB','getLTSSessionId','482425kXDeUq','../state/automationFrameworkState.js','PGxIy','split','getState','AOwSy','Automation\x20onAfterTest:\x20Test\x20status:\x20','hubUrl','platforms','1200616UnndCQ','PRE','20XMKecQ','getRef','Error\x20in\x20onDispatchExecute:\x20','sRvch','PLAYWRIGHT_DISPATCH','ctPlr','Playwright','eCTnE','Error\x20in\x20onAfterDriverCreate:\x20','Error\x20in\x20markSessionName:\x20','passed','../../playwright/sessionDetails','POST','platformIndex','onAfterTest\x20CBTSession\x20payload:\x20','Automation\x20onAfterTest:\x20Test\x20completed','KEY_HUB_URL','818082DVnBIW','rSMZa','getModuleName','retry','testFrameworkData','registerObserver','getTestId','9|11|7|0|1|10|5|4|3|2|6|8','uUtmw','zFijQ','message','instance','../../../helpers/helper.js','parallelIndex','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','../../utils/constants','logger','KEY_CAPABILITIES','onAfterTest',',\x20test_identifier:\x20','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','ysCwV','error','getDetails','browserName','start','yQSWz','21QnhKHU','util','from','OKwOb','jestUtils','errors','getTestIdentifierFromTestInfo','setSessionStatus','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','./loadTestModule.js','KEY_SESSION_ID','UgNdg','testId','XbSMp','TZFWB','LoJQb','CUCUMBER','../TestInfo.js','KEY_BROWSER_OBJECT','workerInfo','markSessionName','markSessionStatus:\x20Marking\x20session\x20status','testId:\x20','end','\x20failure\x20reason:\x20','mscNZ','5366205NIPpRQ','../framework/constants/testFrameworkConstants.js','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','status','onAfterDriverCreate:\x20Setting\x20browser\x20object','NURjB','MODULE_NAME','recreateIdentifierFromTestInfo','setSessionName','kHiTb','onPlaywrightDispatch','JEST','ASkBX','JYLyo','KEY_TEST_ID','launchcaps','browserVersion','test_identifier','driverInit','KEY_CONTEXT_OBJECT','SESSION_NAME','onAfterDriverCreate','shouldSkipSessionName','471337qPdKOv','getConfig','format','isPlaywright','Error\x20in\x20onBeforeDriverCreate:\x20','CREATE','getInstance','../../../helpers/helper','OdqGW','bind','../state/testFrameworkState','adaio','pageObject','../cliUtils.js','platformDetails'];a84_0x48a1=function(){return _0x1327e1;};return a84_0x48a1();}(function(_0x3a3de5,_0x2cf4ac){const _0x9a4999=a84_0x4758,_0x2a26c3=_0x3a3de5();while(!![]){try{const _0x4ede27=parseInt(_0x9a4999(0x124))/0x1+parseInt(_0x9a4999(0x14a))/0x2+parseInt(_0x9a4999(0xd8))/0x3+parseInt(_0x9a4999(0xc7))/0x4*(-parseInt(_0x9a4999(0xbc))/0x5)+parseInt(_0x9a4999(0x13b))/0x6+parseInt(_0x9a4999(0xf3))/0x7*(parseInt(_0x9a4999(0xc5))/0x8)+-parseInt(_0x9a4999(0x10d))/0x9;if(_0x4ede27===_0x2cf4ac)break;else _0x2a26c3['push'](_0x2a26c3['shift']());}catch(_0x2d1f66){_0x2a26c3['push'](_0x2a26c3['shift']());}}}(a84_0x48a1,0x4595f));const util=require(a84_0x690c30(0xf4)),BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger.js'),{getFrameworkVersion}=require(a84_0x690c30(0x13c)),helper=require(a84_0x690c30(0x12b)),{FRAMEWORKS}=require(a84_0x690c30(0xe7)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a84_0x690c30(0xbd)),HookState=require(a84_0x690c30(0x9a)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x690c30(0xe4)),CLIUtils=require(a84_0x690c30(0x131)),BrowserstackCLI=require(a84_0x690c30(0x146)),GrpcClient=require(a84_0x690c30(0x149)),PerformanceTester=require(a84_0x690c30(0x133)),PerformanceEvents=require(a84_0x690c30(0xa3))['AUTOMATE_EVENTS'],TestInfo=require(a84_0x690c30(0x104)),{getPlaywrightProvider,getProductForSession}=require('../../../helpers/helper.js'),LoadTestModule=require(a84_0x690c30(0xfc)),TestFrameworkConstants=require(a84_0x690c30(0x10e)),TestFrameworkState=require(a84_0x690c30(0x12e)),JestUtils=require(a84_0x690c30(0x135)),PlaywrightSessionDetails=require(a84_0x690c30(0xd2));class PlaywrightDriverModule extends BaseModule{static [a84_0x690c30(0x105)]='browserObject';static [a84_0x690c30(0x120)]='contextObject';static [a84_0x690c30(0xb3)]=a84_0x690c30(0x130);static [a84_0x690c30(0xfd)]=a84_0x690c30(0xb9);static ['KEY_PLATFORM_INDEX']=a84_0x690c30(0xd4);static [a84_0x690c30(0xe9)]=a84_0x690c30(0x94);static [a84_0x690c30(0xd7)]=a84_0x690c30(0xc3);static ['KEY_PLATFORM_DETAILS']='platformDetails';static [a84_0x690c30(0x11b)]=a84_0x690c30(0xff);[a84_0x690c30(0xe8)]=createClassLogger(a84_0x690c30(0x13a));constructor(_0x5c4b9c=null){const _0x2a9d5a=a84_0x690c30,_0x15f661={};_0x15f661[_0x2a9d5a(0x119)]=_0x2a9d5a(0xdf),_0x15f661['WrcUq']='PlaywrightDriverModule';const _0x54016c=_0x15f661,_0xfc6fbe=_0x54016c[_0x2a9d5a(0x119)][_0x2a9d5a(0xbf)]('|');let _0x3701b5=0x0;while(!![]){switch(_0xfc6fbe[_0x3701b5++]){case'0':this[_0x2a9d5a(0xf0)]=null;continue;case'1':this[_0x2a9d5a(0x11d)]=null;continue;case'2':AutomationFramework[_0x2a9d5a(0xdd)](AutomationFrameworkState[_0x2a9d5a(0x129)],HookState[_0x2a9d5a(0xd3)],this[_0x2a9d5a(0x122)][_0x2a9d5a(0x12d)](this));continue;case'3':AutomationFramework[_0x2a9d5a(0xdd)](AutomationFrameworkState[_0x2a9d5a(0x129)],HookState[_0x2a9d5a(0xc6)],this[_0x2a9d5a(0x13d)][_0x2a9d5a(0x12d)](this));continue;case'4':this[_0x2a9d5a(0xf7)]=new JestUtils();continue;case'5':this['testRunId']=null;continue;case'6':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x2a9d5a(0xcb)],HookState[_0x2a9d5a(0xd3)],this[_0x2a9d5a(0x117)][_0x2a9d5a(0x12d)](this));continue;case'7':this[_0x2a9d5a(0xb5)]=null;continue;case'8':AutomationFramework[_0x2a9d5a(0xdd)](AutomationFrameworkState['EXECUTE'],HookState['POST'],this[_0x2a9d5a(0xea)][_0x2a9d5a(0x12d)](this));continue;case'9':super(_0x5c4b9c);continue;case'10':this[_0x2a9d5a(0xc4)]=[];continue;case'11':this[_0x2a9d5a(0x143)]=_0x54016c[_0x2a9d5a(0x13f)];continue;}break;}}[a84_0x690c30(0xda)](){const _0x557e1f=a84_0x690c30;return PlaywrightDriverModule[_0x557e1f(0x113)];}async[a84_0x690c30(0x13d)](_0x48958a){const _0x315d80=a84_0x690c30,_0x3b83e6={};_0x3b83e6[_0x315d80(0xe1)]='onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created';const _0x247d19=_0x3b83e6;try{this['logger'][_0x315d80(0x9e)](_0x247d19[_0x315d80(0xe1)]);const _0x2cb14a=_0x48958a[_0x315d80(0x11c)],_0x2cd610=_0x48958a[_0x315d80(0xc3)];AutomationFramework[_0x315d80(0x138)](_0x48958a[_0x315d80(0xe3)],PlaywrightDriverModule[_0x315d80(0xe9)],_0x2cb14a),AutomationFramework[_0x315d80(0x138)](_0x48958a[_0x315d80(0xe3)],PlaywrightDriverModule[_0x315d80(0xd7)],_0x2cd610);}catch(_0x48192c){this[_0x315d80(0xe8)][_0x315d80(0xee)](_0x315d80(0x128)+util[_0x315d80(0x126)](_0x48192c));}}async['onPlaywrightDispatch'](_0x1dbf4a){const _0x2e516b=a84_0x690c30,_0x14b694={};_0x14b694[_0x2e516b(0xe0)]=function(_0x5db64c,_0x2ce53a){return _0x5db64c||_0x2ce53a;};const _0x4cc45e=_0x14b694;try{const _0x3cd7ee=_0x1dbf4a?.[_0x2e516b(0xe2)]&&_0x1dbf4a?.[_0x2e516b(0xe2)]?.[_0x2e516b(0x9c)]&&_0x1dbf4a?.['message']?.['params']?.['bsParams'],_0x167d31=_0x1dbf4a?.['message']&&_0x1dbf4a?.[_0x2e516b(0xe2)]?.[_0x2e516b(0xb6)];if(_0x4cc45e['uUtmw'](_0x3cd7ee,_0x167d31)){this[_0x2e516b(0xe8)][_0x2e516b(0x9e)]('onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20'+util[_0x2e516b(0x136)](_0x3cd7ee)+_0x2e516b(0xae)+util[_0x2e516b(0x136)](_0x167d31));const _0x4ffa5b=_0x1dbf4a?.['instance'],_0x43ebe7=global?.['__workerDetails']?.['workerInfo']?.[_0x2e516b(0xe5)],_0x1cf32c=_0x3cd7ee?.[_0x2e516b(0xb9)]||_0x167d31?.['sessionId'],_0xac7197=_0x3cd7ee?.[_0x2e516b(0x132)]||_0x167d31?.['platformDetails'];_0x1cf32c&&(this[_0x2e516b(0xe8)]['debug'](_0x2e516b(0xa0)+_0x1cf32c),AutomationFramework[_0x2e516b(0x138)](_0x4ffa5b,PlaywrightDriverModule[_0x2e516b(0xfd)],_0x1cf32c)),_0x43ebe7&&(this[_0x2e516b(0xe8)][_0x2e516b(0x9e)](_0x2e516b(0xa5)+util[_0x2e516b(0x136)](_0x43ebe7)),AutomationFramework['setState'](_0x4ffa5b,PlaywrightDriverModule[_0x2e516b(0x14c)],_0x43ebe7));}}catch(_0x4fac62){this['logger'][_0x2e516b(0xee)](_0x2e516b(0xc9)+util['format'](_0x4fac62));}}async[a84_0x690c30(0x122)](_0x3a32ea){const _0x251492=a84_0x690c30,_0xc73436={'YwNCD':_0x251492(0xb7),'TZFWB':function(_0x13ec2d,_0x47dcf3){return _0x13ec2d(_0x47dcf3);},'NURjB':'onAfterDriverCreate:\x20Setting\x20page\x20object','NmnCC':'onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','nKawb':'onAfterDriverCreate:\x20Setting\x20context\x20object','JYLyo':_0x251492(0x111),'acOSj':'base64','AOwSy':function(_0x46cd13,_0x4b4c83){return _0x46cd13===_0x4b4c83;}};try{this[_0x251492(0xe8)][_0x251492(0x9e)](_0xc73436['YwNCD']);const _0x42312f=_0x3a32ea[_0x251492(0xe3)];this[_0x251492(0xb5)]=_0xc73436[_0x251492(0x101)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x3a32ea[_0x251492(0x140)]){this[_0x251492(0xe8)][_0x251492(0x9e)](_0xc73436[_0x251492(0x112)]),AutomationFramework['setState'](_0x42312f,PlaywrightDriverModule[_0x251492(0xb3)],_0x3a32ea['page']);if(_0x3a32ea[_0x251492(0xb1)]){this['logger']['debug'](_0xc73436[_0x251492(0x145)]);const _0x2092c2=this[_0x251492(0xde)](_0x3a32ea);AutomationFramework[_0x251492(0x138)](_0x42312f,PlaywrightDriverModule[_0x251492(0x11b)],_0x2092c2),await this[_0x251492(0x107)](_0x3a32ea['testInfo']);}}_0x3a32ea[_0x251492(0x150)]&&(this[_0x251492(0xe8)][_0x251492(0x9e)](_0xc73436['nKawb']),AutomationFramework[_0x251492(0x138)](_0x42312f,PlaywrightDriverModule[_0x251492(0x120)],_0x3a32ea['context']));if(_0x3a32ea[_0x251492(0x14d)]){this[_0x251492(0xe8)][_0x251492(0x9e)](_0xc73436[_0x251492(0x11a)]);const _0x1e3db3=global?.[_0x251492(0x147)]?.[_0x251492(0x106)]?.[_0x251492(0xe5)];AutomationFramework['setState'](_0x42312f,PlaywrightDriverModule[_0x251492(0x105)],_0x3a32ea['browser']),AutomationFramework['setState'](_0x42312f,PlaywrightDriverModule[_0x251492(0x14c)],_0x1e3db3);const _0x2fd62a={};_0x2fd62a[_0x251492(0x127)]=!![];const _0x1f7e32=Buffer['from'](JSON['stringify'](_0x2fd62a)[_0x251492(0x137)](_0xc73436['acOSj'])),_0x434195=await GrpcClient['getInstance']()[_0x251492(0x11f)]({'platformIndex':_0x1e3db3,'ref':_0x42312f[_0x251492(0xc8)](),'userInputParams':_0x1f7e32});(helper[_0x251492(0x134)](helper['isBrowserstackInfra']())||helper['isTrue'](helper[_0x251492(0xa2)]()&&BrowserstackCLI['getInstance']()[_0x251492(0x125)]()[_0x251492(0xc4)]&&_0xc73436[_0x251492(0xc1)](BrowserstackCLI['getInstance']()[_0x251492(0x125)]()[_0x251492(0xc4)][_0x251492(0x14f)],0x0)))&&AutomationFramework[_0x251492(0x138)](_0x42312f,PlaywrightDriverModule['KEY_CAPABILITIES'],PlaywrightSessionDetails[_0x251492(0xef)]());}}catch(_0x3189a2){this[_0x251492(0xe8)]['error'](_0x251492(0xcf)+util[_0x251492(0x126)](_0x3189a2));}}async['onAfterTest'](_0xf694bf){const _0x520fa3=a84_0x690c30,_0xb30e82={'kHiTb':_0x520fa3(0xd6),'adaio':_0x520fa3(0xe6),'cuZUv':function(_0xf270f6,_0x572786){return _0xf270f6(_0x572786);},'OKwOb':function(_0x5de658,_0x422dca){return _0x5de658(_0x422dca);},'nOuXA':function(_0x41d676,_0xb27e82,_0x32ab72){return _0x41d676(_0xb27e82,_0x32ab72);},'VeZzp':'result','rSMZa':_0x520fa3(0xe2),'LoJQb':function(_0x36a454,_0x242541){return _0x36a454(_0x242541);},'YWJYN':_0x520fa3(0xee),'uEwpm':function(_0x3b55b0,_0x411982,_0x2e7cb7){return _0x3b55b0(_0x411982,_0x2e7cb7);},'eCTnE':_0x520fa3(0xf8),'VRDdS':function(_0x61f3a5,_0x31e26e){return _0x61f3a5>_0x31e26e;},'qSaZi':function(_0xffff6b,_0x22ca0e){return _0xffff6b||_0x22ca0e;},'yQSWz':function(_0x367614,_0x172b0f){return _0x367614===_0x172b0f;},'XZLbB':function(_0x56f6d7,_0x28ea58){return _0x56f6d7+_0x28ea58;},'NYXGx':_0x520fa3(0x109),'chSyz':'testData\x20from\x20onAfterTest:\x20','sRvch':_0x520fa3(0xcd),'DMJMW':_0x520fa3(0xa9),'InkYZ':function(_0x3220e4){return _0x3220e4();},'mscNZ':_0x520fa3(0xa6),'UgNdg':function(_0x8da96b,_0x32723a){return _0x8da96b===_0x32723a;},'ctPlr':_0x520fa3(0xfb)};this[_0x520fa3(0xe8)][_0x520fa3(0x9e)](_0xb30e82[_0x520fa3(0x116)]);const _0x3afad1=_0xf694bf['instance'];if(!_0x3afad1){this[_0x520fa3(0xe8)][_0x520fa3(0x9e)](_0xb30e82[_0x520fa3(0x12f)]);return;}const _0x28fd63=_0xf694bf[_0x520fa3(0xb1)],_0x4453c4=this['getTestId'](_0xf694bf),_0x5e012f=_0x28fd63[_0x520fa3(0x110)];let _0x41665f;const _0x3579e3=_0xb30e82[_0x520fa3(0xac)](getPlaywrightStatus,_0x5e012f);let _0x5d31ab,_0x30bd48=null;if(_0x28fd63['pickle']||_0x28fd63['gherkinDocument'])_0x5d31ab=_0xb30e82[_0x520fa3(0xf6)](getCucumberSessionName,_0x28fd63),_0x41665f=_0xb30e82[_0x520fa3(0xb0)](nestedKeyValue,_0x28fd63,[_0xb30e82['VeZzp'],_0xb30e82[_0x520fa3(0xd9)]]);else{_0x5d31ab=_0xb30e82[_0x520fa3(0x102)](getPlaywrightSessionName,_0x28fd63),_0x41665f=_0xb30e82['nOuXA'](nestedKeyValue,_0x28fd63,[_0xb30e82['YWJYN'],_0xb30e82[_0x520fa3(0xd9)]]);const _0x5a4ba9=_0xb30e82[_0x520fa3(0xaf)](nestedKeyValue,_0x28fd63,[_0xb30e82[_0x520fa3(0xce)]]);_0x5a4ba9&&_0xb30e82['VRDdS'](_0x5a4ba9['length'],0x0)&&(_0x30bd48=_0x5a4ba9[0x0][_0x520fa3(0xe2)]),_0x41665f=_0xb30e82[_0x520fa3(0x95)](_0x41665f,_0x30bd48),this[_0x520fa3(0xe8)]['debug'](_0x520fa3(0xc2)+_0x3579e3+_0x520fa3(0x10b)+_0x41665f);}const _0x50ab19=_0xb30e82[_0x520fa3(0x95)](_0x41665f,_0x30bd48);this[_0x520fa3(0xe8)][_0x520fa3(0x9e)](_0x520fa3(0xc2)+_0x3579e3);let _0x3a2536,_0x5b0f9a;if(this[_0x520fa3(0xdc)]&&_0xb30e82['yQSWz'](this[_0x520fa3(0xdc)]['name'],FRAMEWORKS[_0x520fa3(0x103)]))_0x3a2536=_0x4453c4,_0x5b0f9a=TestInfo[_0x520fa3(0x148)](_0x3a2536);else this['testFrameworkData']&&_0xb30e82['yQSWz'](this[_0x520fa3(0xdc)]['name'],FRAMEWORKS[_0x520fa3(0x118)])?(_0x3a2536=this[_0x520fa3(0xf7)][_0x520fa3(0x114)](_0x28fd63),this[_0x520fa3(0xe8)][_0x520fa3(0x9e)]('Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20'+_0x3a2536)):(_0x3a2536=TestInfo[_0x520fa3(0xf9)](_0x28fd63,_0x28fd63[_0x520fa3(0xdb)]),_0x5b0f9a=TestInfo['getTestUUID'](_0x3a2536));const _0x37778d=TestInfo['getTestDetails'](_0x3a2536);this[_0x520fa3(0xe8)][_0x520fa3(0x96)](_0xb30e82['XZLbB'](_0xb30e82['NYXGx'],_0x4453c4)),this['logger'][_0x520fa3(0x96)](_0xb30e82[_0x520fa3(0xba)](_0xb30e82[_0x520fa3(0x97)],util['inspect'](_0x37778d)));const _0x5086d8=AutomationFramework['getState'](_0x3afad1,PlaywrightDriverModule[_0x520fa3(0x14c)]),_0x2ccfad=_0x37778d?.[TestFrameworkConstants[_0x520fa3(0xa8)]]||this['testFrameworkData']&&this[_0x520fa3(0xdc)][_0x520fa3(0x143)],_0xb9bb5e=_0x37778d?.[TestFrameworkConstants[_0x520fa3(0xa7)]]||this[_0x520fa3(0xdc)]&&this['testFrameworkData']['version'],_0x2eb95c=TestFrameworkState['TEST']['toString']()[_0x520fa3(0xbf)]('.')[0x1],_0x4802cc=HookState[_0x520fa3(0xd3)]['toString']()[_0x520fa3(0xbf)]('.')[0x1],_0x5c369e=_0x3afad1['getContext'](),_0x1069c5=AutomationFramework['getState'](_0x3afad1,PlaywrightDriverModule[_0x520fa3(0xd7)],''),_0x300da1={'provider':_0xb30e82[_0x520fa3(0xf6)](getPlaywrightProvider,_0x1069c5),'frameworkName':_0xb30e82[_0x520fa3(0xca)],'frameworkVersion':_0xb30e82[_0x520fa3(0xaa)],'frameworkSessionId':LoadTestModule['isLTSSession']()?LoadTestModule[_0x520fa3(0xbb)]():AutomationFramework[_0x520fa3(0xc0)](_0x3afad1,PlaywrightDriverModule['KEY_SESSION_ID'],''),'ref':_0x3afad1[_0x520fa3(0xc8)](),'hubUrl':_0x1069c5,'product':_0xb30e82['InkYZ'](getProductForSession)};let _0x21fb4b=AutomationFramework[_0x520fa3(0xc0)](_0x3afad1,PlaywrightDriverModule['KEY_CAPABILITIES'],{});_0x21fb4b&&_0xb30e82['VRDdS'](Object['keys'](_0x21fb4b)['length'],0x0)?_0x21fb4b=Buffer[_0x520fa3(0xf5)](JSON['stringify'](_0x21fb4b))[_0x520fa3(0x137)](_0xb30e82[_0x520fa3(0x10c)]):_0x21fb4b=Buffer['from'](JSON['stringify']({}))[_0x520fa3(0x137)](_0xb30e82[_0x520fa3(0x10c)]);const _0xfbc707={'hash':_0x5c369e[_0x520fa3(0xa4)](),'threadId':_0x5c369e[_0x520fa3(0x14b)]()[_0x520fa3(0x137)](),'processId':_0x5c369e['getProcessId']()['toString']()},_0x2bf62a={};_0x2bf62a[_0x520fa3(0x11e)]=_0x3a2536;const _0x3778ef={};_0x3778ef[_0x520fa3(0x144)]=_0x5b0f9a;const _0x50a5b9={'platformIndex':_0x5086d8,'testFrameworkName':_0x2ccfad,'testFrameworkVersion':_0xb9bb5e,'testFrameworkState':_0x2eb95c,'testHookState':_0x4802cc,...this[_0x520fa3(0xdc)]&&_0xb30e82[_0x520fa3(0xf2)](this[_0x520fa3(0xdc)]['name'],FRAMEWORKS[_0x520fa3(0x118)])?_0x2bf62a:_0x3778ef,'automationSession':_0x300da1,'capabilities':_0x21fb4b,'executionContext':_0xfbc707};this['logger'][_0x520fa3(0x9e)](_0x520fa3(0xd5)+util[_0x520fa3(0x126)](_0x50a5b9)),GrpcClient[_0x520fa3(0x12a)]()[_0x520fa3(0xb2)](_0x50a5b9),this['logger']['debug'](_0x520fa3(0xec)+_0x4453c4+(this[_0x520fa3(0xdc)]&&_0xb30e82[_0x520fa3(0xfe)](this['testFrameworkData']['name'],FRAMEWORKS[_0x520fa3(0x118)])?_0x520fa3(0xeb)+_0x3a2536:''));if(!_0x3579e3){this['logger'][_0x520fa3(0x9e)](_0xb30e82[_0x520fa3(0xcc)],_0x5e012f[_0x520fa3(0x110)]);return;}this[_0x520fa3(0xe8)][_0x520fa3(0x9e)]('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20'+_0x4453c4),_0x28fd63&&(this[_0x520fa3(0xe8)][_0x520fa3(0x9e)](_0x520fa3(0xa1)+_0x5d31ab),await this[_0x520fa3(0x107)](_0x28fd63)),await this[_0x520fa3(0xb8)](_0x3afad1,_0x5d31ab,_0x3579e3,_0x50ab19);}async[a84_0x690c30(0xb8)](_0x1a4608,_0x3d3c4b,_0x161d7a,_0x3a8e7c){const _0x53843e=a84_0x690c30,_0x1cc8c1={'vGRZy':'markSessionStatus:\x20Skipping\x20session\x20status\x20marking','XbSMp':_0x53843e(0x13e),'bEbuQ':_0x53843e(0x10f),'BxFrm':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','PGxIy':_0x53843e(0xfa),'ysCwV':_0x53843e(0x9d),'OdqGW':'Session','PKbaC':function(_0x50fb5c,_0x1cb6e8){return _0x50fb5c===_0x1cb6e8;},'uWsFh':_0x53843e(0xd1),'ZrxZx':_0x53843e(0x96),'MPpad':_0x53843e(0xee),'VHxkW':function(_0x702b8f,_0xd43f43,_0x511286,_0x40cc3d){return _0x702b8f(_0xd43f43,_0x511286,_0x40cc3d);},'GzEVW':_0x53843e(0x108),'yPHIk':function(_0x2f5fd0,_0x3fc784,_0x1b71fa){return _0x2f5fd0(_0x3fc784,_0x1b71fa);}};if(CLIUtils['shouldSkipSessionStatus'](BrowserstackCLI[_0x53843e(0x12a)]()[_0x53843e(0x125)]())){this['logger'][_0x53843e(0x9e)](_0x1cc8c1['vGRZy']);return;}const _0x339d22=_0x1a4608;if(!_0x339d22){this[_0x53843e(0xe8)][_0x53843e(0x9e)](_0x1cc8c1[_0x53843e(0x100)]);return;}const _0xc6901e=AutomationFramework[_0x53843e(0xc0)](_0x339d22,PlaywrightDriverModule[_0x53843e(0xb3)]);if(!_0xc6901e){this[_0x53843e(0xe8)][_0x53843e(0x9e)](_0x1cc8c1[_0x53843e(0x9f)]);return;}const _0x26fd2b=_0x161d7a;if(!_0x26fd2b){this['logger'][_0x53843e(0x9e)](_0x1cc8c1['BxFrm'],_0x26fd2b);return;}const _0x23085d={};_0x23085d[_0x53843e(0x110)]=_0x26fd2b;const _0x25b164={};_0x25b164[_0x53843e(0xb4)]=_0x1cc8c1[_0x53843e(0xbe)],_0x25b164[_0x53843e(0x9b)]=_0x23085d;const _0x598615=_0x25b164;_0x3a8e7c&&(_0x598615[_0x53843e(0x9b)][_0x1cc8c1[_0x53843e(0xed)]]=_0x3a8e7c);const _0xfb707e=(_0x3d3c4b?_0x3d3c4b:_0x1cc8c1[_0x53843e(0x12c)])+'\x20'+_0x26fd2b+'\x20'+(_0x3a8e7c?'with\x20'+_0x3a8e7c:''),_0x1a0e78=_0x1cc8c1['PKbaC'](_0x26fd2b,_0x1cc8c1[_0x53843e(0x142)])?_0x1cc8c1['ZrxZx']:_0x1cc8c1['MPpad'];await _0x1cc8c1[_0x53843e(0x151)](playwrightAnnotate,_0xc6901e,_0xfb707e,_0x1a0e78),_0x3a8e7c&&(_0x598615[_0x53843e(0x9b)][_0x1cc8c1[_0x53843e(0xed)]]=_0x3a8e7c),PerformanceTester[_0x53843e(0xf1)](PerformanceEvents[_0x53843e(0x139)]),this[_0x53843e(0xe8)][_0x53843e(0x9e)](_0x1cc8c1['GzEVW']),await _0x1cc8c1[_0x53843e(0xab)](playwrightBstackJsExecutor,_0xc6901e,_0x598615),PerformanceTester[_0x53843e(0x10a)](PerformanceEvents[_0x53843e(0x139)]);}async[a84_0x690c30(0x107)](_0xa0f2f3){const _0x178d42=a84_0x690c30,_0x26230e={'coFFd':'markSessionName:\x20Skipping\x20session\x20name\x20marking','LyJYZ':function(_0x4263c5,_0x22c08d){return _0x4263c5(_0x22c08d);},'hRISH':_0x178d42(0x115),'Kfhmw':function(_0x4e4ce8,_0x8e18e7,_0xb2fe25){return _0x4e4ce8(_0x8e18e7,_0xb2fe25);}};try{if(CLIUtils[_0x178d42(0x123)](BrowserstackCLI[_0x178d42(0x12a)]()[_0x178d42(0x125)]())){this['logger']['debug'](_0x26230e['coFFd']);return;}const _0x29792e=AutomationFramework['getState'](AutomationFramework[_0x178d42(0x141)](),PlaywrightDriverModule[_0x178d42(0xb3)]);let _0x5601b7;_0xa0f2f3[_0x178d42(0x98)]||_0xa0f2f3['gherkinDocument']?_0x5601b7=_0x26230e[_0x178d42(0xad)](getCucumberSessionName,_0xa0f2f3):_0x5601b7=_0x26230e[_0x178d42(0xad)](getPlaywrightSessionName,_0xa0f2f3);const _0x433de3={};_0x433de3[_0x178d42(0x143)]=_0x5601b7;const _0x25b080={};_0x25b080['action']=_0x26230e['hRISH'],_0x25b080[_0x178d42(0x9b)]=_0x433de3;const _0x329288=_0x25b080;PerformanceTester[_0x178d42(0xf1)](PerformanceEvents['SESSION_NAME']),await _0x26230e[_0x178d42(0x99)](playwrightBstackJsExecutor,_0x29792e,_0x329288),PerformanceTester['end'](PerformanceEvents[_0x178d42(0x121)]);}catch(_0x58e378){PerformanceTester[_0x178d42(0x10a)](PerformanceEvents[_0x178d42(0x121)],![],util[_0x178d42(0x126)](_0x58e378)),this[_0x178d42(0xe8)][_0x178d42(0xee)](_0x178d42(0xd0)+util[_0x178d42(0x126)](_0x58e378));}}}function a84_0x4758(_0x5708d8,_0xda610d){const _0x48a117=a84_0x48a1();return a84_0x4758=function(_0x475882,_0x381068){_0x475882=_0x475882-0x94;let _0x4258b3=_0x48a117[_0x475882];return _0x4258b3;},a84_0x4758(_0x5708d8,_0xda610d);}PlaywrightDriverModule['MODULE_NAME']=a84_0x690c30(0x13a),module[a84_0x690c30(0x14e)]=PlaywrightDriverModule;
1
+ const a84_0x4bf6cb=a84_0x3982;(function(_0x43a98c,_0x225d11){const _0x126a40=a84_0x3982,_0x3743f5=_0x43a98c();while(!![]){try{const _0x11b94e=parseInt(_0x126a40(0x17c))/0x1+parseInt(_0x126a40(0x168))/0x2+parseInt(_0x126a40(0x112))/0x3+-parseInt(_0x126a40(0x1a6))/0x4*(-parseInt(_0x126a40(0x1b3))/0x5)+-parseInt(_0x126a40(0x179))/0x6+parseInt(_0x126a40(0x100))/0x7*(parseInt(_0x126a40(0xf6))/0x8)+-parseInt(_0x126a40(0xf0))/0x9;if(_0x11b94e===_0x225d11)break;else _0x3743f5['push'](_0x3743f5['shift']());}catch(_0x33063d){_0x3743f5['push'](_0x3743f5['shift']());}}}(a84_0x35a8,0xf0b83));const util=require('util'),BaseModule=require(a84_0x4bf6cb(0x126)),{createClassLogger}=require(a84_0x4bf6cb(0xfa)),{getFrameworkVersion}=require('../../../helpers/test-observability/utils'),helper=require(a84_0x4bf6cb(0x165)),{FRAMEWORKS}=require('../../utils/constants'),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a84_0x4bf6cb(0x1a2)),HookState=require(a84_0x4bf6cb(0x106)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require('../../../helpers/helper.js'),CLIUtils=require('../cliUtils.js'),BrowserstackCLI=require(a84_0x4bf6cb(0x18b)),GrpcClient=require(a84_0x4bf6cb(0x133)),PerformanceTester=require(a84_0x4bf6cb(0x153)),PerformanceEvents=require(a84_0x4bf6cb(0x113))[a84_0x4bf6cb(0x18f)],TestInfo=require('../TestInfo.js'),{getPlaywrightProvider,getProductForSession}=require(a84_0x4bf6cb(0x108)),LoadTestModule=require(a84_0x4bf6cb(0x17d)),TestFrameworkConstants=require(a84_0x4bf6cb(0x123)),TestFrameworkState=require('../state/testFrameworkState'),JestUtils=require(a84_0x4bf6cb(0x13b)),PlaywrightSessionDetails=require('../../playwright/sessionDetails');class PlaywrightDriverModule extends BaseModule{static [a84_0x4bf6cb(0x15c)]='browserObject';static [a84_0x4bf6cb(0x195)]=a84_0x4bf6cb(0x15a);static [a84_0x4bf6cb(0x1a4)]=a84_0x4bf6cb(0x142);static [a84_0x4bf6cb(0x177)]=a84_0x4bf6cb(0x11b);static [a84_0x4bf6cb(0x182)]=a84_0x4bf6cb(0x16e);static ['KEY_CAPABILITIES']='capabilities';static [a84_0x4bf6cb(0x14c)]='hubUrl';static ['KEY_PLATFORM_DETAILS']=a84_0x4bf6cb(0x10b);static ['KEY_TEST_ID']=a84_0x4bf6cb(0x1ac);[a84_0x4bf6cb(0x180)]=createClassLogger(a84_0x4bf6cb(0x141));constructor(_0x49b336=null){const _0x2150a8=a84_0x4bf6cb,_0x5d4692={};_0x5d4692[_0x2150a8(0x189)]=_0x2150a8(0x12b),_0x5d4692['zjbVo']=_0x2150a8(0x141);const _0x1f7da9=_0x5d4692,_0x45df25=_0x1f7da9['VKtXz'][_0x2150a8(0x16a)]('|');let _0xe60dd7=0x0;while(!![]){switch(_0x45df25[_0xe60dd7++]){case'0':this[_0x2150a8(0xec)]=null;continue;case'1':this[_0x2150a8(0x151)]=null;continue;case'2':this[_0x2150a8(0x181)]=[];continue;case'3':super(_0x49b336);continue;case'4':AutomationFramework[_0x2150a8(0x140)](AutomationFrameworkState[_0x2150a8(0x198)],HookState[_0x2150a8(0x1b0)],this['onAfterTest'][_0x2150a8(0x13c)](this));continue;case'5':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x2150a8(0x150)],HookState[_0x2150a8(0x185)],this[_0x2150a8(0x104)][_0x2150a8(0x13c)](this));continue;case'6':this[_0x2150a8(0x148)]=null;continue;case'7':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x2150a8(0x150)],HookState[_0x2150a8(0x1b0)],this[_0x2150a8(0x18c)]['bind'](this));continue;case'8':this['jestUtils']=new JestUtils();continue;case'9':AutomationFramework[_0x2150a8(0x140)](AutomationFrameworkState[_0x2150a8(0x121)],HookState[_0x2150a8(0x1b0)],this['onPlaywrightDispatch']['bind'](this));continue;case'10':this[_0x2150a8(0x105)]=_0x1f7da9[_0x2150a8(0x130)];continue;case'11':this[_0x2150a8(0x1a8)]=null;continue;}break;}}[a84_0x4bf6cb(0x19b)](){const _0x406d28=a84_0x4bf6cb;return PlaywrightDriverModule[_0x406d28(0x176)];}async['onBeforeDriverCreate'](_0x24312b){const _0x411f7b=a84_0x4bf6cb,_0x5688b7={};_0x5688b7[_0x411f7b(0xf4)]='onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created';const _0x3ab219=_0x5688b7;try{this[_0x411f7b(0x180)][_0x411f7b(0x15e)](_0x3ab219[_0x411f7b(0xf4)]);const _0xf22fa3=_0x24312b[_0x411f7b(0xfc)],_0x36c356=_0x24312b['hubUrl'];AutomationFramework['setState'](_0x24312b[_0x411f7b(0x1a7)],PlaywrightDriverModule['KEY_CAPABILITIES'],_0xf22fa3),AutomationFramework[_0x411f7b(0x156)](_0x24312b[_0x411f7b(0x1a7)],PlaywrightDriverModule['KEY_HUB_URL'],_0x36c356);}catch(_0x1c82e3){this['logger'][_0x411f7b(0x10e)](_0x411f7b(0x158)+util[_0x411f7b(0x1b2)](_0x1c82e3));}}async['onPlaywrightDispatch'](_0x42f0bd){const _0x3fd40d=a84_0x4bf6cb,_0x34b78a={};_0x34b78a[_0x3fd40d(0xfe)]=function(_0x33e41a,_0x2bfe82){return _0x33e41a||_0x2bfe82;};const _0x469e79=_0x34b78a;try{const _0x124b61=_0x42f0bd?.[_0x3fd40d(0x146)]&&_0x42f0bd?.[_0x3fd40d(0x146)]?.[_0x3fd40d(0x192)]&&_0x42f0bd?.[_0x3fd40d(0x146)]?.[_0x3fd40d(0x192)]?.[_0x3fd40d(0x19e)],_0x45df81=_0x42f0bd?.['message']&&_0x42f0bd?.[_0x3fd40d(0x146)]?.[_0x3fd40d(0xf7)];if(_0x469e79[_0x3fd40d(0xfe)](_0x124b61,_0x45df81)){this[_0x3fd40d(0x180)][_0x3fd40d(0x15e)](_0x3fd40d(0x128)+util[_0x3fd40d(0x14e)](_0x124b61)+_0x3fd40d(0xef)+util[_0x3fd40d(0x14e)](_0x45df81));const _0x1e8cb4=_0x42f0bd?.[_0x3fd40d(0x1a7)],_0x4b01c0=global?.['__workerDetails']?.['workerInfo']?.[_0x3fd40d(0x184)],_0x56c03b=_0x124b61?.[_0x3fd40d(0x11b)]||_0x45df81?.['sessionId'],_0x20578a=_0x124b61?.['platformDetails']||_0x45df81?.[_0x3fd40d(0x10b)];_0x56c03b&&(this[_0x3fd40d(0x180)][_0x3fd40d(0x15e)](_0x3fd40d(0x127)+_0x56c03b),AutomationFramework['setState'](_0x1e8cb4,PlaywrightDriverModule[_0x3fd40d(0x177)],_0x56c03b)),_0x4b01c0&&(this[_0x3fd40d(0x180)][_0x3fd40d(0x15e)](_0x3fd40d(0x1a5)+util['inspect'](_0x4b01c0)),AutomationFramework[_0x3fd40d(0x156)](_0x1e8cb4,PlaywrightDriverModule[_0x3fd40d(0x182)],_0x4b01c0));}}catch(_0x1452f0){this[_0x3fd40d(0x180)][_0x3fd40d(0x10e)](_0x3fd40d(0xf5)+util[_0x3fd40d(0x1b2)](_0x1452f0));}}async[a84_0x4bf6cb(0x18c)](_0x490d3c){const _0x3f7092=a84_0x4bf6cb,_0x4de4e7={'MbhBb':'onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','iBpEH':function(_0x4b01e5,_0x1e804a){return _0x4b01e5(_0x1e804a);},'quJmb':_0x3f7092(0x197),'RRJol':_0x3f7092(0x125),'YojlL':_0x3f7092(0x136),'zOcoX':_0x3f7092(0x11d),'VBASe':_0x3f7092(0x138),'pwxao':function(_0x58e52a,_0x572a98){return _0x58e52a===_0x572a98;}};try{this[_0x3f7092(0x180)][_0x3f7092(0x15e)](_0x4de4e7[_0x3f7092(0x10d)]);const _0x12039a=_0x490d3c['instance'];this[_0x3f7092(0xec)]=_0x4de4e7['iBpEH'](getFrameworkVersion,FRAMEWORKS[_0x3f7092(0xee)]);if(_0x490d3c[_0x3f7092(0x1af)]){this[_0x3f7092(0x180)][_0x3f7092(0x15e)](_0x4de4e7[_0x3f7092(0x19a)]),AutomationFramework['setState'](_0x12039a,PlaywrightDriverModule['KEY_PAGE_OBJECT'],_0x490d3c[_0x3f7092(0x1af)]);if(_0x490d3c[_0x3f7092(0x19c)]){this[_0x3f7092(0x180)][_0x3f7092(0x15e)](_0x4de4e7[_0x3f7092(0x152)]);const _0x150b8f=this[_0x3f7092(0x103)](_0x490d3c);AutomationFramework[_0x3f7092(0x156)](_0x12039a,PlaywrightDriverModule[_0x3f7092(0x186)],_0x150b8f),await this[_0x3f7092(0x167)](_0x490d3c[_0x3f7092(0x19c)]);}}_0x490d3c[_0x3f7092(0x10c)]&&(this['logger'][_0x3f7092(0x15e)](_0x4de4e7[_0x3f7092(0x1a1)]),AutomationFramework[_0x3f7092(0x156)](_0x12039a,PlaywrightDriverModule[_0x3f7092(0x195)],_0x490d3c[_0x3f7092(0x10c)]));if(_0x490d3c[_0x3f7092(0x1ae)]){this['logger'][_0x3f7092(0x15e)](_0x4de4e7[_0x3f7092(0x17f)]);const _0x55a7f4=global?.[_0x3f7092(0x196)]?.[_0x3f7092(0x144)]?.[_0x3f7092(0x184)];AutomationFramework['setState'](_0x12039a,PlaywrightDriverModule[_0x3f7092(0x15c)],_0x490d3c[_0x3f7092(0x1ae)]),AutomationFramework[_0x3f7092(0x156)](_0x12039a,PlaywrightDriverModule[_0x3f7092(0x182)],_0x55a7f4);const _0x4fb603={};_0x4fb603[_0x3f7092(0x11c)]=!![];const _0x359710=Buffer['from'](JSON['stringify'](_0x4fb603)[_0x3f7092(0x137)](_0x4de4e7['VBASe'])),_0x2412df=await GrpcClient[_0x3f7092(0x193)]()['driverInit']({'platformIndex':_0x55a7f4,'ref':_0x12039a['getRef'](),'userInputParams':_0x359710});(helper[_0x3f7092(0xf8)](helper[_0x3f7092(0x115)]())||helper[_0x3f7092(0x178)](helper[_0x3f7092(0x115)]()&&BrowserstackCLI[_0x3f7092(0x193)]()['getConfig']()[_0x3f7092(0x181)]&&_0x4de4e7['pwxao'](BrowserstackCLI['getInstance']()[_0x3f7092(0x16b)]()[_0x3f7092(0x181)][_0x3f7092(0x110)],0x0)))&&AutomationFramework[_0x3f7092(0x156)](_0x12039a,PlaywrightDriverModule[_0x3f7092(0x1ab)],PlaywrightSessionDetails[_0x3f7092(0x19f)]());}}catch(_0x4f3d10){this[_0x3f7092(0x180)][_0x3f7092(0x10e)](_0x3f7092(0x188)+util['format'](_0x4f3d10));}}async[a84_0x4bf6cb(0x147)](_0x4d11da){const _0x41bd5a=a84_0x4bf6cb,_0x50ff8f={'pZsNX':_0x41bd5a(0x143),'Trjvw':_0x41bd5a(0x17a),'ZqWeK':function(_0x864ee3,_0x1500e6){return _0x864ee3(_0x1500e6);},'Klyqe':function(_0x4060f1,_0x2bc3df,_0x585776){return _0x4060f1(_0x2bc3df,_0x585776);},'ibzaC':_0x41bd5a(0x171),'Ksjjp':'message','aSVoN':_0x41bd5a(0x10e),'pdesA':function(_0x51c762,_0x4b2d86,_0x7b2d83){return _0x51c762(_0x4b2d86,_0x7b2d83);},'OllZZ':_0x41bd5a(0x117),'QtRGp':function(_0x372bd4,_0x37dde2){return _0x372bd4>_0x37dde2;},'qTIpn':function(_0x3b4334,_0x122e28){return _0x3b4334||_0x122e28;},'bwAKY':function(_0x31a462,_0x37303b){return _0x31a462===_0x37303b;},'WoveX':function(_0x46331b,_0x2036d5){return _0x46331b+_0x2036d5;},'CxeJc':'testId:\x20','pLqmx':function(_0x334362,_0x367443){return _0x334362+_0x367443;},'TwStx':'testData\x20from\x20onAfterTest:\x20','qDyUu':_0x41bd5a(0x17e),'XWLlL':'1.51.0','NFfeK':function(_0x4a5bd7){return _0x4a5bd7();},'IDxeS':function(_0x13b001,_0x240f5c){return _0x13b001>_0x240f5c;},'VtVBR':_0x41bd5a(0x138),'msqSV':_0x41bd5a(0x13e)};this[_0x41bd5a(0x180)][_0x41bd5a(0x15e)](_0x50ff8f[_0x41bd5a(0x1a0)]);const _0x989023=_0x4d11da['instance'];if(!_0x989023){this[_0x41bd5a(0x180)][_0x41bd5a(0x15e)](_0x50ff8f['Trjvw']);return;}const _0xb88d9f=_0x4d11da[_0x41bd5a(0x19c)],_0x2018c4=this[_0x41bd5a(0x103)](_0x4d11da),_0x422404=_0xb88d9f[_0x41bd5a(0x16d)];let _0x5c6894;const _0x4a6759=_0x50ff8f[_0x41bd5a(0x135)](getPlaywrightStatus,_0x422404);let _0x2a8dbb,_0x41ec68=null;if(_0xb88d9f[_0x41bd5a(0x132)]||_0xb88d9f[_0x41bd5a(0x13d)])_0x2a8dbb=_0x50ff8f[_0x41bd5a(0x135)](getCucumberSessionName,_0xb88d9f),_0x5c6894=_0x50ff8f[_0x41bd5a(0x194)](nestedKeyValue,_0xb88d9f,[_0x50ff8f[_0x41bd5a(0x107)],_0x50ff8f[_0x41bd5a(0xf1)]]);else{_0x2a8dbb=_0x50ff8f[_0x41bd5a(0x135)](getPlaywrightSessionName,_0xb88d9f),_0x5c6894=_0x50ff8f['Klyqe'](nestedKeyValue,_0xb88d9f,[_0x50ff8f['aSVoN'],_0x50ff8f[_0x41bd5a(0xf1)]]);const _0xdfaeef=_0x50ff8f[_0x41bd5a(0xf3)](nestedKeyValue,_0xb88d9f,[_0x50ff8f[_0x41bd5a(0x1ad)]]);_0xdfaeef&&_0x50ff8f['QtRGp'](_0xdfaeef[_0x41bd5a(0x110)],0x0)&&(_0x41ec68=_0xdfaeef[0x0]['message']),_0x5c6894=_0x50ff8f['qTIpn'](_0x5c6894,_0x41ec68),this[_0x41bd5a(0x180)][_0x41bd5a(0x15e)](_0x41bd5a(0x1a3)+_0x4a6759+'\x20failure\x20reason:\x20'+_0x5c6894);}const _0x5db185=_0x50ff8f[_0x41bd5a(0x109)](_0x5c6894,_0x41ec68);this[_0x41bd5a(0x180)][_0x41bd5a(0x15e)]('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0x4a6759);let _0x20097e,_0x3823e5;if(this[_0x41bd5a(0x172)]&&_0x50ff8f[_0x41bd5a(0x170)](this[_0x41bd5a(0x172)]['name'],FRAMEWORKS[_0x41bd5a(0x11f)]))_0x20097e=_0x2018c4,_0x3823e5=TestInfo[_0x41bd5a(0x13f)](_0x20097e);else this[_0x41bd5a(0x172)]&&_0x50ff8f['bwAKY'](this[_0x41bd5a(0x172)][_0x41bd5a(0x105)],FRAMEWORKS[_0x41bd5a(0x162)])?(_0x20097e=this['jestUtils'][_0x41bd5a(0x18a)](_0xb88d9f),this[_0x41bd5a(0x180)][_0x41bd5a(0x15e)](_0x41bd5a(0x18e)+_0x20097e)):(_0x20097e=TestInfo['getTestIdentifierFromTestInfo'](_0xb88d9f,_0xb88d9f[_0x41bd5a(0x15b)]),_0x3823e5=TestInfo[_0x41bd5a(0x13f)](_0x20097e));const _0x14c472=TestInfo[_0x41bd5a(0x145)](_0x20097e);this[_0x41bd5a(0x180)][_0x41bd5a(0xf2)](_0x50ff8f[_0x41bd5a(0x120)](_0x50ff8f[_0x41bd5a(0x131)],_0x2018c4)),this[_0x41bd5a(0x180)]['info'](_0x50ff8f[_0x41bd5a(0x111)](_0x50ff8f['TwStx'],util[_0x41bd5a(0x14e)](_0x14c472)));const _0x19c3ca=AutomationFramework[_0x41bd5a(0x19d)](_0x989023,PlaywrightDriverModule[_0x41bd5a(0x182)]),_0x4e3bcb=_0x14c472?.[TestFrameworkConstants[_0x41bd5a(0x187)]]||this[_0x41bd5a(0x172)]&&this[_0x41bd5a(0x172)][_0x41bd5a(0x105)],_0x397eb4=_0x14c472?.[TestFrameworkConstants[_0x41bd5a(0x154)]]||this['testFrameworkData']&&this[_0x41bd5a(0x172)][_0x41bd5a(0x16c)],_0x11dcba=TestFrameworkState['TEST'][_0x41bd5a(0x137)]()['split']('.')[0x1],_0x8fbe32=HookState[_0x41bd5a(0x1b0)][_0x41bd5a(0x137)]()['split']('.')[0x1],_0x57f5c1=_0x989023[_0x41bd5a(0x134)](),_0xa85195=AutomationFramework['getState'](_0x989023,PlaywrightDriverModule[_0x41bd5a(0x14c)],''),_0x38181e={'provider':_0x50ff8f[_0x41bd5a(0x135)](getPlaywrightProvider,_0xa85195),'frameworkName':_0x50ff8f[_0x41bd5a(0x157)],'frameworkVersion':_0x50ff8f[_0x41bd5a(0x11a)],'frameworkSessionId':LoadTestModule[_0x41bd5a(0x12e)]()?LoadTestModule[_0x41bd5a(0x14b)]():AutomationFramework['getState'](_0x989023,PlaywrightDriverModule[_0x41bd5a(0x177)],''),'ref':_0x989023['getRef'](),'hubUrl':_0xa85195,'product':_0x50ff8f['NFfeK'](getProductForSession)};let _0x39d7a1=AutomationFramework[_0x41bd5a(0x19d)](_0x989023,PlaywrightDriverModule['KEY_CAPABILITIES'],{});_0x39d7a1&&_0x50ff8f[_0x41bd5a(0x14f)](Object[_0x41bd5a(0x13a)](_0x39d7a1)['length'],0x0)?_0x39d7a1=Buffer[_0x41bd5a(0x102)](JSON[_0x41bd5a(0x122)](_0x39d7a1))[_0x41bd5a(0x137)](_0x50ff8f[_0x41bd5a(0x114)]):_0x39d7a1=Buffer[_0x41bd5a(0x102)](JSON['stringify']({}))[_0x41bd5a(0x137)](_0x50ff8f[_0x41bd5a(0x114)]);const _0x3bd378={'hash':_0x57f5c1[_0x41bd5a(0xff)](),'threadId':_0x57f5c1['getThreadId']()[_0x41bd5a(0x137)](),'processId':_0x57f5c1[_0x41bd5a(0x15f)]()[_0x41bd5a(0x137)]()},_0x4d8e70={};_0x4d8e70['test_identifier']=_0x20097e;const _0x5abd41={};_0x5abd41[_0x41bd5a(0x12c)]=_0x3823e5;const _0x5bef72={'platformIndex':_0x19c3ca,'testFrameworkName':_0x4e3bcb,'testFrameworkVersion':_0x397eb4,'testFrameworkState':_0x11dcba,'testHookState':_0x8fbe32,...this[_0x41bd5a(0x172)]&&_0x50ff8f[_0x41bd5a(0x170)](this[_0x41bd5a(0x172)][_0x41bd5a(0x105)],FRAMEWORKS[_0x41bd5a(0x162)])?_0x4d8e70:_0x5abd41,'automationSession':_0x38181e,'capabilities':_0x39d7a1,'executionContext':_0x3bd378};this[_0x41bd5a(0x180)][_0x41bd5a(0x15e)](_0x41bd5a(0x119)+util[_0x41bd5a(0x1b2)](_0x5bef72)),GrpcClient[_0x41bd5a(0x193)]()[_0x41bd5a(0x164)](_0x5bef72),this[_0x41bd5a(0x180)][_0x41bd5a(0x15e)]('onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20'+_0x2018c4+(this[_0x41bd5a(0x172)]&&_0x50ff8f[_0x41bd5a(0x170)](this['testFrameworkData']['name'],FRAMEWORKS[_0x41bd5a(0x162)])?_0x41bd5a(0x16f)+_0x20097e:''));if(!_0x4a6759){this['logger']['debug'](_0x50ff8f[_0x41bd5a(0xf9)],_0x422404['status']);return;}this[_0x41bd5a(0x180)][_0x41bd5a(0x15e)](_0x41bd5a(0x1b1)+_0x2018c4),_0xb88d9f&&(this['logger']['debug']('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20'+_0x2a8dbb),await this[_0x41bd5a(0x167)](_0xb88d9f)),await this[_0x41bd5a(0x174)](_0x989023,_0x2a8dbb,_0x4a6759,_0x5db185);}async['markSessionStatus'](_0x50541a,_0x43aaca,_0x4812f7,_0x442c61){const _0x5194d5=a84_0x4bf6cb,_0x223da5={'kHIsC':_0x5194d5(0x173),'NCMZE':_0x5194d5(0x183),'yIMkw':_0x5194d5(0x155),'rpDYO':_0x5194d5(0x13e),'tzOhv':_0x5194d5(0x118),'KZUzj':_0x5194d5(0x163),'HSOTj':_0x5194d5(0x17b),'iSJMU':function(_0x3f0d90,_0x34dc47){return _0x3f0d90===_0x34dc47;},'nFEJL':_0x5194d5(0x11e),'Wflew':_0x5194d5(0xf2),'vzbwQ':_0x5194d5(0x10e),'YNgYh':function(_0x58765e,_0x37af15,_0xaab50a,_0x1f22b7){return _0x58765e(_0x37af15,_0xaab50a,_0x1f22b7);},'kHwry':_0x5194d5(0x159),'szEZd':function(_0x2c2114,_0x428be3,_0x45dba2){return _0x2c2114(_0x428be3,_0x45dba2);}};if(CLIUtils[_0x5194d5(0x18d)](BrowserstackCLI[_0x5194d5(0x193)]()[_0x5194d5(0x16b)]())){this['logger'][_0x5194d5(0x15e)](_0x223da5[_0x5194d5(0x160)]);return;}const _0x48c385=_0x50541a;if(!_0x48c385){this['logger'][_0x5194d5(0x15e)](_0x223da5[_0x5194d5(0x10a)]);return;}const _0x282e4d=AutomationFramework[_0x5194d5(0x19d)](_0x48c385,PlaywrightDriverModule[_0x5194d5(0x1a4)]);if(!_0x282e4d){this[_0x5194d5(0x180)][_0x5194d5(0x15e)](_0x223da5[_0x5194d5(0x116)]);return;}const _0x2ed6fd=_0x4812f7;if(!_0x2ed6fd){this[_0x5194d5(0x180)][_0x5194d5(0x15e)](_0x223da5[_0x5194d5(0x175)],_0x2ed6fd);return;}const _0x437003={};_0x437003['status']=_0x2ed6fd;const _0x461f8b={};_0x461f8b[_0x5194d5(0x169)]=_0x223da5[_0x5194d5(0xfb)],_0x461f8b[_0x5194d5(0x14d)]=_0x437003;const _0x40e08f=_0x461f8b;_0x442c61&&(_0x40e08f[_0x5194d5(0x14d)][_0x223da5[_0x5194d5(0xed)]]=_0x442c61);const _0x11c35e=(_0x43aaca?_0x43aaca:_0x223da5[_0x5194d5(0x124)])+'\x20'+_0x2ed6fd+'\x20'+(_0x442c61?'with\x20'+_0x442c61:''),_0x432225=_0x223da5[_0x5194d5(0x191)](_0x2ed6fd,_0x223da5[_0x5194d5(0x12f)])?_0x223da5[_0x5194d5(0x10f)]:_0x223da5[_0x5194d5(0x149)];await _0x223da5[_0x5194d5(0x1a9)](playwrightAnnotate,_0x282e4d,_0x11c35e,_0x432225),_0x442c61&&(_0x40e08f['arguments'][_0x223da5['KZUzj']]=_0x442c61),PerformanceTester[_0x5194d5(0x1aa)](PerformanceEvents[_0x5194d5(0x190)]),this[_0x5194d5(0x180)][_0x5194d5(0x15e)](_0x223da5[_0x5194d5(0x12a)]),await _0x223da5['szEZd'](playwrightBstackJsExecutor,_0x282e4d,_0x40e08f),PerformanceTester[_0x5194d5(0x12d)](PerformanceEvents['SESSION_STATUS']);}async[a84_0x4bf6cb(0x167)](_0x1634cd){const _0x43ba00=a84_0x4bf6cb,_0xe63717={'Vjoru':'markSessionName:\x20Skipping\x20session\x20name\x20marking','lJBuE':function(_0x19c934,_0x17becf){return _0x19c934(_0x17becf);},'cWOAw':function(_0x25e7c2,_0x2271c8){return _0x25e7c2(_0x2271c8);},'KuQDq':'setSessionName','UliPM':function(_0x165726,_0x45c6f8,_0x2037de){return _0x165726(_0x45c6f8,_0x2037de);}};try{if(CLIUtils[_0x43ba00(0x166)](BrowserstackCLI[_0x43ba00(0x193)]()[_0x43ba00(0x16b)]())){this['logger'][_0x43ba00(0x15e)](_0xe63717[_0x43ba00(0x199)]);return;}const _0x55030e=AutomationFramework['getState'](AutomationFramework[_0x43ba00(0x14a)](),PlaywrightDriverModule[_0x43ba00(0x1a4)]);let _0x1608a6;_0x1634cd[_0x43ba00(0x132)]||_0x1634cd['gherkinDocument']?_0x1608a6=_0xe63717['lJBuE'](getCucumberSessionName,_0x1634cd):_0x1608a6=_0xe63717[_0x43ba00(0x101)](getPlaywrightSessionName,_0x1634cd);const _0x480f82={};_0x480f82[_0x43ba00(0x105)]=_0x1608a6;const _0x8f44c5={};_0x8f44c5[_0x43ba00(0x169)]=_0xe63717[_0x43ba00(0xfd)],_0x8f44c5[_0x43ba00(0x14d)]=_0x480f82;const _0x2d991f=_0x8f44c5;PerformanceTester['start'](PerformanceEvents[_0x43ba00(0x161)]),await _0xe63717[_0x43ba00(0x15d)](playwrightBstackJsExecutor,_0x55030e,_0x2d991f),PerformanceTester[_0x43ba00(0x12d)](PerformanceEvents[_0x43ba00(0x161)]);}catch(_0x3b3381){PerformanceTester[_0x43ba00(0x12d)](PerformanceEvents[_0x43ba00(0x161)],![],util[_0x43ba00(0x1b2)](_0x3b3381)),this[_0x43ba00(0x180)][_0x43ba00(0x10e)](_0x43ba00(0x139)+util[_0x43ba00(0x1b2)](_0x3b3381));}}}PlaywrightDriverModule[a84_0x4bf6cb(0x176)]=a84_0x4bf6cb(0x141),module[a84_0x4bf6cb(0x129)]=PlaywrightDriverModule;function a84_0x3982(_0x4b8dfb,_0x17fd74){const _0x35a842=a84_0x35a8();return a84_0x3982=function(_0x398267,_0xa953ad){_0x398267=_0x398267-0xec;let _0x3b6d31=_0x35a842[_0x398267];return _0x3b6d31;},a84_0x3982(_0x4b8dfb,_0x17fd74);}function a84_0x35a8(){const _0x3689f2=['bsParams','getDetails','pZsNX','YojlL','../state/automationFrameworkState.js','Automation\x20onAfterTest:\x20Test\x20status:\x20','KEY_PAGE_OBJECT','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','24nZYjxu','instance','browserVersion','YNgYh','start','KEY_CAPABILITIES','testId','OllZZ','browser','page','POST','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','format','1209510JZWeVl','playwrightVersion','KZUzj','PLAYWRIGHT','\x20||\x20','8717706wvHrCl','Ksjjp','info','pdesA','uGjiv','Error\x20in\x20onDispatchExecute:\x20','8jdgkbE','bStackParams','isFalse','msqSV','../../../helpers/classLogger.js','tzOhv','launchcaps','KuQDq','dAmJz','getId','3466029amWwQH','cWOAw','from','getTestId','onBeforeDriverCreate','name','../state/hookState.js','ibzaC','../../../helpers/helper.js','qTIpn','NCMZE','platformDetails','context','MbhBb','error','Wflew','length','pLqmx','128838YeQalE','../../../helpers/performance/constants.js','VtVBR','isBrowserstackInfra','yIMkw','errors','setSessionStatus','onAfterTest\x20CBTSession\x20payload:\x20','XWLlL','sessionId','isPlaywright','onAfterDriverCreate:\x20Setting\x20browser\x20object','passed','CUCUMBER','WoveX','PLAYWRIGHT_DISPATCH','stringify','../framework/constants/testFrameworkConstants.js','HSOTj','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','./baseModule','onDispatchExecute:\x20Playwright\x20sessionId:\x20','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','exports','kHwry','3|10|0|6|11|2|1|8|5|7|9|4','testUuid','end','isLTSSession','nFEJL','zjbVo','CxeJc','pickle','../grpcClient.js','getContext','ZqWeK','onAfterDriverCreate:\x20Setting\x20context\x20object','toString','base64','Error\x20in\x20markSessionName:\x20','keys','../utils/jest-utils.js','bind','gherkinDocument','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','getTestUUID','registerObserver','PlaywrightDriverModule','pageObject','Automation\x20onAfterTest:\x20Test\x20completed','workerInfo','getTestDetails','message','onAfterTest','browserName','vzbwQ','getTrackedInstance','getLTSSessionId','KEY_HUB_URL','arguments','inspect','IDxeS','CREATE','testRunId','RRJol','../../../helpers/performance/performance-tester.js','KEY_TEST_FRAMEWORK_VERSION','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','setState','qDyUu','Error\x20in\x20onBeforeDriverCreate:\x20','markSessionStatus:\x20Marking\x20session\x20status','contextObject','retry','KEY_BROWSER_OBJECT','UliPM','debug','getProcessId','kHIsC','SESSION_NAME','JEST','reason','testSessionEvent','../../../helpers/helper','shouldSkipSessionName','markSessionName','1958036aADoRR','action','split','getConfig','version','status','platformIndex',',\x20test_identifier:\x20','bwAKY','result','testFrameworkData','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','markSessionStatus','rpDYO','MODULE_NAME','KEY_SESSION_ID','isTrue','9337008GyPKwg','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','Session','542266gnHiUz','./loadTestModule.js','Playwright','zOcoX','logger','platforms','KEY_PLATFORM_INDEX','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','parallelIndex','PRE','KEY_TEST_ID','KEY_TEST_FRAMEWORK_NAME','Error\x20in\x20onAfterDriverCreate:\x20','VKtXz','recreateIdentifierFromTestInfo','../browserstackCLI.js','onAfterDriverCreate','shouldSkipSessionStatus','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','AUTOMATE_EVENTS','SESSION_STATUS','iSJMU','params','getInstance','Klyqe','KEY_CONTEXT_OBJECT','__workerDetails','onAfterDriverCreate:\x20Setting\x20page\x20object','EXECUTE','Vjoru','quJmb','getModuleName','testInfo','getState'];a84_0x35a8=function(){return _0x3689f2;};return a84_0x35a8();}