browserstack-node-sdk 1.49.8 → 1.49.9

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_0x48c468=a80_0xb3b3;(function(_0x378e12,_0x2b429f){const _0x1453e0=a80_0xb3b3,_0x4fafb3=_0x378e12();while(!![]){try{const _0x44782c=-parseInt(_0x1453e0(0x103))/0x1*(-parseInt(_0x1453e0(0x1d7))/0x2)+-parseInt(_0x1453e0(0x1c9))/0x3+-parseInt(_0x1453e0(0x14e))/0x4+-parseInt(_0x1453e0(0x24c))/0x5*(parseInt(_0x1453e0(0x153))/0x6)+-parseInt(_0x1453e0(0x196))/0x7*(parseInt(_0x1453e0(0x2b1))/0x8)+-parseInt(_0x1453e0(0x128))/0x9*(parseInt(_0x1453e0(0x203))/0xa)+parseInt(_0x1453e0(0x107))/0xb;if(_0x44782c===_0x2b429f)break;else _0x4fafb3['push'](_0x4fafb3['shift']());}catch(_0x31728e){_0x4fafb3['push'](_0x4fafb3['shift']());}}}(a80_0x5894,0x9b65d));function a80_0xb3b3(_0x36cca5,_0x59a4c3){const _0x589484=a80_0x5894();return a80_0xb3b3=function(_0xb3b371,_0x175946){_0xb3b371=_0xb3b371-0xff;let _0x226f18=_0x589484[_0xb3b371];return _0x226f18;},a80_0xb3b3(_0x36cca5,_0x59a4c3);}function a80_0x5894(){const _0x59f271=['launchCaps','map','performScan','zKXIy','ENrGs','udqir','ozxHF','spAHv','qxive','getResultsSummary','Processed\x20accessibility\x20caps\x20','getScript','onBeforeExecute:\x20No\x20command\x20name\x20provided','bnKWe','options','bHETV','setAccessibilityConfig','browserstack.accessibilityOptions.scannerProcessingTimeout','cfRlV','490301GJxOVb','getModuleName','getTesthub','Snahh','chrome','aNnjs','getTrackedInstance','testAnalyticsId','lcvkk','isEnabled','vsPoq','GWnij','../../../helpers/accessibility-automation/constants','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','browserstack.accessibilityOptions.authToken','validatePlatformForAccessibility','LoedC','toLowerCase','getAccessibilityResultsSummary','Error\x20checking\x20headless\x20capability:\x20','size','null','getCapabilityValue','error','patchSendMessageToServer','format','platformCaps','getName','../cliUtils','ukSjD','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','Page\x20','getTestDetails','xCFRc','thTestRunUuid','getCommandsToWrap','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','getInstance','__jestCurrentTestIdentifier','getPlatformIndex','Error\x20in\x20getAccessibilityResultsSummary:\x20','BmLTD','titlePath','page','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','KHFpB','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','vcWEB','OMMlq','Error\x20in\x20performScanForCli\x20for\x20script\x20','TqrnG','3460488ngPLWo','mRElZ','getParamsForScanForCli','uUxCn','string','instance','performScanForCli','../framework/automationFramework','JonTM','performPageScan:\x20Script\x20is\x20null','commandsList',',\x20testName=','PQBwW','debug','6UQwQEg','delete','getResults','isArray','name','cImXq','CVZGU','FFScH','getOptions','KTNUN','setShouldScan','FormJ','fetchDriverExecuteParamsEvent','Error\x20in\x20shouldScanForCommand:\x20','JcnGc','getContext','KEY_TEST_NAME',']\x20Accessibility\x20configuration\x20initialized\x20successfully','scan','includeTagsInTestingScope',',\x20isAppAccessibility=','MYNaX','FoBgL','OGzrR','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','YExlG','mergeObject','getCommandsList','aALcx','MRlnG','RYjYf','commandsToWrap','pwPage','KEY_INIT','Executing\x20','StGaZ','nXvJg','wHHzI','spSfT','../framework/constants/testFrameworkConstants.js','IzyIR','GET_RESULTS_SUMMARY','browser','ACCESSIBILITY_INITIALIZED','30xUQcYX','testFrameworkData','oLZpz','ycUqa','__accessibilityOptions','zqZnr','browserstack_executor','OskFW','PRE','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','__workerDetails','KEY_DRIVER_HAS_URL','ctaWs','BirYK','getTestId','isAppAccessibility','unknown','ZfDxV','npmwJ','testInfo','JxrPb','gytFE','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','cxaSi','\x20value=','jest','KHssU','MQKFV','evaluate','gOfbE','test_run_id','WquXc','sJkLO','getScriptByName','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','spjvl','loadDriverExecuteParams','KcdIr','KeJMw','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','../../../helpers/helper','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','WsaQP','currentTest','udIlW','SAVE_RESULTS','pUbey','exports','MergedScanArgs:\x20','DnSkA','yBQWq','browserstack.accessibilityOptions.scannerVersion','YiDpV','SDK_ACCESSIBILITY_CONFIG','FwzFB','QlWdq','getGoogleChromeOptions','dMkwn','uJKEv','assign',',\x20excludeTags=','bMGHC','fnxzs','\x20->\x20','some','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../../../helpers/classLogger','find','applySendMessageToServerPatch','test_tags','KGszb','env','\x20a11yToken=','25KeoAvs','processAccessibilityCaps','IXEup',',\x20available\x20commands:\x20','platformValidation','umjac','info','PkZaC','Ntrea','onBeforeTest','mFiom','zMNkk','oPdJz','VwVKZ','WwctY','BROWSERSTACK_CLI_BIN_SESSION_ID','Oibsa','ilCLS','vGzGH','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','testFramework','Error\x20getting\x20capability\x20value\x20for\x20','eopTd','[AccessibilityModule]\x20onAfterTest:\x20framework=',']\x20isEnabledTestcase\x20(cucumber)\x20result=','EuTMq','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','Cdzou','QGkUD','EXECUTE','POsmA','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','zGPir','oJHfm','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','accessibilityConfig','ScanArgs:\x20','capabilitiesList','\x20accessibility\x20script\x20on\x20page','getSuccess','wcagVersion','has','accessibility','EPpre','EMgPN','sDuBW',']\x20should\x20run\x20accessibility\x20value=','loadAccessibilityConfig','CREATE','LOG_DISABLED_SHOWN','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','true','testhub_build_uuid','\x22browserstack.key\x22:\x22[REDACTED]\x22','zBWzl','POHOa','suMeN',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','finishScanningForCli','YdTYw','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','present','getCapabilitiesList','reXHh','lvgug','_centralAuthConfigFetched','getCurrentAccessibilityStatus','toISOString','lbXVs','BROWSERSTACK_TESTHUB_JWT','updateData','../../../helpers/performance/performance-tester.js','fFwxK','cyFKf','ALUED','Error\x20getting\x20script\x20by\x20name\x20','hxOQM','../../utils/playwright-patcher','uSqfr','WfKyt','UVjjE','nNJjK','AahUz','executeScriptByName','kBipr','get','phkKI','WnhrY','zFdGa','zRVbW','stack','trim','shouldScanForCommand:\x20','AUTOMATION_SESSIONS','./baseModule','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','GMAuy','ZdTOE','104gXSfpC','GyDFv','wtBfz','goog:chromeOptions','Performing\x20scan\x20before\x20getting\x20results\x20summary','utbKm','TEST_INIT','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','JqVBJ','vnGHx','../../../helpers/accessibility-automation/helper','VmDcv','scannerProcessingTimeout','end','function','browserStackEvaluate','getState','JmLbH','hJZpL','283079fsJEki','setLogDisabledShown','HOIaj','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','39947259GwqSNO','lXDxO','DRIVER_INIT','replace','Unknown\x20Test','message','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','zhXJK','_sendMessageServerPatchApplied','browserName','OHseZ','../TestInfo.js','getAccessibility','OmLqw','fetchCentralAuthA11yConfig','onAfterTest','MODULE_NAME','Error\x20applying\x20sendMessageToServer\x20patch:\x20','util','\x20result\x20for\x20','warn','UVwxE','QUIT','cucumber','setShouldScanCurrentTest','getAllData','playwright-chromium','RoKCY','onBeforeExecute','avUmO','latest','command','447138hHYFAB','xTnTZ','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','a11y:save-results','SrXcW','initAccessibilityConfig','getData','\x20script\x20available\x20in\x20scriptsList','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','commandName','lvYFe','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','[platform\x20-\x20','BS_A11Y_JWT','pyCam','getAccessibilityResults','hasAccessibilityExecuteParams','getCurrentInstanceName','ArJNN','yxzaY','wlcPY','../../../helpers/performance/constants.js','Error\x20in\x20performPageScan:\x20','TAZrD','browserVersion','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','getTestFrameworkDetail','bind','isEnabledTestcase','stringify','getValue','DRIVER_HAS_URL','parse','getScriptsList','uJXcE','includes',']\x20onAfterTest\x20should\x20scan=','1583744ptHdxx','performScanForCli:\x20No\x20','yLllI','Exception\x20in\x20isPlatformSupported:\x20',',\x20includeTags=','1482312ZFnqBS','parseFromProto','Scan\x20result:\x20','setAccessibilityToken','accessibilityToken','measureWrapper','vmGQP','\x20using\x20script:\x20','name:\x20','Error\x20in\x20validatePlatformForAccessibility:\x20','cJvUJ','cOErq','../framework/testFramework','../../../helpers/accessibility-automation/scripts','join','qxCIW','TrackedInstance','length','4|7|11|15|6|14|13|8|10|2|9|5|0|12|3|1','_centralAuthA11yConfig','KEY_TESTHUB_BUILD_ID','performPageScan','XXgRy','excludeTagsInTestingScope','../../playwright/accessibility-helper','icktk','registerObserver','accessibilityPlatform','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','xzaHG','jESdV','test-tags-->\x20','getBuildId','mUEyb','scannerVersion','SNQlf','Error\x20in\x20processAccessibilityCaps:\x20','capabilities','oItKo','../state/hookState','headless',',\x20testIdentifier=','value','set','Error\x20in\x20getAccessibilityResults:\x20','KZcgc','\x20from\x20testIdentifier=','shouldScanForCommand'];a80_0x5894=function(){return _0x59f271;};return a80_0x5894();}const BaseModule=require(a80_0x48c468(0x2ad)),{createClassLogger}=require(a80_0x48c468(0x245)),CLIUtils=require(a80_0x48c468(0x1b2)),AutomationFramework=require(a80_0x48c468(0x1d0)),TestFramework=require(a80_0x48c468(0x15f)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a80_0x48c468(0x17a)),GrpcClient=require('../grpcClient'),scripts=require(a80_0x48c468(0x160)),logger=createClassLogger(a80_0x48c468(0x163)),PerformanceTester=require(a80_0x48c468(0x296)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a80_0x48c468(0x13e)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x48c468(0x1a2)),{nestedKeyValue,isUndefined}=require(a80_0x48c468(0x22b)),util=require(a80_0x48c468(0x11a)),TestInfo=require(a80_0x48c468(0x113)),TestFrameworkConstants=require(a80_0x48c468(0x1fe));class AccessibilityModule extends BaseModule{static [a80_0x48c468(0x118)]=AccessibilityModule['name'];static [a80_0x48c468(0x290)]=![];static [a80_0x48c468(0x166)]={};constructor(_0x8b9752){const _0x34ef35=a80_0x48c468,_0x17d269={};_0x17d269[_0x34ef35(0x20a)]=_0x34ef35(0x165),_0x17d269[_0x34ef35(0x16c)]=_0x34ef35(0x1a3),_0x17d269[_0x34ef35(0x102)]=_0x34ef35(0x283),_0x17d269[_0x34ef35(0x1a1)]=_0x34ef35(0x148),_0x17d269[_0x34ef35(0x133)]=_0x34ef35(0x202);const _0x26df87=_0x17d269,_0x5b9133=_0x26df87[_0x34ef35(0x20a)]['split']('|');let _0x47ba7f=0x0;while(!![]){switch(_0x5b9133[_0x47ba7f++]){case'0':logger[_0x34ef35(0x1d6)](_0x26df87[_0x34ef35(0x16c)]);continue;case'1':this[_0x34ef35(0x167)]=_0x26df87[_0x34ef35(0x102)];continue;case'2':this[_0x34ef35(0x178)]=[];continue;case'3':this[_0x34ef35(0x20e)]=_0x26df87['GWnij'];continue;case'4':super();continue;case'5':this[_0x34ef35(0x156)](_0x8b9752[_0x34ef35(0x1df)]()[_0x34ef35(0x28d)]());continue;case'6':this[_0x34ef35(0x19f)]=!![];continue;case'7':AutomationFramework[_0x34ef35(0x16d)](AutomationFrameworkState[_0x34ef35(0x269)],HookState[_0x34ef35(0x20b)],this['onBeforeExecute']['bind'](this));continue;case'8':this[_0x34ef35(0x27e)]=new Map();continue;case'9':this[_0x34ef35(0x110)]=![];continue;case'10':this[_0x34ef35(0x212)]=![];continue;case'11':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x34ef35(0x27d)],HookState['POST'],this[_0x34ef35(0x255)][_0x34ef35(0x144)](this));continue;case'12':this[_0x34ef35(0x1f8)]=_0x26df87[_0x34ef35(0x133)];continue;case'13':this['accessibility']=new Map();continue;case'14':this[_0x34ef35(0x270)]=_0x8b9752['toObject']();continue;case'15':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x34ef35(0x11e)],HookState[_0x34ef35(0x20b)],this[_0x34ef35(0x117)][_0x34ef35(0x144)](this));continue;}break;}}['isEnabled'](){const _0x18e389=a80_0x48c468;return this[_0x18e389(0x19f)];}[a80_0x48c468(0x197)](){const _0x3cb968=a80_0x48c468;return AccessibilityModule[_0x3cb968(0x118)];}[a80_0x48c468(0x291)](){const _0x196f25=a80_0x48c468;return this[_0x196f25(0x277)][_0x196f25(0x2a4)](CLIUtils[_0x196f25(0x13a)](),![]);}['getLogDisabledShown'](){const _0x556956=a80_0x48c468;return this['LOG_DISABLED_SHOWN'][_0x556956(0x2a4)](CLIUtils[_0x556956(0x13a)](),![]);}[a80_0x48c468(0x104)](_0x2a3d50){const _0x189136=a80_0x48c468;this[_0x189136(0x27e)]['set'](CLIUtils['getCurrentInstanceName'](),_0x2a3d50);}[a80_0x48c468(0x247)](){const _0x5b1cd2=a80_0x48c468,_0x1c5b1e={'PQBwW':_0x5b1cd2(0x20c),'mRElZ':function(_0x14348b,_0x50961e){return _0x14348b(_0x50961e);},'JfHAc':_0x5b1cd2(0x29c),'uJXcE':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','wHHzI':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x5b1cd2(0x110)]){logger[_0x5b1cd2(0x1d6)](_0x1c5b1e[_0x5b1cd2(0x1d5)]);return;}try{const _0x11232d=_0x1c5b1e[_0x5b1cd2(0x1ca)](require,_0x1c5b1e['JfHAc']);_0x11232d&&_0x11232d[_0x5b1cd2(0x1ae)]?(_0x11232d[_0x5b1cd2(0x1ae)](),this[_0x5b1cd2(0x110)]=!![],logger['debug'](_0x1c5b1e[_0x5b1cd2(0x14b)])):logger['debug'](_0x1c5b1e[_0x5b1cd2(0x1fc)]);}catch(_0x29bda4){logger[_0x5b1cd2(0x1d6)](_0x5b1cd2(0x119)+util[_0x5b1cd2(0x1af)](_0x29bda4));}}['isPlatformSupported'](_0x39d79b=null,_0x3348db=null,_0x313b62=null){const _0x37b881=a80_0x48c468,_0x3bfeeb={'uSqfr':function(_0x2e7f3b,_0x482467){return _0x2e7f3b&&_0x482467;},'bHETV':'isPlatformSupported:\x20caps\x20are\x20null','ALUED':function(_0x20af45,_0x596c63){return _0x20af45(_0x596c63);},'hxOQM':_0x37b881(0x2bb),'yPIUN':_0x37b881(0x22b),'KHFpB':function(_0x4377a2){return _0x4377a2();},'RoKCY':_0x37b881(0x10d),'iRcXI':function(_0x1b5742,_0x31a7d8){return _0x1b5742===_0x31a7d8;},'UVwxE':_0x37b881(0x19a),'zqZnr':function(_0x22dc87,_0x2cae65){return _0x22dc87===_0x2cae65;},'WfKyt':_0x37b881(0x122),'wtBfz':function(_0x5646dc,_0x5dd3af){return _0x5646dc===_0x5dd3af;},'IXEup':_0x37b881(0x1c4),'cgTyU':function(_0x492c4e,_0x21f166){return _0x492c4e===_0x21f166;},'EPpre':_0x37b881(0x282),'xCFRc':_0x37b881(0x1cd),'vnGHx':function(_0x44ca2f,_0x5f39c8){return _0x44ca2f===_0x5f39c8;},'Cdzou':_0x37b881(0x26c),'vmGQP':function(_0x205ec0){return _0x205ec0();},'avUmO':function(_0x319c12,_0x323c97){return _0x319c12>_0x323c97;},'oLZpz':function(_0x106bf6,_0x4baa61){return _0x106bf6(_0x4baa61);},'kBQhD':_0x37b881(0x10e),'WnhrY':function(_0x2d1613,_0x577970){return _0x2d1613!==_0x577970;},'MRlnG':_0x37b881(0x126),'pSMkH':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x3bfeeb[_0x37b881(0x29d)](!_0x3348db,!_0x313b62))return logger['debug'](_0x3bfeeb[_0x37b881(0x192)]),![];const {isAccessibilityAutomationSession:_0x265cf5}=_0x3bfeeb[_0x37b881(0x299)](require,_0x3bfeeb[_0x37b881(0x29b)]),{isUndefined:_0x102ab5,isBrowserstackInfra:_0x3ec5c8}=_0x3bfeeb[_0x37b881(0x299)](require,_0x3bfeeb['yPIUN']);if(!_0x3bfeeb[_0x37b881(0x1c3)](_0x265cf5))return logger[_0x37b881(0x1d6)](_0x3bfeeb[_0x37b881(0x123)]),![];if(!(_0x3348db['browserName']&&_0x3bfeeb['iRcXI'](_0x3348db[_0x37b881(0x111)][_0x37b881(0x1a7)](),_0x3bfeeb[_0x37b881(0x11d)])||_0x3348db['browserName']&&_0x3bfeeb[_0x37b881(0x208)](_0x3348db['browserName']['toLowerCase'](),_0x3bfeeb['WfKyt'])||_0x3348db[_0x37b881(0x201)]&&_0x3bfeeb[_0x37b881(0x208)](_0x3348db[_0x37b881(0x201)][_0x37b881(0x1a7)](),_0x3bfeeb[_0x37b881(0x11d)])||_0x3348db[_0x37b881(0x201)]&&_0x3bfeeb[_0x37b881(0x2b3)](_0x3348db[_0x37b881(0x201)][_0x37b881(0x1a7)](),_0x3bfeeb[_0x37b881(0x29e)])))return logger['warn'](_0x3bfeeb[_0x37b881(0x24e)]),![];try{const _0x39df63=_0x3348db[_0x37b881(0x17b)],_0x311343=_0x3bfeeb[_0x37b881(0x208)](_0x39df63,!![])||_0x3bfeeb['cgTyU'](_0x39df63,_0x3bfeeb[_0x37b881(0x278)])||_0x3bfeeb['iRcXI'](typeof _0x39df63,_0x3bfeeb[_0x37b881(0x1b7)])&&_0x3bfeeb[_0x37b881(0x2ba)](_0x39df63[_0x37b881(0x1a7)](),_0x3bfeeb[_0x37b881(0x278)]);if(_0x311343)return logger['warn'](_0x3bfeeb[_0x37b881(0x267)]),![];}catch(_0x522619){logger[_0x37b881(0x1d6)](_0x37b881(0x1a9)+util[_0x37b881(0x1af)](_0x522619));}if(!_0x3bfeeb[_0x37b881(0x159)](_0x3ec5c8)){if(!_0x3bfeeb[_0x37b881(0x125)](_0x3bfeeb[_0x37b881(0x205)](parseFloat,_0x3348db['browserVersion']),_0x3bfeeb[_0x37b881(0x299)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x37b881(0x11c)](_0x3bfeeb['kBQhD']),![];}else{if(_0x3bfeeb[_0x37b881(0x2a6)](_0x3348db[_0x37b881(0x141)],_0x3bfeeb[_0x37b881(0x1f4)])&&!_0x3bfeeb['avUmO'](_0x3bfeeb['ALUED'](parseFloat,_0x3348db['browserVersion']),_0x3bfeeb[_0x37b881(0x205)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x37b881(0x11c)](_0x3bfeeb['pSMkH']),![];}return!![];}catch(_0x30431f){return logger['debug'](_0x37b881(0x151)+_0x30431f[_0x37b881(0x10c)]),![];}}[a80_0x48c468(0x145)](_0xb74eee=[],_0xc0c282,_0x13b29e=a80_0x48c468(0x11f)){const _0x5d466d=a80_0x48c468,_0x22b8f1={'UVjjE':function(_0x25912b,_0x4c2706){return _0x25912b===_0x4c2706;},'AahUz':'jest','uUxCn':function(_0x2dce42,_0x4bfa6e){return _0x2dce42||_0x4bfa6e;},'OmLqw':function(_0x2e2a95,_0x52c352){return _0x2e2a95===_0x52c352;},'lXDxO':function(_0x35a7de,_0x3da486){return _0x35a7de&&_0x3da486;},'GyDFv':_0x5d466d(0x213),'vcWEB':function(_0x4b6d9a,_0x32b721){return _0x4b6d9a(_0x32b721);},'QlWdq':function(_0x165d1c,_0xd489df){return _0x165d1c>_0xd489df;},'HUytS':function(_0x328c0b,_0x261bd3){return _0x328c0b&&_0x261bd3;}};try{const _0x4edff4=process[_0x5d466d(0x24a)][_0x5d466d(0x1ef)]?JSON[_0x5d466d(0x149)](process[_0x5d466d(0x24a)][_0x5d466d(0x1ef)]):null;if(!_0x4edff4)return!![];const _0x35ce78=Array['isArray'](_0x4edff4[_0x5d466d(0x1ea)])?_0x4edff4[_0x5d466d(0x1ea)]:[],_0x3962f8=Array[_0x5d466d(0x1da)](_0x4edff4[_0x5d466d(0x16a)])?_0x4edff4[_0x5d466d(0x16a)]:[];if(_0x22b8f1[_0x5d466d(0x29f)](_0x13b29e,_0x22b8f1[_0x5d466d(0x2a1)])){let _0x38d4f2;Array[_0x5d466d(0x1da)](_0xb74eee)?_0x38d4f2=_0xb74eee[_0x5d466d(0x161)]('\x20'):_0x38d4f2=_0x22b8f1[_0x5d466d(0x1cc)](_0xb74eee,'');const _0x17722a=_0x3962f8[_0x5d466d(0x243)](_0x355d4b=>_0x38d4f2[_0x5d466d(0x14c)](_0x355d4b)),_0x5ca821=_0x22b8f1[_0x5d466d(0x115)](_0x35ce78[_0x5d466d(0x164)],0x0)||_0x35ce78['some'](_0x3e8149=>_0x38d4f2['includes'](_0x3e8149)),_0xb2d6c3=_0x22b8f1[_0x5d466d(0x108)](!_0x17722a,_0x5ca821);return logger['debug'](_0x5d466d(0x135)+(_0xc0c282?.[_0x5d466d(0x1bd)]?.()||_0x22b8f1[_0x5d466d(0x2b2)])+']\x20isEnabledTestcase\x20(jest)\x20result='+_0xb2d6c3+_0x5d466d(0x1d4)+_0x38d4f2+',\x20includeTags='+JSON['stringify'](_0x35ce78)+_0x5d466d(0x23f)+JSON['stringify'](_0x3962f8)),_0xb2d6c3;}const _0x5e49d3=Array[_0x5d466d(0x1da)](_0xb74eee)?_0xb74eee:[];let _0x3d6ab9=![],_0x38973a=_0x22b8f1[_0x5d466d(0x115)](_0x35ce78[_0x5d466d(0x164)],0x0);const _0x3f1d41=_0x15e9e1=>typeof _0x15e9e1===_0x5d466d(0x1cd)?_0x15e9e1[_0x5d466d(0x10a)](/^@/,'')[_0x5d466d(0x1a7)]()[_0x5d466d(0x2aa)]():_0x15e9e1,_0x171eac=new Set(_0x35ce78[_0x5d466d(0x184)](_0x3f1d41)),_0x3ed252=new Set(_0x3962f8[_0x5d466d(0x184)](_0x3f1d41));for(const _0x489358 of _0x5e49d3){const _0x3e8c0a=_0x22b8f1[_0x5d466d(0x1c5)](_0x3f1d41,_0x489358);_0x3ed252['has'](_0x3e8c0a)&&(_0x3d6ab9=!![]),_0x22b8f1[_0x5d466d(0x23a)](_0x171eac[_0x5d466d(0x1aa)],0x0)&&_0x171eac[_0x5d466d(0x276)](_0x3e8c0a)&&(_0x38973a=!![]);}const _0x3b8912=_0x22b8f1['HUytS'](_0x38973a,!_0x3d6ab9);return logger[_0x5d466d(0x1d6)](_0x5d466d(0x135)+(_0xc0c282?.['getPlatformIndex']?.()||_0x22b8f1['GyDFv'])+_0x5d466d(0x264)+_0x3b8912+',\x20tags='+JSON['stringify'](_0x5e49d3)+_0x5d466d(0x152)+JSON[_0x5d466d(0x146)](_0x35ce78)+',\x20excludeTags='+JSON[_0x5d466d(0x146)](_0x3962f8)),_0x3b8912;}catch(_0x27c60c){return logger[_0x5d466d(0x1d6)]('[platform\x20-\x20'+(_0xc0c282?.[_0x5d466d(0x1bd)]?.()||_0x22b8f1[_0x5d466d(0x2b2)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x27c60c[_0x5d466d(0x10c)]),![];}}async[a80_0x48c468(0x255)](_0x4fc941){const _0x2d3695=a80_0x48c468,_0x3a3a0e={};_0x3a3a0e[_0x2d3695(0x2b9)]=function(_0x21a1f3,_0x104acb){return _0x21a1f3!==_0x104acb;},_0x3a3a0e[_0x2d3695(0x23d)]='cucumber',_0x3a3a0e[_0x2d3695(0x13d)]=function(_0x18365c,_0x3be965){return _0x18365c!==_0x3be965;},_0x3a3a0e[_0x2d3695(0x1bf)]='jest',_0x3a3a0e['JonTM']=_0x2d3695(0x27f),_0x3a3a0e['YExlG']=_0x2d3695(0x2b7),_0x3a3a0e[_0x2d3695(0x179)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x3a3a0e['xzaHG']=_0x2d3695(0x28b),_0x3a3a0e[_0x2d3695(0x258)]=_0x2d3695(0x109),_0x3a3a0e[_0x2d3695(0x1fb)]=function(_0x506903,_0x235cd7){return _0x506903===_0x235cd7;},_0x3a3a0e[_0x2d3695(0x15d)]=function(_0x5dd035,_0x31c8e2){return _0x5dd035===_0x31c8e2;},_0x3a3a0e[_0x2d3695(0x10f)]=_0x2d3695(0x131),_0x3a3a0e['KZcgc']=function(_0x21ca91,_0x1f6e56){return _0x21ca91===_0x1f6e56;},_0x3a3a0e['EMgPN']=_0x2d3695(0x10b),_0x3a3a0e[_0x2d3695(0x226)]=function(_0x526631,_0x159c9b){return _0x526631>_0x159c9b;},_0x3a3a0e[_0x2d3695(0x28f)]=function(_0x4bda9b,_0x532002){return _0x4bda9b===_0x532002;},_0x3a3a0e[_0x2d3695(0x1ee)]='function',_0x3a3a0e[_0x2d3695(0x240)]=_0x2d3695(0x248),_0x3a3a0e[_0x2d3695(0x1e5)]=function(_0x40da0e,_0xf20d5){return _0x40da0e&&_0xf20d5;},_0x3a3a0e[_0x2d3695(0x222)]=_0x2d3695(0x213),_0x3a3a0e[_0x2d3695(0x169)]=_0x2d3695(0x282);const _0x6c14ea=_0x3a3a0e;if(_0x6c14ea[_0x2d3695(0x2b9)](_0x4fc941[_0x2d3695(0x260)],_0x6c14ea[_0x2d3695(0x23d)])&&_0x6c14ea[_0x2d3695(0x13d)](_0x4fc941[_0x2d3695(0x260)],_0x6c14ea[_0x2d3695(0x1bf)])){logger[_0x2d3695(0x1d6)](_0x6c14ea[_0x2d3695(0x1d1)]);return;}logger[_0x2d3695(0x252)]('onBeforeTest:\x20event='+JSON[_0x2d3695(0x146)](_0x4fc941));try{const _0x49a46a=AutomationFramework[_0x2d3695(0x19c)](),_0x30b901=TestFramework[_0x2d3695(0x19c)](),_0x1efb8b=_0x4fc941[_0x2d3695(0x1c1)]||global[_0x2d3695(0x20d)]?.[_0x2d3695(0x1f7)]||null;if(!_0x1efb8b){_0x30b901&&_0x30b901[_0x2d3695(0x295)](_0x6c14ea[_0x2d3695(0x1f0)],!![]);logger[_0x2d3695(0x1d6)](_0x6c14ea[_0x2d3695(0x179)]);return;}logger['debug'](_0x6c14ea[_0x2d3695(0x170)]);const _0x13a2e0=_0x30b901?.[_0x2d3695(0x12f)](_0x6c14ea[_0x2d3695(0x258)],![]),_0x3a7692=_0x30b901?.[_0x2d3695(0x12f)](_0x6c14ea[_0x2d3695(0x1f0)],![]);if(_0x6c14ea[_0x2d3695(0x1fb)](_0x13a2e0,![])&&_0x6c14ea[_0x2d3695(0x15d)](_0x3a7692,![])){_0x30b901&&_0x30b901[_0x2d3695(0x295)](_0x6c14ea[_0x2d3695(0x258)],!![]);logger[_0x2d3695(0x1d6)](_0x6c14ea[_0x2d3695(0x10f)]);return;}_0x30b901&&_0x30b901[_0x2d3695(0x295)](_0x6c14ea['YExlG'],!![]);let _0x32e448,_0x3ae4dd;const _0x2088c1=_0x4fc941[_0x2d3695(0x260)]||_0x6c14ea[_0x2d3695(0x23d)];if(_0x6c14ea[_0x2d3695(0x180)](_0x2088c1,_0x6c14ea[_0x2d3695(0x1bf)])){_0x3ae4dd=_0x4fc941[_0x2d3695(0x216)]?.[_0x2d3695(0x19d)]||_0x4fc941[_0x2d3695(0x216)]?.['id']||global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x2d3695(0x22e)]?.[_0x2d3695(0x19d)]||global[_0x2d3695(0x20d)]?.[_0x2d3695(0x22e)]?.['id'];const _0x23cc84=_0x30b901?.[_0x2d3695(0x121)]()?.['get'](_0x3ae4dd);if(_0x23cc84&&_0x23cc84[TestFrameworkConstants[_0x2d3695(0x1e7)]])_0x32e448=_0x23cc84[TestFrameworkConstants[_0x2d3695(0x1e7)]];else{if(_0x4fc941[_0x2d3695(0x216)]?.[_0x2d3695(0x1c0)])_0x32e448=_0x4fc941[_0x2d3695(0x216)][_0x2d3695(0x1c0)];else global['__workerDetails']?.[_0x2d3695(0x22e)]?.['testInfo']?.[_0x2d3695(0x1c0)]?_0x32e448=global['__workerDetails']['currentTest'][_0x2d3695(0x216)][_0x2d3695(0x1c0)]:_0x32e448=_0x6c14ea[_0x2d3695(0x279)];}logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x3ae4dd+_0x2d3695(0x1d4)+JSON[_0x2d3695(0x146)](_0x32e448));}else{_0x3ae4dd=this[_0x2d3695(0x211)](_0x4fc941);const _0x3850d6=TestInfo[_0x2d3695(0x1b6)](_0x3ae4dd);let _0x54d05d=[];if(_0x3850d6&&Array[_0x2d3695(0x1da)](_0x3850d6[_0x2d3695(0x248)])&&_0x6c14ea[_0x2d3695(0x226)](_0x3850d6[_0x2d3695(0x248)]['length'],0x0))_0x54d05d=_0x3850d6[_0x2d3695(0x248)];else{if(_0x30b901){const _0xb5069=_0x6c14ea['lvgug'](typeof _0x30b901[_0x2d3695(0x12f)],_0x6c14ea[_0x2d3695(0x1ee)])?_0x30b901[_0x2d3695(0x12f)](_0x6c14ea[_0x2d3695(0x240)],[]):_0x30b901[_0x2d3695(0x248)]||[];Array[_0x2d3695(0x1da)](_0xb5069)&&(_0x54d05d=_0xb5069);}}_0x32e448=_0x54d05d;}logger[_0x2d3695(0x252)](_0x2d3695(0x172)+JSON[_0x2d3695(0x146)](_0x32e448));const _0x1e6916=this['isPlatformSupported'](_0x49a46a,_0x4fc941[_0x2d3695(0x1b0)],_0x4fc941[_0x2d3695(0x183)]);logger[_0x2d3695(0x1d6)](_0x2d3695(0x12a)+_0x1e6916+_0x2d3695(0x1eb)+this[_0x2d3695(0x212)]);const _0x30a7a3=this[_0x2d3695(0x145)](_0x32e448,_0x49a46a,_0x2088c1),_0x3ffce4=_0x6c14ea['JcnGc'](_0x1e6916,_0x30a7a3),_0x4cafcb=CLIUtils[_0x2d3695(0x13a)]();this[_0x2d3695(0x277)][_0x2d3695(0x17e)](_0x4cafcb,_0x3ffce4),global['Context']?.[_0x2d3695(0x1e6)]&&global['Context'][_0x2d3695(0x1e6)]()[_0x2d3695(0x1e1)](_0x3ffce4),logger[_0x2d3695(0x1d6)]('[platform\x20-\x20'+(_0x49a46a?.[_0x2d3695(0x1bd)]?.()||_0x6c14ea[_0x2d3695(0x222)])+_0x2d3695(0x27b)+_0x3ffce4),_0x3ffce4?(global[_0x2d3695(0x16e)]=!![],process[_0x2d3695(0x24a)][_0x2d3695(0x244)]=_0x6c14ea[_0x2d3695(0x169)],this[_0x2d3695(0x247)]()):global['accessibilityPlatform']=![];}catch(_0x1494c4){logger[_0x2d3695(0x1ad)](_0x2d3695(0x266)+(_0x1494c4[_0x2d3695(0x2a9)]||_0x1494c4[_0x2d3695(0x10c)]));const _0x2f533c=CLIUtils[_0x2d3695(0x13a)]();this[_0x2d3695(0x277)]['set'](_0x2f533c,![]),global[_0x2d3695(0x16e)]=![];}}[a80_0x48c468(0x23b)](){const _0x180a63=a80_0x48c468;return this[_0x180a63(0x178)][_0x180a63(0x246)](_0x365e69=>_0x365e69[_0x180a63(0x1b1)]()===_0x180a63(0x2b4))?.['getValue']()||'';}[a80_0x48c468(0x1ac)](_0x32ff65){const _0x35ccd2=a80_0x48c468;try{const _0x4a644e=this['accessibilityConfig']?.[_0x35ccd2(0x191)]?.[_0x35ccd2(0x272)]||[],_0x368eff=_0x4a644e['find'](_0x4505b6=>_0x4505b6[_0x35ccd2(0x1db)]===_0x32ff65);return _0x368eff?_0x368eff[_0x35ccd2(0x17d)]:null;}catch(_0x11df72){return logger[_0x35ccd2(0x1d6)](_0x35ccd2(0x261)+_0x32ff65+':\x20'+_0x11df72[_0x35ccd2(0x10c)]),null;}}async[a80_0x48c468(0x193)](_0x3b225b,_0x3d4376){const _0x250650=a80_0x48c468,_0x587c6c=_0x3b225b[_0x250650(0x114)]()[_0x250650(0x1df)](),_0x4ed8fa=_0x587c6c[_0x250650(0x14a)](),_0x5aa0f8=_0x587c6c[_0x250650(0x1b9)]()?.[_0x250650(0x1f2)]();scripts[_0x250650(0x154)](_0x4ed8fa,_0x5aa0f8),scripts['toJson']();const _0x4a9311=_0x587c6c[_0x250650(0x28d)]();this[_0x250650(0x178)]=_0x587c6c[_0x250650(0x28d)](),await this[_0x250650(0x156)](_0x4a9311,_0x3d4376['launchCaps']);}async['setAccessibilityToken'](_0x14c02b,_0x59da0e={}){const _0x3be689=a80_0x48c468,_0x34f990={};_0x34f990[_0x3be689(0x21e)]=function(_0x2610c8,_0x28f484){return _0x2610c8===_0x28f484;},_0x34f990[_0x3be689(0x1ed)]=_0x3be689(0x157),_0x34f990['ENrGs']=_0x3be689(0x1a4),_0x34f990[_0x3be689(0x195)]=_0x3be689(0x275),_0x34f990['phkKI']='browserstack.accessibilityOptions.wcagVersion',_0x34f990[_0x3be689(0x27a)]=_0x3be689(0x175),_0x34f990[_0x3be689(0x235)]=_0x3be689(0x236),_0x34f990[_0x3be689(0x218)]=function(_0x391fe3,_0x34f589){return _0x391fe3===_0x34f589;},_0x34f990['utbKm']=_0x3be689(0x2bd),_0x34f990['BnIRw']=_0x3be689(0x194);const _0x5bba89=_0x34f990;global[_0x3be689(0x207)]=global[_0x3be689(0x207)]||{};for(const _0x232cdb of _0x14c02b){logger[_0x3be689(0x252)](_0x3be689(0x15b)+_0x232cdb[_0x3be689(0x1b1)]()+_0x3be689(0x21b)+_0x232cdb[_0x3be689(0x147)]());if(_0x5bba89[_0x3be689(0x21e)](_0x232cdb[_0x3be689(0x1b1)](),_0x5bba89['FoBgL']))process['env'][_0x3be689(0x136)]=_0x232cdb[_0x3be689(0x147)](),global[_0x3be689(0x207)][_0x5bba89[_0x3be689(0x187)]]=_0x232cdb[_0x3be689(0x147)]();else{if(_0x5bba89[_0x3be689(0x21e)](_0x232cdb['getName'](),_0x5bba89[_0x3be689(0x195)]))global[_0x3be689(0x207)][_0x5bba89[_0x3be689(0x2a5)]]=_0x232cdb[_0x3be689(0x147)]();else{if(_0x5bba89[_0x3be689(0x21e)](_0x232cdb[_0x3be689(0x1b1)](),_0x5bba89['sDuBW']))global[_0x3be689(0x207)][_0x5bba89[_0x3be689(0x235)]]=_0x232cdb[_0x3be689(0x147)]();else _0x5bba89['gytFE'](_0x232cdb[_0x3be689(0x1b1)](),_0x5bba89[_0x3be689(0x2b6)])&&(global[_0x3be689(0x207)][_0x5bba89['BnIRw']]=_0x232cdb[_0x3be689(0x147)]());}}}}async[a80_0x48c468(0x117)](_0x2a4570){const _0x29fe90=a80_0x48c468,_0x1c88ed={};_0x1c88ed['VwVKZ']=function(_0x5dbd55,_0xbd26cd){return _0x5dbd55!==_0xbd26cd;},_0x1c88ed[_0x29fe90(0x101)]='cucumber',_0x1c88ed['spSfT']=function(_0xf1b055,_0x4fc58e){return _0xf1b055!==_0x4fc58e;},_0x1c88ed[_0x29fe90(0x21a)]='jest',_0x1c88ed[_0x29fe90(0x268)]='onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x1c88ed[_0x29fe90(0x2a8)]=_0x29fe90(0x213);const _0x2e1fa5=_0x1c88ed;if(_0x2e1fa5[_0x29fe90(0x259)](_0x2a4570[_0x29fe90(0x260)],_0x2e1fa5[_0x29fe90(0x101)])&&_0x2e1fa5[_0x29fe90(0x1fd)](_0x2a4570['testFramework'],_0x2e1fa5[_0x29fe90(0x21a)])){logger[_0x29fe90(0x1d6)](_0x2e1fa5['QGkUD']);return;}const _0x1d3693=_0x2a4570[_0x29fe90(0x216)]?.[_0x29fe90(0x19d)]||_0x2a4570[_0x29fe90(0x216)]?.['id']||global[_0x29fe90(0x1bc)];logger[_0x29fe90(0x252)](_0x29fe90(0x263)+_0x2a4570[_0x29fe90(0x260)]+_0x29fe90(0x17c)+_0x1d3693);try{const _0x1af0e1=_0x2a4570[_0x29fe90(0x1ce)]||AutomationFramework['getTrackedInstance'](),_0x351207=CLIUtils[_0x29fe90(0x13a)](),_0x23a1f7=this[_0x29fe90(0x291)]();logger[_0x29fe90(0x1d6)](_0x29fe90(0x135)+(_0x1af0e1?.[_0x29fe90(0x1bd)]?.()||_0x2e1fa5['zRVbW'])+_0x29fe90(0x14d)+_0x23a1f7),_0x23a1f7&&await this['stopTestCapture'](_0x1af0e1,_0x2a4570),this['accessibility'][_0x29fe90(0x1d8)](_0x351207),this[_0x29fe90(0x27e)][_0x29fe90(0x1d8)](_0x351207);}catch(_0x38eaaa){logger[_0x29fe90(0x1ad)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x38eaaa[_0x29fe90(0x2a9)]||_0x38eaaa[_0x29fe90(0x10c)]));}}async['stopTestCapture'](_0x327b6f,_0x19d1a7){const _0x31629a=a80_0x48c468,_0x235c00={};_0x235c00['zBWzl']=function(_0xb43ecf,_0x1decad){return _0xb43ecf===_0x1decad;},_0x235c00[_0x31629a(0x293)]=_0x31629a(0x2bf),_0x235c00[_0x31629a(0x25d)]=function(_0x5b368f,_0x16f330){return _0x5b368f===_0x16f330;},_0x235c00[_0x31629a(0x190)]=_0x31629a(0x21c),_0x235c00[_0x31629a(0x199)]=_0x31629a(0x11f),_0x235c00[_0x31629a(0x253)]=_0x31629a(0x16f),_0x235c00[_0x31629a(0x257)]=_0x31629a(0x277),_0x235c00[_0x31629a(0x223)]='saveResults',_0x235c00[_0x31629a(0x239)]='unknown',_0x235c00[_0x31629a(0x251)]=_0x31629a(0x28c),_0x235c00[_0x31629a(0x1de)]=_0x31629a(0x1ab),_0x235c00[_0x31629a(0x237)]=function(_0x3adee9,_0x20e41b){return _0x3adee9===_0x20e41b;},_0x235c00[_0x31629a(0x286)]=function(_0x214960,_0x4b66f5){return _0x214960||_0x4b66f5;},_0x235c00['AzQoQ']=function(_0x5726bf,_0x42c1f4){return _0x5726bf||_0x42c1f4;},_0x235c00[_0x31629a(0x229)]=_0x31629a(0x2ac),_0x235c00[_0x31629a(0x15e)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x3e485a=_0x235c00;try{const _0x15a320=_0x19d1a7[_0x31629a(0x260)]||(_0x3e485a[_0x31629a(0x25d)](this[_0x31629a(0x204)]?.[_0x31629a(0x1db)]?.[_0x31629a(0x1a7)](),_0x3e485a['bnKWe'])?_0x3e485a[_0x31629a(0x190)]:_0x3e485a[_0x31629a(0x199)]);let _0x65a139='',_0x3bbe9e=null,_0x367349=null;if(_0x3e485a['ilCLS'](_0x15a320,_0x3e485a[_0x31629a(0x190)])){_0x3bbe9e=_0x19d1a7[_0x31629a(0x216)]?.[_0x31629a(0x19d)]||_0x19d1a7[_0x31629a(0x216)]?.['id']||global[_0x31629a(0x1bc)];if(!_0x3bbe9e){logger[_0x31629a(0x11c)](_0x3e485a[_0x31629a(0x253)]);return;}try{const _0x44b647=await GrpcClient['getInstance']()[_0x31629a(0x1e3)](process[_0x31629a(0x24a)][_0x31629a(0x25b)],_0x3e485a[_0x31629a(0x257)],_0x3e485a['sJkLO'],_0x3bbe9e),_0x46700a=AccessibilityModule[_0x31629a(0x227)](null,_0x44b647);_0x65a139=_0x46700a?.['thTestRunUuid']||'',logger[_0x31629a(0x1d6)](_0x31629a(0x134)+_0x65a139+'\x20from\x20testIdentifier='+_0x3bbe9e),_0x367349=_0x44b647;}catch(_0x2fe973){logger[_0x31629a(0x1ad)](_0x31629a(0x1ba)+_0x2fe973[_0x31629a(0x10c)]);return;}}else{const _0x358a94=this[_0x31629a(0x211)](_0x19d1a7);_0x65a139=TestInfo['getTestUUID'](_0x358a94);}const _0x3c46e7=((()=>{const _0x242f7d=_0x31629a,_0x4185f8=(this['accessibilityConfig']?.['options']?.[_0x242f7d(0x272)]||[])['find'](_0x1642c4=>(typeof _0x1642c4[_0x242f7d(0x1b1)]===_0x242f7d(0x2bf)?_0x1642c4[_0x242f7d(0x1b1)]():_0x1642c4[_0x242f7d(0x1db)])===this[_0x242f7d(0x167)]);return _0x4185f8?_0x3e485a[_0x242f7d(0x285)](typeof _0x4185f8[_0x242f7d(0x147)],_0x3e485a['lbXVs'])?_0x4185f8['getValue']():_0x4185f8[_0x242f7d(0x17d)]:'';})()),_0x3097eb=process['env']['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x31629a(0x1d6)](_0x31629a(0x135)+(_0x327b6f?.[_0x31629a(0x1bd)]?.()||_0x3e485a[_0x31629a(0x239)])+']\x20clear\x20'+_0x65a139+'\x20testHubUuid='+_0x3c46e7+_0x31629a(0x24b)+(_0x3097eb?_0x3e485a[_0x31629a(0x251)]:_0x3e485a['FFScH']));let _0x4cc8c3;if(_0x3e485a[_0x31629a(0x237)](_0x15a320,_0x3e485a['bnKWe']))_0x4cc8c3=AccessibilityModule['loadDriverExecuteParams'](_0x65a139,_0x367349);else{const _0xf12061=await GrpcClient[_0x31629a(0x1bb)]()['fetchDriverExecuteParamsEvent'](process[_0x31629a(0x24a)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x3e485a[_0x31629a(0x257)],_0x3e485a[_0x31629a(0x223)]);_0x4cc8c3=AccessibilityModule[_0x31629a(0x227)](_0x65a139,_0xf12061);}logger['debug']('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x31629a(0x146)](_0x4cc8c3));const _0x388e22=Object[_0x31629a(0x23e)]({},{'thTestRunUuid':_0x3e485a[_0x31629a(0x286)](_0x65a139,''),'thBuildUuid':_0x3e485a[_0x31629a(0x286)](_0x3c46e7,''),'thJwtToken':_0x3e485a['AzQoQ'](_0x3097eb,'')},_0x4cc8c3);logger[_0x31629a(0x1d6)](_0x31629a(0x1b4)+_0x65a139+_0x31629a(0x1eb)+this[_0x31629a(0x212)]);let _0x498b87=global['__workerDetails']?.['pwPage']||null;!_0x498b87&&(_0x498b87=AutomationFramework[_0x31629a(0x100)](_0x327b6f,_0x3e485a[_0x31629a(0x229)],null)),!_0x498b87&&(_0x498b87=AutomationFramework[_0x31629a(0x100)](_0x327b6f,_0x3e485a['cOErq'],null)),await this[_0x31629a(0x289)](this['getCurrentAccessibilityStatus'](),_0x65a139,_0x498b87,_0x388e22,this[_0x31629a(0x212)]);}catch(_0xcfe8b1){logger['error']('Error\x20in\x20stopTestCapture:\x20'+(_0xcfe8b1[_0x31629a(0x2a9)]||_0xcfe8b1[_0x31629a(0x10c)]));}}async[a80_0x48c468(0x289)](_0x163403,_0x2601b5,_0xec9163,_0x361429,_0x14563c){const _0x35b0fe=a80_0x48c468,_0x1039e8={};_0x1039e8[_0x35b0fe(0x231)]='saveResults',_0x1039e8[_0x35b0fe(0x297)]=function(_0x41667c,_0x263187){return _0x41667c&&_0x263187;},_0x1039e8[_0x35b0fe(0x298)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x1039e8[_0x35b0fe(0x176)]=function(_0x4d8b27,_0x261a93){return _0x4d8b27===_0x261a93;},_0x1039e8[_0x35b0fe(0x1e2)]=_0x35b0fe(0x1ab),_0x1039e8[_0x35b0fe(0x234)]=function(_0x1f2cb7,_0x216c93){return _0x1f2cb7===_0x216c93;},_0x1039e8['WsaQP']=_0x35b0fe(0x22a),_0x1039e8[_0x35b0fe(0x1f3)]='Performing\x20scan\x20before\x20from\x20cli',_0x1039e8['suMeN']='afterTestHook',_0x1039e8['jkxkA']='scan',_0x1039e8['udIlW']='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x1039e8['lcvkk']=_0x35b0fe(0x12c),_0x1039e8[_0x35b0fe(0x137)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x594c4f=_0x1039e8;try{const _0x25991e=this[_0x35b0fe(0x224)](_0x594c4f[_0x35b0fe(0x231)]);if(_0x594c4f[_0x35b0fe(0x297)](!_0x14563c,!_0x25991e)){logger[_0x35b0fe(0x1d6)](_0x594c4f['cyFKf']);return;}if(!_0x2601b5||_0x594c4f[_0x35b0fe(0x176)](_0x2601b5,_0x594c4f[_0x35b0fe(0x1e2)])||_0x594c4f[_0x35b0fe(0x234)](_0x2601b5,'')){logger[_0x35b0fe(0x1d6)](_0x594c4f[_0x35b0fe(0x22d)]);return;}logger[_0x35b0fe(0x1d6)](_0x35b0fe(0x25f)+JSON['stringify'](_0x361429)),_0x163403&&(logger[_0x35b0fe(0x1d6)](_0x594c4f[_0x35b0fe(0x1f3)]),await this[_0x35b0fe(0x1cf)](_0xec9163,_0x2601b5,_0x594c4f[_0x35b0fe(0x287)],_0x361429,_0x14563c,_0x594c4f['jkxkA']),_0x594c4f[_0x35b0fe(0x297)](!_0x14563c,_0x25991e)&&(logger[_0x35b0fe(0x1d6)](_0x594c4f[_0x35b0fe(0x22f)]),await PerformanceTester['measureWrapper'](_0x594c4f[_0x35b0fe(0x19e)],async()=>{const _0x4f0885=_0x35b0fe;await this[_0x4f0885(0x1cf)](_0xec9163,_0x2601b5,_0x594c4f[_0x4f0885(0x231)],_0x361429,_0x14563c,_0x594c4f[_0x4f0885(0x231)]);})()),logger[_0x35b0fe(0x252)](_0x594c4f[_0x35b0fe(0x137)]));}catch(_0x235275){logger['error']('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x235275[_0x35b0fe(0x2a9)]||_0x235275[_0x35b0fe(0x10c)]));}}async[a80_0x48c468(0x124)](_0x59f28c){const _0x1de37d=a80_0x48c468,_0x46078a={};_0x46078a[_0x1de37d(0x129)]=function(_0x3c7a0b,_0xb5aeb2){return _0x3c7a0b!==_0xb5aeb2;},_0x46078a[_0x1de37d(0x25c)]=_0x1de37d(0x11f),_0x46078a['StGaZ']=function(_0x1603b1,_0x478c19){return _0x1603b1!==_0x478c19;},_0x46078a['JxrPb']=_0x1de37d(0x21c),_0x46078a[_0x1de37d(0x28e)]='onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x46078a['cImXq']=_0x1de37d(0x213),_0x46078a[_0x1de37d(0x189)]=_0x1de37d(0x18f),_0x46078a[_0x1de37d(0x256)]=function(_0x992a27,_0x306bfd){return _0x992a27===_0x306bfd;},_0x46078a[_0x1de37d(0x26a)]=_0x1de37d(0x2ae),_0x46078a[_0x1de37d(0x1e0)]=_0x1de37d(0x277),_0x46078a[_0x1de37d(0x1dd)]=_0x1de37d(0x185),_0x46078a['aNnjs']=_0x1de37d(0x221),_0x46078a[_0x1de37d(0x2b0)]=_0x1de37d(0x283),_0x46078a[_0x1de37d(0x206)]=function(_0x1f9121,_0x59e345){return _0x1f9121===_0x59e345;},_0x46078a[_0x1de37d(0x23c)]=_0x1de37d(0x1e9),_0x46078a[_0x1de37d(0x1ec)]=_0x1de37d(0x1ab);const _0x3dd801=_0x46078a;if(_0x3dd801[_0x1de37d(0x129)](_0x59f28c[_0x1de37d(0x260)],_0x3dd801[_0x1de37d(0x25c)])&&_0x3dd801[_0x1de37d(0x1fa)](_0x59f28c[_0x1de37d(0x260)],_0x3dd801['JxrPb'])){logger[_0x1de37d(0x1d6)](_0x3dd801[_0x1de37d(0x28e)]);return;}logger[_0x1de37d(0x1d6)]('onBeforeExecute:\x20command='+(_0x59f28c[_0x1de37d(0x132)]||_0x3dd801[_0x1de37d(0x1dc)])+',\x20framework='+_0x59f28c['testFramework']);try{const _0x23fa9f=_0x59f28c['instance']||AutomationFramework[_0x1de37d(0x19c)](),_0x236d41=TestFramework[_0x1de37d(0x19c)](),_0x1378f8=_0x59f28c['commandName']||_0x59f28c[_0x1de37d(0x127)]?.[_0x1de37d(0x1b1)]();if(!_0x1378f8){logger[_0x1de37d(0x1d6)](_0x3dd801['ozxHF']);return;}if(!this[_0x1de37d(0x291)]()){logger[_0x1de37d(0x1d6)](_0x1de37d(0x26b)+_0x1378f8);return;}if(!this[_0x1de37d(0x182)](_0x1378f8)){logger[_0x1de37d(0x1d6)]('onBeforeExecute:\x20Command\x20'+_0x1378f8+_0x1de37d(0x281));return;}const _0xbd0e08=_0x59f28c[_0x1de37d(0x1c1)]||global[_0x1de37d(0x20d)]?.[_0x1de37d(0x1f7)];if(!_0xbd0e08){logger[_0x1de37d(0x1d6)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x1378f8);return;}let _0x75ff75='',_0x56c390=null;if(_0x3dd801['mFiom'](_0x59f28c['testFramework'],_0x3dd801[_0x1de37d(0x217)])){_0x56c390=_0x59f28c[_0x1de37d(0x216)]?.[_0x1de37d(0x19d)]||_0x59f28c[_0x1de37d(0x216)]?.['id']||global[_0x1de37d(0x1bc)];if(!_0x56c390){logger[_0x1de37d(0x11c)](_0x3dd801[_0x1de37d(0x26a)]);return;}try{const _0x3d4e53=await GrpcClient[_0x1de37d(0x1bb)]()[_0x1de37d(0x1e3)](process['env'][_0x1de37d(0x25b)],_0x3dd801['KTNUN'],_0x3dd801[_0x1de37d(0x1dd)],_0x56c390),_0x1ee6aa=AccessibilityModule[_0x1de37d(0x227)](null,_0x3d4e53);_0x75ff75=_0x1ee6aa?.[_0x1de37d(0x1b8)]||'',logger[_0x1de37d(0x1d6)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x75ff75+_0x1de37d(0x181)+_0x56c390);}catch(_0x4fe528){logger[_0x1de37d(0x1ad)](_0x1de37d(0x280)+_0x4fe528[_0x1de37d(0x10c)]);return;}}else _0x75ff75=this[_0x1de37d(0x1ac)](_0x3dd801[_0x1de37d(0x19b)])||'';const _0x101a7f=this[_0x1de37d(0x1ac)](_0x3dd801['ZdTOE'])||this[_0x1de37d(0x270)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x4cf486=process[_0x1de37d(0x24a)][_0x1de37d(0x294)]||'',_0x57583d=this[_0x1de37d(0x1cb)](_0x1378f8,_0x75ff75,_0x101a7f,_0x4cf486),_0x59c315=_0x3dd801['ycUqa'](_0x59f28c[_0x1de37d(0x260)],_0x3dd801[_0x1de37d(0x217)])?await AccessibilityModule[_0x1de37d(0x116)](_0x3dd801[_0x1de37d(0x23c)],_0x75ff75,_0x56c390):await AccessibilityModule[_0x1de37d(0x116)](_0x3dd801[_0x1de37d(0x23c)],_0x75ff75);logger['info'](_0x1de37d(0x271)+(_0x57583d?JSON[_0x1de37d(0x146)](_0x57583d):_0x3dd801[_0x1de37d(0x1ec)]));const _0x32f42e=CLIUtils['mergeObject'](_0x57583d,_0x59c315);logger[_0x1de37d(0x252)](_0x1de37d(0x233)+(_0x32f42e?JSON['stringify'](_0x32f42e):_0x3dd801[_0x1de37d(0x1ec)])),logger[_0x1de37d(0x1d6)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x1378f8);const _0x2006aa=await this[_0x1de37d(0x1cf)](_0xbd0e08,_0x75ff75,_0x1378f8,_0x32f42e,this[_0x1de37d(0x212)]);logger[_0x1de37d(0x1d6)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x1378f8+',\x20\x0a\x20'+_0x2006aa);}catch(_0x28d659){logger['error'](_0x1de37d(0x1c2)+(_0x28d659[_0x1de37d(0x2a9)]||_0x28d659[_0x1de37d(0x10c)]));}}['shouldScanCurrentTest'](){const _0x291c11=a80_0x48c468;return this[_0x291c11(0x291)]();}[a80_0x48c468(0x120)](_0x3e48d1){const _0x521221=a80_0x48c468,_0x8cdd1=CLIUtils[_0x521221(0x13a)]();this[_0x521221(0x277)][_0x521221(0x17e)](_0x8cdd1,_0x3e48d1);}async[a80_0x48c468(0x12e)](_0x595410){const _0x11a1d5=a80_0x48c468,_0x4ac48b={};_0x4ac48b['KcdIr']=_0x11a1d5(0x213);const _0x18f9d5=_0x4ac48b;try{const _0x35b20=_0x595410[_0x11a1d5(0x1ce)]||AutomationFramework[_0x11a1d5(0x19c)](),_0x298123=_0x35b20?.[_0x11a1d5(0x12f)]?.()?.[_0x11a1d5(0x2a4)]?.(this[_0x11a1d5(0x1f8)])||![];if(_0x298123)return;PerformanceTester['start'](EVENTS[_0x11a1d5(0x238)]);const _0x4533e3=await GrpcClient[_0x11a1d5(0x1bb)]()['getAccessibilityConfig'](_0x595410);_0x4533e3&&_0x4533e3[_0x11a1d5(0x114)]&&_0x4533e3[_0x11a1d5(0x114)]()&&_0x4533e3[_0x11a1d5(0x114)]()[_0x11a1d5(0x274)]()?(await this['loadAccessibilityConfig'](_0x4533e3,_0x595410),_0x35b20?.[_0x11a1d5(0x12f)]&&_0x35b20[_0x11a1d5(0x12f)]()[_0x11a1d5(0x17e)](this[_0x11a1d5(0x1f8)],!![]),logger[_0x11a1d5(0x1d6)]('[platform\x20-\x20'+(_0x35b20?.[_0x11a1d5(0x1bd)]?.()||_0x18f9d5[_0x11a1d5(0x228)])+_0x11a1d5(0x1e8))):logger[_0x11a1d5(0x1d6)](_0x11a1d5(0x135)+(_0x35b20?.[_0x11a1d5(0x1bd)]?.()||_0x18f9d5['KcdIr'])+_0x11a1d5(0x288)),PerformanceTester[_0x11a1d5(0x2be)](EVENTS[_0x11a1d5(0x238)]);}catch(_0x10a6fa){PerformanceTester['end'](EVENTS[_0x11a1d5(0x238)],![],_0x10a6fa[_0x11a1d5(0x10c)]),logger[_0x11a1d5(0x1ad)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x10a6fa[_0x11a1d5(0x2a9)]||_0x10a6fa[_0x11a1d5(0x10c)]));}}async[a80_0x48c468(0x27c)](_0x1fc198,_0x197931){const _0x89b63b=a80_0x48c468;await this[_0x89b63b(0x193)](_0x1fc198,_0x197931);const _0x41228a=_0x1fc198[_0x89b63b(0x114)]()['getOptions']();if(_0x41228a){const _0x3b7110=_0x1fc198['getTesthub']&&_0x1fc198[_0x89b63b(0x198)]();_0x3b7110&&(this[_0x89b63b(0x270)][this[_0x89b63b(0x167)]]=_0x3b7110['getBuildId']&&_0x3b7110[_0x89b63b(0x173)]());}}[a80_0x48c468(0x182)](_0x27f756){const _0x3c3554=a80_0x48c468,_0x310263={};_0x310263[_0x3c3554(0x105)]=function(_0x535503,_0x14320a){return _0x535503===_0x14320a;};const _0x200d92=_0x310263;try{if(!_0x27f756)return![];const _0x59c69a=this['accessibilityConfig']?.[_0x3c3554(0x191)]?.[_0x3c3554(0x1f6)]?.[_0x3c3554(0x1d3)]||[],_0x49fbb8=_0x59c69a['some'](_0x181a01=>{const _0x456e58=_0x3c3554;return _0x181a01['name']&&_0x200d92[_0x456e58(0x105)](_0x181a01[_0x456e58(0x1db)][_0x456e58(0x1a7)](),_0x27f756[_0x456e58(0x1a7)]());});return logger[_0x3c3554(0x1d6)](_0x3c3554(0x2ab)+_0x27f756+_0x3c3554(0x242)+_0x49fbb8+_0x3c3554(0x24f)+JSON[_0x3c3554(0x146)](_0x59c69a[_0x3c3554(0x184)](_0xa919be=>_0xa919be[_0x3c3554(0x1db)]))),_0x49fbb8;}catch(_0x13c9c5){return logger[_0x3c3554(0x1d6)](_0x3c3554(0x1e4)+_0x13c9c5[_0x3c3554(0x10c)]),![];}}['isBrowserstackScriptCommand'](_0x478bf5){const _0xb6b7c4=a80_0x48c468,_0x14a73f={};_0x14a73f[_0xb6b7c4(0x171)]=function(_0x409f41,_0x3fa99d){return _0x409f41===_0x3fa99d;},_0x14a73f[_0xb6b7c4(0x2a3)]='string',_0x14a73f[_0xb6b7c4(0x26d)]=_0xb6b7c4(0x209);const _0x42941c=_0x14a73f,_0x4ab6e7=_0x478bf5[_0xb6b7c4(0x18e)]&&_0x478bf5[_0xb6b7c4(0x18e)]();return _0x4ab6e7&&_0x42941c[_0xb6b7c4(0x171)](typeof _0x4ab6e7,_0x42941c[_0xb6b7c4(0x2a3)])&&_0x4ab6e7[_0xb6b7c4(0x14c)](_0x42941c['zGPir']);}['isAccessibilityScriptCommand'](_0x1923e3){const _0x486996=a80_0x48c468,_0x354850={};_0x354850[_0x486996(0x18a)]=function(_0x203c7e,_0xd394c){return _0x203c7e!==_0xd394c;},_0x354850['RYjYf']=_0x486996(0x1cd),_0x354850['myJwn']=_0x486996(0x277),_0x354850[_0x486996(0x2bc)]=_0x486996(0x185),_0x354850[_0x486996(0x25e)]=_0x486996(0x1d9),_0x354850[_0x486996(0x112)]='saveTestResults';const _0x1dfc4d=_0x354850,_0x40899e=_0x1923e3['getScript']&&_0x1923e3[_0x486996(0x18e)]();if(!_0x40899e||_0x1dfc4d[_0x486996(0x18a)](typeof _0x40899e,_0x1dfc4d[_0x486996(0x1f5)]))return![];return _0x40899e[_0x486996(0x14c)](_0x1dfc4d['myJwn'])||_0x40899e[_0x486996(0x14c)](_0x1dfc4d['VmDcv'])||_0x40899e[_0x486996(0x14c)](_0x1dfc4d[_0x486996(0x25e)])||_0x40899e[_0x486996(0x14c)](_0x1dfc4d['OHseZ']);}[a80_0x48c468(0x1cb)](_0x1c7183,_0x58dce3,_0x465a75,_0x2e01b5){const _0x139ad2=a80_0x48c468,_0x1eaabf={};_0x1eaabf['GMAuy']=function(_0x540b81,_0x5f7665){return _0x540b81||_0x5f7665;},_0x1eaabf[_0x139ad2(0x220)]=function(_0x1a9b97,_0x1af07d){return _0x1a9b97||_0x1af07d;},_0x1eaabf[_0x139ad2(0x241)]=function(_0xeb8cf,_0x49f838){return _0xeb8cf||_0x49f838;};const _0xaeb5f2=_0x1eaabf;return{'command':_0x1c7183,'thTestRunUuid':_0xaeb5f2[_0x139ad2(0x2af)](_0x58dce3,''),'thBuildUuid':_0xaeb5f2[_0x139ad2(0x220)](_0x465a75,''),'thJwtToken':_0xaeb5f2[_0x139ad2(0x241)](_0x2e01b5,''),'timestamp':new Date()[_0x139ad2(0x292)]()};}[a80_0x48c468(0x224)](_0x5fdfda){const _0x43e24b=a80_0x48c468,_0x3a354f={};_0x3a354f['qxCIW']=function(_0x18e239,_0xd62a28){return _0x18e239||_0xd62a28;};const _0x44a175=_0x3a354f;try{const _0x51479e=this[_0x43e24b(0x270)]?.[_0x43e24b(0x191)]?.['scriptsList']||[],_0x72bc5b=_0x51479e[_0x43e24b(0x246)](_0x3635c9=>_0x3635c9['name']===_0x5fdfda);return _0x44a175[_0x43e24b(0x162)](_0x72bc5b,null);}catch(_0xceb840){return logger[_0x43e24b(0x1d6)](_0x43e24b(0x29a)+_0x5fdfda+':\x20'+_0xceb840[_0x43e24b(0x10c)]),null;}}async[a80_0x48c468(0x2a2)](_0x2780e7,_0x1a4adf,_0x2e9ce0=null){const _0x423082=a80_0x48c468,_0x1a494a={'TAZrD':function(_0x2b5512,_0x3f1993){return _0x2b5512(_0x3f1993);},'OeSUz':'../../playwright/accessibility-helper'};try{if(!_0x2780e7)return logger['debug'](_0x423082(0x22c)+_0x1a4adf),null;const _0x5d912b=this['getScriptByName'](_0x1a4adf);if(!_0x5d912b||!_0x5d912b['command'])return logger[_0x423082(0x1d6)]('executeScriptByName:\x20No\x20'+_0x1a4adf+'\x20script\x20available'),null;logger[_0x423082(0x1d6)](_0x423082(0x1f9)+_0x1a4adf+_0x423082(0x273));const _0x2ca09c=_0x1a494a[_0x423082(0x140)](require,_0x1a494a['OeSUz']),_0x117878=_0x2e9ce0?await _0x2ca09c[_0x423082(0xff)](_0x2780e7,_0x5d912b['command'],_0x2e9ce0):await _0x2ca09c['browserStackEvaluate'](_0x2780e7,_0x5d912b['command']);return _0x117878;}catch(_0x462218){return logger[_0x423082(0x1ad)]('Error\x20executing\x20script\x20'+_0x1a4adf+':\x20'+(_0x462218[_0x423082(0x2a9)]||_0x462218[_0x423082(0x10c)])),null;}}async[a80_0x48c468(0x1cf)](_0x453b05,_0x39813b,_0x41b8cd,_0x4918be,_0x59bf50,_0x134d24=a80_0x48c468(0x1e9)){const _0x131a1f=a80_0x48c468,_0x1a1b1c={'KHssU':function(_0x4a8c34,_0x50afad){return _0x4a8c34===_0x50afad;},'ukSjD':_0x131a1f(0x1e9),'GhXVG':function(_0x5c17f3,_0x2563da){return _0x5c17f3(_0x2563da);},'OMMlq':_0x131a1f(0x16b),'eopTd':function(_0x4ad8c7,_0x530910){return _0x4ad8c7(_0x530910);}};try{logger['debug'](_0x131a1f(0x219)+_0x41b8cd+_0x131a1f(0x15a)+_0x134d24);const _0x3d6ec2=this[_0x131a1f(0x224)](_0x134d24);if(!_0x3d6ec2||!_0x3d6ec2[_0x131a1f(0x127)]){logger[_0x131a1f(0x1d6)](_0x131a1f(0x14f)+_0x134d24+_0x131a1f(0x130));return;}if(_0x1a1b1c[_0x131a1f(0x21d)](_0x134d24,_0x1a1b1c[_0x131a1f(0x1b3)])){const _0x3c79c1=_0x1a1b1c['GhXVG'](require,_0x1a1b1c[_0x131a1f(0x1c6)]),_0x5dfd2b={};_0x5dfd2b[_0x131a1f(0x127)]=_0x41b8cd;const _0x5f3653=await PerformanceTester[_0x131a1f(0x158)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2b81ab=_0x131a1f;await _0x3c79c1['browserStackEvaluate'](_0x453b05,_0x3d6ec2[_0x2b81ab(0x127)]);},_0x5dfd2b)();return logger[_0x131a1f(0x252)](_0x131a1f(0x1b5)+_0x134d24+_0x131a1f(0x11b)+_0x41b8cd+':\x20'+util[_0x131a1f(0x1af)](_0x5f3653)),_0x5f3653;}const _0x48f5f0=_0x1a1b1c[_0x131a1f(0x262)](require,_0x1a1b1c['OMMlq']),_0x227fa5=await PerformanceTester[_0x131a1f(0x158)](PerformanceA11yEvents[_0x131a1f(0x230)],async()=>{const _0x289982=_0x131a1f;await _0x48f5f0[_0x289982(0xff)](_0x453b05,_0x3d6ec2['command'],_0x4918be);})();return logger[_0x131a1f(0x252)](_0x131a1f(0x1b5)+_0x134d24+'\x20result\x20for\x20'+_0x41b8cd+':\x20'+util[_0x131a1f(0x1af)](_0x227fa5)),_0x227fa5;}catch(_0x4900cb){logger['error'](_0x131a1f(0x1c7)+_0x134d24+':\x20'+(_0x4900cb['stack']||_0x4900cb[_0x131a1f(0x10c)]));}}async[a80_0x48c468(0x1a5)](_0x1e26b5){const _0xfe65dc=a80_0x48c468,_0x11e92c={'KGszb':function(_0x50a6f3,_0x11321d){return _0x50a6f3(_0x11321d);},'mUEyb':'../../../helpers/accessibility-automation/helper'};try{const _0x16ec88=_0x11e92c[_0xfe65dc(0x249)](require,_0x11e92c[_0xfe65dc(0x174)]);return await _0x16ec88[_0xfe65dc(0x250)](_0x1e26b5);}catch(_0x45c2ed){return logger['error'](_0xfe65dc(0x15c)+(_0x45c2ed[_0xfe65dc(0x2a9)]||_0x45c2ed[_0xfe65dc(0x10c)])),![];}}[a80_0x48c468(0x24d)](_0x41038d,_0x291fb3,_0x2b77bf){const _0x5798bb=a80_0x48c468,_0x139317={'zLZHH':function(_0x23b0c9,_0x437697){return _0x23b0c9(_0x437697);},'nNJjK':_0x5798bb(0x16b),'EuTMq':'\x22browserstack.user\x22:\x22[REDACTED]\x22','gqdHL':_0x5798bb(0x284)};try{const _0x4ff574=_0x139317['zLZHH'](require,_0x139317[_0x5798bb(0x2a0)]);_0x4ff574[_0x5798bb(0x24d)](_0x41038d,_0x291fb3,_0x2b77bf);const _0x444d13=JSON[_0x5798bb(0x146)](_0x41038d)[_0x5798bb(0x10a)](/"browserstack\.user":"[^"]*"/g,_0x139317[_0x5798bb(0x265)])[_0x5798bb(0x10a)](/"browserstack\.key":"[^"]*"/g,_0x139317['gqdHL']);logger['debug'](_0x5798bb(0x18d)+global[_0x5798bb(0x16e)]+'\x20'+_0x444d13);}catch(_0x2ba538){logger['error'](_0x5798bb(0x177)+(_0x2ba538[_0x5798bb(0x2a9)]||_0x2ba538[_0x5798bb(0x10c)]));}}async[a80_0x48c468(0x138)](_0x129bd9){const _0x1e636f=a80_0x48c468,_0x28e01d={};_0x28e01d[_0x1e636f(0x1a6)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x28e01d[_0x1e636f(0x2a7)]=_0x1e636f(0x1d9);const _0x341a87=_0x28e01d;try{if(!this[_0x1e636f(0x291)]())return logger[_0x1e636f(0x11c)](_0x341a87[_0x1e636f(0x1a6)]),[];const _0x22d3c8=await this[_0x1e636f(0x2a2)](_0x129bd9,_0x341a87[_0x1e636f(0x2a7)]);return _0x22d3c8||[];}catch(_0x33ec3a){return logger[_0x1e636f(0x1ad)](_0x1e636f(0x17f)+(_0x33ec3a[_0x1e636f(0x2a9)]||_0x33ec3a[_0x1e636f(0x10c)])),[];}}async[a80_0x48c468(0x1a8)](_0x36314a){const _0x4fce85=a80_0x48c468,_0x1a88b8={'SPQhz':_0x4fce85(0x1e9),'IzyIR':_0x4fce85(0x18c),'ctaWs':_0x4fce85(0x142),'WwctY':function(_0x1d660b,_0x1cd4a2){return _0x1d660b(_0x1cd4a2);},'SrXcW':_0x4fce85(0x1b2),'ZfDxV':function(_0x28e113,_0x1d44eb){return _0x28e113===_0x1d44eb;},'XmGEF':'jest','udqir':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','BirYK':_0x4fce85(0x277),'yLllI':_0x4fce85(0x283),'YdTYw':_0x4fce85(0x1a8),'vsPoq':_0x4fce85(0x221),'yxzaY':_0x4fce85(0x2b5),'Ntrea':'No\x20summaryResults\x20found.'};try{if(!this[_0x4fce85(0x291)]())return logger[_0x4fce85(0x11c)](_0x1a88b8[_0x4fce85(0x20f)]),{};const _0x22f79e=_0x1a88b8[_0x4fce85(0x25a)](require,_0x1a88b8[_0x4fce85(0x12d)]),_0x37e886=_0x22f79e[_0x4fce85(0x143)](),_0x52e8eb=_0x1a88b8[_0x4fce85(0x214)](_0x37e886?.[_0x4fce85(0x1db)]?.['toLowerCase'](),_0x1a88b8['XmGEF']);let _0x22fb09='',_0x5c2ca0=null,_0x27c61b=null;if(_0x52e8eb){_0x5c2ca0=global['__jestCurrentTestIdentifier']||global['__workerDetails']?.['currentTest']?.[_0x4fce85(0x19d)]||global['__workerDetails']?.[_0x4fce85(0x22e)]?.['id'];if(!_0x5c2ca0)return logger[_0x4fce85(0x11c)](_0x1a88b8[_0x4fce85(0x188)]),{};try{const _0x354204=await GrpcClient[_0x4fce85(0x1bb)]()[_0x4fce85(0x1e3)](process[_0x4fce85(0x24a)][_0x4fce85(0x25b)],_0x1a88b8[_0x4fce85(0x210)],_0x1a88b8[_0x4fce85(0x1ff)],_0x5c2ca0),_0x28d80c=AccessibilityModule[_0x4fce85(0x227)](null,_0x354204);_0x22fb09=_0x28d80c?.['thTestRunUuid']||'',logger['debug'](_0x4fce85(0x26f)+_0x22fb09+_0x4fce85(0x181)+_0x5c2ca0);const _0x1b5198=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x1a88b8[_0x4fce85(0x1ff)],_0x22fb09,_0x5c2ca0),_0x3c0aee=this['getCapabilityValue'](_0x1a88b8[_0x4fce85(0x150)])||this[_0x4fce85(0x270)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5b74ba=process[_0x4fce85(0x24a)][_0x4fce85(0x294)]||'',_0x5be99c=this[_0x4fce85(0x1cb)](_0x1a88b8['YdTYw'],_0x22fb09,_0x3c0aee,_0x5b74ba);_0x27c61b=_0x22f79e[_0x4fce85(0x1f1)](_0x5be99c,_0x1b5198),logger['debug'](_0x4fce85(0x12b)+JSON[_0x4fce85(0x146)](_0x27c61b));}catch(_0x18f520){return logger[_0x4fce85(0x1ad)](_0x4fce85(0x2b8)+_0x18f520['message']),{};}}else{_0x22fb09=this[_0x4fce85(0x1ac)](_0x1a88b8[_0x4fce85(0x1a0)])||'';const _0x262621=this[_0x4fce85(0x1ac)](_0x1a88b8['yLllI'])||this[_0x4fce85(0x270)][this[_0x4fce85(0x167)]]||null,_0x596bb9=process[_0x4fce85(0x24a)][_0x4fce85(0x294)]||'';_0x27c61b=this['getParamsForScanForCli'](_0x1a88b8[_0x4fce85(0x28a)],_0x22fb09,_0x262621,_0x596bb9);}logger[_0x4fce85(0x1d6)](_0x1a88b8[_0x4fce85(0x13c)]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3f98df=_0x4fce85,_0x57e295=await this[_0x3f98df(0x2a2)](_0x36314a,_0x1a88b8['SPQhz'],_0x27c61b);logger[_0x3f98df(0x1d6)](_0x3f98df(0x155)+util['format'](_0x57e295));},{'command':_0x1a88b8[_0x4fce85(0x28a)]})();const _0x45bb28=await PerformanceTester[_0x4fce85(0x158)](PerformanceA11yEvents[_0x4fce85(0x200)],async()=>{const _0x12ac2f=_0x4fce85;return await this[_0x12ac2f(0x2a2)](_0x36314a,_0x1a88b8[_0x12ac2f(0x1ff)],_0x27c61b);})();if(!_0x45bb28)return logger[_0x4fce85(0x1d6)](_0x1a88b8[_0x4fce85(0x254)]),{};return _0x45bb28;}catch(_0xf49f3f){return logger['error'](_0x4fce85(0x1be)+(_0xf49f3f['stack']||_0xf49f3f[_0x4fce85(0x10c)])),{};}}async[a80_0x48c468(0x168)](_0x1d6b50,_0x22e2c7,_0x52cdd5=null){const _0x4beed9=a80_0x48c468,_0x1c9401={};_0x1c9401['qxive']='performPageScan:\x20Page\x20is\x20null',_0x1c9401[_0x4beed9(0x1c8)]=_0x4beed9(0x1d2),_0x1c9401['npmwJ']='Executing\x20accessibility\x20script\x20on\x20page';const _0x217b25=_0x1c9401;try{if(!_0x1d6b50)return logger[_0x4beed9(0x1d6)](_0x217b25[_0x4beed9(0x18b)]),null;if(!_0x22e2c7)return logger[_0x4beed9(0x1d6)](_0x217b25[_0x4beed9(0x1c8)]),null;logger[_0x4beed9(0x1d6)](_0x217b25[_0x4beed9(0x215)]);const _0x5f63d8=_0x52cdd5?await _0x1d6b50['evaluate'](_0x22e2c7,_0x52cdd5):await _0x1d6b50[_0x4beed9(0x21f)](_0x22e2c7);return _0x5f63d8;}catch(_0xf84b16){return logger['error'](_0x4beed9(0x13f)+(_0xf84b16[_0x4beed9(0x2a9)]||_0xf84b16[_0x4beed9(0x10c)])),null;}}static[a80_0x48c468(0x227)](_0x5ad056,_0x41eeb5){const _0x14bc67=a80_0x48c468,_0x4fe416={};_0x4fe416[_0x14bc67(0x26e)]='ascii';const _0x18c152=_0x4fe416,_0x40bb4b={};_0x40bb4b['thTestRunUuid']=_0x5ad056;const _0x21a738=_0x40bb4b;let _0x113423={};if(_0x41eeb5[_0x14bc67(0x274)]()&&_0x41eeb5[_0x14bc67(0x139)]())try{_0x113423=JSON[_0x14bc67(0x149)](new Buffer(_0x41eeb5['getAccessibilityExecuteParams']())['toString'](_0x18c152[_0x14bc67(0x26e)]));}catch(_0x54999d){logger[_0x14bc67(0x1ad)](_0x14bc67(0x106)+_0x54999d[_0x14bc67(0x10c)]),_0x113423={};}return CLIUtils[_0x14bc67(0x1f1)](_0x21a738,_0x113423);}static async[a80_0x48c468(0x116)](_0xd5d2f2,_0x335250='',_0x1cb209=null){const _0x111346=a80_0x48c468,_0x19bac1={};_0x19bac1[_0x111346(0x186)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x19bac1[_0x111346(0x13b)]=_0x111346(0x277);const _0x5735ff=_0x19bac1;try{if(!_0x1cb209&&AccessibilityModule[_0x111346(0x290)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x111346(0x24a)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x111346(0x1ad)](_0x5735ff['zKXIy']),{};const _0x5f6256=await GrpcClient[_0x111346(0x1bb)]()[_0x111346(0x1e3)](process['env'][_0x111346(0x25b)],_0x5735ff[_0x111346(0x13b)],_0xd5d2f2,_0x1cb209),_0x5a191b=_0x1cb209?AccessibilityModule[_0x111346(0x227)](null,_0x5f6256)?.['thTestRunUuid']||_0x335250:_0x335250,_0x1fe806=AccessibilityModule[_0x111346(0x227)](_0x5a191b,_0x5f6256);return!_0x1cb209&&(AccessibilityModule[_0x111346(0x166)]=_0x1fe806,AccessibilityModule[_0x111346(0x290)]=!![]),_0x1fe806;}catch(_0x1f66db){return logger['error'](_0x111346(0x225)+_0xd5d2f2+':\x20'+(_0x1f66db[_0x111346(0x2a9)]||_0x1f66db[_0x111346(0x10c)])),{};}}};module[a80_0x48c468(0x232)]=AccessibilityModule;
1
+ const a80_0x1cee18=a80_0x3107;(function(_0x45594e,_0x1d305a){const _0x2aa165=a80_0x3107,_0x1e1a02=_0x45594e();while(!![]){try{const _0x36ee28=-parseInt(_0x2aa165(0x337))/0x1+parseInt(_0x2aa165(0x326))/0x2+-parseInt(_0x2aa165(0x353))/0x3*(parseInt(_0x2aa165(0x296))/0x4)+parseInt(_0x2aa165(0x267))/0x5*(-parseInt(_0x2aa165(0x34c))/0x6)+parseInt(_0x2aa165(0x2a3))/0x7+parseInt(_0x2aa165(0x351))/0x8*(-parseInt(_0x2aa165(0x195))/0x9)+parseInt(_0x2aa165(0x274))/0xa;if(_0x36ee28===_0x1d305a)break;else _0x1e1a02['push'](_0x1e1a02['shift']());}catch(_0x5b1492){_0x1e1a02['push'](_0x1e1a02['shift']());}}}(a80_0x539c,0xd605c));const BaseModule=require(a80_0x1cee18(0x277)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a80_0x1cee18(0x306)),AutomationFramework=require(a80_0x1cee18(0x1f8)),TestFramework=require(a80_0x1cee18(0x2b9)),AutomationFrameworkState=require(a80_0x1cee18(0x2eb)),HookState=require(a80_0x1cee18(0x21a)),GrpcClient=require(a80_0x1cee18(0x318)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a80_0x1cee18(0x2a0)),PerformanceTester=require(a80_0x1cee18(0x2b4)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x1cee18(0x1c0)),{nestedKeyValue,isUndefined}=require(a80_0x1cee18(0x2ea)),util=require(a80_0x1cee18(0x283)),TestInfo=require(a80_0x1cee18(0x29b)),TestFrameworkConstants=require(a80_0x1cee18(0x2e8));class AccessibilityModule extends BaseModule{static [a80_0x1cee18(0x298)]=AccessibilityModule[a80_0x1cee18(0x22d)];static [a80_0x1cee18(0x212)]=![];static [a80_0x1cee18(0x33c)]={};constructor(_0x2bef23){const _0x7da3b1=a80_0x1cee18,_0xe6d8c0={};_0xe6d8c0['nZgCH']='13|12|14|2|4|1|15|7|8|10|3|5|11|6|0|9',_0xe6d8c0[_0x7da3b1(0x1e7)]=_0x7da3b1(0x2a5),_0xe6d8c0['ipSBn']=_0x7da3b1(0x303),_0xe6d8c0[_0x7da3b1(0x1ef)]='testhub_build_uuid',_0xe6d8c0[_0x7da3b1(0x252)]=_0x7da3b1(0x257);const _0x45b862=_0xe6d8c0,_0x250c38=_0x45b862[_0x7da3b1(0x313)][_0x7da3b1(0x300)]('|');let _0x43a0a4=0x0;while(!![]){switch(_0x250c38[_0x43a0a4++]){case'0':this[_0x7da3b1(0x2d5)]=_0x45b862[_0x7da3b1(0x1e7)];continue;case'1':this[_0x7da3b1(0x2ad)]=_0x2bef23[_0x7da3b1(0x22b)]();continue;case'2':AutomationFramework[_0x7da3b1(0x23c)](AutomationFrameworkState[_0x7da3b1(0x2d8)],HookState[_0x7da3b1(0x27a)],this['onAfterTest'][_0x7da3b1(0x2d3)](this));continue;case'3':this[_0x7da3b1(0x302)]=![];continue;case'4':this[_0x7da3b1(0x288)]=!![];continue;case'5':this['setAccessibilityToken'](_0x2bef23[_0x7da3b1(0x34d)]()[_0x7da3b1(0x2bd)]());continue;case'6':this['KEY_INIT']=_0x45b862[_0x7da3b1(0x338)];continue;case'7':this[_0x7da3b1(0x2dd)]=new Map();continue;case'8':this[_0x7da3b1(0x325)]=![];continue;case'9':this[_0x7da3b1(0x2ff)]=_0x45b862[_0x7da3b1(0x1ef)];continue;case'10':this[_0x7da3b1(0x2ba)]=[];continue;case'11':logger[_0x7da3b1(0x1db)](_0x45b862['irUbu']);continue;case'12':AutomationFramework[_0x7da3b1(0x23c)](AutomationFrameworkState['EXECUTE'],HookState['PRE'],this[_0x7da3b1(0x2e7)][_0x7da3b1(0x2d3)](this));continue;case'13':super();continue;case'14':AutomationFramework[_0x7da3b1(0x23c)](AutomationFrameworkState[_0x7da3b1(0x342)],HookState[_0x7da3b1(0x1d0)],this[_0x7da3b1(0x2d1)]['bind'](this));continue;case'15':this[_0x7da3b1(0x211)]=new Map();continue;}break;}}[a80_0x1cee18(0x288)](){const _0x2f8ab7=a80_0x1cee18;return this[_0x2f8ab7(0x288)];}[a80_0x1cee18(0x203)](){const _0xc819bd=a80_0x1cee18;return AccessibilityModule[_0xc819bd(0x298)];}['getCurrentAccessibilityStatus'](){const _0x55816d=a80_0x1cee18;return this[_0x55816d(0x211)][_0x55816d(0x194)](CLIUtils[_0x55816d(0x20d)](),![]);}[a80_0x1cee18(0x1f1)](){const _0x571ba0=a80_0x1cee18;return this[_0x571ba0(0x2dd)][_0x571ba0(0x194)](CLIUtils[_0x571ba0(0x20d)](),![]);}[a80_0x1cee18(0x348)](_0x2bcde0){const _0x35ecce=a80_0x1cee18;this[_0x35ecce(0x2dd)][_0x35ecce(0x2e4)](CLIUtils[_0x35ecce(0x20d)](),_0x2bcde0);}[a80_0x1cee18(0x293)](){const _0x197a3a=a80_0x1cee18,_0x3bf359={'qmfxg':_0x197a3a(0x221),'RUxcy':function(_0x30c88e,_0x26d70c){return _0x30c88e(_0x26d70c);},'nPAyN':_0x197a3a(0x321),'ySZhD':_0x197a3a(0x250),'grjin':_0x197a3a(0x2ce)};if(this[_0x197a3a(0x302)]){logger['debug'](_0x3bf359[_0x197a3a(0x193)]);return;}try{const _0x16aa80=_0x3bf359[_0x197a3a(0x307)](require,_0x3bf359[_0x197a3a(0x1d1)]);_0x16aa80&&_0x16aa80[_0x197a3a(0x330)]?(_0x16aa80[_0x197a3a(0x330)](),this[_0x197a3a(0x302)]=!![],logger[_0x197a3a(0x1db)](_0x3bf359[_0x197a3a(0x245)])):logger['debug'](_0x3bf359['grjin']);}catch(_0x12e104){logger['debug'](_0x197a3a(0x2a4)+util[_0x197a3a(0x2f4)](_0x12e104));}}[a80_0x1cee18(0x1bb)](_0x41aa76=null,_0x1c403f=null,_0x77657=null){const _0x25fe81=a80_0x1cee18,_0xfe744a={'pPSgH':function(_0x66aa7f,_0x20f83f){return _0x66aa7f&&_0x20f83f;},'bBZrC':'isPlatformSupported:\x20caps\x20are\x20null','brGHo':function(_0x3f28b1,_0x419c51){return _0x3f28b1(_0x419c51);},'ciLGH':_0x25fe81(0x340),'YEeOn':_0x25fe81(0x2ea),'kUIVB':function(_0x2b31d){return _0x2b31d();},'ZloeD':_0x25fe81(0x28e),'JpZXG':function(_0xf5b538,_0x5ab6b3){return _0xf5b538===_0x5ab6b3;},'DFPrD':_0x25fe81(0x1ca),'LJxgn':function(_0x2aba43,_0x402d99){return _0x2aba43===_0x402d99;},'QsRyB':_0x25fe81(0x1ec),'upnfc':function(_0x4db836,_0x22a433){return _0x4db836===_0x22a433;},'uccon':function(_0x5e46e5,_0x2f9abb){return _0x5e46e5===_0x2f9abb;},'JGVxS':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','tSmui':function(_0x433855,_0x46f4dd){return _0x433855===_0x46f4dd;},'vjauW':_0x25fe81(0x25a),'RxOIt':_0x25fe81(0x1a9),'CVowW':function(_0x378965,_0x5f594a){return _0x378965===_0x5f594a;},'rKNYt':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','ETbiF':function(_0x543124){return _0x543124();},'jdXbA':function(_0x253869,_0x565183){return _0x253869>_0x565183;},'AgiDr':_0x25fe81(0x320),'PXIId':function(_0x53336f,_0x393579){return _0x53336f!==_0x393579;},'KrxDY':'latest','dmUqQ':function(_0x5d8c80,_0x32f6cc){return _0x5d8c80>_0x32f6cc;},'IhWXO':function(_0x4cadb9,_0x219663){return _0x4cadb9(_0x219663);},'VBDkK':function(_0x1e8263,_0x59220a){return _0x1e8263(_0x59220a);},'tzKDD':_0x25fe81(0x279)};try{if(_0xfe744a[_0x25fe81(0x1e1)](!_0x1c403f,!_0x77657))return logger[_0x25fe81(0x1db)](_0xfe744a[_0x25fe81(0x1a4)]),![];const {isAccessibilityAutomationSession:_0x259bbc}=_0xfe744a[_0x25fe81(0x2ac)](require,_0xfe744a[_0x25fe81(0x25f)]),{isUndefined:_0x3cfa3b,isBrowserstackInfra:_0x1e3cd2}=_0xfe744a[_0x25fe81(0x2ac)](require,_0xfe744a[_0x25fe81(0x358)]);if(!_0xfe744a['kUIVB'](_0x259bbc))return logger[_0x25fe81(0x1db)](_0xfe744a[_0x25fe81(0x311)]),![];if(!(_0x1c403f[_0x25fe81(0x29d)]&&_0xfe744a[_0x25fe81(0x30d)](_0x1c403f[_0x25fe81(0x29d)][_0x25fe81(0x299)](),_0xfe744a[_0x25fe81(0x2fb)])||_0x1c403f[_0x25fe81(0x29d)]&&_0xfe744a[_0x25fe81(0x217)](_0x1c403f[_0x25fe81(0x29d)][_0x25fe81(0x299)](),_0xfe744a['QsRyB'])||_0x1c403f[_0x25fe81(0x26b)]&&_0xfe744a[_0x25fe81(0x201)](_0x1c403f[_0x25fe81(0x26b)][_0x25fe81(0x299)](),_0xfe744a['DFPrD'])||_0x1c403f[_0x25fe81(0x26b)]&&_0xfe744a['uccon'](_0x1c403f[_0x25fe81(0x26b)][_0x25fe81(0x299)](),_0xfe744a[_0x25fe81(0x2cb)])))return logger[_0x25fe81(0x1fa)](_0xfe744a[_0x25fe81(0x30f)]),![];try{const _0x17fe07=_0x1c403f[_0x25fe81(0x21c)],_0x324f7a=_0xfe744a[_0x25fe81(0x19b)](_0x17fe07,!![])||_0xfe744a['LJxgn'](_0x17fe07,_0xfe744a[_0x25fe81(0x1c5)])||_0xfe744a[_0x25fe81(0x30d)](typeof _0x17fe07,_0xfe744a['RxOIt'])&&_0xfe744a[_0x25fe81(0x224)](_0x17fe07['toLowerCase'](),_0xfe744a[_0x25fe81(0x1c5)]);if(_0x324f7a)return logger[_0x25fe81(0x1fa)](_0xfe744a[_0x25fe81(0x33e)]),![];}catch(_0x243b67){logger[_0x25fe81(0x1db)](_0x25fe81(0x26d)+util[_0x25fe81(0x2f4)](_0x243b67));}if(!_0xfe744a['ETbiF'](_0x1e3cd2)){if(!_0xfe744a[_0x25fe81(0x2ec)](_0xfe744a[_0x25fe81(0x2ac)](parseFloat,_0x1c403f['browserVersion']),_0xfe744a[_0x25fe81(0x2ac)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger['warn'](_0xfe744a['AgiDr']),![];}else{if(_0xfe744a[_0x25fe81(0x1fb)](_0x1c403f[_0x25fe81(0x1f6)],_0xfe744a[_0x25fe81(0x31e)])&&!_0xfe744a[_0x25fe81(0x251)](_0xfe744a[_0x25fe81(0x339)](parseFloat,_0x1c403f[_0x25fe81(0x1f6)]),_0xfe744a[_0x25fe81(0x222)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x25fe81(0x1fa)](_0xfe744a[_0x25fe81(0x1d8)]),![];}return!![];}catch(_0x2e66bf){return logger[_0x25fe81(0x1db)](_0x25fe81(0x31f)+_0x2e66bf[_0x25fe81(0x305)]),![];}}['isEnabledTestcase'](_0x35c674=[],_0xa97633,_0x5488ce=a80_0x1cee18(0x1d3)){const _0x23b60c=a80_0x1cee18,_0xf4e132={'sOKLY':function(_0xd656c1,_0x5d340b){return _0xd656c1===_0x5d340b;},'GAQaz':_0x23b60c(0x2e2),'dkoqv':function(_0x112195,_0x1fccfe){return _0x112195||_0x1fccfe;},'KoEmH':function(_0x4baa05,_0x3c217c){return _0x4baa05===_0x3c217c;},'wUSLk':function(_0x3f13be,_0xc34ccc){return _0x3f13be&&_0xc34ccc;},'VEkEt':'unknown','fvWUz':function(_0x43a369,_0x110eba){return _0x43a369(_0x110eba);},'iRbxS':function(_0x239e0a,_0x2c1586){return _0x239e0a>_0x2c1586;}};try{const _0x2adaf5=process[_0x23b60c(0x1f7)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0x23b60c(0x254)](process['env'][_0x23b60c(0x1e5)]):null;if(!_0x2adaf5)return!![];const _0x5b2a7b=Array[_0x23b60c(0x35a)](_0x2adaf5[_0x23b60c(0x2af)])?_0x2adaf5['includeTagsInTestingScope']:[],_0x5ba6a4=Array[_0x23b60c(0x35a)](_0x2adaf5['excludeTagsInTestingScope'])?_0x2adaf5['excludeTagsInTestingScope']:[];if(_0xf4e132[_0x23b60c(0x27f)](_0x5488ce,_0xf4e132['GAQaz'])){let _0x2e062c;Array[_0x23b60c(0x35a)](_0x35c674)?_0x2e062c=_0x35c674[_0x23b60c(0x1b3)]('\x20'):_0x2e062c=_0xf4e132[_0x23b60c(0x1b1)](_0x35c674,'');const _0x1af605=_0x5ba6a4['some'](_0x570aae=>_0x2e062c[_0x23b60c(0x234)](_0x570aae)),_0x44f5ed=_0xf4e132['KoEmH'](_0x5b2a7b[_0x23b60c(0x1c9)],0x0)||_0x5b2a7b[_0x23b60c(0x2e3)](_0x34bdce=>_0x2e062c[_0x23b60c(0x234)](_0x34bdce)),_0x269be2=_0xf4e132[_0x23b60c(0x2b7)](!_0x1af605,_0x44f5ed);return logger[_0x23b60c(0x1db)]('[platform\x20-\x20'+(_0xa97633?.[_0x23b60c(0x1ab)]?.()||_0xf4e132[_0x23b60c(0x2c1)])+_0x23b60c(0x1ee)+_0x269be2+_0x23b60c(0x23f)+_0x2e062c+',\x20includeTags='+JSON['stringify'](_0x5b2a7b)+',\x20excludeTags='+JSON[_0x23b60c(0x235)](_0x5ba6a4)),_0x269be2;}const _0x3530c3=Array['isArray'](_0x35c674)?_0x35c674:[];let _0xaa9865=![],_0x1ad22e=_0xf4e132[_0x23b60c(0x33a)](_0x5b2a7b['length'],0x0);const _0x10a60d=_0x1e2beb=>typeof _0x1e2beb===_0x23b60c(0x1a9)?_0x1e2beb[_0x23b60c(0x1cf)](/^@/,'')[_0x23b60c(0x299)]()[_0x23b60c(0x209)]():_0x1e2beb,_0x580e62=new Set(_0x5b2a7b[_0x23b60c(0x2a8)](_0x10a60d)),_0x48f051=new Set(_0x5ba6a4[_0x23b60c(0x2a8)](_0x10a60d));for(const _0x3e5823 of _0x3530c3){const _0x39b220=_0xf4e132['fvWUz'](_0x10a60d,_0x3e5823);_0x48f051[_0x23b60c(0x1f9)](_0x39b220)&&(_0xaa9865=!![]),_0xf4e132[_0x23b60c(0x268)](_0x580e62[_0x23b60c(0x243)],0x0)&&_0x580e62[_0x23b60c(0x1f9)](_0x39b220)&&(_0x1ad22e=!![]);}const _0x3ca4e1=_0xf4e132['wUSLk'](_0x1ad22e,!_0xaa9865);return logger[_0x23b60c(0x1db)](_0x23b60c(0x225)+(_0xa97633?.['getPlatformIndex']?.()||_0xf4e132[_0x23b60c(0x2c1)])+_0x23b60c(0x1b5)+_0x3ca4e1+_0x23b60c(0x1a7)+JSON[_0x23b60c(0x235)](_0x3530c3)+_0x23b60c(0x1e4)+JSON['stringify'](_0x5b2a7b)+_0x23b60c(0x278)+JSON[_0x23b60c(0x235)](_0x5ba6a4)),_0x3ca4e1;}catch(_0x3edac3){return logger[_0x23b60c(0x1db)](_0x23b60c(0x225)+(_0xa97633?.['getPlatformIndex']?.()||_0xf4e132['VEkEt'])+_0x23b60c(0x26f)+_0x3edac3[_0x23b60c(0x305)]),![];}}async[a80_0x1cee18(0x2d1)](_0x8f01e9){const _0x5b5782=a80_0x1cee18,_0x4bf870={};_0x4bf870['Hssny']=function(_0x56da3d,_0x29efc1){return _0x56da3d!==_0x29efc1;},_0x4bf870[_0x5b5782(0x295)]=_0x5b5782(0x1d3),_0x4bf870['RePNh']=function(_0x40fda4,_0x197316){return _0x40fda4!==_0x197316;},_0x4bf870[_0x5b5782(0x28c)]=_0x5b5782(0x2e2),_0x4bf870[_0x5b5782(0x227)]=_0x5b5782(0x33b),_0x4bf870[_0x5b5782(0x2ee)]='TEST_INIT',_0x4bf870['KuXAT']='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x4bf870[_0x5b5782(0x23a)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x4bf870[_0x5b5782(0x1ba)]=_0x5b5782(0x218),_0x4bf870[_0x5b5782(0x248)]=function(_0x337695,_0x188c57){return _0x337695===_0x188c57;},_0x4bf870[_0x5b5782(0x32a)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x4bf870['EeVkd']=function(_0x87f7ea,_0x42226e){return _0x87f7ea===_0x42226e;},_0x4bf870[_0x5b5782(0x210)]=_0x5b5782(0x1cb),_0x4bf870[_0x5b5782(0x304)]=function(_0x47f3ef,_0x130855){return _0x47f3ef>_0x130855;},_0x4bf870['ytsvl']=function(_0x1564bd,_0xbf7dad){return _0x1564bd===_0xbf7dad;},_0x4bf870[_0x5b5782(0x292)]=_0x5b5782(0x255),_0x4bf870[_0x5b5782(0x213)]=_0x5b5782(0x2de),_0x4bf870[_0x5b5782(0x2b3)]=function(_0x16d6f2,_0x13df04){return _0x16d6f2&&_0x13df04;},_0x4bf870['WQdRh']=_0x5b5782(0x27b),_0x4bf870[_0x5b5782(0x26a)]=_0x5b5782(0x25a);const _0x5d903c=_0x4bf870;if(_0x5d903c[_0x5b5782(0x319)](_0x8f01e9[_0x5b5782(0x271)],_0x5d903c['OOiXb'])&&_0x5d903c[_0x5b5782(0x1e3)](_0x8f01e9[_0x5b5782(0x271)],_0x5d903c[_0x5b5782(0x28c)])){logger[_0x5b5782(0x1db)](_0x5d903c[_0x5b5782(0x227)]);return;}logger['info']('onBeforeTest:\x20event='+JSON['stringify'](_0x8f01e9));try{const _0x5eace7=AutomationFramework['getTrackedInstance'](),_0x367b60=TestFramework[_0x5b5782(0x24a)](),_0x37c1bf=_0x8f01e9[_0x5b5782(0x1e0)]||global[_0x5b5782(0x280)]?.[_0x5b5782(0x1ac)]||null;if(!_0x37c1bf){_0x367b60&&_0x367b60[_0x5b5782(0x2cc)](_0x5d903c[_0x5b5782(0x2ee)],!![]);logger[_0x5b5782(0x1db)](_0x5d903c[_0x5b5782(0x21b)]);return;}logger[_0x5b5782(0x1db)](_0x5d903c[_0x5b5782(0x23a)]);const _0x149066=_0x367b60?.[_0x5b5782(0x2c5)](_0x5d903c[_0x5b5782(0x1ba)],![]),_0xc2ff9=_0x367b60?.[_0x5b5782(0x2c5)](_0x5d903c[_0x5b5782(0x2ee)],![]);if(_0x5d903c[_0x5b5782(0x248)](_0x149066,![])&&_0x5d903c[_0x5b5782(0x248)](_0xc2ff9,![])){_0x367b60&&_0x367b60['updateData'](_0x5d903c[_0x5b5782(0x1ba)],!![]);logger[_0x5b5782(0x1db)](_0x5d903c[_0x5b5782(0x32a)]);return;}_0x367b60&&_0x367b60[_0x5b5782(0x2cc)](_0x5d903c[_0x5b5782(0x2ee)],!![]);let _0x18b836,_0x308730;const _0x27d36d=_0x8f01e9[_0x5b5782(0x271)]||_0x5d903c[_0x5b5782(0x295)];if(_0x5d903c[_0x5b5782(0x2b1)](_0x27d36d,_0x5d903c['JujUB'])){_0x308730=_0x8f01e9[_0x5b5782(0x357)]?.[_0x5b5782(0x35b)]||_0x8f01e9[_0x5b5782(0x357)]?.['id']||global[_0x5b5782(0x284)]||global['__workerDetails']?.[_0x5b5782(0x1cc)]?.[_0x5b5782(0x35b)]||global[_0x5b5782(0x280)]?.[_0x5b5782(0x1cc)]?.['id'];const _0x39e513=_0x367b60?.[_0x5b5782(0x22e)]()?.['get'](_0x308730);if(_0x39e513&&_0x39e513[TestFrameworkConstants[_0x5b5782(0x27e)]])_0x18b836=_0x39e513[TestFrameworkConstants[_0x5b5782(0x27e)]];else{if(_0x8f01e9['testInfo']?.[_0x5b5782(0x34f)])_0x18b836=_0x8f01e9['testInfo'][_0x5b5782(0x34f)];else global[_0x5b5782(0x280)]?.[_0x5b5782(0x1cc)]?.[_0x5b5782(0x357)]?.[_0x5b5782(0x34f)]?_0x18b836=global['__workerDetails'][_0x5b5782(0x1cc)]['testInfo']['titlePath']:_0x18b836=_0x5d903c[_0x5b5782(0x210)];}logger[_0x5b5782(0x1db)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x308730+_0x5b5782(0x23f)+JSON[_0x5b5782(0x235)](_0x18b836));}else{_0x308730=this[_0x5b5782(0x265)](_0x8f01e9);const _0x13925a=TestInfo[_0x5b5782(0x22f)](_0x308730);let _0x5493a7=[];if(_0x13925a&&Array[_0x5b5782(0x35a)](_0x13925a[_0x5b5782(0x2de)])&&_0x5d903c[_0x5b5782(0x304)](_0x13925a[_0x5b5782(0x2de)][_0x5b5782(0x1c9)],0x0))_0x5493a7=_0x13925a['test_tags'];else{if(_0x367b60){const _0x151a44=_0x5d903c[_0x5b5782(0x238)](typeof _0x367b60[_0x5b5782(0x2c5)],_0x5d903c[_0x5b5782(0x292)])?_0x367b60[_0x5b5782(0x2c5)](_0x5d903c[_0x5b5782(0x213)],[]):_0x367b60[_0x5b5782(0x2de)]||[];Array[_0x5b5782(0x35a)](_0x151a44)&&(_0x5493a7=_0x151a44);}}_0x18b836=_0x5493a7;}logger[_0x5b5782(0x2e5)](_0x5b5782(0x2f2)+JSON[_0x5b5782(0x235)](_0x18b836));const _0xfa72a4=this[_0x5b5782(0x1bb)](_0x5eace7,_0x8f01e9[_0x5b5782(0x1b7)],_0x8f01e9['launchCaps']);logger[_0x5b5782(0x1db)](_0x5b5782(0x240)+_0xfa72a4+_0x5b5782(0x204)+this[_0x5b5782(0x325)]);const _0x15f072=this[_0x5b5782(0x343)](_0x18b836,_0x5eace7,_0x27d36d),_0x2d22a8=_0x5d903c[_0x5b5782(0x2b3)](_0xfa72a4,_0x15f072),_0x495153=CLIUtils[_0x5b5782(0x20d)]();this[_0x5b5782(0x211)]['set'](_0x495153,_0x2d22a8),global[_0x5b5782(0x230)]?.['getContext']&&global[_0x5b5782(0x230)][_0x5b5782(0x2db)]()[_0x5b5782(0x27c)](_0x2d22a8),logger[_0x5b5782(0x1db)](_0x5b5782(0x225)+(_0x5eace7?.[_0x5b5782(0x1ab)]?.()||_0x5d903c['WQdRh'])+_0x5b5782(0x208)+_0x2d22a8),_0x2d22a8?(global['accessibilityPlatform']=!![],process['env'][_0x5b5782(0x1d5)]=_0x5d903c['ivJXE'],this[_0x5b5782(0x293)]()):global[_0x5b5782(0x2c2)]=![];}catch(_0x753f3){logger[_0x5b5782(0x24e)](_0x5b5782(0x1d7)+(_0x753f3[_0x5b5782(0x196)]||_0x753f3[_0x5b5782(0x305)]));const _0x11cac1=CLIUtils['getCurrentInstanceName']();this[_0x5b5782(0x211)]['set'](_0x11cac1,![]),global[_0x5b5782(0x2c2)]=![];}}[a80_0x1cee18(0x2d9)](){const _0x54d0ae=a80_0x1cee18;return this[_0x54d0ae(0x2ba)][_0x54d0ae(0x331)](_0x582d36=>_0x582d36['getName']()===_0x54d0ae(0x2f9))?.[_0x54d0ae(0x30c)]()||'';}[a80_0x1cee18(0x24b)](_0x3ee8f6){const _0x55e4dc=a80_0x1cee18;try{const _0x112a23=this[_0x55e4dc(0x2ad)]?.[_0x55e4dc(0x333)]?.['capabilitiesList']||[],_0x38c0ff=_0x112a23['find'](_0x1f9f28=>_0x1f9f28[_0x55e4dc(0x22d)]===_0x3ee8f6);return _0x38c0ff?_0x38c0ff['value']:null;}catch(_0x200e07){return logger[_0x55e4dc(0x1db)](_0x55e4dc(0x282)+_0x3ee8f6+':\x20'+_0x200e07['message']),null;}}async[a80_0x1cee18(0x19a)](_0x17a517,_0x275fe7){const _0xf276f7=a80_0x1cee18,_0x1ae6b7=_0x17a517[_0xf276f7(0x354)]()[_0xf276f7(0x34d)](),_0x4a8e82=_0x1ae6b7[_0xf276f7(0x2c7)](),_0x4ceb87=_0x1ae6b7[_0xf276f7(0x344)]()?.['getCommandsList']();scripts[_0xf276f7(0x309)](_0x4a8e82,_0x4ceb87),scripts[_0xf276f7(0x328)]();const _0xf7e56c=_0x1ae6b7[_0xf276f7(0x2bd)]();this['capabilities']=_0x1ae6b7['getCapabilitiesList'](),await this[_0xf276f7(0x28a)](_0xf7e56c,_0x275fe7[_0xf276f7(0x1aa)]);}async[a80_0x1cee18(0x28a)](_0xe04cea,_0x50562e={}){const _0x15282f=a80_0x1cee18,_0x3103e6={};_0x3103e6[_0x15282f(0x21f)]=function(_0x49dbd4,_0xbd56ee){return _0x49dbd4===_0xbd56ee;},_0x3103e6[_0x15282f(0x347)]=_0x15282f(0x355),_0x3103e6[_0x15282f(0x19f)]='browserstack.accessibilityOptions.authToken',_0x3103e6['rirtD']='wcagVersion',_0x3103e6['jmXdD']=_0x15282f(0x2cd),_0x3103e6[_0x15282f(0x1f0)]=function(_0x2020ea,_0xcd7784){return _0x2020ea===_0xcd7784;},_0x3103e6['vqfUN']='scannerVersion',_0x3103e6[_0x15282f(0x356)]='browserstack.accessibilityOptions.scannerVersion',_0x3103e6[_0x15282f(0x262)]=_0x15282f(0x281),_0x3103e6[_0x15282f(0x34e)]=_0x15282f(0x2a1);const _0xf00c9d=_0x3103e6;global[_0x15282f(0x236)]=global[_0x15282f(0x236)]||{};for(const _0x5e6507 of _0xe04cea){logger[_0x15282f(0x2e5)](_0x15282f(0x2bf)+_0x5e6507[_0x15282f(0x1f5)]()+_0x15282f(0x349)+_0x5e6507[_0x15282f(0x30c)]());if(_0xf00c9d['Buvtz'](_0x5e6507['getName'](),_0xf00c9d['YNIUt']))process['env'][_0x15282f(0x2a7)]=_0x5e6507[_0x15282f(0x30c)](),global[_0x15282f(0x236)][_0xf00c9d[_0x15282f(0x19f)]]=_0x5e6507['getValue']();else{if(_0xf00c9d[_0x15282f(0x21f)](_0x5e6507[_0x15282f(0x1f5)](),_0xf00c9d['rirtD']))global[_0x15282f(0x236)][_0xf00c9d[_0x15282f(0x1c2)]]=_0x5e6507[_0x15282f(0x30c)]();else{if(_0xf00c9d[_0x15282f(0x1f0)](_0x5e6507['getName'](),_0xf00c9d[_0x15282f(0x2f5)]))global[_0x15282f(0x236)][_0xf00c9d[_0x15282f(0x356)]]=_0x5e6507[_0x15282f(0x30c)]();else _0xf00c9d[_0x15282f(0x21f)](_0x5e6507[_0x15282f(0x1f5)](),_0xf00c9d[_0x15282f(0x262)])&&(global[_0x15282f(0x236)][_0xf00c9d[_0x15282f(0x34e)]]=_0x5e6507[_0x15282f(0x30c)]());}}}}async[a80_0x1cee18(0x1e9)](_0x1daa0e){const _0x529f26=a80_0x1cee18,_0x44ca66={};_0x44ca66['hDdPb']=function(_0x228c3a,_0x55279d){return _0x228c3a!==_0x55279d;},_0x44ca66['ACdIU']=_0x529f26(0x1d3),_0x44ca66[_0x529f26(0x29c)]=_0x529f26(0x2e2),_0x44ca66[_0x529f26(0x192)]=_0x529f26(0x2b6),_0x44ca66[_0x529f26(0x2f1)]=_0x529f26(0x27b);const _0xedf93a=_0x44ca66;if(_0xedf93a[_0x529f26(0x207)](_0x1daa0e[_0x529f26(0x271)],_0xedf93a['ACdIU'])&&_0xedf93a[_0x529f26(0x207)](_0x1daa0e[_0x529f26(0x271)],_0xedf93a[_0x529f26(0x29c)])){logger[_0x529f26(0x1db)](_0xedf93a[_0x529f26(0x192)]);return;}const _0x4404b0=_0x1daa0e[_0x529f26(0x357)]?.[_0x529f26(0x35b)]||_0x1daa0e['testInfo']?.['id']||global[_0x529f26(0x284)];logger[_0x529f26(0x2e5)](_0x529f26(0x32b)+_0x1daa0e[_0x529f26(0x271)]+_0x529f26(0x272)+_0x4404b0);try{const _0x216696=_0x1daa0e[_0x529f26(0x2fd)]||AutomationFramework[_0x529f26(0x24a)](),_0x5f0728=CLIUtils['getCurrentInstanceName'](),_0x4b4a70=this[_0x529f26(0x1b9)]();logger[_0x529f26(0x1db)]('[platform\x20-\x20'+(_0x216696?.['getPlatformIndex']?.()||_0xedf93a[_0x529f26(0x2f1)])+']\x20onAfterTest\x20should\x20scan='+_0x4b4a70),_0x4b4a70&&await this[_0x529f26(0x231)](_0x216696,_0x1daa0e),this['accessibility']['delete'](_0x5f0728),this['LOG_DISABLED_SHOWN'][_0x529f26(0x24d)](_0x5f0728);}catch(_0x30ff45){logger[_0x529f26(0x24e)](_0x529f26(0x1d9)+(_0x30ff45[_0x529f26(0x196)]||_0x30ff45['message']));}}async[a80_0x1cee18(0x231)](_0x5898f4,_0x45f86d){const _0x1bdb0a=a80_0x1cee18,_0x48648a={};_0x48648a['dasCG']=function(_0x456e34,_0x11ed31){return _0x456e34===_0x11ed31;},_0x48648a[_0x1bdb0a(0x25b)]='function',_0x48648a[_0x1bdb0a(0x23b)]=_0x1bdb0a(0x2e2),_0x48648a[_0x1bdb0a(0x2c9)]=_0x1bdb0a(0x1d3),_0x48648a[_0x1bdb0a(0x1a5)]=function(_0x2a0dee,_0x32f412){return _0x2a0dee===_0x32f412;},_0x48648a[_0x1bdb0a(0x2b8)]=_0x1bdb0a(0x335),_0x48648a[_0x1bdb0a(0x334)]=_0x1bdb0a(0x211),_0x48648a[_0x1bdb0a(0x1c3)]='saveResults',_0x48648a[_0x1bdb0a(0x1de)]=_0x1bdb0a(0x27b),_0x48648a[_0x1bdb0a(0x1a8)]=_0x1bdb0a(0x28f),_0x48648a[_0x1bdb0a(0x226)]=_0x1bdb0a(0x1af),_0x48648a[_0x1bdb0a(0x2ed)]=function(_0x34a160,_0x154383){return _0x34a160===_0x154383;},_0x48648a[_0x1bdb0a(0x350)]=function(_0x59d102,_0xad0fb8){return _0x59d102||_0xad0fb8;},_0x48648a[_0x1bdb0a(0x2d2)]=_0x1bdb0a(0x20b),_0x48648a[_0x1bdb0a(0x31c)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x51ea2c=_0x48648a;try{const _0xdc1e90=_0x45f86d[_0x1bdb0a(0x271)]||(_0x51ea2c[_0x1bdb0a(0x287)](this['testFrameworkData']?.[_0x1bdb0a(0x22d)]?.[_0x1bdb0a(0x299)](),_0x51ea2c[_0x1bdb0a(0x23b)])?_0x51ea2c[_0x1bdb0a(0x23b)]:_0x51ea2c[_0x1bdb0a(0x2c9)]);let _0x4625ea='',_0x277b4e=null,_0x38c943=null;if(_0x51ea2c['YIvWc'](_0xdc1e90,_0x51ea2c['uMgCU'])){_0x277b4e=_0x45f86d[_0x1bdb0a(0x357)]?.['testAnalyticsId']||_0x45f86d[_0x1bdb0a(0x357)]?.['id']||global[_0x1bdb0a(0x284)];if(!_0x277b4e){logger['warn'](_0x51ea2c[_0x1bdb0a(0x2b8)]);return;}try{const _0x81525f=await GrpcClient[_0x1bdb0a(0x261)]()['fetchDriverExecuteParamsEvent'](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x51ea2c[_0x1bdb0a(0x334)],_0x51ea2c[_0x1bdb0a(0x1c3)],_0x277b4e),_0x42bfa8=AccessibilityModule[_0x1bdb0a(0x1f3)](null,_0x81525f);_0x4625ea=_0x42bfa8?.[_0x1bdb0a(0x1dc)]||'',logger['debug'](_0x1bdb0a(0x1bc)+_0x4625ea+_0x1bdb0a(0x323)+_0x277b4e),_0x38c943=_0x81525f;}catch(_0x4aa3a2){logger[_0x1bdb0a(0x24e)](_0x1bdb0a(0x2f3)+_0x4aa3a2['message']);return;}}else{const _0xc60b7b=this[_0x1bdb0a(0x265)](_0x45f86d);_0x4625ea=TestInfo[_0x1bdb0a(0x25c)](_0xc60b7b);}const _0x125762=((()=>{const _0x2f694b=_0x1bdb0a,_0x23182e=(this[_0x2f694b(0x2ad)]?.[_0x2f694b(0x333)]?.[_0x2f694b(0x25e)]||[])[_0x2f694b(0x331)](_0x37e84b=>(typeof _0x37e84b['getName']===_0x2f694b(0x255)?_0x37e84b[_0x2f694b(0x1f5)]():_0x37e84b[_0x2f694b(0x22d)])===this['KEY_TESTHUB_BUILD_ID']);return _0x23182e?_0x51ea2c[_0x2f694b(0x287)](typeof _0x23182e[_0x2f694b(0x30c)],_0x51ea2c[_0x2f694b(0x25b)])?_0x23182e[_0x2f694b(0x30c)]():_0x23182e[_0x2f694b(0x346)]:'';})()),_0x32a89c=process['env']['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x1bdb0a(0x1db)](_0x1bdb0a(0x225)+(_0x5898f4?.['getPlatformIndex']?.()||_0x51ea2c[_0x1bdb0a(0x1de)])+_0x1bdb0a(0x316)+_0x4625ea+_0x1bdb0a(0x1ea)+_0x125762+'\x20a11yToken='+(_0x32a89c?_0x51ea2c['GQtnL']:_0x51ea2c['epmGR']));let _0x5efe86;if(_0x51ea2c[_0x1bdb0a(0x2ed)](_0xdc1e90,_0x51ea2c['uMgCU']))_0x5efe86=AccessibilityModule[_0x1bdb0a(0x1f3)](_0x4625ea,_0x38c943);else{const _0x5bd9ab=await GrpcClient[_0x1bdb0a(0x261)]()[_0x1bdb0a(0x1a6)](process[_0x1bdb0a(0x1f7)][_0x1bdb0a(0x21e)],_0x51ea2c[_0x1bdb0a(0x334)],_0x51ea2c['dcjzm']);_0x5efe86=AccessibilityModule[_0x1bdb0a(0x1f3)](_0x4625ea,_0x5bd9ab);}logger[_0x1bdb0a(0x1db)](_0x1bdb0a(0x200)+JSON[_0x1bdb0a(0x235)](_0x5efe86));const _0x4da4b5=Object[_0x1bdb0a(0x2c8)]({},{'thTestRunUuid':_0x51ea2c[_0x1bdb0a(0x350)](_0x4625ea,''),'thBuildUuid':_0x51ea2c['faSKb'](_0x125762,''),'thJwtToken':_0x51ea2c[_0x1bdb0a(0x350)](_0x32a89c,'')},_0x5efe86);logger[_0x1bdb0a(0x1db)](_0x1bdb0a(0x198)+_0x4625ea+_0x1bdb0a(0x204)+this['isAppAccessibility']);let _0x4e8fd0=global[_0x1bdb0a(0x280)]?.[_0x1bdb0a(0x1ac)]||null;!_0x4e8fd0&&(_0x4e8fd0=AutomationFramework[_0x1bdb0a(0x289)](_0x5898f4,_0x51ea2c[_0x1bdb0a(0x2d2)],null)),!_0x4e8fd0&&(_0x4e8fd0=AutomationFramework[_0x1bdb0a(0x289)](_0x5898f4,_0x51ea2c['lInOF'],null)),await this[_0x1bdb0a(0x229)](this[_0x1bdb0a(0x1b9)](),_0x4625ea,_0x4e8fd0,_0x4da4b5,this[_0x1bdb0a(0x325)]);}catch(_0x346716){logger[_0x1bdb0a(0x24e)]('Error\x20in\x20stopTestCapture:\x20'+(_0x346716[_0x1bdb0a(0x196)]||_0x346716['message']));}}async[a80_0x1cee18(0x229)](_0x254ca4,_0x3cb8b5,_0x11aad2,_0x37a7d6,_0x487a9a){const _0x1d6d3e=a80_0x1cee18,_0x3481fb={};_0x3481fb[_0x1d6d3e(0x26c)]=_0x1d6d3e(0x1a0),_0x3481fb['qbuTP']=function(_0x377eae,_0x33ca02){return _0x377eae&&_0x33ca02;},_0x3481fb[_0x1d6d3e(0x1b6)]=_0x1d6d3e(0x1eb),_0x3481fb[_0x1d6d3e(0x21d)]=function(_0x3287fe,_0x5569c4){return _0x3287fe===_0x5569c4;},_0x3481fb['HtNrs']=_0x1d6d3e(0x1af),_0x3481fb[_0x1d6d3e(0x19c)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x3481fb[_0x1d6d3e(0x216)]=_0x1d6d3e(0x1a1),_0x3481fb[_0x1d6d3e(0x32e)]=_0x1d6d3e(0x23d),_0x3481fb[_0x1d6d3e(0x2be)]='scan',_0x3481fb['MghKC']=_0x1d6d3e(0x199),_0x3481fb[_0x1d6d3e(0x2c6)]=_0x1d6d3e(0x34a),_0x3481fb[_0x1d6d3e(0x1a2)]=_0x1d6d3e(0x2fc);const _0x286a24=_0x3481fb;try{const _0x47cf04=this[_0x1d6d3e(0x228)](_0x286a24[_0x1d6d3e(0x26c)]);if(_0x286a24[_0x1d6d3e(0x2ab)](!_0x487a9a,!_0x47cf04)){logger[_0x1d6d3e(0x1db)](_0x286a24[_0x1d6d3e(0x1b6)]);return;}if(!_0x3cb8b5||_0x286a24[_0x1d6d3e(0x21d)](_0x3cb8b5,_0x286a24['HtNrs'])||_0x286a24[_0x1d6d3e(0x21d)](_0x3cb8b5,'')){logger['debug'](_0x286a24[_0x1d6d3e(0x19c)]);return;}logger['debug'](_0x1d6d3e(0x1c7)+JSON[_0x1d6d3e(0x235)](_0x37a7d6)),_0x254ca4&&(logger[_0x1d6d3e(0x1db)](_0x286a24[_0x1d6d3e(0x216)]),await this[_0x1d6d3e(0x322)](_0x11aad2,_0x3cb8b5,_0x286a24[_0x1d6d3e(0x32e)],_0x37a7d6,_0x487a9a,_0x286a24[_0x1d6d3e(0x2be)]),_0x286a24['qbuTP'](!_0x487a9a,_0x47cf04)&&(logger['debug'](_0x286a24[_0x1d6d3e(0x214)]),await PerformanceTester[_0x1d6d3e(0x20e)](_0x286a24[_0x1d6d3e(0x2c6)],async()=>{const _0x7bfae8=_0x1d6d3e;await this[_0x7bfae8(0x322)](_0x11aad2,_0x3cb8b5,_0x286a24[_0x7bfae8(0x26c)],_0x37a7d6,_0x487a9a,_0x286a24['mUURh']);})()),logger[_0x1d6d3e(0x2e5)](_0x286a24['aUpAX']));}catch(_0x4f930f){logger['error'](_0x1d6d3e(0x1b8)+(_0x4f930f[_0x1d6d3e(0x196)]||_0x4f930f['message']));}}async[a80_0x1cee18(0x2e7)](_0x477804){const _0x5ba435=a80_0x1cee18,_0x3b85b5={};_0x3b85b5[_0x5ba435(0x1f4)]=function(_0x342283,_0x3bcbc3){return _0x342283!==_0x3bcbc3;},_0x3b85b5['KKeby']='cucumber',_0x3b85b5[_0x5ba435(0x2bc)]=function(_0x57f43d,_0x1925ad){return _0x57f43d!==_0x1925ad;},_0x3b85b5[_0x5ba435(0x1e2)]='jest',_0x3b85b5[_0x5ba435(0x32d)]=_0x5ba435(0x2f0),_0x3b85b5['RuGtC']=_0x5ba435(0x27b),_0x3b85b5['lnueC']=_0x5ba435(0x24c),_0x3b85b5['dbKEO']=function(_0x30ba8f,_0x11047a){return _0x30ba8f===_0x11047a;},_0x3b85b5[_0x5ba435(0x1e6)]=_0x5ba435(0x324),_0x3b85b5[_0x5ba435(0x31b)]=_0x5ba435(0x211),_0x3b85b5[_0x5ba435(0x205)]=_0x5ba435(0x1c8),_0x3b85b5[_0x5ba435(0x2b0)]=_0x5ba435(0x30b),_0x3b85b5['vnCaa']=_0x5ba435(0x32f),_0x3b85b5['EgMlm']=function(_0x334a2a,_0x4a4d0d){return _0x334a2a===_0x4a4d0d;},_0x3b85b5[_0x5ba435(0x327)]='scan',_0x3b85b5[_0x5ba435(0x28b)]=_0x5ba435(0x1af);const _0x107467=_0x3b85b5;if(_0x107467['raKGp'](_0x477804[_0x5ba435(0x271)],_0x107467['KKeby'])&&_0x107467[_0x5ba435(0x2bc)](_0x477804[_0x5ba435(0x271)],_0x107467[_0x5ba435(0x1e2)])){logger['debug'](_0x107467['TIzMI']);return;}logger[_0x5ba435(0x1db)](_0x5ba435(0x2b5)+(_0x477804['commandName']||_0x107467['RuGtC'])+_0x5ba435(0x2ef)+_0x477804['testFramework']);try{const _0x137686=_0x477804[_0x5ba435(0x2fd)]||AutomationFramework[_0x5ba435(0x24a)](),_0x100065=TestFramework[_0x5ba435(0x24a)](),_0x570d04=_0x477804[_0x5ba435(0x1fe)]||_0x477804[_0x5ba435(0x2d0)]?.[_0x5ba435(0x1f5)]();if(!_0x570d04){logger['debug'](_0x107467['lnueC']);return;}if(!this[_0x5ba435(0x1b9)]()){logger[_0x5ba435(0x1db)](_0x5ba435(0x285)+_0x570d04);return;}if(!this[_0x5ba435(0x332)](_0x570d04)){logger[_0x5ba435(0x1db)](_0x5ba435(0x1d6)+_0x570d04+_0x5ba435(0x291));return;}const _0x4e76d4=_0x477804['page']||global[_0x5ba435(0x280)]?.[_0x5ba435(0x1ac)];if(!_0x4e76d4){logger[_0x5ba435(0x1db)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x570d04);return;}let _0xf09c22='',_0x2147f4=null;if(_0x107467[_0x5ba435(0x312)](_0x477804['testFramework'],_0x107467[_0x5ba435(0x1e2)])){_0x2147f4=_0x477804['testInfo']?.[_0x5ba435(0x35b)]||_0x477804['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x2147f4){logger['warn'](_0x107467[_0x5ba435(0x1e6)]);return;}try{const _0x47c682=await GrpcClient[_0x5ba435(0x261)]()['fetchDriverExecuteParamsEvent'](process[_0x5ba435(0x1f7)][_0x5ba435(0x21e)],_0x107467[_0x5ba435(0x31b)],_0x107467['ObLPu'],_0x2147f4),_0x18e77d=AccessibilityModule[_0x5ba435(0x1f3)](null,_0x47c682);_0xf09c22=_0x18e77d?.[_0x5ba435(0x1dc)]||'',logger[_0x5ba435(0x1db)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0xf09c22+_0x5ba435(0x323)+_0x2147f4);}catch(_0x2f6c1d){logger[_0x5ba435(0x24e)](_0x5ba435(0x2e9)+_0x2f6c1d['message']);return;}}else _0xf09c22=this[_0x5ba435(0x24b)](_0x107467[_0x5ba435(0x2b0)])||'';const _0x34c916=this[_0x5ba435(0x24b)](_0x107467[_0x5ba435(0x2bb)])||this[_0x5ba435(0x2ad)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5ed8f9=process[_0x5ba435(0x1f7)][_0x5ba435(0x329)]||'',_0x2124ba=this['getParamsForScanForCli'](_0x570d04,_0xf09c22,_0x34c916,_0x5ed8f9),_0x261d06=_0x107467[_0x5ba435(0x1b0)](_0x477804[_0x5ba435(0x271)],_0x107467['gHQnQ'])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x107467[_0x5ba435(0x327)],_0xf09c22,_0x2147f4):await AccessibilityModule[_0x5ba435(0x33d)](_0x107467[_0x5ba435(0x327)],_0xf09c22);logger['info']('ScanArgs:\x20'+(_0x2124ba?JSON['stringify'](_0x2124ba):_0x107467[_0x5ba435(0x28b)]));const _0x404c17=CLIUtils[_0x5ba435(0x297)](_0x2124ba,_0x261d06);logger['info'](_0x5ba435(0x315)+(_0x404c17?JSON[_0x5ba435(0x235)](_0x404c17):_0x107467['KcHvB'])),logger[_0x5ba435(0x1db)](_0x5ba435(0x29f)+_0x570d04);const _0x3b4932=await this[_0x5ba435(0x322)](_0x4e76d4,_0xf09c22,_0x570d04,_0x404c17,this[_0x5ba435(0x325)]);logger[_0x5ba435(0x1db)](_0x5ba435(0x2d6)+_0x570d04+',\x20\x0a\x20'+_0x3b4932);}catch(_0x2958d5){logger[_0x5ba435(0x24e)](_0x5ba435(0x1ce)+(_0x2958d5['stack']||_0x2958d5[_0x5ba435(0x305)]));}}[a80_0x1cee18(0x30e)](){const _0x1921b0=a80_0x1cee18;return this[_0x1921b0(0x1b9)]();}[a80_0x1cee18(0x29e)](_0x34a903){const _0x4fa722=CLIUtils['getCurrentInstanceName']();this['accessibility']['set'](_0x4fa722,_0x34a903);}async[a80_0x1cee18(0x336)](_0x3a2001){const _0x104b96=a80_0x1cee18,_0x46eb1e={};_0x46eb1e[_0x104b96(0x249)]='unknown';const _0x5615a9=_0x46eb1e;try{const _0x158f4c=_0x3a2001[_0x104b96(0x2fd)]||AutomationFramework[_0x104b96(0x24a)](),_0xc595f4=_0x158f4c?.['getData']?.()?.[_0x104b96(0x194)]?.(this[_0x104b96(0x2f8)])||![];if(_0xc595f4)return;PerformanceTester[_0x104b96(0x233)](EVENTS[_0x104b96(0x359)]);const _0x3ff838=await GrpcClient[_0x104b96(0x261)]()[_0x104b96(0x1ff)](_0x3a2001);_0x3ff838&&_0x3ff838['getAccessibility']&&_0x3ff838[_0x104b96(0x354)]()&&_0x3ff838[_0x104b96(0x354)]()[_0x104b96(0x239)]()?(await this[_0x104b96(0x197)](_0x3ff838,_0x3a2001),_0x158f4c?.[_0x104b96(0x2c5)]&&_0x158f4c['getData']()[_0x104b96(0x2e4)](this[_0x104b96(0x2f8)],!![]),logger['debug'](_0x104b96(0x225)+(_0x158f4c?.[_0x104b96(0x1ab)]?.()||_0x5615a9[_0x104b96(0x249)])+_0x104b96(0x202))):logger[_0x104b96(0x1db)](_0x104b96(0x225)+(_0x158f4c?.['getPlatformIndex']?.()||_0x5615a9[_0x104b96(0x249)])+_0x104b96(0x276)),PerformanceTester['end'](EVENTS[_0x104b96(0x359)]);}catch(_0x26e8e7){PerformanceTester[_0x104b96(0x20a)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x26e8e7['message']),logger['error'](_0x104b96(0x345)+(_0x26e8e7[_0x104b96(0x196)]||_0x26e8e7['message']));}}async[a80_0x1cee18(0x197)](_0x323340,_0x5bfbb5){const _0x34ced5=a80_0x1cee18;await this[_0x34ced5(0x19a)](_0x323340,_0x5bfbb5);const _0x59b76e=_0x323340[_0x34ced5(0x354)]()[_0x34ced5(0x34d)]();if(_0x59b76e){const _0x1e15de=_0x323340[_0x34ced5(0x1bd)]&&_0x323340[_0x34ced5(0x1bd)]();_0x1e15de&&(this[_0x34ced5(0x2ad)][this[_0x34ced5(0x2ff)]]=_0x1e15de['getBuildId']&&_0x1e15de['getBuildId']());}}['shouldScanForCommand'](_0x12bd05){const _0x3a254a=a80_0x1cee18,_0xeb8af6={};_0xeb8af6['fEzdI']=function(_0x547b6f,_0x543799){return _0x547b6f===_0x543799;};const _0x2a1632=_0xeb8af6;try{if(!_0x12bd05)return![];const _0x190498=this[_0x3a254a(0x2ad)]?.['options']?.['commandsToWrap']?.[_0x3a254a(0x294)]||[],_0x42fd49=_0x190498[_0x3a254a(0x2e3)](_0x8d3052=>{const _0x225f6b=_0x3a254a;return _0x8d3052[_0x225f6b(0x22d)]&&_0x2a1632['fEzdI'](_0x8d3052['name']['toLowerCase'](),_0x12bd05['toLowerCase']());});return logger[_0x3a254a(0x1db)]('shouldScanForCommand:\x20'+_0x12bd05+'\x20->\x20'+_0x42fd49+_0x3a254a(0x1c4)+JSON[_0x3a254a(0x235)](_0x190498[_0x3a254a(0x2a8)](_0x21a94b=>_0x21a94b['name']))),_0x42fd49;}catch(_0x28f380){return logger['debug'](_0x3a254a(0x2e1)+_0x28f380[_0x3a254a(0x305)]),![];}}[a80_0x1cee18(0x1b2)](_0x156845){const _0x3d1a66=a80_0x1cee18,_0x50d976={};_0x50d976[_0x3d1a66(0x206)]=function(_0x5ee39a,_0x37bd36){return _0x5ee39a===_0x37bd36;},_0x50d976[_0x3d1a66(0x215)]=_0x3d1a66(0x1a9),_0x50d976[_0x3d1a66(0x2fa)]=_0x3d1a66(0x2e0);const _0x558d7b=_0x50d976,_0x651ec0=_0x156845[_0x3d1a66(0x29a)]&&_0x156845[_0x3d1a66(0x29a)]();return _0x651ec0&&_0x558d7b['cmSam'](typeof _0x651ec0,_0x558d7b[_0x3d1a66(0x215)])&&_0x651ec0[_0x3d1a66(0x234)](_0x558d7b['OTXrc']);}[a80_0x1cee18(0x244)](_0x156baf){const _0x2e80ff=a80_0x1cee18,_0x3f536a={};_0x3f536a[_0x2e80ff(0x223)]=function(_0x365443,_0x48a089){return _0x365443!==_0x48a089;},_0x3f536a[_0x2e80ff(0x1cd)]=_0x2e80ff(0x1a9),_0x3f536a[_0x2e80ff(0x2f7)]=_0x2e80ff(0x211),_0x3f536a['yppXl']=_0x2e80ff(0x1c8),_0x3f536a[_0x2e80ff(0x32c)]='getResults',_0x3f536a[_0x2e80ff(0x290)]='saveTestResults';const _0x540ddc=_0x3f536a,_0x249702=_0x156baf[_0x2e80ff(0x29a)]&&_0x156baf[_0x2e80ff(0x29a)]();if(!_0x249702||_0x540ddc['hkWIM'](typeof _0x249702,_0x540ddc[_0x2e80ff(0x1cd)]))return![];return _0x249702[_0x2e80ff(0x234)](_0x540ddc['bNbTI'])||_0x249702[_0x2e80ff(0x234)](_0x540ddc[_0x2e80ff(0x2c3)])||_0x249702['includes'](_0x540ddc[_0x2e80ff(0x32c)])||_0x249702['includes'](_0x540ddc['SeMll']);}[a80_0x1cee18(0x275)](_0x53b70f,_0x5b53e1,_0x526c67,_0x58b702){const _0x559f91=a80_0x1cee18,_0x124c3b={};_0x124c3b['hAjDb']=function(_0x596f71,_0x527ec3){return _0x596f71||_0x527ec3;};const _0xf97e3=_0x124c3b;return{'command':_0x53b70f,'thTestRunUuid':_0xf97e3[_0x559f91(0x2a9)](_0x5b53e1,''),'thBuildUuid':_0xf97e3[_0x559f91(0x2a9)](_0x526c67,''),'thJwtToken':_0xf97e3[_0x559f91(0x2a9)](_0x58b702,''),'timestamp':new Date()[_0x559f91(0x2a6)]()};}[a80_0x1cee18(0x228)](_0x5a16c5){const _0x429f61=a80_0x1cee18,_0x3b84b0={};_0x3b84b0[_0x429f61(0x1ed)]=function(_0x2f05cc,_0x2c689d){return _0x2f05cc||_0x2c689d;};const _0x301334=_0x3b84b0;try{const _0x456941=this[_0x429f61(0x2ad)]?.[_0x429f61(0x333)]?.[_0x429f61(0x314)]||[],_0x1212d0=_0x456941['find'](_0x394170=>_0x394170['name']===_0x5a16c5);return _0x301334[_0x429f61(0x1ed)](_0x1212d0,null);}catch(_0x455832){return logger[_0x429f61(0x1db)](_0x429f61(0x341)+_0x5a16c5+':\x20'+_0x455832[_0x429f61(0x305)]),null;}}async[a80_0x1cee18(0x2cf)](_0x41a7ca,_0x26ca94,_0x43becc=null){const _0x4019d8=a80_0x1cee18,_0x5aae67={'dfurk':function(_0xd887c2,_0x29392b){return _0xd887c2(_0x29392b);},'BgWlX':_0x4019d8(0x31d)};try{if(!_0x41a7ca)return logger[_0x4019d8(0x1db)](_0x4019d8(0x2ae)+_0x26ca94),null;const _0xaacd67=this[_0x4019d8(0x228)](_0x26ca94);if(!_0xaacd67||!_0xaacd67[_0x4019d8(0x2d0)])return logger[_0x4019d8(0x1db)](_0x4019d8(0x1da)+_0x26ca94+_0x4019d8(0x301)),null;logger[_0x4019d8(0x1db)](_0x4019d8(0x33f)+_0x26ca94+_0x4019d8(0x1b4));const _0x1750a7=_0x5aae67[_0x4019d8(0x352)](require,_0x5aae67[_0x4019d8(0x247)]),_0xa9c680=_0x43becc?await _0x1750a7[_0x4019d8(0x2dc)](_0x41a7ca,_0xaacd67[_0x4019d8(0x2d0)],_0x43becc):await _0x1750a7['browserStackEvaluate'](_0x41a7ca,_0xaacd67[_0x4019d8(0x2d0)]);return _0xa9c680;}catch(_0x708806){return logger[_0x4019d8(0x24e)](_0x4019d8(0x273)+_0x26ca94+':\x20'+(_0x708806['stack']||_0x708806[_0x4019d8(0x305)])),null;}}async[a80_0x1cee18(0x322)](_0x4457d,_0x69b534,_0x416d14,_0x18b2fb,_0x407d9f,_0xe2847=a80_0x1cee18(0x1a3)){const _0x5eaea7=a80_0x1cee18,_0x18d4bd={'qWnkh':function(_0x1c92af,_0x46ccb1){return _0x1c92af===_0x46ccb1;},'LtPYX':_0x5eaea7(0x1a3),'UjLjs':function(_0xdc3752,_0x4e8264){return _0xdc3752(_0x4e8264);},'lLRKK':'../../playwright/accessibility-helper','wQQqw':function(_0x1040c4,_0x260ef3){return _0x1040c4(_0x260ef3);}};try{logger['debug'](_0x5eaea7(0x1f2)+_0x416d14+_0x5eaea7(0x2a2)+_0xe2847);const _0x5bd399=this['getScriptByName'](_0xe2847);if(!_0x5bd399||!_0x5bd399[_0x5eaea7(0x2d0)]){logger[_0x5eaea7(0x1db)]('performScanForCli:\x20No\x20'+_0xe2847+_0x5eaea7(0x1ae));return;}if(_0x18d4bd[_0x5eaea7(0x2aa)](_0xe2847,_0x18d4bd[_0x5eaea7(0x246)])){const _0x245815=_0x18d4bd[_0x5eaea7(0x19d)](require,_0x18d4bd[_0x5eaea7(0x22a)]),_0x34cc44={};_0x34cc44[_0x5eaea7(0x2d0)]=_0x416d14;const _0x181bf2=await PerformanceTester[_0x5eaea7(0x20e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{await _0x245815['browserStackEvaluate'](_0x4457d,_0x5bd399['command']);},_0x34cc44)();return logger[_0x5eaea7(0x2e5)](_0x5eaea7(0x20c)+_0xe2847+'\x20result\x20for\x20'+_0x416d14+':\x20'+util['format'](_0x181bf2)),_0x181bf2;}const _0x5ede28=_0x18d4bd[_0x5eaea7(0x1be)](require,_0x18d4bd[_0x5eaea7(0x22a)]),_0x123a38=await PerformanceTester[_0x5eaea7(0x20e)](PerformanceA11yEvents[_0x5eaea7(0x2fe)],async()=>{const _0x504e28=_0x5eaea7;await _0x5ede28[_0x504e28(0x2dc)](_0x4457d,_0x5bd399[_0x504e28(0x2d0)],_0x18b2fb);})();return logger['info']('Page\x20'+_0xe2847+'\x20result\x20for\x20'+_0x416d14+':\x20'+util[_0x5eaea7(0x2f4)](_0x123a38)),_0x123a38;}catch(_0x24a14c){logger[_0x5eaea7(0x24e)](_0x5eaea7(0x264)+_0xe2847+':\x20'+(_0x24a14c[_0x5eaea7(0x196)]||_0x24a14c[_0x5eaea7(0x305)]));}}async[a80_0x1cee18(0x19e)](_0x417970){const _0x11583e=a80_0x1cee18,_0x4de59a={'CSkWK':function(_0x4fe46e,_0x3f71b0){return _0x4fe46e(_0x3f71b0);},'KaNXF':_0x11583e(0x340)};try{const _0x519af9=_0x4de59a['CSkWK'](require,_0x4de59a[_0x11583e(0x2c4)]);return await _0x519af9[_0x11583e(0x258)](_0x417970);}catch(_0x41e7f9){return logger[_0x11583e(0x24e)](_0x11583e(0x2df)+(_0x41e7f9[_0x11583e(0x196)]||_0x41e7f9['message'])),![];}}[a80_0x1cee18(0x2ca)](_0x2e8272,_0x4426a3,_0x205d04){const _0x22a697=a80_0x1cee18,_0x35b3dd={'hsudd':function(_0x235c00,_0x594ef8){return _0x235c00(_0x594ef8);},'GUUAS':_0x22a697(0x31d),'JbzpW':_0x22a697(0x2da),'deoSP':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x37f419=_0x35b3dd['hsudd'](require,_0x35b3dd[_0x22a697(0x310)]);_0x37f419['processAccessibilityCaps'](_0x2e8272,_0x4426a3,_0x205d04);const _0x4c2560=JSON[_0x22a697(0x235)](_0x2e8272)[_0x22a697(0x1cf)](/"browserstack\.user":"[^"]*"/g,_0x35b3dd[_0x22a697(0x27d)])[_0x22a697(0x1cf)](/"browserstack\.key":"[^"]*"/g,_0x35b3dd[_0x22a697(0x2e6)]);logger[_0x22a697(0x1db)](_0x22a697(0x317)+global[_0x22a697(0x2c2)]+'\x20'+_0x4c2560);}catch(_0x227e09){logger[_0x22a697(0x24e)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x227e09['stack']||_0x227e09[_0x22a697(0x305)]));}}async['getAccessibilityResults'](_0x43f0e9){const _0x3395ec=a80_0x1cee18,_0x389176={};_0x389176['KokNi']=_0x3395ec(0x1fd),_0x389176[_0x3395ec(0x1e8)]='getResults';const _0x2d3d71=_0x389176;try{if(!this[_0x3395ec(0x1b9)]())return logger['warn'](_0x2d3d71['KokNi']),[];const _0x5cbc63=await this['executeScriptByName'](_0x43f0e9,_0x2d3d71[_0x3395ec(0x1e8)]);return _0x5cbc63||[];}catch(_0x5e86c1){return logger['error'](_0x3395ec(0x259)+(_0x5e86c1[_0x3395ec(0x196)]||_0x5e86c1[_0x3395ec(0x305)])),[];}}async[a80_0x1cee18(0x266)](_0x41f29b){const _0xd1c4c2=a80_0x1cee18,_0x18c679={'IbLcs':_0xd1c4c2(0x1a3),'TgJhJ':'getResultsSummary','HzDCW':_0xd1c4c2(0x2c0),'ZmvKu':function(_0x44fa2e,_0x11360f){return _0x44fa2e(_0x11360f);},'DWqKJ':_0xd1c4c2(0x306),'MEoeI':function(_0x59c55e,_0x521653){return _0x59c55e===_0x521653;},'ZmSwe':_0xd1c4c2(0x2e2),'GUqOz':_0xd1c4c2(0x256),'OrkFN':_0xd1c4c2(0x211),'GsZRt':_0xd1c4c2(0x32f),'UBbFB':_0xd1c4c2(0x266),'ESeRs':_0xd1c4c2(0x30b),'GWMKF':_0xd1c4c2(0x1c6),'bhGeF':_0xd1c4c2(0x22c)};try{if(!this[_0xd1c4c2(0x1b9)]())return logger[_0xd1c4c2(0x1fa)](_0x18c679[_0xd1c4c2(0x1c1)]),{};const _0x58f902=_0x18c679[_0xd1c4c2(0x232)](require,_0x18c679[_0xd1c4c2(0x270)]),_0x250b42=_0x58f902[_0xd1c4c2(0x253)](),_0xfa24a8=_0x18c679[_0xd1c4c2(0x241)](_0x250b42?.[_0xd1c4c2(0x22d)]?.[_0xd1c4c2(0x299)](),_0x18c679[_0xd1c4c2(0x242)]);let _0x20f8b9='',_0x2ae16d=null,_0x178044=null;if(_0xfa24a8){_0x2ae16d=global[_0xd1c4c2(0x284)]||global[_0xd1c4c2(0x280)]?.[_0xd1c4c2(0x1cc)]?.[_0xd1c4c2(0x35b)]||global[_0xd1c4c2(0x280)]?.[_0xd1c4c2(0x1cc)]?.['id'];if(!_0x2ae16d)return logger[_0xd1c4c2(0x1fa)](_0x18c679['GUqOz']),{};try{const _0x2522a1=await GrpcClient[_0xd1c4c2(0x261)]()['fetchDriverExecuteParamsEvent'](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x18c679[_0xd1c4c2(0x1d2)],_0x18c679[_0xd1c4c2(0x1ad)],_0x2ae16d),_0x470e7c=AccessibilityModule[_0xd1c4c2(0x1f3)](null,_0x2522a1);_0x20f8b9=_0x470e7c?.['thTestRunUuid']||'',logger['debug']('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x20f8b9+'\x20from\x20testIdentifier='+_0x2ae16d);const _0x358837=await AccessibilityModule[_0xd1c4c2(0x33d)](_0x18c679[_0xd1c4c2(0x1ad)],_0x20f8b9,_0x2ae16d),_0x84a655=this[_0xd1c4c2(0x24b)](_0x18c679[_0xd1c4c2(0x1dd)])||this[_0xd1c4c2(0x2ad)][this[_0xd1c4c2(0x2ff)]]||null,_0x260051=process[_0xd1c4c2(0x1f7)][_0xd1c4c2(0x329)]||'',_0xba4672=this[_0xd1c4c2(0x275)](_0x18c679[_0xd1c4c2(0x2d4)],_0x20f8b9,_0x84a655,_0x260051);_0x178044=_0x58f902[_0xd1c4c2(0x297)](_0xba4672,_0x358837),logger[_0xd1c4c2(0x1db)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON[_0xd1c4c2(0x235)](_0x178044));}catch(_0x36e0a7){return logger['error'](_0xd1c4c2(0x34b)+_0x36e0a7[_0xd1c4c2(0x305)]),{};}}else{_0x20f8b9=this[_0xd1c4c2(0x24b)](_0x18c679[_0xd1c4c2(0x220)])||'';const _0x32e374=this[_0xd1c4c2(0x24b)](_0x18c679['GsZRt'])||this[_0xd1c4c2(0x2ad)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x2c153e=process['env'][_0xd1c4c2(0x329)]||'';_0x178044=this[_0xd1c4c2(0x275)](_0x18c679[_0xd1c4c2(0x2d4)],_0x20f8b9,_0x32e374,_0x2c153e);}logger['debug'](_0x18c679[_0xd1c4c2(0x30a)]),await PerformanceTester[_0xd1c4c2(0x20e)](PerformanceA11yEvents[_0xd1c4c2(0x20f)],async()=>{const _0x54e206=_0xd1c4c2,_0x511169=await this[_0x54e206(0x2cf)](_0x41f29b,_0x18c679[_0x54e206(0x260)],_0x178044);logger[_0x54e206(0x1db)](_0x54e206(0x25d)+util[_0x54e206(0x2f4)](_0x511169));},{'command':_0x18c679['UBbFB']})();const _0x38efe5=await PerformanceTester[_0xd1c4c2(0x20e)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x44ef7b=_0xd1c4c2;return await this['executeScriptByName'](_0x41f29b,_0x18c679[_0x44ef7b(0x1ad)],_0x178044);})();if(!_0x38efe5)return logger[_0xd1c4c2(0x1db)](_0x18c679[_0xd1c4c2(0x1fc)]),{};return _0x38efe5;}catch(_0x38965d){return logger[_0xd1c4c2(0x24e)](_0xd1c4c2(0x1d4)+(_0x38965d['stack']||_0x38965d[_0xd1c4c2(0x305)])),{};}}async[a80_0x1cee18(0x263)](_0x289db6,_0x2a9ef1,_0x2c38b1=null){const _0xc893ac=a80_0x1cee18,_0x38fc49={};_0x38fc49['DIFbc']='performPageScan:\x20Page\x20is\x20null',_0x38fc49['sDpRG']='performPageScan:\x20Script\x20is\x20null',_0x38fc49['jXtkT']=_0xc893ac(0x2b2);const _0x18e70b=_0x38fc49;try{if(!_0x289db6)return logger['debug'](_0x18e70b[_0xc893ac(0x237)]),null;if(!_0x2a9ef1)return logger[_0xc893ac(0x1db)](_0x18e70b[_0xc893ac(0x2f6)]),null;logger[_0xc893ac(0x1db)](_0x18e70b['jXtkT']);const _0x314c4d=_0x2c38b1?await _0x289db6[_0xc893ac(0x1df)](_0x2a9ef1,_0x2c38b1):await _0x289db6[_0xc893ac(0x1df)](_0x2a9ef1);return _0x314c4d;}catch(_0x1832f5){return logger[_0xc893ac(0x24e)](_0xc893ac(0x286)+(_0x1832f5[_0xc893ac(0x196)]||_0x1832f5[_0xc893ac(0x305)])),null;}}static[a80_0x1cee18(0x1f3)](_0x167e3a,_0x246391){const _0x5872b9=a80_0x1cee18,_0x99d094={};_0x99d094['aCZAO']=_0x5872b9(0x2d7);const _0x3ea51e=_0x99d094,_0x56235b={};_0x56235b[_0x5872b9(0x1dc)]=_0x167e3a;const _0x5a133a=_0x56235b;let _0x4ab19d={};if(_0x246391[_0x5872b9(0x239)]()&&_0x246391[_0x5872b9(0x308)]())try{_0x4ab19d=JSON[_0x5872b9(0x254)](new Buffer(_0x246391['getAccessibilityExecuteParams']())[_0x5872b9(0x28d)](_0x3ea51e[_0x5872b9(0x26e)]));}catch(_0x75ac4f){logger[_0x5872b9(0x24e)](_0x5872b9(0x219)+_0x75ac4f[_0x5872b9(0x305)]),_0x4ab19d={};}return CLIUtils[_0x5872b9(0x297)](_0x5a133a,_0x4ab19d);}static async[a80_0x1cee18(0x33d)](_0x3e48dc,_0x3f6e9d='',_0x1f4aec=null){const _0x3eff01=a80_0x1cee18,_0x359262={};_0x359262[_0x3eff01(0x1bf)]=_0x3eff01(0x23e),_0x359262['iGMRT']=_0x3eff01(0x211);const _0x108ff2=_0x359262;try{if(!_0x1f4aec&&AccessibilityModule[_0x3eff01(0x212)])return AccessibilityModule[_0x3eff01(0x33c)];if(!process[_0x3eff01(0x1f7)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger['error'](_0x108ff2['EMdJc']),{};const _0x1fa8c9=await GrpcClient[_0x3eff01(0x261)]()[_0x3eff01(0x1a6)](process[_0x3eff01(0x1f7)][_0x3eff01(0x21e)],_0x108ff2[_0x3eff01(0x24f)],_0x3e48dc,_0x1f4aec),_0x521d3d=_0x1f4aec?AccessibilityModule[_0x3eff01(0x1f3)](null,_0x1fa8c9)?.[_0x3eff01(0x1dc)]||_0x3f6e9d:_0x3f6e9d,_0x39ab67=AccessibilityModule[_0x3eff01(0x1f3)](_0x521d3d,_0x1fa8c9);return!_0x1f4aec&&(AccessibilityModule[_0x3eff01(0x33c)]=_0x39ab67,AccessibilityModule[_0x3eff01(0x212)]=!![]),_0x39ab67;}catch(_0x76b2ff){return logger[_0x3eff01(0x24e)](_0x3eff01(0x269)+_0x3e48dc+':\x20'+(_0x76b2ff['stack']||_0x76b2ff[_0x3eff01(0x305)])),{};}}}function a80_0x539c(){const _0x30a76f=[']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','./baseModule',',\x20excludeTags=','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','PRE','unknown','setShouldScan','JbzpW','KEY_TEST_NAME','sOKLY','__workerDetails','scannerProcessingTimeout','Error\x20getting\x20capability\x20value\x20for\x20','util','__jestCurrentTestIdentifier','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','Error\x20in\x20performPageScan:\x20','dasCG','isEnabled','getState','setAccessibilityToken','KcHvB','JujUB','toString','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','present','SeMll','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','nOAdr','applySendMessageToServerPatch','commandsList','OOiXb','8gdGoSz','mergeObject','MODULE_NAME','toLowerCase','getScript','../TestInfo.js','VVCbj','browserName','setShouldScanCurrentTest','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','TrackedInstance','browserstack.accessibilityOptions.scannerProcessingTimeout','\x20using\x20script:\x20','11620560YwJZPl','Error\x20applying\x20sendMessageToServer\x20patch:\x20','DRIVER_HAS_URL','toISOString','BS_A11Y_JWT','map','hAjDb','qWnkh','qbuTP','brGHo','accessibilityConfig','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','includeTagsInTestingScope','WjTKT','EeVkd','Executing\x20accessibility\x20script\x20on\x20page','RryOL','../../../helpers/performance/performance-tester.js','onBeforeExecute:\x20command=','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','wUSLk','ihJaS','../framework/testFramework','capabilities','vnCaa','nWgjR','getCapabilitiesList','yeCbz','name:\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','VEkEt','accessibilityPlatform','yppXl','KaNXF','getData','Ihpmt','getScriptsList','assign','GGAQC','processAccessibilityCaps','QsRyB','updateData','browserstack.accessibilityOptions.wcagVersion','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','executeScriptByName','command','onBeforeTest','AfewN','bind','UBbFB','KEY_DRIVER_HAS_URL','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','ascii','QUIT','getGoogleChromeOptions','\x22browserstack.user\x22:\x22[REDACTED]\x22','getContext','browserStackEvaluate','LOG_DISABLED_SHOWN','test_tags','Error\x20in\x20validatePlatformForAccessibility:\x20','browserstack_executor','Error\x20in\x20shouldScanForCommand:\x20','jest','some','set','info','deoSP','onBeforeExecute','../framework/constants/testFrameworkConstants.js','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','../../../helpers/helper','../state/automationFrameworkState','jdXbA','AIRxY','srMRh',',\x20framework=','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','jzMNT','test-tags-->\x20','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','format','vqfUN','sDpRG','bNbTI','KEY_INIT','goog:chromeOptions','OTXrc','DFPrD','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','instance','SAVE_RESULTS','KEY_TESTHUB_BUILD_ID','split','\x20script\x20available','_sendMessageServerPatchApplied','ACCESSIBILITY_INITIALIZED','vHwuD','message','../cliUtils','RUxcy','hasAccessibilityExecuteParams','parseFromProto','GWMKF','test_run_id','getValue','JpZXG','shouldScanCurrentTest','JGVxS','GUUAS','ZloeD','dbKEO','nZgCH','scriptsList','MergedScanArgs:\x20',']\x20clear\x20','Processed\x20accessibility\x20caps\x20','../grpcClient','Hssny','exports','WrKUp','lInOF','../../playwright/accessibility-helper','KrxDY','Exception\x20in\x20isPlatformSupported:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','../../utils/playwright-patcher','performScanForCli','\x20from\x20testIdentifier=','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','isAppAccessibility','945568IfkhRF','pFBzt','toJson','BROWSERSTACK_TESTHUB_JWT','xRnUZ','[AccessibilityModule]\x20onAfterTest:\x20framework=','jcBjf','TIzMI','nqaym','testhub_build_uuid','patchSendMessageToServer','find','shouldScanForCommand','options','AcWlt','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','initAccessibilityConfig','809187hxyXMI','ipSBn','IhWXO','KoEmH','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','_centralAuthA11yConfig','fetchCentralAuthA11yConfig','rKNYt','Executing\x20','../../../helpers/accessibility-automation/helper','Error\x20getting\x20script\x20by\x20name\x20','CREATE','isEnabledTestcase','getCommandsToWrap','Error\x20in\x20initAccessibilityConfig:\x20','value','YNIUt','setLogDisabledShown','\x20value=','a11y:save-results','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','150cpZEEC','getOptions','feSCC','titlePath','faSKb','1688AusWvi','dfurk','619383yXtSTh','getAccessibility','accessibilityToken','LbRvY','testInfo','YEeOn','SDK_ACCESSIBILITY_CONFIG','isArray','testAnalyticsId','gclXt','qmfxg','get','22203LBWAnC','stack','loadAccessibilityConfig','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','setAccessibilityConfig','tSmui','WDLXU','UjLjs','validatePlatformForAccessibility','oDYxZ','saveResults','Performing\x20scan\x20before\x20from\x20cli','aUpAX','scan','bBZrC','YIvWc','fetchDriverExecuteParamsEvent',',\x20tags=','GQtnL','string','launchCaps','getPlatformIndex','pwPage','TgJhJ','\x20script\x20available\x20in\x20scriptsList','null','EgMlm','dkoqv','isBrowserstackScriptCommand','join','\x20accessibility\x20script\x20on\x20page',']\x20isEnabledTestcase\x20(cucumber)\x20result=','IzKHd','platformCaps','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','getCurrentAccessibilityStatus','SjKSM','isPlatformSupported','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','getTesthub','wQQqw','EMdJc','../../../helpers/accessibility-automation/constants','HzDCW','jmXdD','dcjzm',',\x20available\x20commands:\x20','vjauW','Performing\x20scan\x20before\x20getting\x20results\x20summary','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','performScan','length','chrome','Unknown\x20Test','currentTest','JSOAT','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','replace','POST','nPAyN','OrkFN','cucumber','Error\x20in\x20getAccessibilityResultsSummary:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','onBeforeExecute:\x20Command\x20','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','tzKDD','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','executeScriptByName:\x20No\x20','debug','thTestRunUuid','GsZRt','swHTh','evaluate','page','pPSgH','gHQnQ','RePNh',',\x20includeTags=','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Whmla','RsYom','ZhJeM','onAfterTest','\x20testHubUuid=','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','playwright-chromium','XEYaz',']\x20isEnabledTestcase\x20(jest)\x20result=','hgsJs','tMAvv','getLogDisabledShown','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','loadDriverExecuteParams','raKGp','getName','browserVersion','env','../framework/automationFramework','has','warn','PXIId','bhGeF','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','commandName','getAccessibilityConfig','Accessibility\x20data\x20for\x20extension:\x20','upnfc',']\x20Accessibility\x20configuration\x20initialized\x20successfully','getModuleName',',\x20isAppAccessibility=','ObLPu','cmSam','hDdPb',']\x20should\x20run\x20accessibility\x20value=','trim','end','AUTOMATION_SESSIONS','Page\x20','getCurrentInstanceName','measureWrapper','PERFORM_SCAN','lbybk','accessibility','_centralAuthConfigFetched','IxVNA','MghKC','JABSw','VKXRp','LJxgn','DRIVER_INIT','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','../state/hookState','KuXAT','headless','QkHMR','BROWSERSTACK_CLI_BIN_SESSION_ID','Buvtz','ESeRs','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','VBDkK','hkWIM','CVowW','[platform\x20-\x20','epmGR','nxrmn','getScriptByName','finishScanningForCli','lLRKK','toObject','No\x20summaryResults\x20found.','name','getAllData','getTestDetails','Context','stopTestCapture','ZmvKu','start','includes','stringify','__accessibilityOptions','DIFbc','ytsvl','getSuccess','dGRLg','uMgCU','registerObserver','afterTestHook','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',',\x20testName=','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','MEoeI','ZmSwe','size','isAccessibilityScriptCommand','ySZhD','LtPYX','BgWlX','ZJqNq','mKZno','getTrackedInstance','getCapabilityValue','onBeforeExecute:\x20No\x20command\x20name\x20provided','delete','error','iGMRT','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','dmUqQ','irUbu','getTestFrameworkDetail','parse','function','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','platformValidation','Error\x20in\x20getAccessibilityResults:\x20','true','VHxBB','getTestUUID','Scan\x20result:\x20','capabilitiesList','ciLGH','IbLcs','getInstance','ZciWl','performPageScan','Error\x20in\x20performScanForCli\x20for\x20script\x20','getTestId','getAccessibilityResultsSummary','70855wiYPDq','iRbxS','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','ivJXE','browser','mUURh','Error\x20checking\x20headless\x20capability:\x20','aCZAO',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','DWqKJ','testFramework',',\x20testIdentifier=','Error\x20executing\x20script\x20','8406930WcDLcp','getParamsForScanForCli'];a80_0x539c=function(){return _0x30a76f;};return a80_0x539c();}function a80_0x3107(_0x32956f,_0x5286ad){const _0x539cc5=a80_0x539c();return a80_0x3107=function(_0x310767,_0x55b70b){_0x310767=_0x310767-0x192;let _0x343876=_0x539cc5[_0x310767];return _0x343876;},a80_0x3107(_0x32956f,_0x5286ad);};module[a80_0x1cee18(0x31a)]=AccessibilityModule;
@@ -1 +1 @@
1
- function a81_0x1d27(_0x37299d,_0x1f12e0){const _0x3d27df=a81_0x3d27();return a81_0x1d27=function(_0x1d273f,_0x373109){_0x1d273f=_0x1d273f-0x14b;let _0x2acd97=_0x3d27df[_0x1d273f];return _0x2acd97;},a81_0x1d27(_0x37299d,_0x1f12e0);}function a81_0x3d27(){const _0x3927fa=['sKQKS','iFwIq','Missing\x20binSessionId','6vDQiSC','1908128RsNrXk','getModuleName','5DXQZyN','676DoyWzH','CUCUMBER','configure','version','18wkxVSQ','847erjQWh','UYMyj','split','PLAYWRIGHT','testFramework','config','name','2993048AqAfCK','739766RiouYA','6680268xPhHnu','10770nioULn','krEKB','testInfo','platformIndex','../../../helpers/logger.js','../../../helpers/test-observability/constants.js','FXjQK','CTiAy','lFnHm','testCaseStartedId','3|1|4|2|0|5','27vJKryq','150468gkOwqp','JEST','testId','getTestId','ZCSqk','\x20with\x20binSessionId=','binSessionId','setTestFrameworkData','118176mPUBkU'];a81_0x3d27=function(){return _0x3927fa;};return a81_0x3d27();}const a81_0x1046bd=a81_0x1d27;(function(_0x42ba07,_0x49064c){const _0x3f7d26=a81_0x1d27,_0x41ff8e=_0x42ba07();while(!![]){try{const _0x1d292f=-parseInt(_0x3f7d26(0x159))/0x1+parseInt(_0x3f7d26(0x167))/0x2*(parseInt(_0x3f7d26(0x166))/0x3)+-parseInt(_0x3f7d26(0x174))/0x4*(parseInt(_0x3f7d26(0x14b))/0x5)+parseInt(_0x3f7d26(0x173))/0x6*(parseInt(_0x3f7d26(0x15a))/0x7)+-parseInt(_0x3f7d26(0x158))/0x8*(-parseInt(_0x3f7d26(0x150))/0x9)+parseInt(_0x3f7d26(0x15b))/0xa*(-parseInt(_0x3f7d26(0x151))/0xb)+parseInt(_0x3f7d26(0x16f))/0xc*(-parseInt(_0x3f7d26(0x14c))/0xd);if(_0x1d292f===_0x49064c)break;else _0x41ff8e['push'](_0x41ff8e['shift']());}catch(_0x48ebf3){_0x41ff8e['push'](_0x41ff8e['shift']());}}}(a81_0x3d27,0x8aa3d));const logger=require(a81_0x1046bd(0x15f))['winstonLogger'],{FRAMEWORKS}=require(a81_0x1046bd(0x160));class BaseModule{constructor(_0x29f688=null){const _0x49ec20=a81_0x1046bd,_0xe39015={};_0xe39015[_0x49ec20(0x16b)]=_0x49ec20(0x165),_0xe39015[_0x49ec20(0x163)]='BaseModule';const _0x5620f2=_0xe39015,_0x369c3a=_0x5620f2[_0x49ec20(0x16b)][_0x49ec20(0x153)]('|');let _0x1d7e00=0x0;while(!![]){switch(_0x369c3a[_0x1d7e00++]){case'0':this['client']=null;continue;case'1':this[_0x49ec20(0x16d)]=null;continue;case'2':this[_0x49ec20(0x156)]={};continue;case'3':this[_0x49ec20(0x157)]=_0x5620f2[_0x49ec20(0x163)];continue;case'4':this[_0x49ec20(0x15e)]=0x0;continue;case'5':this['testFrameworkData']=this[_0x49ec20(0x16e)](_0x29f688);continue;}break;}}['ensureBinSession'](){const _0x24f0dc=a81_0x1046bd,_0x51b9a4={};_0x51b9a4['iFwIq']=_0x24f0dc(0x172);const _0x3062d6=_0x51b9a4;if(!this[_0x24f0dc(0x16d)])throw new Error(_0x3062d6[_0x24f0dc(0x171)]);}[a81_0x1046bd(0x175)](){const _0x4e6df4=a81_0x1046bd;return this[_0x4e6df4(0x157)];}[a81_0x1046bd(0x14e)](_0x55e6e8,_0x100409,_0x4aff65,_0x13573e={}){const _0x4dc8cd=a81_0x1046bd,_0x407bc8={};_0x407bc8[_0x4dc8cd(0x15c)]='0|1|2|3|4';const _0x2d4ba8=_0x407bc8,_0x2266b3=_0x2d4ba8['krEKB'][_0x4dc8cd(0x153)]('|');let _0x5c3a69=0x0;while(!![]){switch(_0x2266b3[_0x5c3a69++]){case'0':this[_0x4dc8cd(0x16d)]=_0x55e6e8;continue;case'1':this[_0x4dc8cd(0x15e)]=_0x100409;continue;case'2':this['client']=_0x4aff65;continue;case'3':this[_0x4dc8cd(0x156)]=_0x13573e;continue;case'4':logger['debug']('Configured\x20module\x20'+this[_0x4dc8cd(0x175)]()+_0x4dc8cd(0x16c)+_0x55e6e8+',\x20platformIndex='+_0x100409);continue;}break;}}[a81_0x1046bd(0x16a)](_0x226b8f){const _0x2ddbdf=a81_0x1046bd,_0x3c0d89={};_0x3c0d89['FXjQK']=function(_0x1c09c9,_0x59791a){return _0x1c09c9===_0x59791a;},_0x3c0d89[_0x2ddbdf(0x152)]=function(_0x5d4d08,_0x2f5b3a){return _0x5d4d08===_0x2f5b3a;};const _0x347610=_0x3c0d89;let _0x2d54d6='';if(_0x347610[_0x2ddbdf(0x161)](_0x226b8f[_0x2ddbdf(0x155)],FRAMEWORKS[_0x2ddbdf(0x154)]))_0x2d54d6=_0x226b8f[_0x2ddbdf(0x15d)]?.['_test']?.['id']||_0x226b8f[_0x2ddbdf(0x15d)]?.[_0x2ddbdf(0x169)];else{if(_0x347610[_0x2ddbdf(0x152)](_0x226b8f[_0x2ddbdf(0x155)],FRAMEWORKS[_0x2ddbdf(0x14d)]))_0x2d54d6=_0x226b8f[_0x2ddbdf(0x15d)]?.[_0x2ddbdf(0x164)];else _0x347610[_0x2ddbdf(0x161)](_0x226b8f['testFramework'],FRAMEWORKS[_0x2ddbdf(0x168)])&&(_0x2d54d6=_0x226b8f[_0x2ddbdf(0x15d)]?.['id']);}return _0x2d54d6;}[a81_0x1046bd(0x16e)](_0x308f25){const _0x4ed584=a81_0x1046bd,_0x19b61a={};_0x19b61a['sKQKS']=function(_0xaf1065,_0x129273){return _0xaf1065!==_0x129273;},_0x19b61a[_0x4ed584(0x162)]='object';const _0x45e654=_0x19b61a;if(!_0x308f25||_0x45e654[_0x4ed584(0x170)](typeof _0x308f25,_0x45e654[_0x4ed584(0x162)]))return null;const _0x1e6bc1={};_0x1e6bc1[_0x4ed584(0x157)]=_0x308f25[_0x4ed584(0x157)],_0x1e6bc1[_0x4ed584(0x14f)]=_0x308f25[_0x4ed584(0x14f)]&&_0x308f25[_0x4ed584(0x14f)][_0x308f25[_0x4ed584(0x157)]];const _0x14fd62=_0x1e6bc1;return _0x14fd62;}}module['exports']=BaseModule;
1
+ function a81_0x2d18(_0x445ffc,_0x3e9227){const _0x1d44e7=a81_0x1d44();return a81_0x2d18=function(_0x2d184f,_0x34941e){_0x2d184f=_0x2d184f-0x1ed;let _0x2a15ed=_0x1d44e7[_0x2d184f];return _0x2a15ed;},a81_0x2d18(_0x445ffc,_0x3e9227);}const a81_0x2a8f54=a81_0x2d18;(function(_0x5e9ad1,_0x475a5){const _0x186501=a81_0x2d18,_0x4e45ac=_0x5e9ad1();while(!![]){try{const _0xe66f7e=parseInt(_0x186501(0x1f4))/0x1*(-parseInt(_0x186501(0x215))/0x2)+parseInt(_0x186501(0x21a))/0x3+parseInt(_0x186501(0x218))/0x4+parseInt(_0x186501(0x206))/0x5*(parseInt(_0x186501(0x1f2))/0x6)+parseInt(_0x186501(0x1f1))/0x7+-parseInt(_0x186501(0x213))/0x8+-parseInt(_0x186501(0x1f9))/0x9*(parseInt(_0x186501(0x219))/0xa);if(_0xe66f7e===_0x475a5)break;else _0x4e45ac['push'](_0x4e45ac['shift']());}catch(_0x388516){_0x4e45ac['push'](_0x4e45ac['shift']());}}}(a81_0x1d44,0xecb47));const logger=require('../../../helpers/logger.js')[a81_0x2a8f54(0x1fe)],{FRAMEWORKS}=require(a81_0x2a8f54(0x1fc));class BaseModule{constructor(_0x1c7248=null){const _0x2f7bbc=a81_0x2a8f54,_0x5b5e39={};_0x5b5e39['RKcqK']=_0x2f7bbc(0x205),_0x5b5e39['eecwj']=_0x2f7bbc(0x1ef);const _0x452672=_0x5b5e39,_0x698ee2=_0x452672['RKcqK'][_0x2f7bbc(0x210)]('|');let _0x41add1=0x0;while(!![]){switch(_0x698ee2[_0x41add1++]){case'0':this[_0x2f7bbc(0x1f7)]=_0x452672[_0x2f7bbc(0x1f0)];continue;case'1':this[_0x2f7bbc(0x20f)]=null;continue;case'2':this[_0x2f7bbc(0x21b)]={};continue;case'3':this[_0x2f7bbc(0x1f8)]=this[_0x2f7bbc(0x21c)](_0x1c7248);continue;case'4':this[_0x2f7bbc(0x1f3)]=null;continue;case'5':this[_0x2f7bbc(0x209)]=0x0;continue;}break;}}[a81_0x2a8f54(0x201)](){const _0x2f3a07=a81_0x2a8f54,_0xfd2d14={};_0xfd2d14['movZf']=_0x2f3a07(0x20e);const _0x8eb21=_0xfd2d14;if(!this[_0x2f3a07(0x20f)])throw new Error(_0x8eb21['movZf']);}[a81_0x2a8f54(0x217)](){const _0x292715=a81_0x2a8f54;return this[_0x292715(0x1f7)];}[a81_0x2a8f54(0x200)](_0x336b7,_0x24f23f,_0x573fb6,_0x45c80d={}){const _0x5e4e97=a81_0x2a8f54,_0x266b54={};_0x266b54[_0x5e4e97(0x202)]='2|0|3|1|4';const _0xd5bf57=_0x266b54,_0x28127b=_0xd5bf57[_0x5e4e97(0x202)][_0x5e4e97(0x210)]('|');let _0x5a657b=0x0;while(!![]){switch(_0x28127b[_0x5a657b++]){case'0':this[_0x5e4e97(0x209)]=_0x24f23f;continue;case'1':this['config']=_0x45c80d;continue;case'2':this[_0x5e4e97(0x20f)]=_0x336b7;continue;case'3':this[_0x5e4e97(0x1f3)]=_0x573fb6;continue;case'4':logger[_0x5e4e97(0x20d)](_0x5e4e97(0x1fd)+this['getModuleName']()+_0x5e4e97(0x216)+_0x336b7+_0x5e4e97(0x1fa)+_0x24f23f);continue;}break;}}[a81_0x2a8f54(0x1fb)](_0x2be8c3){const _0x472451=a81_0x2a8f54,_0x3eb8c2={};_0x3eb8c2[_0x472451(0x1f6)]=function(_0x323ac5,_0x57e772){return _0x323ac5===_0x57e772;},_0x3eb8c2[_0x472451(0x211)]=function(_0x32b221,_0x2c34d6){return _0x32b221===_0x2c34d6;};const _0x3f8285=_0x3eb8c2;let _0x2b21f1='';if(_0x3f8285['kOaiS'](_0x2be8c3[_0x472451(0x207)],FRAMEWORKS[_0x472451(0x204)]))_0x2b21f1=_0x2be8c3[_0x472451(0x1ff)]?.[_0x472451(0x20c)]?.['id']||_0x2be8c3[_0x472451(0x1ff)]?.[_0x472451(0x214)];else{if(_0x3f8285['kOaiS'](_0x2be8c3['testFramework'],FRAMEWORKS[_0x472451(0x1f5)]))_0x2b21f1=_0x2be8c3[_0x472451(0x1ff)]?.[_0x472451(0x203)];else _0x3f8285[_0x472451(0x211)](_0x2be8c3[_0x472451(0x207)],FRAMEWORKS[_0x472451(0x208)])&&(_0x2b21f1=_0x2be8c3[_0x472451(0x1ff)]?.['id']);}return _0x2b21f1;}[a81_0x2a8f54(0x21c)](_0x3d6fd2){const _0x4897d0=a81_0x2a8f54,_0x2e71d8={};_0x2e71d8[_0x4897d0(0x1ee)]=function(_0x234915,_0x2b8967){return _0x234915!==_0x2b8967;},_0x2e71d8[_0x4897d0(0x20a)]=_0x4897d0(0x1ed);const _0x3a783b=_0x2e71d8;if(!_0x3d6fd2||_0x3a783b[_0x4897d0(0x1ee)](typeof _0x3d6fd2,_0x3a783b[_0x4897d0(0x20a)]))return null;const _0x2565c0={};_0x2565c0['name']=_0x3d6fd2[_0x4897d0(0x1f7)],_0x2565c0[_0x4897d0(0x212)]=_0x3d6fd2[_0x4897d0(0x212)]&&_0x3d6fd2[_0x4897d0(0x212)][_0x3d6fd2[_0x4897d0(0x1f7)]];const _0x32757d=_0x2565c0;return _0x32757d;}}function a81_0x1d44(){const _0x5899d5=['Configured\x20module\x20','winstonLogger','testInfo','configure','ensureBinSession','PMZrD','testCaseStartedId','PLAYWRIGHT','0|1|5|2|4|3','8995nEQSVn','testFramework','JEST','platformIndex','rPhnF','exports','_test','debug','Missing\x20binSessionId','binSessionId','split','TcVoc','version','4840272dbVYxC','testId','424146xaOZOa','\x20with\x20binSessionId=','getModuleName','1473784RdRRsv','7862170PEOVBV','4846599JUFzws','config','setTestFrameworkData','object','sNSRC','BaseModule','eecwj','11553220Quhzuo','4326mubBOl','client','1uDzZKQ','CUCUMBER','kOaiS','name','testFrameworkData','36wRazNa',',\x20platformIndex=','getTestId','../../../helpers/test-observability/constants.js'];a81_0x1d44=function(){return _0x5899d5;};return a81_0x1d44();}module[a81_0x2a8f54(0x20b)]=BaseModule;
@@ -1 +1 @@
1
- const a82_0x5c4e0b=a82_0x1cbb;function a82_0x1cbb(_0x2a7dcc,_0x1f0421){const _0x293a8d=a82_0x293a();return a82_0x1cbb=function(_0x1cbb91,_0xa33e34){_0x1cbb91=_0x1cbb91-0x1d5;let _0x49c26c=_0x293a8d[_0x1cbb91];return _0x49c26c;},a82_0x1cbb(_0x2a7dcc,_0x1f0421);}(function(_0xe33b4,_0x527372){const _0x2a21ae=a82_0x1cbb,_0x3da954=_0xe33b4();while(!![]){try{const _0x2714c9=-parseInt(_0x2a21ae(0x1e4))/0x1+parseInt(_0x2a21ae(0x1dc))/0x2*(parseInt(_0x2a21ae(0x1f8))/0x3)+parseInt(_0x2a21ae(0x1e0))/0x4+parseInt(_0x2a21ae(0x1f2))/0x5*(parseInt(_0x2a21ae(0x205))/0x6)+-parseInt(_0x2a21ae(0x1f0))/0x7+parseInt(_0x2a21ae(0x1f6))/0x8*(-parseInt(_0x2a21ae(0x1f3))/0x9)+parseInt(_0x2a21ae(0x203))/0xa;if(_0x2714c9===_0x527372)break;else _0x3da954['push'](_0x3da954['shift']());}catch(_0x5a9247){_0x3da954['push'](_0x3da954['shift']());}}}(a82_0x293a,0x7e445));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a82_0x5c4e0b(0x1f5)),{sendSdkEvents}=require(a82_0x5c4e0b(0x1e7)),isLTSSession=(_0x3d560c=null)=>{const _0x188261=a82_0x5c4e0b,_0xb8f57e={};_0xb8f57e[_0x188261(0x1d5)]=function(_0x2625f4,_0x3acd5a){return _0x2625f4!==_0x3acd5a;},_0xb8f57e[_0x188261(0x1e5)]=_0x188261(0x1db),_0xb8f57e[_0x188261(0x1d6)]=function(_0x212d1d,_0x5ef887){return _0x212d1d===_0x5ef887;},_0xb8f57e[_0x188261(0x1f4)]=_0x188261(0x1d8),_0xb8f57e[_0x188261(0x1ef)]=function(_0xf6043f,_0x505bcd){return _0xf6043f===_0x505bcd;},_0xb8f57e[_0x188261(0x1e2)]=_0x188261(0x1ff),_0xb8f57e[_0x188261(0x206)]=function(_0x29b6d8,_0x321501){return _0x29b6d8===_0x321501;},_0xb8f57e['xzPIi']=_0x188261(0x1dd);const _0x5ae47c=_0xb8f57e;try{if(_0x5ae47c['krJVL'](typeof process[_0x188261(0x1fe)][_0x188261(0x1ed)],_0x5ae47c[_0x188261(0x1e5)])){const _0x4e9d1c=process['env'][_0x188261(0x1ed)];return _0x5ae47c[_0x188261(0x1d6)](typeof _0x4e9d1c,_0x5ae47c[_0x188261(0x1f4)])?_0x5ae47c[_0x188261(0x1ef)](_0x4e9d1c[_0x188261(0x1df)](),_0x5ae47c[_0x188261(0x1e2)]):!!_0x4e9d1c;}const _0x359def=_0x3d560c&&_0x3d560c[_0x188261(0x1ed)],_0xfe2b35=!!(_0x3d560c&&(_0x5ae47c[_0x188261(0x1ef)](_0x3d560c[_0x188261(0x1e3)],!![])||_0x5ae47c[_0x188261(0x1ef)](_0x3d560c[_0x188261(0x1e3)],_0x5ae47c[_0x188261(0x1e2)]))),_0x58e01e=!!(_0x359def&&_0x5ae47c['QvLxT'](_0x359def[_0x188261(0x1fa)]()['toLowerCase'](),_0x5ae47c['vtagk'])&&!_0xfe2b35);return process[_0x188261(0x1fe)][_0x188261(0x1ed)]=_0x58e01e?_0x5ae47c[_0x188261(0x1e2)]:_0x5ae47c[_0x188261(0x1f7)],_0x58e01e;}catch(_0x8e6e52){return process[_0x188261(0x1fe)][_0x188261(0x1ed)]=_0x5ae47c['xzPIi'],![];}},getLTSSessionId=()=>{const _0x20e809=a82_0x5c4e0b,_0x1e5c40={'wqyax':function(_0x134a94){return _0x134a94();},'ApvHV':_0x20e809(0x200),'wUnlg':_0x20e809(0x207)};try{if(_0x1e5c40[_0x20e809(0x1ee)](isLTSSession))return logger[_0x20e809(0x1f9)](_0x1e5c40[_0x20e809(0x1fb)]),process['env'][_0x20e809(0x1d9)]||'';}catch(_0x203b54){logger[_0x20e809(0x1d7)](_0x20e809(0x1de)+(_0x203b54&&_0x203b54[_0x20e809(0x1e1)]));}return logger['debug'](_0x1e5c40[_0x20e809(0x201)]),'';},setLTSSessionId=async(_0x3dc501={})=>{const _0x3081b0=a82_0x5c4e0b,_0x299ac1={'Pctkv':function(_0x459d7e){return _0x459d7e();},'QjDay':_0x3081b0(0x1eb),'uExoP':_0x3081b0(0x202),'pqdeB':'LTS','RdlyU':function(_0x1d3779,_0x7ad0dd){return _0x1d3779(_0x7ad0dd);},'kelNp':function(_0x54c11c,_0x58376f,_0x2991ac){return _0x54c11c(_0x58376f,_0x2991ac);},'QhZuq':function(_0x146147,_0x3085c5){return _0x146147||_0x3085c5;}};try{const _0x513fcc=_0x299ac1[_0x3081b0(0x1da)](getLTSSessionId);_0x513fcc?(process[_0x3081b0(0x1fe)][_0x3081b0(0x1d9)]=_0x513fcc,logger[_0x3081b0(0x1f9)](_0x299ac1[_0x3081b0(0x204)])):(delete process['env'][_0x3081b0(0x1d9)],logger[_0x3081b0(0x1f9)](_0x299ac1[_0x3081b0(0x1f1)]));try{const _0x549f56={'feature':_0x299ac1['pqdeB'],'ltsEnabled':_0x299ac1[_0x3081b0(0x1ec)](isLTSSession,_0x3dc501),'ltsSessionIdPresent':!!_0x513fcc};await _0x299ac1[_0x3081b0(0x1fc)](sendSdkEvents,_0x549f56,_0x3dc501);}catch(_0x24b011){logger['debug']('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x24b011&&_0x24b011[_0x3081b0(0x1e1)]));}return _0x299ac1[_0x3081b0(0x1e6)](_0x513fcc,'');}catch(_0x21da0e){return logger[_0x3081b0(0x1f9)]('setLTSSessionId\x20error:\x20'+(_0x21da0e&&_0x21da0e['message'])),'';}},a82_0x5ec1ed={};function a82_0x293a(){const _0x26e1b4=['iVtcm','error','string','BROWSERSTACK_LTS_SESSION_ID','Pctkv','undefined','6XOtGkm','false','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','toLowerCase','1246524Saxure','message','vtagk','browserstackAutomation','472118AqHpGB','jsiLq','QhZuq','../../../helpers/helper.js','setLTSSessionId','isLTSSession','getLTSSessionId','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','RdlyU','overrideLoadTesting','wqyax','rMAxS','4014836QxbFnp','uExoP','265IhEmdH','2997801crJPlM','iLwXz','LoadTestModule','16jmKilB','xzPIi','46167QgvRXb','debug','toString','ApvHV','kelNp','exports','env','true','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','wUnlg','BROWSERSTACK_LTS_SESSION_ID\x20cleared','10497880YdQkIu','QjDay','92994LiSSNA','QvLxT','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','krJVL'];a82_0x293a=function(){return _0x26e1b4;};return a82_0x293a();}a82_0x5ec1ed[a82_0x5c4e0b(0x1e9)]=isLTSSession,a82_0x5ec1ed[a82_0x5c4e0b(0x1ea)]=getLTSSessionId,a82_0x5ec1ed[a82_0x5c4e0b(0x1e8)]=setLTSSessionId,module[a82_0x5c4e0b(0x1fd)]=a82_0x5ec1ed;
1
+ const a82_0x35122e=a82_0x358d;(function(_0x14a295,_0x2d673c){const _0x34132e=a82_0x358d,_0x307257=_0x14a295();while(!![]){try{const _0x59e999=-parseInt(_0x34132e(0xa8))/0x1+parseInt(_0x34132e(0xb8))/0x2+parseInt(_0x34132e(0xad))/0x3*(parseInt(_0x34132e(0x9d))/0x4)+parseInt(_0x34132e(0x92))/0x5*(parseInt(_0x34132e(0x94))/0x6)+-parseInt(_0x34132e(0xb7))/0x7*(parseInt(_0x34132e(0xb4))/0x8)+-parseInt(_0x34132e(0xab))/0x9+-parseInt(_0x34132e(0x99))/0xa*(-parseInt(_0x34132e(0xb9))/0xb);if(_0x59e999===_0x2d673c)break;else _0x307257['push'](_0x307257['shift']());}catch(_0x52406){_0x307257['push'](_0x307257['shift']());}}}(a82_0x304c,0x7f6ec));const {createClassLogger}=require(a82_0x35122e(0x98)),logger=createClassLogger(a82_0x35122e(0x9f)),{sendSdkEvents}=require(a82_0x35122e(0x90)),isLTSSession=(_0xaee2fa=null)=>{const _0x4c49e6=a82_0x35122e,_0x1c1d04={};_0x1c1d04[_0x4c49e6(0x91)]=function(_0x42e5cc,_0x15a395){return _0x42e5cc!==_0x15a395;},_0x1c1d04[_0x4c49e6(0x8e)]=_0x4c49e6(0xa7),_0x1c1d04[_0x4c49e6(0xb1)]=function(_0xc12d98,_0x1ef1d5){return _0xc12d98===_0x1ef1d5;},_0x1c1d04[_0x4c49e6(0xa9)]=_0x4c49e6(0x8d),_0x1c1d04[_0x4c49e6(0xaf)]='true',_0x1c1d04['KUXjw']=function(_0x515689,_0x1a8831){return _0x515689===_0x1a8831;},_0x1c1d04['OfCdS']=_0x4c49e6(0xbf);const _0x59e270=_0x1c1d04;try{if(_0x59e270['OytCh'](typeof process[_0x4c49e6(0x95)][_0x4c49e6(0xaa)],_0x59e270[_0x4c49e6(0x8e)])){const _0x3248a2=process[_0x4c49e6(0x95)]['overrideLoadTesting'];return _0x59e270[_0x4c49e6(0xb1)](typeof _0x3248a2,_0x59e270[_0x4c49e6(0xa9)])?_0x59e270[_0x4c49e6(0xb1)](_0x3248a2['toLowerCase'](),_0x59e270[_0x4c49e6(0xaf)]):!!_0x3248a2;}const _0x15df82=_0xaee2fa&&_0xaee2fa['overrideLoadTesting'],_0x12ddfe=!!(_0xaee2fa&&(_0x59e270[_0x4c49e6(0xb1)](_0xaee2fa[_0x4c49e6(0xbd)],!![])||_0x59e270[_0x4c49e6(0xb1)](_0xaee2fa[_0x4c49e6(0xbd)],_0x59e270[_0x4c49e6(0xaf)]))),_0x108cb2=!!(_0x15df82&&_0x59e270[_0x4c49e6(0xbe)](_0x15df82[_0x4c49e6(0xa0)]()['toLowerCase'](),_0x59e270['gMtYy'])&&!_0x12ddfe);return process[_0x4c49e6(0x95)]['overrideLoadTesting']=_0x108cb2?_0x59e270[_0x4c49e6(0xaf)]:_0x59e270[_0x4c49e6(0x97)],_0x108cb2;}catch(_0x5d988d){return process[_0x4c49e6(0x95)][_0x4c49e6(0xaa)]=_0x59e270['OfCdS'],![];}},getLTSSessionId=()=>{const _0x21f66c=a82_0x35122e,_0x98ca14={'MtMXn':function(_0xa606cb){return _0xa606cb();},'YlfXn':_0x21f66c(0x9a),'kFrJE':_0x21f66c(0xa2)};try{if(_0x98ca14[_0x21f66c(0xba)](isLTSSession))return logger[_0x21f66c(0xac)](_0x98ca14[_0x21f66c(0x93)]),process['env'][_0x21f66c(0xb5)]||'';}catch(_0x25b746){logger[_0x21f66c(0xb6)](_0x21f66c(0xa3)+(_0x25b746&&_0x25b746[_0x21f66c(0x8f)]));}return logger['debug'](_0x98ca14[_0x21f66c(0xa4)]),'';},setLTSSessionId=async(_0x5e0e92={})=>{const _0x3006c1=a82_0x35122e,_0x55da1b={'YdRsE':function(_0x622461){return _0x622461();},'GmeiN':_0x3006c1(0xb2),'XKjhp':_0x3006c1(0xae),'KvmFc':_0x3006c1(0xbb),'gyXWh':function(_0x547b7a,_0x59e6d6){return _0x547b7a(_0x59e6d6);},'lHzfk':function(_0x5185c7,_0x32de74,_0x533b92){return _0x5185c7(_0x32de74,_0x533b92);},'JUOkh':function(_0x154499,_0x321e41){return _0x154499||_0x321e41;}};try{const _0x3e9ab5=_0x55da1b[_0x3006c1(0x96)](getLTSSessionId);_0x3e9ab5?(process[_0x3006c1(0x95)][_0x3006c1(0xb5)]=_0x3e9ab5,logger[_0x3006c1(0xac)](_0x55da1b[_0x3006c1(0x9b)])):(delete process[_0x3006c1(0x95)][_0x3006c1(0xb5)],logger[_0x3006c1(0xac)](_0x55da1b[_0x3006c1(0xbc)]));try{const _0xa65cc3={'feature':_0x55da1b['KvmFc'],'ltsEnabled':_0x55da1b[_0x3006c1(0x9c)](isLTSSession,_0x5e0e92),'ltsSessionIdPresent':!!_0x3e9ab5};await _0x55da1b[_0x3006c1(0xa5)](sendSdkEvents,_0xa65cc3,_0x5e0e92);}catch(_0x5e8c81){logger['debug'](_0x3006c1(0xb3)+(_0x5e8c81&&_0x5e8c81[_0x3006c1(0x8f)]));}return _0x55da1b[_0x3006c1(0xa6)](_0x3e9ab5,'');}catch(_0x64be81){return logger[_0x3006c1(0xac)]('setLTSSessionId\x20error:\x20'+(_0x64be81&&_0x64be81[_0x3006c1(0x8f)])),'';}},a82_0x1ef76e={};function a82_0x304c(){const _0x47153c=['1461546xcSrJk','11CZgsop','MtMXn','LTS','XKjhp','browserstackAutomation','KUXjw','false','string','TJuJK','message','../../../helpers/helper.js','OytCh','288395LjysoR','YlfXn','6UVpDHP','env','YdRsE','OfCdS','../../../helpers/classLogger.js','6570420CiGGcg','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','GmeiN','gyXWh','4NObSOo','isLTSSession','LoadTestModule','toString','exports','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','kFrJE','lHzfk','JUOkh','undefined','428677YaFiwc','yViOS','overrideLoadTesting','7973694NMWsSd','debug','1843827nboRZM','BROWSERSTACK_LTS_SESSION_ID\x20cleared','gMtYy','getLTSSessionId','TqVWj','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','104UCCvTa','BROWSERSTACK_LTS_SESSION_ID','error','120344mmkrIB'];a82_0x304c=function(){return _0x47153c;};return a82_0x304c();}function a82_0x358d(_0x21cf4d,_0x1ab0c3){const _0x304ced=a82_0x304c();return a82_0x358d=function(_0x358d89,_0x228594){_0x358d89=_0x358d89-0x8d;let _0xc74a10=_0x304ced[_0x358d89];return _0xc74a10;},a82_0x358d(_0x21cf4d,_0x1ab0c3);}a82_0x1ef76e[a82_0x35122e(0x9e)]=isLTSSession,a82_0x1ef76e[a82_0x35122e(0xb0)]=getLTSSessionId,a82_0x1ef76e['setLTSSessionId']=setLTSSessionId,module[a82_0x35122e(0xa1)]=a82_0x1ef76e;
@@ -1 +1 @@
1
- const a83_0xe8e37b=a83_0x1ec0;(function(_0x466c04,_0xe3d0f9){const _0x1b4638=a83_0x1ec0,_0x1ff511=_0x466c04();while(!![]){try{const _0x41ed09=-parseInt(_0x1b4638(0x1c8))/0x1+parseInt(_0x1b4638(0x1ae))/0x2*(-parseInt(_0x1b4638(0x1c2))/0x3)+-parseInt(_0x1b4638(0x1b4))/0x4+-parseInt(_0x1b4638(0x1b6))/0x5*(-parseInt(_0x1b4638(0x1d5))/0x6)+parseInt(_0x1b4638(0x1bb))/0x7*(parseInt(_0x1b4638(0x1c9))/0x8)+parseInt(_0x1b4638(0x1c5))/0x9+parseInt(_0x1b4638(0x1d6))/0xa;if(_0x41ed09===_0xe3d0f9)break;else _0x1ff511['push'](_0x1ff511['shift']());}catch(_0x39ac61){_0x1ff511['push'](_0x1ff511['shift']());}}}(a83_0x4742,0xc39f8));function a83_0x1ec0(_0x32db93,_0x56e08a){const _0x4742c5=a83_0x4742();return a83_0x1ec0=function(_0x1ec086,_0x4af470){_0x1ec086=_0x1ec086-0x1ae;let _0x3c81e5=_0x4742c5[_0x1ec086];return _0x3c81e5;},a83_0x1ec0(_0x32db93,_0x56e08a);}const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a83_0xe8e37b(0x1c6)),AutomationFrameworkState=require(a83_0xe8e37b(0x1bf)),HookState=require(a83_0xe8e37b(0x1bd)),{playwrightAnnotate}=require(a83_0xe8e37b(0x1d1)),PerformanceTester=require(a83_0xe8e37b(0x1b3)),{O11y_EVENTS}=require(a83_0xe8e37b(0x1cf)),constants=require(a83_0xe8e37b(0x1c0));class ObservabilityModule extends BaseModule{[a83_0xe8e37b(0x1cc)]=createClassLogger(a83_0xe8e37b(0x1d7));constructor(_0x259925){const _0x49a72a=a83_0xe8e37b,_0x55cb59={};_0x55cb59[_0x49a72a(0x1af)]=_0x49a72a(0x1d7);const _0x3892f2=_0x55cb59;super(),this[_0x49a72a(0x1cb)]=_0x3892f2[_0x49a72a(0x1af)],this[_0x49a72a(0x1d8)]=_0x259925,AutomationFramework[_0x49a72a(0x1ca)](AutomationFrameworkState[_0x49a72a(0x1b7)],HookState[_0x49a72a(0x1d0)],this['onBeforeTest'][_0x49a72a(0x1b8)](this));}[a83_0xe8e37b(0x1be)](){const _0x518e35=a83_0xe8e37b;return ObservabilityModule[_0x518e35(0x1b9)];}async[a83_0xe8e37b(0x1c3)](_0x31ba2a){const _0x1f1e4e=a83_0xe8e37b,_0x25c907={'iCbma':function(_0x505a56,_0x141c68){return _0x505a56+_0x141c68;},'OnsIC':'ObservabilitySync:','UlevB':function(_0x4494b4,_0x3f74c8,_0x511996,_0x1bce37){return _0x4494b4(_0x3f74c8,_0x511996,_0x1bce37);},'Truwv':'debug','JOflN':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x31ba2a[_0x1f1e4e(0x1b0)]){const _0x288f18=_0x31ba2a[_0x1f1e4e(0x1b0)],_0x473063=Date[_0x1f1e4e(0x1b1)](),_0x3de6cd=_0x25c907[_0x1f1e4e(0x1cd)](_0x25c907[_0x1f1e4e(0x1b5)],_0x473063);PerformanceTester[_0x1f1e4e(0x1d3)](O11y_EVENTS[_0x1f1e4e(0x1d2)]),await _0x25c907[_0x1f1e4e(0x1da)](playwrightAnnotate,_0x288f18,_0x3de6cd,_0x25c907[_0x1f1e4e(0x1bc)]),PerformanceTester[_0x1f1e4e(0x1c1)](O11y_EVENTS['SYNC']),this[_0x1f1e4e(0x1cc)][_0x1f1e4e(0x1ce)](_0x1f1e4e(0x1b2)+constants[_0x1f1e4e(0x1d4)]+_0x1f1e4e(0x1c4));}else this[_0x1f1e4e(0x1cc)][_0x1f1e4e(0x1d9)](_0x25c907[_0x1f1e4e(0x1c7)]);}}function a83_0x4742(){const _0x23e867=['../../../helpers/performance/performance-tester.js','4978920gakidb','OnsIC','710gncMVW','CREATE','bind','MODULE_NAME','exports','153797nmenRo','Truwv','../state/hookState.js','getModuleName','../state/automationFrameworkState.js','../../utils/constants.js','end','3469866VpNBMa','onBeforeTest','\x20sync\x20done','7886664dlHwlj','../framework/automationFramework.js','JOflN','866351PredOs','40xzGFjv','registerObserver','name','logger','iCbma','info','../../../helpers/performance/constants.js','POST','../../../helpers/helper.js','SYNC','start','TEST_REPORTING_ANALYTICS','63354gkwMrl','15834460ODXnna','ObservabilityModule','observabilityConfig','debug','UlevB','2NwEbQs','KebPp','page','now','onBeforeTest:\x20'];a83_0x4742=function(){return _0x23e867;};return a83_0x4742();}ObservabilityModule['MODULE_NAME']=a83_0xe8e37b(0x1d7),module[a83_0xe8e37b(0x1ba)]=ObservabilityModule;
1
+ const a83_0x840ceb=a83_0xc1ff;(function(_0x348a88,_0xcc502){const _0x2ae9f0=a83_0xc1ff,_0x42f5d6=_0x348a88();while(!![]){try{const _0x14958a=-parseInt(_0x2ae9f0(0x16a))/0x1+-parseInt(_0x2ae9f0(0x179))/0x2+parseInt(_0x2ae9f0(0x17a))/0x3*(parseInt(_0x2ae9f0(0x15f))/0x4)+-parseInt(_0x2ae9f0(0x16d))/0x5+-parseInt(_0x2ae9f0(0x173))/0x6*(parseInt(_0x2ae9f0(0x16f))/0x7)+parseInt(_0x2ae9f0(0x171))/0x8+parseInt(_0x2ae9f0(0x163))/0x9;if(_0x14958a===_0xcc502)break;else _0x42f5d6['push'](_0x42f5d6['shift']());}catch(_0x394042){_0x42f5d6['push'](_0x42f5d6['shift']());}}}(a83_0x1825,0x2c2f9));const BaseModule=require(a83_0x840ceb(0x161)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a83_0x840ceb(0x162)),AutomationFrameworkState=require(a83_0x840ceb(0x167)),HookState=require(a83_0x840ceb(0x170)),{playwrightAnnotate}=require(a83_0x840ceb(0x15e)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a83_0x840ceb(0x15d)),constants=require(a83_0x840ceb(0x16e));function a83_0xc1ff(_0x60fa36,_0x555675){const _0x182556=a83_0x1825();return a83_0xc1ff=function(_0xc1ff18,_0x2ce414){_0xc1ff18=_0xc1ff18-0x159;let _0x233f0b=_0x182556[_0xc1ff18];return _0x233f0b;},a83_0xc1ff(_0x60fa36,_0x555675);}function a83_0x1825(){const _0x1be501=['1217495Inrufk','../../utils/constants.js','28zOsOpV','../state/hookState.js','1084792UxxWUa','MODULE_NAME','323358QPRRMh','registerObserver','BsqVi','name','observabilityConfig','logger','70994oqnmKx','27KTXaMm','ObservabilitySync:','ObservabilityModule','info','ZsDYR','\x20sync\x20done','debug','onBeforeTest','../../../helpers/performance/constants.js','../../../helpers/helper.js','57712JNycoZ','bind','./baseModule','../framework/automationFramework.js','4312503zWGZPJ','KoPaY','SYNC','getModuleName','../state/automationFrameworkState.js','TEST_REPORTING_ANALYTICS','start','69065qZUCFQ','page','now'];a83_0x1825=function(){return _0x1be501;};return a83_0x1825();}class ObservabilityModule extends BaseModule{['logger']=createClassLogger(a83_0x840ceb(0x17c));constructor(_0x550cb7){const _0x1a87b0=a83_0x840ceb,_0x4be44d={};_0x4be44d[_0x1a87b0(0x159)]=_0x1a87b0(0x17c);const _0xe3ecfe=_0x4be44d;super(),this[_0x1a87b0(0x176)]=_0xe3ecfe[_0x1a87b0(0x159)],this[_0x1a87b0(0x177)]=_0x550cb7,AutomationFramework[_0x1a87b0(0x174)](AutomationFrameworkState['CREATE'],HookState['POST'],this[_0x1a87b0(0x15c)][_0x1a87b0(0x160)](this));}[a83_0x840ceb(0x166)](){const _0x184b66=a83_0x840ceb;return ObservabilityModule[_0x184b66(0x172)];}async[a83_0x840ceb(0x15c)](_0x40e368){const _0x39e213=a83_0x840ceb,_0x1f7115={'lIDiI':function(_0x3bb228,_0x325e28){return _0x3bb228+_0x325e28;},'KoPaY':_0x39e213(0x17b),'BsqVi':function(_0x13add5,_0xd83c8a,_0x253630,_0x345306){return _0x13add5(_0xd83c8a,_0x253630,_0x345306);},'dumOj':_0x39e213(0x15b),'NAPwb':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x40e368[_0x39e213(0x16b)]){const _0x4bce4f=_0x40e368[_0x39e213(0x16b)],_0x2ebc86=Date[_0x39e213(0x16c)](),_0x9dd41c=_0x1f7115['lIDiI'](_0x1f7115[_0x39e213(0x164)],_0x2ebc86);PerformanceTester[_0x39e213(0x169)](O11y_EVENTS[_0x39e213(0x165)]),await _0x1f7115[_0x39e213(0x175)](playwrightAnnotate,_0x4bce4f,_0x9dd41c,_0x1f7115['dumOj']),PerformanceTester['end'](O11y_EVENTS['SYNC']),this[_0x39e213(0x178)][_0x39e213(0x17d)]('onBeforeTest:\x20'+constants[_0x39e213(0x168)]+_0x39e213(0x15a));}else this['logger']['debug'](_0x1f7115['NAPwb']);}}ObservabilityModule[a83_0x840ceb(0x172)]='ObservabilityModule',module['exports']=ObservabilityModule;
@@ -1 +1 @@
1
- const a84_0x12872e=a84_0x4ced;(function(_0x2c09b4,_0x296aa6){const _0x3e5633=a84_0x4ced,_0x28647e=_0x2c09b4();while(!![]){try{const _0x5f1b66=-parseInt(_0x3e5633(0x1c4))/0x1*(parseInt(_0x3e5633(0x1a8))/0x2)+parseInt(_0x3e5633(0x1f9))/0x3*(-parseInt(_0x3e5633(0x1f0))/0x4)+parseInt(_0x3e5633(0x245))/0x5+parseInt(_0x3e5633(0x1f6))/0x6*(-parseInt(_0x3e5633(0x1ee))/0x7)+-parseInt(_0x3e5633(0x1a2))/0x8*(parseInt(_0x3e5633(0x1e4))/0x9)+-parseInt(_0x3e5633(0x230))/0xa+-parseInt(_0x3e5633(0x19f))/0xb*(-parseInt(_0x3e5633(0x1bb))/0xc);if(_0x5f1b66===_0x296aa6)break;else _0x28647e['push'](_0x28647e['shift']());}catch(_0x28be6a){_0x28647e['push'](_0x28647e['shift']());}}}(a84_0x13f3,0xe09ed));const util=require('util'),BaseModule=require(a84_0x12872e(0x249)),{createClassLogger}=require(a84_0x12872e(0x213)),{getFrameworkVersion}=require(a84_0x12872e(0x1f5)),helper=require('../../../helpers/helper'),{FRAMEWORKS}=require(a84_0x12872e(0x1a1)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a84_0x12872e(0x1f8)),HookState=require(a84_0x12872e(0x236)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x12872e(0x20a)),CLIUtils=require(a84_0x12872e(0x1b0)),BrowserstackCLI=require(a84_0x12872e(0x19d)),GrpcClient=require('../grpcClient.js'),PerformanceTester=require(a84_0x12872e(0x20d)),PerformanceEvents=require('../../../helpers/performance/constants.js')[a84_0x12872e(0x1af)],TestInfo=require('../TestInfo.js'),{getPlaywrightProvider}=require('../../../helpers/helper.js'),LoadTestModule=require(a84_0x12872e(0x1c7)),TestFrameworkConstants=require(a84_0x12872e(0x1b1)),TestFrameworkState=require('../state/testFrameworkState'),JestUtils=require(a84_0x12872e(0x23f));function a84_0x4ced(_0x4f5ebe,_0x4beba9){const _0x13f31f=a84_0x13f3();return a84_0x4ced=function(_0x4ced51,_0x282db6){_0x4ced51=_0x4ced51-0x193;let _0x4e5a32=_0x13f31f[_0x4ced51];return _0x4e5a32;},a84_0x4ced(_0x4f5ebe,_0x4beba9);}class PlaywrightDriverModule extends BaseModule{static [a84_0x12872e(0x210)]=a84_0x12872e(0x22a);static [a84_0x12872e(0x232)]='contextObject';static [a84_0x12872e(0x1f4)]=a84_0x12872e(0x1e1);static [a84_0x12872e(0x196)]='sessionId';static [a84_0x12872e(0x20f)]='platformIndex';static [a84_0x12872e(0x203)]='capabilities';static ['KEY_HUB_URL']='hubUrl';static [a84_0x12872e(0x19c)]=a84_0x12872e(0x1a9);static [a84_0x12872e(0x246)]='testId';[a84_0x12872e(0x243)]=createClassLogger('PlaywrightDriverModule');constructor(_0x345e8b=null){const _0x5094f5=a84_0x12872e,_0x191982={};_0x191982[_0x5094f5(0x215)]='8|10|6|4|3|11|5|7|1|0|9|2',_0x191982[_0x5094f5(0x1be)]=_0x5094f5(0x255);const _0x3cc4eb=_0x191982,_0x3158ca=_0x3cc4eb['PmkQC'][_0x5094f5(0x1a3)]('|');let _0x2885ae=0x0;while(!![]){switch(_0x3158ca[_0x2885ae++]){case'0':AutomationFramework[_0x5094f5(0x1b9)](AutomationFrameworkState[_0x5094f5(0x226)],HookState[_0x5094f5(0x253)],this['onAfterDriverCreate'][_0x5094f5(0x19b)](this));continue;case'1':AutomationFramework[_0x5094f5(0x1b9)](AutomationFrameworkState[_0x5094f5(0x226)],HookState[_0x5094f5(0x244)],this['onBeforeDriverCreate'][_0x5094f5(0x19b)](this));continue;case'2':AutomationFramework[_0x5094f5(0x1b9)](AutomationFrameworkState[_0x5094f5(0x204)],HookState[_0x5094f5(0x253)],this[_0x5094f5(0x19a)][_0x5094f5(0x19b)](this));continue;case'3':this[_0x5094f5(0x1bf)]=null;continue;case'4':this[_0x5094f5(0x21e)]=null;continue;case'5':this['testRunId']=null;continue;case'6':this[_0x5094f5(0x1d7)]=null;continue;case'7':this['jestUtils']=new JestUtils();continue;case'8':super(_0x345e8b);continue;case'9':AutomationFramework[_0x5094f5(0x1b9)](AutomationFrameworkState[_0x5094f5(0x1db)],HookState['POST'],this['onPlaywrightDispatch'][_0x5094f5(0x19b)](this));continue;case'10':this[_0x5094f5(0x1e6)]=_0x3cc4eb['eeGfc'];continue;case'11':this[_0x5094f5(0x1de)]=[];continue;}break;}}[a84_0x12872e(0x21b)](){const _0x1aec23=a84_0x12872e;return PlaywrightDriverModule[_0x1aec23(0x1ec)];}async[a84_0x12872e(0x198)](_0xa7ae0d){const _0x1e2d96=a84_0x12872e,_0x2a467c={};_0x2a467c[_0x1e2d96(0x1c6)]=_0x1e2d96(0x19e);const _0xf2793c=_0x2a467c;try{this[_0x1e2d96(0x243)][_0x1e2d96(0x252)](_0xf2793c[_0x1e2d96(0x1c6)]);const _0x23fc0a=_0xa7ae0d[_0x1e2d96(0x197)],_0x2e1bd2=_0xa7ae0d[_0x1e2d96(0x1d9)];AutomationFramework[_0x1e2d96(0x227)](_0xa7ae0d[_0x1e2d96(0x206)],PlaywrightDriverModule[_0x1e2d96(0x203)],_0x23fc0a),AutomationFramework[_0x1e2d96(0x227)](_0xa7ae0d[_0x1e2d96(0x206)],PlaywrightDriverModule['KEY_HUB_URL'],_0x2e1bd2);}catch(_0x1a6a3c){this['logger']['error']('Error\x20in\x20onBeforeDriverCreate:\x20'+util[_0x1e2d96(0x1a0)](_0x1a6a3c));}}async[a84_0x12872e(0x224)](_0x506d72){const _0x3c2444=a84_0x12872e,_0x3004d2={};_0x3004d2[_0x3c2444(0x1e8)]=function(_0x123741,_0x3851f1){return _0x123741||_0x3851f1;};const _0x599fec=_0x3004d2;try{const _0x984cca=_0x506d72?.[_0x3c2444(0x1d1)]&&_0x506d72?.[_0x3c2444(0x1d1)]?.[_0x3c2444(0x23d)]&&_0x506d72?.[_0x3c2444(0x1d1)]?.[_0x3c2444(0x23d)]?.[_0x3c2444(0x193)],_0x24a076=_0x506d72?.['message']&&_0x506d72?.[_0x3c2444(0x1d1)]?.['bStackParams'];if(_0x599fec[_0x3c2444(0x1e8)](_0x984cca,_0x24a076)){this[_0x3c2444(0x243)][_0x3c2444(0x252)](_0x3c2444(0x1d5)+util['inspect'](_0x984cca)+'\x20||\x20'+util[_0x3c2444(0x207)](_0x24a076));const _0xc4bdd1=_0x506d72?.[_0x3c2444(0x206)],_0x4db4fe=global?.[_0x3c2444(0x247)]?.[_0x3c2444(0x257)]?.[_0x3c2444(0x233)],_0x273f9a=_0x984cca?.[_0x3c2444(0x1e3)]||_0x24a076?.['sessionId'],_0x384aed=_0x984cca?.[_0x3c2444(0x1a9)]||_0x24a076?.[_0x3c2444(0x1a9)];_0x273f9a&&(this[_0x3c2444(0x243)][_0x3c2444(0x252)](_0x3c2444(0x1fb)+_0x273f9a),AutomationFramework[_0x3c2444(0x227)](_0xc4bdd1,PlaywrightDriverModule['KEY_SESSION_ID'],_0x273f9a)),_0x4db4fe&&(this[_0x3c2444(0x243)][_0x3c2444(0x252)](_0x3c2444(0x24f)+util['inspect'](_0x4db4fe)),AutomationFramework[_0x3c2444(0x227)](_0xc4bdd1,PlaywrightDriverModule[_0x3c2444(0x20f)],_0x4db4fe));}}catch(_0x4e7b1c){this[_0x3c2444(0x243)][_0x3c2444(0x1d0)](_0x3c2444(0x1bd)+util[_0x3c2444(0x1a0)](_0x4e7b1c));}}async[a84_0x12872e(0x1ca)](_0x2e2117){const _0x5a2ab5=a84_0x12872e,_0x17c12b={'zhMJf':'onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','vReLE':function(_0x533aab,_0x1a545e){return _0x533aab(_0x1a545e);},'fYzjE':_0x5a2ab5(0x1fa),'PdvfJ':_0x5a2ab5(0x21a),'aGHFd':_0x5a2ab5(0x1cc),'uhKco':_0x5a2ab5(0x23b),'rGiDc':_0x5a2ab5(0x1ea)};try{this[_0x5a2ab5(0x243)][_0x5a2ab5(0x252)](_0x17c12b[_0x5a2ab5(0x1c0)]);const _0x3cdb43=_0x2e2117[_0x5a2ab5(0x206)];this[_0x5a2ab5(0x1d7)]=_0x17c12b[_0x5a2ab5(0x1d2)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x2e2117[_0x5a2ab5(0x1ba)]){this[_0x5a2ab5(0x243)][_0x5a2ab5(0x252)](_0x17c12b[_0x5a2ab5(0x22f)]),AutomationFramework[_0x5a2ab5(0x227)](_0x3cdb43,PlaywrightDriverModule[_0x5a2ab5(0x1f4)],_0x2e2117[_0x5a2ab5(0x1ba)]);if(_0x2e2117[_0x5a2ab5(0x229)]){this[_0x5a2ab5(0x243)]['debug'](_0x17c12b[_0x5a2ab5(0x222)]);const _0x2aacbc=this['getTestId'](_0x2e2117);AutomationFramework[_0x5a2ab5(0x227)](_0x3cdb43,PlaywrightDriverModule[_0x5a2ab5(0x246)],_0x2aacbc),await this[_0x5a2ab5(0x1b2)](_0x2e2117[_0x5a2ab5(0x229)]);}}_0x2e2117[_0x5a2ab5(0x1c3)]&&(this[_0x5a2ab5(0x243)]['debug'](_0x17c12b[_0x5a2ab5(0x21f)]),AutomationFramework[_0x5a2ab5(0x227)](_0x3cdb43,PlaywrightDriverModule[_0x5a2ab5(0x232)],_0x2e2117['context']));if(_0x2e2117[_0x5a2ab5(0x237)]){this[_0x5a2ab5(0x243)][_0x5a2ab5(0x252)](_0x17c12b['uhKco']);const _0x44a377=global?.[_0x5a2ab5(0x247)]?.[_0x5a2ab5(0x257)]?.[_0x5a2ab5(0x233)];AutomationFramework[_0x5a2ab5(0x227)](_0x3cdb43,PlaywrightDriverModule['KEY_BROWSER_OBJECT'],_0x2e2117[_0x5a2ab5(0x237)]),AutomationFramework[_0x5a2ab5(0x227)](_0x3cdb43,PlaywrightDriverModule[_0x5a2ab5(0x20f)],_0x44a377);const _0xef40c7={};_0xef40c7[_0x5a2ab5(0x205)]=!![];const _0x38bf33=Buffer[_0x5a2ab5(0x1ad)](JSON['stringify'](_0xef40c7)[_0x5a2ab5(0x1c9)](_0x17c12b[_0x5a2ab5(0x24d)])),_0x521a7c=await GrpcClient[_0x5a2ab5(0x1d8)]()[_0x5a2ab5(0x1e0)]({'platformIndex':_0x44a377,'ref':_0x3cdb43[_0x5a2ab5(0x25a)](),'userInputParams':_0x38bf33});helper[_0x5a2ab5(0x201)](helper[_0x5a2ab5(0x1e2)]())&&AutomationFramework[_0x5a2ab5(0x227)](_0x3cdb43,PlaywrightDriverModule[_0x5a2ab5(0x203)],JSON[_0x5a2ab5(0x1b8)](Buffer['from'](_0x521a7c[_0x5a2ab5(0x1e9)](),_0x17c12b['rGiDc'])['toString']()));}}catch(_0x3b6c8b){this[_0x5a2ab5(0x243)][_0x5a2ab5(0x1d0)](_0x5a2ab5(0x1b6)+util[_0x5a2ab5(0x1a0)](_0x3b6c8b));}}async['onAfterTest'](_0x18503f){const _0x5a0c95=a84_0x12872e,_0x1fc8ea={'qOqnP':_0x5a0c95(0x259),'GEDoh':'Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','QPNCO':function(_0x14101c,_0x483854){return _0x14101c(_0x483854);},'OUmQG':function(_0x3c6dfa,_0x5e4822){return _0x3c6dfa(_0x5e4822);},'eTSiN':function(_0x3bb5e6,_0x2c0999,_0x474ec1){return _0x3bb5e6(_0x2c0999,_0x474ec1);},'GbESs':'result','Bzkxx':_0x5a0c95(0x1d1),'jxwLw':function(_0x530c32,_0x25b0c2,_0x26f140){return _0x530c32(_0x25b0c2,_0x26f140);},'VUcjK':_0x5a0c95(0x1d0),'WZtCk':_0x5a0c95(0x218),'ieRHY':function(_0x3a77aa,_0x33761b){return _0x3a77aa>_0x33761b;},'iYPhI':function(_0x260e44,_0x1cca5d){return _0x260e44||_0x1cca5d;},'btXnP':function(_0x477446,_0x9e8377){return _0x477446||_0x9e8377;},'NVpeL':function(_0x40fa77,_0x2624da){return _0x40fa77===_0x2624da;},'RdXAV':function(_0x12a7dd,_0x403993){return _0x12a7dd+_0x403993;},'vQaeu':_0x5a0c95(0x231),'GVOjJ':'testData\x20from\x20onAfterTest:\x20','ewmos':_0x5a0c95(0x22b),'rJclu':_0x5a0c95(0x248),'nbHht':_0x5a0c95(0x1ea),'jfkvc':_0x5a0c95(0x1ed)};this[_0x5a0c95(0x243)][_0x5a0c95(0x252)](_0x1fc8ea[_0x5a0c95(0x24a)]);const _0x107b47=_0x18503f['instance'];if(!_0x107b47){this[_0x5a0c95(0x243)][_0x5a0c95(0x252)](_0x1fc8ea[_0x5a0c95(0x1ce)]);return;}const _0x61e6d2=_0x18503f[_0x5a0c95(0x229)],_0x1701dd=this[_0x5a0c95(0x22d)](_0x18503f),_0x329836=_0x61e6d2[_0x5a0c95(0x1f3)];let _0x3922a5;const _0x5d6381=_0x1fc8ea[_0x5a0c95(0x228)](getPlaywrightStatus,_0x329836);let _0x3ff7ee,_0x5b578a=null;if(_0x61e6d2[_0x5a0c95(0x1dd)]||_0x61e6d2[_0x5a0c95(0x1df)])_0x3ff7ee=_0x1fc8ea['OUmQG'](getCucumberSessionName,_0x61e6d2),_0x3922a5=_0x1fc8ea[_0x5a0c95(0x1b3)](nestedKeyValue,_0x61e6d2,[_0x1fc8ea[_0x5a0c95(0x209)],_0x1fc8ea[_0x5a0c95(0x1ac)]]);else{_0x3ff7ee=_0x1fc8ea['OUmQG'](getPlaywrightSessionName,_0x61e6d2),_0x3922a5=_0x1fc8ea[_0x5a0c95(0x20b)](nestedKeyValue,_0x61e6d2,[_0x1fc8ea[_0x5a0c95(0x1b7)],_0x1fc8ea['Bzkxx']]);const _0x1fccee=_0x1fc8ea[_0x5a0c95(0x20b)](nestedKeyValue,_0x61e6d2,[_0x1fc8ea[_0x5a0c95(0x1d4)]]);_0x1fccee&&_0x1fc8ea[_0x5a0c95(0x1f2)](_0x1fccee[_0x5a0c95(0x242)],0x0)&&(_0x5b578a=_0x1fccee[0x0][_0x5a0c95(0x1d1)]),_0x3922a5=_0x1fc8ea[_0x5a0c95(0x1fe)](_0x3922a5,_0x5b578a),this[_0x5a0c95(0x243)][_0x5a0c95(0x252)](_0x5a0c95(0x251)+_0x5d6381+'\x20failure\x20reason:\x20'+_0x3922a5);}const _0x281f90=_0x1fc8ea[_0x5a0c95(0x1fd)](_0x3922a5,_0x5b578a);this[_0x5a0c95(0x243)][_0x5a0c95(0x252)](_0x5a0c95(0x251)+_0x5d6381);let _0x5ee815,_0x53a54;if(this[_0x5a0c95(0x1a7)]&&_0x1fc8ea['NVpeL'](this[_0x5a0c95(0x1a7)]['name'],FRAMEWORKS[_0x5a0c95(0x256)]))_0x5ee815=_0x1701dd,_0x53a54=TestInfo[_0x5a0c95(0x1e5)](_0x5ee815);else this['testFrameworkData']&&_0x1fc8ea[_0x5a0c95(0x23a)](this['testFrameworkData']['name'],FRAMEWORKS[_0x5a0c95(0x1c8)])?(_0x5ee815=this[_0x5a0c95(0x1d6)][_0x5a0c95(0x1dc)](_0x61e6d2),this[_0x5a0c95(0x243)][_0x5a0c95(0x252)]('Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20'+_0x5ee815)):(_0x5ee815=TestInfo['getTestIdentifierFromTestInfo'](_0x61e6d2,_0x61e6d2[_0x5a0c95(0x1ef)]),_0x53a54=TestInfo[_0x5a0c95(0x1e5)](_0x5ee815));const _0x251664=TestInfo[_0x5a0c95(0x1cb)](_0x5ee815);this[_0x5a0c95(0x243)]['info'](_0x1fc8ea[_0x5a0c95(0x1ff)](_0x1fc8ea[_0x5a0c95(0x1aa)],_0x1701dd)),this[_0x5a0c95(0x243)][_0x5a0c95(0x22e)](_0x1fc8ea[_0x5a0c95(0x1ff)](_0x1fc8ea[_0x5a0c95(0x24e)],util['inspect'](_0x251664)));const _0x481cf2=AutomationFramework[_0x5a0c95(0x199)](_0x107b47,PlaywrightDriverModule[_0x5a0c95(0x20f)]),_0x1e85eb=_0x251664?.[TestFrameworkConstants[_0x5a0c95(0x1f7)]]||this[_0x5a0c95(0x1a7)]&&this[_0x5a0c95(0x1a7)][_0x5a0c95(0x1e6)],_0x5ce1d9=_0x251664?.[TestFrameworkConstants[_0x5a0c95(0x1c1)]]||this[_0x5a0c95(0x1a7)]&&this[_0x5a0c95(0x1a7)][_0x5a0c95(0x202)],_0x4b1cba=TestFrameworkState[_0x5a0c95(0x21c)]['toString']()[_0x5a0c95(0x1a3)]('.')[0x1],_0x1772a0=HookState[_0x5a0c95(0x253)]['toString']()[_0x5a0c95(0x1a3)]('.')[0x1],_0x3c745f=_0x107b47['getContext'](),_0x2eafa3=AutomationFramework['getState'](_0x107b47,PlaywrightDriverModule[_0x5a0c95(0x234)],''),_0x49fff3={'provider':_0x1fc8ea['OUmQG'](getPlaywrightProvider,_0x2eafa3),'frameworkName':_0x1fc8ea['ewmos'],'frameworkVersion':_0x1fc8ea['rJclu'],'frameworkSessionId':LoadTestModule[_0x5a0c95(0x24c)]()?LoadTestModule[_0x5a0c95(0x219)]():AutomationFramework[_0x5a0c95(0x199)](_0x107b47,PlaywrightDriverModule[_0x5a0c95(0x196)],''),'ref':_0x107b47[_0x5a0c95(0x25a)](),'hubUrl':_0x2eafa3};let _0x40a5e6=AutomationFramework['getState'](_0x107b47,PlaywrightDriverModule[_0x5a0c95(0x203)],{});_0x40a5e6&&_0x1fc8ea[_0x5a0c95(0x1f2)](Object['keys'](_0x40a5e6)[_0x5a0c95(0x242)],0x0)?_0x40a5e6=Buffer[_0x5a0c95(0x1ad)](JSON[_0x5a0c95(0x1c5)](_0x40a5e6))[_0x5a0c95(0x1c9)](_0x1fc8ea[_0x5a0c95(0x1ab)]):_0x40a5e6=Buffer[_0x5a0c95(0x1ad)](JSON[_0x5a0c95(0x1c5)]({}))[_0x5a0c95(0x1c9)](_0x1fc8ea[_0x5a0c95(0x1ab)]);const _0x3de2ec={'hash':_0x3c745f[_0x5a0c95(0x1eb)](),'threadId':_0x3c745f['getThreadId']()[_0x5a0c95(0x1c9)](),'processId':_0x3c745f['getProcessId']()[_0x5a0c95(0x1c9)]()},_0x5a56a3={};_0x5a56a3[_0x5a0c95(0x225)]=_0x5ee815;const _0x45e70b={};_0x45e70b[_0x5a0c95(0x25b)]=_0x53a54;const _0x19352a={'platformIndex':_0x481cf2,'testFrameworkName':_0x1e85eb,'testFrameworkVersion':_0x5ce1d9,'testFrameworkState':_0x4b1cba,'testHookState':_0x1772a0,...this[_0x5a0c95(0x1a7)]&&_0x1fc8ea[_0x5a0c95(0x23a)](this[_0x5a0c95(0x1a7)][_0x5a0c95(0x1e6)],FRAMEWORKS[_0x5a0c95(0x1c8)])?_0x5a56a3:_0x45e70b,'automationSession':_0x49fff3,'capabilities':_0x40a5e6,'executionContext':_0x3de2ec};this[_0x5a0c95(0x243)][_0x5a0c95(0x252)](_0x5a0c95(0x24b)+util['format'](_0x19352a)),GrpcClient[_0x5a0c95(0x1d8)]()[_0x5a0c95(0x1bc)](_0x19352a),this[_0x5a0c95(0x243)][_0x5a0c95(0x252)](_0x5a0c95(0x239)+_0x1701dd+(this[_0x5a0c95(0x1a7)]&&_0x1fc8ea[_0x5a0c95(0x23a)](this['testFrameworkData'][_0x5a0c95(0x1e6)],FRAMEWORKS[_0x5a0c95(0x1c8)])?_0x5a0c95(0x250)+_0x5ee815:''));if(!_0x5d6381){this['logger'][_0x5a0c95(0x252)](_0x1fc8ea['jfkvc'],_0x329836[_0x5a0c95(0x1f3)]);return;}this[_0x5a0c95(0x243)]['debug']('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20'+_0x1701dd),_0x61e6d2&&(this[_0x5a0c95(0x243)]['debug'](_0x5a0c95(0x254)+_0x3ff7ee),await this['markSessionName'](_0x61e6d2)),await this[_0x5a0c95(0x220)](_0x107b47,_0x3ff7ee,_0x5d6381,_0x281f90);}async['markSessionStatus'](_0x5c426b,_0x3da2e5,_0x48cee0,_0x4f25b3){const _0x1a55e8=a84_0x12872e,_0x4efb1e={'zVdXp':_0x1a55e8(0x240),'nKPsY':'markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','AhhUN':_0x1a55e8(0x1a6),'RWNyo':_0x1a55e8(0x1ed),'wAzRa':'setSessionStatus','tQQkm':_0x1a55e8(0x238),'dMwaB':'Session','bZonA':function(_0x325629,_0x4ad4cb){return _0x325629===_0x4ad4cb;},'WcOiF':_0x1a55e8(0x20c),'SNUvI':_0x1a55e8(0x22e),'HQhmE':_0x1a55e8(0x1d0),'nhmig':function(_0x3866bd,_0x14a05a,_0x1c3f4b,_0x2a8dd3){return _0x3866bd(_0x14a05a,_0x1c3f4b,_0x2a8dd3);},'XwccO':_0x1a55e8(0x217),'MocVq':function(_0x1ff894,_0x3f9a3e,_0x449465){return _0x1ff894(_0x3f9a3e,_0x449465);}};if(CLIUtils[_0x1a55e8(0x1fc)](BrowserstackCLI['getInstance']()[_0x1a55e8(0x211)]())){this['logger']['debug'](_0x4efb1e[_0x1a55e8(0x1c2)]);return;}const _0x1302f0=_0x5c426b;if(!_0x1302f0){this[_0x1a55e8(0x243)][_0x1a55e8(0x252)](_0x4efb1e[_0x1a55e8(0x1cd)]);return;}const _0xd699c8=AutomationFramework[_0x1a55e8(0x199)](_0x1302f0,PlaywrightDriverModule[_0x1a55e8(0x1f4)]);if(!_0xd699c8){this[_0x1a55e8(0x243)]['debug'](_0x4efb1e[_0x1a55e8(0x194)]);return;}const _0x27ceab=_0x48cee0;if(!_0x27ceab){this['logger']['debug'](_0x4efb1e['RWNyo'],_0x27ceab);return;}const _0x121df0={};_0x121df0[_0x1a55e8(0x1f3)]=_0x27ceab;const _0x285458={};_0x285458[_0x1a55e8(0x223)]=_0x4efb1e[_0x1a55e8(0x22c)],_0x285458[_0x1a55e8(0x195)]=_0x121df0;const _0x4e7984=_0x285458;_0x4f25b3&&(_0x4e7984['arguments'][_0x4efb1e['tQQkm']]=_0x4f25b3);const _0x9c36a4=(_0x3da2e5?_0x3da2e5:_0x4efb1e[_0x1a55e8(0x241)])+'\x20'+_0x27ceab+'\x20'+(_0x4f25b3?_0x1a55e8(0x221)+_0x4f25b3:''),_0xab25ae=_0x4efb1e['bZonA'](_0x27ceab,_0x4efb1e[_0x1a55e8(0x1b5)])?_0x4efb1e[_0x1a55e8(0x1cf)]:_0x4efb1e[_0x1a55e8(0x1f1)];await _0x4efb1e[_0x1a55e8(0x1a4)](playwrightAnnotate,_0xd699c8,_0x9c36a4,_0xab25ae),_0x4f25b3&&(_0x4e7984['arguments'][_0x4efb1e[_0x1a55e8(0x214)]]=_0x4f25b3),PerformanceTester[_0x1a55e8(0x235)](PerformanceEvents[_0x1a55e8(0x1b4)]),this[_0x1a55e8(0x243)][_0x1a55e8(0x252)](_0x4efb1e[_0x1a55e8(0x23e)]),await _0x4efb1e[_0x1a55e8(0x21d)](playwrightBstackJsExecutor,_0xd699c8,_0x4e7984),PerformanceTester['end'](PerformanceEvents[_0x1a55e8(0x1b4)]);}async['markSessionName'](_0x4b4bfa){const _0x24f582=a84_0x12872e,_0xe3f42c={'lqQLi':_0x24f582(0x23c),'hfvaD':function(_0x23f997,_0x3834dd){return _0x23f997(_0x3834dd);},'TIZqE':function(_0x4ddd2d,_0x46294c){return _0x4ddd2d(_0x46294c);},'gIRAD':_0x24f582(0x1d3),'WrrPS':function(_0x20816c,_0x2e00a8,_0x56040a){return _0x20816c(_0x2e00a8,_0x56040a);}};try{if(CLIUtils[_0x24f582(0x216)](BrowserstackCLI[_0x24f582(0x1d8)]()[_0x24f582(0x211)]())){this[_0x24f582(0x243)][_0x24f582(0x252)](_0xe3f42c[_0x24f582(0x200)]);return;}const _0x4ce63d=AutomationFramework[_0x24f582(0x199)](AutomationFramework[_0x24f582(0x1e7)](),PlaywrightDriverModule[_0x24f582(0x1f4)]);let _0x34795a;_0x4b4bfa[_0x24f582(0x1dd)]||_0x4b4bfa[_0x24f582(0x1df)]?_0x34795a=_0xe3f42c['hfvaD'](getCucumberSessionName,_0x4b4bfa):_0x34795a=_0xe3f42c[_0x24f582(0x1a5)](getPlaywrightSessionName,_0x4b4bfa);const _0x15d50c={};_0x15d50c[_0x24f582(0x1e6)]=_0x34795a;const _0x52ec66={};_0x52ec66[_0x24f582(0x223)]=_0xe3f42c[_0x24f582(0x20e)],_0x52ec66[_0x24f582(0x195)]=_0x15d50c;const _0x2e3d51=_0x52ec66;PerformanceTester[_0x24f582(0x235)](PerformanceEvents[_0x24f582(0x208)]),await _0xe3f42c[_0x24f582(0x212)](playwrightBstackJsExecutor,_0x4ce63d,_0x2e3d51),PerformanceTester['end'](PerformanceEvents[_0x24f582(0x208)]);}catch(_0x526cde){PerformanceTester[_0x24f582(0x1ae)](PerformanceEvents[_0x24f582(0x208)],![],util[_0x24f582(0x1a0)](_0x526cde)),this[_0x24f582(0x243)][_0x24f582(0x1d0)](_0x24f582(0x1da)+util[_0x24f582(0x1a0)](_0x526cde));}}}function a84_0x13f3(){const _0xb2376b=['151kucpxu','stringify','IvRHW','./loadTestModule.js','JEST','toString','onAfterDriverCreate','getTestDetails','onAfterDriverCreate:\x20Setting\x20context\x20object','nKPsY','GEDoh','SNUvI','error','message','vReLE','setSessionName','WZtCk','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','jestUtils','playwrightVersion','getInstance','hubUrl','Error\x20in\x20markSessionName:\x20','PLAYWRIGHT_DISPATCH','recreateIdentifierFromTestInfo','pickle','platforms','gherkinDocument','driverInit','pageObject','isBrowserstackInfra','sessionId','64791nvPMKP','getTestUUID','name','getTrackedInstance','jHJsd','getCapabilities','base64','getId','MODULE_NAME','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','9000586OjpDcX','retry','3421784jxwTwM','HQhmE','ieRHY','status','KEY_PAGE_OBJECT','../../../helpers/test-observability/utils','6pnmmSx','KEY_TEST_FRAMEWORK_NAME','../state/automationFrameworkState.js','6olPSTe','onAfterDriverCreate:\x20Setting\x20page\x20object','onDispatchExecute:\x20Playwright\x20sessionId:\x20','shouldSkipSessionStatus','btXnP','iYPhI','RdXAV','lqQLi','isFalse','version','KEY_CAPABILITIES','EXECUTE','isPlaywright','instance','inspect','SESSION_NAME','GbESs','../../../helpers/helper.js','jxwLw','passed','../../../helpers/performance/performance-tester.js','gIRAD','KEY_PLATFORM_INDEX','KEY_BROWSER_OBJECT','getConfig','WrrPS','../../../helpers/classLogger.js','tQQkm','PmkQC','shouldSkipSessionName','markSessionStatus:\x20Marking\x20session\x20status','errors','getLTSSessionId','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','getModuleName','TEST','MocVq','browserName','aGHFd','markSessionStatus','with\x20','PdvfJ','action','onPlaywrightDispatch','test_identifier','CREATE','setState','QPNCO','testInfo','browserObject','Playwright','wAzRa','getTestId','info','fYzjE','11343660bnLCow','testId:\x20','KEY_CONTEXT_OBJECT','parallelIndex','KEY_HUB_URL','start','../state/hookState.js','browser','reason','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','NVpeL','onAfterDriverCreate:\x20Setting\x20browser\x20object','markSessionName:\x20Skipping\x20session\x20name\x20marking','params','XwccO','../utils/jest-utils.js','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','dMwaB','length','logger','PRE','5777100JtlPRO','KEY_TEST_ID','__workerDetails','1.51.0','./baseModule','qOqnP','onAfterTest\x20CBTSession\x20payload:\x20','isLTSSession','rGiDc','GVOjJ','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20',',\x20test_identifier:\x20','Automation\x20onAfterTest:\x20Test\x20status:\x20','debug','POST','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','PlaywrightDriverModule','CUCUMBER','workerInfo','exports','Automation\x20onAfterTest:\x20Test\x20completed','getRef','testUuid','bsParams','AhhUN','arguments','KEY_SESSION_ID','launchcaps','onBeforeDriverCreate','getState','onAfterTest','bind','KEY_PLATFORM_DETAILS','../browserstackCLI.js','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','33KWrAWX','format','../../utils/constants','880AOLfYy','split','nhmig','TIZqE','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','testFrameworkData','20858ndaFCo','platformDetails','vQaeu','nbHht','Bzkxx','from','end','AUTOMATE_EVENTS','../cliUtils.js','../framework/constants/testFrameworkConstants.js','markSessionName','eTSiN','SESSION_STATUS','WcOiF','Error\x20in\x20onAfterDriverCreate:\x20','VUcjK','parse','registerObserver','page','25049400cOtpdK','testSessionEvent','Error\x20in\x20onDispatchExecute:\x20','eeGfc','browserVersion','zhMJf','KEY_TEST_FRAMEWORK_VERSION','zVdXp','context'];a84_0x13f3=function(){return _0xb2376b;};return a84_0x13f3();}PlaywrightDriverModule[a84_0x12872e(0x1ec)]=a84_0x12872e(0x255),module[a84_0x12872e(0x258)]=PlaywrightDriverModule;
1
+ function a84_0x38fe(_0x25c9fc,_0x492519){const _0x3e544d=a84_0x3e54();return a84_0x38fe=function(_0x38fe31,_0x2a4b6e){_0x38fe31=_0x38fe31-0x15b;let _0x878fad=_0x3e544d[_0x38fe31];return _0x878fad;},a84_0x38fe(_0x25c9fc,_0x492519);}const a84_0xb0f258=a84_0x38fe;(function(_0x24134d,_0x31b451){const _0x4d1bd3=a84_0x38fe,_0x43e263=_0x24134d();while(!![]){try{const _0x3d4767=-parseInt(_0x4d1bd3(0x165))/0x1+parseInt(_0x4d1bd3(0x18c))/0x2*(parseInt(_0x4d1bd3(0x1d1))/0x3)+parseInt(_0x4d1bd3(0x186))/0x4+parseInt(_0x4d1bd3(0x21e))/0x5*(-parseInt(_0x4d1bd3(0x160))/0x6)+-parseInt(_0x4d1bd3(0x183))/0x7*(-parseInt(_0x4d1bd3(0x227))/0x8)+-parseInt(_0x4d1bd3(0x180))/0x9*(parseInt(_0x4d1bd3(0x1dc))/0xa)+parseInt(_0x4d1bd3(0x1b0))/0xb*(-parseInt(_0x4d1bd3(0x17e))/0xc);if(_0x3d4767===_0x31b451)break;else _0x43e263['push'](_0x43e263['shift']());}catch(_0x57dd28){_0x43e263['push'](_0x43e263['shift']());}}}(a84_0x3e54,0xebc53));const util=require('util'),BaseModule=require(a84_0xb0f258(0x1ca)),{createClassLogger}=require(a84_0xb0f258(0x1e5)),{getFrameworkVersion}=require(a84_0xb0f258(0x204)),helper=require('../../../helpers/helper'),{FRAMEWORKS}=require(a84_0xb0f258(0x172)),AutomationFramework=require(a84_0xb0f258(0x1f5)),AutomationFrameworkState=require(a84_0xb0f258(0x1be)),HookState=require('../state/hookState.js'),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require('../../../helpers/helper.js'),CLIUtils=require('../cliUtils.js'),BrowserstackCLI=require(a84_0xb0f258(0x20e)),GrpcClient=require(a84_0xb0f258(0x1ac)),PerformanceTester=require(a84_0xb0f258(0x1da)),PerformanceEvents=require(a84_0xb0f258(0x1a4))[a84_0xb0f258(0x1e2)],TestInfo=require(a84_0xb0f258(0x185)),{getPlaywrightProvider,getProductForSession}=require(a84_0xb0f258(0x16d)),LoadTestModule=require('./loadTestModule.js'),TestFrameworkConstants=require(a84_0xb0f258(0x1a5)),TestFrameworkState=require(a84_0xb0f258(0x1f4)),JestUtils=require(a84_0xb0f258(0x22e)),PlaywrightSessionDetails=require(a84_0xb0f258(0x1ba));class PlaywrightDriverModule extends BaseModule{static ['KEY_BROWSER_OBJECT']=a84_0xb0f258(0x1dd);static [a84_0xb0f258(0x219)]=a84_0xb0f258(0x1ef);static [a84_0xb0f258(0x1cf)]='pageObject';static ['KEY_SESSION_ID']=a84_0xb0f258(0x207);static [a84_0xb0f258(0x213)]=a84_0xb0f258(0x188);static ['KEY_CAPABILITIES']=a84_0xb0f258(0x17b);static [a84_0xb0f258(0x1b4)]=a84_0xb0f258(0x1f1);static [a84_0xb0f258(0x1c1)]=a84_0xb0f258(0x193);static [a84_0xb0f258(0x1e3)]=a84_0xb0f258(0x190);[a84_0xb0f258(0x1d4)]=createClassLogger(a84_0xb0f258(0x182));constructor(_0x147142=null){const _0x4d9a9d=a84_0xb0f258,_0x211c05={};_0x211c05[_0x4d9a9d(0x15e)]=_0x4d9a9d(0x20d),_0x211c05['tiQxe']='PlaywrightDriverModule';const _0x56a9cc=_0x211c05,_0x1c5135=_0x56a9cc['hBwOt']['split']('|');let _0x59e7ea=0x0;while(!![]){switch(_0x1c5135[_0x59e7ea++]){case'0':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x4d9a9d(0x1e4)],HookState[_0x4d9a9d(0x1f0)],this[_0x4d9a9d(0x162)]['bind'](this));continue;case'1':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x4d9a9d(0x226)],HookState[_0x4d9a9d(0x1a7)],this[_0x4d9a9d(0x1cd)][_0x4d9a9d(0x20b)](this));continue;case'2':super(_0x147142);continue;case'3':this[_0x4d9a9d(0x197)]=null;continue;case'4':this[_0x4d9a9d(0x225)]=null;continue;case'5':this[_0x4d9a9d(0x174)]=null;continue;case'6':AutomationFramework[_0x4d9a9d(0x1df)](AutomationFrameworkState[_0x4d9a9d(0x226)],HookState[_0x4d9a9d(0x1f0)],this[_0x4d9a9d(0x221)][_0x4d9a9d(0x20b)](this));continue;case'7':this[_0x4d9a9d(0x216)]=null;continue;case'8':AutomationFramework[_0x4d9a9d(0x1df)](AutomationFrameworkState[_0x4d9a9d(0x215)],HookState['POST'],this[_0x4d9a9d(0x177)][_0x4d9a9d(0x20b)](this));continue;case'9':this['platforms']=[];continue;case'10':this[_0x4d9a9d(0x192)]=new JestUtils();continue;case'11':this['name']=_0x56a9cc['tiQxe'];continue;}break;}}['getModuleName'](){const _0x5e271b=a84_0xb0f258;return PlaywrightDriverModule[_0x5e271b(0x1d9)];}async[a84_0xb0f258(0x1cd)](_0xd6a0f7){const _0x3631b8=a84_0xb0f258,_0x2440de={};_0x2440de[_0x3631b8(0x223)]=_0x3631b8(0x1bd);const _0x5f272d=_0x2440de;try{this[_0x3631b8(0x1d4)]['debug'](_0x5f272d[_0x3631b8(0x223)]);const _0x18b69c=_0xd6a0f7[_0x3631b8(0x1c7)],_0x513890=_0xd6a0f7[_0x3631b8(0x1f1)];AutomationFramework['setState'](_0xd6a0f7[_0x3631b8(0x168)],PlaywrightDriverModule[_0x3631b8(0x21c)],_0x18b69c),AutomationFramework[_0x3631b8(0x203)](_0xd6a0f7[_0x3631b8(0x168)],PlaywrightDriverModule[_0x3631b8(0x1b4)],_0x513890);}catch(_0x36357b){this[_0x3631b8(0x1d4)][_0x3631b8(0x16c)](_0x3631b8(0x16a)+util['format'](_0x36357b));}}async[a84_0xb0f258(0x177)](_0x41b5c8){const _0x50d8d4=a84_0xb0f258,_0x19687c={};_0x19687c['owxGG']=function(_0x55577b,_0x3d8309){return _0x55577b||_0x3d8309;};const _0x1e7da7=_0x19687c;try{const _0x3b2ec6=_0x41b5c8?.['message']&&_0x41b5c8?.[_0x50d8d4(0x1b2)]?.[_0x50d8d4(0x1ab)]&&_0x41b5c8?.['message']?.[_0x50d8d4(0x1ab)]?.[_0x50d8d4(0x1f6)],_0x1425c3=_0x41b5c8?.['message']&&_0x41b5c8?.[_0x50d8d4(0x1b2)]?.[_0x50d8d4(0x187)];if(_0x1e7da7[_0x50d8d4(0x1b1)](_0x3b2ec6,_0x1425c3)){this[_0x50d8d4(0x1d4)][_0x50d8d4(0x1ae)](_0x50d8d4(0x1e7)+util[_0x50d8d4(0x1fe)](_0x3b2ec6)+'\x20||\x20'+util[_0x50d8d4(0x1fe)](_0x1425c3));const _0x2ba39b=_0x41b5c8?.[_0x50d8d4(0x168)],_0x45cc77=global?.[_0x50d8d4(0x181)]?.[_0x50d8d4(0x18f)]?.['parallelIndex'],_0x4f27ec=_0x3b2ec6?.[_0x50d8d4(0x207)]||_0x1425c3?.[_0x50d8d4(0x207)],_0x3d45ca=_0x3b2ec6?.[_0x50d8d4(0x193)]||_0x1425c3?.[_0x50d8d4(0x193)];_0x4f27ec&&(this[_0x50d8d4(0x1d4)]['debug']('onDispatchExecute:\x20Playwright\x20sessionId:\x20'+_0x4f27ec),AutomationFramework[_0x50d8d4(0x203)](_0x2ba39b,PlaywrightDriverModule['KEY_SESSION_ID'],_0x4f27ec)),_0x45cc77&&(this[_0x50d8d4(0x1d4)][_0x50d8d4(0x1ae)](_0x50d8d4(0x1d5)+util[_0x50d8d4(0x1fe)](_0x45cc77)),AutomationFramework[_0x50d8d4(0x203)](_0x2ba39b,PlaywrightDriverModule[_0x50d8d4(0x213)],_0x45cc77));}}catch(_0x1f5277){this[_0x50d8d4(0x1d4)][_0x50d8d4(0x16c)]('Error\x20in\x20onDispatchExecute:\x20'+util[_0x50d8d4(0x178)](_0x1f5277));}}async[a84_0xb0f258(0x221)](_0x55a917){const _0x4e2565=a84_0xb0f258,_0x4e01bf={'cYedo':_0x4e2565(0x191),'NqSAo':function(_0x5251a6,_0x367882){return _0x5251a6(_0x367882);},'fjmdw':'onAfterDriverCreate:\x20Setting\x20page\x20object','ynnmB':_0x4e2565(0x22b),'fZZEy':_0x4e2565(0x22a),'yWJKH':'onAfterDriverCreate:\x20Setting\x20browser\x20object','LzHtz':'base64','DTsBg':function(_0x5408ed,_0x577972){return _0x5408ed===_0x577972;}};try{this[_0x4e2565(0x1d4)][_0x4e2565(0x1ae)](_0x4e01bf['cYedo']);const _0x45c7c7=_0x55a917[_0x4e2565(0x168)];this['playwrightVersion']=_0x4e01bf['NqSAo'](getFrameworkVersion,FRAMEWORKS[_0x4e2565(0x1c9)]);if(_0x55a917[_0x4e2565(0x1c8)]){this[_0x4e2565(0x1d4)][_0x4e2565(0x1ae)](_0x4e01bf[_0x4e2565(0x1cc)]),AutomationFramework['setState'](_0x45c7c7,PlaywrightDriverModule[_0x4e2565(0x1cf)],_0x55a917[_0x4e2565(0x1c8)]);if(_0x55a917['testInfo']){this[_0x4e2565(0x1d4)][_0x4e2565(0x1ae)](_0x4e01bf[_0x4e2565(0x1c0)]);const _0x36c26a=this['getTestId'](_0x55a917);AutomationFramework[_0x4e2565(0x203)](_0x45c7c7,PlaywrightDriverModule[_0x4e2565(0x1e3)],_0x36c26a),await this[_0x4e2565(0x173)](_0x55a917[_0x4e2565(0x171)]);}}_0x55a917[_0x4e2565(0x1b7)]&&(this[_0x4e2565(0x1d4)][_0x4e2565(0x1ae)](_0x4e01bf[_0x4e2565(0x21a)]),AutomationFramework[_0x4e2565(0x203)](_0x45c7c7,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x55a917[_0x4e2565(0x1b7)]));if(_0x55a917[_0x4e2565(0x1bc)]){this[_0x4e2565(0x1d4)]['debug'](_0x4e01bf[_0x4e2565(0x211)]);const _0x35bbe4=global?.[_0x4e2565(0x181)]?.['workerInfo']?.[_0x4e2565(0x184)];AutomationFramework[_0x4e2565(0x203)](_0x45c7c7,PlaywrightDriverModule[_0x4e2565(0x20f)],_0x55a917[_0x4e2565(0x1bc)]),AutomationFramework[_0x4e2565(0x203)](_0x45c7c7,PlaywrightDriverModule[_0x4e2565(0x213)],_0x35bbe4);const _0x123d02={};_0x123d02['isPlaywright']=!![];const _0x35ff04=Buffer[_0x4e2565(0x205)](JSON[_0x4e2565(0x1cb)](_0x123d02)[_0x4e2565(0x19c)](_0x4e01bf[_0x4e2565(0x201)])),_0x47a79a=await GrpcClient[_0x4e2565(0x164)]()[_0x4e2565(0x1f2)]({'platformIndex':_0x35bbe4,'ref':_0x45c7c7['getRef'](),'userInputParams':_0x35ff04});(helper[_0x4e2565(0x18d)](helper['isBrowserstackInfra']())||helper[_0x4e2565(0x1a2)](helper[_0x4e2565(0x1d0)]()&&BrowserstackCLI['getInstance']()[_0x4e2565(0x1b8)]()[_0x4e2565(0x229)]&&_0x4e01bf[_0x4e2565(0x228)](BrowserstackCLI['getInstance']()[_0x4e2565(0x1b8)]()[_0x4e2565(0x229)][_0x4e2565(0x1e1)],0x0)))&&AutomationFramework[_0x4e2565(0x203)](_0x45c7c7,PlaywrightDriverModule[_0x4e2565(0x21c)],PlaywrightSessionDetails[_0x4e2565(0x17c)]());}}catch(_0x9324a0){this[_0x4e2565(0x1d4)][_0x4e2565(0x16c)](_0x4e2565(0x15f)+util[_0x4e2565(0x178)](_0x9324a0));}}async[a84_0xb0f258(0x162)](_0xe2fe44){const _0x1579c2=a84_0xb0f258,_0x1c60ad={'VhxKz':'Automation\x20onAfterTest:\x20Test\x20completed','onPWa':_0x1579c2(0x169),'kxpPw':function(_0x2f3ca6,_0x382be3){return _0x2f3ca6(_0x382be3);},'GOhCM':function(_0x2f4627,_0x3824d3,_0x88c40f){return _0x2f4627(_0x3824d3,_0x88c40f);},'RNgoc':_0x1579c2(0x202),'QhVvj':_0x1579c2(0x1b2),'EpsAC':_0x1579c2(0x16c),'eyJhO':function(_0x41ee32,_0x191736,_0x2bcccb){return _0x41ee32(_0x191736,_0x2bcccb);},'ERGvb':'errors','MNkqw':function(_0x4237b9,_0x243da5){return _0x4237b9>_0x243da5;},'UBJuq':function(_0x4865a4,_0x3a3403){return _0x4865a4||_0x3a3403;},'ezfWb':function(_0x4b7309,_0x55cdea){return _0x4b7309||_0x55cdea;},'KZIrW':function(_0x4f2480,_0x2baaef){return _0x4f2480===_0x2baaef;},'LbxHU':function(_0x5c965f,_0x5a7a38){return _0x5c965f+_0x5a7a38;},'XTsRt':_0x1579c2(0x1de),'oVrla':function(_0x14598e,_0x2ada47){return _0x14598e+_0x2ada47;},'nTIRR':_0x1579c2(0x170),'UQIlv':function(_0x420a46,_0x56955d){return _0x420a46(_0x56955d);},'Cszpj':'Playwright','oYayq':_0x1579c2(0x1c3),'kudPK':function(_0x54a83a){return _0x54a83a();},'vdOyN':_0x1579c2(0x1ec),'KBBEA':function(_0x3e1569,_0x5af5b8){return _0x3e1569===_0x5af5b8;},'DAtXP':_0x1579c2(0x1d7)};this[_0x1579c2(0x1d4)]['debug'](_0x1c60ad['VhxKz']);const _0x64ea95=_0xe2fe44['instance'];if(!_0x64ea95){this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)](_0x1c60ad[_0x1579c2(0x195)]);return;}const _0x2a4b2e=_0xe2fe44['testInfo'],_0x383e1c=this[_0x1579c2(0x209)](_0xe2fe44),_0x2b877a=_0x2a4b2e[_0x1579c2(0x15b)];let _0x1fb16a;const _0x51c494=_0x1c60ad[_0x1579c2(0x1bb)](getPlaywrightStatus,_0x2b877a);let _0x1746e2,_0x372b4c=null;if(_0x2a4b2e['pickle']||_0x2a4b2e[_0x1579c2(0x15d)])_0x1746e2=_0x1c60ad[_0x1579c2(0x1bb)](getCucumberSessionName,_0x2a4b2e),_0x1fb16a=_0x1c60ad[_0x1579c2(0x167)](nestedKeyValue,_0x2a4b2e,[_0x1c60ad['RNgoc'],_0x1c60ad['QhVvj']]);else{_0x1746e2=_0x1c60ad[_0x1579c2(0x1bb)](getPlaywrightSessionName,_0x2a4b2e),_0x1fb16a=_0x1c60ad['GOhCM'](nestedKeyValue,_0x2a4b2e,[_0x1c60ad[_0x1579c2(0x18e)],_0x1c60ad[_0x1579c2(0x1e8)]]);const _0x3b8776=_0x1c60ad[_0x1579c2(0x19a)](nestedKeyValue,_0x2a4b2e,[_0x1c60ad[_0x1579c2(0x166)]]);_0x3b8776&&_0x1c60ad['MNkqw'](_0x3b8776[_0x1579c2(0x1e1)],0x0)&&(_0x372b4c=_0x3b8776[0x0][_0x1579c2(0x1b2)]),_0x1fb16a=_0x1c60ad['UBJuq'](_0x1fb16a,_0x372b4c),this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)]('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0x51c494+_0x1579c2(0x176)+_0x1fb16a);}const _0x4484f2=_0x1c60ad[_0x1579c2(0x16f)](_0x1fb16a,_0x372b4c);this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)](_0x1579c2(0x196)+_0x51c494);let _0x16c881,_0x290425;if(this[_0x1579c2(0x1a6)]&&_0x1c60ad[_0x1579c2(0x1fc)](this[_0x1579c2(0x1a6)][_0x1579c2(0x21f)],FRAMEWORKS[_0x1579c2(0x1db)]))_0x16c881=_0x383e1c,_0x290425=TestInfo[_0x1579c2(0x1e6)](_0x16c881);else this[_0x1579c2(0x1a6)]&&_0x1c60ad['KZIrW'](this[_0x1579c2(0x1a6)][_0x1579c2(0x21f)],FRAMEWORKS[_0x1579c2(0x15c)])?(_0x16c881=this[_0x1579c2(0x192)][_0x1579c2(0x1e9)](_0x2a4b2e),this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)]('Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20'+_0x16c881)):(_0x16c881=TestInfo['getTestIdentifierFromTestInfo'](_0x2a4b2e,_0x2a4b2e[_0x1579c2(0x1c5)]),_0x290425=TestInfo[_0x1579c2(0x1e6)](_0x16c881));const _0xe9f0f6=TestInfo[_0x1579c2(0x206)](_0x16c881);this[_0x1579c2(0x1d4)]['info'](_0x1c60ad[_0x1579c2(0x1a9)](_0x1c60ad[_0x1579c2(0x1ce)],_0x383e1c)),this['logger']['info'](_0x1c60ad[_0x1579c2(0x1f3)](_0x1c60ad[_0x1579c2(0x214)],util['inspect'](_0xe9f0f6)));const _0x8dc410=AutomationFramework[_0x1579c2(0x198)](_0x64ea95,PlaywrightDriverModule['KEY_PLATFORM_INDEX']),_0x3e0fac=_0xe9f0f6?.[TestFrameworkConstants[_0x1579c2(0x224)]]||this[_0x1579c2(0x1a6)]&&this[_0x1579c2(0x1a6)]['name'],_0xa816ba=_0xe9f0f6?.[TestFrameworkConstants[_0x1579c2(0x19e)]]||this[_0x1579c2(0x1a6)]&&this['testFrameworkData'][_0x1579c2(0x222)],_0x2409a4=TestFrameworkState[_0x1579c2(0x21d)][_0x1579c2(0x19c)]()[_0x1579c2(0x1a0)]('.')[0x1],_0x869a17=HookState['POST']['toString']()['split']('.')[0x1],_0xee3baa=_0x64ea95['getContext'](),_0x193f09=AutomationFramework[_0x1579c2(0x198)](_0x64ea95,PlaywrightDriverModule[_0x1579c2(0x1b4)],''),_0x30b9b9={'provider':_0x1c60ad[_0x1579c2(0x21b)](getPlaywrightProvider,_0x193f09),'frameworkName':_0x1c60ad[_0x1579c2(0x18a)],'frameworkVersion':_0x1c60ad[_0x1579c2(0x163)],'frameworkSessionId':LoadTestModule[_0x1579c2(0x22d)]()?LoadTestModule[_0x1579c2(0x1ad)]():AutomationFramework[_0x1579c2(0x198)](_0x64ea95,PlaywrightDriverModule[_0x1579c2(0x20c)],''),'ref':_0x64ea95[_0x1579c2(0x17a)](),'hubUrl':_0x193f09,'product':_0x1c60ad[_0x1579c2(0x16e)](getProductForSession)};let _0x3fc16e=AutomationFramework[_0x1579c2(0x198)](_0x64ea95,PlaywrightDriverModule[_0x1579c2(0x21c)],{});_0x3fc16e&&_0x1c60ad['MNkqw'](Object[_0x1579c2(0x1b5)](_0x3fc16e)[_0x1579c2(0x1e1)],0x0)?_0x3fc16e=Buffer[_0x1579c2(0x205)](JSON['stringify'](_0x3fc16e))[_0x1579c2(0x19c)](_0x1c60ad[_0x1579c2(0x19f)]):_0x3fc16e=Buffer[_0x1579c2(0x205)](JSON[_0x1579c2(0x1cb)]({}))[_0x1579c2(0x19c)](_0x1c60ad[_0x1579c2(0x19f)]);const _0x3be975={'hash':_0xee3baa[_0x1579c2(0x1f9)](),'threadId':_0xee3baa[_0x1579c2(0x19b)]()[_0x1579c2(0x19c)](),'processId':_0xee3baa[_0x1579c2(0x20a)]()[_0x1579c2(0x19c)]()},_0x474e6a={};_0x474e6a['test_identifier']=_0x16c881;const _0xdae168={};_0xdae168[_0x1579c2(0x1fb)]=_0x290425;const _0x55d72d={'platformIndex':_0x8dc410,'testFrameworkName':_0x3e0fac,'testFrameworkVersion':_0xa816ba,'testFrameworkState':_0x2409a4,'testHookState':_0x869a17,...this[_0x1579c2(0x1a6)]&&_0x1c60ad[_0x1579c2(0x1fc)](this[_0x1579c2(0x1a6)]['name'],FRAMEWORKS[_0x1579c2(0x15c)])?_0x474e6a:_0xdae168,'automationSession':_0x30b9b9,'capabilities':_0x3fc16e,'executionContext':_0x3be975};this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)](_0x1579c2(0x1a3)+util[_0x1579c2(0x178)](_0x55d72d)),GrpcClient[_0x1579c2(0x164)]()[_0x1579c2(0x1fd)](_0x55d72d),this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)](_0x1579c2(0x1f8)+_0x383e1c+(this[_0x1579c2(0x1a6)]&&_0x1c60ad[_0x1579c2(0x1b9)](this[_0x1579c2(0x1a6)][_0x1579c2(0x21f)],FRAMEWORKS['JEST'])?_0x1579c2(0x1aa)+_0x16c881:''));if(!_0x51c494){this['logger'][_0x1579c2(0x1ae)](_0x1c60ad[_0x1579c2(0x16b)],_0x2b877a[_0x1579c2(0x15b)]);return;}this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)](_0x1579c2(0x161)+_0x383e1c),_0x2a4b2e&&(this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)](_0x1579c2(0x19d)+_0x1746e2),await this[_0x1579c2(0x173)](_0x2a4b2e)),await this[_0x1579c2(0x22c)](_0x64ea95,_0x1746e2,_0x51c494,_0x4484f2);}async[a84_0xb0f258(0x22c)](_0xa6feaf,_0x2bab3b,_0x462ee1,_0x4793c7){const _0xfd4db2=a84_0xb0f258,_0x3e104c={'BOJRT':_0xfd4db2(0x199),'kCeLB':_0xfd4db2(0x18b),'YFmfW':'markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','sjjkc':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','WgAUY':_0xfd4db2(0x1e0),'TduFJ':_0xfd4db2(0x220),'jKuaY':_0xfd4db2(0x1a8),'tUJwU':function(_0x345698,_0x76bd30){return _0x345698===_0x76bd30;},'VfASr':_0xfd4db2(0x212),'onKFi':_0xfd4db2(0x1d2),'TjeTk':'error','BPIpv':function(_0x105393,_0x31dca0,_0x250901,_0x21bbbb){return _0x105393(_0x31dca0,_0x250901,_0x21bbbb);},'lOibl':_0xfd4db2(0x1c2),'KjCWJ':function(_0x5a5273,_0x11efa8,_0xa33561){return _0x5a5273(_0x11efa8,_0xa33561);}};if(CLIUtils['shouldSkipSessionStatus'](BrowserstackCLI['getInstance']()[_0xfd4db2(0x1b8)]())){this['logger'][_0xfd4db2(0x1ae)](_0x3e104c['BOJRT']);return;}const _0x141141=_0xa6feaf;if(!_0x141141){this[_0xfd4db2(0x1d4)][_0xfd4db2(0x1ae)](_0x3e104c[_0xfd4db2(0x1b6)]);return;}const _0x4a05cd=AutomationFramework['getState'](_0x141141,PlaywrightDriverModule[_0xfd4db2(0x1cf)]);if(!_0x4a05cd){this[_0xfd4db2(0x1d4)][_0xfd4db2(0x1ae)](_0x3e104c['YFmfW']);return;}const _0x35be0d=_0x462ee1;if(!_0x35be0d){this[_0xfd4db2(0x1d4)]['debug'](_0x3e104c[_0xfd4db2(0x1c4)],_0x35be0d);return;}const _0x526839={};_0x526839[_0xfd4db2(0x15b)]=_0x35be0d;const _0x21e8f4={};_0x21e8f4[_0xfd4db2(0x179)]=_0x3e104c[_0xfd4db2(0x1bf)],_0x21e8f4['arguments']=_0x526839;const _0x1df85b=_0x21e8f4;_0x4793c7&&(_0x1df85b[_0xfd4db2(0x17f)][_0x3e104c[_0xfd4db2(0x1eb)]]=_0x4793c7);const _0x1a07da=(_0x2bab3b?_0x2bab3b:_0x3e104c[_0xfd4db2(0x1f7)])+'\x20'+_0x35be0d+'\x20'+(_0x4793c7?_0xfd4db2(0x1c6)+_0x4793c7:''),_0x77315c=_0x3e104c[_0xfd4db2(0x1d3)](_0x35be0d,_0x3e104c['VfASr'])?_0x3e104c[_0xfd4db2(0x217)]:_0x3e104c[_0xfd4db2(0x1fa)];await _0x3e104c[_0xfd4db2(0x1ed)](playwrightAnnotate,_0x4a05cd,_0x1a07da,_0x77315c),_0x4793c7&&(_0x1df85b[_0xfd4db2(0x17f)][_0x3e104c['TduFJ']]=_0x4793c7),PerformanceTester['start'](PerformanceEvents[_0xfd4db2(0x200)]),this['logger'][_0xfd4db2(0x1ae)](_0x3e104c[_0xfd4db2(0x1d6)]),await _0x3e104c[_0xfd4db2(0x1af)](playwrightBstackJsExecutor,_0x4a05cd,_0x1df85b),PerformanceTester[_0xfd4db2(0x208)](PerformanceEvents['SESSION_STATUS']);}async[a84_0xb0f258(0x173)](_0x4a0c5d){const _0x1af864=a84_0xb0f258,_0x1e4ae0={'OnjbQ':_0x1af864(0x210),'wdrhV':function(_0x40cc63,_0x2469ff){return _0x40cc63(_0x2469ff);},'XrtyA':_0x1af864(0x194),'THZYh':function(_0x1153ff,_0xa44d0c,_0x14e58c){return _0x1153ff(_0xa44d0c,_0x14e58c);}};try{if(CLIUtils[_0x1af864(0x1ff)](BrowserstackCLI[_0x1af864(0x164)]()[_0x1af864(0x1b8)]())){this['logger']['debug'](_0x1e4ae0[_0x1af864(0x189)]);return;}const _0x1a7f9e=AutomationFramework[_0x1af864(0x198)](AutomationFramework[_0x1af864(0x1b3)](),PlaywrightDriverModule['KEY_PAGE_OBJECT']);let _0x513145;_0x4a0c5d[_0x1af864(0x1ea)]||_0x4a0c5d[_0x1af864(0x15d)]?_0x513145=_0x1e4ae0[_0x1af864(0x17d)](getCucumberSessionName,_0x4a0c5d):_0x513145=_0x1e4ae0['wdrhV'](getPlaywrightSessionName,_0x4a0c5d);const _0x4c19a2={};_0x4c19a2['name']=_0x513145;const _0x1e9119={};_0x1e9119[_0x1af864(0x179)]=_0x1e4ae0[_0x1af864(0x218)],_0x1e9119[_0x1af864(0x17f)]=_0x4c19a2;const _0x560012=_0x1e9119;PerformanceTester[_0x1af864(0x175)](PerformanceEvents[_0x1af864(0x1a1)]),await _0x1e4ae0['THZYh'](playwrightBstackJsExecutor,_0x1a7f9e,_0x560012),PerformanceTester[_0x1af864(0x208)](PerformanceEvents[_0x1af864(0x1a1)]);}catch(_0x3c0b4c){PerformanceTester[_0x1af864(0x208)](PerformanceEvents[_0x1af864(0x1a1)],![],util[_0x1af864(0x178)](_0x3c0b4c)),this[_0x1af864(0x1d4)][_0x1af864(0x16c)](_0x1af864(0x1ee)+util[_0x1af864(0x178)](_0x3c0b4c));}}}function a84_0x3e54(){const _0x2e8be8=['status','JEST','gherkinDocument','hBwOt','Error\x20in\x20onAfterDriverCreate:\x20','294168LLHIsZ','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','onAfterTest','oYayq','getInstance','261579qXFNcr','ERGvb','GOhCM','instance','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','Error\x20in\x20onBeforeDriverCreate:\x20','DAtXP','error','../../../helpers/helper.js','kudPK','ezfWb','testData\x20from\x20onAfterTest:\x20','testInfo','../../utils/constants','markSessionName','playwrightVersion','start','\x20failure\x20reason:\x20','onPlaywrightDispatch','format','action','getRef','capabilities','getDetails','wdrhV','1073388fOgUlV','arguments','5076yBsIeM','__workerDetails','PlaywrightDriverModule','721CeqcNy','parallelIndex','../TestInfo.js','2522936yBDtNi','bStackParams','platformIndex','OnjbQ','Cszpj','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','2sgKznN','isFalse','EpsAC','workerInfo','testId','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','jestUtils','platformDetails','setSessionName','onPWa','Automation\x20onAfterTest:\x20Test\x20status:\x20','browserName','getState','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','eyJhO','getThreadId','toString','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','KEY_TEST_FRAMEWORK_VERSION','vdOyN','split','SESSION_NAME','isTrue','onAfterTest\x20CBTSession\x20payload:\x20','../../../helpers/performance/constants.js','../framework/constants/testFrameworkConstants.js','testFrameworkData','PRE','Session','LbxHU',',\x20test_identifier:\x20','params','../grpcClient.js','getLTSSessionId','debug','KjCWJ','44WLstEx','owxGG','message','getTrackedInstance','KEY_HUB_URL','keys','kCeLB','context','getConfig','KBBEA','../../playwright/sessionDetails','kxpPw','browser','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','../state/automationFrameworkState.js','WgAUY','ynnmB','KEY_PLATFORM_DETAILS','markSessionStatus:\x20Marking\x20session\x20status','1.51.0','sjjkc','retry','with\x20','launchcaps','page','PLAYWRIGHT','./baseModule','stringify','fjmdw','onBeforeDriverCreate','XTsRt','KEY_PAGE_OBJECT','isBrowserstackInfra','3847035jfRfoZ','info','tUJwU','logger','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','lOibl','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','exports','MODULE_NAME','../../../helpers/performance/performance-tester.js','CUCUMBER','12830wWiaSy','browserObject','testId:\x20','registerObserver','setSessionStatus','length','AUTOMATE_EVENTS','KEY_TEST_ID','EXECUTE','../../../helpers/classLogger.js','getTestUUID','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','QhVvj','recreateIdentifierFromTestInfo','pickle','TduFJ','base64','BPIpv','Error\x20in\x20markSessionName:\x20','contextObject','POST','hubUrl','driverInit','oVrla','../state/testFrameworkState','../framework/automationFramework.js','bsParams','jKuaY','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','getId','TjeTk','testUuid','KZIrW','testSessionEvent','inspect','shouldSkipSessionName','SESSION_STATUS','LzHtz','result','setState','../../../helpers/test-observability/utils','from','getTestDetails','sessionId','end','getTestId','getProcessId','bind','KEY_SESSION_ID','2|11|5|3|4|9|7|10|1|6|8|0','../browserstackCLI.js','KEY_BROWSER_OBJECT','markSessionName:\x20Skipping\x20session\x20name\x20marking','yWJKH','passed','KEY_PLATFORM_INDEX','nTIRR','PLAYWRIGHT_DISPATCH','testRunId','onKFi','XrtyA','KEY_CONTEXT_OBJECT','fZZEy','UQIlv','KEY_CAPABILITIES','TEST','95cPppbm','name','reason','onAfterDriverCreate','version','BBmNT','KEY_TEST_FRAMEWORK_NAME','browserVersion','CREATE','103080hlqDZe','DTsBg','platforms','onAfterDriverCreate:\x20Setting\x20context\x20object','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','markSessionStatus','isLTSSession','../utils/jest-utils.js'];a84_0x3e54=function(){return _0x2e8be8;};return a84_0x3e54();}PlaywrightDriverModule['MODULE_NAME']=a84_0xb0f258(0x182),module[a84_0xb0f258(0x1d8)]=PlaywrightDriverModule;