browserstack-node-sdk 1.69.0 → 1.70.1

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 (223) 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/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/mochaTestFramework.js +1 -1
  139. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  140. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  142. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  143. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  144. package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testFramework.js +1 -1
  146. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  147. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  148. package/src/bin/v2/grpcClient.js +1 -1
  149. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  150. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  151. package/src/bin/v2/instances/trackedContext.js +1 -1
  152. package/src/bin/v2/instances/trackedInstance.js +1 -1
  153. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  154. package/src/bin/v2/modules/baseModule.js +1 -1
  155. package/src/bin/v2/modules/loadTestModule.js +1 -1
  156. package/src/bin/v2/modules/observabilityModule.js +1 -1
  157. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  158. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  159. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  160. package/src/bin/v2/modules/testhubModule.js +1 -1
  161. package/src/bin/v2/runStateStore.js +1 -1
  162. package/src/bin/v2/sdkErrorHandler.js +1 -1
  163. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  164. package/src/bin/v2/state/hookState.js +1 -1
  165. package/src/bin/v2/state/testFrameworkState.js +1 -1
  166. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  167. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  168. package/src/bin/v2/utils/jest-utils.js +1 -1
  169. package/src/bin/vanilla-js/command.js +1 -1
  170. package/src/browserStackSdk.js +1 -1
  171. package/src/helpers/BrowserStackSetup.js +1 -1
  172. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  173. package/src/helpers/accessibility-automation/constants.js +1 -1
  174. package/src/helpers/accessibility-automation/helper.js +1 -1
  175. package/src/helpers/accessibility-automation/scripts.js +1 -1
  176. package/src/helpers/ats/constants.js +1 -1
  177. package/src/helpers/ats/helper.js +1 -1
  178. package/src/helpers/caCertHelper.js +1 -1
  179. package/src/helpers/capsMapping.js +1 -1
  180. package/src/helpers/central-scanner/constants.js +1 -1
  181. package/src/helpers/central-scanner/helpers.js +1 -1
  182. package/src/helpers/classLogger.js +1 -1
  183. package/src/helpers/driverInitErrorReporter.js +1 -1
  184. package/src/helpers/globals.js +1 -1
  185. package/src/helpers/helper.js +1 -1
  186. package/src/helpers/logger.js +1 -1
  187. package/src/helpers/metadata.js +1 -1
  188. package/src/helpers/patchHelper.js +1 -1
  189. package/src/helpers/patchHelpers.js +1 -1
  190. package/src/helpers/percy/Percy.js +1 -1
  191. package/src/helpers/percy/PercyBinary.js +1 -1
  192. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  193. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  194. package/src/helpers/percy/PercySDK.js +1 -1
  195. package/src/helpers/percy/index.js +1 -1
  196. package/src/helpers/percy/utils.js +1 -1
  197. package/src/helpers/performance/constants.js +1 -1
  198. package/src/helpers/performance/performance-tester.js +1 -1
  199. package/src/helpers/playwright-helper.js +1 -1
  200. package/src/helpers/processHelper.js +1 -1
  201. package/src/helpers/puppeteer-helper.js +1 -1
  202. package/src/helpers/request-spy.js +1 -1
  203. package/src/helpers/setKeepAlive.js +1 -1
  204. package/src/helpers/stackFrameUtils.js +1 -1
  205. package/src/helpers/test-observability/constants.js +1 -1
  206. package/src/helpers/test-observability/error-handler.js +1 -1
  207. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  208. package/src/helpers/test-observability/sessionHandler.js +1 -1
  209. package/src/helpers/test-observability/utils.js +1 -1
  210. package/src/helpers/test-orchestration/constants.js +1 -1
  211. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  212. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  213. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  214. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  215. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  216. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  217. package/src/helpers/testhub/constants.js +1 -1
  218. package/src/helpers/testhub/testhubHandler.js +1 -1
  219. package/src/helpers/testhub/utils.js +1 -1
  220. package/src/helpers/utilities.js +1 -1
  221. package/src/helpers/w3cMapping.js +1 -1
  222. package/src/hubAllocationMethods.js +1 -1
  223. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a156_0x594614=a156_0x5608;function a156_0x145b(){const _0x1fc1a0=['3595670XvkHKU',':auto-capture','SESSION_ANNOTATION',':local-start','SDK_A11Y',':get',':session-annotation','SDK_CLI_LOG_CREATED_EVENT','SAVE_RESULTS','SDK_SETUP','sdk:cli:logCreatedEvent','STOP','PRINT_BUILDLINK','sdk:accessibilityConfig','SDK_TEST_SESSION_EVENT','SDK_HOOK','GENERATE_CI_ARTIFACT',':session-name','SDK_PERCY',':screenshot-app','IDLE_TIMEOUT','sdk:driverInit','SDK_POST_TEST',':get-accessibility-results-summary',':session-status','SCREENSHOT_APP','sdk:startBinSession','sdk:post-test','SDK_DRIVER',':before','KEEP_ALIVE','AUTOMATE_EVENTS',':ci-artifacts','APP_AUOTMATE_EVENTS','sdk:percy',':save-results','SESSION_NAME','sdk:proxy-setup','SDK_CONNECT_BIN_SESSION','QUIT','SDK_PRE_INITIALIZE','SDK_CLI_ON_STOP','14Abubsz','sdk:cli:start','START','BEFORE_ALL','O11y_EVENTS',':stop','BEFORE_EACH','sdk:driver','SDK_AUTO_CAPTURE','sdk:hook','SYNC','SDK_AUTOMATION_FRAMEWORK_START','sdk:cleanup','sdk:connectBinSession','SDK_CLI_ON_CONNECT','2159970zMLoFM','LOCAL_START','SDK_ACCESSIBILITY_CONFIG','SDK_TESTHUB','SDK_PROXY_SETUP','HOOK_EVENTS','sdk:app-automate','1045395fabSYK','sdk:setup','TURBOSCALE_EVENTS','SDK_CLI_ENQUEUE_TEST_EVENT','SDK_APP_AUTOMATE','sdk:driver:pre-initialization','sdk:cli:enqueueTestEvent','sdk:testFrameworkEvent','sdk:cli:on-stop','sdk:auto-capture',':driver-takeScreenShot',':after-each','SDK_POST_INITIALIZE','GET_RESULTS','AUTO_CAPTURE','SDK_TURBOSCALE',':after-all','SDK_FIND_NEAREST_HUB',':local-stop','sdk:automationFrameworkInit',':keep-alive','AFTER','SDK_ON_STOP','SDK_CLEANUP',':screenshot','sdk:driver:post-initialization','POST_EXECUTE','AFTER_ALL','AFTER_EACH','sdk:a11y',':print-buildlink','2469834DHtUkx','sdk:turboscale',':start','SDK_PRE_TEST','HUB_MANAGEMENT','SNAPSHOT','PERCY_EVENTS','SDK_OBSERVABILITY_CONFIG','SDK_TEST_FRAMEWORK_EVENT','GET_RESULTS_SUMMARY',':driver-manage','BEFORE','DRIVER_EVENT',':sync',':hub-management','sdk:o11y','17409160VZWSIf','2852828kbCdUr',':download','A11Y_EVENTS',':before-each',':get-accessibility-results','SDK_AUTOMATE','sdk:findNearestHub','sdk:observabilityConfig','SDK_O11Y','sdk:testSessionEvent','TESTHUB_EVENTS',':idle-timeout','sdk:cli:on-bootstrap','2692500iIlmLj'];a156_0x145b=function(){return _0x1fc1a0;};return a156_0x145b();}(function(_0x1f745c,_0x29558a){const _0x508cdb=a156_0x5608,_0x1a7d3d=_0x1f745c();while(!![]){try{const _0xfdba99=-parseInt(_0x508cdb(0xcf))/0x1+parseInt(_0x508cdb(0x10c))/0x2+-parseInt(_0x508cdb(0xee))/0x3+-parseInt(_0x508cdb(0xff))/0x4+-parseInt(_0x508cdb(0x10d))/0x5+-parseInt(_0x508cdb(0xc8))/0x6*(-parseInt(_0x508cdb(0xb9))/0x7)+parseInt(_0x508cdb(0xfe))/0x8;if(_0xfdba99===_0x29558a)break;else _0x1a7d3d['push'](_0x1a7d3d['shift']());}catch(_0x21f1b4){_0x1a7d3d['push'](_0x1a7d3d['shift']());}}}(a156_0x145b,0xe5d3b));const a156_0x512356={};function a156_0x5608(_0x231e04,_0x78007d){const _0x145ba2=a156_0x145b();return a156_0x5608=function(_0x560802,_0x16656a){_0x560802=_0x560802-0xae;let _0x75e061=_0x145ba2[_0x560802];return _0x75e061;},a156_0x5608(_0x231e04,_0x78007d);}a156_0x512356[a156_0x594614(0x116)]=a156_0x594614(0xd0),a156_0x512356[a156_0x594614(0xe6)]=a156_0x594614(0xc5),a156_0x512356[a156_0x594614(0xf1)]='sdk:pre-test',a156_0x512356['SDK_TEST']='sdk:test',a156_0x512356[a156_0x594614(0x123)]=a156_0x594614(0x128),a156_0x512356[a156_0x594614(0x11c)]=a156_0x594614(0xc2),a156_0x512356[a156_0x594614(0x129)]=a156_0x594614(0xc0),a156_0x512356[a156_0x594614(0x111)]=a156_0x594614(0xec),a156_0x512356[a156_0x594614(0x107)]=a156_0x594614(0xfd),a156_0x512356[a156_0x594614(0xc1)]=a156_0x594614(0xd8),a156_0x512356[a156_0x594614(0xcc)]=a156_0x594614(0xb4),a156_0x512356[a156_0x594614(0xcb)]='sdk:testhub',a156_0x512356[a156_0x594614(0x104)]='sdk:automate',a156_0x512356['SDK_APP_AUTOMATE']=a156_0x594614(0xce),a156_0x512356[a156_0x594614(0xde)]=a156_0x594614(0xef),a156_0x512356[a156_0x594614(0x11f)]=a156_0x594614(0xb1),a156_0x512356[a156_0x594614(0xb7)]=a156_0x594614(0xd4),a156_0x512356[a156_0x594614(0xdb)]=a156_0x594614(0xe8),a156_0x512356['SDK_CLI_START']=a156_0x594614(0xba),a156_0x512356['SDK_CLI_DOWNLOAD']='sdk:cli:download',a156_0x512356['SDK_CLI_CHECK_UPDATE']='sdk:cli:check-update',a156_0x512356['SDK_CLI_ON_BOOTSTRAP']=a156_0x594614(0x10b),a156_0x512356[a156_0x594614(0xc7)]='sdk:cli:on-connect',a156_0x512356[a156_0x594614(0xb8)]=a156_0x594614(0xd7),a156_0x512356['SDK_START_BIN_SESSION']=a156_0x594614(0x127),a156_0x512356[a156_0x594614(0xb5)]=a156_0x594614(0xc6),a156_0x512356['SDK_DRIVER_INIT']=a156_0x594614(0x122),a156_0x512356[a156_0x594614(0xe0)]=a156_0x594614(0x105),a156_0x512356['SDK_AUTOMATION_FRAMEWORK_INIT']=a156_0x594614(0xe2),a156_0x512356[a156_0x594614(0xc4)]='sdk:automationFrameworkStart',a156_0x512356[a156_0x594614(0xca)]=a156_0x594614(0x11a),a156_0x512356[a156_0x594614(0xf5)]=a156_0x594614(0x106),a156_0x512356[a156_0x594614(0xf6)]=a156_0x594614(0xd6),a156_0x512356[a156_0x594614(0x11b)]=a156_0x594614(0x108),a156_0x512356[a156_0x594614(0x114)]=a156_0x594614(0x117),a156_0x512356[a156_0x594614(0xd2)]=a156_0x594614(0xd5),a156_0x512356['SDK_AUTOMATION_FRAMEWORK_STOP']='sdk:automationFrameworkStop',a156_0x512356[a156_0x594614(0xe5)]='sdk:onStop';const SDK_EVENTS=a156_0x512356,a156_0x184547={};a156_0x184547['EVENTS']=SDK_EVENTS,a156_0x184547[a156_0x594614(0x109)]={},a156_0x184547[a156_0x594614(0xae)]={},a156_0x184547[a156_0x594614(0x101)]={},a156_0x184547[a156_0x594614(0xf4)]={},a156_0x184547[a156_0x594614(0xbd)]={},a156_0x184547[a156_0x594614(0xcd)]={},a156_0x184547[a156_0x594614(0xd1)]={},a156_0x184547[a156_0x594614(0xb0)]={},a156_0x184547[a156_0x594614(0xfa)]={},a156_0x184547[a156_0x594614(0x109)][a156_0x594614(0xbb)]=SDK_EVENTS[a156_0x594614(0xcb)]+a156_0x594614(0xf0),a156_0x184547[a156_0x594614(0x109)][a156_0x594614(0x118)]=SDK_EVENTS[a156_0x594614(0xcb)]+a156_0x594614(0xbe),a156_0x184547[a156_0x594614(0xae)][a156_0x594614(0x12b)]=SDK_EVENTS[a156_0x594614(0x104)]+a156_0x594614(0xe3),a156_0x184547[a156_0x594614(0xae)][a156_0x594614(0xf2)]=SDK_EVENTS['SDK_AUTOMATE']+a156_0x594614(0xfc),a156_0x184547[a156_0x594614(0xae)][a156_0x594614(0xc9)]=SDK_EVENTS[a156_0x594614(0x104)]+a156_0x594614(0x110),a156_0x184547[a156_0x594614(0xae)]['LOCAL_STOP']=SDK_EVENTS[a156_0x594614(0x104)]+a156_0x594614(0xe1),a156_0x184547[a156_0x594614(0xae)]['DRIVER_MANAGE']=SDK_EVENTS['SDK_AUTOMATE']+a156_0x594614(0xf8),a156_0x184547[a156_0x594614(0xae)][a156_0x594614(0xb3)]=SDK_EVENTS[a156_0x594614(0x104)]+a156_0x594614(0x11e),a156_0x184547[a156_0x594614(0xae)]['SESSION_STATUS']=SDK_EVENTS['SDK_AUTOMATE']+a156_0x594614(0x125),a156_0x184547[a156_0x594614(0xae)][a156_0x594614(0x10f)]=SDK_EVENTS['SDK_AUTOMATE']+a156_0x594614(0x113),a156_0x184547[a156_0x594614(0xae)][a156_0x594614(0x121)]=SDK_EVENTS[a156_0x594614(0x104)]+a156_0x594614(0x10a),a156_0x184547[a156_0x594614(0xae)][a156_0x594614(0x11d)]=SDK_EVENTS[a156_0x594614(0x104)]+a156_0x594614(0xaf),a156_0x184547[a156_0x594614(0xae)][a156_0x594614(0x119)]=SDK_EVENTS['SDK_AUTOMATE']+a156_0x594614(0xed),a156_0x184547[a156_0x594614(0x101)]['PERFORM_SCAN']=SDK_EVENTS[a156_0x594614(0x111)]+':driver-performscan',a156_0x184547[a156_0x594614(0x101)][a156_0x594614(0x115)]=SDK_EVENTS['SDK_A11Y']+a156_0x594614(0xb2),a156_0x184547[a156_0x594614(0x101)][a156_0x594614(0xdc)]=SDK_EVENTS[a156_0x594614(0x111)]+a156_0x594614(0x103),a156_0x184547[a156_0x594614(0x101)][a156_0x594614(0xf7)]=SDK_EVENTS[a156_0x594614(0x111)]+a156_0x594614(0x124),a156_0x184547[a156_0x594614(0xf4)]['DOWNLOAD']=SDK_EVENTS[a156_0x594614(0x11f)]+a156_0x594614(0x100),a156_0x184547[a156_0x594614(0xf4)]['SCREENSHOT']=SDK_EVENTS['SDK_PERCY']+a156_0x594614(0xe7),a156_0x184547[a156_0x594614(0xf4)][a156_0x594614(0xbb)]=SDK_EVENTS[a156_0x594614(0x11f)]+a156_0x594614(0xf0),a156_0x184547[a156_0x594614(0xf4)][a156_0x594614(0x118)]=SDK_EVENTS[a156_0x594614(0x11f)]+':stop',a156_0x184547[a156_0x594614(0xf4)][a156_0x594614(0xdd)]=SDK_EVENTS['SDK_PERCY']+a156_0x594614(0x10e),a156_0x184547[a156_0x594614(0xf4)][a156_0x594614(0xf3)]=SDK_EVENTS[a156_0x594614(0x11f)]+':snapshot',a156_0x184547[a156_0x594614(0xf4)][a156_0x594614(0x126)]=SDK_EVENTS['SDK_PERCY']+a156_0x594614(0x120),a156_0x184547[a156_0x594614(0xbd)][a156_0x594614(0xc3)]=SDK_EVENTS['SDK_O11Y']+a156_0x594614(0xfb),a156_0x184547[a156_0x594614(0xbd)]['TAKE_SCREENSHOT']=SDK_EVENTS[a156_0x594614(0x107)]+a156_0x594614(0xd9),a156_0x184547[a156_0x594614(0xbd)][a156_0x594614(0x119)]=SDK_EVENTS['SDK_O11Y']+a156_0x594614(0xed),a156_0x184547[a156_0x594614(0xcd)][a156_0x594614(0xbf)]=SDK_EVENTS[a156_0x594614(0x11c)]+a156_0x594614(0x102),a156_0x184547[a156_0x594614(0xcd)][a156_0x594614(0xeb)]=SDK_EVENTS['SDK_HOOK']+a156_0x594614(0xda),a156_0x184547[a156_0x594614(0xcd)][a156_0x594614(0xea)]=SDK_EVENTS[a156_0x594614(0x11c)]+a156_0x594614(0xdf),a156_0x184547[a156_0x594614(0xcd)][a156_0x594614(0xbc)]=SDK_EVENTS[a156_0x594614(0x11c)]+':before-all',a156_0x184547[a156_0x594614(0xcd)][a156_0x594614(0xf9)]=SDK_EVENTS[a156_0x594614(0x11c)]+a156_0x594614(0x12a),a156_0x184547[a156_0x594614(0xcd)][a156_0x594614(0xe4)]=SDK_EVENTS[a156_0x594614(0x11c)]+':after',a156_0x184547[a156_0x594614(0xd1)]['HUB_MANAGEMENT']=SDK_EVENTS[a156_0x594614(0xde)]+a156_0x594614(0xfc),a156_0x184547[a156_0x594614(0xd1)]['PRINT_BUILDLINK']=SDK_EVENTS[a156_0x594614(0xde)]+a156_0x594614(0xed),a156_0x184547[a156_0x594614(0xb0)]['APP_UPLOAD']=SDK_EVENTS[a156_0x594614(0xd3)]+':app-upload',a156_0x184547[a156_0x594614(0xfa)][a156_0x594614(0xb6)]=SDK_EVENTS[a156_0x594614(0x129)]+':quit',a156_0x184547[a156_0x594614(0xfa)]['GET']=SDK_EVENTS[a156_0x594614(0x129)]+a156_0x594614(0x112),a156_0x184547[a156_0x594614(0xfa)][a156_0x594614(0xe9)]=SDK_EVENTS[a156_0x594614(0x129)]+':post-execute',module['exports']=a156_0x184547;
1
+ const a156_0x6c9fa7=a156_0x3e21;function a156_0x1417(){const _0x1d6aee=['SDK_AUTOMATION_FRAMEWORK_START','O11y_EVENTS','SDK_CLI_ENQUEUE_TEST_EVENT','sdk:connectBinSession','10244770EMWrXq','GENERATE_CI_ARTIFACT',':start','1135134eSFqmK','SDK_AUTOMATION_FRAMEWORK_INIT','sdk:cli:on-connect','SDK_CLI_ON_CONNECT','DRIVER_EVENT',':session-name',':after','AFTER_EACH',':session-status',':save-results','BEFORE_ALL',':local-start',':before-each','sdk:automationFrameworkInit','SDK_AUTOMATE','TURBOSCALE_EVENTS','889854fSXyjW','SDK_SETUP',':driver-performscan','SDK_POST_INITIALIZE','GET_RESULTS',':keep-alive','SDK_AUTO_CAPTURE',':quit',':driver-takeScreenShot',':post-execute','LOCAL_START','SDK_TEST_SESSION_EVENT','SDK_TESTHUB','SDK_TURBOSCALE','SDK_HOOK','248648ByMveF','sdk:a11y','HUB_MANAGEMENT',':get','A11Y_EVENTS','sdk:observabilityConfig','DOWNLOAD','1109127rgWzCu','643382Zkmrgg','SCREENSHOT','sdk:cli:enqueueTestEvent','AFTER_ALL','sdk:o11y','SDK_CLI_ON_STOP','SDK_CONNECT_BIN_SESSION','SCREENSHOT_APP',':get-accessibility-results-summary','SDK_CLI_CHECK_UPDATE','sdk:testSessionEvent','HOOK_EVENTS','4BloKVP','AUTOMATE_EVENTS','sdk:test','sdk:setup',':after-each','SDK_START_BIN_SESSION','SDK_DRIVER','sdk:cli:start','SDK_AUTOMATION_FRAMEWORK_STOP',':stop','POST_EXECUTE','sdk:cli:on-bootstrap','SDK_CLI_DOWNLOAD','GET_RESULTS_SUMMARY','SYNC',':screenshot','SDK_A11Y',':driver-manage','90rZnQSG','SDK_ON_STOP',':download','APP_AUOTMATE_EVENTS','exports','sdk:proxy-setup','SDK_FIND_NEAREST_HUB','sdk:percy','GET','sdk:cli:check-update','QUIT','sdk:cli:on-stop',':hub-management','STOP',':session-annotation','sdk:onStop','SNAPSHOT','sdk:automationFrameworkStop','1sNgETn','SAVE_RESULTS','sdk:post-test',':snapshot','sdk:startBinSession','TESTHUB_EVENTS','SDK_O11Y','PERCY_EVENTS','971895EuZBcQ',':idle-timeout','SDK_ACCESSIBILITY_CONFIG','SDK_OBSERVABILITY_CONFIG','SDK_PROXY_SETUP','sdk:auto-capture','EVENTS','SDK_CLEANUP','sdk:automate',':print-buildlink','sdk:driverInit','SDK_CLI_LOG_CREATED_EVENT','sdk:testFrameworkEvent','sdk:turboscale','sdk:hook','PRINT_BUILDLINK',':auto-capture',':ci-artifacts','SDK_APP_AUTOMATE','IDLE_TIMEOUT','SESSION_STATUS',':after-all','sdk:driver','LOCAL_STOP','SESSION_NAME','SDK_PERCY'];a156_0x1417=function(){return _0x1d6aee;};return a156_0x1417();}function a156_0x3e21(_0x48a333,_0x1cd60f){const _0x1417fa=a156_0x1417();return a156_0x3e21=function(_0x3e210f,_0xe85fbb){_0x3e210f=_0x3e210f-0x73;let _0x169bbf=_0x1417fa[_0x3e210f];return _0x169bbf;},a156_0x3e21(_0x48a333,_0x1cd60f);}(function(_0x28b88d,_0x3e5516){const _0x503c3f=a156_0x3e21,_0x210d9e=_0x28b88d();while(!![]){try{const _0x826aad=parseInt(_0x503c3f(0x7c))/0x1*(-parseInt(_0x503c3f(0xcc))/0x2)+parseInt(_0x503c3f(0xcb))/0x3+parseInt(_0x503c3f(0xd8))/0x4*(-parseInt(_0x503c3f(0x84))/0x5)+-parseInt(_0x503c3f(0xa5))/0x6+-parseInt(_0x503c3f(0xb5))/0x7+parseInt(_0x503c3f(0xc4))/0x8*(-parseInt(_0x503c3f(0xea))/0x9)+parseInt(_0x503c3f(0xa2))/0xa;if(_0x826aad===_0x3e5516)break;else _0x210d9e['push'](_0x210d9e['shift']());}catch(_0x346c1c){_0x210d9e['push'](_0x210d9e['shift']());}}}(a156_0x1417,0x3d473));const a156_0x1d2545={};a156_0x1d2545[a156_0x6c9fa7(0xb6)]=a156_0x6c9fa7(0xdb),a156_0x1d2545[a156_0x6c9fa7(0x8b)]='sdk:cleanup',a156_0x1d2545['SDK_PRE_TEST']='sdk:pre-test',a156_0x1d2545['SDK_TEST']=a156_0x6c9fa7(0xda),a156_0x1d2545['SDK_POST_TEST']=a156_0x6c9fa7(0x7e),a156_0x1d2545[a156_0x6c9fa7(0xc3)]=a156_0x6c9fa7(0x92),a156_0x1d2545['SDK_DRIVER']=a156_0x6c9fa7(0x9a),a156_0x1d2545[a156_0x6c9fa7(0xe8)]=a156_0x6c9fa7(0xc5),a156_0x1d2545[a156_0x6c9fa7(0x82)]=a156_0x6c9fa7(0xd0),a156_0x1d2545[a156_0x6c9fa7(0xbb)]=a156_0x6c9fa7(0x89),a156_0x1d2545[a156_0x6c9fa7(0x88)]=a156_0x6c9fa7(0xef),a156_0x1d2545[a156_0x6c9fa7(0xc1)]='sdk:testhub',a156_0x1d2545[a156_0x6c9fa7(0xb3)]=a156_0x6c9fa7(0x8c),a156_0x1d2545[a156_0x6c9fa7(0x96)]='sdk:app-automate',a156_0x1d2545[a156_0x6c9fa7(0xc2)]=a156_0x6c9fa7(0x91),a156_0x1d2545[a156_0x6c9fa7(0x9d)]=a156_0x6c9fa7(0xf1),a156_0x1d2545['SDK_PRE_INITIALIZE']='sdk:driver:pre-initialization',a156_0x1d2545[a156_0x6c9fa7(0xb8)]='sdk:driver:post-initialization',a156_0x1d2545['SDK_CLI_START']=a156_0x6c9fa7(0xdf),a156_0x1d2545[a156_0x6c9fa7(0xe4)]='sdk:cli:download',a156_0x1d2545[a156_0x6c9fa7(0xd5)]=a156_0x6c9fa7(0x73),a156_0x1d2545['SDK_CLI_ON_BOOTSTRAP']=a156_0x6c9fa7(0xe3),a156_0x1d2545[a156_0x6c9fa7(0xa8)]=a156_0x6c9fa7(0xa7),a156_0x1d2545[a156_0x6c9fa7(0xd1)]=a156_0x6c9fa7(0x75),a156_0x1d2545[a156_0x6c9fa7(0xdd)]=a156_0x6c9fa7(0x80),a156_0x1d2545[a156_0x6c9fa7(0xd2)]=a156_0x6c9fa7(0xa1),a156_0x1d2545['SDK_DRIVER_INIT']=a156_0x6c9fa7(0x8e),a156_0x1d2545[a156_0x6c9fa7(0xf0)]='sdk:findNearestHub',a156_0x1d2545[a156_0x6c9fa7(0xa6)]=a156_0x6c9fa7(0xb2),a156_0x1d2545[a156_0x6c9fa7(0x9e)]='sdk:automationFrameworkStart',a156_0x1d2545[a156_0x6c9fa7(0x86)]='sdk:accessibilityConfig',a156_0x1d2545[a156_0x6c9fa7(0x87)]=a156_0x6c9fa7(0xc9),a156_0x1d2545['SDK_TEST_FRAMEWORK_EVENT']=a156_0x6c9fa7(0x90),a156_0x1d2545[a156_0x6c9fa7(0xc0)]=a156_0x6c9fa7(0xd6),a156_0x1d2545[a156_0x6c9fa7(0x8f)]='sdk:cli:logCreatedEvent',a156_0x1d2545[a156_0x6c9fa7(0xa0)]=a156_0x6c9fa7(0xce),a156_0x1d2545[a156_0x6c9fa7(0xe0)]=a156_0x6c9fa7(0x7b),a156_0x1d2545[a156_0x6c9fa7(0xeb)]=a156_0x6c9fa7(0x79);const SDK_EVENTS=a156_0x1d2545,a156_0x1729ab={};a156_0x1729ab[a156_0x6c9fa7(0x8a)]=SDK_EVENTS,a156_0x1729ab[a156_0x6c9fa7(0x81)]={},a156_0x1729ab[a156_0x6c9fa7(0xd9)]={},a156_0x1729ab[a156_0x6c9fa7(0xc8)]={},a156_0x1729ab[a156_0x6c9fa7(0x83)]={},a156_0x1729ab[a156_0x6c9fa7(0x9f)]={},a156_0x1729ab[a156_0x6c9fa7(0xd7)]={},a156_0x1729ab[a156_0x6c9fa7(0xb4)]={},a156_0x1729ab[a156_0x6c9fa7(0xed)]={},a156_0x1729ab[a156_0x6c9fa7(0xa9)]={},a156_0x1729ab[a156_0x6c9fa7(0x81)]['START']=SDK_EVENTS[a156_0x6c9fa7(0xc1)]+a156_0x6c9fa7(0xa4),a156_0x1729ab[a156_0x6c9fa7(0x81)][a156_0x6c9fa7(0x77)]=SDK_EVENTS[a156_0x6c9fa7(0xc1)]+':stop',a156_0x1729ab[a156_0x6c9fa7(0xd9)]['KEEP_ALIVE']=SDK_EVENTS['SDK_AUTOMATE']+a156_0x6c9fa7(0xba),a156_0x1729ab[a156_0x6c9fa7(0xd9)]['HUB_MANAGEMENT']=SDK_EVENTS[a156_0x6c9fa7(0xb3)]+a156_0x6c9fa7(0x76),a156_0x1729ab[a156_0x6c9fa7(0xd9)][a156_0x6c9fa7(0xbf)]=SDK_EVENTS[a156_0x6c9fa7(0xb3)]+a156_0x6c9fa7(0xb0),a156_0x1729ab[a156_0x6c9fa7(0xd9)][a156_0x6c9fa7(0x9b)]=SDK_EVENTS[a156_0x6c9fa7(0xb3)]+':local-stop',a156_0x1729ab[a156_0x6c9fa7(0xd9)]['DRIVER_MANAGE']=SDK_EVENTS[a156_0x6c9fa7(0xb3)]+a156_0x6c9fa7(0xe9),a156_0x1729ab[a156_0x6c9fa7(0xd9)][a156_0x6c9fa7(0x9c)]=SDK_EVENTS[a156_0x6c9fa7(0xb3)]+a156_0x6c9fa7(0xaa),a156_0x1729ab[a156_0x6c9fa7(0xd9)][a156_0x6c9fa7(0x98)]=SDK_EVENTS[a156_0x6c9fa7(0xb3)]+a156_0x6c9fa7(0xad),a156_0x1729ab[a156_0x6c9fa7(0xd9)]['SESSION_ANNOTATION']=SDK_EVENTS['SDK_AUTOMATE']+a156_0x6c9fa7(0x78),a156_0x1729ab[a156_0x6c9fa7(0xd9)][a156_0x6c9fa7(0x97)]=SDK_EVENTS['SDK_AUTOMATE']+a156_0x6c9fa7(0x85),a156_0x1729ab[a156_0x6c9fa7(0xd9)][a156_0x6c9fa7(0xa3)]=SDK_EVENTS[a156_0x6c9fa7(0xb3)]+a156_0x6c9fa7(0x95),a156_0x1729ab[a156_0x6c9fa7(0xd9)]['PRINT_BUILDLINK']=SDK_EVENTS[a156_0x6c9fa7(0xb3)]+a156_0x6c9fa7(0x8d),a156_0x1729ab[a156_0x6c9fa7(0xc8)]['PERFORM_SCAN']=SDK_EVENTS[a156_0x6c9fa7(0xe8)]+a156_0x6c9fa7(0xb7),a156_0x1729ab[a156_0x6c9fa7(0xc8)][a156_0x6c9fa7(0x7d)]=SDK_EVENTS[a156_0x6c9fa7(0xe8)]+a156_0x6c9fa7(0xae),a156_0x1729ab[a156_0x6c9fa7(0xc8)][a156_0x6c9fa7(0xb9)]=SDK_EVENTS['SDK_A11Y']+':get-accessibility-results',a156_0x1729ab[a156_0x6c9fa7(0xc8)][a156_0x6c9fa7(0xe5)]=SDK_EVENTS[a156_0x6c9fa7(0xe8)]+a156_0x6c9fa7(0xd4),a156_0x1729ab[a156_0x6c9fa7(0x83)][a156_0x6c9fa7(0xca)]=SDK_EVENTS[a156_0x6c9fa7(0x9d)]+a156_0x6c9fa7(0xec),a156_0x1729ab[a156_0x6c9fa7(0x83)][a156_0x6c9fa7(0xcd)]=SDK_EVENTS[a156_0x6c9fa7(0x9d)]+a156_0x6c9fa7(0xe7),a156_0x1729ab[a156_0x6c9fa7(0x83)]['START']=SDK_EVENTS[a156_0x6c9fa7(0x9d)]+a156_0x6c9fa7(0xa4),a156_0x1729ab[a156_0x6c9fa7(0x83)][a156_0x6c9fa7(0x77)]=SDK_EVENTS[a156_0x6c9fa7(0x9d)]+a156_0x6c9fa7(0xe1),a156_0x1729ab[a156_0x6c9fa7(0x83)]['AUTO_CAPTURE']=SDK_EVENTS['SDK_PERCY']+a156_0x6c9fa7(0x94),a156_0x1729ab[a156_0x6c9fa7(0x83)][a156_0x6c9fa7(0x7a)]=SDK_EVENTS[a156_0x6c9fa7(0x9d)]+a156_0x6c9fa7(0x7f),a156_0x1729ab[a156_0x6c9fa7(0x83)][a156_0x6c9fa7(0xd3)]=SDK_EVENTS[a156_0x6c9fa7(0x9d)]+':screenshot-app',a156_0x1729ab[a156_0x6c9fa7(0x9f)][a156_0x6c9fa7(0xe6)]=SDK_EVENTS[a156_0x6c9fa7(0x82)]+':sync',a156_0x1729ab[a156_0x6c9fa7(0x9f)]['TAKE_SCREENSHOT']=SDK_EVENTS[a156_0x6c9fa7(0x82)]+a156_0x6c9fa7(0xbd),a156_0x1729ab[a156_0x6c9fa7(0x9f)][a156_0x6c9fa7(0x93)]=SDK_EVENTS[a156_0x6c9fa7(0x82)]+a156_0x6c9fa7(0x8d),a156_0x1729ab[a156_0x6c9fa7(0xd7)]['BEFORE_EACH']=SDK_EVENTS[a156_0x6c9fa7(0xc3)]+a156_0x6c9fa7(0xb1),a156_0x1729ab[a156_0x6c9fa7(0xd7)][a156_0x6c9fa7(0xac)]=SDK_EVENTS[a156_0x6c9fa7(0xc3)]+a156_0x6c9fa7(0xdc),a156_0x1729ab[a156_0x6c9fa7(0xd7)][a156_0x6c9fa7(0xcf)]=SDK_EVENTS[a156_0x6c9fa7(0xc3)]+a156_0x6c9fa7(0x99),a156_0x1729ab[a156_0x6c9fa7(0xd7)][a156_0x6c9fa7(0xaf)]=SDK_EVENTS[a156_0x6c9fa7(0xc3)]+':before-all',a156_0x1729ab[a156_0x6c9fa7(0xd7)]['BEFORE']=SDK_EVENTS[a156_0x6c9fa7(0xc3)]+':before',a156_0x1729ab[a156_0x6c9fa7(0xd7)]['AFTER']=SDK_EVENTS['SDK_HOOK']+a156_0x6c9fa7(0xab),a156_0x1729ab[a156_0x6c9fa7(0xb4)][a156_0x6c9fa7(0xc6)]=SDK_EVENTS[a156_0x6c9fa7(0xc2)]+':hub-management',a156_0x1729ab[a156_0x6c9fa7(0xb4)][a156_0x6c9fa7(0x93)]=SDK_EVENTS[a156_0x6c9fa7(0xc2)]+a156_0x6c9fa7(0x8d),a156_0x1729ab[a156_0x6c9fa7(0xed)]['APP_UPLOAD']=SDK_EVENTS[a156_0x6c9fa7(0x96)]+':app-upload',a156_0x1729ab[a156_0x6c9fa7(0xa9)][a156_0x6c9fa7(0x74)]=SDK_EVENTS[a156_0x6c9fa7(0xde)]+a156_0x6c9fa7(0xbc),a156_0x1729ab[a156_0x6c9fa7(0xa9)][a156_0x6c9fa7(0xf2)]=SDK_EVENTS[a156_0x6c9fa7(0xde)]+a156_0x6c9fa7(0xc7),a156_0x1729ab[a156_0x6c9fa7(0xa9)][a156_0x6c9fa7(0xe2)]=SDK_EVENTS[a156_0x6c9fa7(0xde)]+a156_0x6c9fa7(0xbe),module[a156_0x6c9fa7(0xee)]=a156_0x1729ab;
@@ -1 +1 @@
1
- const a157_0x5f3a31=a157_0x11c5;(function(_0x483080,_0x435d57){const _0x5d3cc6=a157_0x11c5,_0x547a5d=_0x483080();while(!![]){try{const _0x10d5e1=-parseInt(_0x5d3cc6(0x22f))/0x1+parseInt(_0x5d3cc6(0x28d))/0x2*(-parseInt(_0x5d3cc6(0x259))/0x3)+-parseInt(_0x5d3cc6(0x250))/0x4+-parseInt(_0x5d3cc6(0x203))/0x5+parseInt(_0x5d3cc6(0x269))/0x6*(-parseInt(_0x5d3cc6(0x253))/0x7)+parseInt(_0x5d3cc6(0x284))/0x8*(-parseInt(_0x5d3cc6(0x254))/0x9)+-parseInt(_0x5d3cc6(0x1e9))/0xa*(-parseInt(_0x5d3cc6(0x1f3))/0xb);if(_0x10d5e1===_0x435d57)break;else _0x547a5d['push'](_0x547a5d['shift']());}catch(_0x2977f9){_0x547a5d['push'](_0x547a5d['shift']());}}}(a157_0x232a,0xc6ac9));function a157_0x232a(){const _0x47eb2b=['getEventsFromJSON','32691xlTeZO','finalizeErrors','error-report','</tbody></table></body></html>','isEnabled','Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','concat','gKBhc','yAshE','-end','slice','bAjkt','path','LLbNj','wrlmW','LdKtG','1079346sjrWCx','started','_observer','dxfgr','rHmno','fWTiG','bhvht','LUIzl','pGsgO','jVPSp','ijhXX','perf_hooks','</td></tr>','\x20for\x20all\x20processes\x20is\x20','../processHelper','stvgg','finalizePerfMeasures','Error\x20in\x20writing\x20html\x20','meta','generateJSON','errors','CbKEy','hlVMQ','fs/promises','assign','jHHdN','match','17608Ilcpnr','cwd','CeozC','captureError','disconnect','<tr><td>','measure','getCleanedPerfEvents','RTijK','262vArWsi','__platformCaps','constants','stopMonitoring','resolve','jsonReportDirName','BHWGl','eventsMap','toString','ZQYhB','then','dirname','1970knekct','mark','readFileSync','reduce','push','lXtCJ','duration','errorFile','calculateTimesFromMultipleFiles','testName','441331USNRTT','end','env','observe','_events','tzsLh','unlink','unlinkSync','details','_errorEvents','browserStackCwd','Time\x20for\x20','index','ozOPn','calculateTimeFromEvents','readdirSync','2323795jMYfHa','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','BROWSERSTACK_SDK_INSTRUMENTATION','.json','../logger','generateHTMLReport','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','jsonReportDirPath','errorReportFileName','XWXJq','VBSgT','GnOOZ','AlBdC','jsonReportFileName','appendFileSync','pushErrors','iRBJe','sikcz','RmPFY','apply','YyCHp','lTSuQ','winstonLogger','MwLVP','key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','entryType','parse','eXqXj','info','readFile','false','yzogM','IoepF','catch','splice','eBQfP','tINvS','access','JlRVV','existsSync','-start','stopAndGenerate','Error\x20while\x20removing\x20files:\x20','AIhgO','1399137TSADml','start','dgBQa','mkdirSync','performance-own.html','finalize','all','errorReportDirName','_measureEvents','stringify','message','isArray','QNbiB','stack','debug','entries','name','join','/performance-report-','DyhCX','poMYs','getEntries','worker','format','length','platform','LFDpZ','Error\x20in\x20doing\x20csv\x20operations:\x20','/error-report-','mnHsh','map','toJSON','szrGK','5828508vlUFyJ','</td><td>','measures','56KToELz','3690EHZlqN','jhffe','Error\x20stopping\x20monitoring\x20','error\x20in\x20measure\x20'];a157_0x232a=function(){return _0x47eb2b;};return a157_0x232a();}const fs=require('fs'),fsPromise=require(a157_0x5f3a31(0x280)),{performance,PerformanceObserver}=require(a157_0x5f3a31(0x274)),path=require(a157_0x5f3a31(0x265)),util=require('util'),logger=require(a157_0x5f3a31(0x207))[a157_0x5f3a31(0x219)],{getLogDir}=require('../logger'),{getProcessId,sleep,debug,getTestName}=require(a157_0x5f3a31(0x277));class PerformanceTester{static [a157_0x5f3a31(0x26b)];static [a157_0x5f3a31(0x1f7)]=[];static [a157_0x5f3a31(0x237)]=[];static [a157_0x5f3a31(0x1fc)]=[];static ['started']=![];static [a157_0x5f3a31(0x1e2)]='performance-report';static [a157_0x5f3a31(0x236)]=process[a157_0x5f3a31(0x1f5)][a157_0x5f3a31(0x1fd)]?path[a157_0x5f3a31(0x240)](process[a157_0x5f3a31(0x1f5)][a157_0x5f3a31(0x1fd)],a157_0x5f3a31(0x25b)):path['join'](process[a157_0x5f3a31(0x285)](),'error-report');static [a157_0x5f3a31(0x20b)]=this['errorReportDirName']+a157_0x5f3a31(0x24b)+getProcessId()+a157_0x5f3a31(0x206);static [a157_0x5f3a31(0x1fb)]={};static [a157_0x5f3a31(0x1e4)]={};static['startMonitoring'](_0x43bf7c,_0x32510f=this[a157_0x5f3a31(0x236)]+'/error-report-'+getProcessId()+a157_0x5f3a31(0x206)){const _0x4b7776=a157_0x5f3a31,_0x2ff401={'LUIzl':function(_0x408882,_0x2e6f55){return _0x408882===_0x2e6f55;},'LFDpZ':'measure','bhvht':function(_0x8c7070){return _0x8c7070();},'JlRVV':function(_0x437c45){return _0x437c45();},'xnvlg':function(_0x3f1a74,_0x4de1e3){return _0x3f1a74+_0x4de1e3;},'BUhMR':_0x4b7776(0x25e),'sikcz':'function'};try{this[_0x4b7776(0x20a)]=path[_0x4b7776(0x240)](_0x2ff401[_0x4b7776(0x26f)](getLogDir),this['jsonReportDirName']),!_0x43bf7c&&(_0x43bf7c=this[_0x4b7776(0x20a)]+_0x4b7776(0x241)+_0x2ff401[_0x4b7776(0x229)](getProcessId)+_0x4b7776(0x206)),!fs['existsSync'](this[_0x4b7776(0x20a)])&&fs[_0x4b7776(0x232)](this[_0x4b7776(0x20a)]);}catch(_0xa5b5a3){logger[_0x4b7776(0x23d)](_0x2ff401['xnvlg'](_0x2ff401['BUhMR'],_0xa5b5a3));}if(this[_0x4b7776(0x26a)]||!this[_0x4b7776(0x25d)]())return;this[_0x4b7776(0x26b)]=new PerformanceObserver(_0x12da0f=>{const _0x2020a5=_0x4b7776;_0x12da0f[_0x2020a5(0x244)]()['forEach'](_0x2ab3b8=>{const _0x18b5af=_0x2020a5;if(_0x2ff401[_0x18b5af(0x270)](_0x2ab3b8[_0x18b5af(0x21c)],_0x2ff401[_0x18b5af(0x249)])){let _0x424c16={};if(_0x2ab3b8[_0x18b5af(0x24e)])_0x424c16=_0x2ab3b8[_0x18b5af(0x24e)]();else for(const _0xb76a33 in _0x2ab3b8){_0x424c16[_0xb76a33]=_0x2ab3b8[_0xb76a33];}this['details'][_0x2ab3b8[_0x18b5af(0x23f)]]&&(_0x424c16=Object['assign'](_0x424c16,this[_0x18b5af(0x1fb)][_0x2ab3b8[_0x18b5af(0x23f)]])),delete this['details'][_0x2ab3b8['name']],this[_0x18b5af(0x237)][_0x18b5af(0x1ed)](_0x424c16);}else this[_0x18b5af(0x1f7)][_0x18b5af(0x1ed)](_0x2ab3b8);});});const _0x4b4bbe={};_0x4b4bbe['buffered']=!![],_0x4b4bbe['entryTypes']=[_0x2ff401[_0x4b7776(0x214)],_0x2ff401[_0x4b7776(0x249)]],this[_0x4b7776(0x26b)][_0x4b7776(0x1f6)](_0x4b4bbe),this[_0x4b7776(0x26a)]=!![],this[_0x4b7776(0x210)]=_0x43bf7c,this[_0x4b7776(0x20b)]=_0x32510f;}static['getPerformance'](){return performance;}static[a157_0x5f3a31(0x201)](_0x177f00,_0x3c2ce7){const _0x1865cd=a157_0x5f3a31,_0x4aa466={};_0x4aa466[_0x1865cd(0x21a)]=function(_0x4fd348,_0x135d19){return _0x4fd348+_0x135d19;},_0x4aa466['zGWYh']=function(_0x47ac18,_0x41bfb1){return _0x47ac18||_0x41bfb1;},_0x4aa466[_0x1865cd(0x1e6)]=function(_0x2c53bd,_0x283e60){return _0x2c53bd===_0x283e60;};const _0x37505f=_0x4aa466,_0x116f81={};if(!_0x177f00||_0x37505f['ZQYhB'](_0x177f00[_0x1865cd(0x247)],0x0))return;_0x177f00[_0x1865cd(0x24d)](_0x2637d7=>{const _0x248bfb=_0x1865cd;!_0x116f81[_0x2637d7[_0x248bfb(0x23f)]]&&(_0x116f81[_0x2637d7[_0x248bfb(0x23f)]]=0x0),_0x116f81[_0x2637d7[_0x248bfb(0x23f)]]+=_0x2637d7[_0x248bfb(0x1ef)];});const _0x514754=_0x3c2ce7['reduce']((_0x4b09f7,_0x2cee34)=>{const _0x252439=_0x1865cd;return _0x37505f[_0x252439(0x21a)](_0x116f81[_0x2cee34],_0x37505f['zGWYh'](_0x4b09f7,0x0));},0x0);return _0x514754;}static async[a157_0x5f3a31(0x1f1)](_0x2fa166,_0x2f264c){const _0x135a59=a157_0x5f3a31,_0x13deed={'pGsgO':function(_0x255fab,_0x314ff8){return _0x255fab+_0x314ff8;},'poMYs':function(_0xc6cfc8,_0xc558b9){return _0xc6cfc8||_0xc558b9;},'wrlmW':function(_0x5887ed,_0xcd8ea2){return _0x5887ed===_0xcd8ea2;},'XFkYL':function(_0x2a1631,_0x3ec63a){return _0x2a1631(_0x3ec63a);}};if(!_0x2fa166||_0x13deed[_0x135a59(0x267)](_0x2fa166[_0x135a59(0x247)],0x0))return 0x0;const _0x19a292=[];for(const _0x17e3f0 of _0x2fa166){const _0x44214d=path[_0x135a59(0x240)]('.',_0x17e3f0);try{const _0x5c35b0=this[_0x135a59(0x258)](_0x44214d);_0x5c35b0[_0x135a59(0x24d)](_0xca2e7a=>{const _0x48af0f=_0x135a59;!_0x19a292[_0xca2e7a['name']]&&(_0x19a292[_0xca2e7a[_0x48af0f(0x23f)]]=0x0),_0x19a292[_0xca2e7a[_0x48af0f(0x23f)]]+=_0xca2e7a[_0x48af0f(0x1ef)];});}catch(_0x540ae1){_0x13deed['XFkYL'](debug,_0x135a59(0x24a)+_0x540ae1['toString']());}}const _0x3e37c5=_0x2f264c[_0x135a59(0x1ec)]((_0x3b19c3,_0x527ab2)=>{const _0x4e8c0c=_0x135a59;return _0x13deed[_0x4e8c0c(0x271)](_0x19a292[_0x527ab2],_0x13deed[_0x4e8c0c(0x243)](_0x3b19c3,0x0));},0x0);return _0x13deed['XFkYL'](debug,_0x135a59(0x1fe)+_0x2f264c+_0x135a59(0x276)+_0x3e37c5),_0x3e37c5;}static[a157_0x5f3a31(0x258)](_0x1f65fd){const _0x42e3fc=a157_0x5f3a31;if(_0x1f65fd){if(!fs[_0x42e3fc(0x22a)](_0x1f65fd))return[];return JSON[_0x42e3fc(0x21d)](fs[_0x42e3fc(0x1eb)](_0x1f65fd)[_0x42e3fc(0x1e5)]());}}static async[a157_0x5f3a31(0x22c)](_0x376246=a157_0x5f3a31(0x233),_0x4f7ae9=null){const _0xaa7d09=a157_0x5f3a31,_0x1452f2={'LeoLT':function(_0x411584,_0x4810fe){return _0x411584(_0x4810fe);},'stvgg':function(_0x5527d0,_0xafb9ef){return _0x5527d0(_0xafb9ef);},'iRBJe':function(_0x429675,_0x36e180){return _0x429675(_0x36e180);}};if(!this[_0xaa7d09(0x26a)])return;await _0x1452f2[_0xaa7d09(0x213)](sleep,0x1e),this[_0xaa7d09(0x26b)]['disconnect'](),this[_0xaa7d09(0x26a)]=![],this[_0xaa7d09(0x27c)](this[_0xaa7d09(0x1f7)]);const _0x426660=this[_0xaa7d09(0x208)](this[_0xaa7d09(0x1f7)]),_0x3029fc=path[_0xaa7d09(0x240)](process[_0xaa7d09(0x285)](),_0x376246);fs['writeFile'](_0x3029fc,_0x426660,_0x3a604e=>{const _0x515ac0=_0xaa7d09;if(_0x3a604e){_0x1452f2['LeoLT'](debug,_0x515ac0(0x27a)+_0x3a604e['toString']());return;}_0x1452f2[_0x515ac0(0x278)](debug,'Performance\x20report\x20is\x20at\x20'+_0x3029fc);});if(_0x4f7ae9)return this[_0xaa7d09(0x201)](this[_0xaa7d09(0x1f7)],_0x4f7ae9);}static[a157_0x5f3a31(0x208)](_0x3b3e5c){const _0x443021=a157_0x5f3a31,_0x591c37={};_0x591c37[_0x443021(0x261)]=_0x443021(0x204),_0x591c37[_0x443021(0x1f8)]='<h1>Performance\x20Report</h1>',_0x591c37[_0x443021(0x1ee)]=_0x443021(0x209),_0x591c37[_0x443021(0x27f)]=_0x443021(0x25c);const _0x38f08a=_0x591c37;let _0x5571e0=_0x38f08a[_0x443021(0x261)];return _0x5571e0+=_0x38f08a[_0x443021(0x1f8)],_0x5571e0+=_0x38f08a['lXtCJ'],_0x3b3e5c['forEach'](_0x1bb241=>{const _0x4f80e0=_0x443021;_0x5571e0+=_0x4f80e0(0x289)+_0x1bb241[_0x4f80e0(0x23f)]+_0x4f80e0(0x251)+_0x1bb241[_0x4f80e0(0x1ef)]+_0x4f80e0(0x275);}),_0x5571e0+=_0x38f08a['hlVMQ'],_0x5571e0;}static['generateJSON'](_0x32c378){const _0x3de7c0=a157_0x5f3a31;if(!this[_0x3de7c0(0x210)])return;const _0x1b8d24={};_0x32c378[_0x3de7c0(0x24d)](_0x4e4e01=>{const _0x1ece54=_0x3de7c0;!_0x1b8d24[_0x4e4e01[_0x1ece54(0x23f)]]&&(_0x1b8d24[_0x4e4e01['name']]=0x0),_0x1b8d24[_0x4e4e01[_0x1ece54(0x23f)]]+=_0x4e4e01[_0x1ece54(0x1ef)];});const _0x37f4ef=Object[_0x3de7c0(0x23e)](_0x1b8d24)[_0x3de7c0(0x24d)](([_0x15f198,_0x465df6])=>{const _0x3b8ab1=_0x3de7c0,_0x4ddfc8={};return _0x4ddfc8[_0x3b8ab1(0x23f)]=_0x15f198,_0x4ddfc8['duration']=_0x465df6,_0x4ddfc8;});fs['writeFileSync'](this[_0x3de7c0(0x210)],JSON[_0x3de7c0(0x238)](_0x37f4ef));}static[a157_0x5f3a31(0x25d)](){const _0x2cc0df=a157_0x5f3a31,_0x5e6ef8={};_0x5e6ef8['jhffe']=function(_0x478dc4,_0x4c65e3){return _0x478dc4===_0x4c65e3;},_0x5e6ef8['DyhCX']=_0x2cc0df(0x221);const _0x3bfb17=_0x5e6ef8;return!_0x3bfb17[_0x2cc0df(0x255)](process[_0x2cc0df(0x1f5)][_0x2cc0df(0x205)],_0x3bfb17[_0x2cc0df(0x242)]);}static[a157_0x5f3a31(0x28a)](_0xd79032,_0x3a67ca,_0x450d4f=null,_0x64284e={},_0x45ff24=null){const _0x3afb3c=a157_0x5f3a31,_0x162b0e={'dgBQa':function(_0x186fc7,_0x478b84){return _0x186fc7(_0x478b84);},'YyCHp':function(_0x70af7,_0x42a684){return _0x70af7 instanceof _0x42a684;}};try{if(this[_0x3afb3c(0x26a)]&&this['isEnabled']()){let _0x4f3c30=_0xd79032;_0x450d4f&&(_0x4f3c30=_0xd79032+'['+JSON[_0x3afb3c(0x238)](_0x450d4f)+']');PerformanceTester[_0x3afb3c(0x230)](_0x4f3c30),this[_0x3afb3c(0x1fb)]&&(this[_0x3afb3c(0x1fb)][_0x4f3c30]=_0x64284e);try{const _0x562cab=_0x3a67ca['apply'](null,_0x45ff24);if(_0x162b0e[_0x3afb3c(0x217)](_0x562cab,Promise))return new Promise((_0x5cb8ea,_0x4324b3)=>{const _0x58584d=_0x3afb3c,_0x1a1325={'tINvS':function(_0x2cad43,_0x1e5365){const _0x225eb8=a157_0x11c5;return _0x162b0e[_0x225eb8(0x231)](_0x2cad43,_0x1e5365);},'jVPSp':function(_0x5d9fc9,_0x176cde){return _0x162b0e['dgBQa'](_0x5d9fc9,_0x176cde);}};_0x562cab[_0x58584d(0x1e7)](_0x45324b=>{const _0x452d96=_0x58584d;PerformanceTester['end'](_0x4f3c30),_0x1a1325[_0x452d96(0x227)](_0x5cb8ea,_0x45324b);})[_0x58584d(0x224)](_0xb85639=>{const _0x3ed05c=_0x58584d;PerformanceTester[_0x3ed05c(0x1f4)](_0x4f3c30,![],util[_0x3ed05c(0x246)](_0xb85639)),_0x1a1325[_0x3ed05c(0x272)](_0x4324b3,_0xb85639);});});;return PerformanceTester['end'](_0x4f3c30),_0x562cab;}catch(_0x2e02ab){PerformanceTester[_0x3afb3c(0x1f4)](_0x4f3c30,![],util[_0x3afb3c(0x246)](_0x2e02ab));throw _0x2e02ab;}};return _0x3a67ca['apply'](null,_0x45ff24);}catch(_0x8a827e){return logger['debug'](_0x3afb3c(0x257)+(_0x8a827e['stack']||_0x8a827e[_0x3afb3c(0x239)]||_0x8a827e)),_0x3a67ca[_0x3afb3c(0x216)](null,_0x45ff24);}}static['measureWrapper'](_0x2b6110,_0x58eef0,_0x1a9579={}){const _0x5d1680=a157_0x5f3a31,_0x4fa9c0={'szrGK':function(_0x58141e){return _0x58141e();},'CbKEy':function(_0x1cba0e){return _0x1cba0e();}},_0x3849ad=this;return _0x1a9579[_0x5d1680(0x245)]=_0x4fa9c0[_0x5d1680(0x24f)](getProcessId),_0x1a9579[_0x5d1680(0x1f2)]=_0x4fa9c0[_0x5d1680(0x27e)](getTestName),_0x1a9579[_0x5d1680(0x248)]=global[_0x5d1680(0x1de)]&&global[_0x5d1680(0x1de)]['index'],function(){const _0xb437dd=_0x5d1680,_0x47a36c=[_0x2b6110,_0x58eef0,null,_0x1a9579]['concat'](arguments);return _0x3849ad[_0xb437dd(0x28a)][_0xb437dd(0x216)](_0x3849ad,_0x47a36c);};}static['getCleanedPerfEvents'](){const _0x2a1e4f=a157_0x5f3a31,_0x46c9dc=/(^.*)\[(.*)\]$/,_0x55f01f={},_0x76a4f3={},_0x287ffa=[],_0x32aa61=this[_0x2a1e4f(0x237)][_0x2a1e4f(0x225)](0x0,this[_0x2a1e4f(0x237)][_0x2a1e4f(0x247)]);for(const _0x218a5d of _0x32aa61){const _0x1259db=_0x218a5d[_0x2a1e4f(0x23f)][_0x2a1e4f(0x283)](_0x46c9dc),_0x2c09c5=Object[_0x2a1e4f(0x281)]({},_0x218a5d);_0x1259db&&(_0x2c09c5[_0x2a1e4f(0x23f)]=_0x1259db[0x1],_0x2c09c5[_0x2a1e4f(0x27b)]=JSON['parse'](_0x1259db[0x2])),_0x287ffa['push'](_0x2c09c5);}return _0x287ffa;}static['pushPerfMeasures'](){const _0x2fe104=a157_0x5f3a31,_0x34f5db={'GnOOZ':function(_0x16f5d0){return _0x16f5d0();},'ijhXX':function(_0x1ef011,_0x532b85){return _0x1ef011+_0x532b85;},'BHWGl':_0x2fe104(0x22d),'AIhgO':function(_0x33fdec,_0x2956ff){return _0x33fdec===_0x2956ff;}};try{this[_0x2fe104(0x20a)]=path[_0x2fe104(0x240)](_0x34f5db[_0x2fe104(0x20e)](getLogDir),this['jsonReportDirName']);if(fs[_0x2fe104(0x22a)](this[_0x2fe104(0x20a)])){const _0x33ba4a=fs[_0x2fe104(0x202)](this[_0x2fe104(0x20a)]);for(const _0x3a1ecb of _0x33ba4a){fs['unlinkSync'](path[_0x2fe104(0x240)](this[_0x2fe104(0x20a)],_0x3a1ecb));}}}catch(_0x53051a){logger[_0x2fe104(0x23d)](_0x34f5db[_0x2fe104(0x273)](_0x34f5db[_0x2fe104(0x1e3)],_0x53051a));}if(_0x34f5db[_0x2fe104(0x22e)](this[_0x2fe104(0x237)][_0x2fe104(0x247)],0x0))return;const _0x12b700=this[_0x2fe104(0x28b)](),_0xc9b5c9=JSON[_0x2fe104(0x238)](_0x12b700),_0x320930=_0x34f5db[_0x2fe104(0x273)](_0xc9b5c9[_0x2fe104(0x263)](0x1,-0x1),',');fs['appendFileSync'](this[_0x2fe104(0x210)],_0x320930);}static async[a157_0x5f3a31(0x279)](){const _0x483989=a157_0x5f3a31,_0x564c2b={'XbfqG':function(_0x37e652){return _0x37e652();},'LLbNj':function(_0x12c865,_0x537db7){return _0x12c865===_0x537db7;},'yzogM':'key-metrics.json','lTSuQ':'utf-8','RTijK':'modified-key-metrics.json','VBSgT':function(_0x141f29,_0x10aaa9){return _0x141f29+_0x10aaa9;},'XWXJq':'Error\x20processing\x20key-metrics.json:\x20%s','mnHsh':_0x483989(0x21b),'eBQfP':'Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','jHHdN':function(_0x25a154,_0x1c8685){return _0x25a154>_0x1c8685;}};this[_0x483989(0x20a)]=path[_0x483989(0x240)](_0x564c2b['XbfqG'](getLogDir),this['jsonReportDirName']);if(!this['started']||_0x564c2b[_0x483989(0x266)](this[_0x483989(0x237)][_0x483989(0x247)],0x0))return[];if(!fs[_0x483989(0x22a)](this[_0x483989(0x20a)]))return this['_measureEvents'];const _0x45fce6=(await fsPromise['readdir'](this[_0x483989(0x20a)]))[_0x483989(0x24d)](_0x81394=>path[_0x483989(0x1e1)](this[_0x483989(0x20a)],_0x81394));try{const _0x34117d=path[_0x483989(0x1e8)](this[_0x483989(0x20a)]),_0x56c2c5=path['join'](_0x34117d,_0x564c2b[_0x483989(0x222)]);if(fs[_0x483989(0x22a)](_0x56c2c5))try{await fsPromise[_0x483989(0x228)](_0x56c2c5,fs[_0x483989(0x1df)]['F_OK']);const _0x32d6aa=await fsPromise['readFile'](_0x56c2c5,_0x564c2b[_0x483989(0x218)]),_0x3a6829=JSON[_0x483989(0x21d)](_0x32d6aa),_0x40b651=path[_0x483989(0x240)](this[_0x483989(0x20a)],_0x564c2b[_0x483989(0x28c)]);let _0x41eefe='';Array[_0x483989(0x23a)](_0x3a6829)?_0x41eefe=_0x564c2b['VBSgT'](_0x3a6829['map'](_0x147a18=>JSON[_0x483989(0x238)](_0x147a18))['join'](','),','):_0x41eefe=_0x564c2b[_0x483989(0x20d)](JSON[_0x483989(0x238)](_0x3a6829),','),await fsPromise['writeFile'](_0x40b651,_0x41eefe),_0x45fce6[_0x483989(0x1ed)](_0x40b651),await fsPromise[_0x483989(0x1f9)](_0x56c2c5);}catch(_0xa45c1b){logger['info'](util[_0x483989(0x246)](_0x564c2b[_0x483989(0x20c)],_0xa45c1b[_0x483989(0x23c)]||_0xa45c1b[_0x483989(0x239)]||_0xa45c1b));}else logger[_0x483989(0x21f)](_0x564c2b[_0x483989(0x24c)]);}catch(_0x105516){logger[_0x483989(0x21f)](util[_0x483989(0x246)](_0x564c2b[_0x483989(0x226)],_0x105516[_0x483989(0x23c)]||_0x105516[_0x483989(0x239)]||_0x105516));}let _0xe75528=(await Promise[_0x483989(0x235)](_0x45fce6[_0x483989(0x24d)](_0x5133c6=>fsPromise[_0x483989(0x220)](_0x5133c6,'utf-8'))))[_0x483989(0x24d)](_0x1e8590=>'['+_0x1e8590[_0x483989(0x263)](0x0,-0x1)+']')[_0x483989(0x24d)](_0x224793=>JSON[_0x483989(0x21d)](_0x224793))['flat']();return _0x564c2b[_0x483989(0x282)](this[_0x483989(0x237)][_0x483989(0x247)],0x0)&&(_0xe75528=_0xe75528[_0x483989(0x25f)](this[_0x483989(0x28b)]())),this[_0x483989(0x26b)]['disconnect'](),_0xe75528;}static[a157_0x5f3a31(0x212)](){const _0x2f5c71=a157_0x5f3a31,_0x4411c0={};_0x4411c0['QNbiB']=function(_0x55a630,_0x2a59da){return _0x55a630===_0x2a59da;},_0x4411c0['bAjkt']=function(_0x21d7df,_0x41aa76){return _0x21d7df+_0x41aa76;};const _0x131c96=_0x4411c0;if(_0x131c96[_0x2f5c71(0x23b)](this[_0x2f5c71(0x1fc)][_0x2f5c71(0x247)],0x0))return;const _0x36f40e=JSON[_0x2f5c71(0x238)](this[_0x2f5c71(0x1fc)]),_0x3105ef=_0x131c96[_0x2f5c71(0x264)](_0x36f40e['slice'](0x1,-0x1),',');fs[_0x2f5c71(0x211)](this[_0x2f5c71(0x1f0)],_0x3105ef);}static['finalizeErrors'](){const _0x5ecd29=a157_0x5f3a31,_0x3ca61c={};_0x3ca61c[_0x5ecd29(0x21e)]=function(_0x1c3012,_0x2d4313){return _0x1c3012>_0x2d4313;};const _0x5edac0=_0x3ca61c;if(this[_0x5ecd29(0x20b)]){if(!fs[_0x5ecd29(0x22a)](this[_0x5ecd29(0x20b)]))return this[_0x5ecd29(0x1fc)];let _0x2df7dc=fs[_0x5ecd29(0x1eb)](this[_0x5ecd29(0x20b)])[_0x5ecd29(0x1e5)]();_0x2df7dc='['+_0x2df7dc['slice'](0x0,-0x1)+']';let _0x9cd151=JSON['parse'](_0x2df7dc);return _0x5edac0[_0x5ecd29(0x21e)](this[_0x5ecd29(0x1fc)]['length'],0x0)&&(_0x9cd151=_0x9cd151[_0x5ecd29(0x25f)](this['_errorEvents'])),fs[_0x5ecd29(0x1fa)](this['errorReportFileName']),_0x9cd151;}}static[a157_0x5f3a31(0x287)](_0x3697b1){const _0x47e410=a157_0x5f3a31;if(!this[_0x47e410(0x25d)]())return;this[_0x47e410(0x1fc)][_0x47e410(0x1ed)]({'message':_0x3697b1[_0x47e410(0x239)],'trace':_0x3697b1[_0x47e410(0x23c)],'code':_0x3697b1['code']||null,'time':new Date()});}static[a157_0x5f3a31(0x1e0)](){const _0x2d70e5=a157_0x5f3a31;try{if(!this['isEnabled']())return;this[_0x2d70e5(0x26b)][_0x2d70e5(0x288)](),this['pushPerfMeasures'](),this[_0x2d70e5(0x212)]();}catch(_0x43a71c){logger[_0x2d70e5(0x23d)](_0x2d70e5(0x256)+util[_0x2d70e5(0x246)](_0x43a71c));}}static async[a157_0x5f3a31(0x234)](){const _0x2c24d5=a157_0x5f3a31,_0x30f634={'rHmno':function(_0x53ae74,_0x1c61cf){return _0x53ae74(_0x1c61cf);}};await _0x30f634[_0x2c24d5(0x26d)](sleep,0x1e);const _0x112701=await this['finalizePerfMeasures'](),_0x4aeb24=this[_0x2c24d5(0x25a)]();if(!this[_0x2c24d5(0x25d)]()){const _0x328453={};return _0x328453[_0x2c24d5(0x252)]=[],_0x328453[_0x2c24d5(0x27d)]=[],_0x328453;}const _0x11489c={};return _0x11489c['measures']=_0x112701,_0x11489c['errors']=_0x4aeb24,_0x11489c;}static[a157_0x5f3a31(0x230)](_0x136f03){const _0x2f746c=a157_0x5f3a31,_0x4723bd={};_0x4723bd[_0x2f746c(0x268)]=function(_0x3998b1,_0x35bb2a){return _0x3998b1+_0x35bb2a;},_0x4723bd[_0x2f746c(0x223)]='-start';const _0x81a2cd=_0x4723bd,_0x503268=_0x81a2cd[_0x2f746c(0x268)](_0x136f03,_0x81a2cd[_0x2f746c(0x223)]);if(this[_0x2f746c(0x1e4)][_0x503268])return;performance[_0x2f746c(0x1ea)](_0x503268),this['eventsMap'][_0x503268]=0x1;}static['end'](_0x175801,_0xb4a2b=!![],_0x476a57=null,_0x599500={}){const _0x42efba=a157_0x5f3a31,_0x2b1d62={'dxfgr':'2|0|4|1|3','gKBhc':function(_0x227a71,_0xf09c4){return _0x227a71+_0xf09c4;},'RmPFY':_0x42efba(0x262),'fWTiG':_0x42efba(0x22b),'GLkpU':function(_0xcffaee,_0x547087){return _0xcffaee+_0x547087;},'AlBdC':function(_0x5d24c1){return _0x5d24c1();},'xfiVs':function(_0x13037b,_0x5c7f9f){return _0x13037b+_0x5c7f9f;},'ozOPn':function(_0x7590c7,_0x585f40){return _0x7590c7+_0x585f40;},'CeozC':function(_0x1eb95d,_0x4de2a5){return _0x1eb95d+_0x4de2a5;}},_0x74ebd6=_0x2b1d62[_0x42efba(0x26c)]['split']('|');let _0x25eb1d=0x0;while(!![]){switch(_0x74ebd6[_0x25eb1d++]){case'0':performance['mark'](_0x2b1d62[_0x42efba(0x260)](_0x175801,_0x2b1d62[_0x42efba(0x215)]));continue;case'1':delete this[_0x42efba(0x1e4)][_0x2b1d62[_0x42efba(0x260)](_0x175801,_0x2b1d62[_0x42efba(0x26e)])];continue;case'2':if(!this['eventsMap'][_0x2b1d62['GLkpU'](_0x175801,_0x2b1d62[_0x42efba(0x26e)])])return;continue;case'3':const _0x115614={};_0x115614['success']=_0xb4a2b,_0x115614['failure']=_0x476a57,this[_0x42efba(0x1fb)][_0x175801]=Object[_0x42efba(0x281)](_0x115614,Object['assign'](Object[_0x42efba(0x281)]({'worker':_0x2b1d62[_0x42efba(0x20f)](getProcessId),'platform':global[_0x42efba(0x1de)]&&global[_0x42efba(0x1de)][_0x42efba(0x1ff)],'testName':_0x2b1d62[_0x42efba(0x20f)](getTestName)},_0x599500),this[_0x42efba(0x1fb)][_0x175801]||{}));continue;case'4':this['eventsMap'][_0x2b1d62['xfiVs'](_0x175801,_0x2b1d62[_0x42efba(0x26e)])]&&performance[_0x42efba(0x28a)](_0x175801,_0x2b1d62[_0x42efba(0x200)](_0x175801,_0x2b1d62[_0x42efba(0x26e)]),_0x2b1d62[_0x42efba(0x286)](_0x175801,_0x2b1d62[_0x42efba(0x215)]));continue;}break;}}}function a157_0x11c5(_0x25dfca,_0x251f7c){const _0x232a06=a157_0x232a();return a157_0x11c5=function(_0x11c508,_0x77a36f){_0x11c508=_0x11c508-0x1de;let _0x19279b=_0x232a06[_0x11c508];return _0x19279b;},a157_0x11c5(_0x25dfca,_0x251f7c);}module['exports']=PerformanceTester;
1
+ const a157_0x1c8470=a157_0x2156;(function(_0x2bb6da,_0x217747){const _0x26b437=a157_0x2156,_0xda3d87=_0x2bb6da();while(!![]){try{const _0x2d9dab=-parseInt(_0x26b437(0x1c3))/0x1*(-parseInt(_0x26b437(0x18d))/0x2)+-parseInt(_0x26b437(0x158))/0x3+-parseInt(_0x26b437(0x14c))/0x4*(-parseInt(_0x26b437(0x1d8))/0x5)+parseInt(_0x26b437(0x19f))/0x6*(parseInt(_0x26b437(0x14d))/0x7)+parseInt(_0x26b437(0x1ae))/0x8*(-parseInt(_0x26b437(0x176))/0x9)+-parseInt(_0x26b437(0x1a5))/0xa+parseInt(_0x26b437(0x1d5))/0xb;if(_0x2d9dab===_0x217747)break;else _0xda3d87['push'](_0xda3d87['shift']());}catch(_0x36e767){_0xda3d87['push'](_0xda3d87['shift']());}}}(a157_0xa3ac,0x8adaa));function a157_0xa3ac(){const _0x4933de=['Error\x20in\x20doing\x20csv\x20operations:\x20','measure','readdir','utf-8','exports','map','index','dJtlk','key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','name','join','resolve','platform','calculateTimeFromEvents','WTKjb','Error\x20in\x20writing\x20html\x20','../logger','existsSync','__platformCaps','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','flat','_observer','parse','iwfpq','finalize','getEntries','calculateTimesFromMultipleFiles','_measureEvents','JBikF','assign','stringify','dirname','entryType','NHVIl','20XEXepq','2457028zLAbzt','Error\x20stopping\x20monitoring\x20','appendFileSync','util','readFile','cwd','unlink','errorReportDirName','split','eventsMap','uqsEO','3031083EDOkuz','Error\x20while\x20removing\x20files:\x20','debug','false','writeFileSync','path','concat','splice','/error-report-','pushPerfMeasures','HFKsN','HIzSi','Gokiv','testName','KtYmi','code','errorFile','format','readdirSync','.json','getPerformance','then','Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','apply','mark','jsonReportFileName','BROWSERSTACK_SDK_INSTRUMENTATION','toString','modified-key-metrics.json','isEnabled','7929DItbjr','ZpMzN','F_OK','NYMgl','error-report','MHVMz','captureError','-start','jsonReportDirPath','unlinkSync','cvrue','forEach','JhbOU','finalizeErrors','details','toJSON','bnwBW','ebjdr','yjOnL','entryTypes','WVTzU','RAYXK','NVHqr','3122lppAMb','pLjaS','AjxYu','</tbody></table></body></html>','winstonLogger','lDFXC','3|2|0|1|4','OCUBE','getCleanedPerfEvents','success','</td><td>','measureWrapper','generateHTMLReport','errorReportFileName','readFileSync','BPIkI','generateJSON','MwkVr','6hCokfj','finalizePerfMeasures','\x20for\x20all\x20processes\x20is\x20','constants','catch','env','7047920anaMqf','message','-end','startMonitoring','</td></tr>','mkdirSync','stack','Error\x20processing\x20key-metrics.json:\x20%s','failure','3112MdHtzg','disconnect','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','performance-own.html','_events','buffered','OIGYN','reduce','measures','duration','qpKmx','WObpW','performance-report','IyDLS','PXedA','BMLyH','kfrMd','vNnWA','length','<tr><td>','slice','211YDUaWc','browserStackCwd','start','end','tnZaX','key-metrics.json','writeFile','jsonReportDirName','error\x20in\x20measure\x20','djZis','oUaaA','Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','observe','pEMjR','pushErrors','info','ckLhi','OeACD','16687143mdCeCR','_errorEvents','TufPh','429220eaAsix','started','stopAndGenerate','getEventsFromJSON','isArray','errors','Performance\x20report\x20is\x20at\x20','easjZ','YAevu','push','NfMFN','perf_hooks','jhlvg','match','fZiYI','PIiVT'];a157_0xa3ac=function(){return _0x4933de;};return a157_0xa3ac();}const fs=require('fs'),fsPromise=require('fs/promises'),{performance,PerformanceObserver}=require(a157_0x1c8470(0x125)),path=require(a157_0x1c8470(0x15d)),util=require(a157_0x1c8470(0x150)),logger=require(a157_0x1c8470(0x13a))[a157_0x1c8470(0x191)],{getLogDir}=require('../logger'),{getProcessId,sleep,debug,getTestName}=require('../processHelper');class PerformanceTester{static [a157_0x1c8470(0x13f)];static ['_events']=[];static [a157_0x1c8470(0x145)]=[];static ['_errorEvents']=[];static [a157_0x1c8470(0x1d9)]=![];static ['jsonReportDirName']=a157_0x1c8470(0x1ba);static ['errorReportDirName']=process[a157_0x1c8470(0x1a4)]['browserStackCwd']?path[a157_0x1c8470(0x134)](process[a157_0x1c8470(0x1a4)][a157_0x1c8470(0x1c4)],a157_0x1c8470(0x17a)):path[a157_0x1c8470(0x134)](process[a157_0x1c8470(0x152)](),a157_0x1c8470(0x17a));static [a157_0x1c8470(0x19a)]=this[a157_0x1c8470(0x154)]+'/error-report-'+getProcessId()+'.json';static [a157_0x1c8470(0x184)]={};static [a157_0x1c8470(0x156)]={};static[a157_0x1c8470(0x1a8)](_0xc633af,_0x4100ae=this['errorReportDirName']+a157_0x1c8470(0x160)+getProcessId()+a157_0x1c8470(0x16b)){const _0x148ce3=a157_0x1c8470,_0x3dea97={'cvrue':function(_0x32394e,_0x4da9ae){return _0x32394e===_0x4da9ae;},'JhbOU':_0x148ce3(0x12b),'IyDLS':function(_0x43c924){return _0x43c924();},'WVTzU':function(_0x26b6b3,_0x254822){return _0x26b6b3+_0x254822;},'uqsEO':_0x148ce3(0x1ce),'qpKmx':'function'};try{this[_0x148ce3(0x17e)]=path[_0x148ce3(0x134)](_0x3dea97[_0x148ce3(0x1bb)](getLogDir),this['jsonReportDirName']),!_0xc633af&&(_0xc633af=this['jsonReportDirPath']+'/performance-report-'+_0x3dea97['IyDLS'](getProcessId)+'.json'),!fs['existsSync'](this[_0x148ce3(0x17e)])&&fs[_0x148ce3(0x1aa)](this[_0x148ce3(0x17e)]);}catch(_0x140082){logger[_0x148ce3(0x15a)](_0x3dea97[_0x148ce3(0x18a)](_0x3dea97[_0x148ce3(0x157)],_0x140082));}if(this[_0x148ce3(0x1d9)]||!this[_0x148ce3(0x175)]())return;this[_0x148ce3(0x13f)]=new PerformanceObserver(_0x31610d=>{const _0xeb31bb=_0x148ce3,_0x586716={'WTKjb':function(_0x5c27ec,_0x2a3696){const _0x169592=a157_0x2156;return _0x3dea97[_0x169592(0x180)](_0x5c27ec,_0x2a3696);},'tnZaX':_0x3dea97[_0xeb31bb(0x182)]};_0x31610d[_0xeb31bb(0x143)]()[_0xeb31bb(0x181)](_0x246729=>{const _0x4583b3=_0xeb31bb;if(_0x586716[_0x4583b3(0x138)](_0x246729[_0x4583b3(0x14a)],_0x586716[_0x4583b3(0x1c7)])){let _0x21c501={};if(_0x246729[_0x4583b3(0x185)])_0x21c501=_0x246729[_0x4583b3(0x185)]();else for(const _0x202854 in _0x246729){_0x21c501[_0x202854]=_0x246729[_0x202854];}this[_0x4583b3(0x184)][_0x246729['name']]&&(_0x21c501=Object[_0x4583b3(0x147)](_0x21c501,this[_0x4583b3(0x184)][_0x246729[_0x4583b3(0x133)]])),delete this[_0x4583b3(0x184)][_0x246729[_0x4583b3(0x133)]],this[_0x4583b3(0x145)][_0x4583b3(0x123)](_0x21c501);}else this[_0x4583b3(0x1b2)][_0x4583b3(0x123)](_0x246729);});});const _0x166146={};_0x166146[_0x148ce3(0x1b3)]=!![],_0x166146[_0x148ce3(0x189)]=[_0x3dea97[_0x148ce3(0x1b8)],_0x3dea97[_0x148ce3(0x182)]],this['_observer'][_0x148ce3(0x1cf)](_0x166146),this[_0x148ce3(0x1d9)]=!![],this[_0x148ce3(0x171)]=_0xc633af,this['errorReportFileName']=_0x4100ae;}static[a157_0x1c8470(0x16c)](){return performance;}static[a157_0x1c8470(0x137)](_0x2b2ed8,_0x1f79b3){const _0x41dc8f=a157_0x1c8470,_0x191836={};_0x191836[_0x41dc8f(0x1bf)]=function(_0x42f6a7,_0x3062a7){return _0x42f6a7+_0x3062a7;},_0x191836['YaKBZ']=function(_0x77774c,_0x19c7b6){return _0x77774c||_0x19c7b6;},_0x191836['RAYXK']=function(_0x45c70e,_0x4a5004){return _0x45c70e===_0x4a5004;};const _0x45f192=_0x191836,_0x5abce7={};if(!_0x2b2ed8||_0x45f192[_0x41dc8f(0x18b)](_0x2b2ed8[_0x41dc8f(0x1c0)],0x0))return;_0x2b2ed8[_0x41dc8f(0x12f)](_0x3e2666=>{const _0xf1a72f=_0x41dc8f;!_0x5abce7[_0x3e2666[_0xf1a72f(0x133)]]&&(_0x5abce7[_0x3e2666[_0xf1a72f(0x133)]]=0x0),_0x5abce7[_0x3e2666[_0xf1a72f(0x133)]]+=_0x3e2666['duration'];});const _0x564059=_0x1f79b3[_0x41dc8f(0x1b5)]((_0x2ae21d,_0x2d335d)=>{return _0x45f192['vNnWA'](_0x5abce7[_0x2d335d],_0x45f192['YaKBZ'](_0x2ae21d,0x0));},0x0);return _0x564059;}static async[a157_0x1c8470(0x144)](_0x5749df,_0xb544d9){const _0x39a0ac=a157_0x1c8470,_0x2d734c={'HfHox':function(_0x7eba78,_0x17a126){return _0x7eba78+_0x17a126;},'wPCSp':function(_0x32b9bd,_0x44c1e9){return _0x32b9bd||_0x44c1e9;},'UnLHx':function(_0xe42215,_0x883a94){return _0xe42215===_0x883a94;},'MHVMz':function(_0x488864,_0x16840d){return _0x488864(_0x16840d);},'jhlvg':function(_0x4fdd7a,_0x57949e){return _0x4fdd7a(_0x57949e);}};if(!_0x5749df||_0x2d734c['UnLHx'](_0x5749df[_0x39a0ac(0x1c0)],0x0))return 0x0;const _0x35e5c4=[];for(const _0x42686d of _0x5749df){const _0x2df054=path[_0x39a0ac(0x134)]('.',_0x42686d);try{const _0x368832=this[_0x39a0ac(0x1db)](_0x2df054);_0x368832[_0x39a0ac(0x12f)](_0x34d3e8=>{const _0x248c6a=_0x39a0ac;!_0x35e5c4[_0x34d3e8[_0x248c6a(0x133)]]&&(_0x35e5c4[_0x34d3e8['name']]=0x0),_0x35e5c4[_0x34d3e8[_0x248c6a(0x133)]]+=_0x34d3e8[_0x248c6a(0x1b7)];});}catch(_0x20e62c){_0x2d734c[_0x39a0ac(0x17b)](debug,_0x39a0ac(0x12a)+_0x20e62c[_0x39a0ac(0x173)]());}}const _0x127193=_0xb544d9['reduce']((_0x979930,_0x1e0f5d)=>{return _0x2d734c['HfHox'](_0x35e5c4[_0x1e0f5d],_0x2d734c['wPCSp'](_0x979930,0x0));},0x0);return _0x2d734c[_0x39a0ac(0x126)](debug,'Time\x20for\x20'+_0xb544d9+_0x39a0ac(0x1a1)+_0x127193),_0x127193;}static['getEventsFromJSON'](_0x4409c3){const _0x2a5b85=a157_0x1c8470;if(_0x4409c3){if(!fs[_0x2a5b85(0x13b)](_0x4409c3))return[];return JSON[_0x2a5b85(0x140)](fs[_0x2a5b85(0x19b)](_0x4409c3)[_0x2a5b85(0x173)]());}}static async[a157_0x1c8470(0x1da)](_0xe4dc8d=a157_0x1c8470(0x1b1),_0xaed30=null){const _0x3c0622=a157_0x1c8470,_0x5c66db={'TufPh':function(_0x4b9b46,_0x58be23){return _0x4b9b46(_0x58be23);},'lDFXC':function(_0x3849be,_0x4ad5be){return _0x3849be(_0x4ad5be);}};if(!this[_0x3c0622(0x1d9)])return;await _0x5c66db[_0x3c0622(0x192)](sleep,0x1e),this['_observer'][_0x3c0622(0x1af)](),this[_0x3c0622(0x1d9)]=![],this['generateJSON'](this[_0x3c0622(0x1b2)]);const _0x4abba6=this[_0x3c0622(0x199)](this[_0x3c0622(0x1b2)]),_0x5c9a6f=path[_0x3c0622(0x134)](process[_0x3c0622(0x152)](),_0xe4dc8d);fs['writeFile'](_0x5c9a6f,_0x4abba6,_0x559033=>{const _0x432f9b=_0x3c0622;if(_0x559033){_0x5c66db[_0x432f9b(0x1d7)](debug,_0x432f9b(0x139)+_0x559033[_0x432f9b(0x173)]());return;}_0x5c66db['TufPh'](debug,_0x432f9b(0x1de)+_0x5c9a6f);});if(_0xaed30)return this[_0x3c0622(0x137)](this[_0x3c0622(0x1b2)],_0xaed30);}static['generateHTMLReport'](_0x438497){const _0x38edb0=a157_0x1c8470,_0x4b281b={};_0x4b281b[_0x38edb0(0x1b9)]=_0x38edb0(0x13d),_0x4b281b['MwkVr']='<h1>Performance\x20Report</h1>',_0x4b281b[_0x38edb0(0x129)]=_0x38edb0(0x1b0),_0x4b281b[_0x38edb0(0x18f)]=_0x38edb0(0x190);const _0x3774a0=_0x4b281b;let _0x44bd86=_0x3774a0[_0x38edb0(0x1b9)];return _0x44bd86+=_0x3774a0[_0x38edb0(0x19e)],_0x44bd86+=_0x3774a0['PIiVT'],_0x438497[_0x38edb0(0x181)](_0x3796a3=>{const _0x54efc7=_0x38edb0;_0x44bd86+=_0x54efc7(0x1c1)+_0x3796a3[_0x54efc7(0x133)]+_0x54efc7(0x197)+_0x3796a3['duration']+_0x54efc7(0x1a9);}),_0x44bd86+=_0x3774a0['AjxYu'],_0x44bd86;}static[a157_0x1c8470(0x19d)](_0x33f3f5){const _0x3d8fa2=a157_0x1c8470;if(!this['jsonReportFileName'])return;const _0x383556={};_0x33f3f5[_0x3d8fa2(0x12f)](_0x21ecce=>{const _0x4aa8c5=_0x3d8fa2;!_0x383556[_0x21ecce[_0x4aa8c5(0x133)]]&&(_0x383556[_0x21ecce['name']]=0x0),_0x383556[_0x21ecce['name']]+=_0x21ecce['duration'];});const _0x119b11=Object['entries'](_0x383556)[_0x3d8fa2(0x12f)](([_0xf5b0aa,_0x5875c0])=>{const _0x3ad35=_0x3d8fa2,_0x159545={};return _0x159545[_0x3ad35(0x133)]=_0xf5b0aa,_0x159545[_0x3ad35(0x1b7)]=_0x5875c0,_0x159545;});fs[_0x3d8fa2(0x15c)](this['jsonReportFileName'],JSON[_0x3d8fa2(0x148)](_0x119b11));}static['isEnabled'](){const _0x4ef48e=a157_0x1c8470,_0xd8327={};_0xd8327['KtYmi']=function(_0x2a01b2,_0x3d0cd6){return _0x2a01b2===_0x3d0cd6;},_0xd8327[_0x4ef48e(0x1cd)]=_0x4ef48e(0x15b);const _0x415bc7=_0xd8327;return!_0x415bc7[_0x4ef48e(0x166)](process[_0x4ef48e(0x1a4)][_0x4ef48e(0x172)],_0x415bc7[_0x4ef48e(0x1cd)]);}static[a157_0x1c8470(0x12b)](_0xceeca7,_0x27a5f6,_0x5a8dc3=null,_0x39818b={},_0x24f6ae=null){const _0x460704=a157_0x1c8470,_0x5b4d04={'PXedA':function(_0x6d3ef2,_0x1449b3){return _0x6d3ef2(_0x1449b3);},'NVHqr':function(_0x5e19ed,_0x428726){return _0x5e19ed(_0x428726);},'QwtNm':function(_0x3c72b2,_0x40d9f7){return _0x3c72b2 instanceof _0x40d9f7;}};try{if(this[_0x460704(0x1d9)]&&this[_0x460704(0x175)]()){let _0x44412e=_0xceeca7;_0x5a8dc3&&(_0x44412e=_0xceeca7+'['+JSON[_0x460704(0x148)](_0x5a8dc3)+']');PerformanceTester[_0x460704(0x1c5)](_0x44412e),this[_0x460704(0x184)]&&(this[_0x460704(0x184)][_0x44412e]=_0x39818b);try{const _0x2a0046=_0x27a5f6['apply'](null,_0x24f6ae);if(_0x5b4d04['QwtNm'](_0x2a0046,Promise))return new Promise((_0x50646f,_0x16fcd1)=>{const _0x342e86=_0x460704,_0x4b3509={'pEMjR':function(_0x26c32e,_0x1333cb){const _0x1dcc2e=a157_0x2156;return _0x5b4d04[_0x1dcc2e(0x18c)](_0x26c32e,_0x1333cb);}};_0x2a0046[_0x342e86(0x16d)](_0x38c6c2=>{const _0x1e75b3=_0x342e86;PerformanceTester[_0x1e75b3(0x1c6)](_0x44412e),_0x5b4d04[_0x1e75b3(0x1bc)](_0x50646f,_0x38c6c2);})[_0x342e86(0x1a3)](_0x2814a0=>{const _0x3e8278=_0x342e86;PerformanceTester['end'](_0x44412e,![],util[_0x3e8278(0x169)](_0x2814a0)),_0x4b3509[_0x3e8278(0x1d0)](_0x16fcd1,_0x2814a0);});});;return PerformanceTester[_0x460704(0x1c6)](_0x44412e),_0x2a0046;}catch(_0x4f67a6){PerformanceTester[_0x460704(0x1c6)](_0x44412e,![],util[_0x460704(0x169)](_0x4f67a6));throw _0x4f67a6;}};return _0x27a5f6[_0x460704(0x16f)](null,_0x24f6ae);}catch(_0x4ffb91){return logger[_0x460704(0x15a)](_0x460704(0x1cb)+(_0x4ffb91[_0x460704(0x1ab)]||_0x4ffb91['message']||_0x4ffb91)),_0x27a5f6[_0x460704(0x16f)](null,_0x24f6ae);}}static[a157_0x1c8470(0x198)](_0xac9cbe,_0x40e623,_0x165d26={}){const _0x3153f2=a157_0x1c8470,_0x472dbd={'HIzSi':function(_0x32efff){return _0x32efff();},'yjOnL':function(_0x548b88){return _0x548b88();}},_0x1bdee8=this;return _0x165d26['worker']=_0x472dbd[_0x3153f2(0x163)](getProcessId),_0x165d26[_0x3153f2(0x165)]=_0x472dbd[_0x3153f2(0x188)](getTestName),_0x165d26[_0x3153f2(0x136)]=global[_0x3153f2(0x13c)]&&global['__platformCaps'][_0x3153f2(0x130)],function(){const _0x130849=_0x3153f2,_0x40ed9f=[_0xac9cbe,_0x40e623,null,_0x165d26][_0x130849(0x15e)](arguments);return _0x1bdee8['measure'][_0x130849(0x16f)](_0x1bdee8,_0x40ed9f);};}static[a157_0x1c8470(0x195)](){const _0x4a81a1=a157_0x1c8470,_0x5b8215=/(^.*)\[(.*)\]$/,_0x5a1633={},_0x5f562c={},_0x59c7ba=[],_0x4a7e8e=this[_0x4a81a1(0x145)][_0x4a81a1(0x15f)](0x0,this[_0x4a81a1(0x145)][_0x4a81a1(0x1c0)]);for(const _0x126e51 of _0x4a7e8e){const _0x1fff76=_0x126e51[_0x4a81a1(0x133)][_0x4a81a1(0x127)](_0x5b8215),_0x336572=Object[_0x4a81a1(0x147)]({},_0x126e51);_0x1fff76&&(_0x336572[_0x4a81a1(0x133)]=_0x1fff76[0x1],_0x336572['meta']=JSON[_0x4a81a1(0x140)](_0x1fff76[0x2])),_0x59c7ba['push'](_0x336572);}return _0x59c7ba;}static[a157_0x1c8470(0x161)](){const _0x2bc6fe=a157_0x1c8470,_0x3d965c={'JBikF':function(_0x19e17c){return _0x19e17c();},'gaPct':function(_0x2eac75,_0x4939de){return _0x2eac75+_0x4939de;},'ckLhi':_0x2bc6fe(0x159),'fZiYI':function(_0xb84cd1,_0x21c5dc){return _0xb84cd1===_0x21c5dc;}};try{this[_0x2bc6fe(0x17e)]=path['join'](_0x3d965c[_0x2bc6fe(0x146)](getLogDir),this['jsonReportDirName']);if(fs[_0x2bc6fe(0x13b)](this[_0x2bc6fe(0x17e)])){const _0x5ca7cc=fs[_0x2bc6fe(0x16a)](this['jsonReportDirPath']);for(const _0x14eceb of _0x5ca7cc){fs[_0x2bc6fe(0x17f)](path['join'](this[_0x2bc6fe(0x17e)],_0x14eceb));}}}catch(_0x564e98){logger[_0x2bc6fe(0x15a)](_0x3d965c['gaPct'](_0x3d965c[_0x2bc6fe(0x1d3)],_0x564e98));}if(_0x3d965c[_0x2bc6fe(0x128)](this['_measureEvents'][_0x2bc6fe(0x1c0)],0x0))return;const _0x35a4a7=this[_0x2bc6fe(0x195)](),_0x41cdd1=JSON[_0x2bc6fe(0x148)](_0x35a4a7),_0x3dd371=_0x3d965c['gaPct'](_0x41cdd1[_0x2bc6fe(0x1c2)](0x1,-0x1),',');fs['appendFileSync'](this[_0x2bc6fe(0x171)],_0x3dd371);}static async[a157_0x1c8470(0x1a0)](){const _0x4204dc=a157_0x1c8470,_0xd3da94={'BMLyH':function(_0xfdab81){return _0xfdab81();},'Itiwt':function(_0x41de05,_0x4761e5){return _0x41de05===_0x4761e5;},'dJtlk':_0x4204dc(0x1c8),'WGGBU':_0x4204dc(0x12d),'easjZ':_0x4204dc(0x174),'MTftj':function(_0x1d6bff,_0x2d1510){return _0x1d6bff+_0x2d1510;},'YAevu':function(_0x34cc92,_0x356518){return _0x34cc92+_0x356518;},'kfrMd':_0x4204dc(0x1ac),'OIGYN':_0x4204dc(0x132),'zyMiw':_0x4204dc(0x16e),'OeACD':function(_0x3c7623,_0x487218){return _0x3c7623>_0x487218;}};this[_0x4204dc(0x17e)]=path[_0x4204dc(0x134)](_0xd3da94[_0x4204dc(0x1bd)](getLogDir),this[_0x4204dc(0x1ca)]);if(!this[_0x4204dc(0x1d9)]||_0xd3da94['Itiwt'](this[_0x4204dc(0x145)][_0x4204dc(0x1c0)],0x0))return[];if(!fs[_0x4204dc(0x13b)](this[_0x4204dc(0x17e)]))return this[_0x4204dc(0x145)];const _0x1c72e6=(await fsPromise[_0x4204dc(0x12c)](this['jsonReportDirPath']))[_0x4204dc(0x12f)](_0x556bf8=>path[_0x4204dc(0x135)](this[_0x4204dc(0x17e)],_0x556bf8));try{const _0x4d4188=path[_0x4204dc(0x149)](this[_0x4204dc(0x17e)]),_0xf15ee4=path[_0x4204dc(0x134)](_0x4d4188,_0xd3da94[_0x4204dc(0x131)]);if(fs[_0x4204dc(0x13b)](_0xf15ee4))try{await fsPromise['access'](_0xf15ee4,fs[_0x4204dc(0x1a2)][_0x4204dc(0x178)]);const _0x29f44b=await fsPromise['readFile'](_0xf15ee4,_0xd3da94['WGGBU']),_0x33adcf=JSON[_0x4204dc(0x140)](_0x29f44b),_0x4c0693=path[_0x4204dc(0x134)](this[_0x4204dc(0x17e)],_0xd3da94[_0x4204dc(0x1df)]);let _0x1869ab='';Array[_0x4204dc(0x1dc)](_0x33adcf)?_0x1869ab=_0xd3da94['MTftj'](_0x33adcf[_0x4204dc(0x12f)](_0x2dbf48=>JSON[_0x4204dc(0x148)](_0x2dbf48))['join'](','),','):_0x1869ab=_0xd3da94[_0x4204dc(0x122)](JSON[_0x4204dc(0x148)](_0x33adcf),','),await fsPromise[_0x4204dc(0x1c9)](_0x4c0693,_0x1869ab),_0x1c72e6[_0x4204dc(0x123)](_0x4c0693),await fsPromise[_0x4204dc(0x153)](_0xf15ee4);}catch(_0x5a052c){logger[_0x4204dc(0x1d2)](util[_0x4204dc(0x169)](_0xd3da94[_0x4204dc(0x1be)],_0x5a052c[_0x4204dc(0x1ab)]||_0x5a052c[_0x4204dc(0x1a6)]||_0x5a052c));}else logger[_0x4204dc(0x1d2)](_0xd3da94[_0x4204dc(0x1b4)]);}catch(_0x383223){logger['info'](util['format'](_0xd3da94['zyMiw'],_0x383223['stack']||_0x383223['message']||_0x383223));}let _0x2cc2da=(await Promise['all'](_0x1c72e6[_0x4204dc(0x12f)](_0x33821c=>fsPromise[_0x4204dc(0x151)](_0x33821c,_0x4204dc(0x12d)))))['map'](_0x53a5d3=>'['+_0x53a5d3[_0x4204dc(0x1c2)](0x0,-0x1)+']')[_0x4204dc(0x12f)](_0x378106=>JSON[_0x4204dc(0x140)](_0x378106))[_0x4204dc(0x13e)]();return _0xd3da94[_0x4204dc(0x1d4)](this[_0x4204dc(0x145)][_0x4204dc(0x1c0)],0x0)&&(_0x2cc2da=_0x2cc2da[_0x4204dc(0x15e)](this[_0x4204dc(0x195)]())),this['_observer'][_0x4204dc(0x1af)](),_0x2cc2da;}static[a157_0x1c8470(0x1d1)](){const _0x3080d9=a157_0x1c8470,_0x59cb30={};_0x59cb30[_0x3080d9(0x177)]=function(_0x3cdedc,_0x1784de){return _0x3cdedc===_0x1784de;},_0x59cb30[_0x3080d9(0x162)]=function(_0x1e62d5,_0x4f3b3b){return _0x1e62d5+_0x4f3b3b;};const _0x385906=_0x59cb30;if(_0x385906[_0x3080d9(0x177)](this['_errorEvents']['length'],0x0))return;const _0x5a941f=JSON[_0x3080d9(0x148)](this['_errorEvents']),_0x1f5201=_0x385906['HFKsN'](_0x5a941f['slice'](0x1,-0x1),',');fs[_0x3080d9(0x14f)](this[_0x3080d9(0x168)],_0x1f5201);}static[a157_0x1c8470(0x183)](){const _0x12f8fa=a157_0x1c8470,_0xc892e7={};_0xc892e7[_0x12f8fa(0x19c)]=function(_0x916fc2,_0x5ce7f5){return _0x916fc2>_0x5ce7f5;};const _0x1443de=_0xc892e7;if(this[_0x12f8fa(0x19a)]){if(!fs[_0x12f8fa(0x13b)](this[_0x12f8fa(0x19a)]))return this[_0x12f8fa(0x1d6)];let _0x55fb6f=fs[_0x12f8fa(0x19b)](this['errorReportFileName'])[_0x12f8fa(0x173)]();_0x55fb6f='['+_0x55fb6f[_0x12f8fa(0x1c2)](0x0,-0x1)+']';let _0x2bf311=JSON[_0x12f8fa(0x140)](_0x55fb6f);return _0x1443de[_0x12f8fa(0x19c)](this[_0x12f8fa(0x1d6)]['length'],0x0)&&(_0x2bf311=_0x2bf311[_0x12f8fa(0x15e)](this[_0x12f8fa(0x1d6)])),fs[_0x12f8fa(0x17f)](this[_0x12f8fa(0x19a)]),_0x2bf311;}}static[a157_0x1c8470(0x17c)](_0x49c537){const _0x33dda5=a157_0x1c8470;if(!this[_0x33dda5(0x175)]())return;this[_0x33dda5(0x1d6)][_0x33dda5(0x123)]({'message':_0x49c537[_0x33dda5(0x1a6)],'trace':_0x49c537[_0x33dda5(0x1ab)],'code':_0x49c537[_0x33dda5(0x167)]||null,'time':new Date()});}static['stopMonitoring'](){const _0x3f2891=a157_0x1c8470;try{if(!this[_0x3f2891(0x175)]())return;this['_observer'][_0x3f2891(0x1af)](),this[_0x3f2891(0x161)](),this[_0x3f2891(0x1d1)]();}catch(_0x4d0020){logger[_0x3f2891(0x15a)](_0x3f2891(0x14e)+util[_0x3f2891(0x169)](_0x4d0020));}}static async[a157_0x1c8470(0x142)](){const _0x47579f=a157_0x1c8470,_0x281fc8={'OCUBE':function(_0x1124c7,_0x474924){return _0x1124c7(_0x474924);}};await _0x281fc8[_0x47579f(0x194)](sleep,0x1e);const _0x9ac244=await this[_0x47579f(0x1a0)](),_0x190f66=this[_0x47579f(0x183)]();if(!this[_0x47579f(0x175)]()){const _0x13f15c={};return _0x13f15c[_0x47579f(0x1b6)]=[],_0x13f15c[_0x47579f(0x1dd)]=[],_0x13f15c;}const _0x2932bd={};return _0x2932bd[_0x47579f(0x1b6)]=_0x9ac244,_0x2932bd['errors']=_0x190f66,_0x2932bd;}static['start'](_0x236b47){const _0x4735b8=a157_0x1c8470,_0x3c20c9={};_0x3c20c9['noFqX']=function(_0x122c26,_0x2c77f1){return _0x122c26+_0x2c77f1;},_0x3c20c9[_0x4735b8(0x124)]=_0x4735b8(0x17d);const _0xb3340b=_0x3c20c9,_0x5b7227=_0xb3340b['noFqX'](_0x236b47,_0xb3340b['NfMFN']);if(this[_0x4735b8(0x156)][_0x5b7227])return;performance[_0x4735b8(0x170)](_0x5b7227),this['eventsMap'][_0x5b7227]=0x1;}static[a157_0x1c8470(0x1c6)](_0x9e3e95,_0x2fd6a1=!![],_0x5a442c=null,_0x262061={}){const _0x38e41a=a157_0x1c8470,_0x2cd9ae={'ebjdr':_0x38e41a(0x193),'NHVIl':function(_0x2cdab9,_0x50d268){return _0x2cdab9+_0x50d268;},'iwfpq':'-start','pLjaS':_0x38e41a(0x1a7),'djZis':function(_0x5ef392,_0x3e017a){return _0x5ef392+_0x3e017a;},'Gokiv':function(_0x479cf1,_0x2d9cfc){return _0x479cf1+_0x2d9cfc;},'NYMgl':function(_0x5cb8f3,_0x1cdd34){return _0x5cb8f3+_0x1cdd34;},'bnwBW':function(_0x55189f){return _0x55189f();}},_0xe20f91=_0x2cd9ae[_0x38e41a(0x187)][_0x38e41a(0x155)]('|');let _0x6d5c30=0x0;while(!![]){switch(_0xe20f91[_0x6d5c30++]){case'0':this[_0x38e41a(0x156)][_0x2cd9ae[_0x38e41a(0x14b)](_0x9e3e95,_0x2cd9ae[_0x38e41a(0x141)])]&&performance[_0x38e41a(0x12b)](_0x9e3e95,_0x2cd9ae[_0x38e41a(0x14b)](_0x9e3e95,_0x2cd9ae[_0x38e41a(0x141)]),_0x2cd9ae[_0x38e41a(0x14b)](_0x9e3e95,_0x2cd9ae['pLjaS']));continue;case'1':delete this[_0x38e41a(0x156)][_0x2cd9ae[_0x38e41a(0x1cc)](_0x9e3e95,_0x2cd9ae[_0x38e41a(0x141)])];continue;case'2':performance[_0x38e41a(0x170)](_0x2cd9ae[_0x38e41a(0x164)](_0x9e3e95,_0x2cd9ae[_0x38e41a(0x18e)]));continue;case'3':if(!this[_0x38e41a(0x156)][_0x2cd9ae[_0x38e41a(0x179)](_0x9e3e95,_0x2cd9ae['iwfpq'])])return;continue;case'4':const _0x33dee7={};_0x33dee7[_0x38e41a(0x196)]=_0x2fd6a1,_0x33dee7[_0x38e41a(0x1ad)]=_0x5a442c,this[_0x38e41a(0x184)][_0x9e3e95]=Object[_0x38e41a(0x147)](_0x33dee7,Object[_0x38e41a(0x147)](Object[_0x38e41a(0x147)]({'worker':_0x2cd9ae[_0x38e41a(0x186)](getProcessId),'platform':global[_0x38e41a(0x13c)]&&global[_0x38e41a(0x13c)][_0x38e41a(0x130)],'testName':_0x2cd9ae[_0x38e41a(0x186)](getTestName)},_0x262061),this['details'][_0x9e3e95]||{}));continue;}break;}}}function a157_0x2156(_0x5cb420,_0x3fda26){const _0xa3ac31=a157_0xa3ac();return a157_0x2156=function(_0x2156a0,_0x2b10b7){_0x2156a0=_0x2156a0-0x122;let _0x3c1583=_0xa3ac31[_0x2156a0];return _0x3c1583;},a157_0x2156(_0x5cb420,_0x3fda26);}module[a157_0x1c8470(0x12e)]=PerformanceTester;
@@ -1 +1 @@
1
- const a158_0x2ca5ce=a158_0x3b86;(function(_0x319457,_0x2a7fbd){const _0x12f8e0=a158_0x3b86,_0x3c5cdc=_0x319457();while(!![]){try{const _0x520827=-parseInt(_0x12f8e0(0x215))/0x1+parseInt(_0x12f8e0(0x1a6))/0x2*(-parseInt(_0x12f8e0(0x1f2))/0x3)+parseInt(_0x12f8e0(0x17a))/0x4*(-parseInt(_0x12f8e0(0x1b4))/0x5)+parseInt(_0x12f8e0(0x1bb))/0x6*(-parseInt(_0x12f8e0(0x203))/0x7)+-parseInt(_0x12f8e0(0x1df))/0x8*(parseInt(_0x12f8e0(0x1aa))/0x9)+parseInt(_0x12f8e0(0x1cc))/0xa*(parseInt(_0x12f8e0(0x193))/0xb)+parseInt(_0x12f8e0(0x19a))/0xc;if(_0x520827===_0x2a7fbd)break;else _0x3c5cdc['push'](_0x3c5cdc['shift']());}catch(_0x44dc32){_0x3c5cdc['push'](_0x3c5cdc['shift']());}}}(a158_0x2271,0x86605));const util=require('util'),{importFileFromPWCore}=require(a158_0x2ca5ce(0x1a4)),helper=require(a158_0x2ca5ce(0x1a4)),logger=require(a158_0x2ca5ce(0x17e))[a158_0x2ca5ce(0x211)],W3CMapping=require('./w3cMapping')[a158_0x2ca5ce(0x1d3)](),constants=require(a158_0x2ca5ce(0x1c1)),BrowserstackCLI=require(a158_0x2ca5ce(0x198)),CLIUtils=require(a158_0x2ca5ce(0x1fc));function a158_0x2271(){const _0x32c234=['ECONNREFUSED','ACqaU','connectWithRetry','bstack:options','Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed','Unable\x20to\x20get\x20the\x20websocket\x20connection','YWSIM','),\x20retrying\x20in\x20','Error\x20getting\x20Playwright\x20BrowserType:\x20','vCCkE','Timeout','kVHvs','21241ZXfZQf','use','wqazk','JwraQ','getPWCorePath','../bin/v2/browserstackCLI','includes','35668248AfLVKO','checkPwandBootstrapCli','NwERT','thcHx','pJrat','hAmGf','playwrightConfigObject','nmkqZ','chromium','NVQmL','./helper','BROWSERSTACK_TEST_ACCESSIBILITY_YML','6sixVct','importFileFromPWCore','CtCbZ','browserstack.testhubBuildUuid','31383iEtiJk','lEoUr','\x20for\x20','\x20flow','setBrowserstackConfig','guaDq','SWpac','SDK-5318:\x20getBundledConnectionClass\x20walk\x20failed:\x20','RPMBf','exports','4158155OjnsAG','xuxwb','SngAA','WebSocket\x20error','cliConfig','VXdcJ','lYzBF','1321458fvbXVm','xZYBn','bootstrap','getPlaywrightConfig','[A11Y]\x20connectOverCDP\x20gave\x20up\x20after\x20','browserstack.accessibilityOptions.wcagVersion','../bin/utils/constants','isPlaywrightAvailable','isArray','aEZVk','apply','Playwright\x20not\x20available:\x20','resolveBrowserTypeClass','hbMyg','warn','cPxma','jJqRa','3400ouEWQo','message','UHbAP','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','getConfig','ECONNRESET','browserstack.accessibilityOptions.scannerProcessingTimeout','W3CMapping','../bin/v2/grpcClient','getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','stringify','browser','UdSwM','Qpncf','.\x20Session\x20may\x20be\x20reported\x20unlinked\x20(device\x20name\x20missing\x20on\x20dashboard).','length','dVrNa','getModifiedConfigFromCLI','yKnIc','2256lxDUBK','_connection','UQVVN','framework','Received\x20modified\x20config\x20from\x20gRPC:\x20','PDTJk','getInstance','\x20attempts\x20—\x20surfacing\x20error:\x20','true','qvasb','capabilities','zmWmr','configPath','webkit','debug','alDLM','\x20failed\x20(','getBundledConnectionClass','connectOverCDP','355731ckfaPu','SDK-5318:\x20getBundledConnectionClass\x20called\x20before\x20_connection\x20populated;\x20returning\x20null','VJXVP','Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','connectOverCDPWithRetry','browserstack.accessibilityOptions.authToken','NjsLZ','mANWJ','xkgTE','[Playwright]\x20connect\x20attempt\x20','../bin/v2/cliUtils','VNtLf','generatePlaywrightUrl','format','projects','zAUqZ','EKEQq','21jabbaY','pLlyi','BS_A11Y_JWT','[Playwright]\x20connect\x20gave\x20up\x20after\x20','WPZpf','cucumberjs-pw','WFuPs','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','platformCaps','entries','FITEm','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','PLJJD','No\x20modified\x20config\x20received\x20from\x20gRPC','winstonLogger','xFlJf','__accessibilityOptions','miAvz','247064SQABKR','./testhub/utils','GRkbA','NCdgR','browserstack.accessibilityOptions.scannerVersion','browserstack.accessibility','parse','config','requirePWModule','4yOLCsK','dQRah','browserstack.buildProductMap','env','./logger','hvPPA','connectOverCDP:\x20CDPSession','FRAMEWORKS','browserName','ByRTr','__launchCaps','Socket\x20idle\x20from\x20a\x20long\x20time','getPlaywrightUrl'];a158_0x2271=function(){return _0x32c234;};return a158_0x2271();}function a158_0x3b86(_0x2fd46f,_0x1386c5){const _0x227119=a158_0x2271();return a158_0x3b86=function(_0x3b8606,_0x33768a){_0x3b8606=_0x3b8606-0x178;let _0x54d95d=_0x227119[_0x3b8606];return _0x54d95d;},a158_0x3b86(_0x2fd46f,_0x1386c5);}let GrpcClient;try{GrpcClient=require(a158_0x2ca5ce(0x1d4));}catch(a158_0x330ab0){logger[a158_0x2ca5ce(0x1ed)]('Could\x20not\x20import\x20GrpcClient:\x20'+a158_0x330ab0[a158_0x2ca5ce(0x1cd)]),GrpcClient=null;}const convertW3CToJsonWire=_0x3d91d7=>{const _0x2ac407=a158_0x2ca5ce,_0x5cec58={};_0x5cec58[_0x2ac407(0x1af)]=function(_0x3c239c,_0x39f4b5){return _0x3c239c||_0x39f4b5;},_0x5cec58[_0x2ac407(0x1c8)]=function(_0x201419,_0x2e5f3d){return _0x201419===_0x2e5f3d;},_0x5cec58['UHbAP']=_0x2ac407(0x18a),_0x5cec58[_0x2ac407(0x17b)]=function(_0x2e4f54,_0x2f0c59){return _0x2e4f54===_0x2f0c59;},_0x5cec58[_0x2ac407(0x1ea)]=function(_0x505e28,_0x36a466){return _0x505e28 in _0x36a466;};const _0x392cc6=_0x5cec58,_0x4a360b={};for(const [_0x3ea51d,_0x3cff9f]of Object[_0x2ac407(0x20c)](_0x392cc6[_0x2ac407(0x1af)](_0x3d91d7,{}))){if(_0x392cc6['hbMyg'](_0x3ea51d,_0x392cc6[_0x2ac407(0x1ce)]))continue;let _0x781eda=![];for(const [_0x38d79f,_0x579b38]of Object[_0x2ac407(0x20c)](W3CMapping)){if(_0x392cc6[_0x2ac407(0x1c8)](_0x3ea51d,_0x579b38)){_0x4a360b[_0x38d79f]=_0x3cff9f,_0x781eda=!![];break;}}!_0x781eda&&(_0x4a360b[_0x3ea51d]=_0x3cff9f);}const _0x213de9=_0x3d91d7[_0x392cc6[_0x2ac407(0x1ce)]]||{};for(const [_0x5e1062,_0x26b626]of Object[_0x2ac407(0x20c)](_0x213de9)){let _0x505d37=![];for(const [_0x4808ac,_0x14f38f]of Object[_0x2ac407(0x20c)](W3CMapping)){if(_0x392cc6[_0x2ac407(0x17b)](_0x5e1062,_0x14f38f)){_0x4a360b[_0x4808ac]=_0x26b626,_0x505d37=!![];break;}}!_0x505d37&&!_0x392cc6[_0x2ac407(0x1ea)](_0x5e1062,_0x4a360b)&&(_0x4a360b[_0x5e1062]=_0x26b626);}return logger['debug'](_0x2ac407(0x1f5)+JSON['stringify'](_0x4a360b)),_0x4a360b;},getModifiedConfigFromCLI=async _0x441111=>{const _0x46fe76=a158_0x2ca5ce,_0x4de867={};_0x4de867[_0x46fe76(0x1ab)]='GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request',_0x4de867['NCdgR']=_0x46fe76(0x208),_0x4de867[_0x46fe76(0x1f9)]='Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw',_0x4de867[_0x46fe76(0x1f4)]=_0x46fe76(0x210),_0x4de867[_0x46fe76(0x1ca)]=function(_0x526a07,_0x27aa4a){return _0x526a07>_0x27aa4a;},_0x4de867[_0x46fe76(0x19d)]=function(_0xa2b406,_0x356a5a){return _0xa2b406>_0x356a5a;},_0x4de867[_0x46fe76(0x192)]='No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response';const _0x8a21f5=_0x4de867;try{if(!GrpcClient)return logger[_0x46fe76(0x1ed)](_0x8a21f5['lEoUr']),null;const _0x35dd32={};_0x35dd32['capabilities']=_0x441111,_0x35dd32[_0x46fe76(0x1e2)]=_0x8a21f5[_0x46fe76(0x218)],_0x35dd32['workers']=0x1,_0x35dd32[_0x46fe76(0x200)]=[];const _0x13afd1=_0x35dd32;logger[_0x46fe76(0x1ed)](_0x8a21f5[_0x46fe76(0x1f9)]);const _0x1a260b={};_0x1a260b[_0x46fe76(0x1a0)]=_0x13afd1;const _0x3578ff=await GrpcClient['getInstance']()[_0x46fe76(0x1be)](_0x1a260b);if(!_0x3578ff['getConfig']())return logger[_0x46fe76(0x1ed)](_0x8a21f5[_0x46fe76(0x1f4)]),null;const _0x55e6d8=JSON[_0x46fe76(0x21b)](_0x3578ff[_0x46fe76(0x1d0)]());logger[_0x46fe76(0x1ed)](_0x46fe76(0x1e3)+JSON[_0x46fe76(0x1d6)](_0x55e6d8));if(_0x55e6d8[_0x46fe76(0x1e9)]&&Array[_0x46fe76(0x1c3)](_0x55e6d8[_0x46fe76(0x1e9)])&&_0x8a21f5[_0x46fe76(0x1ca)](_0x55e6d8[_0x46fe76(0x1e9)]['length'],0x0))return _0x55e6d8[_0x46fe76(0x1e9)][0x0];else{if(_0x55e6d8['projects']&&Array['isArray'](_0x55e6d8[_0x46fe76(0x200)])&&_0x8a21f5['thcHx'](_0x55e6d8[_0x46fe76(0x200)][_0x46fe76(0x1db)],0x0)){const _0x5aeb76=_0x55e6d8[_0x46fe76(0x200)][0x0];if(_0x5aeb76[_0x46fe76(0x194)]&&_0x5aeb76[_0x46fe76(0x194)][_0x46fe76(0x20b)])return _0x5aeb76[_0x46fe76(0x194)]['platformCaps'];}}return logger['debug'](_0x8a21f5[_0x46fe76(0x192)]),null;}catch(_0x5302ad){logger['error'](_0x46fe76(0x1cf)+_0x5302ad[_0x46fe76(0x1cd)]);throw _0x5302ad;}},generatePlaywrightUrl=(_0x46799a,_0x3a2032)=>{const _0x10d30c=a158_0x2ca5ce,_0x2efaff={'alDLM':function(_0x177749,_0x2979d7){return _0x177749!==_0x2979d7;},'cYHzG':function(_0x4ab976,_0x1f344e){return _0x4ab976!==_0x1f344e;},'EKEQq':function(_0x819ec9,_0x228706){return _0x819ec9(_0x228706);},'vdxfT':function(_0x5c18f4,_0x3ff73f){return _0x5c18f4||_0x3ff73f;},'FITEm':_0x10d30c(0x21a),'jJqRa':function(_0x519b74,_0x602c12){return _0x519b74(_0x602c12);},'VXdcJ':_0x10d30c(0x1f7),'CtCbZ':function(_0x242d6f,_0x304002){return _0x242d6f(_0x304002);},'YWSIM':_0x10d30c(0x1c0),'dVrNa':function(_0x3a585b,_0xb95ac0){return _0x3a585b(_0xb95ac0);},'lYzBF':_0x10d30c(0x219),'SngAA':function(_0x372ca8,_0x597cc6){return _0x372ca8(_0x597cc6);},'Qpncf':_0x10d30c(0x1d2),'vCCkE':function(_0xc62fe5,_0x370e15){return _0xc62fe5===_0x370e15;},'JqFJf':function(_0x2f49e0,_0x491137){return _0x2f49e0===_0x491137;},'yKnIc':_0x10d30c(0x1e7),'PLJJD':_0x10d30c(0x1a9),'Mrnpf':_0x10d30c(0x17c),'UdSwM':function(_0x133e5,_0x2d9de7){return _0x133e5+_0x2d9de7;}},_0x453917=helper[_0x10d30c(0x186)](_0x46799a),_0x2ba28a=_0x2efaff[_0x10d30c(0x202)](convertW3CToJsonWire,_0x3a2032);try{const _0x1d56bf=[_0x2efaff['vdxfT'](_0x3a2032,{}),global[_0x10d30c(0x184)]||{},global['__platformCaps']||{},global[_0x10d30c(0x213)]||{}],_0x416ffd=_0x47f7ff=>{const _0x452eec=_0x10d30c;if(_0x2efaff[_0x452eec(0x1ee)](_0x2ba28a[_0x47f7ff],undefined)&&_0x2efaff[_0x452eec(0x1ee)](_0x2ba28a[_0x47f7ff],null)&&_0x2efaff['alDLM'](_0x2ba28a[_0x47f7ff],''))return;for(const _0x900ba3 of _0x1d56bf){if(_0x900ba3&&_0x2efaff['cYHzG'](_0x900ba3[_0x47f7ff],undefined)&&_0x2efaff[_0x452eec(0x1ee)](_0x900ba3[_0x47f7ff],null)&&_0x2efaff[_0x452eec(0x1ee)](_0x900ba3[_0x47f7ff],'')){_0x2ba28a[_0x47f7ff]=_0x900ba3[_0x47f7ff];return;}}};_0x2efaff['EKEQq'](_0x416ffd,_0x2efaff[_0x10d30c(0x20d)]),_0x2efaff[_0x10d30c(0x1cb)](_0x416ffd,_0x2efaff[_0x10d30c(0x1b9)]),_0x2efaff[_0x10d30c(0x1a8)](_0x416ffd,_0x2efaff[_0x10d30c(0x18d)]),_0x2efaff[_0x10d30c(0x1dc)](_0x416ffd,_0x2efaff[_0x10d30c(0x1ba)]),_0x2efaff[_0x10d30c(0x1b6)](_0x416ffd,_0x2efaff[_0x10d30c(0x1d9)]),!_0x2ba28a[_0x2efaff['VXdcJ']]&&process[_0x10d30c(0x17d)][_0x10d30c(0x205)]&&(_0x2ba28a[_0x2efaff[_0x10d30c(0x1b9)]]=process[_0x10d30c(0x17d)][_0x10d30c(0x205)]),_0x2efaff[_0x10d30c(0x190)](_0x2ba28a[_0x2efaff[_0x10d30c(0x20d)]],undefined)&&process[_0x10d30c(0x17d)][_0x10d30c(0x1a5)]&&_0x2efaff['JqFJf'](_0x2efaff[_0x10d30c(0x1b6)](String,process['env'][_0x10d30c(0x1a5)])['toLowerCase'](),_0x2efaff[_0x10d30c(0x1de)])&&(_0x2ba28a[_0x2efaff[_0x10d30c(0x20d)]]=!![]);}catch(_0x213662){logger[_0x10d30c(0x1ed)](_0x10d30c(0x20e)+util[_0x10d30c(0x1ff)](_0x213662));}return _0x2ba28a[_0x2efaff[_0x10d30c(0x20f)]]=process[_0x10d30c(0x17d)]['BROWSERSTACK_TESTHUB_UUID'],_0x2ba28a[_0x2efaff['Mrnpf']]=helper['getBuildProductMap'](),_0x2efaff[_0x10d30c(0x1d8)](_0x453917,_0x2efaff[_0x10d30c(0x1a8)](encodeURIComponent,JSON[_0x10d30c(0x1d6)](_0x2ba28a)));},getBrowserFromCaps=_0x3a7491=>{const _0x301b02=a158_0x2ca5ce,_0x3379ab={};_0x3379ab[_0x301b02(0x217)]='chrome';const _0x531d38=_0x3379ab;return _0x3a7491[_0x301b02(0x182)]||_0x3a7491[_0x301b02(0x1d7)]||_0x531d38['GRkbA'];},getBundledConnectionClass=()=>{const _0x31fa92=a158_0x2ca5ce,_0x12ce98={};_0x12ce98[_0x31fa92(0x1b0)]=_0x31fa92(0x1f3);const _0x306ccd=_0x12ce98;try{const _0x53fa33=helper[_0x31fa92(0x197)]();if(!_0x53fa33)return null;const _0x39da19=helper[_0x31fa92(0x179)](_0x53fa33),_0x43c0e6=_0x39da19&&(_0x39da19[_0x31fa92(0x1a2)]||_0x39da19['firefox']||_0x39da19[_0x31fa92(0x1ec)]);if(!_0x43c0e6)return null;if(!_0x43c0e6[_0x31fa92(0x1e0)])return logger[_0x31fa92(0x1ed)](_0x306ccd[_0x31fa92(0x1b0)]),null;if(!_0x43c0e6[_0x31fa92(0x1e0)]['constructor'])return null;return _0x43c0e6[_0x31fa92(0x1e0)]['constructor'];}catch(_0x48ab5f){return logger[_0x31fa92(0x1ed)](_0x31fa92(0x1b1)+util[_0x31fa92(0x1ff)](_0x48ab5f)),null;}},isPlaywrightAvailable=()=>{const _0x59fd33=a158_0x2ca5ce;try{return!!helper[_0x59fd33(0x1c7)]();}catch(_0x56e7ad){return logger[_0x59fd33(0x1ed)](_0x59fd33(0x1c6)+util[_0x59fd33(0x1ff)](_0x56e7ad)),![];}},getPlaywrightBrowserType=()=>{const _0x426e32=a158_0x2ca5ce;try{return helper[_0x426e32(0x1c7)]();}catch(_0x240f89){return logger['debug'](_0x426e32(0x18f)+util[_0x426e32(0x1ff)](_0x240f89)),null;}},getPlaywrightModulePath=()=>{const _0x2442e9=a158_0x2ca5ce,_0x576b12={};_0x576b12['WFuPs']=_0x2442e9(0x20a);const _0x44a369=_0x576b12;return logger['debug'](_0x44a369[_0x2442e9(0x209)]),null;},getBrowserTypePath=()=>{const _0x1430c1=a158_0x2ca5ce,_0x341857={};_0x341857['WPZpf']=_0x1430c1(0x1d5);const _0x4ce24b=_0x341857;return logger['debug'](_0x4ce24b[_0x1430c1(0x207)]),null;},checkPwandBootstrapCli=async(_0x29cb14,_0x5ba5ce,_0x213baa)=>{const _0x1dea9b=a158_0x2ca5ce,_0x2542ee={'VNtLf':function(_0x48be9d,_0x35cc67){return _0x48be9d(_0x35cc67);},'QxyPA':_0x1dea9b(0x216)};if(_0x29cb14){const _0x1dd544=constants[_0x1dea9b(0x181)]['PLAYWRIGHT'];logger[_0x1dea9b(0x1ed)]('Detected\x20Playwright\x20version\x20'+_0x29cb14+_0x1dea9b(0x1ac)+_0x5ba5ce+_0x1dea9b(0x1ad)),CLIUtils['setFrameworkDetail'](_0x5ba5ce,_0x1dd544);const {getProductMap:_0x2a9c82}=_0x2542ee[_0x1dea9b(0x1fd)](require,_0x2542ee['QxyPA']);process[_0x1dea9b(0x17d)]['BROWSERSTACK_PRODUCT_MAP']=JSON['stringify'](_0x2542ee[_0x1dea9b(0x1fd)](_0x2a9c82,_0x213baa[_0x1dea9b(0x178)])),BrowserstackCLI['getInstance']()[_0x1dea9b(0x1ae)](_0x213baa[_0x1dea9b(0x178)],_0x213baa[_0x1dea9b(0x1eb)],_0x213baa[_0x1dea9b(0x1b8)]),await BrowserstackCLI[_0x1dea9b(0x1e5)]()[_0x1dea9b(0x1bd)]();}},connectOverCDPWithRetry=async(_0x54963a,_0x4d7c50,_0x1981cf,_0xecc9f1=0x3,_0x38deaf=0x1f4)=>{const _0x31abe9=a158_0x2ca5ce,_0x33841a={};_0x33841a[_0x31abe9(0x196)]=function(_0x3c1401,_0x209145){return _0x3c1401<=_0x209145;},_0x33841a[_0x31abe9(0x1b5)]=_0x31abe9(0x18b),_0x33841a[_0x31abe9(0x212)]=_0x31abe9(0x191),_0x33841a[_0x31abe9(0x201)]=_0x31abe9(0x1b7),_0x33841a['ACqaU']=_0x31abe9(0x180),_0x33841a[_0x31abe9(0x19f)]=_0x31abe9(0x1d1),_0x33841a[_0x31abe9(0x1bc)]=_0x31abe9(0x187),_0x33841a['nmkqZ']=function(_0x6cdf7a,_0x20133b){return _0x6cdf7a===_0x20133b;},_0x33841a[_0x31abe9(0x1c4)]=function(_0x255bdd,_0x5d88c5){return _0x255bdd+_0x5d88c5;},_0x33841a[_0x31abe9(0x195)]=function(_0x24ea33,_0x4d5e96){return _0x24ea33*_0x4d5e96;},_0x33841a['miAvz']=function(_0xc56a36,_0x4ca9a8){return _0xc56a36+_0x4ca9a8;};const _0x21faf0=_0x33841a;let _0x1cf5b9;for(let _0x3a2143=0x0;_0x21faf0[_0x31abe9(0x196)](_0x3a2143,_0xecc9f1);_0x3a2143++){try{return await _0x54963a[_0x31abe9(0x1f1)]['apply'](_0x4d7c50,_0x1981cf);}catch(_0x36d31c){_0x1cf5b9=_0x36d31c;const _0x59431d=_0x36d31c&&_0x36d31c['message']||'',_0xb93a3a=_0x59431d[_0x31abe9(0x199)](_0x21faf0[_0x31abe9(0x1b5)])||_0x59431d['includes'](_0x21faf0[_0x31abe9(0x212)])||_0x59431d[_0x31abe9(0x199)](_0x21faf0[_0x31abe9(0x201)])||_0x59431d[_0x31abe9(0x199)](_0x21faf0[_0x31abe9(0x188)])||_0x59431d[_0x31abe9(0x199)](_0x21faf0['hAmGf'])||_0x59431d[_0x31abe9(0x199)](_0x21faf0['xZYBn']);if(!_0xb93a3a||_0x21faf0[_0x31abe9(0x1a1)](_0x3a2143,_0xecc9f1)){_0xb93a3a&&logger[_0x31abe9(0x1c9)](_0x31abe9(0x1bf)+_0x21faf0['aEZVk'](_0x3a2143,0x1)+_0x31abe9(0x1e6)+_0x59431d);throw _0x36d31c;}const _0x14662d=_0x21faf0[_0x31abe9(0x195)](_0x38deaf,_0x21faf0[_0x31abe9(0x1c4)](_0x3a2143,0x1));logger[_0x31abe9(0x1c9)]('[A11Y]\x20connectOverCDP\x20attempt\x20'+_0x21faf0[_0x31abe9(0x214)](_0x3a2143,0x1)+'/'+_0x21faf0[_0x31abe9(0x214)](_0xecc9f1,0x1)+_0x31abe9(0x1ef)+_0x59431d+_0x31abe9(0x18e)+_0x14662d+'ms'),await new Promise(_0x70c7c6=>setTimeout(_0x70c7c6,_0x14662d));}}throw _0x1cf5b9;},connectWithRetry=async(_0x49120d,_0xc0e869,_0x540c73,_0x3d2c81=0x3,_0x525de0=0x3e8)=>{const _0x5d7947=a158_0x2ca5ce,_0x4bc8b2={};_0x4bc8b2[_0x5d7947(0x1e4)]=function(_0x372a73,_0x4a5e2d){return _0x372a73<=_0x4a5e2d;},_0x4bc8b2[_0x5d7947(0x1b2)]=_0x5d7947(0x185),_0x4bc8b2[_0x5d7947(0x1e8)]=_0x5d7947(0x18c),_0x4bc8b2['NjsLZ']='Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed',_0x4bc8b2[_0x5d7947(0x1a3)]=_0x5d7947(0x191),_0x4bc8b2[_0x5d7947(0x183)]='WebSocket\x20error',_0x4bc8b2[_0x5d7947(0x1fa)]=_0x5d7947(0x1d1),_0x4bc8b2[_0x5d7947(0x204)]=_0x5d7947(0x187),_0x4bc8b2[_0x5d7947(0x17f)]=function(_0x1d1430,_0x2ea82e){return _0x1d1430===_0x2ea82e;},_0x4bc8b2[_0x5d7947(0x19c)]=function(_0x5342a5,_0x301e80){return _0x5342a5+_0x301e80;},_0x4bc8b2['UQVVN']=function(_0x1edd2b,_0x105699){return _0x1edd2b*_0x105699;},_0x4bc8b2[_0x5d7947(0x19e)]=function(_0x78d34e,_0x2a784e){return _0x78d34e+_0x2a784e;};const _0x3f3ecc=_0x4bc8b2;let _0x249898;for(let _0xb1c9f8=0x0;_0x3f3ecc[_0x5d7947(0x1e4)](_0xb1c9f8,_0x3d2c81);_0xb1c9f8++){try{return await _0x49120d[_0x5d7947(0x1c5)](_0xc0e869,_0x540c73);}catch(_0x1c019b){_0x249898=_0x1c019b;const _0x5bc941=_0x1c019b&&_0x1c019b['message']||'',_0x50d64b=_0x5bc941['includes'](_0x3f3ecc['RPMBf'])||_0x5bc941['includes'](_0x3f3ecc['qvasb'])||_0x5bc941[_0x5d7947(0x199)](_0x3f3ecc[_0x5d7947(0x1f8)])||_0x5bc941[_0x5d7947(0x199)](_0x3f3ecc[_0x5d7947(0x1a3)])||_0x5bc941['includes'](_0x3f3ecc['ByRTr'])||_0x5bc941[_0x5d7947(0x199)](_0x3f3ecc['xkgTE'])||_0x5bc941[_0x5d7947(0x199)](_0x3f3ecc[_0x5d7947(0x204)]);if(!_0x50d64b||_0x3f3ecc['hvPPA'](_0xb1c9f8,_0x3d2c81)){_0x50d64b&&logger[_0x5d7947(0x1c9)](_0x5d7947(0x206)+_0x3f3ecc[_0x5d7947(0x19c)](_0xb1c9f8,0x1)+'\x20attempts\x20—\x20surfacing\x20error:\x20'+_0x5bc941+_0x5d7947(0x1da));throw _0x1c019b;}const _0x210d97=_0x3f3ecc[_0x5d7947(0x1e1)](_0x525de0,_0x3f3ecc[_0x5d7947(0x19c)](_0xb1c9f8,0x1));logger[_0x5d7947(0x1c9)](_0x5d7947(0x1fb)+_0x3f3ecc['pJrat'](_0xb1c9f8,0x1)+'/'+_0x3f3ecc[_0x5d7947(0x19c)](_0x3d2c81,0x1)+_0x5d7947(0x1ef)+_0x5bc941+_0x5d7947(0x18e)+_0x210d97+'ms'),await new Promise(_0x4dc1e7=>setTimeout(_0x4dc1e7,_0x210d97));}}throw _0x249898;},a158_0x3faac7={};a158_0x3faac7['convertW3CToJsonWire']=convertW3CToJsonWire,a158_0x3faac7[a158_0x2ca5ce(0x1dd)]=getModifiedConfigFromCLI,a158_0x3faac7[a158_0x2ca5ce(0x1fe)]=generatePlaywrightUrl,a158_0x3faac7['getBrowserFromCaps']=getBrowserFromCaps,a158_0x3faac7[a158_0x2ca5ce(0x1c2)]=isPlaywrightAvailable,a158_0x3faac7['getPlaywrightBrowserType']=getPlaywrightBrowserType,a158_0x3faac7['getPlaywrightModulePath']=getPlaywrightModulePath,a158_0x3faac7['getBrowserTypePath']=getBrowserTypePath,a158_0x3faac7[a158_0x2ca5ce(0x1a7)]=importFileFromPWCore,a158_0x3faac7[a158_0x2ca5ce(0x19b)]=checkPwandBootstrapCli,a158_0x3faac7[a158_0x2ca5ce(0x1f6)]=connectOverCDPWithRetry,a158_0x3faac7[a158_0x2ca5ce(0x189)]=connectWithRetry,a158_0x3faac7[a158_0x2ca5ce(0x1f0)]=getBundledConnectionClass,module[a158_0x2ca5ce(0x1b3)]=a158_0x3faac7;
1
+ const a158_0x301fdb=a158_0x4afd;(function(_0x38c868,_0x403fb9){const _0x2fc4d3=a158_0x4afd,_0x3852f5=_0x38c868();while(!![]){try{const _0xec0483=parseInt(_0x2fc4d3(0x10d))/0x1*(parseInt(_0x2fc4d3(0x118))/0x2)+parseInt(_0x2fc4d3(0xb7))/0x3*(-parseInt(_0x2fc4d3(0xb8))/0x4)+-parseInt(_0x2fc4d3(0xc8))/0x5+-parseInt(_0x2fc4d3(0xd1))/0x6*(parseInt(_0x2fc4d3(0x105))/0x7)+-parseInt(_0x2fc4d3(0xd8))/0x8*(parseInt(_0x2fc4d3(0x99))/0x9)+parseInt(_0x2fc4d3(0xac))/0xa+parseInt(_0x2fc4d3(0x121))/0xb*(parseInt(_0x2fc4d3(0xb4))/0xc);if(_0xec0483===_0x403fb9)break;else _0x3852f5['push'](_0x3852f5['shift']());}catch(_0x226f2b){_0x3852f5['push'](_0x3852f5['shift']());}}}(a158_0x29a0,0x40295));const util=require('util'),{importFileFromPWCore}=require('./helper'),helper=require(a158_0x301fdb(0xd6)),logger=require('./logger')[a158_0x301fdb(0x12b)],W3CMapping=require('./w3cMapping')[a158_0x301fdb(0x98)](),constants=require(a158_0x301fdb(0xaf)),BrowserstackCLI=require('../bin/v2/browserstackCLI'),CLIUtils=require(a158_0x301fdb(0xee));function a158_0x4afd(_0x15ca88,_0x125345){const _0x29a0ea=a158_0x29a0();return a158_0x4afd=function(_0x4afd6b,_0x60d6b1){_0x4afd6b=_0x4afd6b-0x90;let _0x1a8abb=_0x29a0ea[_0x4afd6b];return _0x1a8abb;},a158_0x4afd(_0x15ca88,_0x125345);}function a158_0x29a0(){const _0x292245=['env','JVufi','Ybxgz','_connection','ATait','Socket\x20idle\x20from\x20a\x20long\x20time','Received\x20modified\x20config\x20from\x20gRPC:\x20','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','.\x20Session\x20may\x20be\x20reported\x20unlinked\x20(device\x20name\x20missing\x20on\x20dashboard).','Error\x20getting\x20Playwright\x20BrowserType:\x20','Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed','FRAMEWORKS','__accessibilityOptions','2364025emYlKI','bgOhz','use','includes','isPlaywrightAvailable','NeOSh','Playwright\x20not\x20available:\x20','getPWCorePath','ctlsd','102opTrar','FbAEN','\x20for\x20','Unable\x20to\x20get\x20the\x20websocket\x20connection','AHcNn','./helper','umgCS','104qiqoCA','browserstack.testhubBuildUuid','ZJcnX','stringify','convertW3CToJsonWire','browserstack.buildProductMap','Egrcq','oAEEk','message','zFHrW','connectOverCDPWithRetry','wzAbO','Detected\x20Playwright\x20version\x20','Timeout','getPlaywrightUrl','browserstack.accessibilityOptions.wcagVersion','bstack:options','requirePWModule','hYDwN','OLffD','BS_A11Y_JWT','[Playwright]\x20connect\x20gave\x20up\x20after\x20','../bin/v2/cliUtils','resolveBrowserTypeClass','ClLmX','idMSg','kKGGQ','LvVvp','JYSYs','ayCaS','ECONNRESET','capabilities','oyVjd','warn','getPlaywrightModulePath','browserstack.accessibility','pXahO','projects','configPath','workers','\x20failed\x20(','cucumberjs-pw','constructor','Btdml','Could\x20not\x20import\x20GrpcClient:\x20','211064xrsBwn','tpHjJ','connectWithRetry','nqbhi','[Playwright]\x20connect\x20attempt\x20','tQpGi','VtCAm','PLAYWRIGHT','47nbVXqK','SDK-5318:\x20getBundledConnectionClass\x20called\x20before\x20_connection\x20populated;\x20returning\x20null','BROWSERSTACK_PRODUCT_MAP','Ulaok','uEanZ','toLowerCase','),\x20retrying\x20in\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getModifiedConfigFromCLI','[A11Y]\x20connectOverCDP\x20attempt\x20','zYbOD','7858lBVakW','checkPwandBootstrapCli','chromium','bootstrap','isArray','config','nambW','debug','cliConfig','40051VvCPip','chrome','setBrowserstackConfig','nzRwm','generatePlaywrightUrl','GrUCV','parse','getBrowserFromCaps','framework','__launchCaps','winstonLogger','MozWm','Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw','playwrightConfigObject','ZGmeR','sQklU','DWkxQ','getPlaywrightBrowserType','getInstance','getConfig','GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request','entries','firefox','W3CMapping','215343ekMIFA','length','importFileFromPWCore','WebSocket\x20error','platformCaps','iTDKo','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response','oEcco','browserstack.accessibilityOptions.authToken','VcyUC','\x20attempts\x20—\x20surfacing\x20error:\x20','tziBf','EOFnp','exports','ECONNREFUSED','getBundledConnectionClass','PdHfb','format','1892640jIjxxd','connectOverCDP:\x20CDPSession','error','../bin/utils/constants','pYuql','PFowf','JmfSW','RBunH','5268mpLTCU','ORZKl','hMsVW','3GBjfAZ','1652324XBBZXt','UzRZz','EVHrD'];a158_0x29a0=function(){return _0x292245;};return a158_0x29a0();}let GrpcClient;try{GrpcClient=require('../bin/v2/grpcClient');}catch(a158_0x4cc8eb){logger[a158_0x301fdb(0x11f)](a158_0x301fdb(0x104)+a158_0x4cc8eb[a158_0x301fdb(0xe0)]),GrpcClient=null;}const convertW3CToJsonWire=_0x122544=>{const _0x227178=a158_0x301fdb,_0x5364ea={};_0x5364ea[_0x227178(0xf1)]=function(_0x2caa4e,_0x2247e0){return _0x2caa4e||_0x2247e0;},_0x5364ea['ffdKN']=function(_0x4b89d9,_0x14d33e){return _0x4b89d9===_0x14d33e;},_0x5364ea[_0x227178(0x110)]=_0x227178(0xe8),_0x5364ea[_0x227178(0xf3)]=function(_0x1c3916,_0x2b1d31){return _0x1c3916===_0x2b1d31;},_0x5364ea[_0x227178(0xb3)]=function(_0x20ba5c,_0x5bb73c){return _0x20ba5c in _0x5bb73c;};const _0x56410a=_0x5364ea,_0x634bb1={};for(const [_0x2e0fe7,_0xb5a83e]of Object[_0x227178(0x96)](_0x56410a[_0x227178(0xf1)](_0x122544,{}))){if(_0x56410a['ffdKN'](_0x2e0fe7,_0x56410a['Ulaok']))continue;let _0x4b5239=![];for(const [_0x28fbb1,_0x2fcd15]of Object[_0x227178(0x96)](W3CMapping)){if(_0x56410a['ffdKN'](_0x2e0fe7,_0x2fcd15)){_0x634bb1[_0x28fbb1]=_0xb5a83e,_0x4b5239=!![];break;}}!_0x4b5239&&(_0x634bb1[_0x2e0fe7]=_0xb5a83e);}const _0x17b9ae=_0x122544[_0x56410a[_0x227178(0x110)]]||{};for(const [_0x23f722,_0x55e3a2]of Object['entries'](_0x17b9ae)){let _0x1bb0ed=![];for(const [_0x3faecf,_0x5a2c82]of Object[_0x227178(0x96)](W3CMapping)){if(_0x56410a[_0x227178(0xf3)](_0x23f722,_0x5a2c82)){_0x634bb1[_0x3faecf]=_0x55e3a2,_0x1bb0ed=!![];break;}}!_0x1bb0ed&&!_0x56410a[_0x227178(0xb3)](_0x23f722,_0x634bb1)&&(_0x634bb1[_0x23f722]=_0x55e3a2);}return logger[_0x227178(0x11f)]('Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20'+JSON[_0x227178(0xdb)](_0x634bb1)),_0x634bb1;},getModifiedConfigFromCLI=async _0x452b3a=>{const _0x203ea1=a158_0x301fdb,_0x5bf9a1={};_0x5bf9a1[_0x203ea1(0xba)]=_0x203ea1(0x95),_0x5bf9a1['JmfSW']=_0x203ea1(0x101),_0x5bf9a1[_0x203ea1(0x124)]=_0x203ea1(0x12d),_0x5bf9a1[_0x203ea1(0xa1)]='No\x20modified\x20config\x20received\x20from\x20gRPC',_0x5bf9a1[_0x203ea1(0x10a)]=function(_0x21677e,_0x40e5a1){return _0x21677e>_0x40e5a1;},_0x5bf9a1[_0x203ea1(0xf2)]=function(_0x4b7f61,_0x326eae){return _0x4b7f61>_0x326eae;},_0x5bf9a1[_0x203ea1(0xd7)]=_0x203ea1(0xa0);const _0x183898=_0x5bf9a1;try{if(!GrpcClient)return logger['debug'](_0x183898[_0x203ea1(0xba)]),null;const _0x4d5b3d={};_0x4d5b3d[_0x203ea1(0xf7)]=_0x452b3a,_0x4d5b3d[_0x203ea1(0x129)]=_0x183898[_0x203ea1(0xb2)],_0x4d5b3d[_0x203ea1(0xff)]=0x1,_0x4d5b3d[_0x203ea1(0xfd)]=[];const _0x2a82d2=_0x4d5b3d;logger['debug'](_0x183898[_0x203ea1(0x124)]);const _0x5253c8={};_0x5253c8[_0x203ea1(0x12e)]=_0x2a82d2;const _0x1b9197=await GrpcClient[_0x203ea1(0x93)]()['getPlaywrightConfig'](_0x5253c8);if(!_0x1b9197['getConfig']())return logger[_0x203ea1(0x11f)](_0x183898['oEcco']),null;const _0x500ab4=JSON[_0x203ea1(0x127)](_0x1b9197[_0x203ea1(0x94)]());logger[_0x203ea1(0x11f)](_0x203ea1(0xc1)+JSON['stringify'](_0x500ab4));if(_0x500ab4[_0x203ea1(0xf7)]&&Array[_0x203ea1(0x11c)](_0x500ab4[_0x203ea1(0xf7)])&&_0x183898[_0x203ea1(0x10a)](_0x500ab4[_0x203ea1(0xf7)][_0x203ea1(0x9a)],0x0))return _0x500ab4[_0x203ea1(0xf7)][0x0];else{if(_0x500ab4['projects']&&Array[_0x203ea1(0x11c)](_0x500ab4[_0x203ea1(0xfd)])&&_0x183898[_0x203ea1(0xf2)](_0x500ab4['projects']['length'],0x0)){const _0x4271c9=_0x500ab4[_0x203ea1(0xfd)][0x0];if(_0x4271c9[_0x203ea1(0xca)]&&_0x4271c9['use'][_0x203ea1(0x9d)])return _0x4271c9['use']['platformCaps'];}}return logger[_0x203ea1(0x11f)](_0x183898[_0x203ea1(0xd7)]),null;}catch(_0x13819b){logger[_0x203ea1(0xae)](_0x203ea1(0xc2)+_0x13819b[_0x203ea1(0xe0)]);throw _0x13819b;}},generatePlaywrightUrl=(_0x3e1204,_0x444be5)=>{const _0x3ad424=a158_0x301fdb,_0x283b77={'PdHfb':function(_0x1edd90,_0x2b89e4){return _0x1edd90!==_0x2b89e4;},'hMsVW':function(_0x1a174d,_0x385618){return _0x1a174d!==_0x385618;},'VtCAm':function(_0x3b5099,_0x4cad76){return _0x3b5099!==_0x4cad76;},'uEanZ':function(_0x427f7a,_0x1a79ec){return _0x427f7a(_0x1a79ec);},'DWkxQ':function(_0x271995,_0x2d1d6c){return _0x271995||_0x2d1d6c;},'ORZKl':function(_0x2f4242,_0x547246){return _0x2f4242(_0x547246);},'Ybxgz':_0x3ad424(0xfb),'tpHjJ':_0x3ad424(0xa2),'VcyUC':_0x3ad424(0xe7),'ClLmX':'browserstack.accessibilityOptions.scannerVersion','PFowf':function(_0x2f7354,_0x1c156b){return _0x2f7354(_0x1c156b);},'cZvuU':'browserstack.accessibilityOptions.scannerProcessingTimeout','NeOSh':function(_0x1b2136,_0x3c56cd){return _0x1b2136===_0x3c56cd;},'oyVjd':'true','MozWm':_0x3ad424(0xd9),'INTWV':_0x3ad424(0xdd),'nambW':function(_0x4f1baf,_0x1baad5){return _0x4f1baf+_0x1baad5;}},_0x808c66=helper[_0x3ad424(0xe6)](_0x3e1204),_0x51c929=_0x283b77[_0x3ad424(0x111)](convertW3CToJsonWire,_0x444be5);try{const _0x57a854=[_0x283b77[_0x3ad424(0x91)](_0x444be5,{}),global[_0x3ad424(0x12a)]||{},global['__platformCaps']||{},global[_0x3ad424(0xc7)]||{}],_0xe02cc=_0x557391=>{const _0x4175de=_0x3ad424;if(_0x283b77[_0x4175de(0xaa)](_0x51c929[_0x557391],undefined)&&_0x283b77[_0x4175de(0xaa)](_0x51c929[_0x557391],null)&&_0x283b77[_0x4175de(0xb6)](_0x51c929[_0x557391],''))return;for(const _0x4e82e1 of _0x57a854){if(_0x4e82e1&&_0x283b77['VtCAm'](_0x4e82e1[_0x557391],undefined)&&_0x283b77['hMsVW'](_0x4e82e1[_0x557391],null)&&_0x283b77[_0x4175de(0x10b)](_0x4e82e1[_0x557391],'')){_0x51c929[_0x557391]=_0x4e82e1[_0x557391];return;}}};_0x283b77[_0x3ad424(0xb5)](_0xe02cc,_0x283b77[_0x3ad424(0xbd)]),_0x283b77[_0x3ad424(0xb5)](_0xe02cc,_0x283b77[_0x3ad424(0x106)]),_0x283b77[_0x3ad424(0xb5)](_0xe02cc,_0x283b77[_0x3ad424(0xa3)]),_0x283b77[_0x3ad424(0x111)](_0xe02cc,_0x283b77[_0x3ad424(0xf0)]),_0x283b77[_0x3ad424(0xb1)](_0xe02cc,_0x283b77['cZvuU']),!_0x51c929[_0x283b77[_0x3ad424(0x106)]]&&process[_0x3ad424(0xbb)][_0x3ad424(0xec)]&&(_0x51c929[_0x283b77['tpHjJ']]=process[_0x3ad424(0xbb)][_0x3ad424(0xec)]),_0x283b77[_0x3ad424(0xcd)](_0x51c929[_0x283b77[_0x3ad424(0xbd)]],undefined)&&process[_0x3ad424(0xbb)][_0x3ad424(0x114)]&&_0x283b77[_0x3ad424(0xcd)](_0x283b77[_0x3ad424(0x111)](String,process['env'][_0x3ad424(0x114)])[_0x3ad424(0x112)](),_0x283b77[_0x3ad424(0xf8)])&&(_0x51c929[_0x283b77[_0x3ad424(0xbd)]]=!![]);}catch(_0x50dfb4){logger[_0x3ad424(0x11f)]('Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20'+util[_0x3ad424(0xab)](_0x50dfb4));}return _0x51c929[_0x283b77[_0x3ad424(0x12c)]]=process['env']['BROWSERSTACK_TESTHUB_UUID'],_0x51c929[_0x283b77['INTWV']]=helper['getBuildProductMap'](),_0x283b77[_0x3ad424(0x11e)](_0x808c66,_0x283b77[_0x3ad424(0x111)](encodeURIComponent,JSON[_0x3ad424(0xdb)](_0x51c929)));},getBrowserFromCaps=_0x3b6a34=>{const _0x1e8ab5=a158_0x301fdb,_0x3b90f8={};_0x3b90f8[_0x1e8ab5(0xbc)]=_0x1e8ab5(0x122);const _0x23e2ce=_0x3b90f8;return _0x3b6a34['browserName']||_0x3b6a34['browser']||_0x23e2ce[_0x1e8ab5(0xbc)];},getBundledConnectionClass=()=>{const _0x382cec=a158_0x301fdb,_0x42c8a5={};_0x42c8a5[_0x382cec(0xf5)]=_0x382cec(0x10e);const _0xbeabc5=_0x42c8a5;try{const _0x53ac22=helper[_0x382cec(0xcf)]();if(!_0x53ac22)return null;const _0x3aa89d=helper[_0x382cec(0xe9)](_0x53ac22),_0x36a33a=_0x3aa89d&&(_0x3aa89d[_0x382cec(0x11a)]||_0x3aa89d[_0x382cec(0x97)]||_0x3aa89d['webkit']);if(!_0x36a33a)return null;if(!_0x36a33a[_0x382cec(0xbe)])return logger['debug'](_0xbeabc5[_0x382cec(0xf5)]),null;if(!_0x36a33a['_connection'][_0x382cec(0x102)])return null;return _0x36a33a[_0x382cec(0xbe)][_0x382cec(0x102)];}catch(_0xd7da01){return logger[_0x382cec(0x11f)]('SDK-5318:\x20getBundledConnectionClass\x20walk\x20failed:\x20'+util[_0x382cec(0xab)](_0xd7da01)),null;}},isPlaywrightAvailable=()=>{const _0x412bc2=a158_0x301fdb;try{return!!helper['resolveBrowserTypeClass']();}catch(_0x3d72d5){return logger[_0x412bc2(0x11f)](_0x412bc2(0xce)+util[_0x412bc2(0xab)](_0x3d72d5)),![];}},getPlaywrightBrowserType=()=>{const _0x477465=a158_0x301fdb;try{return helper[_0x477465(0xef)]();}catch(_0x328886){return logger[_0x477465(0x11f)](_0x477465(0xc4)+util[_0x477465(0xab)](_0x328886)),null;}},getPlaywrightModulePath=()=>{const _0x415c3f=a158_0x301fdb,_0x18e349={};_0x18e349['Btdml']=_0x415c3f(0x9f);const _0x2a808e=_0x18e349;return logger[_0x415c3f(0x11f)](_0x2a808e[_0x415c3f(0x103)]),null;},getBrowserTypePath=()=>{const _0x170572=a158_0x301fdb,_0x41ba3c={};_0x41ba3c[_0x170572(0x90)]='getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead';const _0x24b799=_0x41ba3c;return logger['debug'](_0x24b799['sQklU']),null;},checkPwandBootstrapCli=async(_0x24f609,_0x1ac733,_0x3a11ec)=>{const _0x5086ad=a158_0x301fdb,_0x2c4cc4={'bgOhz':function(_0x486304,_0x220cbf){return _0x486304(_0x220cbf);},'sNTWS':'./testhub/utils'};if(_0x24f609){const _0x58b396=constants[_0x5086ad(0xc6)][_0x5086ad(0x10c)];logger[_0x5086ad(0x11f)](_0x5086ad(0xe4)+_0x24f609+_0x5086ad(0xd3)+_0x1ac733+'\x20flow'),CLIUtils['setFrameworkDetail'](_0x1ac733,_0x58b396);const {getProductMap:_0x2b67a2}=_0x2c4cc4[_0x5086ad(0xc9)](require,_0x2c4cc4['sNTWS']);process['env'][_0x5086ad(0x10f)]=JSON[_0x5086ad(0xdb)](_0x2c4cc4[_0x5086ad(0xc9)](_0x2b67a2,_0x3a11ec['config'])),BrowserstackCLI['getInstance']()[_0x5086ad(0x123)](_0x3a11ec[_0x5086ad(0x11d)],_0x3a11ec[_0x5086ad(0xfe)],_0x3a11ec[_0x5086ad(0x120)]),await BrowserstackCLI[_0x5086ad(0x93)]()[_0x5086ad(0x11b)]();}},connectOverCDPWithRetry=async(_0x47c8d9,_0x8a5f19,_0x4da713,_0x42487d=0x3,_0x152d50=0x1f4)=>{const _0x1a37b7=a158_0x301fdb,_0x66cc79={};_0x66cc79[_0x1a37b7(0x126)]=function(_0x2c6043,_0x559fad){return _0x2c6043<=_0x559fad;},_0x66cc79[_0x1a37b7(0xb9)]=_0x1a37b7(0xc5),_0x66cc79['iTDKo']=_0x1a37b7(0xe5),_0x66cc79[_0x1a37b7(0xa6)]=_0x1a37b7(0x9c),_0x66cc79[_0x1a37b7(0x117)]=_0x1a37b7(0xad),_0x66cc79[_0x1a37b7(0xd2)]=_0x1a37b7(0xf6),_0x66cc79[_0x1a37b7(0xd5)]=_0x1a37b7(0xa8),_0x66cc79[_0x1a37b7(0xdf)]=function(_0x6c9f0a,_0x2c40f3){return _0x6c9f0a===_0x2c40f3;},_0x66cc79[_0x1a37b7(0xda)]=function(_0x3eb3e7,_0x13f1b2){return _0x3eb3e7+_0x13f1b2;},_0x66cc79[_0x1a37b7(0xea)]=function(_0x1aaaac,_0x35dfb2){return _0x1aaaac*_0x35dfb2;},_0x66cc79[_0x1a37b7(0xbf)]=function(_0x411b84,_0x185573){return _0x411b84+_0x185573;},_0x66cc79[_0x1a37b7(0xeb)]=function(_0x3d13a5,_0x2ac01a){return _0x3d13a5+_0x2ac01a;};const _0x521a67=_0x66cc79;let _0x182190;for(let _0x3af879=0x0;_0x521a67['GrUCV'](_0x3af879,_0x42487d);_0x3af879++){try{return await _0x47c8d9['connectOverCDP']['apply'](_0x8a5f19,_0x4da713);}catch(_0x24dc38){_0x182190=_0x24dc38;const _0x527aaf=_0x24dc38&&_0x24dc38[_0x1a37b7(0xe0)]||'',_0x61e0f5=_0x527aaf['includes'](_0x521a67[_0x1a37b7(0xb9)])||_0x527aaf[_0x1a37b7(0xcb)](_0x521a67[_0x1a37b7(0x9e)])||_0x527aaf['includes'](_0x521a67[_0x1a37b7(0xa6)])||_0x527aaf[_0x1a37b7(0xcb)](_0x521a67[_0x1a37b7(0x117)])||_0x527aaf[_0x1a37b7(0xcb)](_0x521a67[_0x1a37b7(0xd2)])||_0x527aaf[_0x1a37b7(0xcb)](_0x521a67[_0x1a37b7(0xd5)]);if(!_0x61e0f5||_0x521a67[_0x1a37b7(0xdf)](_0x3af879,_0x42487d)){_0x61e0f5&&logger['warn']('[A11Y]\x20connectOverCDP\x20gave\x20up\x20after\x20'+_0x521a67[_0x1a37b7(0xda)](_0x3af879,0x1)+'\x20attempts\x20—\x20surfacing\x20error:\x20'+_0x527aaf);throw _0x24dc38;}const _0x292605=_0x521a67['hYDwN'](_0x152d50,_0x521a67['ATait'](_0x3af879,0x1));logger[_0x1a37b7(0xf9)](_0x1a37b7(0x116)+_0x521a67[_0x1a37b7(0xda)](_0x3af879,0x1)+'/'+_0x521a67[_0x1a37b7(0xeb)](_0x42487d,0x1)+_0x1a37b7(0x100)+_0x527aaf+_0x1a37b7(0x113)+_0x292605+'ms'),await new Promise(_0x488488=>setTimeout(_0x488488,_0x292605));}}throw _0x182190;},connectWithRetry=async(_0x2418d9,_0x162609,_0x2dd230,_0x533f4c=0x3,_0x3817e1=0x3e8)=>{const _0x62d67=a158_0x301fdb,_0x10ba95={};_0x10ba95['tziBf']=function(_0x36d8dc,_0x1b4b2a){return _0x36d8dc<=_0x1b4b2a;},_0x10ba95[_0x62d67(0xfc)]=_0x62d67(0xc0),_0x10ba95[_0x62d67(0xde)]=_0x62d67(0xd4),_0x10ba95[_0x62d67(0xe3)]=_0x62d67(0xc5),_0x10ba95[_0x62d67(0xe1)]=_0x62d67(0xe5),_0x10ba95[_0x62d67(0xf4)]=_0x62d67(0x9c),_0x10ba95['tPlRu']=_0x62d67(0xf6),_0x10ba95[_0x62d67(0x108)]=_0x62d67(0xa8),_0x10ba95[_0x62d67(0x12f)]=function(_0x185f3c,_0x59002c){return _0x185f3c===_0x59002c;},_0x10ba95['pYuql']=function(_0x1337e7,_0x43aa3d){return _0x1337e7+_0x43aa3d;},_0x10ba95[_0x62d67(0xd0)]=function(_0x27cef3,_0x251e46){return _0x27cef3*_0x251e46;};const _0x5929db=_0x10ba95;let _0x13afc4;for(let _0x5998c7=0x0;_0x5929db[_0x62d67(0xa5)](_0x5998c7,_0x533f4c);_0x5998c7++){try{return await _0x2418d9['apply'](_0x162609,_0x2dd230);}catch(_0x5da177){_0x13afc4=_0x5da177;const _0x10005c=_0x5da177&&_0x5da177[_0x62d67(0xe0)]||'',_0x14b865=_0x10005c[_0x62d67(0xcb)](_0x5929db[_0x62d67(0xfc)])||_0x10005c[_0x62d67(0xcb)](_0x5929db[_0x62d67(0xde)])||_0x10005c[_0x62d67(0xcb)](_0x5929db[_0x62d67(0xe3)])||_0x10005c[_0x62d67(0xcb)](_0x5929db['zFHrW'])||_0x10005c[_0x62d67(0xcb)](_0x5929db['JYSYs'])||_0x10005c['includes'](_0x5929db['tPlRu'])||_0x10005c[_0x62d67(0xcb)](_0x5929db['nqbhi']);if(!_0x14b865||_0x5929db[_0x62d67(0x12f)](_0x5998c7,_0x533f4c)){_0x14b865&&logger[_0x62d67(0xf9)](_0x62d67(0xed)+_0x5929db[_0x62d67(0xb0)](_0x5998c7,0x1)+_0x62d67(0xa4)+_0x10005c+_0x62d67(0xc3));throw _0x5da177;}const _0x55d667=_0x5929db[_0x62d67(0xd0)](_0x3817e1,_0x5929db['pYuql'](_0x5998c7,0x1));logger[_0x62d67(0xf9)](_0x62d67(0x109)+_0x5929db['pYuql'](_0x5998c7,0x1)+'/'+_0x5929db[_0x62d67(0xb0)](_0x533f4c,0x1)+_0x62d67(0x100)+_0x10005c+_0x62d67(0x113)+_0x55d667+'ms'),await new Promise(_0x28bc6d=>setTimeout(_0x28bc6d,_0x55d667));}}throw _0x13afc4;},a158_0xef8f38={};a158_0xef8f38[a158_0x301fdb(0xdc)]=convertW3CToJsonWire,a158_0xef8f38[a158_0x301fdb(0x115)]=getModifiedConfigFromCLI,a158_0xef8f38[a158_0x301fdb(0x125)]=generatePlaywrightUrl,a158_0xef8f38[a158_0x301fdb(0x128)]=getBrowserFromCaps,a158_0xef8f38[a158_0x301fdb(0xcc)]=isPlaywrightAvailable,a158_0xef8f38[a158_0x301fdb(0x92)]=getPlaywrightBrowserType,a158_0xef8f38[a158_0x301fdb(0xfa)]=getPlaywrightModulePath,a158_0xef8f38['getBrowserTypePath']=getBrowserTypePath,a158_0xef8f38[a158_0x301fdb(0x9b)]=importFileFromPWCore,a158_0xef8f38[a158_0x301fdb(0x119)]=checkPwandBootstrapCli,a158_0xef8f38[a158_0x301fdb(0xe2)]=connectOverCDPWithRetry,a158_0xef8f38[a158_0x301fdb(0x107)]=connectWithRetry,a158_0xef8f38[a158_0x301fdb(0xa9)]=getBundledConnectionClass,module[a158_0x301fdb(0xa7)]=a158_0xef8f38;
@@ -1 +1 @@
1
- const a159_0xf34ba4=a159_0x1f29;function a159_0x4e94(){const _0x1568c8=['1381276MJvHVi','getTestName','true','./test-observability/constants','TEST_REPORTING_ANALYTICS','env','258081ZDVLGh','BAeoz','4228038RMbeSd','../bin/utils/constants','fQTIc','\x20]\x20','sleep','6712572hQaghd','5IQSYMX','worker_threads','./logger','3809898stgPFz','getProcessId','][\x20','./globals','16olOBhp','40QbPrAk','nWZdF','vFKQK','debug','BROWSERSTACK_OBSERVABILITY_DEBUG','getGlobal','threadId','BROWSERSTACK_TEST_REPORTING_DEBUG','toISOString','3652632IEZijR','afUKg','4120214EqwoMr','browserstackTestName'];a159_0x4e94=function(){return _0x1568c8;};return a159_0x4e94();}(function(_0x2f64eb,_0x410c56){const _0x4898ed=a159_0x1f29,_0x4155ba=_0x2f64eb();while(!![]){try{const _0x12ebcf=-parseInt(_0x4898ed(0x155))/0x1+parseInt(_0x4898ed(0x14f))/0x2+-parseInt(_0x4898ed(0x157))/0x3+parseInt(_0x4898ed(0x139))/0x4+-parseInt(_0x4898ed(0x13a))/0x5*(-parseInt(_0x4898ed(0x13d))/0x6)+-parseInt(_0x4898ed(0x14d))/0x7*(-parseInt(_0x4898ed(0x141))/0x8)+parseInt(_0x4898ed(0x14b))/0x9*(-parseInt(_0x4898ed(0x142))/0xa);if(_0x12ebcf===_0x410c56)break;else _0x4155ba['push'](_0x4155ba['shift']());}catch(_0xa93683){_0x4155ba['push'](_0x4155ba['shift']());}}}(a159_0x4e94,0xd9525));const worker=require(a159_0xf34ba4(0x13b)),{fileLogger}=require(a159_0xf34ba4(0x13c)),{consoleHolder}=require(a159_0xf34ba4(0x152)),globals=require(a159_0xf34ba4(0x140)),constants=require(a159_0xf34ba4(0x158));function a159_0x1f29(_0x36081d,_0x2d8f84){const _0x4e94ef=a159_0x4e94();return a159_0x1f29=function(_0x1f29f7,_0x45b669){_0x1f29f7=_0x1f29f7-0x136;let _0x4a8dc9=_0x4e94ef[_0x1f29f7];return _0x4a8dc9;},a159_0x1f29(_0x36081d,_0x2d8f84);}exports[a159_0xf34ba4(0x13e)]=()=>{const _0x31e8d6=a159_0xf34ba4;return process['pid']+'-'+worker[_0x31e8d6(0x148)];},exports[a159_0xf34ba4(0x150)]=()=>{const _0x1e0f5c=a159_0xf34ba4,_0x1f74a4={};_0x1f74a4[_0x1e0f5c(0x14c)]=_0x1e0f5c(0x14e);const _0x60d23c=_0x1f74a4;return globals[_0x1e0f5c(0x147)](_0x60d23c['afUKg']);},exports[a159_0xf34ba4(0x138)]=(_0x5f196d=0x64)=>new Promise(_0x3ec419=>setTimeout(_0x3ec419,_0x5f196d)),exports['debug']=_0xaac7b6=>{const _0x3ba753=a159_0xf34ba4,_0x10013e={};_0x10013e[_0x3ba753(0x136)]=function(_0x4281f4,_0x1493f9){return _0x4281f4===_0x1493f9;},_0x10013e[_0x3ba753(0x156)]=_0x3ba753(0x151),_0x10013e[_0x3ba753(0x143)]=function(_0x15b0d1,_0x5b52f5){return _0x15b0d1===_0x5b52f5;},_0x10013e['vFKQK']=function(_0x30e2e1,_0x24407d){return _0x30e2e1===_0x24407d;};const _0x224e34=_0x10013e;fileLogger[_0x3ba753(0x145)]('['+new Date()[_0x3ba753(0x14a)]()+_0x3ba753(0x13f)+constants[_0x3ba753(0x153)]+'\x20]\x20'+_0xaac7b6),(_0x224e34[_0x3ba753(0x136)](process['env']['BROWSERSTACK_TEST_REPORTING_DEBUG'],_0x224e34['BAeoz'])||_0x224e34['nWZdF'](process['env'][_0x3ba753(0x149)],'1')||_0x224e34[_0x3ba753(0x136)](process[_0x3ba753(0x154)]['BROWSERSTACK_OBSERVABILITY_DEBUG'],_0x224e34[_0x3ba753(0x156)])||_0x224e34[_0x3ba753(0x144)](process[_0x3ba753(0x154)][_0x3ba753(0x146)],'1'))&&consoleHolder['log']('\x0a['+new Date()['toISOString']()+_0x3ba753(0x13f)+constants[_0x3ba753(0x153)]+_0x3ba753(0x137)+_0xaac7b6+'\x0a');};
1
+ function a159_0x2bbc(_0x1412a3,_0x418ddf){const _0x1fd4be=a159_0x1fd4();return a159_0x2bbc=function(_0x2bbc19,_0x4976f6){_0x2bbc19=_0x2bbc19-0x130;let _0x91efe4=_0x1fd4be[_0x2bbc19];return _0x91efe4;},a159_0x2bbc(_0x1412a3,_0x418ddf);}function a159_0x1fd4(){const _0xb411bb=['BROWSERSTACK_TEST_REPORTING_DEBUG','185tNJOfH','./logger','\x20]\x20','true','../bin/utils/constants','env','7YfAvOh','3519580mxIRBx','3207104WrEqdX','344OPxbuC','log','][\x20','./globals','getProcessId','82470wTKfUg','browserstackTestName','17748wILoKC','CKqjT','ybhkL','TEST_REPORTING_ANALYTICS','972268pHGKmf','VRkuG','1753828AxQhiZ','sleep','./test-observability/constants','worker_threads','debug','threadId','BROWSERSTACK_OBSERVABILITY_DEBUG','YDcnn','getGlobal','toISOString','7664409pJnBHD','lRRrQ','pid'];a159_0x1fd4=function(){return _0xb411bb;};return a159_0x1fd4();}const a159_0x41124f=a159_0x2bbc;(function(_0x448242,_0x64fb78){const _0x540f84=a159_0x2bbc,_0x47ae6b=_0x448242();while(!![]){try{const _0x55e64e=-parseInt(_0x540f84(0x147))/0x1+parseInt(_0x540f84(0x149))/0x2+-parseInt(_0x540f84(0x143))/0x3*(parseInt(_0x540f84(0x13c))/0x4)+parseInt(_0x540f84(0x133))/0x5*(parseInt(_0x540f84(0x141))/0x6)+parseInt(_0x540f84(0x139))/0x7*(-parseInt(_0x540f84(0x13b))/0x8)+parseInt(_0x540f84(0x153))/0x9+parseInt(_0x540f84(0x13a))/0xa;if(_0x55e64e===_0x64fb78)break;else _0x47ae6b['push'](_0x47ae6b['shift']());}catch(_0x1daa2b){_0x47ae6b['push'](_0x47ae6b['shift']());}}}(a159_0x1fd4,0xaca22));const worker=require(a159_0x41124f(0x14c)),{fileLogger}=require(a159_0x41124f(0x134)),{consoleHolder}=require(a159_0x41124f(0x14b)),globals=require(a159_0x41124f(0x13f)),constants=require(a159_0x41124f(0x137));exports[a159_0x41124f(0x140)]=()=>{const _0x2d916c=a159_0x41124f;return process[_0x2d916c(0x131)]+'-'+worker[_0x2d916c(0x14e)];},exports['getTestName']=()=>{const _0x24e08d=a159_0x41124f,_0x49a827={};_0x49a827['ybhkL']=_0x24e08d(0x142);const _0x2c7daf=_0x49a827;return globals[_0x24e08d(0x151)](_0x2c7daf[_0x24e08d(0x145)]);},exports[a159_0x41124f(0x14a)]=(_0x497c0e=0x64)=>new Promise(_0x489a07=>setTimeout(_0x489a07,_0x497c0e)),exports[a159_0x41124f(0x14d)]=_0x1b1e7e=>{const _0x3067cb=a159_0x41124f,_0x1a7554={};_0x1a7554[_0x3067cb(0x144)]=function(_0x5e5aec,_0x4c2324){return _0x5e5aec===_0x4c2324;},_0x1a7554['lRRrQ']=_0x3067cb(0x136),_0x1a7554[_0x3067cb(0x148)]=function(_0x553004,_0x9c835f){return _0x553004===_0x9c835f;},_0x1a7554[_0x3067cb(0x150)]=function(_0x3f6bf2,_0xc98055){return _0x3f6bf2===_0xc98055;};const _0x4f8ad6=_0x1a7554;fileLogger['debug']('['+new Date()[_0x3067cb(0x152)]()+_0x3067cb(0x13e)+constants[_0x3067cb(0x146)]+'\x20]\x20'+_0x1b1e7e),(_0x4f8ad6[_0x3067cb(0x144)](process[_0x3067cb(0x138)][_0x3067cb(0x132)],_0x4f8ad6[_0x3067cb(0x130)])||_0x4f8ad6[_0x3067cb(0x148)](process['env']['BROWSERSTACK_TEST_REPORTING_DEBUG'],'1')||_0x4f8ad6[_0x3067cb(0x144)](process[_0x3067cb(0x138)][_0x3067cb(0x14f)],_0x4f8ad6[_0x3067cb(0x130)])||_0x4f8ad6[_0x3067cb(0x150)](process[_0x3067cb(0x138)][_0x3067cb(0x14f)],'1'))&&consoleHolder[_0x3067cb(0x13d)]('\x0a['+new Date()[_0x3067cb(0x152)]()+_0x3067cb(0x13e)+constants[_0x3067cb(0x146)]+_0x3067cb(0x135)+_0x1b1e7e+'\x0a');};
@@ -1 +1 @@
1
- const a160_0x577265=a160_0x43bf;(function(_0xfaae47,_0x16a3e2){const _0x434c29=a160_0x43bf,_0x2e45c5=_0xfaae47();while(!![]){try{const _0x4289cb=-parseInt(_0x434c29(0xad))/0x1+-parseInt(_0x434c29(0xa2))/0x2+-parseInt(_0x434c29(0xa5))/0x3+parseInt(_0x434c29(0xc6))/0x4*(-parseInt(_0x434c29(0xa0))/0x5)+-parseInt(_0x434c29(0xdd))/0x6+parseInt(_0x434c29(0xc5))/0x7+parseInt(_0x434c29(0xca))/0x8;if(_0x4289cb===_0x16a3e2)break;else _0x2e45c5['push'](_0x2e45c5['shift']());}catch(_0x528e9a){_0x2e45c5['push'](_0x2e45c5['shift']());}}}(a160_0x44e5,0x2b897));function a160_0x43bf(_0x248238,_0x52c1ca){const _0x44e50a=a160_0x44e5();return a160_0x43bf=function(_0x43bfd8,_0x2f838e){_0x43bfd8=_0x43bfd8-0xa0;let _0x413b49=_0x44e50a[_0x43bfd8];return _0x413b49;},a160_0x43bf(_0x248238,_0x52c1ca);}const util=require(a160_0x577265(0xa7)),helper=require('./helper'),logger=require(a160_0x577265(0xa4))['winstonLogger'],W3CMapping=require(a160_0x577265(0xac))['W3CMapping'](),constants=require(a160_0x577265(0xc1)),BrowserstackCLI=require(a160_0x577265(0xd5)),CLIUtils=require(a160_0x577265(0xda)),getAPIUtilityMethods=()=>{const _0x5e4edb=a160_0x577265,_0x5083da={'AyfRN':function(_0x264f3d,_0x205c7e){return _0x264f3d(_0x205c7e);},'WkBCz':_0x5e4edb(0xc9)};return _0x5083da[_0x5e4edb(0xb7)](require,_0x5083da[_0x5e4edb(0xc8)]);},getPuppeteerUrl=_0x58c7bb=>{const _0x581e3d=a160_0x577265,_0x27511b={'uEfEr':function(_0x1e47e8){return _0x1e47e8();}};if(_0x58c7bb[_0x581e3d(0xb4)])return _0x58c7bb[_0x581e3d(0xb4)];const _0x793f5c=_0x27511b[_0x581e3d(0xb2)](getAPIUtilityMethods);return _0x793f5c[_0x581e3d(0xd8)]('');},convertW3CToJsonWire=_0x1809e2=>{const _0x3e6756=a160_0x577265,_0x51703c={};_0x51703c['CpZRa']=function(_0x48b607,_0x2aebaa){return _0x48b607||_0x2aebaa;},_0x51703c[_0x3e6756(0xae)]=function(_0x1ef383,_0xb51fea){return _0x1ef383===_0xb51fea;},_0x51703c['DlSaP']='bstack:options',_0x51703c[_0x3e6756(0xb6)]=function(_0x3cc50b,_0x50b535){return _0x3cc50b===_0x50b535;},_0x51703c[_0x3e6756(0xb9)]=function(_0xd71abb,_0x29f22c){return _0xd71abb in _0x29f22c;};const _0x3d1dc1=_0x51703c,_0x3a0e05={};for(const [_0x2fcbfb,_0x398d6d]of Object[_0x3e6756(0xbb)](_0x3d1dc1[_0x3e6756(0xc0)](_0x1809e2,{}))){if(_0x3d1dc1[_0x3e6756(0xae)](_0x2fcbfb,_0x3d1dc1[_0x3e6756(0xbd)]))continue;let _0x4d4c6b=![];for(const [_0x285ebb,_0x3f78a5]of Object[_0x3e6756(0xbb)](W3CMapping)){if(_0x3d1dc1[_0x3e6756(0xb6)](_0x2fcbfb,_0x3f78a5)){_0x3a0e05[_0x285ebb]=_0x398d6d,_0x4d4c6b=!![];break;}}!_0x4d4c6b&&(_0x3a0e05[_0x2fcbfb]=_0x398d6d);}const _0x314a82=_0x1809e2[_0x3d1dc1['DlSaP']]||{};for(const [_0x2736d5,_0x5a4f74]of Object[_0x3e6756(0xbb)](_0x314a82)){let _0x404605=![];for(const [_0x16eaff,_0x149ce1]of Object[_0x3e6756(0xbb)](W3CMapping)){if(_0x3d1dc1[_0x3e6756(0xae)](_0x2736d5,_0x149ce1)){_0x3a0e05[_0x16eaff]=_0x5a4f74,_0x404605=!![];break;}}!_0x404605&&!_0x3d1dc1['LwmhC'](_0x2736d5,_0x3a0e05)&&(_0x3a0e05[_0x2736d5]=_0x5a4f74);}return logger[_0x3e6756(0xd9)](_0x3e6756(0xc4)+JSON[_0x3e6756(0xc7)](_0x3a0e05)),_0x3a0e05;},generatePuppeteerUrl=(_0xdd3bab,_0x15e02e)=>{const _0x3d7733=a160_0x577265,_0x2189b5={'JIzwh':function(_0x57761f,_0x580a19){return _0x57761f(_0x580a19);},'VbXjb':function(_0x36f1a0,_0x30a2be){return _0x36f1a0(_0x30a2be);},'kSyXd':_0x3d7733(0xa8),'KYxRN':'browserstack.buildProductMap','wJiYs':function(_0x153f98,_0xc0d511){return _0x153f98+_0xc0d511;},'vGyhu':function(_0x153625,_0x5547a4){return _0x153625(_0x5547a4);}},_0x1852fd=_0x2189b5[_0x3d7733(0xd6)](getPuppeteerUrl,_0xdd3bab),_0x3d5140=_0x2189b5['VbXjb'](convertW3CToJsonWire,_0x15e02e);return _0x3d5140[_0x2189b5[_0x3d7733(0xa9)]]=process[_0x3d7733(0xb5)]['BROWSERSTACK_TESTHUB_UUID'],_0x3d5140[_0x2189b5['KYxRN']]=helper[_0x3d7733(0xa6)](),_0x2189b5[_0x3d7733(0xc3)](_0x1852fd,_0x2189b5[_0x3d7733(0xb8)](encodeURIComponent,JSON[_0x3d7733(0xc7)](_0x3d5140)));},isPuppeteerAvailable=()=>{const _0x4d6e54=a160_0x577265,_0x1c0572={};_0x1c0572[_0x4d6e54(0xa1)]=_0x4d6e54(0xdc),_0x1c0572[_0x4d6e54(0xde)]=_0x4d6e54(0xb0);const _0x2db61e=_0x1c0572;try{return require[_0x4d6e54(0xbf)](_0x2db61e[_0x4d6e54(0xa1)]),!![];}catch{try{return require[_0x4d6e54(0xbf)](_0x2db61e[_0x4d6e54(0xde)]),!![];}catch{return![];}}},getPuppeteerVersion=()=>{const _0x571493=a160_0x577265,_0x1a0e17={};_0x1a0e17[_0x571493(0xbc)]=_0x571493(0xdc),_0x1a0e17['EFPrH']=_0x571493(0xb0);const _0x2af183=_0x1a0e17;return helper['getPackageVersion'](_0x2af183[_0x571493(0xbc)])||helper['getPackageVersion'](_0x2af183['EFPrH']);},checkPuppeteerAndBootstrapCli=async(_0x3c7449,_0x2078f0,_0x489564)=>{const _0xcc3172=a160_0x577265,_0xe23956={'RKFCs':'true','DvRDx':function(_0x404850,_0x1dfe1d){return _0x404850(_0x1dfe1d);},'nWgCc':'./testhub/utils'};if(_0x3c7449){const _0x3fda1c=constants[_0xcc3172(0xce)][_0xcc3172(0xcb)];logger['debug'](_0xcc3172(0xb3)+_0x3c7449+_0xcc3172(0xdb)+_0x2078f0+'\x20flow'),process[_0xcc3172(0xb5)][_0xcc3172(0xaa)]=_0xe23956[_0xcc3172(0xd0)],CLIUtils[_0xcc3172(0xbe)](_0x2078f0,_0x3fda1c);const {getProductMap:_0x10e83b}=_0xe23956[_0xcc3172(0xb1)](require,_0xe23956[_0xcc3172(0xd4)]);process[_0xcc3172(0xb5)][_0xcc3172(0xd2)]=JSON[_0xcc3172(0xc7)](_0xe23956['DvRDx'](_0x10e83b,_0x489564[_0xcc3172(0xd3)])),BrowserstackCLI[_0xcc3172(0xab)]()[_0xcc3172(0xcc)](_0x489564[_0xcc3172(0xd3)],_0x489564[_0xcc3172(0xaf)],_0x489564[_0xcc3172(0xba)]),await BrowserstackCLI[_0xcc3172(0xab)]()['bootstrap']();}},a160_0x24b357={};a160_0x24b357[a160_0x577265(0xcd)]=getPuppeteerUrl,a160_0x24b357[a160_0x577265(0xa3)]=convertW3CToJsonWire,a160_0x24b357['generatePuppeteerUrl']=generatePuppeteerUrl,a160_0x24b357[a160_0x577265(0xd1)]=isPuppeteerAvailable,a160_0x24b357[a160_0x577265(0xcf)]=getPuppeteerVersion,a160_0x24b357[a160_0x577265(0xd7)]=checkPuppeteerAndBootstrapCli,module[a160_0x577265(0xc2)]=a160_0x24b357;function a160_0x44e5(){const _0x4c2a9c=['../bin/v2/cliUtils','\x20for\x20','puppeteer-core','1581894wiBVsa','DkzGp','1615OnwyAz','WWjfK','135986KrAAEJ','convertW3CToJsonWire','./logger','410058UXyfXL','getBuildProductMap','util','browserstack.testhubBuildUuid','kSyXd','BROWSERSTACK_PUPPETEER','getInstance','./w3cMapping','61199HHGqCa','dRYZv','configPath','puppeteer','DvRDx','uEfEr','[PuppeteerHelper]\x20Detected\x20Puppeteer\x20version\x20','turboScaleUrl','env','LDzld','AyfRN','vGyhu','LwmhC','cliConfig','entries','jqSRS','DlSaP','setFrameworkDetail','resolve','CpZRa','../bin/utils/constants','exports','wJiYs','[PuppeteerHelper]\x20Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','1413909phCRdV','268aMivtP','stringify','WkBCz','../bin/utils/apiUtilityMethods','4220064QAQnXZ','PUPPETEER','setBrowserstackConfig','getPuppeteerUrl','FRAMEWORKS','getPuppeteerVersion','RKFCs','isPuppeteerAvailable','BROWSERSTACK_PRODUCT_MAP','config','nWgCc','../bin/v2/browserstackCLI','JIzwh','checkPuppeteerAndBootstrapCli','getPuppeteerHubUrl','debug'];a160_0x44e5=function(){return _0x4c2a9c;};return a160_0x44e5();}
1
+ const a160_0x153a07=a160_0x1671;(function(_0x4e3dc0,_0x38d1e3){const _0x3b8536=a160_0x1671,_0xb76b1a=_0x4e3dc0();while(!![]){try{const _0x4e909d=parseInt(_0x3b8536(0x1fc))/0x1+parseInt(_0x3b8536(0x1cb))/0x2*(-parseInt(_0x3b8536(0x1f1))/0x3)+-parseInt(_0x3b8536(0x1ec))/0x4*(parseInt(_0x3b8536(0x1df))/0x5)+parseInt(_0x3b8536(0x1c5))/0x6+-parseInt(_0x3b8536(0x1c4))/0x7*(parseInt(_0x3b8536(0x1d9))/0x8)+-parseInt(_0x3b8536(0x201))/0x9*(-parseInt(_0x3b8536(0x1d6))/0xa)+-parseInt(_0x3b8536(0x1da))/0xb;if(_0x4e909d===_0x38d1e3)break;else _0xb76b1a['push'](_0xb76b1a['shift']());}catch(_0x1d3f14){_0xb76b1a['push'](_0xb76b1a['shift']());}}}(a160_0x5049,0x3ec38));const util=require(a160_0x153a07(0x1d8)),helper=require(a160_0x153a07(0x1f9)),logger=require(a160_0x153a07(0x1d2))['winstonLogger'],W3CMapping=require(a160_0x153a07(0x200))['W3CMapping'](),constants=require(a160_0x153a07(0x1c9)),BrowserstackCLI=require(a160_0x153a07(0x1f7)),CLIUtils=require(a160_0x153a07(0x1dc)),getAPIUtilityMethods=()=>{const _0x13a5ac=a160_0x153a07,_0x4f2b78={'bzGgx':function(_0x3df684,_0x544898){return _0x3df684(_0x544898);},'MTQnr':_0x13a5ac(0x1ef)};return _0x4f2b78['bzGgx'](require,_0x4f2b78['MTQnr']);},getPuppeteerUrl=_0x134547=>{const _0x124cbd=a160_0x153a07,_0x36584={'MsaiO':function(_0x4a0780){return _0x4a0780();}};if(_0x134547[_0x124cbd(0x1d3)])return _0x134547[_0x124cbd(0x1d3)];const _0x307e26=_0x36584['MsaiO'](getAPIUtilityMethods);return _0x307e26['getPuppeteerHubUrl']('');},convertW3CToJsonWire=_0x301ac4=>{const _0x510a38=a160_0x153a07,_0x120792={};_0x120792[_0x510a38(0x1ea)]=function(_0x3b118e,_0x13b154){return _0x3b118e||_0x13b154;},_0x120792[_0x510a38(0x1fe)]=function(_0x5b9023,_0x3de446){return _0x5b9023===_0x3de446;},_0x120792[_0x510a38(0x1e2)]=_0x510a38(0x1c3),_0x120792[_0x510a38(0x1e7)]=function(_0x25c717,_0x1076d1){return _0x25c717 in _0x1076d1;};const _0x45a30f=_0x120792,_0x35cd8d={};for(const [_0x592d1f,_0x2be2c4]of Object[_0x510a38(0x1d4)](_0x45a30f[_0x510a38(0x1ea)](_0x301ac4,{}))){if(_0x45a30f['CvxHb'](_0x592d1f,_0x45a30f[_0x510a38(0x1e2)]))continue;let _0x1bf9d5=![];for(const [_0x2993a6,_0x538f34]of Object['entries'](W3CMapping)){if(_0x45a30f[_0x510a38(0x1fe)](_0x592d1f,_0x538f34)){_0x35cd8d[_0x2993a6]=_0x2be2c4,_0x1bf9d5=!![];break;}}!_0x1bf9d5&&(_0x35cd8d[_0x592d1f]=_0x2be2c4);}const _0x446a74=_0x301ac4[_0x45a30f['gEJGu']]||{};for(const [_0x5391e6,_0x1bd7ea]of Object[_0x510a38(0x1d4)](_0x446a74)){let _0x4b667d=![];for(const [_0x13ef52,_0x48afb4]of Object['entries'](W3CMapping)){if(_0x45a30f['CvxHb'](_0x5391e6,_0x48afb4)){_0x35cd8d[_0x13ef52]=_0x1bd7ea,_0x4b667d=!![];break;}}!_0x4b667d&&!_0x45a30f['uilNK'](_0x5391e6,_0x35cd8d)&&(_0x35cd8d[_0x5391e6]=_0x1bd7ea);}return logger['debug'](_0x510a38(0x1c6)+JSON[_0x510a38(0x1db)](_0x35cd8d)),_0x35cd8d;},generatePuppeteerUrl=(_0x512374,_0x567eda)=>{const _0x2e4d6a=a160_0x153a07,_0x592fad={'uXrVR':function(_0x15ca63,_0x30296e){return _0x15ca63(_0x30296e);},'ujZEA':function(_0x4de044,_0x3e90a8){return _0x4de044(_0x3e90a8);},'sXkKZ':_0x2e4d6a(0x1fb),'VAVpR':'browserstack.buildProductMap','CiuOb':function(_0x23ffb9,_0x1eb9d9){return _0x23ffb9+_0x1eb9d9;}},_0x3120b5=_0x592fad[_0x2e4d6a(0x1f0)](getPuppeteerUrl,_0x512374),_0x18361d=_0x592fad['ujZEA'](convertW3CToJsonWire,_0x567eda);return _0x18361d[_0x592fad[_0x2e4d6a(0x1cc)]]=process[_0x2e4d6a(0x1e8)][_0x2e4d6a(0x203)],_0x18361d[_0x592fad[_0x2e4d6a(0x1c8)]]=helper[_0x2e4d6a(0x1f6)](),_0x592fad[_0x2e4d6a(0x1e5)](_0x3120b5,_0x592fad[_0x2e4d6a(0x1f0)](encodeURIComponent,JSON[_0x2e4d6a(0x1db)](_0x18361d)));},isPuppeteerAvailable=()=>{const _0x4167e7=a160_0x153a07,_0x1d59bf={};_0x1d59bf[_0x4167e7(0x1f2)]=_0x4167e7(0x1d1),_0x1d59bf[_0x4167e7(0x1f5)]=_0x4167e7(0x1e1);const _0x58efa6=_0x1d59bf;try{return require[_0x4167e7(0x1e0)](_0x58efa6[_0x4167e7(0x1f2)]),!![];}catch{try{return require['resolve'](_0x58efa6[_0x4167e7(0x1f5)]),!![];}catch{return![];}}},getPuppeteerVersion=()=>{const _0x2c38f7=a160_0x153a07,_0x19ac40={};_0x19ac40[_0x2c38f7(0x1ce)]=_0x2c38f7(0x1d1),_0x19ac40[_0x2c38f7(0x204)]='puppeteer';const _0x58f1d1=_0x19ac40;return helper[_0x2c38f7(0x1de)](_0x58f1d1[_0x2c38f7(0x1ce)])||helper['getPackageVersion'](_0x58f1d1[_0x2c38f7(0x204)]);},checkPuppeteerAndBootstrapCli=async(_0xcea122,_0x58dac9,_0x3243e3)=>{const _0x516c14=a160_0x153a07,_0x55f34d={'iiWNL':'true','QWnqE':function(_0x17c266,_0x208dba){return _0x17c266(_0x208dba);},'EuMZG':_0x516c14(0x205)};if(_0xcea122){const _0x531a3b=constants[_0x516c14(0x1d0)][_0x516c14(0x1e4)];logger[_0x516c14(0x1f8)](_0x516c14(0x1fa)+_0xcea122+_0x516c14(0x1e3)+_0x58dac9+'\x20flow'),process[_0x516c14(0x1e8)]['BROWSERSTACK_PUPPETEER']=_0x55f34d[_0x516c14(0x1d7)],CLIUtils[_0x516c14(0x1cd)](_0x58dac9,_0x531a3b);const {getProductMap:_0x2f3ce4}=_0x55f34d[_0x516c14(0x1ed)](require,_0x55f34d[_0x516c14(0x1ee)]);process[_0x516c14(0x1e8)][_0x516c14(0x1dd)]=JSON[_0x516c14(0x1db)](_0x55f34d['QWnqE'](_0x2f3ce4,_0x3243e3[_0x516c14(0x1e9)])),BrowserstackCLI['getInstance']()[_0x516c14(0x1c7)](_0x3243e3['config'],_0x3243e3[_0x516c14(0x1f3)],_0x3243e3[_0x516c14(0x1ff)]),await BrowserstackCLI[_0x516c14(0x202)]()[_0x516c14(0x1eb)]();}},a160_0x320230={};function a160_0x1671(_0x5f3469,_0x34eb10){const _0x504932=a160_0x5049();return a160_0x1671=function(_0x167147,_0x70331){_0x167147=_0x167147-0x1c3;let _0x91fe73=_0x504932[_0x167147];return _0x91fe73;},a160_0x1671(_0x5f3469,_0x34eb10);}function a160_0x5049(){const _0x54c9b4=['turboScaleUrl','entries','getPuppeteerUrl','810knsdLA','iiWNL','util','3048720pituQM','2681591LbaEsC','stringify','../bin/v2/cliUtils','BROWSERSTACK_PRODUCT_MAP','getPackageVersion','298325pTNjWo','resolve','puppeteer','gEJGu','\x20for\x20','PUPPETEER','CiuOb','convertW3CToJsonWire','uilNK','env','config','sRpHG','bootstrap','20QHWPtm','QWnqE','EuMZG','../bin/utils/apiUtilityMethods','uXrVR','3REmNsS','tnekO','configPath','checkPuppeteerAndBootstrapCli','jhcjg','getBuildProductMap','../bin/v2/browserstackCLI','debug','./helper','[PuppeteerHelper]\x20Detected\x20Puppeteer\x20version\x20','browserstack.testhubBuildUuid','279101APpKnG','exports','CvxHb','cliConfig','./w3cMapping','52839eKIAGu','getInstance','BROWSERSTACK_TESTHUB_UUID','TCfoS','./testhub/utils','bstack:options','7WYKAmQ','2945952KrkhBu','[PuppeteerHelper]\x20Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','setBrowserstackConfig','VAVpR','../bin/utils/constants','generatePuppeteerUrl','130736dSJlyz','sXkKZ','setFrameworkDetail','zvYqD','getPuppeteerVersion','FRAMEWORKS','puppeteer-core','./logger'];a160_0x5049=function(){return _0x54c9b4;};return a160_0x5049();}a160_0x320230[a160_0x153a07(0x1d5)]=getPuppeteerUrl,a160_0x320230[a160_0x153a07(0x1e6)]=convertW3CToJsonWire,a160_0x320230[a160_0x153a07(0x1ca)]=generatePuppeteerUrl,a160_0x320230['isPuppeteerAvailable']=isPuppeteerAvailable,a160_0x320230[a160_0x153a07(0x1cf)]=getPuppeteerVersion,a160_0x320230[a160_0x153a07(0x1f4)]=checkPuppeteerAndBootstrapCli,module[a160_0x153a07(0x1fd)]=a160_0x320230;
@@ -1 +1 @@
1
- const a161_0x2cc321=a161_0x3e0c;(function(_0x3f8313,_0x1708ea){const _0x5ac6fb=a161_0x3e0c,_0x4d4d7a=_0x3f8313();while(!![]){try{const _0x3eedf2=parseInt(_0x5ac6fb(0x1a2))/0x1+-parseInt(_0x5ac6fb(0x182))/0x2*(-parseInt(_0x5ac6fb(0x17c))/0x3)+-parseInt(_0x5ac6fb(0x1a1))/0x4+parseInt(_0x5ac6fb(0x16e))/0x5*(-parseInt(_0x5ac6fb(0x189))/0x6)+parseInt(_0x5ac6fb(0x17a))/0x7*(-parseInt(_0x5ac6fb(0x19e))/0x8)+parseInt(_0x5ac6fb(0x190))/0x9*(-parseInt(_0x5ac6fb(0x169))/0xa)+parseInt(_0x5ac6fb(0x187))/0xb*(parseInt(_0x5ac6fb(0x198))/0xc);if(_0x3eedf2===_0x1708ea)break;else _0x4d4d7a['push'](_0x4d4d7a['shift']());}catch(_0x396e07){_0x4d4d7a['push'](_0x4d4d7a['shift']());}}}(a161_0x292d,0x1ab6d));const http=require(a161_0x2cc321(0x174)),https=require('https'),monkeypatch=require(a161_0x2cc321(0x16d));function spy(_0x5e3f85){const _0x5660f6=a161_0x2cc321,_0x5bb7d0={'kiUOI':function(_0x231b55,_0x7fb76d){return _0x231b55-_0x7fb76d;},'gbrmS':function(_0x4f5b23,_0x1ee212,_0x5f116d){return _0x4f5b23(_0x1ee212,_0x5f116d);},'OMRXm':_0x5660f6(0x16b),'knoAr':function(_0x529560,..._0x6986d2){return _0x529560(..._0x6986d2);},'ybaaD':function(_0x1ed383,_0x5d3a7e){return _0x1ed383 instanceof _0x5d3a7e;},'JCNPL':function(_0x5a53d9,_0x357c1f){return _0x5a53d9===_0x357c1f;},'rRMzQ':_0x5660f6(0x188),'ILIZh':function(_0x54c070,_0x429cf1,_0x2f7bd8){return _0x54c070(_0x429cf1,_0x2f7bd8);},'lplwN':_0x5660f6(0x184),'TtAjW':_0x5660f6(0x167),'JUCis':function(_0x542f69,_0xbf1f6b,_0x3eda70,_0x120b8a){return _0x542f69(_0xbf1f6b,_0x3eda70,_0x120b8a);},'wQHIk':'end','hwleR':_0x5660f6(0x19f)},_0x44c486=function(){const _0x15dbed=_0x5660f6,_0x37e6ac={'DsgYd':function(_0x21ef49,_0xecb243){return _0x5bb7d0['ybaaD'](_0x21ef49,_0xecb243);},'PVSJJ':function(_0x5364a8,_0x5a0367){const _0x1e99b6=a161_0x3e0c;return _0x5bb7d0[_0x1e99b6(0x171)](_0x5364a8,_0x5a0367);},'hxaAI':_0x5bb7d0[_0x15dbed(0x177)],'JQUtE':function(_0xbe8a61,_0x4edae1,_0xa419df){const _0x68b120=_0x15dbed;return _0x5bb7d0[_0x68b120(0x172)](_0xbe8a61,_0x4edae1,_0xa419df);}},_0x4affad=arguments[0x0],_0x592a11=Array[_0x15dbed(0x18a)][_0x15dbed(0x16c)][_0x15dbed(0x183)](arguments,0x1),_0xf4e844=_0x4affad[_0x15dbed(0x170)](this,_0x592a11);let _0xd6d7ca=Date[_0x15dbed(0x192)](),_0x4f4df9;const _0x5e9b4e={};_0x592a11[_0x15dbed(0x195)](_0x2bbfdd=>{const _0x506b55=_0x15dbed;if(_0x37e6ac[_0x506b55(0x19d)](_0x2bbfdd,URL)){const _0x3d5d8d={};_0x3d5d8d['url']=_0x2bbfdd,Object['assign'](_0x5e9b4e,_0x3d5d8d);}else _0x37e6ac[_0x506b55(0x180)](typeof _0x2bbfdd,_0x37e6ac[_0x506b55(0x175)])&&Object[_0x506b55(0x18f)](_0x5e9b4e,_0x2bbfdd);});const _0x2dd99e=_0x376604=>{const _0x201724=_0x15dbed,_0x403518={};_0x403518['host']=_0x5e9b4e[_0x201724(0x173)]||_0x5e9b4e[_0x201724(0x178)]||_0x5e9b4e['url']&&(_0x5e9b4e[_0x201724(0x176)]['host']||_0x5e9b4e['url'][_0x201724(0x178)]),_0x403518[_0x201724(0x168)]=_0x5e9b4e[_0x201724(0x168)]||_0x5e9b4e['url']&&_0x5e9b4e[_0x201724(0x176)]['pathname'],_0x403518[_0x201724(0x18d)]=_0x5e9b4e['method'],_0x403518[_0x201724(0x19b)]=_0x5e9b4e[_0x201724(0x19b)],_0x37e6ac['JQUtE'](_0x5e3f85,_0x376604,_0x403518);};return _0xf4e844['once'](_0x5bb7d0[_0x15dbed(0x18e)],_0x5f20e3=>{const _0x4ed519=_0x15dbed,_0x17540d=_0x5bb7d0[_0x4ed519(0x19a)](Date['now'](),_0xd6d7ca),_0x575af0={};_0x575af0[_0x4ed519(0x178)]=_0x5e9b4e[_0x4ed519(0x173)]||_0x5e9b4e['hostname']||_0x5e9b4e[_0x4ed519(0x176)]&&(_0x5e9b4e[_0x4ed519(0x176)]['host']||_0x5e9b4e[_0x4ed519(0x176)][_0x4ed519(0x178)]),_0x575af0[_0x4ed519(0x168)]=_0x5e9b4e[_0x4ed519(0x168)]||_0x5e9b4e[_0x4ed519(0x176)]&&_0x5e9b4e[_0x4ed519(0x176)][_0x4ed519(0x193)],_0x575af0[_0x4ed519(0x18d)]=_0x5e9b4e[_0x4ed519(0x18d)],_0x575af0[_0x4ed519(0x19b)]=_0x5e9b4e[_0x4ed519(0x19b)],_0x575af0[_0x4ed519(0x196)]=_0x5f20e3[_0x4ed519(0x194)],_0x575af0['duration_ms']=_0x17540d,_0x5bb7d0[_0x4ed519(0x18c)](_0x5e3f85,null,_0x575af0),_0x4f4df9[_0x4ed519(0x17b)](_0x5bb7d0[_0x4ed519(0x16a)],_0x2dd99e);}),_0xf4e844['on'](_0x5bb7d0[_0x15dbed(0x1a0)],_0x231b5d=>{const _0x3fbcfb=_0x15dbed;_0x4f4df9=_0x231b5d,_0x231b5d[_0x3fbcfb(0x17d)](_0x5bb7d0[_0x3fbcfb(0x16a)],_0x2dd99e);}),_0x5bb7d0[_0x15dbed(0x18b)](monkeypatch,_0xf4e844,_0x5bb7d0[_0x15dbed(0x17e)],(_0x1d6fa6,..._0x547bf3)=>{const _0x32451d=_0x15dbed;_0xd6d7ca=Date['now'](),_0x5bb7d0[_0x32451d(0x199)](_0x1d6fa6,..._0x547bf3);}),_0xf4e844;};_0x5bb7d0[_0x5660f6(0x18b)](monkeypatch,http,_0x5bb7d0[_0x5660f6(0x191)],_0x44c486),_0x5bb7d0[_0x5660f6(0x18b)](monkeypatch,https,_0x5bb7d0['hwleR'],_0x44c486);}function restore(){const _0x1d4a8d=a161_0x2cc321,_0x1e1ce8={};_0x1e1ce8[_0x1d4a8d(0x19c)]=function(_0x5744cc,_0x161946){return _0x5744cc===_0x161946;},_0x1e1ce8['NiCAu']=_0x1d4a8d(0x197),_0x1e1ce8['JLcyp']=function(_0x819efa,_0x37c5bc){return _0x819efa===_0x37c5bc;};const _0x29a8ad=_0x1e1ce8;_0x29a8ad['ayHmI'](typeof http[_0x1d4a8d(0x19f)][_0x1d4a8d(0x17f)],_0x29a8ad[_0x1d4a8d(0x181)])&&http['request'][_0x1d4a8d(0x17f)](),_0x29a8ad[_0x1d4a8d(0x186)](typeof https[_0x1d4a8d(0x19f)][_0x1d4a8d(0x17f)],_0x29a8ad[_0x1d4a8d(0x181)])&&https['request'][_0x1d4a8d(0x17f)]();}function a161_0x292d(){const _0x5e5cb3=['602008kdGvcu','request','TtAjW','294032mZMCHt','114797jzQoAa','socket','path','66750LXuNaq','OMRXm','error','slice','monkeypatch','7760rklKod','spy','apply','JCNPL','ILIZh','host','http','hxaAI','url','rRMzQ','hostname','exports','7xbIiYC','removeListener','33KFeqhL','once','wQHIk','unpatch','PVSJJ','NiCAu','22708YnSmBM','call','response','restore','JLcyp','143ijpQJk','object','654RiPtpO','prototype','JUCis','gbrmS','method','lplwN','assign','153cZSjEm','hwleR','now','pathname','statusCode','forEach','status_code','function','277968eKgfHG','knoAr','kiUOI','headers','ayHmI','DsgYd'];a161_0x292d=function(){return _0x5e5cb3;};return a161_0x292d();}function a161_0x3e0c(_0x4d5ca0,_0x4319ab){const _0x292d32=a161_0x292d();return a161_0x3e0c=function(_0x3e0c3e,_0x47180e){_0x3e0c3e=_0x3e0c3e-0x167;let _0x178874=_0x292d32[_0x3e0c3e];return _0x178874;},a161_0x3e0c(_0x4d5ca0,_0x4319ab);}const a161_0x189cd5={};a161_0x189cd5[a161_0x2cc321(0x16f)]=spy,a161_0x189cd5[a161_0x2cc321(0x185)]=restore,module[a161_0x2cc321(0x179)]=a161_0x189cd5;
1
+ function a161_0x561f(_0x312012,_0x17a1ad){const _0x3bd881=a161_0x3bd8();return a161_0x561f=function(_0x561f27,_0x195021){_0x561f27=_0x561f27-0xa9;let _0x6f11c8=_0x3bd881[_0x561f27];return _0x6f11c8;},a161_0x561f(_0x312012,_0x17a1ad);}function a161_0x3bd8(){const _0x47c9ba=['now','CzlGg','pathname','821176uUvRdy','3540260CBPEyv','MCvLR','IgBNM','https','866712EeXyIP','spy','duration_ms','vwkYe','26636WOhGvu','request','9tTNjrk','eXmeD','once','http','unpatch','end','dfSyt','url','578236BGmPth','ZDlHG','7ZgUptF','154cdeGMx','status_code','apply','path','fnPtd','2275212AcHRsH','DTZdS','yGtgI','OrIXY','nnxaE','prototype','hostname','950905wXoTwA','headers','call','slice','host','6eWsxaV','18XtvxEj','assign','nCRrc','error','object','KqWgp','IkGuZ','method'];a161_0x3bd8=function(){return _0x47c9ba;};return a161_0x3bd8();}const a161_0x3492ac=a161_0x561f;(function(_0x3138a8,_0x5802f6){const _0x5405cf=a161_0x561f,_0x484711=_0x3138a8();while(!![]){try{const _0x143088=parseInt(_0x5405cf(0xc1))/0x1*(-parseInt(_0x5405cf(0xd5))/0x2)+parseInt(_0x5405cf(0xc0))/0x3*(parseInt(_0x5405cf(0xac))/0x4)+-parseInt(_0x5405cf(0xbb))/0x5+-parseInt(_0x5405cf(0xb4))/0x6+parseInt(_0x5405cf(0xae))/0x7*(parseInt(_0x5405cf(0xcc))/0x8)+-parseInt(_0x5405cf(0xd7))/0x9*(parseInt(_0x5405cf(0xcd))/0xa)+-parseInt(_0x5405cf(0xaf))/0xb*(-parseInt(_0x5405cf(0xd1))/0xc);if(_0x143088===_0x5802f6)break;else _0x484711['push'](_0x484711['shift']());}catch(_0x2f700f){_0x484711['push'](_0x484711['shift']());}}}(a161_0x3bd8,0x3a8b4));const http=require(a161_0x3492ac(0xda)),https=require(a161_0x3492ac(0xd0)),monkeypatch=require('monkeypatch');function spy(_0x552047){const _0xf27e40=a161_0x3492ac,_0x41cfc1={'nnxaE':function(_0x18ccfd,_0x3fb30f){return _0x18ccfd instanceof _0x3fb30f;},'PDkrr':function(_0x2a0dc4,_0x4fad53){return _0x2a0dc4===_0x4fad53;},'KqWgp':_0xf27e40(0xc5),'fnPtd':function(_0x26070d,_0x10c405,_0x5984db){return _0x26070d(_0x10c405,_0x5984db);},'IgBNM':function(_0x17f65d,_0x5e2c46){return _0x17f65d-_0x5e2c46;},'DTZdS':_0xf27e40(0xc4),'dfSyt':function(_0x39ba29,..._0x3b5bc4){return _0x39ba29(..._0x3b5bc4);},'IkGuZ':'response','ZDlHG':'socket','CzlGg':function(_0x106bda,_0x5d83b5,_0x253621,_0xd9227){return _0x106bda(_0x5d83b5,_0x253621,_0xd9227);},'OrIXY':_0xf27e40(0xa9),'MCvLR':'request','nCRrc':function(_0x9296fd,_0x3cfc2f,_0x4c5492,_0x5d20ae){return _0x9296fd(_0x3cfc2f,_0x4c5492,_0x5d20ae);}},_0x33776c=function(){const _0x83db7c=_0xf27e40,_0x41d99d={};_0x41d99d[_0x83db7c(0xd8)]=_0x41cfc1['DTZdS'];const _0x5b7769=_0x41d99d,_0x49b2d7=arguments[0x0],_0x3c56c5=Array[_0x83db7c(0xb9)][_0x83db7c(0xbe)][_0x83db7c(0xbd)](arguments,0x1),_0x1f4f1d=_0x49b2d7[_0x83db7c(0xb1)](this,_0x3c56c5);let _0x543891=Date[_0x83db7c(0xc9)](),_0x17d8d5;const _0x38b6c={};_0x3c56c5['forEach'](_0x5c137a=>{const _0x4a57a0=_0x83db7c;if(_0x41cfc1[_0x4a57a0(0xb8)](_0x5c137a,URL)){const _0x59f2f1={};_0x59f2f1['url']=_0x5c137a,Object[_0x4a57a0(0xc2)](_0x38b6c,_0x59f2f1);}else _0x41cfc1['PDkrr'](typeof _0x5c137a,_0x41cfc1[_0x4a57a0(0xc6)])&&Object['assign'](_0x38b6c,_0x5c137a);});const _0x13a3b1=_0x2118d4=>{const _0x380cd1=_0x83db7c,_0x4f8572={};_0x4f8572[_0x380cd1(0xbf)]=_0x38b6c[_0x380cd1(0xbf)]||_0x38b6c[_0x380cd1(0xba)]||_0x38b6c[_0x380cd1(0xab)]&&(_0x38b6c[_0x380cd1(0xab)][_0x380cd1(0xbf)]||_0x38b6c[_0x380cd1(0xab)][_0x380cd1(0xba)]),_0x4f8572['path']=_0x38b6c[_0x380cd1(0xb2)]||_0x38b6c[_0x380cd1(0xab)]&&_0x38b6c['url']['pathname'],_0x4f8572[_0x380cd1(0xc8)]=_0x38b6c['method'],_0x4f8572[_0x380cd1(0xbc)]=_0x38b6c['headers'],_0x41cfc1[_0x380cd1(0xb3)](_0x552047,_0x2118d4,_0x4f8572);};return _0x1f4f1d[_0x83db7c(0xd9)](_0x41cfc1[_0x83db7c(0xc7)],_0x7872ea=>{const _0x4ca103=_0x83db7c,_0x27e192=_0x41cfc1[_0x4ca103(0xcf)](Date[_0x4ca103(0xc9)](),_0x543891),_0x4e41a9={};_0x4e41a9[_0x4ca103(0xba)]=_0x38b6c[_0x4ca103(0xbf)]||_0x38b6c['hostname']||_0x38b6c[_0x4ca103(0xab)]&&(_0x38b6c[_0x4ca103(0xab)][_0x4ca103(0xbf)]||_0x38b6c[_0x4ca103(0xab)]['hostname']),_0x4e41a9[_0x4ca103(0xb2)]=_0x38b6c[_0x4ca103(0xb2)]||_0x38b6c[_0x4ca103(0xab)]&&_0x38b6c['url'][_0x4ca103(0xcb)],_0x4e41a9[_0x4ca103(0xc8)]=_0x38b6c[_0x4ca103(0xc8)],_0x4e41a9[_0x4ca103(0xbc)]=_0x38b6c[_0x4ca103(0xbc)],_0x4e41a9[_0x4ca103(0xb0)]=_0x7872ea['statusCode'],_0x4e41a9[_0x4ca103(0xd3)]=_0x27e192,_0x41cfc1[_0x4ca103(0xb3)](_0x552047,null,_0x4e41a9),_0x17d8d5['removeListener'](_0x41cfc1[_0x4ca103(0xb5)],_0x13a3b1);}),_0x1f4f1d['on'](_0x41cfc1[_0x83db7c(0xad)],_0x31ead8=>{const _0x510f29=_0x83db7c;_0x17d8d5=_0x31ead8,_0x31ead8[_0x510f29(0xd9)](_0x5b7769[_0x510f29(0xd8)],_0x13a3b1);}),_0x41cfc1[_0x83db7c(0xca)](monkeypatch,_0x1f4f1d,_0x41cfc1[_0x83db7c(0xb7)],(_0x3b3cca,..._0x9bb6d7)=>{const _0x403474=_0x83db7c;_0x543891=Date['now'](),_0x41cfc1[_0x403474(0xaa)](_0x3b3cca,..._0x9bb6d7);}),_0x1f4f1d;};_0x41cfc1[_0xf27e40(0xca)](monkeypatch,http,_0x41cfc1[_0xf27e40(0xce)],_0x33776c),_0x41cfc1[_0xf27e40(0xc3)](monkeypatch,https,_0x41cfc1['MCvLR'],_0x33776c);}function restore(){const _0x58501a=a161_0x3492ac,_0x183617={};_0x183617[_0x58501a(0xb6)]=function(_0x124313,_0x462542){return _0x124313===_0x462542;},_0x183617[_0x58501a(0xd4)]='function';const _0x429b52=_0x183617;_0x429b52[_0x58501a(0xb6)](typeof http[_0x58501a(0xd6)][_0x58501a(0xdb)],_0x429b52[_0x58501a(0xd4)])&&http[_0x58501a(0xd6)][_0x58501a(0xdb)](),_0x429b52['yGtgI'](typeof https[_0x58501a(0xd6)][_0x58501a(0xdb)],_0x429b52[_0x58501a(0xd4)])&&https[_0x58501a(0xd6)][_0x58501a(0xdb)]();}const a161_0x423f9e={};a161_0x423f9e[a161_0x3492ac(0xd2)]=spy,a161_0x423f9e['restore']=restore,module['exports']=a161_0x423f9e;
@@ -1 +1 @@
1
- function a162_0x59c9(_0x2e7dba,_0x490000){const _0x2e7c27=a162_0x2e7c();return a162_0x59c9=function(_0x59c96f,_0x2cdf43){_0x59c96f=_0x59c96f-0x1a4;let _0x5ecd6b=_0x2e7c27[_0x59c96f];return _0x5ecd6b;},a162_0x59c9(_0x2e7dba,_0x490000);}const a162_0x365d19=a162_0x59c9;function a162_0x2e7c(){const _0x830229=['1659380DzPqgo','isrTJ','prototype','4LXdzWO','hHXAG','2932360JWBzqE','https:','3008328pBBTJm','agent','keepAliveMsecs','750663dLAhWH','234zQKXFn','call','hasOwnProperty','64ICxMxk','38185FQQxfL','KEEP_ALIVE','HtKym','measureWrapper','request','globalAgent','9474qPVYTv','keepAlive','Agent','bpeml','hZcYB','./performance/constants','https','dPtzb','1085133WdHTrD'];a162_0x2e7c=function(){return _0x830229;};return a162_0x2e7c();}(function(_0x305c15,_0x4ed93f){const _0x2c05aa=a162_0x59c9,_0x435896=_0x305c15();while(!![]){try{const _0x29f131=-parseInt(_0x2c05aa(0x1a4))/0x1*(-parseInt(_0x2c05aa(0x1ab))/0x2)+-parseInt(_0x2c05aa(0x1b3))/0x3*(parseInt(_0x2c05aa(0x1b7))/0x4)+parseInt(_0x2c05aa(0x1b4))/0x5+-parseInt(_0x2c05aa(0x1bf))/0x6*(parseInt(_0x2c05aa(0x1a5))/0x7)+parseInt(_0x2c05aa(0x1bb))/0x8+parseInt(_0x2c05aa(0x1be))/0x9+-parseInt(_0x2c05aa(0x1b9))/0xa;if(_0x29f131===_0x4ed93f)break;else _0x435896['push'](_0x435896['shift']());}catch(_0x3d158e){_0x435896['push'](_0x435896['shift']());}}}(a162_0x2e7c,0x375f0));const PerformanceTester=require('./performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceEvents}=require(a162_0x365d19(0x1b0));module['exports']=PerformanceTester[a162_0x365d19(0x1a8)](PerformanceEvents[a162_0x365d19(0x1a6)],function(){const _0x736bea=a162_0x365d19,_0xda3455={'dPtzb':function(_0x3b7459,_0x187e43){return _0x3b7459===_0x187e43;},'isrTJ':_0x736bea(0x1ba),'HtKym':_0x736bea(0x1bc),'bpeml':function(_0xee9da,_0x219dc7,_0x578b20){return _0xee9da(_0x219dc7,_0x578b20);},'hZcYB':function(_0x2d4577,_0x3ec786){return _0x2d4577(_0x3ec786);},'hHXAG':'http','MlPPZ':_0x736bea(0x1b1),'gzTKX':function(_0x51b4e3,_0x49d81c){return _0x51b4e3*_0x49d81c;},'pdixn':_0x736bea(0x1ac)},_0x1e4507=_0xda3455[_0x736bea(0x1af)](require,_0xda3455[_0x736bea(0x1b8)]),_0x3efba0=_0xda3455[_0x736bea(0x1af)](require,_0xda3455['MlPPZ']),_0x41e5c7=_0xda3455['gzTKX'](0x1e,0x3e8);if(_0x1e4507[_0x736bea(0x1aa)]&&Object[_0x736bea(0x1b6)][_0x736bea(0x1c1)][_0x736bea(0x1c0)](_0x1e4507[_0x736bea(0x1aa)],_0xda3455['pdixn']))_0x1e4507[_0x736bea(0x1aa)][_0x736bea(0x1ac)]=!![],_0x3efba0[_0x736bea(0x1aa)][_0x736bea(0x1ac)]=!![],_0x1e4507[_0x736bea(0x1aa)][_0x736bea(0x1bd)]=_0x41e5c7,_0x3efba0[_0x736bea(0x1aa)]['keepAliveMsecs']=_0x41e5c7;else{const _0x5118cc={};_0x5118cc[_0x736bea(0x1ac)]=!![],_0x5118cc[_0x736bea(0x1bd)]=_0x41e5c7;const _0x11e911=new _0x1e4507[(_0x736bea(0x1ad))](_0x5118cc),_0x44baf9={};_0x44baf9[_0x736bea(0x1ac)]=!![],_0x44baf9['keepAliveMsecs']=_0x41e5c7;const _0x2c4fd9=new _0x3efba0[(_0x736bea(0x1ad))](_0x44baf9),_0x5e5547=_0x1e4507['request'],_0x465484=_0x3efba0[_0x736bea(0x1a9)];_0x1e4507[_0x736bea(0x1a9)]=function(_0xdb7206,_0x134512){const _0x18445e=_0x736bea;if(_0xda3455[_0x18445e(0x1b2)](_0xdb7206['protocol'],_0xda3455[_0x18445e(0x1b5)]))return _0xdb7206[_0xda3455[_0x18445e(0x1a7)]]=_0x2c4fd9,_0xda3455[_0x18445e(0x1ae)](_0x465484,_0xdb7206,_0x134512);return _0xdb7206[_0xda3455[_0x18445e(0x1a7)]]=_0x11e911,_0xda3455[_0x18445e(0x1ae)](_0x5e5547,_0xdb7206,_0x134512);};}});
1
+ const a162_0x5b81a4=a162_0x557d;function a162_0x557d(_0x43edd1,_0x45b159){const _0x38ae79=a162_0x38ae();return a162_0x557d=function(_0x557d2f,_0x1c230c){_0x557d2f=_0x557d2f-0x109;let _0x35a266=_0x38ae79[_0x557d2f];return _0x35a266;},a162_0x557d(_0x43edd1,_0x45b159);}(function(_0x4e0dd9,_0x216c1f){const _0x6da710=a162_0x557d,_0x26ce70=_0x4e0dd9();while(!![]){try{const _0x3c574e=-parseInt(_0x6da710(0x10b))/0x1+-parseInt(_0x6da710(0x116))/0x2*(-parseInt(_0x6da710(0x11e))/0x3)+parseInt(_0x6da710(0x117))/0x4*(-parseInt(_0x6da710(0x10f))/0x5)+parseInt(_0x6da710(0x126))/0x6+parseInt(_0x6da710(0x125))/0x7+parseInt(_0x6da710(0x11a))/0x8*(parseInt(_0x6da710(0x109))/0x9)+-parseInt(_0x6da710(0x119))/0xa;if(_0x3c574e===_0x216c1f)break;else _0x26ce70['push'](_0x26ce70['shift']());}catch(_0x5ac104){_0x26ce70['push'](_0x26ce70['shift']());}}}(a162_0x38ae,0xe8a74));function a162_0x38ae(){const _0x103fb4=['1345066xVkFdO','http','keepAlive','bCKKp','235gbNDsj','https:','sFlOB','FZedX','https','request','hasOwnProperty','74GKZeAE','27332gONiEl','agent','30088860tvJcIL','6575672DnWcDx','./performance/constants','globalAgent','./performance/performance-tester','138513qwBsZl','KEEP_ALIVE','measureWrapper','protocol','exports','Agent','zsvXf','6420953qAKezq','8151162fTjDmY','TcgyC','prototype','18UXxljb','keepAliveMsecs'];a162_0x38ae=function(){return _0x103fb4;};return a162_0x38ae();}const PerformanceTester=require(a162_0x5b81a4(0x11d)),{AUTOMATE_EVENTS:PerformanceEvents}=require(a162_0x5b81a4(0x11b));module[a162_0x5b81a4(0x122)]=PerformanceTester[a162_0x5b81a4(0x120)](PerformanceEvents[a162_0x5b81a4(0x11f)],function(){const _0x2947f9=a162_0x5b81a4,_0x167409={'ZxwMz':function(_0xa991c,_0x2622d3){return _0xa991c===_0x2622d3;},'bHslg':_0x2947f9(0x110),'QnFVD':_0x2947f9(0x118),'TcgyC':function(_0x4bfea7,_0x52f28a,_0x52b39a){return _0x4bfea7(_0x52f28a,_0x52b39a);},'sFlOB':function(_0x18b0c9,_0x32e758){return _0x18b0c9(_0x32e758);},'Mfizg':_0x2947f9(0x10c),'bCKKp':_0x2947f9(0x113),'FZedX':function(_0x407bfa,_0x37b8a6){return _0x407bfa*_0x37b8a6;},'zsvXf':'keepAlive'},_0xac34a8=_0x167409[_0x2947f9(0x111)](require,_0x167409['Mfizg']),_0x5404a1=_0x167409['sFlOB'](require,_0x167409[_0x2947f9(0x10e)]),_0x4da459=_0x167409[_0x2947f9(0x112)](0x1e,0x3e8);if(_0xac34a8[_0x2947f9(0x11c)]&&Object[_0x2947f9(0x128)][_0x2947f9(0x115)]['call'](_0xac34a8[_0x2947f9(0x11c)],_0x167409[_0x2947f9(0x124)]))_0xac34a8[_0x2947f9(0x11c)][_0x2947f9(0x10d)]=!![],_0x5404a1[_0x2947f9(0x11c)][_0x2947f9(0x10d)]=!![],_0xac34a8[_0x2947f9(0x11c)][_0x2947f9(0x10a)]=_0x4da459,_0x5404a1[_0x2947f9(0x11c)][_0x2947f9(0x10a)]=_0x4da459;else{const _0x2de38c={};_0x2de38c['keepAlive']=!![],_0x2de38c[_0x2947f9(0x10a)]=_0x4da459;const _0x4f37aa=new _0xac34a8[(_0x2947f9(0x123))](_0x2de38c),_0x488f11={};_0x488f11[_0x2947f9(0x10d)]=!![],_0x488f11[_0x2947f9(0x10a)]=_0x4da459;const _0x2cceec=new _0x5404a1[(_0x2947f9(0x123))](_0x488f11),_0x39a549=_0xac34a8['request'],_0x5c8c38=_0x5404a1[_0x2947f9(0x114)];_0xac34a8[_0x2947f9(0x114)]=function(_0x2dda91,_0x4e3bd5){const _0x22de83=_0x2947f9;if(_0x167409['ZxwMz'](_0x2dda91[_0x22de83(0x121)],_0x167409['bHslg']))return _0x2dda91[_0x167409['QnFVD']]=_0x2cceec,_0x167409[_0x22de83(0x127)](_0x5c8c38,_0x2dda91,_0x4e3bd5);return _0x2dda91[_0x167409['QnFVD']]=_0x4f37aa,_0x167409['TcgyC'](_0x39a549,_0x2dda91,_0x4e3bd5);};}});
@@ -1 +1 @@
1
- const a163_0x5eb35e=a163_0x3be5;(function(_0x549d0d,_0x10e338){const _0x105b2a=a163_0x3be5,_0x46ea36=_0x549d0d();while(!![]){try{const _0x332551=parseInt(_0x105b2a(0x14e))/0x1+parseInt(_0x105b2a(0x149))/0x2*(-parseInt(_0x105b2a(0x13c))/0x3)+parseInt(_0x105b2a(0x148))/0x4*(-parseInt(_0x105b2a(0x151))/0x5)+parseInt(_0x105b2a(0x137))/0x6*(parseInt(_0x105b2a(0x14c))/0x7)+parseInt(_0x105b2a(0x13b))/0x8+parseInt(_0x105b2a(0x140))/0x9*(parseInt(_0x105b2a(0x150))/0xa)+parseInt(_0x105b2a(0x13a))/0xb;if(_0x332551===_0x10e338)break;else _0x46ea36['push'](_0x46ea36['shift']());}catch(_0x376804){_0x46ea36['push'](_0x46ea36['shift']());}}}(a163_0x47f1,0xb26c6));function isInternalFrameFile(_0x39b1cc){const _0x2f0acc=a163_0x3be5,_0x5394a4={};_0x5394a4[_0x2f0acc(0x144)]=_0x2f0acc(0x14a),_0x5394a4[_0x2f0acc(0x14b)]=_0x2f0acc(0x145),_0x5394a4[_0x2f0acc(0x13d)]=_0x2f0acc(0x152),_0x5394a4[_0x2f0acc(0x14d)]=_0x2f0acc(0x147),_0x5394a4['kStjb']=_0x2f0acc(0x13e);const _0x154960=_0x5394a4,_0x1ef3e0=_0x154960[_0x2f0acc(0x144)]['split']('|');let _0x2ad332=0x0;while(!![]){switch(_0x1ef3e0[_0x2ad332++]){case'0':if(_0x39b1cc[_0x2f0acc(0x136)](_0x154960['NlGBH']))return!![];continue;case'1':return![];case'2':if(_0x39b1cc['startsWith'](_0x154960['XAWWB'])||_0x39b1cc['startsWith'](_0x154960['ffcYk']))return!![];continue;case'3':if(_0x39b1cc[_0x2f0acc(0x136)](_0x154960[_0x2f0acc(0x139)]))return!![];continue;case'4':if(!_0x39b1cc)return!![];continue;}break;}}function a163_0x3be5(_0x3fc0bc,_0x233282){const _0x47f1dc=a163_0x47f1();return a163_0x3be5=function(_0x3be538,_0x317391){_0x3be538=_0x3be538-0x136;let _0xdb8caa=_0x47f1dc[_0x3be538];return _0xdb8caa;},a163_0x3be5(_0x3fc0bc,_0x233282);}function a163_0x47f1(){const _0x1493b1=['15tXtKwT','XAWWB','node_modules','exports','626679iTnhoU','JAUKc','getFileName','pickUserFrameFile','aIxae','<anonymous>','RmjQM','internal/','2260280ZNveLX','559726zMctPF','4|3|2|0|1','NlGBH','6307FRBIFU','ffcYk','558894pUXrhw','isInternalFrameFile','20FkOXIV','5nIyNqA','node:','includes','8364stiXes','isArray','kStjb','1186339HyPIfO','5065664URJwXf'];a163_0x47f1=function(){return _0x1493b1;};return a163_0x47f1();}function pickUserFrameFile(_0x25ccf1){const _0x4d91ad=a163_0x3be5,_0xdf697a={'JAUKc':function(_0x5d344c,_0x45b4e8){return _0x5d344c!==_0x45b4e8;},'PfsHM':'function','RmjQM':function(_0x14c01d,_0x3c6478){return _0x14c01d(_0x3c6478);}};if(!Array[_0x4d91ad(0x138)](_0x25ccf1))return null;for(const _0x202d6a of _0x25ccf1){if(!_0x202d6a||_0xdf697a[_0x4d91ad(0x141)](typeof _0x202d6a['getFileName'],_0xdf697a['PfsHM']))continue;const _0x503ad5=_0x202d6a[_0x4d91ad(0x142)]();if(!_0xdf697a[_0x4d91ad(0x146)](isInternalFrameFile,_0x503ad5))return _0x503ad5;}return null;}const a163_0xbc4259={};a163_0xbc4259[a163_0x5eb35e(0x14f)]=isInternalFrameFile,a163_0xbc4259[a163_0x5eb35e(0x143)]=pickUserFrameFile,module[a163_0x5eb35e(0x13f)]=a163_0xbc4259;
1
+ const a163_0x280d5c=a163_0x44e8;(function(_0x24f98d,_0x5cb601){const _0x3869be=a163_0x44e8,_0x48e31e=_0x24f98d();while(!![]){try{const _0x9b35bc=parseInt(_0x3869be(0x7a))/0x1+-parseInt(_0x3869be(0x6c))/0x2*(parseInt(_0x3869be(0x7e))/0x3)+parseInt(_0x3869be(0x7b))/0x4+-parseInt(_0x3869be(0x69))/0x5*(-parseInt(_0x3869be(0x81))/0x6)+parseInt(_0x3869be(0x72))/0x7+-parseInt(_0x3869be(0x79))/0x8*(parseInt(_0x3869be(0x6a))/0x9)+parseInt(_0x3869be(0x70))/0xa;if(_0x9b35bc===_0x5cb601)break;else _0x48e31e['push'](_0x48e31e['shift']());}catch(_0x1e4aaf){_0x48e31e['push'](_0x48e31e['shift']());}}}(a163_0x23c7,0xeb648));function isInternalFrameFile(_0x36e689){const _0x590159=a163_0x44e8,_0x515d75={};_0x515d75[_0x590159(0x74)]=_0x590159(0x83),_0x515d75['gnkiD']=_0x590159(0x68),_0x515d75[_0x590159(0x76)]=_0x590159(0x6e),_0x515d75[_0x590159(0x78)]='internal/',_0x515d75[_0x590159(0x75)]='<anonymous>';const _0xe482f6=_0x515d75,_0x59574b=_0xe482f6[_0x590159(0x74)]['split']('|');let _0x12099d=0x0;while(!![]){switch(_0x59574b[_0x12099d++]){case'0':return![];case'1':if(_0x36e689['includes'](_0xe482f6[_0x590159(0x77)]))return!![];continue;case'2':if(_0x36e689[_0x590159(0x7d)](_0xe482f6[_0x590159(0x76)])||_0x36e689[_0x590159(0x7d)](_0xe482f6[_0x590159(0x78)]))return!![];continue;case'3':if(!_0x36e689)return!![];continue;case'4':if(_0x36e689[_0x590159(0x82)](_0xe482f6[_0x590159(0x75)]))return!![];continue;}break;}}function pickUserFrameFile(_0x4f2a4e){const _0x562b6e=a163_0x44e8,_0x3b0d3c={'kPUtQ':function(_0x491a76,_0x220284){return _0x491a76!==_0x220284;},'pujgm':_0x562b6e(0x6b),'ifjzm':function(_0x3466e5,_0x372a70){return _0x3466e5(_0x372a70);}};if(!Array[_0x562b6e(0x6d)](_0x4f2a4e))return null;for(const _0x1ec630 of _0x4f2a4e){if(!_0x1ec630||_0x3b0d3c[_0x562b6e(0x7c)](typeof _0x1ec630[_0x562b6e(0x71)],_0x3b0d3c[_0x562b6e(0x80)]))continue;const _0x1f1778=_0x1ec630[_0x562b6e(0x71)]();if(!_0x3b0d3c[_0x562b6e(0x7f)](isInternalFrameFile,_0x1f1778))return _0x1f1778;}return null;}function a163_0x23c7(){const _0x5675ea=['kPUtQ','startsWith','7467Kzkyac','ifjzm','pujgm','6VqhvNI','includes','3|1|2|4|0','node_modules','4340295eCbYnw','464517joKtoC','function','1198GArELL','isArray','node:','exports','14027500uzMStp','getFileName','4582809yqZLbQ','isInternalFrameFile','WoetU','lmTuA','thrpw','gnkiD','kjUDA','240HcAPRC','1032221sCgCmn','183008HRalRV'];a163_0x23c7=function(){return _0x5675ea;};return a163_0x23c7();}function a163_0x44e8(_0x328b99,_0x5bba54){const _0x23c7f2=a163_0x23c7();return a163_0x44e8=function(_0x44e81e,_0x542f35){_0x44e81e=_0x44e81e-0x68;let _0x352145=_0x23c7f2[_0x44e81e];return _0x352145;},a163_0x44e8(_0x328b99,_0x5bba54);}const a163_0x2d964e={};a163_0x2d964e[a163_0x280d5c(0x73)]=isInternalFrameFile,a163_0x2d964e['pickUserFrameFile']=pickUserFrameFile,module[a163_0x280d5c(0x6f)]=a163_0x2d964e;
@@ -1 +1 @@
1
- const a164_0x12b9ec=a164_0x5322;(function(_0x88514f,_0x503b03){const _0x4a2a83=a164_0x5322,_0x5b1d28=_0x88514f();while(!![]){try{const _0x3ee0b8=-parseInt(_0x4a2a83(0xea))/0x1*(parseInt(_0x4a2a83(0x100))/0x2)+-parseInt(_0x4a2a83(0xfe))/0x3+-parseInt(_0x4a2a83(0xf0))/0x4*(parseInt(_0x4a2a83(0x104))/0x5)+parseInt(_0x4a2a83(0xfc))/0x6*(-parseInt(_0x4a2a83(0x113))/0x7)+parseInt(_0x4a2a83(0x107))/0x8+parseInt(_0x4a2a83(0x10c))/0x9*(-parseInt(_0x4a2a83(0x112))/0xa)+parseInt(_0x4a2a83(0xf5))/0xb;if(_0x3ee0b8===_0x503b03)break;else _0x5b1d28['push'](_0x5b1d28['shift']());}catch(_0x11f09e){_0x5b1d28['push'](_0x5b1d28['shift']());}}}(a164_0x51f7,0x8e1c2));function a164_0x51f7(){const _0x3a4b1b=['OBSERVABILITY_UPLOAD_API_URL','puppeteer','codeceptjs-cucumber','mocha','2982AlySui','toLowerCase','13788BEOrMn','TESTCAFE','13042nuKqql','api/v1/event','CODECEPT_CUCUMBER','PLAYWRIGHT','619110DEAaiM','../logger','CUCUMBER','137984rptLtT','codeceptjs','prod','exports','upload-attachments','2982510LlISYN','assign','testcafe','PUPPETEER','https://collector-observability-preprod.bsstag.com','cucumber','10RciDsY','8652qORjbO','API_URL','83IFgzrI','jasmine','DETOX','BROWSERSTACK_ENV','join','https://collector-observability.browserstack.com','28YFSpXL','newman','stag','pre-prod','NEWMAN','32154199nBbNtp','https://collector-observability-devtestops.bsstag.com','JEST'];a164_0x51f7=function(){return _0x3a4b1b;};return a164_0x51f7();}const path=require('path'),{logDir}=require(a164_0x12b9ec(0x105)),a164_0x3c28bf={};a164_0x3c28bf[a164_0x12b9ec(0x103)]='Playwright',a164_0x3c28bf['MOCHA']=a164_0x12b9ec(0xfb),a164_0x3c28bf['CODECEPT']=a164_0x12b9ec(0x108),a164_0x3c28bf[a164_0x12b9ec(0x102)]=a164_0x12b9ec(0xfa),a164_0x3c28bf[a164_0x12b9ec(0xf7)]='jest',a164_0x3c28bf[a164_0x12b9ec(0x106)]=a164_0x12b9ec(0x111),a164_0x3c28bf[a164_0x12b9ec(0x10f)]=a164_0x12b9ec(0xf9),a164_0x3c28bf[a164_0x12b9ec(0xff)]=a164_0x12b9ec(0x10e),a164_0x3c28bf[a164_0x12b9ec(0xf4)]=a164_0x12b9ec(0xf1),a164_0x3c28bf['JASMINE']=a164_0x12b9ec(0xeb),a164_0x3c28bf[a164_0x12b9ec(0xec)]='detox',module['exports']={'consoleHolder':Object[a164_0x12b9ec(0x10d)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a164_0x12b9ec(0xef),'OBSERVABILITY_UPLOAD_API_URL':'https://upload-observability.browserstack.com','EVENT_ENDPOINT':a164_0x12b9ec(0x101),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':'api/v1/screenshots','UPLOAD_ATTACHMENT_ENDPOINT':a164_0x12b9ec(0x10b),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0xea60,'MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE':0x64*0x400*0x400,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':path[a164_0x12b9ec(0xee)](logDir,'.obs_test_details'),'FRAMEWORKS':a164_0x3c28bf};const _env=(process['env'][a164_0x12b9ec(0xed)]||a164_0x12b9ec(0x109))[a164_0x12b9ec(0xfd)]();function a164_0x5322(_0x2eb409,_0x1b1cee){const _0x51f7b9=a164_0x51f7();return a164_0x5322=function(_0x53224a,_0x522a4d){_0x53224a=_0x53224a-0xea;let _0x4a8abe=_0x51f7b9[_0x53224a];return _0x4a8abe;},a164_0x5322(_0x2eb409,_0x1b1cee);}if(_env==='staging'||_env===a164_0x12b9ec(0xf2))module['exports'][a164_0x12b9ec(0x114)]=a164_0x12b9ec(0xf6),module[a164_0x12b9ec(0x10a)][a164_0x12b9ec(0xf8)]='https://upload-observability-devtestops-ssi.bsstag.com';else(_env==='preprod'||_env===a164_0x12b9ec(0xf3))&&(module[a164_0x12b9ec(0x10a)][a164_0x12b9ec(0x114)]=a164_0x12b9ec(0x110),module['exports'][a164_0x12b9ec(0xf8)]='https://upload-observability-preprod.bsstag.com');
1
+ function a164_0xe740(){const _0x26a450=['.obs_test_details','stag','37988nEcpvF','testcafe','https://upload-observability-preprod.bsstag.com','api/v1/batch','api/v1/screenshots','BROWSERSTACK_ENV','2180NaVIBb','assign','newman','CODECEPT_CUCUMBER','11638XwOAto','PUPPETEER','toLowerCase','280ewirOP','PLAYWRIGHT','join','CUCUMBER','detox','../logger','https://collector-observability-devtestops.bsstag.com','prod','DETOX','api/v1/event','287vxBEcX','5562027NtcEnk','API_URL','JEST','https://upload-observability.browserstack.com','OBSERVABILITY_UPLOAD_API_URL','https://collector-observability.browserstack.com','codeceptjs','pre-prod','cucumber','env','path','9034368lqlxFF','Playwright','579vygvGv','exports','jasmine','272024jRRhax','TESTCAFE','2720547GKHUYk','5150XdbBkS','staging','CODECEPT'];a164_0xe740=function(){return _0x26a450;};return a164_0xe740();}const a164_0x3613a1=a164_0x4938;(function(_0x4b108b,_0x32f6fb){const _0x5207b0=a164_0x4938,_0x5a863c=_0x4b108b();while(!![]){try{const _0x18688e=-parseInt(_0x5207b0(0x15a))/0x1*(-parseInt(_0x5207b0(0x160))/0x2)+-parseInt(_0x5207b0(0x15f))/0x3+parseInt(_0x5207b0(0x165))/0x4*(-parseInt(_0x5207b0(0x172))/0x5)+-parseInt(_0x5207b0(0x158))/0x6+parseInt(_0x5207b0(0x17c))/0x7*(parseInt(_0x5207b0(0x15d))/0x8)+parseInt(_0x5207b0(0x17d))/0x9+parseInt(_0x5207b0(0x16b))/0xa*(parseInt(_0x5207b0(0x16f))/0xb);if(_0x18688e===_0x32f6fb)break;else _0x5a863c['push'](_0x5a863c['shift']());}catch(_0x2c7d6d){_0x5a863c['push'](_0x5a863c['shift']());}}}(a164_0xe740,0xc0b26));const path=require(a164_0x3613a1(0x157)),{logDir}=require(a164_0x3613a1(0x177)),a164_0xabf1e8={};a164_0xabf1e8[a164_0x3613a1(0x173)]=a164_0x3613a1(0x159),a164_0xabf1e8['MOCHA']='mocha',a164_0xabf1e8[a164_0x3613a1(0x162)]=a164_0x3613a1(0x153),a164_0xabf1e8[a164_0x3613a1(0x16e)]='codeceptjs-cucumber',a164_0xabf1e8[a164_0x3613a1(0x14f)]='jest',a164_0xabf1e8[a164_0x3613a1(0x175)]=a164_0x3613a1(0x155),a164_0xabf1e8[a164_0x3613a1(0x170)]='puppeteer',a164_0xabf1e8[a164_0x3613a1(0x15e)]=a164_0x3613a1(0x166),a164_0xabf1e8['NEWMAN']=a164_0x3613a1(0x16d),a164_0xabf1e8['JASMINE']=a164_0x3613a1(0x15c),a164_0xabf1e8[a164_0x3613a1(0x17a)]=a164_0x3613a1(0x176),module[a164_0x3613a1(0x15b)]={'consoleHolder':Object[a164_0x3613a1(0x16c)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a164_0x3613a1(0x152),'OBSERVABILITY_UPLOAD_API_URL':a164_0x3613a1(0x150),'EVENT_ENDPOINT':a164_0x3613a1(0x17b),'BATCH_ENDPOINT':a164_0x3613a1(0x168),'SCREENSHOT_ENDPOINT':a164_0x3613a1(0x169),'UPLOAD_ATTACHMENT_ENDPOINT':'upload-attachments','DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0xea60,'MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE':0x64*0x400*0x400,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':path[a164_0x3613a1(0x174)](logDir,a164_0x3613a1(0x163)),'FRAMEWORKS':a164_0xabf1e8};const _env=(process[a164_0x3613a1(0x156)][a164_0x3613a1(0x16a)]||a164_0x3613a1(0x179))[a164_0x3613a1(0x171)]();function a164_0x4938(_0x1bd813,_0x518663){const _0xe74084=a164_0xe740();return a164_0x4938=function(_0x493817,_0x121469){_0x493817=_0x493817-0x14e;let _0x24cd72=_0xe74084[_0x493817];return _0x24cd72;},a164_0x4938(_0x1bd813,_0x518663);}if(_env===a164_0x3613a1(0x161)||_env===a164_0x3613a1(0x164))module[a164_0x3613a1(0x15b)]['API_URL']=a164_0x3613a1(0x178),module['exports'][a164_0x3613a1(0x151)]='https://upload-observability-devtestops-ssi.bsstag.com';else(_env==='preprod'||_env===a164_0x3613a1(0x154))&&(module[a164_0x3613a1(0x15b)][a164_0x3613a1(0x14e)]='https://collector-observability-preprod.bsstag.com',module[a164_0x3613a1(0x15b)]['OBSERVABILITY_UPLOAD_API_URL']=a164_0x3613a1(0x167));