browserstack-node-sdk 1.68.1 → 1.68.2

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 (220) 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/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a153_0xdc8813=a153_0x1286;(function(_0x3550d9,_0x3e41a7){const _0x2bc7fa=a153_0x1286,_0x1076eb=_0x3550d9();while(!![]){try{const _0x4d205e=parseInt(_0x2bc7fa(0x1e3))/0x1+-parseInt(_0x2bc7fa(0x1c0))/0x2+-parseInt(_0x2bc7fa(0x1c3))/0x3*(parseInt(_0x2bc7fa(0x1e6))/0x4)+parseInt(_0x2bc7fa(0x1dd))/0x5+parseInt(_0x2bc7fa(0x1bd))/0x6+-parseInt(_0x2bc7fa(0x1f2))/0x7*(-parseInt(_0x2bc7fa(0x1e9))/0x8)+parseInt(_0x2bc7fa(0x1aa))/0x9*(-parseInt(_0x2bc7fa(0x195))/0xa);if(_0x4d205e===_0x3e41a7)break;else _0x1076eb['push'](_0x1076eb['shift']());}catch(_0x11f3ee){_0x1076eb['push'](_0x1076eb['shift']());}}}(a153_0x203f,0x440ec));const a153_0x2608b8={};function a153_0x203f(){const _0x18e768=['A11Y_EVENTS','SDK_O11Y','SDK_PRE_TEST','sdk:app-automate','18Niavsd','SDK_CLI_ON_BOOTSTRAP','HUB_MANAGEMENT','AUTOMATE_EVENTS','sdk:pre-test','SDK_TEST_SESSION_EVENT','sdk:a11y','sdk:findNearestHub','sdk:cli:start','PERCY_EVENTS','sdk:testSessionEvent','BEFORE_ALL','QUIT','START',':get-accessibility-results',':ci-artifacts','SNAPSHOT','POST_EXECUTE','sdk:test','855816ABJDuL','sdk:cli:check-update',':before','22396BeoMsE',':session-status','sdk:automationFrameworkStop','2802TpiHkQ','sdk:driverInit','O11y_EVENTS',':save-results','SDK_ON_STOP','SESSION_NAME',':driver-performscan','AFTER_EACH','IDLE_TIMEOUT','SDK_APP_AUTOMATE','SCREENSHOT_APP','SDK_CLI_ENQUEUE_TEST_EVENT','SDK_CLI_ON_STOP','SDK_AUTOMATION_FRAMEWORK_START',':quit','SDK_POST_TEST','SDK_CONNECT_BIN_SESSION','sdk:testFrameworkEvent','SDK_TESTHUB','AUTO_CAPTURE','sdk:cli:logCreatedEvent','SDK_FIND_NEAREST_HUB','SDK_CLI_LOG_CREATED_EVENT','sdk:o11y','SDK_CLEANUP','SDK_A11Y','2151685miGbmf','TURBOSCALE_EVENTS',':post-execute','SDK_PROXY_SETUP','EVENTS','sdk:connectBinSession','284238YQZGdy',':local-start',':download','2004ktzVeD','SDK_CLI_START','sdk:post-test','24DzQDWK',':screenshot-app',':print-buildlink',':get','GET_RESULTS','SDK_TEST','SCREENSHOT','SDK_DRIVER','SDK_POST_INITIALIZE','583681saBmly','SDK_HOOK','sdk:testhub','sdk:percy','PERFORM_SCAN','SDK_CLI_ON_CONNECT','sdk:hook','SDK_CLI_DOWNLOAD','SDK_AUTOMATION_FRAMEWORK_INIT','SDK_TURBOSCALE',':driver-manage','sdk:cli:enqueueTestEvent','HOOK_EVENTS','sdk:accessibilityConfig','PRINT_BUILDLINK','APP_AUOTMATE_EVENTS','BEFORE_EACH','SDK_ACCESSIBILITY_CONFIG','SDK_DRIVER_INIT','GENERATE_CI_ARTIFACT','sdk:cli:on-bootstrap','TESTHUB_EVENTS','LOCAL_STOP','SDK_AUTOMATE','APP_UPLOAD','GET_RESULTS_SUMMARY','sdk:startBinSession','sdk:auto-capture','SDK_OBSERVABILITY_CONFIG','SDK_TEST_FRAMEWORK_EVENT',':after-each','DRIVER_EVENT','GET','SDK_AUTO_CAPTURE','DRIVER_MANAGE','exports','SDK_AUTOMATION_FRAMEWORK_STOP','1747320GjJWKz',':sync',':start','sdk:driver','sdk:cli:download','sdk:automationFrameworkInit',':stop',':session-annotation','SDK_PERCY','sdk:cli:on-connect','KEEP_ALIVE',':local-stop','STOP',':hub-management','SDK_SETUP','BEFORE','SDK_START_BIN_SESSION'];a153_0x203f=function(){return _0x18e768;};return a153_0x203f();}a153_0x2608b8[a153_0xdc8813(0x1a3)]='sdk:setup',a153_0x2608b8[a153_0xdc8813(0x1db)]='sdk:cleanup',a153_0x2608b8[a153_0xdc8813(0x1a8)]=a153_0xdc8813(0x1ae),a153_0x2608b8[a153_0xdc8813(0x1ee)]=a153_0xdc8813(0x1bc),a153_0x2608b8[a153_0xdc8813(0x1d2)]=a153_0xdc8813(0x1e8),a153_0x2608b8['SDK_HOOK']=a153_0xdc8813(0x1f8),a153_0x2608b8['SDK_DRIVER']=a153_0xdc8813(0x198),a153_0x2608b8[a153_0xdc8813(0x1dc)]=a153_0xdc8813(0x1b0),a153_0x2608b8['SDK_O11Y']=a153_0xdc8813(0x1da),a153_0x2608b8[a153_0xdc8813(0x213)]=a153_0xdc8813(0x20d),a153_0x2608b8[a153_0xdc8813(0x1e0)]='sdk:proxy-setup',a153_0x2608b8[a153_0xdc8813(0x1d5)]=a153_0xdc8813(0x1f4),a153_0x2608b8['SDK_AUTOMATE']='sdk:automate',a153_0x2608b8[a153_0xdc8813(0x1cc)]=a153_0xdc8813(0x1a9),a153_0x2608b8[a153_0xdc8813(0x1fb)]='sdk:turboscale',a153_0x2608b8[a153_0xdc8813(0x19d)]=a153_0xdc8813(0x1f5),a153_0x2608b8['SDK_PRE_INITIALIZE']='sdk:driver:pre-initialization',a153_0x2608b8[a153_0xdc8813(0x1f1)]='sdk:driver:post-initialization',a153_0x2608b8[a153_0xdc8813(0x1e7)]=a153_0xdc8813(0x1b2),a153_0x2608b8[a153_0xdc8813(0x1f9)]=a153_0xdc8813(0x199),a153_0x2608b8['SDK_CLI_CHECK_UPDATE']=a153_0xdc8813(0x1be),a153_0x2608b8[a153_0xdc8813(0x1ab)]=a153_0xdc8813(0x206),a153_0x2608b8[a153_0xdc8813(0x1f7)]=a153_0xdc8813(0x19e),a153_0x2608b8[a153_0xdc8813(0x1cf)]='sdk:cli:on-stop',a153_0x2608b8[a153_0xdc8813(0x1a5)]=a153_0xdc8813(0x20c),a153_0x2608b8[a153_0xdc8813(0x1d3)]=a153_0xdc8813(0x1e2),a153_0x2608b8[a153_0xdc8813(0x204)]=a153_0xdc8813(0x1c4),a153_0x2608b8[a153_0xdc8813(0x1d8)]=a153_0xdc8813(0x1b1),a153_0x2608b8[a153_0xdc8813(0x1fa)]=a153_0xdc8813(0x19a),a153_0x2608b8[a153_0xdc8813(0x1d0)]='sdk:automationFrameworkStart',a153_0x2608b8[a153_0xdc8813(0x203)]=a153_0xdc8813(0x1ff),a153_0x2608b8[a153_0xdc8813(0x20e)]='sdk:observabilityConfig',a153_0x2608b8[a153_0xdc8813(0x20f)]=a153_0xdc8813(0x1d4),a153_0x2608b8[a153_0xdc8813(0x1af)]=a153_0xdc8813(0x1b4),a153_0x2608b8[a153_0xdc8813(0x1d9)]=a153_0xdc8813(0x1d7),a153_0x2608b8[a153_0xdc8813(0x1ce)]=a153_0xdc8813(0x1fd),a153_0x2608b8[a153_0xdc8813(0x194)]=a153_0xdc8813(0x1c2),a153_0x2608b8[a153_0xdc8813(0x1c7)]='sdk:onStop';function a153_0x1286(_0x3950e8,_0x210ae3){const _0x203fbc=a153_0x203f();return a153_0x1286=function(_0x12869b,_0x90159c){_0x12869b=_0x12869b-0x192;let _0x3bd157=_0x203fbc[_0x12869b];return _0x3bd157;},a153_0x1286(_0x3950e8,_0x210ae3);}const SDK_EVENTS=a153_0x2608b8,a153_0x48bae3={};a153_0x48bae3[a153_0xdc8813(0x1e1)]=SDK_EVENTS,a153_0x48bae3[a153_0xdc8813(0x207)]={},a153_0x48bae3[a153_0xdc8813(0x1ad)]={},a153_0x48bae3[a153_0xdc8813(0x1a6)]={},a153_0x48bae3[a153_0xdc8813(0x1b3)]={},a153_0x48bae3[a153_0xdc8813(0x1c5)]={},a153_0x48bae3[a153_0xdc8813(0x1fe)]={},a153_0x48bae3[a153_0xdc8813(0x1de)]={},a153_0x48bae3[a153_0xdc8813(0x201)]={},a153_0x48bae3[a153_0xdc8813(0x211)]={},a153_0x48bae3[a153_0xdc8813(0x207)][a153_0xdc8813(0x1b7)]=SDK_EVENTS[a153_0xdc8813(0x1d5)]+':start',a153_0x48bae3[a153_0xdc8813(0x207)][a153_0xdc8813(0x1a1)]=SDK_EVENTS[a153_0xdc8813(0x1d5)]+a153_0xdc8813(0x19b),a153_0x48bae3[a153_0xdc8813(0x1ad)][a153_0xdc8813(0x19f)]=SDK_EVENTS[a153_0xdc8813(0x209)]+':keep-alive',a153_0x48bae3[a153_0xdc8813(0x1ad)][a153_0xdc8813(0x1ac)]=SDK_EVENTS['SDK_AUTOMATE']+a153_0xdc8813(0x1a2),a153_0x48bae3[a153_0xdc8813(0x1ad)]['LOCAL_START']=SDK_EVENTS[a153_0xdc8813(0x209)]+a153_0xdc8813(0x1e4),a153_0x48bae3[a153_0xdc8813(0x1ad)][a153_0xdc8813(0x208)]=SDK_EVENTS[a153_0xdc8813(0x209)]+a153_0xdc8813(0x1a0),a153_0x48bae3[a153_0xdc8813(0x1ad)][a153_0xdc8813(0x192)]=SDK_EVENTS[a153_0xdc8813(0x209)]+a153_0xdc8813(0x1fc),a153_0x48bae3[a153_0xdc8813(0x1ad)][a153_0xdc8813(0x1c8)]=SDK_EVENTS[a153_0xdc8813(0x209)]+':session-name',a153_0x48bae3[a153_0xdc8813(0x1ad)]['SESSION_STATUS']=SDK_EVENTS[a153_0xdc8813(0x209)]+a153_0xdc8813(0x1c1),a153_0x48bae3[a153_0xdc8813(0x1ad)]['SESSION_ANNOTATION']=SDK_EVENTS[a153_0xdc8813(0x209)]+a153_0xdc8813(0x19c),a153_0x48bae3[a153_0xdc8813(0x1ad)][a153_0xdc8813(0x1cb)]=SDK_EVENTS[a153_0xdc8813(0x209)]+':idle-timeout',a153_0x48bae3[a153_0xdc8813(0x1ad)][a153_0xdc8813(0x205)]=SDK_EVENTS['SDK_AUTOMATE']+a153_0xdc8813(0x1b9),a153_0x48bae3[a153_0xdc8813(0x1ad)][a153_0xdc8813(0x200)]=SDK_EVENTS[a153_0xdc8813(0x209)]+a153_0xdc8813(0x1eb),a153_0x48bae3[a153_0xdc8813(0x1a6)][a153_0xdc8813(0x1f6)]=SDK_EVENTS[a153_0xdc8813(0x1dc)]+a153_0xdc8813(0x1c9),a153_0x48bae3[a153_0xdc8813(0x1a6)]['SAVE_RESULTS']=SDK_EVENTS[a153_0xdc8813(0x1dc)]+a153_0xdc8813(0x1c6),a153_0x48bae3[a153_0xdc8813(0x1a6)][a153_0xdc8813(0x1ed)]=SDK_EVENTS[a153_0xdc8813(0x1dc)]+a153_0xdc8813(0x1b8),a153_0x48bae3[a153_0xdc8813(0x1a6)][a153_0xdc8813(0x20b)]=SDK_EVENTS[a153_0xdc8813(0x1dc)]+':get-accessibility-results-summary',a153_0x48bae3[a153_0xdc8813(0x1b3)]['DOWNLOAD']=SDK_EVENTS[a153_0xdc8813(0x19d)]+a153_0xdc8813(0x1e5),a153_0x48bae3[a153_0xdc8813(0x1b3)][a153_0xdc8813(0x1ef)]=SDK_EVENTS[a153_0xdc8813(0x19d)]+':screenshot',a153_0x48bae3[a153_0xdc8813(0x1b3)][a153_0xdc8813(0x1b7)]=SDK_EVENTS[a153_0xdc8813(0x19d)]+a153_0xdc8813(0x197),a153_0x48bae3[a153_0xdc8813(0x1b3)][a153_0xdc8813(0x1a1)]=SDK_EVENTS[a153_0xdc8813(0x19d)]+a153_0xdc8813(0x19b),a153_0x48bae3[a153_0xdc8813(0x1b3)][a153_0xdc8813(0x1d6)]=SDK_EVENTS[a153_0xdc8813(0x19d)]+':auto-capture',a153_0x48bae3[a153_0xdc8813(0x1b3)][a153_0xdc8813(0x1ba)]=SDK_EVENTS[a153_0xdc8813(0x19d)]+':snapshot',a153_0x48bae3[a153_0xdc8813(0x1b3)][a153_0xdc8813(0x1cd)]=SDK_EVENTS[a153_0xdc8813(0x19d)]+a153_0xdc8813(0x1ea),a153_0x48bae3[a153_0xdc8813(0x1c5)]['SYNC']=SDK_EVENTS[a153_0xdc8813(0x1a7)]+a153_0xdc8813(0x196),a153_0x48bae3[a153_0xdc8813(0x1c5)]['TAKE_SCREENSHOT']=SDK_EVENTS['SDK_O11Y']+':driver-takeScreenShot',a153_0x48bae3[a153_0xdc8813(0x1c5)][a153_0xdc8813(0x200)]=SDK_EVENTS[a153_0xdc8813(0x1a7)]+a153_0xdc8813(0x1eb),a153_0x48bae3[a153_0xdc8813(0x1fe)][a153_0xdc8813(0x202)]=SDK_EVENTS['SDK_HOOK']+':before-each',a153_0x48bae3[a153_0xdc8813(0x1fe)][a153_0xdc8813(0x1ca)]=SDK_EVENTS['SDK_HOOK']+a153_0xdc8813(0x210),a153_0x48bae3[a153_0xdc8813(0x1fe)]['AFTER_ALL']=SDK_EVENTS[a153_0xdc8813(0x1f3)]+':after-all',a153_0x48bae3[a153_0xdc8813(0x1fe)][a153_0xdc8813(0x1b5)]=SDK_EVENTS[a153_0xdc8813(0x1f3)]+':before-all',a153_0x48bae3[a153_0xdc8813(0x1fe)][a153_0xdc8813(0x1a4)]=SDK_EVENTS[a153_0xdc8813(0x1f3)]+a153_0xdc8813(0x1bf),a153_0x48bae3[a153_0xdc8813(0x1fe)]['AFTER']=SDK_EVENTS[a153_0xdc8813(0x1f3)]+':after',a153_0x48bae3[a153_0xdc8813(0x1de)]['HUB_MANAGEMENT']=SDK_EVENTS[a153_0xdc8813(0x1fb)]+a153_0xdc8813(0x1a2),a153_0x48bae3[a153_0xdc8813(0x1de)][a153_0xdc8813(0x200)]=SDK_EVENTS['SDK_TURBOSCALE']+':print-buildlink',a153_0x48bae3[a153_0xdc8813(0x201)][a153_0xdc8813(0x20a)]=SDK_EVENTS[a153_0xdc8813(0x1cc)]+':app-upload',a153_0x48bae3[a153_0xdc8813(0x211)][a153_0xdc8813(0x1b6)]=SDK_EVENTS[a153_0xdc8813(0x1f0)]+a153_0xdc8813(0x1d1),a153_0x48bae3[a153_0xdc8813(0x211)][a153_0xdc8813(0x212)]=SDK_EVENTS['SDK_DRIVER']+a153_0xdc8813(0x1ec),a153_0x48bae3[a153_0xdc8813(0x211)][a153_0xdc8813(0x1bb)]=SDK_EVENTS['SDK_DRIVER']+a153_0xdc8813(0x1df),module[a153_0xdc8813(0x193)]=a153_0x48bae3;
1
+ function a153_0x32a0(_0x3addeb,_0x62dc14){const _0xaf78bd=a153_0xaf78();return a153_0x32a0=function(_0x32a063,_0x2d05cf){_0x32a063=_0x32a063-0x1e2;let _0x42dac0=_0xaf78bd[_0x32a063];return _0x42dac0;},a153_0x32a0(_0x3addeb,_0x62dc14);}const a153_0x216b7e=a153_0x32a0;(function(_0x482556,_0x16a439){const _0x24a7b3=a153_0x32a0,_0x41dcab=_0x482556();while(!![]){try{const _0x953cda=-parseInt(_0x24a7b3(0x1fd))/0x1+parseInt(_0x24a7b3(0x23c))/0x2*(parseInt(_0x24a7b3(0x1fc))/0x3)+-parseInt(_0x24a7b3(0x233))/0x4+parseInt(_0x24a7b3(0x206))/0x5*(-parseInt(_0x24a7b3(0x25b))/0x6)+parseInt(_0x24a7b3(0x1e7))/0x7+-parseInt(_0x24a7b3(0x22a))/0x8+parseInt(_0x24a7b3(0x24c))/0x9;if(_0x953cda===_0x16a439)break;else _0x41dcab['push'](_0x41dcab['shift']());}catch(_0x252311){_0x41dcab['push'](_0x41dcab['shift']());}}}(a153_0xaf78,0xc63d5));function a153_0xaf78(){const _0x24ba56=['sdk:auto-capture','sdk:cli:on-bootstrap','sdk:pre-test','sdk:automationFrameworkInit','SCREENSHOT','sdk:connectBinSession','6326952HjKDUM','DRIVER_MANAGE','SDK_OBSERVABILITY_CONFIG','TESTHUB_EVENTS',':after','sdk:hook','PERFORM_SCAN','SDK_TURBOSCALE','SDK_ACCESSIBILITY_CONFIG','1219102nUldgc','BEFORE','sdk:driver','sdk:automate','POST_EXECUTE',':get-accessibility-results','A11Y_EVENTS','sdk:driver:post-initialization','SDK_DRIVER','sdk:testSessionEvent','sdk:automationFrameworkStop',':driver-takeScreenShot','SDK_CLI_ON_BOOTSTRAP','APP_AUOTMATE_EVENTS','KEEP_ALIVE','SDK_O11Y','23948361lFMORu','SDK_CLI_ENQUEUE_TEST_EVENT','GET_RESULTS',':auto-capture','sdk:proxy-setup',':hub-management','START','PRINT_BUILDLINK','QUIT',':get-accessibility-results-summary','SDK_PRE_INITIALIZE','SDK_PERCY',':keep-alive',':screenshot-app','sdk:turboscale','321018iIzknG','sdk:automationFrameworkStart','SDK_CLI_ON_STOP','TURBOSCALE_EVENTS','PERCY_EVENTS','sdk:post-test','sdk:findNearestHub','SDK_CONNECT_BIN_SESSION','SAVE_RESULTS',':screenshot','HUB_MANAGEMENT','1409730JBwTiz','SESSION_ANNOTATION',':ci-artifacts','SDK_A11Y','SDK_HOOK','SDK_CLI_DOWNLOAD','SDK_AUTOMATE','SDK_START_BIN_SESSION','SDK_CLEANUP','GET_RESULTS_SUMMARY','APP_UPLOAD','sdk:cli:on-stop','sdk:testFrameworkEvent',':after-each','BEFORE_EACH','SDK_SETUP','TAKE_SCREENSHOT','sdk:cli:logCreatedEvent','AFTER_EACH','sdk:onStop',':before-all','3PrBPfF','15986rReTNy','SESSION_STATUS','sdk:cli:download','sdk:cli:start',':local-start','SDK_TEST','SDK_DRIVER_INIT','sdk:o11y','SDK_ON_STOP','25vTEqsl',':before',':app-upload','SDK_CLI_ON_CONNECT','SDK_AUTOMATION_FRAMEWORK_START','SDK_TESTHUB','SDK_PROXY_SETUP','BEFORE_ALL',':get','SNAPSHOT','sdk:app-automate','GET',':print-buildlink','SESSION_NAME','sdk:test',':quit','sdk:percy','AFTER','sdk:cleanup',':driver-performscan','SDK_POST_INITIALIZE','DOWNLOAD','AUTOMATE_EVENTS','STOP','SDK_AUTO_CAPTURE','O11y_EVENTS','SDK_PRE_TEST','SDK_CLI_CHECK_UPDATE','SDK_POST_TEST',':start','LOCAL_STOP','SCREENSHOT_APP',':local-stop','HOOK_EVENTS','sdk:cli:check-update',':driver-manage','6357136nhmjdc','SDK_TEST_FRAMEWORK_EVENT','DRIVER_EVENT'];a153_0xaf78=function(){return _0x24ba56;};return a153_0xaf78();}const a153_0x1b52ad={};a153_0x1b52ad[a153_0x216b7e(0x1f6)]='sdk:setup',a153_0x1b52ad[a153_0x216b7e(0x1ef)]=a153_0x216b7e(0x218),a153_0x1b52ad[a153_0x216b7e(0x220)]=a153_0x216b7e(0x22f),a153_0x1b52ad[a153_0x216b7e(0x202)]=a153_0x216b7e(0x214),a153_0x1b52ad[a153_0x216b7e(0x222)]=a153_0x216b7e(0x260),a153_0x1b52ad['SDK_HOOK']=a153_0x216b7e(0x238),a153_0x1b52ad[a153_0x216b7e(0x244)]=a153_0x216b7e(0x23e),a153_0x1b52ad[a153_0x216b7e(0x1ea)]='sdk:a11y',a153_0x1b52ad['SDK_O11Y']=a153_0x216b7e(0x204),a153_0x1b52ad[a153_0x216b7e(0x21e)]=a153_0x216b7e(0x22d),a153_0x1b52ad[a153_0x216b7e(0x20c)]=a153_0x216b7e(0x250),a153_0x1b52ad['SDK_TESTHUB']='sdk:testhub',a153_0x1b52ad['SDK_AUTOMATE']=a153_0x216b7e(0x23f),a153_0x1b52ad['SDK_APP_AUTOMATE']=a153_0x216b7e(0x210),a153_0x1b52ad[a153_0x216b7e(0x23a)]=a153_0x216b7e(0x25a),a153_0x1b52ad[a153_0x216b7e(0x257)]=a153_0x216b7e(0x216),a153_0x1b52ad[a153_0x216b7e(0x256)]='sdk:driver:pre-initialization',a153_0x1b52ad[a153_0x216b7e(0x21a)]=a153_0x216b7e(0x243),a153_0x1b52ad['SDK_CLI_START']=a153_0x216b7e(0x200),a153_0x1b52ad[a153_0x216b7e(0x1ec)]=a153_0x216b7e(0x1ff),a153_0x1b52ad[a153_0x216b7e(0x221)]=a153_0x216b7e(0x228),a153_0x1b52ad[a153_0x216b7e(0x248)]=a153_0x216b7e(0x22e),a153_0x1b52ad[a153_0x216b7e(0x209)]='sdk:cli:on-connect',a153_0x1b52ad[a153_0x216b7e(0x25d)]=a153_0x216b7e(0x1f2),a153_0x1b52ad[a153_0x216b7e(0x1ee)]='sdk:startBinSession',a153_0x1b52ad[a153_0x216b7e(0x1e3)]=a153_0x216b7e(0x232),a153_0x1b52ad[a153_0x216b7e(0x203)]='sdk:driverInit',a153_0x1b52ad['SDK_FIND_NEAREST_HUB']=a153_0x216b7e(0x1e2),a153_0x1b52ad['SDK_AUTOMATION_FRAMEWORK_INIT']=a153_0x216b7e(0x230),a153_0x1b52ad[a153_0x216b7e(0x20a)]=a153_0x216b7e(0x25c),a153_0x1b52ad[a153_0x216b7e(0x23b)]='sdk:accessibilityConfig',a153_0x1b52ad[a153_0x216b7e(0x235)]='sdk:observabilityConfig',a153_0x1b52ad[a153_0x216b7e(0x22b)]=a153_0x216b7e(0x1f3),a153_0x1b52ad['SDK_TEST_SESSION_EVENT']=a153_0x216b7e(0x245),a153_0x1b52ad['SDK_CLI_LOG_CREATED_EVENT']=a153_0x216b7e(0x1f8),a153_0x1b52ad[a153_0x216b7e(0x24d)]='sdk:cli:enqueueTestEvent',a153_0x1b52ad['SDK_AUTOMATION_FRAMEWORK_STOP']=a153_0x216b7e(0x246),a153_0x1b52ad[a153_0x216b7e(0x205)]=a153_0x216b7e(0x1fa);const SDK_EVENTS=a153_0x1b52ad,a153_0xf8d67d={};a153_0xf8d67d['EVENTS']=SDK_EVENTS,a153_0xf8d67d[a153_0x216b7e(0x236)]={},a153_0xf8d67d[a153_0x216b7e(0x21c)]={},a153_0xf8d67d[a153_0x216b7e(0x242)]={},a153_0xf8d67d[a153_0x216b7e(0x25f)]={},a153_0xf8d67d[a153_0x216b7e(0x21f)]={},a153_0xf8d67d[a153_0x216b7e(0x227)]={},a153_0xf8d67d[a153_0x216b7e(0x25e)]={},a153_0xf8d67d[a153_0x216b7e(0x249)]={},a153_0xf8d67d[a153_0x216b7e(0x22c)]={},a153_0xf8d67d[a153_0x216b7e(0x236)][a153_0x216b7e(0x252)]=SDK_EVENTS[a153_0x216b7e(0x20b)]+a153_0x216b7e(0x223),a153_0xf8d67d[a153_0x216b7e(0x236)][a153_0x216b7e(0x21d)]=SDK_EVENTS['SDK_TESTHUB']+':stop',a153_0xf8d67d[a153_0x216b7e(0x21c)][a153_0x216b7e(0x24a)]=SDK_EVENTS[a153_0x216b7e(0x1ed)]+a153_0x216b7e(0x258),a153_0xf8d67d[a153_0x216b7e(0x21c)][a153_0x216b7e(0x1e6)]=SDK_EVENTS['SDK_AUTOMATE']+a153_0x216b7e(0x251),a153_0xf8d67d[a153_0x216b7e(0x21c)]['LOCAL_START']=SDK_EVENTS[a153_0x216b7e(0x1ed)]+a153_0x216b7e(0x201),a153_0xf8d67d[a153_0x216b7e(0x21c)][a153_0x216b7e(0x224)]=SDK_EVENTS['SDK_AUTOMATE']+a153_0x216b7e(0x226),a153_0xf8d67d[a153_0x216b7e(0x21c)][a153_0x216b7e(0x234)]=SDK_EVENTS[a153_0x216b7e(0x1ed)]+a153_0x216b7e(0x229),a153_0xf8d67d[a153_0x216b7e(0x21c)][a153_0x216b7e(0x213)]=SDK_EVENTS[a153_0x216b7e(0x1ed)]+':session-name',a153_0xf8d67d[a153_0x216b7e(0x21c)][a153_0x216b7e(0x1fe)]=SDK_EVENTS[a153_0x216b7e(0x1ed)]+':session-status',a153_0xf8d67d[a153_0x216b7e(0x21c)][a153_0x216b7e(0x1e8)]=SDK_EVENTS[a153_0x216b7e(0x1ed)]+':session-annotation',a153_0xf8d67d[a153_0x216b7e(0x21c)]['IDLE_TIMEOUT']=SDK_EVENTS[a153_0x216b7e(0x1ed)]+':idle-timeout',a153_0xf8d67d[a153_0x216b7e(0x21c)]['GENERATE_CI_ARTIFACT']=SDK_EVENTS[a153_0x216b7e(0x1ed)]+a153_0x216b7e(0x1e9),a153_0xf8d67d[a153_0x216b7e(0x21c)]['PRINT_BUILDLINK']=SDK_EVENTS[a153_0x216b7e(0x1ed)]+a153_0x216b7e(0x212),a153_0xf8d67d[a153_0x216b7e(0x242)][a153_0x216b7e(0x239)]=SDK_EVENTS[a153_0x216b7e(0x1ea)]+a153_0x216b7e(0x219),a153_0xf8d67d[a153_0x216b7e(0x242)][a153_0x216b7e(0x1e4)]=SDK_EVENTS[a153_0x216b7e(0x1ea)]+':save-results',a153_0xf8d67d[a153_0x216b7e(0x242)][a153_0x216b7e(0x24e)]=SDK_EVENTS[a153_0x216b7e(0x1ea)]+a153_0x216b7e(0x241),a153_0xf8d67d[a153_0x216b7e(0x242)][a153_0x216b7e(0x1f0)]=SDK_EVENTS[a153_0x216b7e(0x1ea)]+a153_0x216b7e(0x255),a153_0xf8d67d[a153_0x216b7e(0x25f)][a153_0x216b7e(0x21b)]=SDK_EVENTS[a153_0x216b7e(0x257)]+':download',a153_0xf8d67d[a153_0x216b7e(0x25f)][a153_0x216b7e(0x231)]=SDK_EVENTS['SDK_PERCY']+a153_0x216b7e(0x1e5),a153_0xf8d67d[a153_0x216b7e(0x25f)][a153_0x216b7e(0x252)]=SDK_EVENTS[a153_0x216b7e(0x257)]+':start',a153_0xf8d67d[a153_0x216b7e(0x25f)][a153_0x216b7e(0x21d)]=SDK_EVENTS[a153_0x216b7e(0x257)]+':stop',a153_0xf8d67d[a153_0x216b7e(0x25f)]['AUTO_CAPTURE']=SDK_EVENTS['SDK_PERCY']+a153_0x216b7e(0x24f),a153_0xf8d67d[a153_0x216b7e(0x25f)][a153_0x216b7e(0x20f)]=SDK_EVENTS[a153_0x216b7e(0x257)]+':snapshot',a153_0xf8d67d[a153_0x216b7e(0x25f)][a153_0x216b7e(0x225)]=SDK_EVENTS[a153_0x216b7e(0x257)]+a153_0x216b7e(0x259),a153_0xf8d67d[a153_0x216b7e(0x21f)]['SYNC']=SDK_EVENTS[a153_0x216b7e(0x24b)]+':sync',a153_0xf8d67d[a153_0x216b7e(0x21f)][a153_0x216b7e(0x1f7)]=SDK_EVENTS[a153_0x216b7e(0x24b)]+a153_0x216b7e(0x247),a153_0xf8d67d[a153_0x216b7e(0x21f)][a153_0x216b7e(0x253)]=SDK_EVENTS[a153_0x216b7e(0x24b)]+a153_0x216b7e(0x212),a153_0xf8d67d[a153_0x216b7e(0x227)][a153_0x216b7e(0x1f5)]=SDK_EVENTS[a153_0x216b7e(0x1eb)]+':before-each',a153_0xf8d67d[a153_0x216b7e(0x227)][a153_0x216b7e(0x1f9)]=SDK_EVENTS[a153_0x216b7e(0x1eb)]+a153_0x216b7e(0x1f4),a153_0xf8d67d[a153_0x216b7e(0x227)]['AFTER_ALL']=SDK_EVENTS[a153_0x216b7e(0x1eb)]+':after-all',a153_0xf8d67d[a153_0x216b7e(0x227)][a153_0x216b7e(0x20d)]=SDK_EVENTS[a153_0x216b7e(0x1eb)]+a153_0x216b7e(0x1fb),a153_0xf8d67d[a153_0x216b7e(0x227)][a153_0x216b7e(0x23d)]=SDK_EVENTS[a153_0x216b7e(0x1eb)]+a153_0x216b7e(0x207),a153_0xf8d67d[a153_0x216b7e(0x227)][a153_0x216b7e(0x217)]=SDK_EVENTS[a153_0x216b7e(0x1eb)]+a153_0x216b7e(0x237),a153_0xf8d67d[a153_0x216b7e(0x25e)][a153_0x216b7e(0x1e6)]=SDK_EVENTS['SDK_TURBOSCALE']+a153_0x216b7e(0x251),a153_0xf8d67d[a153_0x216b7e(0x25e)][a153_0x216b7e(0x253)]=SDK_EVENTS['SDK_TURBOSCALE']+':print-buildlink',a153_0xf8d67d[a153_0x216b7e(0x249)][a153_0x216b7e(0x1f1)]=SDK_EVENTS['SDK_APP_AUTOMATE']+a153_0x216b7e(0x208),a153_0xf8d67d[a153_0x216b7e(0x22c)][a153_0x216b7e(0x254)]=SDK_EVENTS[a153_0x216b7e(0x244)]+a153_0x216b7e(0x215),a153_0xf8d67d[a153_0x216b7e(0x22c)][a153_0x216b7e(0x211)]=SDK_EVENTS[a153_0x216b7e(0x244)]+a153_0x216b7e(0x20e),a153_0xf8d67d[a153_0x216b7e(0x22c)][a153_0x216b7e(0x240)]=SDK_EVENTS[a153_0x216b7e(0x244)]+':post-execute',module['exports']=a153_0xf8d67d;
@@ -1 +1 @@
1
- const a154_0x331697=a154_0x5325;(function(_0x14a8d1,_0x1c4b9e){const _0x4ca1c7=a154_0x5325,_0xbd12b9=_0x14a8d1();while(!![]){try{const _0x215a37=-parseInt(_0x4ca1c7(0x24e))/0x1*(-parseInt(_0x4ca1c7(0x228))/0x2)+parseInt(_0x4ca1c7(0x1d9))/0x3*(-parseInt(_0x4ca1c7(0x23c))/0x4)+parseInt(_0x4ca1c7(0x200))/0x5+-parseInt(_0x4ca1c7(0x210))/0x6*(-parseInt(_0x4ca1c7(0x220))/0x7)+parseInt(_0x4ca1c7(0x1ff))/0x8*(-parseInt(_0x4ca1c7(0x1f4))/0x9)+parseInt(_0x4ca1c7(0x22b))/0xa+-parseInt(_0x4ca1c7(0x249))/0xb;if(_0x215a37===_0x1c4b9e)break;else _0xbd12b9['push'](_0xbd12b9['shift']());}catch(_0x1ac626){_0xbd12b9['push'](_0xbd12b9['shift']());}}}(a154_0x76fb,0x9a195));function a154_0x5325(_0x3690f1,_0x5cf5f4){const _0x76fbc2=a154_0x76fb();return a154_0x5325=function(_0x5325c8,_0x4cd50a){_0x5325c8=_0x5325c8-0x1a4;let _0x12a19a=_0x76fbc2[_0x5325c8];return _0x12a19a;},a154_0x5325(_0x3690f1,_0x5cf5f4);}const fs=require('fs'),fsPromise=require(a154_0x331697(0x1f7)),{performance,PerformanceObserver}=require(a154_0x331697(0x1d8)),path=require(a154_0x331697(0x1ca)),util=require(a154_0x331697(0x1cb)),logger=require(a154_0x331697(0x23a))[a154_0x331697(0x1c6)],{getLogDir}=require('../logger'),{getProcessId,sleep,debug,getTestName}=require(a154_0x331697(0x1c3));class PerformanceTester{static [a154_0x331697(0x1ab)];static [a154_0x331697(0x241)]=[];static [a154_0x331697(0x1cd)]=[];static [a154_0x331697(0x23e)]=[];static ['started']=![];static [a154_0x331697(0x205)]='performance-report';static [a154_0x331697(0x1a7)]=process[a154_0x331697(0x21e)][a154_0x331697(0x1b6)]?path[a154_0x331697(0x1ad)](process[a154_0x331697(0x21e)][a154_0x331697(0x1b6)],a154_0x331697(0x1d0)):path[a154_0x331697(0x1ad)](process['cwd'](),'error-report');static [a154_0x331697(0x1db)]=this[a154_0x331697(0x1a7)]+a154_0x331697(0x1aa)+getProcessId()+'.json';static ['details']={};static ['eventsMap']={};static['startMonitoring'](_0x395ac0,_0x4fd462=this[a154_0x331697(0x1a7)]+'/error-report-'+getProcessId()+'.json'){const _0x5ca314=a154_0x331697,_0x1f7567={'ghnWv':function(_0xcafd92,_0x27a66e){return _0xcafd92===_0x27a66e;},'DQAWI':_0x5ca314(0x1de),'JVTmR':function(_0x3cc8ff){return _0x3cc8ff();},'YXozC':function(_0x45e7af,_0x336d72){return _0x45e7af+_0x336d72;},'Pbyxz':_0x5ca314(0x24b),'GYHDF':_0x5ca314(0x218)};try{this[_0x5ca314(0x1a5)]=path[_0x5ca314(0x1ad)](_0x1f7567['JVTmR'](getLogDir),this['jsonReportDirName']),!_0x395ac0&&(_0x395ac0=this['jsonReportDirPath']+_0x5ca314(0x1b4)+_0x1f7567['JVTmR'](getProcessId)+_0x5ca314(0x202)),!fs[_0x5ca314(0x1ee)](this['jsonReportDirPath'])&&fs['mkdirSync'](this['jsonReportDirPath']);}catch(_0x3f40af){logger['debug'](_0x1f7567[_0x5ca314(0x1c9)](_0x1f7567[_0x5ca314(0x23f)],_0x3f40af));}if(this[_0x5ca314(0x23d)]||!this['isEnabled']())return;this[_0x5ca314(0x1ab)]=new PerformanceObserver(_0x33f029=>{const _0x2227bc=_0x5ca314;_0x33f029['getEntries']()[_0x2227bc(0x216)](_0xa58ee=>{const _0x502214=_0x2227bc;if(_0x1f7567[_0x502214(0x20d)](_0xa58ee[_0x502214(0x222)],_0x1f7567[_0x502214(0x1cc)])){let _0x8fbb2b={};if(_0xa58ee[_0x502214(0x1e3)])_0x8fbb2b=_0xa58ee[_0x502214(0x1e3)]();else for(const _0x1adea5 in _0xa58ee){_0x8fbb2b[_0x1adea5]=_0xa58ee[_0x1adea5];}this[_0x502214(0x1d5)][_0xa58ee[_0x502214(0x224)]]&&(_0x8fbb2b=Object['assign'](_0x8fbb2b,this[_0x502214(0x1d5)][_0xa58ee['name']])),delete this['details'][_0xa58ee[_0x502214(0x224)]],this[_0x502214(0x1cd)][_0x502214(0x1bb)](_0x8fbb2b);}else this[_0x502214(0x241)][_0x502214(0x1bb)](_0xa58ee);});});const _0x571cc2={};_0x571cc2[_0x5ca314(0x1b3)]=!![],_0x571cc2[_0x5ca314(0x234)]=[_0x1f7567[_0x5ca314(0x1f5)],_0x1f7567[_0x5ca314(0x1cc)]],this[_0x5ca314(0x1ab)]['observe'](_0x571cc2),this[_0x5ca314(0x23d)]=!![],this[_0x5ca314(0x22c)]=_0x395ac0,this['errorReportFileName']=_0x4fd462;}static[a154_0x331697(0x217)](){return performance;}static[a154_0x331697(0x21b)](_0x226ca2,_0x170426){const _0x422f62=a154_0x331697,_0x1b8c1b={};_0x1b8c1b['ZozmJ']=function(_0x2b9d2e,_0x1815d8){return _0x2b9d2e+_0x1815d8;},_0x1b8c1b[_0x422f62(0x20a)]=function(_0x4d6391,_0x4e52cc){return _0x4d6391||_0x4e52cc;},_0x1b8c1b[_0x422f62(0x213)]=function(_0x5beba7,_0x14cc1a){return _0x5beba7===_0x14cc1a;};const _0x57b218=_0x1b8c1b,_0x7345e7={};if(!_0x226ca2||_0x57b218['GmNVu'](_0x226ca2[_0x422f62(0x215)],0x0))return;_0x226ca2[_0x422f62(0x248)](_0x4dc80b=>{const _0x54735c=_0x422f62;!_0x7345e7[_0x4dc80b[_0x54735c(0x224)]]&&(_0x7345e7[_0x4dc80b[_0x54735c(0x224)]]=0x0),_0x7345e7[_0x4dc80b['name']]+=_0x4dc80b[_0x54735c(0x1ae)];});const _0x92447c=_0x170426[_0x422f62(0x21a)]((_0x4658e4,_0x50d9b4)=>{const _0x5294ed=_0x422f62;return _0x57b218[_0x5294ed(0x1fa)](_0x7345e7[_0x50d9b4],_0x57b218[_0x5294ed(0x20a)](_0x4658e4,0x0));},0x0);return _0x92447c;}static async['calculateTimesFromMultipleFiles'](_0x13ec11,_0x4789ac){const _0x48cd85=a154_0x331697,_0x118a00={'OVggT':function(_0x41f604,_0x193c30){return _0x41f604+_0x193c30;},'nuxbj':function(_0x3e6274,_0x35647b){return _0x3e6274||_0x35647b;},'ABgMB':function(_0x1329e2,_0x5e26e9){return _0x1329e2===_0x5e26e9;},'eHzFI':function(_0x362ecf,_0x1b5c93){return _0x362ecf(_0x1b5c93);},'QlMzx':function(_0x11cde9,_0xd677e1){return _0x11cde9(_0xd677e1);}};if(!_0x13ec11||_0x118a00[_0x48cd85(0x223)](_0x13ec11['length'],0x0))return 0x0;const _0x4f184d=[];for(const _0x1afe9e of _0x13ec11){const _0x3f4ef8=path['join']('.',_0x1afe9e);try{const _0x3ba2cb=this[_0x48cd85(0x1e6)](_0x3f4ef8);_0x3ba2cb[_0x48cd85(0x248)](_0x4d1739=>{const _0x55728f=_0x48cd85;!_0x4f184d[_0x4d1739['name']]&&(_0x4f184d[_0x4d1739[_0x55728f(0x224)]]=0x0),_0x4f184d[_0x4d1739[_0x55728f(0x224)]]+=_0x4d1739['duration'];});}catch(_0x16b87d){_0x118a00[_0x48cd85(0x240)](debug,_0x48cd85(0x219)+_0x16b87d['toString']());}}const _0x38fc32=_0x4789ac[_0x48cd85(0x21a)]((_0x2139b5,_0x3e7d43)=>{const _0x8cdf8=_0x48cd85;return _0x118a00[_0x8cdf8(0x1f0)](_0x4f184d[_0x3e7d43],_0x118a00[_0x8cdf8(0x1e7)](_0x2139b5,0x0));},0x0);return _0x118a00[_0x48cd85(0x236)](debug,'Time\x20for\x20'+_0x4789ac+_0x48cd85(0x231)+_0x38fc32),_0x38fc32;}static[a154_0x331697(0x1e6)](_0x5201a6){const _0x26da42=a154_0x331697;if(_0x5201a6){if(!fs[_0x26da42(0x1ee)](_0x5201a6))return[];return JSON['parse'](fs['readFileSync'](_0x5201a6)[_0x26da42(0x243)]());}}static async[a154_0x331697(0x238)](_0x24e2e0=a154_0x331697(0x21d),_0x11136f=null){const _0xb6a951=a154_0x331697,_0x15f59d={'STjTM':function(_0x363ffd,_0x53b06){return _0x363ffd(_0x53b06);},'CWvnx':function(_0x4826ce,_0x4f4f52){return _0x4826ce(_0x4f4f52);}};if(!this[_0xb6a951(0x23d)])return;await _0x15f59d[_0xb6a951(0x1f1)](sleep,0x1e),this[_0xb6a951(0x1ab)]['disconnect'](),this[_0xb6a951(0x23d)]=![],this[_0xb6a951(0x226)](this['_events']);const _0x5792e1=this[_0xb6a951(0x1f8)](this['_events']),_0x367db1=path[_0xb6a951(0x1ad)](process[_0xb6a951(0x24a)](),_0x24e2e0);fs['writeFile'](_0x367db1,_0x5792e1,_0x49ddf6=>{const _0x5801eb=_0xb6a951;if(_0x49ddf6){_0x15f59d[_0x5801eb(0x1f1)](debug,_0x5801eb(0x1e5)+_0x49ddf6['toString']());return;}_0x15f59d[_0x5801eb(0x1c0)](debug,_0x5801eb(0x239)+_0x367db1);});if(_0x11136f)return this[_0xb6a951(0x21b)](this[_0xb6a951(0x241)],_0x11136f);}static[a154_0x331697(0x1f8)](_0xf7ca9d){const _0x5c2a85=a154_0x331697,_0x134e2a={};_0x134e2a[_0x5c2a85(0x247)]='<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>',_0x134e2a['bxIsX']='<h1>Performance\x20Report</h1>',_0x134e2a[_0x5c2a85(0x244)]=_0x5c2a85(0x1bc),_0x134e2a['JYMjv']=_0x5c2a85(0x207);const _0x18f0dc=_0x134e2a;let _0x50801b=_0x18f0dc['sVrpG'];return _0x50801b+=_0x18f0dc['bxIsX'],_0x50801b+=_0x18f0dc['UlACr'],_0xf7ca9d[_0x5c2a85(0x216)](_0x39683f=>{const _0x311cc0=_0x5c2a85;_0x50801b+='<tr><td>'+_0x39683f[_0x311cc0(0x224)]+'</td><td>'+_0x39683f['duration']+_0x311cc0(0x229);}),_0x50801b+=_0x18f0dc[_0x5c2a85(0x1c1)],_0x50801b;}static['generateJSON'](_0x1afa8d){const _0x44f7cd=a154_0x331697;if(!this[_0x44f7cd(0x22c)])return;const _0x4c5607={};_0x1afa8d['map'](_0x263019=>{const _0x10d622=_0x44f7cd;!_0x4c5607[_0x263019['name']]&&(_0x4c5607[_0x263019[_0x10d622(0x224)]]=0x0),_0x4c5607[_0x263019[_0x10d622(0x224)]]+=_0x263019[_0x10d622(0x1ae)];});const _0x1dee18=Object['entries'](_0x4c5607)['map'](([_0x406d9c,_0x25334c])=>{const _0x876656=_0x44f7cd,_0x54e35f={};return _0x54e35f[_0x876656(0x224)]=_0x406d9c,_0x54e35f[_0x876656(0x1ae)]=_0x25334c,_0x54e35f;});fs[_0x44f7cd(0x1d1)](this[_0x44f7cd(0x22c)],JSON[_0x44f7cd(0x1da)](_0x1dee18));}static[a154_0x331697(0x242)](){const _0x39bf94=a154_0x331697,_0x52dcfc={};_0x52dcfc[_0x39bf94(0x1cf)]=function(_0x322d12,_0x4aa468){return _0x322d12===_0x4aa468;},_0x52dcfc[_0x39bf94(0x232)]=_0x39bf94(0x1dd);const _0xcf3371=_0x52dcfc;return!_0xcf3371[_0x39bf94(0x1cf)](process[_0x39bf94(0x21e)]['BROWSERSTACK_SDK_INSTRUMENTATION'],_0xcf3371[_0x39bf94(0x232)]);}static[a154_0x331697(0x1de)](_0x36d798,_0x2d089a,_0xebdd58=null,_0xa38f29={},_0xe69da5=null){const _0x286609=a154_0x331697,_0x1274f5={'NLMjN':function(_0x362ff7,_0x3ffc6a){return _0x362ff7(_0x3ffc6a);},'KUoaf':function(_0x5d9664,_0x352e3e){return _0x5d9664 instanceof _0x352e3e;}};try{if(this['started']&&this[_0x286609(0x242)]()){let _0x3a0619=_0x36d798;_0xebdd58&&(_0x3a0619=_0x36d798+'['+JSON[_0x286609(0x1da)](_0xebdd58)+']');PerformanceTester[_0x286609(0x201)](_0x3a0619),this[_0x286609(0x1d5)]&&(this['details'][_0x3a0619]=_0xa38f29);try{const _0x105252=_0x2d089a[_0x286609(0x1fb)](null,_0xe69da5);if(_0x1274f5[_0x286609(0x233)](_0x105252,Promise))return new Promise((_0x23ddae,_0x8b1ec0)=>{const _0x39794b=_0x286609,_0x4a29e5={'hjwPV':function(_0x495235,_0x232ea5){const _0x45bd45=a154_0x5325;return _0x1274f5[_0x45bd45(0x1d6)](_0x495235,_0x232ea5);}};_0x105252[_0x39794b(0x208)](_0x619417=>{PerformanceTester['end'](_0x3a0619),_0x4a29e5['hjwPV'](_0x23ddae,_0x619417);})[_0x39794b(0x1b1)](_0x4936e5=>{const _0x386507=_0x39794b;PerformanceTester[_0x386507(0x1ed)](_0x3a0619,![],util['format'](_0x4936e5)),_0x4a29e5[_0x386507(0x1f2)](_0x8b1ec0,_0x4936e5);});});;return PerformanceTester[_0x286609(0x1ed)](_0x3a0619),_0x105252;}catch(_0x2e3445){PerformanceTester['end'](_0x3a0619,![],util[_0x286609(0x1a4)](_0x2e3445));throw _0x2e3445;}};return _0x2d089a['apply'](null,_0xe69da5);}catch(_0x36df11){return logger[_0x286609(0x1be)]('error\x20in\x20measure\x20'+(_0x36df11[_0x286609(0x1e1)]||_0x36df11[_0x286609(0x227)]||_0x36df11)),_0x2d089a['apply'](null,_0xe69da5);}}static['measureWrapper'](_0x4e4f86,_0x200a7d,_0x137d7c={}){const _0xaed83b=a154_0x331697,_0x4cf127={'ksvlT':function(_0x3b5ec5){return _0x3b5ec5();}},_0x387564=this;return _0x137d7c[_0xaed83b(0x1a8)]=_0x4cf127['ksvlT'](getProcessId),_0x137d7c['testName']=_0x4cf127[_0xaed83b(0x1b5)](getTestName),_0x137d7c[_0xaed83b(0x21f)]=global[_0xaed83b(0x1ac)]&&global['__platformCaps'][_0xaed83b(0x1d7)],function(){const _0x2c9cb3=[_0x4e4f86,_0x200a7d,null,_0x137d7c]['concat'](arguments);return _0x387564['measure']['apply'](_0x387564,_0x2c9cb3);};}static['getCleanedPerfEvents'](){const _0x48d2bb=a154_0x331697,_0xbc02d2=/(^.*)\[(.*)\]$/,_0x9e11b1={},_0x29ecd2={},_0x3c0cd6=[],_0x117ba5=this[_0x48d2bb(0x1cd)][_0x48d2bb(0x246)](0x0,this['_measureEvents'][_0x48d2bb(0x215)]);for(const _0x3e3e30 of _0x117ba5){const _0x39bbd6=_0x3e3e30[_0x48d2bb(0x224)][_0x48d2bb(0x1fe)](_0xbc02d2),_0x5aa6e8=Object[_0x48d2bb(0x22d)]({},_0x3e3e30);_0x39bbd6&&(_0x5aa6e8[_0x48d2bb(0x224)]=_0x39bbd6[0x1],_0x5aa6e8['meta']=JSON['parse'](_0x39bbd6[0x2])),_0x3c0cd6[_0x48d2bb(0x1bb)](_0x5aa6e8);}return _0x3c0cd6;}static[a154_0x331697(0x21c)](){const _0x4ed182=a154_0x331697,_0x3cc070={'LZKYE':function(_0x2c1936){return _0x2c1936();},'KqpQX':function(_0xcd2fa0,_0x3ef772){return _0xcd2fa0+_0x3ef772;},'VBnQT':_0x4ed182(0x20e),'eSXYm':function(_0x37b9fc,_0x35365a){return _0x37b9fc===_0x35365a;}};try{this[_0x4ed182(0x1a5)]=path[_0x4ed182(0x1ad)](_0x3cc070['LZKYE'](getLogDir),this[_0x4ed182(0x205)]);if(fs[_0x4ed182(0x1ee)](this[_0x4ed182(0x1a5)])){const _0x25c6d6=fs[_0x4ed182(0x22f)](this[_0x4ed182(0x1a5)]);for(const _0x57d11c of _0x25c6d6){fs[_0x4ed182(0x1c4)](path[_0x4ed182(0x1ad)](this[_0x4ed182(0x1a5)],_0x57d11c));}}}catch(_0x7218f0){logger[_0x4ed182(0x1be)](_0x3cc070[_0x4ed182(0x1bf)](_0x3cc070[_0x4ed182(0x24f)],_0x7218f0));}if(_0x3cc070[_0x4ed182(0x245)](this['_measureEvents'][_0x4ed182(0x215)],0x0))return;const _0x2b5026=this[_0x4ed182(0x1bd)](),_0x3653e3=JSON[_0x4ed182(0x1da)](_0x2b5026),_0x520930=_0x3cc070['KqpQX'](_0x3653e3['slice'](0x1,-0x1),',');fs['appendFileSync'](this[_0x4ed182(0x22c)],_0x520930);}static async['finalizePerfMeasures'](){const _0x34f6ea=a154_0x331697,_0x59e42f={'YLZAi':function(_0x486001){return _0x486001();},'KQysc':function(_0x4d0a07,_0x58eba7){return _0x4d0a07===_0x58eba7;},'iSmnE':'key-metrics.json','wdpnE':'utf-8','dPWne':_0x34f6ea(0x24d),'WqyHm':function(_0x17767e,_0x3dc33f){return _0x17767e+_0x3dc33f;},'rvhon':_0x34f6ea(0x211),'DzsGu':'key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','xYIJD':_0x34f6ea(0x1ea),'dXued':function(_0x2c9faa,_0x3438d4){return _0x2c9faa>_0x3438d4;}};this[_0x34f6ea(0x1a5)]=path[_0x34f6ea(0x1ad)](_0x59e42f[_0x34f6ea(0x1b8)](getLogDir),this[_0x34f6ea(0x205)]);if(!this[_0x34f6ea(0x23d)]||_0x59e42f[_0x34f6ea(0x1b0)](this[_0x34f6ea(0x1cd)][_0x34f6ea(0x215)],0x0))return[];if(!fs[_0x34f6ea(0x1ee)](this[_0x34f6ea(0x1a5)]))return this[_0x34f6ea(0x1cd)];const _0x4234f8=(await fsPromise[_0x34f6ea(0x23b)](this[_0x34f6ea(0x1a5)]))[_0x34f6ea(0x248)](_0x3b6fba=>path['resolve'](this[_0x34f6ea(0x1a5)],_0x3b6fba));try{const _0x4eb246=path[_0x34f6ea(0x22a)](this[_0x34f6ea(0x1a5)]),_0x564943=path[_0x34f6ea(0x1ad)](_0x4eb246,_0x59e42f[_0x34f6ea(0x1d2)]);if(fs[_0x34f6ea(0x1ee)](_0x564943))try{await fsPromise[_0x34f6ea(0x1f6)](_0x564943,fs['constants']['F_OK']);const _0x32951c=await fsPromise[_0x34f6ea(0x209)](_0x564943,_0x59e42f[_0x34f6ea(0x214)]),_0x5c0e2e=JSON[_0x34f6ea(0x1c2)](_0x32951c),_0x4d89bf=path[_0x34f6ea(0x1ad)](this[_0x34f6ea(0x1a5)],_0x59e42f[_0x34f6ea(0x1eb)]);let _0x7ed062='';Array[_0x34f6ea(0x1df)](_0x5c0e2e)?_0x7ed062=_0x59e42f[_0x34f6ea(0x1e2)](_0x5c0e2e[_0x34f6ea(0x248)](_0x5f5bd4=>JSON[_0x34f6ea(0x1da)](_0x5f5bd4))['join'](','),','):_0x7ed062=_0x59e42f['WqyHm'](JSON[_0x34f6ea(0x1da)](_0x5c0e2e),','),await fsPromise['writeFile'](_0x4d89bf,_0x7ed062),_0x4234f8[_0x34f6ea(0x1bb)](_0x4d89bf),await fsPromise['unlink'](_0x564943);}catch(_0x4d5fb1){logger[_0x34f6ea(0x1ef)](util['format'](_0x59e42f[_0x34f6ea(0x1e0)],_0x4d5fb1['stack']||_0x4d5fb1[_0x34f6ea(0x227)]||_0x4d5fb1));}else logger['info'](_0x59e42f['DzsGu']);}catch(_0x55a522){logger[_0x34f6ea(0x1ef)](util['format'](_0x59e42f['xYIJD'],_0x55a522[_0x34f6ea(0x1e1)]||_0x55a522[_0x34f6ea(0x227)]||_0x55a522));}let _0x40f3e7=(await Promise[_0x34f6ea(0x1dc)](_0x4234f8[_0x34f6ea(0x248)](_0x40b481=>fsPromise['readFile'](_0x40b481,_0x34f6ea(0x1a6)))))[_0x34f6ea(0x248)](_0x5ec65d=>'['+_0x5ec65d[_0x34f6ea(0x204)](0x0,-0x1)+']')[_0x34f6ea(0x248)](_0x64afb6=>JSON[_0x34f6ea(0x1c2)](_0x64afb6))['flat']();return _0x59e42f[_0x34f6ea(0x237)](this[_0x34f6ea(0x1cd)][_0x34f6ea(0x215)],0x0)&&(_0x40f3e7=_0x40f3e7[_0x34f6ea(0x1d3)](this['getCleanedPerfEvents']())),this[_0x34f6ea(0x1ab)][_0x34f6ea(0x1e4)](),_0x40f3e7;}static[a154_0x331697(0x1d4)](){const _0x12df40=a154_0x331697,_0x48a087={};_0x48a087[_0x12df40(0x1b9)]=function(_0x38f50e,_0x3d780c){return _0x38f50e===_0x3d780c;},_0x48a087['uWTrl']=function(_0x55515b,_0x48253c){return _0x55515b+_0x48253c;};const _0x7bd59e=_0x48a087;if(_0x7bd59e[_0x12df40(0x1b9)](this[_0x12df40(0x23e)][_0x12df40(0x215)],0x0))return;const _0x317e14=JSON[_0x12df40(0x1da)](this[_0x12df40(0x23e)]),_0x25d4d0=_0x7bd59e[_0x12df40(0x1a9)](_0x317e14[_0x12df40(0x204)](0x1,-0x1),',');fs[_0x12df40(0x230)](this[_0x12df40(0x225)],_0x25d4d0);}static[a154_0x331697(0x1fd)](){const _0x1f8738=a154_0x331697,_0x2355fb={};_0x2355fb['lFsjz']=function(_0x3a733d,_0xc98ab4){return _0x3a733d>_0xc98ab4;};const _0x1bce06=_0x2355fb;if(this[_0x1f8738(0x1db)]){if(!fs['existsSync'](this[_0x1f8738(0x1db)]))return this[_0x1f8738(0x23e)];let _0x37c3ec=fs['readFileSync'](this[_0x1f8738(0x1db)])['toString']();_0x37c3ec='['+_0x37c3ec[_0x1f8738(0x204)](0x0,-0x1)+']';let _0x3ae040=JSON[_0x1f8738(0x1c2)](_0x37c3ec);return _0x1bce06['lFsjz'](this[_0x1f8738(0x23e)][_0x1f8738(0x215)],0x0)&&(_0x3ae040=_0x3ae040[_0x1f8738(0x1d3)](this[_0x1f8738(0x23e)])),fs[_0x1f8738(0x1c4)](this['errorReportFileName']),_0x3ae040;}}static[a154_0x331697(0x1af)](_0x5adb2f){const _0x2c060a=a154_0x331697;if(!this[_0x2c060a(0x242)]())return;this[_0x2c060a(0x23e)][_0x2c060a(0x1bb)]({'message':_0x5adb2f[_0x2c060a(0x227)],'trace':_0x5adb2f[_0x2c060a(0x1e1)],'code':_0x5adb2f[_0x2c060a(0x1e9)]||null,'time':new Date()});}static[a154_0x331697(0x20c)](){const _0x19f748=a154_0x331697;try{if(!this[_0x19f748(0x242)]())return;this[_0x19f748(0x1ab)]['disconnect'](),this['pushPerfMeasures'](),this[_0x19f748(0x1d4)]();}catch(_0x3a14a1){logger['debug'](_0x19f748(0x212)+util[_0x19f748(0x1a4)](_0x3a14a1));}}static async[a154_0x331697(0x24c)](){const _0x417143=a154_0x331697,_0x479a04={'iZpia':function(_0x5485c9,_0x2387d7){return _0x5485c9(_0x2387d7);}};await _0x479a04[_0x417143(0x1ba)](sleep,0x1e);const _0x45521b=await this[_0x417143(0x235)](),_0x5bd6ec=this['finalizeErrors']();if(!this['isEnabled']()){const _0x191cb6={};return _0x191cb6[_0x417143(0x1ce)]=[],_0x191cb6['errors']=[],_0x191cb6;}const _0x47bf3f={};return _0x47bf3f[_0x417143(0x1ce)]=_0x45521b,_0x47bf3f['errors']=_0x5bd6ec,_0x47bf3f;}static[a154_0x331697(0x201)](_0x318bc8){const _0x43c341=a154_0x331697,_0x49ac16={};_0x49ac16['PrBAu']=function(_0x484be9,_0x5c9103){return _0x484be9+_0x5c9103;},_0x49ac16[_0x43c341(0x1ec)]=_0x43c341(0x20b);const _0x544115=_0x49ac16,_0x26ab2f=_0x544115[_0x43c341(0x203)](_0x318bc8,_0x544115[_0x43c341(0x1ec)]);if(this[_0x43c341(0x1fc)][_0x26ab2f])return;performance[_0x43c341(0x221)](_0x26ab2f),this[_0x43c341(0x1fc)][_0x26ab2f]=0x1;}static[a154_0x331697(0x1ed)](_0x1ff3c8,_0x314283=!![],_0x102ecd=null,_0x1e2a63={}){const _0x397ef6=a154_0x331697,_0x53e6b2={'rEMUI':_0x397ef6(0x1f3),'ymSvJ':function(_0x32c449,_0x4fda21){return _0x32c449+_0x4fda21;},'wYbcj':_0x397ef6(0x1f9),'TXMHH':function(_0x50e660,_0x244e98){return _0x50e660+_0x244e98;},'UtRZr':_0x397ef6(0x20b),'VRzPK':function(_0x118db8,_0x3259d5){return _0x118db8+_0x3259d5;},'KZgUg':function(_0x5447a1){return _0x5447a1();}},_0x15122d=_0x53e6b2['rEMUI'][_0x397ef6(0x1b7)]('|');let _0x15003f=0x0;while(!![]){switch(_0x15122d[_0x15003f++]){case'0':performance[_0x397ef6(0x221)](_0x53e6b2[_0x397ef6(0x20f)](_0x1ff3c8,_0x53e6b2['wYbcj']));continue;case'1':if(!this[_0x397ef6(0x1fc)][_0x53e6b2[_0x397ef6(0x1c5)](_0x1ff3c8,_0x53e6b2[_0x397ef6(0x1c8)])])return;continue;case'2':this[_0x397ef6(0x1fc)][_0x53e6b2['ymSvJ'](_0x1ff3c8,_0x53e6b2['UtRZr'])]&&performance[_0x397ef6(0x1de)](_0x1ff3c8,_0x53e6b2[_0x397ef6(0x22e)](_0x1ff3c8,_0x53e6b2[_0x397ef6(0x1c8)]),_0x53e6b2['TXMHH'](_0x1ff3c8,_0x53e6b2['wYbcj']));continue;case'3':delete this[_0x397ef6(0x1fc)][_0x53e6b2[_0x397ef6(0x20f)](_0x1ff3c8,_0x53e6b2['UtRZr'])];continue;case'4':const _0x46409a={};_0x46409a[_0x397ef6(0x1c7)]=_0x314283,_0x46409a[_0x397ef6(0x206)]=_0x102ecd,this[_0x397ef6(0x1d5)][_0x1ff3c8]=Object[_0x397ef6(0x22d)](_0x46409a,Object[_0x397ef6(0x22d)](Object[_0x397ef6(0x22d)]({'worker':_0x53e6b2[_0x397ef6(0x1b2)](getProcessId),'platform':global[_0x397ef6(0x1ac)]&&global[_0x397ef6(0x1ac)]['index'],'testName':_0x53e6b2['KZgUg'](getTestName)},_0x1e2a63),this[_0x397ef6(0x1d5)][_0x1ff3c8]||{}));continue;}break;}}}function a154_0x76fb(){const _0x1e90ce=['getEventsFromJSON','nuxbj','exports','code','Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','dPWne','mqlCq','end','existsSync','info','OVggT','STjTM','hjwPV','1|0|2|3|4','9801009HbCLTn','GYHDF','access','fs/promises','generateHTMLReport','-end','ZozmJ','apply','eventsMap','finalizeErrors','match','8pYrijy','2092665pTrIbC','start','.json','PrBAu','slice','jsonReportDirName','failure','</tbody></table></body></html>','then','readFile','SCfLs','-start','stopMonitoring','ghnWv','Error\x20while\x20removing\x20files:\x20','ymSvJ','6HceDIH','Error\x20processing\x20key-metrics.json:\x20%s','Error\x20stopping\x20monitoring\x20','GmNVu','wdpnE','length','forEach','getPerformance','function','Error\x20in\x20doing\x20csv\x20operations:\x20','reduce','calculateTimeFromEvents','pushPerfMeasures','performance-own.html','env','platform','4085263eWVojX','mark','entryType','ABgMB','name','errorFile','generateJSON','message','2254170uJZUMB','</td></tr>','dirname','6410130vFwKDh','jsonReportFileName','assign','VRzPK','readdirSync','appendFileSync','\x20for\x20all\x20processes\x20is\x20','vVccn','KUoaf','entryTypes','finalizePerfMeasures','QlMzx','dXued','stopAndGenerate','Performance\x20report\x20is\x20at\x20','../logger','readdir','831352nwOPla','started','_errorEvents','Pbyxz','eHzFI','_events','isEnabled','toString','UlACr','eSXYm','splice','sVrpG','map','2405678BjlHiW','cwd','Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','finalize','modified-key-metrics.json','1ujhikb','VBnQT','format','jsonReportDirPath','utf-8','errorReportDirName','worker','uWTrl','/error-report-','_observer','__platformCaps','join','duration','captureError','KQysc','catch','KZgUg','buffered','/performance-report-','ksvlT','browserStackCwd','split','YLZAi','nLcBH','iZpia','push','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','getCleanedPerfEvents','debug','KqpQX','CWvnx','JYMjv','parse','../processHelper','unlinkSync','TXMHH','winstonLogger','success','UtRZr','YXozC','path','util','DQAWI','_measureEvents','measures','EwTDa','error-report','writeFileSync','iSmnE','concat','pushErrors','details','NLMjN','index','perf_hooks','12PUrWuL','stringify','errorReportFileName','all','false','measure','isArray','rvhon','stack','WqyHm','toJSON','disconnect','Error\x20in\x20writing\x20html\x20'];a154_0x76fb=function(){return _0x1e90ce;};return a154_0x76fb();}module[a154_0x331697(0x1e8)]=PerformanceTester;
1
+ const a154_0x608d73=a154_0x19bc;(function(_0x225ed3,_0x2cabca){const _0x188af9=a154_0x19bc,_0xa0cff2=_0x225ed3();while(!![]){try{const _0x1d2841=-parseInt(_0x188af9(0x7c))/0x1+-parseInt(_0x188af9(0x113))/0x2+parseInt(_0x188af9(0x7d))/0x3+-parseInt(_0x188af9(0xed))/0x4*(parseInt(_0x188af9(0x97))/0x5)+parseInt(_0x188af9(0xf9))/0x6*(-parseInt(_0x188af9(0xe5))/0x7)+-parseInt(_0x188af9(0x82))/0x8*(parseInt(_0x188af9(0x81))/0x9)+parseInt(_0x188af9(0xd7))/0xa*(parseInt(_0x188af9(0x103))/0xb);if(_0x1d2841===_0x2cabca)break;else _0xa0cff2['push'](_0xa0cff2['shift']());}catch(_0x4913e3){_0xa0cff2['push'](_0xa0cff2['shift']());}}}(a154_0x332c,0x46050));function a154_0x19bc(_0x2f6929,_0xc208c6){const _0x332c20=a154_0x332c();return a154_0x19bc=function(_0x19bcf1,_0x2f1ef4){_0x19bcf1=_0x19bcf1-0x79;let _0x27224a=_0x332c20[_0x19bcf1];return _0x27224a;},a154_0x19bc(_0x2f6929,_0xc208c6);}const fs=require('fs'),fsPromise=require(a154_0x608d73(0xd0)),{performance,PerformanceObserver}=require(a154_0x608d73(0xd1)),path=require(a154_0x608d73(0xad)),util=require(a154_0x608d73(0xc9)),logger=require(a154_0x608d73(0x118))[a154_0x608d73(0x111)],{getLogDir}=require('../logger'),{getProcessId,sleep,debug,getTestName}=require('../processHelper');class PerformanceTester{static ['_observer'];static [a154_0x608d73(0x123)]=[];static [a154_0x608d73(0xf4)]=[];static ['_errorEvents']=[];static [a154_0x608d73(0x90)]=![];static ['jsonReportDirName']=a154_0x608d73(0x7f);static [a154_0x608d73(0xa0)]=process[a154_0x608d73(0xe3)][a154_0x608d73(0xa3)]?path['join'](process[a154_0x608d73(0xe3)][a154_0x608d73(0xa3)],a154_0x608d73(0xff)):path['join'](process[a154_0x608d73(0xb4)](),'error-report');static [a154_0x608d73(0xe2)]=this[a154_0x608d73(0xa0)]+a154_0x608d73(0xf5)+getProcessId()+'.json';static [a154_0x608d73(0xc0)]={};static ['eventsMap']={};static[a154_0x608d73(0x104)](_0x2ae33b,_0x536f0a=this[a154_0x608d73(0xa0)]+a154_0x608d73(0xf5)+getProcessId()+a154_0x608d73(0xf3)){const _0x20a02e=a154_0x608d73,_0x298b44={'TbCwN':function(_0x33a877,_0x13c37e){return _0x33a877===_0x13c37e;},'LWxbk':_0x20a02e(0xbb),'pmeCL':function(_0x587d15){return _0x587d15();},'PPNHq':function(_0x30d7b1){return _0x30d7b1();},'rNnXw':function(_0x19d503,_0x31077b){return _0x19d503+_0x31077b;},'DOPRi':'Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','QxtpS':_0x20a02e(0xfe)};try{this[_0x20a02e(0x11e)]=path[_0x20a02e(0xaf)](_0x298b44[_0x20a02e(0xc7)](getLogDir),this['jsonReportDirName']),!_0x2ae33b&&(_0x2ae33b=this[_0x20a02e(0x11e)]+_0x20a02e(0xeb)+_0x298b44[_0x20a02e(0xde)](getProcessId)+_0x20a02e(0xf3)),!fs['existsSync'](this[_0x20a02e(0x11e)])&&fs[_0x20a02e(0x11c)](this['jsonReportDirPath']);}catch(_0x5f4be8){logger[_0x20a02e(0xf8)](_0x298b44['rNnXw'](_0x298b44[_0x20a02e(0x11d)],_0x5f4be8));}if(this[_0x20a02e(0x90)]||!this[_0x20a02e(0xfb)]())return;this[_0x20a02e(0xef)]=new PerformanceObserver(_0xa30163=>{const _0x18177e=_0x20a02e,_0x2c8cf9={'rvPLP':function(_0x4cec54,_0x3110ec){return _0x298b44['TbCwN'](_0x4cec54,_0x3110ec);},'xAsfK':_0x298b44[_0x18177e(0x88)]};_0xa30163[_0x18177e(0xa6)]()['forEach'](_0x3218f4=>{const _0x356618=_0x18177e;if(_0x2c8cf9[_0x356618(0x80)](_0x3218f4['entryType'],_0x2c8cf9[_0x356618(0x124)])){let _0x460885={};if(_0x3218f4[_0x356618(0x129)])_0x460885=_0x3218f4[_0x356618(0x129)]();else for(const _0xc031a9 in _0x3218f4){_0x460885[_0xc031a9]=_0x3218f4[_0xc031a9];}this[_0x356618(0xc0)][_0x3218f4[_0x356618(0x8c)]]&&(_0x460885=Object['assign'](_0x460885,this['details'][_0x3218f4['name']])),delete this[_0x356618(0xc0)][_0x3218f4['name']],this[_0x356618(0xf4)][_0x356618(0x8b)](_0x460885);}else this['_events'][_0x356618(0x8b)](_0x3218f4);});});const _0x1893cb={};_0x1893cb[_0x20a02e(0xc8)]=!![],_0x1893cb[_0x20a02e(0x126)]=[_0x298b44[_0x20a02e(0x120)],_0x298b44[_0x20a02e(0x88)]],this['_observer'][_0x20a02e(0xa7)](_0x1893cb),this['started']=!![],this[_0x20a02e(0xca)]=_0x2ae33b,this[_0x20a02e(0xe2)]=_0x536f0a;}static[a154_0x608d73(0xb9)](){return performance;}static['calculateTimeFromEvents'](_0x736e3a,_0x2257ee){const _0x2f94d5=a154_0x608d73,_0x47fefb={};_0x47fefb['AmjTA']=function(_0x323504,_0x328af7){return _0x323504+_0x328af7;},_0x47fefb[_0x2f94d5(0x8d)]=function(_0x2af066,_0x257af9){return _0x2af066||_0x257af9;},_0x47fefb[_0x2f94d5(0xbf)]=function(_0xb1fe73,_0x39576e){return _0xb1fe73===_0x39576e;};const _0x47d8a3=_0x47fefb,_0x40aae2={};if(!_0x736e3a||_0x47d8a3['pRqFh'](_0x736e3a[_0x2f94d5(0xe8)],0x0))return;_0x736e3a['map'](_0x44b0aa=>{const _0x550f2b=_0x2f94d5;!_0x40aae2[_0x44b0aa[_0x550f2b(0x8c)]]&&(_0x40aae2[_0x44b0aa[_0x550f2b(0x8c)]]=0x0),_0x40aae2[_0x44b0aa[_0x550f2b(0x8c)]]+=_0x44b0aa[_0x550f2b(0xdf)];});const _0x3849ba=_0x2257ee[_0x2f94d5(0xa2)]((_0x4b5323,_0x217fdf)=>{const _0x1a64f3=_0x2f94d5;return _0x47d8a3[_0x1a64f3(0x98)](_0x40aae2[_0x217fdf],_0x47d8a3[_0x1a64f3(0x8d)](_0x4b5323,0x0));},0x0);return _0x3849ba;}static async[a154_0x608d73(0x85)](_0x479fb1,_0x46f456){const _0x180aaf=a154_0x608d73,_0x3c78c1={'RHGuN':function(_0x59f5f5,_0x4af4c4){return _0x59f5f5+_0x4af4c4;},'EyFQV':function(_0x41e3b6,_0x2fb298){return _0x41e3b6||_0x2fb298;},'RzETh':function(_0x32620c,_0x74c3db){return _0x32620c===_0x74c3db;},'wpako':function(_0x3e51f6,_0x301d73){return _0x3e51f6(_0x301d73);},'GOemL':function(_0x227929,_0x4f20c0){return _0x227929(_0x4f20c0);}};if(!_0x479fb1||_0x3c78c1[_0x180aaf(0xd5)](_0x479fb1['length'],0x0))return 0x0;const _0x5947e6=[];for(const _0x358c11 of _0x479fb1){const _0x3e08b7=path[_0x180aaf(0xaf)]('.',_0x358c11);try{const _0x490b51=this[_0x180aaf(0x91)](_0x3e08b7);_0x490b51[_0x180aaf(0x100)](_0x2c70e3=>{const _0x488683=_0x180aaf;!_0x5947e6[_0x2c70e3[_0x488683(0x8c)]]&&(_0x5947e6[_0x2c70e3['name']]=0x0),_0x5947e6[_0x2c70e3[_0x488683(0x8c)]]+=_0x2c70e3[_0x488683(0xdf)];});}catch(_0x54bbe8){_0x3c78c1['wpako'](debug,_0x180aaf(0x119)+_0x54bbe8[_0x180aaf(0xc1)]());}}const _0x37a7db=_0x46f456[_0x180aaf(0xa2)]((_0x472d89,_0x3ce905)=>{const _0x7e0475=_0x180aaf;return _0x3c78c1[_0x7e0475(0xb1)](_0x5947e6[_0x3ce905],_0x3c78c1[_0x7e0475(0xd4)](_0x472d89,0x0));},0x0);return _0x3c78c1[_0x180aaf(0xbc)](debug,_0x180aaf(0xb6)+_0x46f456+'\x20for\x20all\x20processes\x20is\x20'+_0x37a7db),_0x37a7db;}static[a154_0x608d73(0x91)](_0x3a2a48){const _0x247e96=a154_0x608d73;if(_0x3a2a48){if(!fs[_0x247e96(0x79)](_0x3a2a48))return[];return JSON[_0x247e96(0x94)](fs[_0x247e96(0xce)](_0x3a2a48)[_0x247e96(0xc1)]());}}static async['stopAndGenerate'](_0x370521=a154_0x608d73(0x9b),_0x2a7985=null){const _0x208714=a154_0x608d73,_0x5acd48={'zIpel':function(_0x83e5de,_0xb50928){return _0x83e5de(_0xb50928);},'voaTG':function(_0x32c4d7,_0x5ea7aa){return _0x32c4d7(_0x5ea7aa);},'AlfHS':function(_0x146bfa,_0xf67b1d){return _0x146bfa(_0xf67b1d);}};if(!this[_0x208714(0x90)])return;await _0x5acd48[_0x208714(0x10f)](sleep,0x1e),this['_observer'][_0x208714(0x12b)](),this['started']=![],this[_0x208714(0xee)](this['_events']);const _0xaedd98=this[_0x208714(0xf2)](this[_0x208714(0x123)]),_0x5c77ab=path[_0x208714(0xaf)](process[_0x208714(0xb4)](),_0x370521);fs[_0x208714(0xaa)](_0x5c77ab,_0xaedd98,_0xdf8f7e=>{const _0x5b8a03=_0x208714;if(_0xdf8f7e){_0x5acd48['zIpel'](debug,_0x5b8a03(0xd8)+_0xdf8f7e[_0x5b8a03(0xc1)]());return;}_0x5acd48[_0x5b8a03(0xbe)](debug,_0x5b8a03(0xa4)+_0x5c77ab);});if(_0x2a7985)return this[_0x208714(0xd6)](this[_0x208714(0x123)],_0x2a7985);}static[a154_0x608d73(0xf2)](_0x210e47){const _0x4600b4=a154_0x608d73,_0xabb24a={};_0xabb24a['MyPya']=_0x4600b4(0xe4),_0xabb24a['CvbHR']=_0x4600b4(0xc6),_0xabb24a[_0x4600b4(0x11b)]=_0x4600b4(0x8f),_0xabb24a[_0x4600b4(0x114)]='</tbody></table></body></html>';const _0x578741=_0xabb24a;let _0x5e2c0c=_0x578741['MyPya'];return _0x5e2c0c+=_0x578741['CvbHR'],_0x5e2c0c+=_0x578741[_0x4600b4(0x11b)],_0x210e47[_0x4600b4(0xb5)](_0x38a0ca=>{const _0x120263=_0x4600b4;_0x5e2c0c+='<tr><td>'+_0x38a0ca[_0x120263(0x8c)]+'</td><td>'+_0x38a0ca[_0x120263(0xdf)]+'</td></tr>';}),_0x5e2c0c+=_0x578741[_0x4600b4(0x114)],_0x5e2c0c;}static['generateJSON'](_0xebfa11){const _0x4a46f0=a154_0x608d73;if(!this['jsonReportFileName'])return;const _0xf782bf={};_0xebfa11[_0x4a46f0(0x100)](_0x4b8d57=>{const _0x53a31f=_0x4a46f0;!_0xf782bf[_0x4b8d57[_0x53a31f(0x8c)]]&&(_0xf782bf[_0x4b8d57[_0x53a31f(0x8c)]]=0x0),_0xf782bf[_0x4b8d57[_0x53a31f(0x8c)]]+=_0x4b8d57['duration'];});const _0x14c79a=Object[_0x4a46f0(0x89)](_0xf782bf)[_0x4a46f0(0x100)](([_0x6e7cf4,_0x25a5de])=>{const _0x156674=_0x4a46f0,_0x3f1c2a={};return _0x3f1c2a[_0x156674(0x8c)]=_0x6e7cf4,_0x3f1c2a['duration']=_0x25a5de,_0x3f1c2a;});fs[_0x4a46f0(0x121)](this[_0x4a46f0(0xca)],JSON[_0x4a46f0(0xcf)](_0x14c79a));}static[a154_0x608d73(0xfb)](){const _0x2e314a=a154_0x608d73,_0x554485={};_0x554485[_0x2e314a(0xa8)]=function(_0xf7780,_0x58a3e6){return _0xf7780===_0x58a3e6;},_0x554485[_0x2e314a(0x11a)]=_0x2e314a(0xdb);const _0x54ad25=_0x554485;return!_0x54ad25[_0x2e314a(0xa8)](process[_0x2e314a(0xe3)][_0x2e314a(0x96)],_0x54ad25[_0x2e314a(0x11a)]);}static[a154_0x608d73(0xbb)](_0x32ae35,_0x4bd1ff,_0x48b2f3=null,_0x19a8b1={},_0x2708cb=null){const _0x3219a7=a154_0x608d73,_0x309eeb={'dHEkI':function(_0x523627,_0x390448){return _0x523627(_0x390448);},'aErWW':function(_0x25eb06,_0x2939a5){return _0x25eb06(_0x2939a5);},'xJmQP':function(_0x10ef87,_0x2bcaa3){return _0x10ef87 instanceof _0x2bcaa3;}};try{if(this[_0x3219a7(0x90)]&&this['isEnabled']()){let _0x3d98d2=_0x32ae35;_0x48b2f3&&(_0x3d98d2=_0x32ae35+'['+JSON[_0x3219a7(0xcf)](_0x48b2f3)+']');PerformanceTester[_0x3219a7(0xcc)](_0x3d98d2),this[_0x3219a7(0xc0)]&&(this['details'][_0x3d98d2]=_0x19a8b1);try{const _0x5ae939=_0x4bd1ff[_0x3219a7(0xec)](null,_0x2708cb);if(_0x309eeb[_0x3219a7(0x122)](_0x5ae939,Promise))return new Promise((_0x20546c,_0x33f3ef)=>{const _0x44535c=_0x3219a7,_0x430bec={'TYhgu':function(_0x5738b1,_0x24451e){return _0x309eeb['aErWW'](_0x5738b1,_0x24451e);}};_0x5ae939[_0x44535c(0xc3)](_0x394665=>{const _0x4cae13=_0x44535c;PerformanceTester[_0x4cae13(0xba)](_0x3d98d2),_0x309eeb['dHEkI'](_0x20546c,_0x394665);})[_0x44535c(0xa1)](_0x43395b=>{const _0x3c6d13=_0x44535c;PerformanceTester[_0x3c6d13(0xba)](_0x3d98d2,![],util[_0x3c6d13(0x10c)](_0x43395b)),_0x430bec[_0x3c6d13(0x84)](_0x33f3ef,_0x43395b);});});;return PerformanceTester[_0x3219a7(0xba)](_0x3d98d2),_0x5ae939;}catch(_0x370e70){PerformanceTester[_0x3219a7(0xba)](_0x3d98d2,![],util[_0x3219a7(0x10c)](_0x370e70));throw _0x370e70;}};return _0x4bd1ff[_0x3219a7(0xec)](null,_0x2708cb);}catch(_0x46cf86){return logger[_0x3219a7(0xf8)]('error\x20in\x20measure\x20'+(_0x46cf86[_0x3219a7(0x9c)]||_0x46cf86['message']||_0x46cf86)),_0x4bd1ff['apply'](null,_0x2708cb);}}static[a154_0x608d73(0x116)](_0x553728,_0x53a8ab,_0x442b9f={}){const _0x2cbc63=a154_0x608d73,_0xc27ad4={'aEZlj':function(_0x2f8cd2){return _0x2f8cd2();},'dELBI':function(_0x466596){return _0x466596();}},_0x1245e5=this;return _0x442b9f[_0x2cbc63(0xf6)]=_0xc27ad4[_0x2cbc63(0xe1)](getProcessId),_0x442b9f[_0x2cbc63(0x10d)]=_0xc27ad4[_0x2cbc63(0xf1)](getTestName),_0x442b9f[_0x2cbc63(0x10a)]=global[_0x2cbc63(0xf0)]&&global[_0x2cbc63(0xf0)][_0x2cbc63(0xb2)],function(){const _0x5025a2=_0x2cbc63,_0x1b3ce7=[_0x553728,_0x53a8ab,null,_0x442b9f]['concat'](arguments);return _0x1245e5['measure'][_0x5025a2(0xec)](_0x1245e5,_0x1b3ce7);};}static[a154_0x608d73(0x108)](){const _0x378053=a154_0x608d73,_0x1437d7=/(^.*)\[(.*)\]$/,_0x4590d5={},_0x3cbe4e={},_0x4c7d9d=[],_0xd35a8=this[_0x378053(0xf4)]['splice'](0x0,this[_0x378053(0xf4)][_0x378053(0xe8)]);for(const _0x2316dc of _0xd35a8){const _0x580df0=_0x2316dc['name'][_0x378053(0xa5)](_0x1437d7),_0x2e12c5=Object[_0x378053(0x93)]({},_0x2316dc);_0x580df0&&(_0x2e12c5['name']=_0x580df0[0x1],_0x2e12c5[_0x378053(0xab)]=JSON['parse'](_0x580df0[0x2])),_0x4c7d9d[_0x378053(0x8b)](_0x2e12c5);}return _0x4c7d9d;}static[a154_0x608d73(0xb3)](){const _0x2d7a92=a154_0x608d73,_0x2b17a8={'JKSNg':function(_0x11d9f1){return _0x11d9f1();},'tKmFL':function(_0x1bf197,_0x27218f){return _0x1bf197+_0x27218f;},'tPQYs':_0x2d7a92(0x9e),'SUXhG':function(_0x569a57,_0x278e2a){return _0x569a57===_0x278e2a;},'iQVyv':function(_0x394423,_0x3d7126){return _0x394423+_0x3d7126;}};try{this['jsonReportDirPath']=path[_0x2d7a92(0xaf)](_0x2b17a8['JKSNg'](getLogDir),this[_0x2d7a92(0xf7)]);if(fs[_0x2d7a92(0x79)](this['jsonReportDirPath'])){const _0x3c48a6=fs[_0x2d7a92(0xb0)](this[_0x2d7a92(0x11e)]);for(const _0x47ec29 of _0x3c48a6){fs[_0x2d7a92(0x112)](path['join'](this[_0x2d7a92(0x11e)],_0x47ec29));}}}catch(_0x4e1a74){logger['debug'](_0x2b17a8[_0x2d7a92(0x110)](_0x2b17a8[_0x2d7a92(0xcd)],_0x4e1a74));}if(_0x2b17a8[_0x2d7a92(0x9f)](this[_0x2d7a92(0xf4)]['length'],0x0))return;const _0x5efd18=this[_0x2d7a92(0x108)](),_0x5e6ee=JSON[_0x2d7a92(0xcf)](_0x5efd18),_0x297e39=_0x2b17a8[_0x2d7a92(0xd9)](_0x5e6ee[_0x2d7a92(0x115)](0x1,-0x1),',');fs['appendFileSync'](this[_0x2d7a92(0xca)],_0x297e39);}static async['finalizePerfMeasures'](){const _0x1c7e18=a154_0x608d73,_0x1f38bf={'vLOTC':function(_0x3eb885){return _0x3eb885();},'JbllC':function(_0x4990d8,_0x507eb3){return _0x4990d8===_0x507eb3;},'iIkus':'key-metrics.json','fGdbL':_0x1c7e18(0xac),'iEyud':_0x1c7e18(0xb8),'QMsvY':function(_0x252a2c,_0x3b904c){return _0x252a2c+_0x3b904c;},'OTbMv':'Error\x20processing\x20key-metrics.json:\x20%s','Hhfyr':_0x1c7e18(0x99),'oAZwF':_0x1c7e18(0xe0),'kQRZF':function(_0xffd420,_0x27348b){return _0xffd420>_0x27348b;}};this[_0x1c7e18(0x11e)]=path[_0x1c7e18(0xaf)](_0x1f38bf['vLOTC'](getLogDir),this['jsonReportDirName']);if(!this[_0x1c7e18(0x90)]||_0x1f38bf[_0x1c7e18(0xea)](this[_0x1c7e18(0xf4)][_0x1c7e18(0xe8)],0x0))return[];if(!fs[_0x1c7e18(0x79)](this[_0x1c7e18(0x11e)]))return this[_0x1c7e18(0xf4)];const _0x2d4ddb=(await fsPromise[_0x1c7e18(0xa9)](this[_0x1c7e18(0x11e)]))[_0x1c7e18(0x100)](_0x42774f=>path['resolve'](this[_0x1c7e18(0x11e)],_0x42774f));try{const _0x6fdcbb=path['dirname'](this[_0x1c7e18(0x11e)]),_0x9385d9=path[_0x1c7e18(0xaf)](_0x6fdcbb,_0x1f38bf[_0x1c7e18(0x83)]);if(fs[_0x1c7e18(0x79)](_0x9385d9))try{await fsPromise[_0x1c7e18(0xae)](_0x9385d9,fs[_0x1c7e18(0xfc)][_0x1c7e18(0x8a)]);const _0x3ea758=await fsPromise[_0x1c7e18(0x105)](_0x9385d9,_0x1f38bf['fGdbL']),_0x314420=JSON[_0x1c7e18(0x94)](_0x3ea758),_0x1d6447=path[_0x1c7e18(0xaf)](this['jsonReportDirPath'],_0x1f38bf[_0x1c7e18(0xd2)]);let _0x3dcd3f='';Array[_0x1c7e18(0xd3)](_0x314420)?_0x3dcd3f=_0x1f38bf['QMsvY'](_0x314420[_0x1c7e18(0x100)](_0xfe33db=>JSON['stringify'](_0xfe33db))[_0x1c7e18(0xaf)](','),','):_0x3dcd3f=_0x1f38bf[_0x1c7e18(0x10b)](JSON['stringify'](_0x314420),','),await fsPromise[_0x1c7e18(0xaa)](_0x1d6447,_0x3dcd3f),_0x2d4ddb['push'](_0x1d6447),await fsPromise['unlink'](_0x9385d9);}catch(_0x58fdff){logger[_0x1c7e18(0x109)](util[_0x1c7e18(0x10c)](_0x1f38bf['OTbMv'],_0x58fdff[_0x1c7e18(0x9c)]||_0x58fdff[_0x1c7e18(0xc4)]||_0x58fdff));}else logger['info'](_0x1f38bf[_0x1c7e18(0x95)]);}catch(_0x1acbac){logger[_0x1c7e18(0x109)](util[_0x1c7e18(0x10c)](_0x1f38bf['oAZwF'],_0x1acbac['stack']||_0x1acbac['message']||_0x1acbac));}let _0x32b945=(await Promise['all'](_0x2d4ddb[_0x1c7e18(0x100)](_0x3e4537=>fsPromise[_0x1c7e18(0x105)](_0x3e4537,_0x1c7e18(0xac)))))[_0x1c7e18(0x100)](_0x563bee=>'['+_0x563bee[_0x1c7e18(0x115)](0x0,-0x1)+']')['map'](_0x3b50f1=>JSON[_0x1c7e18(0x94)](_0x3b50f1))[_0x1c7e18(0xfa)]();return _0x1f38bf[_0x1c7e18(0x12a)](this[_0x1c7e18(0xf4)][_0x1c7e18(0xe8)],0x0)&&(_0x32b945=_0x32b945[_0x1c7e18(0x101)](this[_0x1c7e18(0x108)]())),this['_observer'][_0x1c7e18(0x12b)](),_0x32b945;}static['pushErrors'](){const _0x32a8dc=a154_0x608d73,_0x5513ec={};_0x5513ec[_0x32a8dc(0x86)]=function(_0x1593de,_0x384f6c){return _0x1593de===_0x384f6c;},_0x5513ec[_0x32a8dc(0xdd)]=function(_0x4a9ffc,_0x2a8e87){return _0x4a9ffc+_0x2a8e87;};const _0x1c4e44=_0x5513ec;if(_0x1c4e44[_0x32a8dc(0x86)](this['_errorEvents'][_0x32a8dc(0xe8)],0x0))return;const _0x54342d=JSON[_0x32a8dc(0xcf)](this[_0x32a8dc(0xb7)]),_0x17ae4e=_0x1c4e44['yFArj'](_0x54342d[_0x32a8dc(0x115)](0x1,-0x1),',');fs[_0x32a8dc(0x102)](this[_0x32a8dc(0x87)],_0x17ae4e);}static[a154_0x608d73(0x117)](){const _0x4533c1=a154_0x608d73,_0x2cef5a={};_0x2cef5a[_0x4533c1(0x127)]=function(_0x4fdb36,_0x352f18){return _0x4fdb36>_0x352f18;};const _0x52f935=_0x2cef5a;if(this[_0x4533c1(0xe2)]){if(!fs[_0x4533c1(0x79)](this[_0x4533c1(0xe2)]))return this['_errorEvents'];let _0x432670=fs['readFileSync'](this[_0x4533c1(0xe2)])[_0x4533c1(0xc1)]();_0x432670='['+_0x432670['slice'](0x0,-0x1)+']';let _0x3f0ec=JSON['parse'](_0x432670);return _0x52f935[_0x4533c1(0x127)](this[_0x4533c1(0xb7)]['length'],0x0)&&(_0x3f0ec=_0x3f0ec[_0x4533c1(0x101)](this[_0x4533c1(0xb7)])),fs[_0x4533c1(0x112)](this['errorReportFileName']),_0x3f0ec;}}static[a154_0x608d73(0xe7)](_0x43f509){const _0x4e216c=a154_0x608d73;if(!this[_0x4e216c(0xfb)]())return;this[_0x4e216c(0xb7)][_0x4e216c(0x8b)]({'message':_0x43f509[_0x4e216c(0xc4)],'trace':_0x43f509[_0x4e216c(0x9c)],'code':_0x43f509['code']||null,'time':new Date()});}static['stopMonitoring'](){const _0x49dd3c=a154_0x608d73;try{if(!this[_0x49dd3c(0xfb)]())return;this[_0x49dd3c(0xef)][_0x49dd3c(0x12b)](),this['pushPerfMeasures'](),this[_0x49dd3c(0x10e)]();}catch(_0x3d8206){logger[_0x49dd3c(0xf8)]('Error\x20stopping\x20monitoring\x20'+util['format'](_0x3d8206));}}static async['finalize'](){const _0x1a0ca8=a154_0x608d73,_0x572e83={'QfKnB':function(_0x657bdd,_0x2836f5){return _0x657bdd(_0x2836f5);}};await _0x572e83[_0x1a0ca8(0xfd)](sleep,0x1e);const _0x1e2177=await this[_0x1a0ca8(0x7b)](),_0x168a9c=this[_0x1a0ca8(0x117)]();if(!this[_0x1a0ca8(0xfb)]()){const _0x5c4887={};return _0x5c4887[_0x1a0ca8(0x128)]=[],_0x5c4887[_0x1a0ca8(0x92)]=[],_0x5c4887;}const _0xa40b1c={};return _0xa40b1c[_0x1a0ca8(0x128)]=_0x1e2177,_0xa40b1c['errors']=_0x168a9c,_0xa40b1c;}static[a154_0x608d73(0xcc)](_0x2b4dff){const _0x3e3071=a154_0x608d73,_0x9373d={};_0x9373d[_0x3e3071(0x9d)]=function(_0x5aa53b,_0x476ab5){return _0x5aa53b+_0x476ab5;},_0x9373d[_0x3e3071(0x8e)]='-start';const _0x2fc08c=_0x9373d,_0x3151fe=_0x2fc08c[_0x3e3071(0x9d)](_0x2b4dff,_0x2fc08c['cxZmJ']);if(this[_0x3e3071(0xc2)][_0x3151fe])return;performance[_0x3e3071(0x7a)](_0x3151fe),this[_0x3e3071(0xc2)][_0x3151fe]=0x1;}static[a154_0x608d73(0xba)](_0x4e0310,_0x472c77=!![],_0x52786f=null,_0x938055={}){const _0x1a27f1=a154_0x608d73,_0x616e91={'tqjTL':_0x1a27f1(0xe9),'oysxe':function(_0x1879cf,_0x37543d){return _0x1879cf+_0x37543d;},'tvmyN':_0x1a27f1(0x11f),'njXLG':function(_0x4cc133,_0x5c42fa){return _0x4cc133+_0x5c42fa;},'TxUmO':_0x1a27f1(0xe6),'NwicI':function(_0x50d0a2,_0x336d41){return _0x50d0a2+_0x336d41;},'DouPG':function(_0x3b8d7a,_0x5c5d70){return _0x3b8d7a+_0x5c5d70;},'SZrQo':function(_0x3e00ea){return _0x3e00ea();}},_0x5484f4=_0x616e91['tqjTL'][_0x1a27f1(0x7e)]('|');let _0x3f106f=0x0;while(!![]){switch(_0x5484f4[_0x3f106f++]){case'0':this[_0x1a27f1(0xc2)][_0x616e91[_0x1a27f1(0xbd)](_0x4e0310,_0x616e91[_0x1a27f1(0x106)])]&&performance[_0x1a27f1(0xbb)](_0x4e0310,_0x616e91[_0x1a27f1(0xbd)](_0x4e0310,_0x616e91[_0x1a27f1(0x106)]),_0x616e91[_0x1a27f1(0x107)](_0x4e0310,_0x616e91[_0x1a27f1(0x9a)]));continue;case'1':delete this[_0x1a27f1(0xc2)][_0x616e91['oysxe'](_0x4e0310,_0x616e91[_0x1a27f1(0x106)])];continue;case'2':if(!this[_0x1a27f1(0xc2)][_0x616e91[_0x1a27f1(0xc5)](_0x4e0310,_0x616e91[_0x1a27f1(0x106)])])return;continue;case'3':performance[_0x1a27f1(0x7a)](_0x616e91[_0x1a27f1(0xdc)](_0x4e0310,_0x616e91['TxUmO']));continue;case'4':const _0x5b91e3={};_0x5b91e3['success']=_0x472c77,_0x5b91e3[_0x1a27f1(0x125)]=_0x52786f,this[_0x1a27f1(0xc0)][_0x4e0310]=Object[_0x1a27f1(0x93)](_0x5b91e3,Object[_0x1a27f1(0x93)](Object[_0x1a27f1(0x93)]({'worker':_0x616e91[_0x1a27f1(0xcb)](getProcessId),'platform':global[_0x1a27f1(0xf0)]&&global['__platformCaps']['index'],'testName':_0x616e91[_0x1a27f1(0xcb)](getTestName)},_0x938055),this['details'][_0x4e0310]||{}));continue;}break;}}}function a154_0x332c(){const _0x1e050d=['Error\x20in\x20doing\x20csv\x20operations:\x20','uVhuT','CwiGc','mkdirSync','DOPRi','jsonReportDirPath','-start','QxtpS','writeFileSync','xJmQP','_events','xAsfK','failure','entryTypes','hvXYA','measures','toJSON','kQRZF','disconnect','existsSync','mark','finalizePerfMeasures','25148BNZNXi','1203972gJWhJY','split','performance-report','rvPLP','5126832Nqnlzw','8IRLMhd','iIkus','TYhgu','calculateTimesFromMultipleFiles','guDyT','errorFile','LWxbk','entries','F_OK','push','name','iuIcS','cxZmJ','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','started','getEventsFromJSON','errors','assign','parse','Hhfyr','BROWSERSTACK_SDK_INSTRUMENTATION','10IAkeBH','AmjTA','key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','TxUmO','performance-own.html','stack','WGNKT','Error\x20while\x20removing\x20files:\x20','SUXhG','errorReportDirName','catch','reduce','browserStackCwd','Performance\x20report\x20is\x20at\x20','match','getEntries','observe','vpuFm','readdir','writeFile','meta','utf-8','path','access','join','readdirSync','RHGuN','index','pushPerfMeasures','cwd','forEach','Time\x20for\x20','_errorEvents','modified-key-metrics.json','getPerformance','end','measure','GOemL','oysxe','voaTG','pRqFh','details','toString','eventsMap','then','message','NwicI','<h1>Performance\x20Report</h1>','pmeCL','buffered','util','jsonReportFileName','SZrQo','start','tPQYs','readFileSync','stringify','fs/promises','perf_hooks','iEyud','isArray','EyFQV','RzETh','calculateTimeFromEvents','30uITqAt','Error\x20in\x20writing\x20html\x20','iQVyv','exports','false','DouPG','yFArj','PPNHq','duration','Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','aEZlj','errorReportFileName','env','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','7svPxWO','-end','captureError','length','2|3|0|1|4','JbllC','/performance-report-','apply','1028900MaVqzu','generateJSON','_observer','__platformCaps','dELBI','generateHTMLReport','.json','_measureEvents','/error-report-','worker','jsonReportDirName','debug','4002UvTZxx','flat','isEnabled','constants','QfKnB','function','error-report','map','concat','appendFileSync','3703249ZNrTvi','startMonitoring','readFile','tvmyN','njXLG','getCleanedPerfEvents','info','platform','QMsvY','format','testName','pushErrors','AlfHS','tKmFL','winstonLogger','unlinkSync','29176uHYhIy','hTdiX','slice','measureWrapper','finalizeErrors','../logger'];a154_0x332c=function(){return _0x1e050d;};return a154_0x332c();}module[a154_0x608d73(0xda)]=PerformanceTester;
@@ -1 +1 @@
1
- const a155_0x398525=a155_0x2e57;function a155_0x2e57(_0x383984,_0x5d463a){const _0x4e9d4f=a155_0x4e9d();return a155_0x2e57=function(_0x2e57d3,_0xae3153){_0x2e57d3=_0x2e57d3-0x136;let _0x3d74b4=_0x4e9d4f[_0x2e57d3];return _0x3d74b4;},a155_0x2e57(_0x383984,_0x5d463a);}(function(_0x1f448b,_0x2e4995){const _0x4b4014=a155_0x2e57,_0x1e5e3e=_0x1f448b();while(!![]){try{const _0x34eed1=parseInt(_0x4b4014(0x191))/0x1+parseInt(_0x4b4014(0x1cf))/0x2*(-parseInt(_0x4b4014(0x147))/0x3)+-parseInt(_0x4b4014(0x1a2))/0x4+parseInt(_0x4b4014(0x1a7))/0x5*(parseInt(_0x4b4014(0x186))/0x6)+-parseInt(_0x4b4014(0x1ce))/0x7+-parseInt(_0x4b4014(0x159))/0x8*(parseInt(_0x4b4014(0x156))/0x9)+-parseInt(_0x4b4014(0x136))/0xa*(-parseInt(_0x4b4014(0x1e0))/0xb);if(_0x34eed1===_0x2e4995)break;else _0x1e5e3e['push'](_0x1e5e3e['shift']());}catch(_0x5ab0f6){_0x1e5e3e['push'](_0x1e5e3e['shift']());}}}(a155_0x4e9d,0xd080e));const util=require(a155_0x398525(0x153)),{importFileFromPWCore}=require(a155_0x398525(0x175)),helper=require(a155_0x398525(0x175)),logger=require(a155_0x398525(0x148))[a155_0x398525(0x1a8)],W3CMapping=require(a155_0x398525(0x1be))['W3CMapping'](),constants=require('../bin/utils/constants'),BrowserstackCLI=require(a155_0x398525(0x14c)),CLIUtils=require(a155_0x398525(0x1d0));let GrpcClient;try{GrpcClient=require(a155_0x398525(0x169));}catch(a155_0x5be7e7){logger[a155_0x398525(0x197)](a155_0x398525(0x1d2)+a155_0x5be7e7[a155_0x398525(0x1dd)]),GrpcClient=null;}function a155_0x4e9d(){const _0x2b0dbd=['playwrightConfigObject','\x20failed\x20(','../bin/v2/browserstackCLI','Detected\x20Playwright\x20version\x20','entries','WYZPN','),\x20retrying\x20in\x20','rFKvF','browserstack.testhubBuildUuid','util','__platformCaps','icLhY','9XJFPoO','Socket\x20idle\x20from\x20a\x20long\x20time','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','9046472OYmKDM','chromium','hShtQ','IrlKY','xyMyW','mbxzz','[Playwright]\x20connect\x20gave\x20up\x20after\x20','XgdJK','uCvzX','rAAWI','__accessibilityOptions','./testhub/utils','getConfig','xVKnJ','tuadc','env','../bin/v2/grpcClient','capabilities','[Playwright]\x20connect\x20attempt\x20','PzwgU','.\x20Session\x20may\x20be\x20reported\x20unlinked\x20(device\x20name\x20missing\x20on\x20dashboard).','firefox','XDNlW','SDK-5318:\x20getBundledConnectionClass\x20called\x20before\x20_connection\x20populated;\x20returning\x20null','browserstack.accessibilityOptions.wcagVersion','pFQwl','KZSzd','Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw','./helper','QiXrT','_connection','ViBFz','hTBIG','[A11Y]\x20connectOverCDP\x20gave\x20up\x20after\x20','connectOverCDP:\x20CDPSession','getBundledConnectionClass','warn','browser','resolveBrowserTypeClass','FhwQY','GvgrL','toLowerCase','format','setFrameworkDetail','FsWWA','23910giuLpR','BS_A11Y_JWT','ECONNRESET','VnrtA','WebSocket\x20error','connectWithRetry','exports','config','FRAMEWORKS','cliConfig','error','685389usvmfl','chrome','No\x20modified\x20config\x20received\x20from\x20gRPC','tXdxu','platformCaps','browserstack.accessibilityOptions.scannerVersion','debug','parse','browserstack.buildProductMap','getPlaywrightConfig','BmHOq','jsKbb','browserstack.accessibility','length','ECONNREFUSED','aXUgm','convertW3CToJsonWire','3544920yjHozj','generatePlaywrightUrl','Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed','setBrowserstackConfig','\x20attempts\x20—\x20surfacing\x20error:\x20','445gxRMpl','winstonLogger','Error\x20getting\x20Playwright\x20BrowserType:\x20','getPlaywrightUrl','Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','vydMm','ljxJw','iipbe','xWrvi','eDJPb','connectOverCDP','getPlaywrightModulePath','UbCDi','WpXlz','PsHbM','getPlaywrightBrowserType','includes','eqLmD','Unable\x20to\x20get\x20the\x20websocket\x20connection','XNBjG','getInstance','gjpXQ','anSrS','./w3cMapping','TfFLI','PLAYWRIGHT','SDK-5318:\x20getBundledConnectionClass\x20walk\x20failed:\x20','getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','constructor','BROWSERSTACK_TESTHUB_UUID','Playwright\x20not\x20available:\x20','getPWCorePath','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','Timeout','projects','qLtbF','stringify','adiRs','2821602asDWHA','794396wAGqCM','../bin/v2/cliUtils','GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request','Could\x20not\x20import\x20GrpcClient:\x20','PAXTj','yOYkJ','gjOBT','HtnHH','isArray','\x20flow','QCmuV','cucumberjs-pw','aKsvn','VaAqd','message','configPath','WjdvW','11CXjaPh','__launchCaps','browserstack.accessibilityOptions.scannerProcessingTimeout','cQZHg','38228930BtgeBy','FsDMK','No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response','IZcMy','OXOoI','UHUyy','use','getBuildProductMap','gmSXc','Received\x20modified\x20config\x20from\x20gRPC:\x20','lJRXD','pBrNM','ggFdJ','getBrowserTypePath','connectOverCDPWithRetry','apply','checkPwandBootstrapCli','12fbSFsr','./logger','[A11Y]\x20connectOverCDP\x20attempt\x20'];a155_0x4e9d=function(){return _0x2b0dbd;};return a155_0x4e9d();}const convertW3CToJsonWire=_0x167e64=>{const _0x1f86fb=a155_0x398525,_0x398d2e={};_0x398d2e[_0x1f86fb(0x1bd)]=function(_0xd25a8,_0x39ee64){return _0xd25a8||_0x39ee64;},_0x398d2e[_0x1f86fb(0x13e)]=function(_0x4f4d89,_0x109887){return _0x4f4d89===_0x109887;},_0x398d2e[_0x1f86fb(0x185)]='bstack:options',_0x398d2e[_0x1f86fb(0x1db)]=function(_0x163300,_0x38045f){return _0x163300===_0x38045f;},_0x398d2e[_0x1f86fb(0x15e)]=function(_0xa1db40,_0x43b508){return _0xa1db40===_0x43b508;},_0x398d2e[_0x1f86fb(0x176)]=function(_0x29a423,_0x74cafa){return _0x29a423 in _0x74cafa;};const _0x4b2a4e=_0x398d2e,_0x1cc4d4={};for(const [_0x1b85cf,_0x51b7b5]of Object[_0x1f86fb(0x14e)](_0x4b2a4e[_0x1f86fb(0x1bd)](_0x167e64,{}))){if(_0x4b2a4e['gmSXc'](_0x1b85cf,_0x4b2a4e[_0x1f86fb(0x185)]))continue;let _0x34c499=![];for(const [_0xb159d7,_0x3d7b0f]of Object['entries'](W3CMapping)){if(_0x4b2a4e['aKsvn'](_0x1b85cf,_0x3d7b0f)){_0x1cc4d4[_0xb159d7]=_0x51b7b5,_0x34c499=!![];break;}}!_0x34c499&&(_0x1cc4d4[_0x1b85cf]=_0x51b7b5);}const _0x4f9a20=_0x167e64[_0x4b2a4e[_0x1f86fb(0x185)]]||{};for(const [_0xf620d8,_0x554915]of Object['entries'](_0x4f9a20)){let _0x410a8e=![];for(const [_0x439bf5,_0x1461cb]of Object[_0x1f86fb(0x14e)](W3CMapping)){if(_0x4b2a4e[_0x1f86fb(0x15e)](_0xf620d8,_0x1461cb)){_0x1cc4d4[_0x439bf5]=_0x554915,_0x410a8e=!![];break;}}!_0x410a8e&&!_0x4b2a4e[_0x1f86fb(0x176)](_0xf620d8,_0x1cc4d4)&&(_0x1cc4d4[_0xf620d8]=_0x554915);}return logger[_0x1f86fb(0x197)](_0x1f86fb(0x1ab)+JSON[_0x1f86fb(0x1cc)](_0x1cc4d4)),_0x1cc4d4;},getModifiedConfigFromCLI=async _0x3a6879=>{const _0x491cbb=a155_0x398525,_0x8b71f2={};_0x8b71f2[_0x491cbb(0x1d6)]=_0x491cbb(0x1d1),_0x8b71f2['FhwQY']=_0x491cbb(0x1da),_0x8b71f2[_0x491cbb(0x13a)]=_0x491cbb(0x174),_0x8b71f2[_0x491cbb(0x140)]=_0x491cbb(0x193),_0x8b71f2[_0x491cbb(0x13b)]=function(_0x3423fc,_0x59285a){return _0x3423fc>_0x59285a;},_0x8b71f2[_0x491cbb(0x172)]=function(_0x44868f,_0x232590){return _0x44868f>_0x232590;},_0x8b71f2[_0x491cbb(0x137)]=_0x491cbb(0x138);const _0x3de67d=_0x8b71f2;try{if(!GrpcClient)return logger[_0x491cbb(0x197)](_0x3de67d[_0x491cbb(0x1d6)]),null;const _0x3e47be={};_0x3e47be[_0x491cbb(0x16a)]=_0x3a6879,_0x3e47be['framework']=_0x3de67d[_0x491cbb(0x180)],_0x3e47be['workers']=0x1,_0x3e47be[_0x491cbb(0x1ca)]=[];const _0x190c25=_0x3e47be;logger[_0x491cbb(0x197)](_0x3de67d[_0x491cbb(0x13a)]);const _0x1d1439={};_0x1d1439[_0x491cbb(0x14a)]=_0x190c25;const _0x43390d=await GrpcClient[_0x491cbb(0x1bb)]()[_0x491cbb(0x19a)](_0x1d1439);if(!_0x43390d[_0x491cbb(0x165)]())return logger['debug'](_0x3de67d[_0x491cbb(0x140)]),null;const _0x218a9c=JSON[_0x491cbb(0x198)](_0x43390d[_0x491cbb(0x165)]());logger[_0x491cbb(0x197)](_0x491cbb(0x13f)+JSON['stringify'](_0x218a9c));if(_0x218a9c[_0x491cbb(0x16a)]&&Array[_0x491cbb(0x1d7)](_0x218a9c[_0x491cbb(0x16a)])&&_0x3de67d[_0x491cbb(0x13b)](_0x218a9c[_0x491cbb(0x16a)][_0x491cbb(0x19e)],0x0))return _0x218a9c[_0x491cbb(0x16a)][0x0];else{if(_0x218a9c[_0x491cbb(0x1ca)]&&Array['isArray'](_0x218a9c['projects'])&&_0x3de67d[_0x491cbb(0x172)](_0x218a9c[_0x491cbb(0x1ca)][_0x491cbb(0x19e)],0x0)){const _0x35e047=_0x218a9c[_0x491cbb(0x1ca)][0x0];if(_0x35e047[_0x491cbb(0x13c)]&&_0x35e047[_0x491cbb(0x13c)][_0x491cbb(0x195)])return _0x35e047['use']['platformCaps'];}}return logger[_0x491cbb(0x197)](_0x3de67d['FsDMK']),null;}catch(_0x1f25d0){logger[_0x491cbb(0x190)](_0x491cbb(0x1c8)+_0x1f25d0[_0x491cbb(0x1dd)]);throw _0x1f25d0;}},generatePlaywrightUrl=(_0x2fa11f,_0x2a31ae)=>{const _0x28f710=a155_0x398525,_0x41485f={'tXdxu':function(_0x507a87,_0x5df79c){return _0x507a87!==_0x5df79c;},'WYZPN':function(_0x10ebf9,_0x28479f){return _0x10ebf9!==_0x28479f;},'LEqKi':function(_0x6bd884,_0x479999){return _0x6bd884!==_0x479999;},'FtTDZ':function(_0x448cd4,_0x3606d2){return _0x448cd4!==_0x3606d2;},'hShtQ':function(_0x53a715,_0x24dfe8){return _0x53a715(_0x24dfe8);},'cQZHg':function(_0x5e58ae,_0x1f03eb){return _0x5e58ae||_0x1f03eb;},'xyMyW':function(_0x145f31,_0x4dc8b1){return _0x145f31(_0x4dc8b1);},'PAXTj':_0x28f710(0x19d),'XgdJK':function(_0x27b2d4,_0x20036c){return _0x27b2d4(_0x20036c);},'rFKvF':'browserstack.accessibilityOptions.authToken','gjpXQ':function(_0x1dae4f,_0x2dccb1){return _0x1dae4f(_0x2dccb1);},'ViBFz':_0x28f710(0x171),'eqLmD':function(_0x51a309,_0x2d006f){return _0x51a309(_0x2d006f);},'BmHOq':_0x28f710(0x196),'HOrWn':function(_0x545246,_0x538ae4){return _0x545246(_0x538ae4);},'xVKnJ':_0x28f710(0x1e2),'ljxJw':function(_0xf9070a,_0x9ab036){return _0xf9070a===_0x9ab036;},'VnrtA':function(_0x281e88,_0x22d625){return _0x281e88===_0x22d625;},'QshVF':'true','yMrCV':_0x28f710(0x152),'IZcMy':_0x28f710(0x199),'XNBjG':function(_0x55bbfe,_0x45dc7d){return _0x55bbfe+_0x45dc7d;}},_0x23e30b=helper[_0x28f710(0x1aa)](_0x2fa11f),_0xf09949=_0x41485f[_0x28f710(0x15b)](convertW3CToJsonWire,_0x2a31ae);try{const _0x2122fe=[_0x41485f[_0x28f710(0x1e3)](_0x2a31ae,{}),global[_0x28f710(0x1e1)]||{},global[_0x28f710(0x154)]||{},global[_0x28f710(0x163)]||{}],_0x56921e=_0x463a5c=>{const _0x771ece=_0x28f710;if(_0x41485f[_0x771ece(0x194)](_0xf09949[_0x463a5c],undefined)&&_0x41485f[_0x771ece(0x194)](_0xf09949[_0x463a5c],null)&&_0x41485f[_0x771ece(0x14f)](_0xf09949[_0x463a5c],''))return;for(const _0x43f66d of _0x2122fe){if(_0x43f66d&&_0x41485f['tXdxu'](_0x43f66d[_0x463a5c],undefined)&&_0x41485f['LEqKi'](_0x43f66d[_0x463a5c],null)&&_0x41485f['FtTDZ'](_0x43f66d[_0x463a5c],'')){_0xf09949[_0x463a5c]=_0x43f66d[_0x463a5c];return;}}};_0x41485f[_0x28f710(0x15d)](_0x56921e,_0x41485f['PAXTj']),_0x41485f[_0x28f710(0x160)](_0x56921e,_0x41485f[_0x28f710(0x151)]),_0x41485f[_0x28f710(0x1bc)](_0x56921e,_0x41485f[_0x28f710(0x178)]),_0x41485f[_0x28f710(0x1b8)](_0x56921e,_0x41485f[_0x28f710(0x19b)]),_0x41485f['HOrWn'](_0x56921e,_0x41485f[_0x28f710(0x166)]),!_0xf09949[_0x41485f[_0x28f710(0x151)]]&&process[_0x28f710(0x168)][_0x28f710(0x187)]&&(_0xf09949[_0x41485f[_0x28f710(0x151)]]=process[_0x28f710(0x168)][_0x28f710(0x187)]),_0x41485f[_0x28f710(0x1ad)](_0xf09949[_0x41485f['PAXTj']],undefined)&&process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']&&_0x41485f[_0x28f710(0x189)](_0x41485f['XgdJK'](String,process[_0x28f710(0x168)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])[_0x28f710(0x182)](),_0x41485f['QshVF'])&&(_0xf09949[_0x41485f[_0x28f710(0x1d3)]]=!![]);}catch(_0x50e6d2){logger['debug'](_0x28f710(0x1c7)+util[_0x28f710(0x183)](_0x50e6d2));}return _0xf09949[_0x41485f['yMrCV']]=process[_0x28f710(0x168)][_0x28f710(0x1c4)],_0xf09949[_0x41485f[_0x28f710(0x139)]]=helper[_0x28f710(0x13d)](),_0x41485f[_0x28f710(0x1ba)](_0x23e30b,_0x41485f[_0x28f710(0x160)](encodeURIComponent,JSON['stringify'](_0xf09949)));},getBrowserFromCaps=_0x127db1=>{const _0x1512c6=a155_0x398525,_0x4c9f9f={};_0x4c9f9f[_0x1512c6(0x19c)]=_0x1512c6(0x192);const _0x10f6fa=_0x4c9f9f;return _0x127db1['browserName']||_0x127db1[_0x1512c6(0x17e)]||_0x10f6fa[_0x1512c6(0x19c)];},getBundledConnectionClass=()=>{const _0x410ee9=a155_0x398525,_0xaf6036={};_0xaf6036[_0x410ee9(0x1d4)]=_0x410ee9(0x170);const _0xfa86b0=_0xaf6036;try{const _0x4b04d0=helper[_0x410ee9(0x1c6)]();if(!_0x4b04d0)return null;const _0x50e384=helper['requirePWModule'](_0x4b04d0),_0x13d6b9=_0x50e384&&(_0x50e384[_0x410ee9(0x15a)]||_0x50e384[_0x410ee9(0x16e)]||_0x50e384['webkit']);if(!_0x13d6b9)return null;if(!_0x13d6b9[_0x410ee9(0x177)])return logger[_0x410ee9(0x197)](_0xfa86b0[_0x410ee9(0x1d4)]),null;if(!_0x13d6b9['_connection'][_0x410ee9(0x1c3)])return null;return _0x13d6b9[_0x410ee9(0x177)]['constructor'];}catch(_0x1a1b2f){return logger[_0x410ee9(0x197)](_0x410ee9(0x1c1)+util[_0x410ee9(0x183)](_0x1a1b2f)),null;}},isPlaywrightAvailable=()=>{const _0x4543b7=a155_0x398525;try{return!!helper['resolveBrowserTypeClass']();}catch(_0x3f3495){return logger[_0x4543b7(0x197)](_0x4543b7(0x1c5)+util[_0x4543b7(0x183)](_0x3f3495)),![];}},getPlaywrightBrowserType=()=>{const _0x3f3ae5=a155_0x398525;try{return helper[_0x3f3ae5(0x17f)]();}catch(_0x2d3f39){return logger[_0x3f3ae5(0x197)](_0x3f3ae5(0x1a9)+util[_0x3f3ae5(0x183)](_0x2d3f39)),null;}},getPlaywrightModulePath=()=>{const _0x5b3017=a155_0x398525,_0x33d519={};_0x33d519[_0x5b3017(0x16f)]=_0x5b3017(0x158);const _0x91975f=_0x33d519;return logger[_0x5b3017(0x197)](_0x91975f[_0x5b3017(0x16f)]),null;},getBrowserTypePath=()=>{const _0x3b5d43=a155_0x398525,_0x36dd3b={};_0x36dd3b[_0x3b5d43(0x1ae)]=_0x3b5d43(0x1c2);const _0x5dc075=_0x36dd3b;return logger[_0x3b5d43(0x197)](_0x5dc075[_0x3b5d43(0x1ae)]),null;},checkPwandBootstrapCli=async(_0x1aba0f,_0x4d0e15,_0x105cab)=>{const _0x108427=a155_0x398525,_0x2902cf={'pBrNM':function(_0x5c4ecb,_0x1f70dd){return _0x5c4ecb(_0x1f70dd);},'VaAqd':_0x108427(0x164)};if(_0x1aba0f){const _0x24de70=constants[_0x108427(0x18e)][_0x108427(0x1c0)];logger[_0x108427(0x197)](_0x108427(0x14d)+_0x1aba0f+'\x20for\x20'+_0x4d0e15+_0x108427(0x1d8)),CLIUtils[_0x108427(0x184)](_0x4d0e15,_0x24de70);const {getProductMap:_0x2efddb}=_0x2902cf[_0x108427(0x141)](require,_0x2902cf[_0x108427(0x1dc)]);process['env']['BROWSERSTACK_PRODUCT_MAP']=JSON[_0x108427(0x1cc)](_0x2902cf[_0x108427(0x141)](_0x2efddb,_0x105cab['config'])),BrowserstackCLI['getInstance']()[_0x108427(0x1a5)](_0x105cab[_0x108427(0x18d)],_0x105cab[_0x108427(0x1de)],_0x105cab[_0x108427(0x18f)]),await BrowserstackCLI[_0x108427(0x1bb)]()['bootstrap']();}},connectOverCDPWithRetry=async(_0x596396,_0x2f9121,_0x251d81,_0x45b03a=0x3,_0x518791=0x1f4)=>{const _0x37c581=a155_0x398525,_0x5a1951={};_0x5a1951[_0x37c581(0x1d5)]=function(_0x249e79,_0x3cb238){return _0x249e79<=_0x3cb238;},_0x5a1951[_0x37c581(0x1bf)]=_0x37c581(0x1a4),_0x5a1951[_0x37c581(0x1b3)]=_0x37c581(0x1c9),_0x5a1951[_0x37c581(0x16c)]=_0x37c581(0x18a),_0x5a1951[_0x37c581(0x15c)]=_0x37c581(0x17b),_0x5a1951[_0x37c581(0x1af)]=_0x37c581(0x188),_0x5a1951[_0x37c581(0x1cd)]=_0x37c581(0x19f),_0x5a1951[_0x37c581(0x1b5)]=function(_0x543957,_0x5a92fc){return _0x543957===_0x5a92fc;},_0x5a1951[_0x37c581(0x167)]=function(_0x20271a,_0x4519f8){return _0x20271a+_0x4519f8;},_0x5a1951[_0x37c581(0x173)]=function(_0x116f75,_0x19c196){return _0x116f75*_0x19c196;},_0x5a1951[_0x37c581(0x142)]=function(_0x5aba5b,_0x362ccd){return _0x5aba5b+_0x362ccd;};const _0x542cff=_0x5a1951;let _0x7c6276;for(let _0x1a0d34=0x0;_0x542cff['gjOBT'](_0x1a0d34,_0x45b03a);_0x1a0d34++){try{return await _0x596396[_0x37c581(0x1b1)][_0x37c581(0x145)](_0x2f9121,_0x251d81);}catch(_0xd69dff){_0x7c6276=_0xd69dff;const _0x4709e5=_0xd69dff&&_0xd69dff[_0x37c581(0x1dd)]||'',_0x9fb88=_0x4709e5[_0x37c581(0x1b7)](_0x542cff[_0x37c581(0x1bf)])||_0x4709e5['includes'](_0x542cff[_0x37c581(0x1b3)])||_0x4709e5[_0x37c581(0x1b7)](_0x542cff[_0x37c581(0x16c)])||_0x4709e5[_0x37c581(0x1b7)](_0x542cff['IrlKY'])||_0x4709e5[_0x37c581(0x1b7)](_0x542cff['xWrvi'])||_0x4709e5[_0x37c581(0x1b7)](_0x542cff[_0x37c581(0x1cd)]);if(!_0x9fb88||_0x542cff[_0x37c581(0x1b5)](_0x1a0d34,_0x45b03a)){_0x9fb88&&logger['warn'](_0x37c581(0x17a)+_0x542cff[_0x37c581(0x167)](_0x1a0d34,0x1)+_0x37c581(0x1a6)+_0x4709e5);throw _0xd69dff;}const _0x4cec38=_0x542cff[_0x37c581(0x173)](_0x518791,_0x542cff[_0x37c581(0x167)](_0x1a0d34,0x1));logger[_0x37c581(0x17d)](_0x37c581(0x149)+_0x542cff[_0x37c581(0x142)](_0x1a0d34,0x1)+'/'+_0x542cff[_0x37c581(0x142)](_0x45b03a,0x1)+_0x37c581(0x14b)+_0x4709e5+_0x37c581(0x150)+_0x4cec38+'ms'),await new Promise(_0x5ced88=>setTimeout(_0x5ced88,_0x4cec38));}}throw _0x7c6276;},connectWithRetry=async(_0x3561e2,_0x156904,_0x463b76,_0x488ec0=0x3,_0x1323d9=0x3e8)=>{const _0x1d7f82=a155_0x398525,_0x57bbe7={};_0x57bbe7[_0x1d7f82(0x162)]=function(_0x46501c,_0x3c728e){return _0x46501c<=_0x3c728e;},_0x57bbe7[_0x1d7f82(0x1cb)]=_0x1d7f82(0x157),_0x57bbe7[_0x1d7f82(0x179)]=_0x1d7f82(0x1b9),_0x57bbe7[_0x1d7f82(0x181)]=_0x1d7f82(0x1a4),_0x57bbe7[_0x1d7f82(0x1b0)]='Timeout',_0x57bbe7[_0x1d7f82(0x161)]='WebSocket\x20error',_0x57bbe7[_0x1d7f82(0x1ac)]='ECONNRESET',_0x57bbe7['aXUgm']=_0x1d7f82(0x19f),_0x57bbe7[_0x1d7f82(0x1b4)]=function(_0x340e89,_0x411697){return _0x340e89===_0x411697;},_0x57bbe7['IDPMo']=function(_0x42fc65,_0x2b6105){return _0x42fc65+_0x2b6105;},_0x57bbe7['QCmuV']=function(_0xe975c5,_0x26e468){return _0xe975c5*_0x26e468;},_0x57bbe7[_0x1d7f82(0x155)]=function(_0x17516a,_0x2683b3){return _0x17516a+_0x2683b3;},_0x57bbe7['WjdvW']=function(_0x19f9ab,_0x5551bd){return _0x19f9ab+_0x5551bd;};const _0x2830bc=_0x57bbe7;let _0x28d9ad;for(let _0x2dfbab=0x0;_0x2830bc[_0x1d7f82(0x162)](_0x2dfbab,_0x488ec0);_0x2dfbab++){try{return await _0x3561e2[_0x1d7f82(0x145)](_0x156904,_0x463b76);}catch(_0x5bb8cb){_0x28d9ad=_0x5bb8cb;const _0x5bebaa=_0x5bb8cb&&_0x5bb8cb['message']||'',_0x486714=_0x5bebaa[_0x1d7f82(0x1b7)](_0x2830bc[_0x1d7f82(0x1cb)])||_0x5bebaa[_0x1d7f82(0x1b7)](_0x2830bc[_0x1d7f82(0x179)])||_0x5bebaa[_0x1d7f82(0x1b7)](_0x2830bc[_0x1d7f82(0x181)])||_0x5bebaa[_0x1d7f82(0x1b7)](_0x2830bc['eDJPb'])||_0x5bebaa[_0x1d7f82(0x1b7)](_0x2830bc[_0x1d7f82(0x161)])||_0x5bebaa[_0x1d7f82(0x1b7)](_0x2830bc[_0x1d7f82(0x1ac)])||_0x5bebaa[_0x1d7f82(0x1b7)](_0x2830bc[_0x1d7f82(0x1a0)]);if(!_0x486714||_0x2830bc[_0x1d7f82(0x1b4)](_0x2dfbab,_0x488ec0)){_0x486714&&logger['warn'](_0x1d7f82(0x15f)+_0x2830bc['IDPMo'](_0x2dfbab,0x1)+_0x1d7f82(0x1a6)+_0x5bebaa+_0x1d7f82(0x16d));throw _0x5bb8cb;}const _0x526331=_0x2830bc[_0x1d7f82(0x1d9)](_0x1323d9,_0x2830bc[_0x1d7f82(0x155)](_0x2dfbab,0x1));logger[_0x1d7f82(0x17d)](_0x1d7f82(0x16b)+_0x2830bc[_0x1d7f82(0x1df)](_0x2dfbab,0x1)+'/'+_0x2830bc[_0x1d7f82(0x1df)](_0x488ec0,0x1)+_0x1d7f82(0x14b)+_0x5bebaa+_0x1d7f82(0x150)+_0x526331+'ms'),await new Promise(_0x544567=>setTimeout(_0x544567,_0x526331));}}throw _0x28d9ad;},a155_0x2eb411={};a155_0x2eb411[a155_0x398525(0x1a1)]=convertW3CToJsonWire,a155_0x2eb411['getModifiedConfigFromCLI']=getModifiedConfigFromCLI,a155_0x2eb411[a155_0x398525(0x1a3)]=generatePlaywrightUrl,a155_0x2eb411['getBrowserFromCaps']=getBrowserFromCaps,a155_0x2eb411['isPlaywrightAvailable']=isPlaywrightAvailable,a155_0x2eb411[a155_0x398525(0x1b6)]=getPlaywrightBrowserType,a155_0x2eb411[a155_0x398525(0x1b2)]=getPlaywrightModulePath,a155_0x2eb411[a155_0x398525(0x143)]=getBrowserTypePath,a155_0x2eb411['importFileFromPWCore']=importFileFromPWCore,a155_0x2eb411[a155_0x398525(0x146)]=checkPwandBootstrapCli,a155_0x2eb411[a155_0x398525(0x144)]=connectOverCDPWithRetry,a155_0x2eb411[a155_0x398525(0x18b)]=connectWithRetry,a155_0x2eb411[a155_0x398525(0x17c)]=getBundledConnectionClass,module[a155_0x398525(0x18c)]=a155_0x2eb411;
1
+ const a155_0x4b9dd1=a155_0x2fcf;function a155_0x3355(){const _0x640ac7=['WkwhX','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','apply','YzDlv','61818GUEOgh','ZzYVh','getPlaywrightModulePath','getBrowserFromCaps','qIijJ','ICBJz','parse','resolveBrowserTypeClass','Unable\x20to\x20get\x20the\x20websocket\x20connection','enPWW','browserstack.accessibilityOptions.authToken','BROWSERSTACK_TESTHUB_UUID','debug','fkpmF','GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request','getConfig','91cFRBvy','GFaBE','browserName','SDK-5318:\x20getBundledConnectionClass\x20walk\x20failed:\x20','mFFca','krDjs','BROWSERSTACK_PRODUCT_MAP','cliConfig','checkPwandBootstrapCli','capabilities','No\x20modified\x20config\x20received\x20from\x20gRPC','PiuFW','jOeLC','UwqGn','pkadL','TOufN','8034976fqaRlV','\x20flow','firefox','getBuildProductMap','QCSZt','KfnlN','../bin/v2/browserstackCLI','BS_A11Y_JWT','exports','./testhub/utils','Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','__accessibilityOptions','icLVT','[A11Y]\x20connectOverCDP\x20attempt\x20','SDK-5318:\x20getBundledConnectionClass\x20called\x20before\x20_connection\x20populated;\x20returning\x20null','484266qCffhv','cTaRe','ECONNRESET','37NRwOSb','FUEya','396835uECbpR','../bin/v2/grpcClient','__platformCaps','webkit','gmZyP','warn','YMEfs','dgffI','SVoHt','rDkOf','getPlaywrightUrl','importFileFromPWCore','\x20attempts\x20—\x20surfacing\x20error:\x20','mVfou','getModifiedConfigFromCLI','platformCaps','713735FNklgo','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ybiBZ','getBundledConnectionClass','MWYIa','use','getBrowserTypePath','XusGf','requirePWModule','setFrameworkDetail','convertW3CToJsonWire','NLAHw','mbgdz','browserstack.testhubBuildUuid','xNdrU','ZkELz','),\x20retrying\x20in\x20','stringify','BkuMi','YzsvW','env','HFJjZ','playwrightConfigObject','Timeout','ArRCS','anjoA','length','getPWCorePath','./w3cMapping','./helper','toLowerCase','isArray','message','util','Socket\x20idle\x20from\x20a\x20long\x20time','YWnlm','60tNgISn','_connection','__launchCaps','\x20failed\x20(','14590DuQAzT','IzIaB','Detected\x20Playwright\x20version\x20','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','6651HYNsTI','ECONNREFUSED','Error\x20getting\x20Playwright\x20BrowserType:\x20','constructor','projects','vNyBv','includes','getPlaywrightConfig','qWgYP','Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed','[A11Y]\x20connectOverCDP\x20gave\x20up\x20after\x20','ggtdf','Received\x20modified\x20config\x20from\x20gRPC:\x20','generatePlaywrightUrl','entries','chrome','8agWkzb','bstack:options','connectOverCDP','HVlLO','jkyik','LHkeZ','format','aCEoR','true','McRNZ','winstonLogger','connectOverCDPWithRetry','HUNZH','HtEHv','[Playwright]\x20connect\x20gave\x20up\x20after\x20','cEsha','getInstance','config','.\x20Session\x20may\x20be\x20reported\x20unlinked\x20(device\x20name\x20missing\x20on\x20dashboard).','nUPWk','browserstack.accessibilityOptions.scannerProcessingTimeout','No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response','WebSocket\x20error','1739919hyIfLQ','jPedS','\x20for\x20','Could\x20not\x20import\x20GrpcClient:\x20'];a155_0x3355=function(){return _0x640ac7;};return a155_0x3355();}(function(_0x2d2e47,_0x244c37){const _0x360d2c=a155_0x2fcf,_0x21d0d8=_0x2d2e47();while(!![]){try{const _0x48a86b=parseInt(_0x360d2c(0x17c))/0x1*(-parseInt(_0x360d2c(0x14a))/0x2)+-parseInt(_0x360d2c(0x142))/0x3*(parseInt(_0x360d2c(0x12b))/0x4)+parseInt(_0x360d2c(0x17e))/0x5+parseInt(_0x360d2c(0x179))/0x6*(parseInt(_0x360d2c(0x15a))/0x7)+parseInt(_0x360d2c(0x16a))/0x8+parseInt(_0x360d2c(0x11b))/0x9*(parseInt(_0x360d2c(0x1b6))/0xa)+parseInt(_0x360d2c(0x18e))/0xb*(-parseInt(_0x360d2c(0x1b2))/0xc);if(_0x48a86b===_0x244c37)break;else _0x21d0d8['push'](_0x21d0d8['shift']());}catch(_0x57dacd){_0x21d0d8['push'](_0x21d0d8['shift']());}}}(a155_0x3355,0x8e60b));const util=require(a155_0x4b9dd1(0x1af)),{importFileFromPWCore}=require(a155_0x4b9dd1(0x1ab)),helper=require(a155_0x4b9dd1(0x1ab)),logger=require('./logger')[a155_0x4b9dd1(0x135)],W3CMapping=require(a155_0x4b9dd1(0x1aa))['W3CMapping'](),constants=require('../bin/utils/constants'),BrowserstackCLI=require(a155_0x4b9dd1(0x170)),CLIUtils=require('../bin/v2/cliUtils');let GrpcClient;try{GrpcClient=require(a155_0x4b9dd1(0x17f));}catch(a155_0x29be70){logger[a155_0x4b9dd1(0x156)](a155_0x4b9dd1(0x145)+a155_0x29be70[a155_0x4b9dd1(0x1ae)]),GrpcClient=null;}function a155_0x2fcf(_0x36c11c,_0x1ed0ad){const _0x3355f0=a155_0x3355();return a155_0x2fcf=function(_0x2fcf58,_0x4bfc62){_0x2fcf58=_0x2fcf58-0x11b;let _0x58f553=_0x3355f0[_0x2fcf58];return _0x58f553;},a155_0x2fcf(_0x36c11c,_0x1ed0ad);}const convertW3CToJsonWire=_0x438723=>{const _0x419bd7=a155_0x4b9dd1,_0x51ed58={};_0x51ed58['GFaBE']=function(_0x3793d2,_0x2b4e2a){return _0x3793d2||_0x2b4e2a;},_0x51ed58[_0x419bd7(0x138)]=function(_0x789146,_0x22a886){return _0x789146===_0x22a886;},_0x51ed58[_0x419bd7(0x153)]=_0x419bd7(0x12c),_0x51ed58[_0x419bd7(0x137)]=function(_0x458cdf,_0x4497de){return _0x458cdf===_0x4497de;},_0x51ed58['VvzKy']=function(_0x13aded,_0x506f3e){return _0x13aded in _0x506f3e;};const _0x4e4a88=_0x51ed58,_0x39240f={};for(const [_0x5ebf39,_0x8e53cd]of Object['entries'](_0x4e4a88[_0x419bd7(0x15b)](_0x438723,{}))){if(_0x4e4a88['HtEHv'](_0x5ebf39,_0x4e4a88[_0x419bd7(0x153)]))continue;let _0x230fd9=![];for(const [_0x73be15,_0x391a9a]of Object[_0x419bd7(0x129)](W3CMapping)){if(_0x4e4a88[_0x419bd7(0x138)](_0x5ebf39,_0x391a9a)){_0x39240f[_0x73be15]=_0x8e53cd,_0x230fd9=!![];break;}}!_0x230fd9&&(_0x39240f[_0x5ebf39]=_0x8e53cd);}const _0x200c98=_0x438723[_0x4e4a88['enPWW']]||{};for(const [_0x516299,_0x409657]of Object[_0x419bd7(0x129)](_0x200c98)){let _0x364204=![];for(const [_0x3390fb,_0x3e2270]of Object[_0x419bd7(0x129)](W3CMapping)){if(_0x4e4a88[_0x419bd7(0x137)](_0x516299,_0x3e2270)){_0x39240f[_0x3390fb]=_0x409657,_0x364204=!![];break;}}!_0x364204&&!_0x4e4a88['VvzKy'](_0x516299,_0x39240f)&&(_0x39240f[_0x516299]=_0x409657);}return logger[_0x419bd7(0x156)](_0x419bd7(0x174)+JSON[_0x419bd7(0x19f)](_0x39240f)),_0x39240f;},getModifiedConfigFromCLI=async _0x3ff1b3=>{const _0x279c69=a155_0x4b9dd1,_0x22c224={};_0x22c224[_0x279c69(0x185)]=_0x279c69(0x158),_0x22c224[_0x279c69(0x14e)]='cucumberjs-pw',_0x22c224[_0x279c69(0x165)]='Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw',_0x22c224[_0x279c69(0x190)]=_0x279c69(0x164),_0x22c224['ZkELz']=function(_0x250113,_0x45c49b){return _0x250113>_0x45c49b;},_0x22c224['SKWRo']=_0x279c69(0x140);const _0x206dbd=_0x22c224;try{if(!GrpcClient)return logger[_0x279c69(0x156)](_0x206dbd['dgffI']),null;const _0xbc5b1b={};_0xbc5b1b['capabilities']=_0x3ff1b3,_0xbc5b1b['framework']=_0x206dbd['qIijJ'],_0xbc5b1b['workers']=0x1,_0xbc5b1b[_0x279c69(0x11f)]=[];const _0x39481c=_0xbc5b1b;logger[_0x279c69(0x156)](_0x206dbd[_0x279c69(0x165)]);const _0x537e9c={};_0x537e9c[_0x279c69(0x1a4)]=_0x39481c;const _0x411c7d=await GrpcClient[_0x279c69(0x13b)]()[_0x279c69(0x122)](_0x537e9c);if(!_0x411c7d['getConfig']())return logger[_0x279c69(0x156)](_0x206dbd[_0x279c69(0x190)]),null;const _0x7f7da4=JSON[_0x279c69(0x150)](_0x411c7d[_0x279c69(0x159)]());logger[_0x279c69(0x156)](_0x279c69(0x127)+JSON['stringify'](_0x7f7da4));if(_0x7f7da4['capabilities']&&Array[_0x279c69(0x1ad)](_0x7f7da4[_0x279c69(0x163)])&&_0x206dbd[_0x279c69(0x19d)](_0x7f7da4['capabilities']['length'],0x0))return _0x7f7da4[_0x279c69(0x163)][0x0];else{if(_0x7f7da4[_0x279c69(0x11f)]&&Array[_0x279c69(0x1ad)](_0x7f7da4[_0x279c69(0x11f)])&&_0x206dbd[_0x279c69(0x19d)](_0x7f7da4[_0x279c69(0x11f)][_0x279c69(0x1a8)],0x0)){const _0x1eb684=_0x7f7da4['projects'][0x0];if(_0x1eb684[_0x279c69(0x193)]&&_0x1eb684[_0x279c69(0x193)][_0x279c69(0x18d)])return _0x1eb684[_0x279c69(0x193)][_0x279c69(0x18d)];}}return logger['debug'](_0x206dbd['SKWRo']),null;}catch(_0x816c11){logger['error']('Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20'+_0x816c11[_0x279c69(0x1ae)]);throw _0x816c11;}},generatePlaywrightUrl=(_0x2eb5a3,_0x5ca9c2)=>{const _0x2c2fc0=a155_0x4b9dd1,_0x5b6bc9={'icLVT':function(_0x3bb19e,_0x7bd6d){return _0x3bb19e!==_0x7bd6d;},'mFFca':function(_0x3d9979,_0x4cb789){return _0x3d9979!==_0x4cb789;},'anjoA':function(_0x1ce32c,_0x4ce7d0){return _0x1ce32c!==_0x4ce7d0;},'xNdrU':function(_0x25f469,_0x4dec4b){return _0x25f469!==_0x4dec4b;},'XusGf':function(_0x32c48a,_0x4e1383){return _0x32c48a(_0x4e1383);},'QCSZt':function(_0x4d58c4,_0x5bde60){return _0x4d58c4||_0x5bde60;},'BkuMi':'browserstack.accessibility','fkpmF':_0x2c2fc0(0x154),'qWgYP':function(_0x155986,_0x28c70f){return _0x155986(_0x28c70f);},'ArRCS':'browserstack.accessibilityOptions.wcagVersion','RMVvR':'browserstack.accessibilityOptions.scannerVersion','jPedS':function(_0x4af59f,_0x4b7ed2){return _0x4af59f(_0x4b7ed2);},'ICBJz':_0x2c2fc0(0x13f),'jkyik':function(_0x5f8833,_0x208b04){return _0x5f8833===_0x208b04;},'NLAHw':function(_0xf3e37e,_0x168eca){return _0xf3e37e===_0x168eca;},'FUEya':_0x2c2fc0(0x133),'XbYGr':_0x2c2fc0(0x19b),'rTIFp':'browserstack.buildProductMap','svUJL':function(_0x5ee87e,_0xd72a2d){return _0x5ee87e+_0xd72a2d;}},_0x20d79e=helper[_0x2c2fc0(0x188)](_0x2eb5a3),_0x5e3a13=_0x5b6bc9[_0x2c2fc0(0x195)](convertW3CToJsonWire,_0x5ca9c2);try{const _0x50863b=[_0x5b6bc9[_0x2c2fc0(0x16e)](_0x5ca9c2,{}),global[_0x2c2fc0(0x1b4)]||{},global[_0x2c2fc0(0x180)]||{},global[_0x2c2fc0(0x175)]||{}],_0x5ad60b=_0x2baa49=>{const _0x28e8be=_0x2c2fc0;if(_0x5b6bc9['icLVT'](_0x5e3a13[_0x2baa49],undefined)&&_0x5b6bc9[_0x28e8be(0x15e)](_0x5e3a13[_0x2baa49],null)&&_0x5b6bc9[_0x28e8be(0x1a7)](_0x5e3a13[_0x2baa49],''))return;for(const _0x4dcf77 of _0x50863b){if(_0x4dcf77&&_0x5b6bc9[_0x28e8be(0x1a7)](_0x4dcf77[_0x2baa49],undefined)&&_0x5b6bc9[_0x28e8be(0x176)](_0x4dcf77[_0x2baa49],null)&&_0x5b6bc9[_0x28e8be(0x19c)](_0x4dcf77[_0x2baa49],'')){_0x5e3a13[_0x2baa49]=_0x4dcf77[_0x2baa49];return;}}};_0x5b6bc9[_0x2c2fc0(0x195)](_0x5ad60b,_0x5b6bc9[_0x2c2fc0(0x1a0)]),_0x5b6bc9['XusGf'](_0x5ad60b,_0x5b6bc9[_0x2c2fc0(0x157)]),_0x5b6bc9[_0x2c2fc0(0x123)](_0x5ad60b,_0x5b6bc9[_0x2c2fc0(0x1a6)]),_0x5b6bc9[_0x2c2fc0(0x195)](_0x5ad60b,_0x5b6bc9['RMVvR']),_0x5b6bc9['jPedS'](_0x5ad60b,_0x5b6bc9[_0x2c2fc0(0x14f)]),!_0x5e3a13[_0x5b6bc9[_0x2c2fc0(0x157)]]&&process['env'][_0x2c2fc0(0x171)]&&(_0x5e3a13[_0x5b6bc9['fkpmF']]=process['env'][_0x2c2fc0(0x171)]),_0x5b6bc9[_0x2c2fc0(0x12f)](_0x5e3a13[_0x5b6bc9['BkuMi']],undefined)&&process['env'][_0x2c2fc0(0x18f)]&&_0x5b6bc9[_0x2c2fc0(0x199)](_0x5b6bc9[_0x2c2fc0(0x143)](String,process[_0x2c2fc0(0x1a2)][_0x2c2fc0(0x18f)])[_0x2c2fc0(0x1ac)](),_0x5b6bc9[_0x2c2fc0(0x17d)])&&(_0x5e3a13[_0x5b6bc9['BkuMi']]=!![]);}catch(_0x392e1d){logger[_0x2c2fc0(0x156)](_0x2c2fc0(0x1b9)+util[_0x2c2fc0(0x131)](_0x392e1d));}return _0x5e3a13[_0x5b6bc9['XbYGr']]=process['env'][_0x2c2fc0(0x155)],_0x5e3a13[_0x5b6bc9['rTIFp']]=helper[_0x2c2fc0(0x16d)](),_0x5b6bc9['svUJL'](_0x20d79e,_0x5b6bc9[_0x2c2fc0(0x195)](encodeURIComponent,JSON[_0x2c2fc0(0x19f)](_0x5e3a13)));},getBrowserFromCaps=_0x37efb5=>{const _0x354ed2=a155_0x4b9dd1,_0x4890fc={};_0x4890fc['YWnlm']=_0x354ed2(0x12a);const _0x41ade3=_0x4890fc;return _0x37efb5[_0x354ed2(0x15c)]||_0x37efb5['browser']||_0x41ade3[_0x354ed2(0x1b1)];},getBundledConnectionClass=()=>{const _0xcc6552=a155_0x4b9dd1,_0x1c515c={};_0x1c515c[_0xcc6552(0x19a)]=_0xcc6552(0x178);const _0x9626ab=_0x1c515c;try{const _0x42bd17=helper[_0xcc6552(0x1a9)]();if(!_0x42bd17)return null;const _0x48adb7=helper[_0xcc6552(0x196)](_0x42bd17),_0x56aa8a=_0x48adb7&&(_0x48adb7['chromium']||_0x48adb7[_0xcc6552(0x16c)]||_0x48adb7[_0xcc6552(0x181)]);if(!_0x56aa8a)return null;if(!_0x56aa8a[_0xcc6552(0x1b3)])return logger[_0xcc6552(0x156)](_0x9626ab[_0xcc6552(0x19a)]),null;if(!_0x56aa8a[_0xcc6552(0x1b3)][_0xcc6552(0x11e)])return null;return _0x56aa8a[_0xcc6552(0x1b3)][_0xcc6552(0x11e)];}catch(_0xb3c753){return logger[_0xcc6552(0x156)](_0xcc6552(0x15d)+util[_0xcc6552(0x131)](_0xb3c753)),null;}},isPlaywrightAvailable=()=>{const _0x214eb8=a155_0x4b9dd1;try{return!!helper[_0x214eb8(0x151)]();}catch(_0x484a07){return logger[_0x214eb8(0x156)]('Playwright\x20not\x20available:\x20'+util[_0x214eb8(0x131)](_0x484a07)),![];}},getPlaywrightBrowserType=()=>{const _0x1b8c12=a155_0x4b9dd1;try{return helper[_0x1b8c12(0x151)]();}catch(_0x1d7d99){return logger[_0x1b8c12(0x156)](_0x1b8c12(0x11d)+util['format'](_0x1d7d99)),null;}},getPlaywrightModulePath=()=>{const _0x4c240e=a155_0x4b9dd1,_0x192bec={};_0x192bec[_0x4c240e(0x16f)]=_0x4c240e(0x147);const _0x398655=_0x192bec;return logger[_0x4c240e(0x156)](_0x398655['KfnlN']),null;},getBrowserTypePath=()=>{const _0xc65473=a155_0x4b9dd1,_0x3dab69={};_0x3dab69[_0xc65473(0x182)]='getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead';const _0x36f70c=_0x3dab69;return logger['debug'](_0x36f70c[_0xc65473(0x182)]),null;},checkPwandBootstrapCli=async(_0x6efbe9,_0x2e8555,_0x2d98aa)=>{const _0x15772f=a155_0x4b9dd1,_0x2cc30c={'cTaRe':function(_0x4645c8,_0x279474){return _0x4645c8(_0x279474);},'LHkeZ':_0x15772f(0x173)};if(_0x6efbe9){const _0xc352ca=constants['FRAMEWORKS']['PLAYWRIGHT'];logger[_0x15772f(0x156)](_0x15772f(0x1b8)+_0x6efbe9+_0x15772f(0x144)+_0x2e8555+_0x15772f(0x16b)),CLIUtils[_0x15772f(0x197)](_0x2e8555,_0xc352ca);const {getProductMap:_0x41698b}=_0x2cc30c[_0x15772f(0x17a)](require,_0x2cc30c[_0x15772f(0x130)]);process[_0x15772f(0x1a2)][_0x15772f(0x160)]=JSON[_0x15772f(0x19f)](_0x2cc30c[_0x15772f(0x17a)](_0x41698b,_0x2d98aa[_0x15772f(0x13c)])),BrowserstackCLI[_0x15772f(0x13b)]()['setBrowserstackConfig'](_0x2d98aa[_0x15772f(0x13c)],_0x2d98aa['configPath'],_0x2d98aa[_0x15772f(0x161)]),await BrowserstackCLI[_0x15772f(0x13b)]()['bootstrap']();}},connectOverCDPWithRetry=async(_0x3b52f6,_0x4a7902,_0x12ffef,_0x5591a1=0x3,_0x42be5b=0x1f4)=>{const _0x5440d4=a155_0x4b9dd1,_0x252d45={};_0x252d45[_0x5440d4(0x13e)]=function(_0x7e4803,_0x2b34ba){return _0x7e4803<=_0x2b34ba;},_0x252d45['vNyBv']='Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed',_0x252d45[_0x5440d4(0x1a3)]=_0x5440d4(0x1a5),_0x252d45[_0x5440d4(0x14b)]=_0x5440d4(0x141),_0x252d45[_0x5440d4(0x149)]='connectOverCDP:\x20CDPSession',_0x252d45[_0x5440d4(0x1a1)]=_0x5440d4(0x17b),_0x252d45[_0x5440d4(0x18b)]=_0x5440d4(0x11c),_0x252d45[_0x5440d4(0x169)]=function(_0x2286a8,_0x591bf8){return _0x2286a8===_0x591bf8;},_0x252d45[_0x5440d4(0x168)]=function(_0x18bdd7,_0x184f7f){return _0x18bdd7+_0x184f7f;},_0x252d45[_0x5440d4(0x15f)]=function(_0x3467a8,_0x18f0ad){return _0x3467a8*_0x18f0ad;},_0x252d45[_0x5440d4(0x184)]=function(_0x417120,_0x11447e){return _0x417120+_0x11447e;};const _0x1759fd=_0x252d45;let _0x473da3;for(let _0x45cc6f=0x0;_0x1759fd[_0x5440d4(0x13e)](_0x45cc6f,_0x5591a1);_0x45cc6f++){try{return await _0x3b52f6[_0x5440d4(0x12d)][_0x5440d4(0x148)](_0x4a7902,_0x12ffef);}catch(_0x5610fe){_0x473da3=_0x5610fe;const _0x249fc1=_0x5610fe&&_0x5610fe[_0x5440d4(0x1ae)]||'',_0x4c5723=_0x249fc1['includes'](_0x1759fd[_0x5440d4(0x120)])||_0x249fc1[_0x5440d4(0x121)](_0x1759fd[_0x5440d4(0x1a3)])||_0x249fc1[_0x5440d4(0x121)](_0x1759fd[_0x5440d4(0x14b)])||_0x249fc1['includes'](_0x1759fd[_0x5440d4(0x149)])||_0x249fc1[_0x5440d4(0x121)](_0x1759fd[_0x5440d4(0x1a1)])||_0x249fc1[_0x5440d4(0x121)](_0x1759fd[_0x5440d4(0x18b)]);if(!_0x4c5723||_0x1759fd[_0x5440d4(0x169)](_0x45cc6f,_0x5591a1)){_0x4c5723&&logger[_0x5440d4(0x183)](_0x5440d4(0x125)+_0x1759fd[_0x5440d4(0x168)](_0x45cc6f,0x1)+_0x5440d4(0x18a)+_0x249fc1);throw _0x5610fe;}const _0x174bf6=_0x1759fd['krDjs'](_0x42be5b,_0x1759fd[_0x5440d4(0x168)](_0x45cc6f,0x1));logger[_0x5440d4(0x183)](_0x5440d4(0x177)+_0x1759fd['YMEfs'](_0x45cc6f,0x1)+'/'+_0x1759fd[_0x5440d4(0x168)](_0x5591a1,0x1)+'\x20failed\x20('+_0x249fc1+_0x5440d4(0x19e)+_0x174bf6+'ms'),await new Promise(_0x510e8b=>setTimeout(_0x510e8b,_0x174bf6));}}throw _0x473da3;},connectWithRetry=async(_0xf08cde,_0x2d6cea,_0x237d82,_0x2388cd=0x3,_0x37ebcf=0x3e8)=>{const _0x12a68e=a155_0x4b9dd1,_0x56fdeb={};_0x56fdeb[_0x12a68e(0x132)]=function(_0x5bcd4e,_0x236b28){return _0x5bcd4e<=_0x236b28;},_0x56fdeb[_0x12a68e(0x186)]=_0x12a68e(0x1b0),_0x56fdeb[_0x12a68e(0x166)]=_0x12a68e(0x152),_0x56fdeb[_0x12a68e(0x134)]=_0x12a68e(0x124),_0x56fdeb[_0x12a68e(0x187)]='Timeout',_0x56fdeb[_0x12a68e(0x192)]=_0x12a68e(0x141),_0x56fdeb[_0x12a68e(0x126)]=_0x12a68e(0x17b),_0x56fdeb[_0x12a68e(0x1b7)]=_0x12a68e(0x11c),_0x56fdeb[_0x12a68e(0x13a)]=function(_0x15e96d,_0x1a71ef){return _0x15e96d===_0x1a71ef;},_0x56fdeb['HVlLO']=function(_0xeb00f5,_0x52eca0){return _0xeb00f5+_0x52eca0;},_0x56fdeb[_0x12a68e(0x167)]=function(_0x1cba49,_0x14ec25){return _0x1cba49*_0x14ec25;},_0x56fdeb[_0x12a68e(0x146)]=function(_0x7dee5b,_0x48fa84){return _0x7dee5b+_0x48fa84;};const _0x4858f3=_0x56fdeb;let _0x3b69b9;for(let _0x1ee894=0x0;_0x4858f3['aCEoR'](_0x1ee894,_0x2388cd);_0x1ee894++){try{return await _0xf08cde[_0x12a68e(0x148)](_0x2d6cea,_0x237d82);}catch(_0xd89762){_0x3b69b9=_0xd89762;const _0x176507=_0xd89762&&_0xd89762[_0x12a68e(0x1ae)]||'',_0x4972cd=_0x176507[_0x12a68e(0x121)](_0x4858f3['SVoHt'])||_0x176507[_0x12a68e(0x121)](_0x4858f3[_0x12a68e(0x166)])||_0x176507['includes'](_0x4858f3[_0x12a68e(0x134)])||_0x176507[_0x12a68e(0x121)](_0x4858f3['rDkOf'])||_0x176507['includes'](_0x4858f3[_0x12a68e(0x192)])||_0x176507[_0x12a68e(0x121)](_0x4858f3[_0x12a68e(0x126)])||_0x176507['includes'](_0x4858f3[_0x12a68e(0x1b7)]);if(!_0x4972cd||_0x4858f3[_0x12a68e(0x13a)](_0x1ee894,_0x2388cd)){_0x4972cd&&logger[_0x12a68e(0x183)](_0x12a68e(0x139)+_0x4858f3[_0x12a68e(0x12e)](_0x1ee894,0x1)+_0x12a68e(0x18a)+_0x176507+_0x12a68e(0x13d));throw _0xd89762;}const _0x2ec487=_0x4858f3[_0x12a68e(0x167)](_0x37ebcf,_0x4858f3[_0x12a68e(0x12e)](_0x1ee894,0x1));logger[_0x12a68e(0x183)]('[Playwright]\x20connect\x20attempt\x20'+_0x4858f3[_0x12a68e(0x12e)](_0x1ee894,0x1)+'/'+_0x4858f3[_0x12a68e(0x146)](_0x2388cd,0x1)+_0x12a68e(0x1b5)+_0x176507+_0x12a68e(0x19e)+_0x2ec487+'ms'),await new Promise(_0x3fd36c=>setTimeout(_0x3fd36c,_0x2ec487));}}throw _0x3b69b9;},a155_0x64cd0c={};a155_0x64cd0c[a155_0x4b9dd1(0x198)]=convertW3CToJsonWire,a155_0x64cd0c[a155_0x4b9dd1(0x18c)]=getModifiedConfigFromCLI,a155_0x64cd0c[a155_0x4b9dd1(0x128)]=generatePlaywrightUrl,a155_0x64cd0c[a155_0x4b9dd1(0x14d)]=getBrowserFromCaps,a155_0x64cd0c['isPlaywrightAvailable']=isPlaywrightAvailable,a155_0x64cd0c['getPlaywrightBrowserType']=getPlaywrightBrowserType,a155_0x64cd0c[a155_0x4b9dd1(0x14c)]=getPlaywrightModulePath,a155_0x64cd0c[a155_0x4b9dd1(0x194)]=getBrowserTypePath,a155_0x64cd0c[a155_0x4b9dd1(0x189)]=importFileFromPWCore,a155_0x64cd0c[a155_0x4b9dd1(0x162)]=checkPwandBootstrapCli,a155_0x64cd0c[a155_0x4b9dd1(0x136)]=connectOverCDPWithRetry,a155_0x64cd0c['connectWithRetry']=connectWithRetry,a155_0x64cd0c[a155_0x4b9dd1(0x191)]=getBundledConnectionClass,module[a155_0x4b9dd1(0x172)]=a155_0x64cd0c;
@@ -1 +1 @@
1
- function a156_0x1a5a(){const _0x34c5d1=['93VvigkL','TEST_REPORTING_ANALYTICS','BROWSERSTACK_TEST_REPORTING_DEBUG','aQtCg','5seVISX','getGlobal','true','VoHvF','994IceDIH','][\x20','39539841tPvCbx','126196scDAaY','1741670UjdQkx','debug','\x20]\x20','./test-observability/constants','toISOString','fQJEb','BROWSERSTACK_OBSERVABILITY_DEBUG','./logger','browserstackTestName','log','env','5245098xKpCVN','sleep','67790qSsdUJ','171100THgAhA','sIcHU','../bin/utils/constants','threadId','getProcessId','1512lvpExE','SQLRj','worker_threads','AYHCk','pid','37544ZpYDPx','./globals'];a156_0x1a5a=function(){return _0x34c5d1;};return a156_0x1a5a();}function a156_0x4548(_0x274eec,_0x5b6c22){const _0x1a5a4e=a156_0x1a5a();return a156_0x4548=function(_0x45480f,_0x1a5461){_0x45480f=_0x45480f-0x165;let _0x438080=_0x1a5a4e[_0x45480f];return _0x438080;},a156_0x4548(_0x274eec,_0x5b6c22);}const a156_0xb8c1b=a156_0x4548;(function(_0x5ea953,_0x5f1fbc){const _0x35626b=a156_0x4548,_0x3601b4=_0x5ea953();while(!![]){try{const _0x569369=-parseInt(_0x35626b(0x187))/0x1+-parseInt(_0x35626b(0x179))/0x2+parseInt(_0x35626b(0x16d))/0x3*(-parseInt(_0x35626b(0x178))/0x4)+parseInt(_0x35626b(0x171))/0x5*(parseInt(_0x35626b(0x184))/0x6)+-parseInt(_0x35626b(0x175))/0x7*(parseInt(_0x35626b(0x16b))/0x8)+parseInt(_0x35626b(0x166))/0x9*(-parseInt(_0x35626b(0x186))/0xa)+parseInt(_0x35626b(0x177))/0xb;if(_0x569369===_0x5f1fbc)break;else _0x3601b4['push'](_0x3601b4['shift']());}catch(_0x4bb0c0){_0x3601b4['push'](_0x3601b4['shift']());}}}(a156_0x1a5a,0x9d19a));const worker=require(a156_0xb8c1b(0x168)),{fileLogger}=require(a156_0xb8c1b(0x180)),{consoleHolder}=require(a156_0xb8c1b(0x17c)),globals=require(a156_0xb8c1b(0x16c)),constants=require(a156_0xb8c1b(0x189));exports[a156_0xb8c1b(0x165)]=()=>{const _0x1902f8=a156_0xb8c1b;return process[_0x1902f8(0x16a)]+'-'+worker[_0x1902f8(0x18a)];},exports['getTestName']=()=>{const _0x1c3879=a156_0xb8c1b,_0x3c8488={};_0x3c8488[_0x1c3879(0x170)]=_0x1c3879(0x181);const _0x38ba0c=_0x3c8488;return globals[_0x1c3879(0x172)](_0x38ba0c[_0x1c3879(0x170)]);},exports[a156_0xb8c1b(0x185)]=(_0x53663b=0x64)=>new Promise(_0x39e065=>setTimeout(_0x39e065,_0x53663b)),exports[a156_0xb8c1b(0x17a)]=_0x48fef7=>{const _0x4c73fb=a156_0xb8c1b,_0x333fc7={};_0x333fc7['VoHvF']=function(_0x4e67d8,_0x369c23){return _0x4e67d8===_0x369c23;},_0x333fc7['SQLRj']=_0x4c73fb(0x173),_0x333fc7[_0x4c73fb(0x17e)]=function(_0x57c498,_0x1a7232){return _0x57c498===_0x1a7232;},_0x333fc7['AYHCk']=function(_0x264c80,_0x11d68b){return _0x264c80===_0x11d68b;},_0x333fc7[_0x4c73fb(0x188)]=function(_0x3dec72,_0x56e78a){return _0x3dec72===_0x56e78a;};const _0x5f144e=_0x333fc7;fileLogger[_0x4c73fb(0x17a)]('['+new Date()['toISOString']()+_0x4c73fb(0x176)+constants['TEST_REPORTING_ANALYTICS']+_0x4c73fb(0x17b)+_0x48fef7),(_0x5f144e[_0x4c73fb(0x174)](process[_0x4c73fb(0x183)][_0x4c73fb(0x16f)],_0x5f144e[_0x4c73fb(0x167)])||_0x5f144e[_0x4c73fb(0x17e)](process['env'][_0x4c73fb(0x16f)],'1')||_0x5f144e[_0x4c73fb(0x169)](process[_0x4c73fb(0x183)][_0x4c73fb(0x17f)],_0x5f144e[_0x4c73fb(0x167)])||_0x5f144e[_0x4c73fb(0x188)](process[_0x4c73fb(0x183)][_0x4c73fb(0x17f)],'1'))&&consoleHolder[_0x4c73fb(0x182)]('\x0a['+new Date()[_0x4c73fb(0x17d)]()+_0x4c73fb(0x176)+constants[_0x4c73fb(0x16e)]+'\x20]\x20'+_0x48fef7+'\x0a');};
1
+ function a156_0x4a17(){const _0x51fe04=['threadId','toISOString','LgcHs','getGlobal','worker_threads','TEST_REPORTING_ANALYTICS','mTjvz','KIxoB','77EQSMTF','izxXf','5339485JenTxh','216975xaaSEU','\x20]\x20','log','BROWSERSTACK_OBSERVABILITY_DEBUG','getProcessId','env','sleep','16vwOzUd','./test-observability/constants','][\x20','../bin/utils/constants','4968464elVWGj','356412JYSFcc','75729MXRrBc','pid','854001POUYsB','debug','GPKuM','7714410BEdNVD','42UPMRmu'];a156_0x4a17=function(){return _0x51fe04;};return a156_0x4a17();}const a156_0x578fc8=a156_0x18f7;(function(_0x15167a,_0x885e32){const _0xeadb23=a156_0x18f7,_0x3d2112=_0x15167a();while(!![]){try{const _0x568420=-parseInt(_0xeadb23(0x1d4))/0x1+-parseInt(_0xeadb23(0x1e7))/0x2*(parseInt(_0xeadb23(0x1e1))/0x3)+-parseInt(_0xeadb23(0x1df))/0x4+parseInt(_0xeadb23(0x1d3))/0x5+-parseInt(_0xeadb23(0x1e0))/0x6*(-parseInt(_0xeadb23(0x1d1))/0x7)+parseInt(_0xeadb23(0x1db))/0x8*(parseInt(_0xeadb23(0x1e3))/0x9)+parseInt(_0xeadb23(0x1e6))/0xa;if(_0x568420===_0x885e32)break;else _0x3d2112['push'](_0x3d2112['shift']());}catch(_0x401a61){_0x3d2112['push'](_0x3d2112['shift']());}}}(a156_0x4a17,0xa9460));const worker=require(a156_0x578fc8(0x1cd)),{fileLogger}=require('./logger'),{consoleHolder}=require(a156_0x578fc8(0x1dc)),globals=require('./globals'),constants=require(a156_0x578fc8(0x1de));function a156_0x18f7(_0x11d1a3,_0x51fc17){const _0x4a17b6=a156_0x4a17();return a156_0x18f7=function(_0x18f740,_0x63702f){_0x18f740=_0x18f740-0x1c9;let _0x25e8f8=_0x4a17b6[_0x18f740];return _0x25e8f8;},a156_0x18f7(_0x11d1a3,_0x51fc17);}exports[a156_0x578fc8(0x1d8)]=()=>{const _0x52b00d=a156_0x578fc8;return process[_0x52b00d(0x1e2)]+'-'+worker[_0x52b00d(0x1c9)];},exports['getTestName']=()=>{const _0x2a9362=a156_0x578fc8,_0x2a0f8d={};_0x2a0f8d[_0x2a9362(0x1e5)]='browserstackTestName';const _0x311858=_0x2a0f8d;return globals[_0x2a9362(0x1cc)](_0x311858[_0x2a9362(0x1e5)]);},exports[a156_0x578fc8(0x1da)]=(_0x261bfc=0x64)=>new Promise(_0x253266=>setTimeout(_0x253266,_0x261bfc)),exports[a156_0x578fc8(0x1e4)]=_0x3ebba8=>{const _0x531463=a156_0x578fc8,_0xf02cb5={};_0xf02cb5[_0x531463(0x1cb)]=function(_0x252c65,_0x151923){return _0x252c65===_0x151923;},_0xf02cb5['KIxoB']='true',_0xf02cb5[_0x531463(0x1cf)]=function(_0x1ee6e5,_0x27c557){return _0x1ee6e5===_0x27c557;},_0xf02cb5[_0x531463(0x1d2)]=function(_0x3ca2d1,_0x2eb00a){return _0x3ca2d1===_0x2eb00a;};const _0x23623d=_0xf02cb5;fileLogger[_0x531463(0x1e4)]('['+new Date()[_0x531463(0x1ca)]()+_0x531463(0x1dd)+constants['TEST_REPORTING_ANALYTICS']+_0x531463(0x1d5)+_0x3ebba8),(_0x23623d[_0x531463(0x1cb)](process[_0x531463(0x1d9)]['BROWSERSTACK_TEST_REPORTING_DEBUG'],_0x23623d['KIxoB'])||_0x23623d[_0x531463(0x1cf)](process['env']['BROWSERSTACK_TEST_REPORTING_DEBUG'],'1')||_0x23623d[_0x531463(0x1d2)](process[_0x531463(0x1d9)][_0x531463(0x1d7)],_0x23623d[_0x531463(0x1d0)])||_0x23623d[_0x531463(0x1cf)](process[_0x531463(0x1d9)][_0x531463(0x1d7)],'1'))&&consoleHolder[_0x531463(0x1d6)]('\x0a['+new Date()[_0x531463(0x1ca)]()+'][\x20'+constants[_0x531463(0x1ce)]+'\x20]\x20'+_0x3ebba8+'\x0a');};
@@ -1 +1 @@
1
- const a157_0x519fe3=a157_0x2243;function a157_0x2243(_0x4c7aaf,_0x4066f1){const _0x1c26e0=a157_0x1c26();return a157_0x2243=function(_0x224344,_0x4196e7){_0x224344=_0x224344-0x113;let _0x3850ca=_0x1c26e0[_0x224344];return _0x3850ca;},a157_0x2243(_0x4c7aaf,_0x4066f1);}function a157_0x1c26(){const _0x536118=['ZgOnC','FRAMEWORKS','\x20flow','generatePuppeteerUrl','IIKXW','browserstack.testhubBuildUuid','resolve','10szJhZc','3739650SFwETt','stringify','BROWSERSTACK_PRODUCT_MAP','24pIuAaZ','browserstack.buildProductMap','18082438XpDAzI','puppeteer','getInstance','getPuppeteerHubUrl','gmHdd','[PuppeteerHelper]\x20Detected\x20Puppeteer\x20version\x20','bstack:options','rnPmz','./testhub/utils','bootstrap','exports','2589536XAzTmf','getPuppeteerUrl','DgoyH','util','GoWtf','1089hicTPJ','RtiPo','IFVKu','env','oXmSJ','[PuppeteerHelper]\x20Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','BROWSERSTACK_TESTHUB_UUID','\x20for\x20','../bin/v2/browserstackCLI','ciIvN','getBuildProductMap','1000279PfgMgs','ukoWk','24VcHcBG','puppeteer-core','JmYMq','556288fJhizd','turboScaleUrl','cliConfig','checkPuppeteerAndBootstrapCli','entries','getPackageVersion','85383dleHpa','../bin/utils/apiUtilityMethods','./logger','config','IDLqA','3578AFvkLI','getPuppeteerVersion','configPath','QhMAQ','debug','setFrameworkDetail','true','1170JuoStz'];a157_0x1c26=function(){return _0x536118;};return a157_0x1c26();}(function(_0x226d5c,_0x2ab58c){const _0x4f7161=a157_0x2243,_0x596b69=_0x226d5c();while(!![]){try{const _0xd0a8f7=-parseInt(_0x4f7161(0x12e))/0x1+parseInt(_0x4f7161(0x139))/0x2*(-parseInt(_0x4f7161(0x11e))/0x3)+-parseInt(_0x4f7161(0x119))/0x4*(parseInt(_0x4f7161(0x148))/0x5)+parseInt(_0x4f7161(0x149))/0x6+-parseInt(_0x4f7161(0x129))/0x7*(-parseInt(_0x4f7161(0x12b))/0x8)+parseInt(_0x4f7161(0x134))/0x9*(-parseInt(_0x4f7161(0x140))/0xa)+-parseInt(_0x4f7161(0x14e))/0xb*(-parseInt(_0x4f7161(0x14c))/0xc);if(_0xd0a8f7===_0x2ab58c)break;else _0x596b69['push'](_0x596b69['shift']());}catch(_0x10378d){_0x596b69['push'](_0x596b69['shift']());}}}(a157_0x1c26,0xb2098));const util=require(a157_0x519fe3(0x11c)),helper=require('./helper'),logger=require(a157_0x519fe3(0x136))['winstonLogger'],W3CMapping=require('./w3cMapping')['W3CMapping'](),constants=require('../bin/utils/constants'),BrowserstackCLI=require(a157_0x519fe3(0x126)),CLIUtils=require('../bin/v2/cliUtils'),getAPIUtilityMethods=()=>{const _0x496f19=a157_0x519fe3,_0x1bd000={'GoWtf':function(_0x240472,_0xf5966e){return _0x240472(_0xf5966e);},'TFbMz':_0x496f19(0x135)};return _0x1bd000[_0x496f19(0x11d)](require,_0x1bd000['TFbMz']);},getPuppeteerUrl=_0x2e1c1d=>{const _0x412bf7=a157_0x519fe3,_0x32cab1={'WUKvt':function(_0x2f1072){return _0x2f1072();}};if(_0x2e1c1d[_0x412bf7(0x12f)])return _0x2e1c1d[_0x412bf7(0x12f)];const _0x1d930f=_0x32cab1['WUKvt'](getAPIUtilityMethods);return _0x1d930f[_0x412bf7(0x151)]('');},convertW3CToJsonWire=_0x543735=>{const _0x44f8ec=a157_0x519fe3,_0x2673c2={};_0x2673c2[_0x44f8ec(0x145)]=function(_0x349a7c,_0x35fc32){return _0x349a7c||_0x35fc32;},_0x2673c2[_0x44f8ec(0x152)]=function(_0x2f8601,_0x587ee8){return _0x2f8601===_0x587ee8;},_0x2673c2[_0x44f8ec(0x122)]=_0x44f8ec(0x114),_0x2673c2['fqHlb']=function(_0x5d3319,_0x2cfe39){return _0x5d3319===_0x2cfe39;},_0x2673c2[_0x44f8ec(0x127)]=function(_0x368cfc,_0xf695c){return _0x368cfc in _0xf695c;};const _0x191a8a=_0x2673c2,_0x2fe2f1={};for(const [_0x346149,_0x366b34]of Object['entries'](_0x191a8a[_0x44f8ec(0x145)](_0x543735,{}))){if(_0x191a8a[_0x44f8ec(0x152)](_0x346149,_0x191a8a[_0x44f8ec(0x122)]))continue;let _0x4d5088=![];for(const [_0x5ab7f9,_0x1f2a34]of Object[_0x44f8ec(0x132)](W3CMapping)){if(_0x191a8a['fqHlb'](_0x346149,_0x1f2a34)){_0x2fe2f1[_0x5ab7f9]=_0x366b34,_0x4d5088=!![];break;}}!_0x4d5088&&(_0x2fe2f1[_0x346149]=_0x366b34);}const _0x5645ac=_0x543735[_0x191a8a['oXmSJ']]||{};for(const [_0x286a25,_0x3f5754]of Object[_0x44f8ec(0x132)](_0x5645ac)){let _0x19201a=![];for(const [_0x1e5208,_0x26e0b5]of Object[_0x44f8ec(0x132)](W3CMapping)){if(_0x191a8a[_0x44f8ec(0x152)](_0x286a25,_0x26e0b5)){_0x2fe2f1[_0x1e5208]=_0x3f5754,_0x19201a=!![];break;}}!_0x19201a&&!_0x191a8a[_0x44f8ec(0x127)](_0x286a25,_0x2fe2f1)&&(_0x2fe2f1[_0x286a25]=_0x3f5754);}return logger[_0x44f8ec(0x13d)](_0x44f8ec(0x123)+JSON[_0x44f8ec(0x14a)](_0x2fe2f1)),_0x2fe2f1;},generatePuppeteerUrl=(_0x26cac5,_0x3b54d6)=>{const _0xb64da8=a157_0x519fe3,_0x594afe={'rnPmz':function(_0x246631,_0x228e15){return _0x246631(_0x228e15);},'ibSFo':_0xb64da8(0x146),'fppMc':_0xb64da8(0x14d),'RtiPo':function(_0xab72fd,_0x4ab263){return _0xab72fd+_0x4ab263;}},_0xfd8ea2=_0x594afe['rnPmz'](getPuppeteerUrl,_0x26cac5),_0x5485ec=_0x594afe[_0xb64da8(0x115)](convertW3CToJsonWire,_0x3b54d6);return _0x5485ec[_0x594afe['ibSFo']]=process[_0xb64da8(0x121)][_0xb64da8(0x124)],_0x5485ec[_0x594afe['fppMc']]=helper[_0xb64da8(0x128)](),_0x594afe[_0xb64da8(0x11f)](_0xfd8ea2,_0x594afe[_0xb64da8(0x115)](encodeURIComponent,JSON[_0xb64da8(0x14a)](_0x5485ec)));},isPuppeteerAvailable=()=>{const _0x8dac52=a157_0x519fe3,_0x329771={};_0x329771[_0x8dac52(0x11b)]=_0x8dac52(0x12c),_0x329771['ZgOnC']='puppeteer';const _0x2cd598=_0x329771;try{return require[_0x8dac52(0x147)](_0x2cd598[_0x8dac52(0x11b)]),!![];}catch{try{return require[_0x8dac52(0x147)](_0x2cd598[_0x8dac52(0x141)]),!![];}catch{return![];}}},getPuppeteerVersion=()=>{const _0x1e9ee8=a157_0x519fe3,_0x3b8121={};_0x3b8121[_0x1e9ee8(0x12d)]='puppeteer-core',_0x3b8121[_0x1e9ee8(0x138)]=_0x1e9ee8(0x14f);const _0x3799d1=_0x3b8121;return helper[_0x1e9ee8(0x133)](_0x3799d1[_0x1e9ee8(0x12d)])||helper[_0x1e9ee8(0x133)](_0x3799d1['IDLqA']);},checkPuppeteerAndBootstrapCli=async(_0x27fb63,_0x40ce09,_0xd83e46)=>{const _0x5a2521=a157_0x519fe3,_0x34d953={'IFVKu':_0x5a2521(0x13f),'ukoWk':function(_0x2478d3,_0x2eba88){return _0x2478d3(_0x2eba88);},'QhMAQ':_0x5a2521(0x116),'HPbRK':function(_0x2ad619,_0x35a506){return _0x2ad619(_0x35a506);}};if(_0x27fb63){const _0x47da81=constants[_0x5a2521(0x142)]['PUPPETEER'];logger[_0x5a2521(0x13d)](_0x5a2521(0x113)+_0x27fb63+_0x5a2521(0x125)+_0x40ce09+_0x5a2521(0x143)),process[_0x5a2521(0x121)]['BROWSERSTACK_PUPPETEER']=_0x34d953[_0x5a2521(0x120)],CLIUtils[_0x5a2521(0x13e)](_0x40ce09,_0x47da81);const {getProductMap:_0x26831a}=_0x34d953[_0x5a2521(0x12a)](require,_0x34d953[_0x5a2521(0x13c)]);process[_0x5a2521(0x121)][_0x5a2521(0x14b)]=JSON[_0x5a2521(0x14a)](_0x34d953['HPbRK'](_0x26831a,_0xd83e46[_0x5a2521(0x137)])),BrowserstackCLI[_0x5a2521(0x150)]()['setBrowserstackConfig'](_0xd83e46[_0x5a2521(0x137)],_0xd83e46[_0x5a2521(0x13b)],_0xd83e46[_0x5a2521(0x130)]),await BrowserstackCLI[_0x5a2521(0x150)]()[_0x5a2521(0x117)]();}},a157_0x160a5b={};a157_0x160a5b[a157_0x519fe3(0x11a)]=getPuppeteerUrl,a157_0x160a5b['convertW3CToJsonWire']=convertW3CToJsonWire,a157_0x160a5b[a157_0x519fe3(0x144)]=generatePuppeteerUrl,a157_0x160a5b['isPuppeteerAvailable']=isPuppeteerAvailable,a157_0x160a5b[a157_0x519fe3(0x13a)]=getPuppeteerVersion,a157_0x160a5b[a157_0x519fe3(0x131)]=checkPuppeteerAndBootstrapCli,module[a157_0x519fe3(0x118)]=a157_0x160a5b;
1
+ const a157_0x3ddbfa=a157_0x53f0;function a157_0x53f0(_0xdb8afb,_0x4d7248){const _0xcb029a=a157_0xcb02();return a157_0x53f0=function(_0x53f080,_0x1a9f2e){_0x53f080=_0x53f080-0x1d9;let _0x4ede92=_0xcb029a[_0x53f080];return _0x4ede92;},a157_0x53f0(_0xdb8afb,_0x4d7248);}(function(_0x2e63dd,_0x2ae18f){const _0x2f3092=a157_0x53f0,_0x9dcb90=_0x2e63dd();while(!![]){try{const _0x502c3c=parseInt(_0x2f3092(0x1f4))/0x1*(-parseInt(_0x2f3092(0x20b))/0x2)+parseInt(_0x2f3092(0x205))/0x3*(-parseInt(_0x2f3092(0x1e7))/0x4)+parseInt(_0x2f3092(0x20d))/0x5*(parseInt(_0x2f3092(0x1fd))/0x6)+parseInt(_0x2f3092(0x204))/0x7*(-parseInt(_0x2f3092(0x200))/0x8)+parseInt(_0x2f3092(0x1f9))/0x9+parseInt(_0x2f3092(0x1f2))/0xa+-parseInt(_0x2f3092(0x1e4))/0xb*(-parseInt(_0x2f3092(0x1ed))/0xc);if(_0x502c3c===_0x2ae18f)break;else _0x9dcb90['push'](_0x9dcb90['shift']());}catch(_0x11beff){_0x9dcb90['push'](_0x9dcb90['shift']());}}}(a157_0xcb02,0xb1ff8));function a157_0xcb02(){const _0x2e5b28=['resolve','4742811YUjOfQ','setFrameworkDetail','./logger','TeEuQ','6Gkvpem','./w3cMapping','\x20for\x20','526808nmJxQQ','getPuppeteerVersion','BROWSERSTACK_PUPPETEER','env','49Fokqxv','1531869QtNzFC','setBrowserstackConfig','[PuppeteerHelper]\x20Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','TDeCy','config','configPath','114KHEmwd','bstack:options','4166895NfxVhY','checkPuppeteerAndBootstrapCli','debug','hHIme','winstonLogger','../bin/utils/constants','getBuildProductMap','JmUlx','W3CMapping','InTrG','PUPPETEER','syysr','getPackageVersion','./helper','stringify','CfOfm','puppeteer-core','Awups','turboScaleUrl','exports','puppeteer','yINoD','BROWSERSTACK_TESTHUB_UUID','\x20flow','11pPymDe','browserstack.testhubBuildUuid','entries','8SCeYsS','sSuHN','YQCNt','getPuppeteerHubUrl','util','HGVYS','22765260spEmFz','BROWSERSTACK_PRODUCT_MAP','[PuppeteerHelper]\x20Detected\x20Puppeteer\x20version\x20','isPuppeteerAvailable','../bin/v2/cliUtils','1039090sZNRma','KCmQt','20177hxXfgs','getInstance','TWKCg','convertW3CToJsonWire'];a157_0xcb02=function(){return _0x2e5b28;};return a157_0xcb02();}const util=require(a157_0x3ddbfa(0x1eb)),helper=require(a157_0x3ddbfa(0x1d9)),logger=require(a157_0x3ddbfa(0x1fb))[a157_0x3ddbfa(0x211)],W3CMapping=require(a157_0x3ddbfa(0x1fe))[a157_0x3ddbfa(0x215)](),constants=require(a157_0x3ddbfa(0x212)),BrowserstackCLI=require('../bin/v2/browserstackCLI'),CLIUtils=require(a157_0x3ddbfa(0x1f1)),getAPIUtilityMethods=()=>{const _0x1f2e0a=a157_0x3ddbfa,_0x5011b4={'TeEuQ':function(_0xfa3782,_0x15d060){return _0xfa3782(_0x15d060);},'HGVYS':'../bin/utils/apiUtilityMethods'};return _0x5011b4[_0x1f2e0a(0x1fc)](require,_0x5011b4[_0x1f2e0a(0x1ec)]);},getPuppeteerUrl=_0x137318=>{const _0x1eb198=a157_0x3ddbfa,_0x11a5e6={'XOsfy':function(_0x3d2dbc){return _0x3d2dbc();}};if(_0x137318[_0x1eb198(0x1de)])return _0x137318[_0x1eb198(0x1de)];const _0x44f713=_0x11a5e6['XOsfy'](getAPIUtilityMethods);return _0x44f713[_0x1eb198(0x1ea)]('');},convertW3CToJsonWire=_0x2e035b=>{const _0x2ae53e=a157_0x3ddbfa,_0x31efbd={};_0x31efbd[_0x2ae53e(0x216)]=function(_0x164355,_0x1cb15c){return _0x164355||_0x1cb15c;},_0x31efbd[_0x2ae53e(0x1e8)]=function(_0xf1dd62,_0x1d39d1){return _0xf1dd62===_0x1d39d1;},_0x31efbd[_0x2ae53e(0x208)]=_0x2ae53e(0x20c),_0x31efbd[_0x2ae53e(0x1f6)]=function(_0x2c8a8c,_0x58cf2a){return _0x2c8a8c===_0x58cf2a;},_0x31efbd[_0x2ae53e(0x218)]=function(_0x3be0d7,_0x243fc1){return _0x3be0d7 in _0x243fc1;};const _0x2b8a67=_0x31efbd,_0x9d8ff3={};for(const [_0x4d83f3,_0x369db6]of Object[_0x2ae53e(0x1e6)](_0x2b8a67[_0x2ae53e(0x216)](_0x2e035b,{}))){if(_0x2b8a67[_0x2ae53e(0x1e8)](_0x4d83f3,_0x2b8a67[_0x2ae53e(0x208)]))continue;let _0x3beef5=![];for(const [_0xb1de76,_0x5abbe4]of Object[_0x2ae53e(0x1e6)](W3CMapping)){if(_0x2b8a67['TWKCg'](_0x4d83f3,_0x5abbe4)){_0x9d8ff3[_0xb1de76]=_0x369db6,_0x3beef5=!![];break;}}!_0x3beef5&&(_0x9d8ff3[_0x4d83f3]=_0x369db6);}const _0x49467e=_0x2e035b[_0x2b8a67[_0x2ae53e(0x208)]]||{};for(const [_0x4e4aec,_0x557f5d]of Object[_0x2ae53e(0x1e6)](_0x49467e)){let _0x23f7fa=![];for(const [_0x3930f7,_0x45060]of Object[_0x2ae53e(0x1e6)](W3CMapping)){if(_0x2b8a67[_0x2ae53e(0x1e8)](_0x4e4aec,_0x45060)){_0x9d8ff3[_0x3930f7]=_0x557f5d,_0x23f7fa=!![];break;}}!_0x23f7fa&&!_0x2b8a67['syysr'](_0x4e4aec,_0x9d8ff3)&&(_0x9d8ff3[_0x4e4aec]=_0x557f5d);}return logger[_0x2ae53e(0x20f)](_0x2ae53e(0x207)+JSON['stringify'](_0x9d8ff3)),_0x9d8ff3;},generatePuppeteerUrl=(_0x1fcb8f,_0x25d72e)=>{const _0x31bdf6=a157_0x3ddbfa,_0x96e3be={'JmUlx':function(_0x40d810,_0x5f1430){return _0x40d810(_0x5f1430);},'Awups':function(_0x3ab2eb,_0x2f418f){return _0x3ab2eb(_0x2f418f);},'PtIJE':_0x31bdf6(0x1e5),'AccJS':'browserstack.buildProductMap','zZnGn':function(_0x410828,_0x464ad1){return _0x410828+_0x464ad1;},'Rgdoc':function(_0x437457,_0x4a3bbb){return _0x437457(_0x4a3bbb);}},_0x2c566e=_0x96e3be[_0x31bdf6(0x214)](getPuppeteerUrl,_0x1fcb8f),_0x387c39=_0x96e3be[_0x31bdf6(0x1dd)](convertW3CToJsonWire,_0x25d72e);return _0x387c39[_0x96e3be['PtIJE']]=process[_0x31bdf6(0x203)][_0x31bdf6(0x1e2)],_0x387c39[_0x96e3be['AccJS']]=helper[_0x31bdf6(0x213)](),_0x96e3be['zZnGn'](_0x2c566e,_0x96e3be['Rgdoc'](encodeURIComponent,JSON[_0x31bdf6(0x1da)](_0x387c39)));},isPuppeteerAvailable=()=>{const _0x317fb3=a157_0x3ddbfa,_0x2b52a9={};_0x2b52a9[_0x317fb3(0x1e9)]=_0x317fb3(0x1dc),_0x2b52a9['KCmQt']=_0x317fb3(0x1e0);const _0x2cc206=_0x2b52a9;try{return require[_0x317fb3(0x1f8)](_0x2cc206['YQCNt']),!![];}catch{try{return require['resolve'](_0x2cc206[_0x317fb3(0x1f3)]),!![];}catch{return![];}}},getPuppeteerVersion=()=>{const _0x24031f=a157_0x3ddbfa,_0x16f082={};_0x16f082[_0x24031f(0x210)]=_0x24031f(0x1dc),_0x16f082[_0x24031f(0x1e1)]='puppeteer';const _0x4a6f6e=_0x16f082;return helper[_0x24031f(0x219)](_0x4a6f6e[_0x24031f(0x210)])||helper[_0x24031f(0x219)](_0x4a6f6e[_0x24031f(0x1e1)]);},checkPuppeteerAndBootstrapCli=async(_0x2f8bac,_0x3e8a6b,_0x286c0e)=>{const _0x47a8b8=a157_0x3ddbfa,_0x4eebdc={'CfOfm':'true','tYXcR':function(_0x31d7f1,_0x50f03d){return _0x31d7f1(_0x50f03d);},'ZDwui':'./testhub/utils','rEODd':function(_0x950574,_0x2d22df){return _0x950574(_0x2d22df);}};if(_0x2f8bac){const _0x1cd652=constants['FRAMEWORKS'][_0x47a8b8(0x217)];logger[_0x47a8b8(0x20f)](_0x47a8b8(0x1ef)+_0x2f8bac+_0x47a8b8(0x1ff)+_0x3e8a6b+_0x47a8b8(0x1e3)),process['env'][_0x47a8b8(0x202)]=_0x4eebdc[_0x47a8b8(0x1db)],CLIUtils[_0x47a8b8(0x1fa)](_0x3e8a6b,_0x1cd652);const {getProductMap:_0x5ea062}=_0x4eebdc['tYXcR'](require,_0x4eebdc['ZDwui']);process['env'][_0x47a8b8(0x1ee)]=JSON['stringify'](_0x4eebdc['rEODd'](_0x5ea062,_0x286c0e[_0x47a8b8(0x209)])),BrowserstackCLI[_0x47a8b8(0x1f5)]()[_0x47a8b8(0x206)](_0x286c0e[_0x47a8b8(0x209)],_0x286c0e[_0x47a8b8(0x20a)],_0x286c0e['cliConfig']),await BrowserstackCLI['getInstance']()['bootstrap']();}},a157_0xff5731={};a157_0xff5731['getPuppeteerUrl']=getPuppeteerUrl,a157_0xff5731[a157_0x3ddbfa(0x1f7)]=convertW3CToJsonWire,a157_0xff5731['generatePuppeteerUrl']=generatePuppeteerUrl,a157_0xff5731[a157_0x3ddbfa(0x1f0)]=isPuppeteerAvailable,a157_0xff5731[a157_0x3ddbfa(0x201)]=getPuppeteerVersion,a157_0xff5731[a157_0x3ddbfa(0x20e)]=checkPuppeteerAndBootstrapCli,module[a157_0x3ddbfa(0x1df)]=a157_0xff5731;
@@ -1 +1 @@
1
- const a158_0x36421c=a158_0x509b;(function(_0x1b5c1a,_0x30a035){const _0x2368c6=a158_0x509b,_0x545ae0=_0x1b5c1a();while(!![]){try{const _0x580a47=-parseInt(_0x2368c6(0x1e6))/0x1*(-parseInt(_0x2368c6(0x1f2))/0x2)+parseInt(_0x2368c6(0x1f4))/0x3+-parseInt(_0x2368c6(0x1cc))/0x4*(-parseInt(_0x2368c6(0x1d3))/0x5)+-parseInt(_0x2368c6(0x1e1))/0x6+-parseInt(_0x2368c6(0x1f3))/0x7+parseInt(_0x2368c6(0x1eb))/0x8*(parseInt(_0x2368c6(0x1cb))/0x9)+-parseInt(_0x2368c6(0x1ca))/0xa;if(_0x580a47===_0x30a035)break;else _0x545ae0['push'](_0x545ae0['shift']());}catch(_0x156ded){_0x545ae0['push'](_0x545ae0['shift']());}}}(a158_0xd125,0x91d9e));const http=require(a158_0x36421c(0x1db)),https=require(a158_0x36421c(0x1f7)),monkeypatch=require(a158_0x36421c(0x1ce));function spy(_0x20c2c6){const _0xc4e28e=a158_0x36421c,_0x217a95={'tXMPR':function(_0x4c79cc,_0x4dd3ae,_0x3642d8){return _0x4c79cc(_0x4dd3ae,_0x3642d8);},'KAMvD':function(_0x5634f4,_0x16253e){return _0x5634f4-_0x16253e;},'TrTaW':'error','xnYAj':function(_0x2b160c,_0x4919ad){return _0x2b160c instanceof _0x4919ad;},'VFhfR':function(_0x270fb9,_0x2744af){return _0x270fb9===_0x2744af;},'LGFUv':_0xc4e28e(0x1ef),'BFtgb':function(_0x520760,..._0x2c5b72){return _0x520760(..._0x2c5b72);},'mRZky':_0xc4e28e(0x1e7),'kRvYF':_0xc4e28e(0x1cf),'EyWSx':function(_0x49c0d6,_0x19e445,_0x545e56,_0x5d5780){return _0x49c0d6(_0x19e445,_0x545e56,_0x5d5780);},'IxGAy':_0xc4e28e(0x1c6),'tjwIC':_0xc4e28e(0x1de),'eCPiZ':function(_0x3aadf6,_0x1b52ef,_0x9aedcf,_0x54cc6d){return _0x3aadf6(_0x1b52ef,_0x9aedcf,_0x54cc6d);}},_0x47fa2c=function(){const _0x296444=_0xc4e28e,_0x59e4b9={'FxjAW':function(_0xd0ef04,_0x3b9d5e){const _0x3ecc0d=a158_0x509b;return _0x217a95[_0x3ecc0d(0x1e2)](_0xd0ef04,_0x3b9d5e);},'fEIbc':function(_0x4b4fae,_0x27048b){const _0x35108f=a158_0x509b;return _0x217a95[_0x35108f(0x1d6)](_0x4b4fae,_0x27048b);},'KWGlY':_0x217a95[_0x296444(0x1ee)],'hRWXx':function(_0x13c5a9,..._0x452a9a){const _0x424322=_0x296444;return _0x217a95[_0x424322(0x1d9)](_0x13c5a9,..._0x452a9a);}},_0x1b5768=arguments[0x0],_0x35b116=Array['prototype']['slice'][_0x296444(0x1e8)](arguments,0x1),_0x16e186=_0x1b5768[_0x296444(0x1dd)](this,_0x35b116);let _0xe59f29=Date[_0x296444(0x1ed)](),_0x58e192;const _0x412dae={};_0x35b116[_0x296444(0x1f8)](_0x18fcf4=>{const _0x1e02f0=_0x296444;if(_0x59e4b9['FxjAW'](_0x18fcf4,URL)){const _0x300a52={};_0x300a52[_0x1e02f0(0x1df)]=_0x18fcf4,Object[_0x1e02f0(0x1e4)](_0x412dae,_0x300a52);}else _0x59e4b9[_0x1e02f0(0x1d4)](typeof _0x18fcf4,_0x59e4b9[_0x1e02f0(0x1c5)])&&Object[_0x1e02f0(0x1e4)](_0x412dae,_0x18fcf4);});const _0x512cf9=_0x2b0ec0=>{const _0x29458f=_0x296444,_0x15ba72={};_0x15ba72[_0x29458f(0x1d2)]=_0x412dae[_0x29458f(0x1d2)]||_0x412dae[_0x29458f(0x1c8)]||_0x412dae['url']&&(_0x412dae[_0x29458f(0x1df)][_0x29458f(0x1d2)]||_0x412dae[_0x29458f(0x1df)][_0x29458f(0x1c8)]),_0x15ba72['path']=_0x412dae[_0x29458f(0x1e3)]||_0x412dae[_0x29458f(0x1df)]&&_0x412dae[_0x29458f(0x1df)][_0x29458f(0x1d0)],_0x15ba72[_0x29458f(0x1c9)]=_0x412dae[_0x29458f(0x1c9)],_0x15ba72[_0x29458f(0x1ec)]=_0x412dae[_0x29458f(0x1ec)],_0x217a95['tXMPR'](_0x20c2c6,_0x2b0ec0,_0x15ba72);};return _0x16e186[_0x296444(0x1d7)](_0x217a95['mRZky'],_0x4fbabf=>{const _0x4f4c9e=_0x296444,_0x37f0e0=_0x217a95[_0x4f4c9e(0x1e9)](Date[_0x4f4c9e(0x1ed)](),_0xe59f29),_0x697699={};_0x697699[_0x4f4c9e(0x1c8)]=_0x412dae[_0x4f4c9e(0x1d2)]||_0x412dae[_0x4f4c9e(0x1c8)]||_0x412dae[_0x4f4c9e(0x1df)]&&(_0x412dae[_0x4f4c9e(0x1df)][_0x4f4c9e(0x1d2)]||_0x412dae[_0x4f4c9e(0x1df)][_0x4f4c9e(0x1c8)]),_0x697699[_0x4f4c9e(0x1e3)]=_0x412dae[_0x4f4c9e(0x1e3)]||_0x412dae[_0x4f4c9e(0x1df)]&&_0x412dae[_0x4f4c9e(0x1df)]['pathname'],_0x697699[_0x4f4c9e(0x1c9)]=_0x412dae[_0x4f4c9e(0x1c9)],_0x697699['headers']=_0x412dae[_0x4f4c9e(0x1ec)],_0x697699[_0x4f4c9e(0x1f0)]=_0x4fbabf['statusCode'],_0x697699[_0x4f4c9e(0x1d1)]=_0x37f0e0,_0x217a95[_0x4f4c9e(0x1c4)](_0x20c2c6,null,_0x697699),_0x58e192[_0x4f4c9e(0x1ea)](_0x217a95['TrTaW'],_0x512cf9);}),_0x16e186['on'](_0x217a95['kRvYF'],_0x552f14=>{const _0xe4ef1a=_0x296444;_0x58e192=_0x552f14,_0x552f14[_0xe4ef1a(0x1d7)](_0x217a95['TrTaW'],_0x512cf9);}),_0x217a95[_0x296444(0x1c7)](monkeypatch,_0x16e186,_0x217a95[_0x296444(0x1f5)],(_0x1a1542,..._0x252e9e)=>{const _0x1893b6=_0x296444;_0xe59f29=Date['now'](),_0x59e4b9[_0x1893b6(0x1f6)](_0x1a1542,..._0x252e9e);}),_0x16e186;};_0x217a95[_0xc4e28e(0x1c7)](monkeypatch,http,_0x217a95['tjwIC'],_0x47fa2c),_0x217a95[_0xc4e28e(0x1f1)](monkeypatch,https,_0x217a95[_0xc4e28e(0x1dc)],_0x47fa2c);}function a158_0x509b(_0x381727,_0x483607){const _0xd12520=a158_0xd125();return a158_0x509b=function(_0x509bbf,_0x31c0ca){_0x509bbf=_0x509bbf-0x1c4;let _0x57d410=_0xd12520[_0x509bbf];return _0x57d410;},a158_0x509b(_0x381727,_0x483607);}function restore(){const _0x3176c8=a158_0x36421c,_0x4806e8={};_0x4806e8[_0x3176c8(0x1da)]=function(_0x2d8475,_0x7a2390){return _0x2d8475===_0x7a2390;},_0x4806e8['wbwSg']=_0x3176c8(0x1e5),_0x4806e8[_0x3176c8(0x1e0)]=function(_0x1c3fec,_0x364179){return _0x1c3fec===_0x364179;};const _0x58ba5f=_0x4806e8;_0x58ba5f['PRclo'](typeof http[_0x3176c8(0x1de)]['unpatch'],_0x58ba5f[_0x3176c8(0x1d8)])&&http[_0x3176c8(0x1de)][_0x3176c8(0x1f9)](),_0x58ba5f[_0x3176c8(0x1e0)](typeof https[_0x3176c8(0x1de)][_0x3176c8(0x1f9)],_0x58ba5f['wbwSg'])&&https[_0x3176c8(0x1de)][_0x3176c8(0x1f9)]();}const a158_0x52e6db={};a158_0x52e6db[a158_0x36421c(0x1cd)]=spy,a158_0x52e6db[a158_0x36421c(0x1d5)]=restore,module['exports']=a158_0x52e6db;function a158_0xd125(){const _0x268ee7=['654219hSthxm','IxGAy','hRWXx','https','forEach','unpatch','tXMPR','KWGlY','end','EyWSx','hostname','method','13652700yzzzLx','8793711zpEdAk','163428tJrAIp','spy','monkeypatch','socket','pathname','duration_ms','host','135lDXDyc','fEIbc','restore','VFhfR','once','wbwSg','BFtgb','PRclo','http','tjwIC','apply','request','url','dbHNb','1307316XAZcjd','xnYAj','path','assign','function','1qzHzLC','response','call','KAMvD','removeListener','8ezHDYY','headers','now','LGFUv','object','status_code','eCPiZ','1368902Wtjued','5615260HEVFSU'];a158_0xd125=function(){return _0x268ee7;};return a158_0xd125();}
1
+ function a158_0x1137(){const _0xe7fe6d=['unpatch','358434PMZJTx','assign','apply','host','22ffjqhy','iCTqp','forEach','599752DFBtHd','5833410FxKEar','spy','RHSVS','NJnwe','EHnDG','8253963srrtIK','5971764rOwheQ','Gqhfk','slice','IXWaL','url','function','DeGIP','https','9yegVpe','method','8540585cGKQpQ','znMpd','error','headers','1967612yZUQrs','cnJef','hostname','6AZVWAr','request','now','once','monkeypatch','socket','SNauV','AQVbx','path','6zlIhDj','response','rqqkb','restore','HwTdU','duration_ms','alYEt','statusCode','21YPaLvO','VBCzf','Egukl','fWBwC'];a158_0x1137=function(){return _0xe7fe6d;};return a158_0x1137();}const a158_0x1c6dd7=a158_0x2155;(function(_0x2db7ac,_0x530e77){const _0x1e9a45=a158_0x2155,_0x221474=_0x2db7ac();while(!![]){try{const _0x573167=-parseInt(_0x1e9a45(0x135))/0x1*(-parseInt(_0x1e9a45(0x11f))/0x2)+parseInt(_0x1e9a45(0x13e))/0x3*(-parseInt(_0x1e9a45(0x13b))/0x4)+parseInt(_0x1e9a45(0x137))/0x5*(parseInt(_0x1e9a45(0x147))/0x6)+parseInt(_0x1e9a45(0x14f))/0x7*(parseInt(_0x1e9a45(0x126))/0x8)+-parseInt(_0x1e9a45(0x12c))/0x9+-parseInt(_0x1e9a45(0x127))/0xa*(parseInt(_0x1e9a45(0x123))/0xb)+parseInt(_0x1e9a45(0x12d))/0xc;if(_0x573167===_0x530e77)break;else _0x221474['push'](_0x221474['shift']());}catch(_0x955aec){_0x221474['push'](_0x221474['shift']());}}}(a158_0x1137,0xee49d));const http=require('http'),https=require(a158_0x1c6dd7(0x134)),monkeypatch=require(a158_0x1c6dd7(0x142));function spy(_0xf1ba96){const _0x25eac0=a158_0x1c6dd7,_0x198a20={'RHSVS':function(_0x1e3e93,_0x223e02){return _0x1e3e93 instanceof _0x223e02;},'HwTdU':function(_0x5531f7,_0x384ae7){return _0x5531f7===_0x384ae7;},'vyEAh':'object','NJnwe':_0x25eac0(0x139),'iCTqp':function(_0x5c3dd9,_0x17c4ee,_0x464efa){return _0x5c3dd9(_0x17c4ee,_0x464efa);},'VBCzf':function(_0x51b5ef,_0x35a808){return _0x51b5ef-_0x35a808;},'IXWaL':function(_0xc98296,..._0x42092a){return _0xc98296(..._0x42092a);},'EHnDG':_0x25eac0(0x148),'DeGIP':_0x25eac0(0x143),'Gqhfk':function(_0x286176,_0x2dd107,_0x353724,_0x11685a){return _0x286176(_0x2dd107,_0x353724,_0x11685a);},'AQVbx':'end','alYEt':_0x25eac0(0x13f)},_0x13762e=function(){const _0x2677af=_0x25eac0,_0x4a4c09={'cnJef':function(_0x1641f2,_0xb297d4,_0x5e145a){const _0x53ad56=a158_0x2155;return _0x198a20[_0x53ad56(0x124)](_0x1641f2,_0xb297d4,_0x5e145a);},'rqqkb':function(_0x224671,_0x250778){const _0x4987e1=a158_0x2155;return _0x198a20[_0x4987e1(0x150)](_0x224671,_0x250778);},'znMpd':_0x198a20[_0x2677af(0x12a)],'jIUIv':function(_0x162e75,..._0x4442f0){const _0x3535f1=_0x2677af;return _0x198a20[_0x3535f1(0x130)](_0x162e75,..._0x4442f0);}},_0xbbd0e8=arguments[0x0],_0x3a4434=Array['prototype'][_0x2677af(0x12f)]['call'](arguments,0x1),_0x29324c=_0xbbd0e8[_0x2677af(0x121)](this,_0x3a4434);let _0x500672=Date[_0x2677af(0x140)](),_0x1d0305;const _0x5f2675={};_0x3a4434[_0x2677af(0x125)](_0x159054=>{const _0x3cbcc3=_0x2677af;if(_0x198a20[_0x3cbcc3(0x129)](_0x159054,URL)){const _0x32dd8a={};_0x32dd8a['url']=_0x159054,Object[_0x3cbcc3(0x120)](_0x5f2675,_0x32dd8a);}else _0x198a20[_0x3cbcc3(0x14b)](typeof _0x159054,_0x198a20['vyEAh'])&&Object['assign'](_0x5f2675,_0x159054);});const _0x513aa0=_0x44f533=>{const _0x48d07a=_0x2677af,_0x5b90ac={};_0x5b90ac['host']=_0x5f2675['host']||_0x5f2675[_0x48d07a(0x13d)]||_0x5f2675['url']&&(_0x5f2675[_0x48d07a(0x131)][_0x48d07a(0x122)]||_0x5f2675['url']['hostname']),_0x5b90ac[_0x48d07a(0x146)]=_0x5f2675[_0x48d07a(0x146)]||_0x5f2675['url']&&_0x5f2675[_0x48d07a(0x131)]['pathname'],_0x5b90ac[_0x48d07a(0x136)]=_0x5f2675[_0x48d07a(0x136)],_0x5b90ac[_0x48d07a(0x13a)]=_0x5f2675[_0x48d07a(0x13a)],_0x4a4c09[_0x48d07a(0x13c)](_0xf1ba96,_0x44f533,_0x5b90ac);};return _0x29324c[_0x2677af(0x141)](_0x198a20[_0x2677af(0x12b)],_0x68231=>{const _0x3276e2=_0x2677af,_0x3f7a25=_0x4a4c09[_0x3276e2(0x149)](Date[_0x3276e2(0x140)](),_0x500672),_0x461a26={};_0x461a26['hostname']=_0x5f2675['host']||_0x5f2675[_0x3276e2(0x13d)]||_0x5f2675[_0x3276e2(0x131)]&&(_0x5f2675[_0x3276e2(0x131)][_0x3276e2(0x122)]||_0x5f2675[_0x3276e2(0x131)]['hostname']),_0x461a26['path']=_0x5f2675['path']||_0x5f2675['url']&&_0x5f2675[_0x3276e2(0x131)]['pathname'],_0x461a26['method']=_0x5f2675['method'],_0x461a26['headers']=_0x5f2675[_0x3276e2(0x13a)],_0x461a26['status_code']=_0x68231[_0x3276e2(0x14e)],_0x461a26[_0x3276e2(0x14c)]=_0x3f7a25,_0x4a4c09[_0x3276e2(0x13c)](_0xf1ba96,null,_0x461a26),_0x1d0305['removeListener'](_0x4a4c09[_0x3276e2(0x138)],_0x513aa0);}),_0x29324c['on'](_0x198a20[_0x2677af(0x133)],_0x32ee8a=>{const _0x110101=_0x2677af;_0x1d0305=_0x32ee8a,_0x32ee8a[_0x110101(0x141)](_0x198a20[_0x110101(0x12a)],_0x513aa0);}),_0x198a20[_0x2677af(0x12e)](monkeypatch,_0x29324c,_0x198a20[_0x2677af(0x145)],(_0x353070,..._0x3c2cf6)=>{const _0xa316f6=_0x2677af;_0x500672=Date[_0xa316f6(0x140)](),_0x4a4c09['jIUIv'](_0x353070,..._0x3c2cf6);}),_0x29324c;};_0x198a20[_0x25eac0(0x12e)](monkeypatch,http,_0x198a20[_0x25eac0(0x14d)],_0x13762e),_0x198a20[_0x25eac0(0x12e)](monkeypatch,https,_0x198a20[_0x25eac0(0x14d)],_0x13762e);}function a158_0x2155(_0x1d587f,_0x266790){const _0x1137c5=a158_0x1137();return a158_0x2155=function(_0x2155e6,_0x2615fc){_0x2155e6=_0x2155e6-0x11d;let _0xe9ceb1=_0x1137c5[_0x2155e6];return _0xe9ceb1;},a158_0x2155(_0x1d587f,_0x266790);}function restore(){const _0x22dd08=a158_0x1c6dd7,_0x54e287={};_0x54e287[_0x22dd08(0x144)]=function(_0x146a70,_0xb67807){return _0x146a70===_0xb67807;},_0x54e287[_0x22dd08(0x11d)]=_0x22dd08(0x132),_0x54e287[_0x22dd08(0x151)]=function(_0x52ef5e,_0x4f5c1d){return _0x52ef5e===_0x4f5c1d;};const _0x387907=_0x54e287;_0x387907[_0x22dd08(0x144)](typeof http[_0x22dd08(0x13f)][_0x22dd08(0x11e)],_0x387907[_0x22dd08(0x11d)])&&http[_0x22dd08(0x13f)][_0x22dd08(0x11e)](),_0x387907['Egukl'](typeof https['request'][_0x22dd08(0x11e)],_0x387907[_0x22dd08(0x11d)])&&https[_0x22dd08(0x13f)][_0x22dd08(0x11e)]();}const a158_0x11cd4a={};a158_0x11cd4a[a158_0x1c6dd7(0x128)]=spy,a158_0x11cd4a[a158_0x1c6dd7(0x14a)]=restore,module['exports']=a158_0x11cd4a;
@@ -1 +1 @@
1
- const a159_0x4e5af2=a159_0x3f8d;function a159_0x3f8d(_0x201960,_0x356c37){const _0x590cb8=a159_0x590c();return a159_0x3f8d=function(_0x3f8dc2,_0x399ac1){_0x3f8dc2=_0x3f8dc2-0x1ee;let _0x353b0e=_0x590cb8[_0x3f8dc2];return _0x353b0e;},a159_0x3f8d(_0x201960,_0x356c37);}(function(_0x557c8f,_0xb4b95d){const _0x245111=a159_0x3f8d,_0xd36b7a=_0x557c8f();while(!![]){try{const _0x5762c2=parseInt(_0x245111(0x1ff))/0x1+-parseInt(_0x245111(0x202))/0x2+parseInt(_0x245111(0x1f1))/0x3+-parseInt(_0x245111(0x1f2))/0x4*(parseInt(_0x245111(0x209))/0x5)+-parseInt(_0x245111(0x1f0))/0x6+-parseInt(_0x245111(0x208))/0x7*(parseInt(_0x245111(0x1f8))/0x8)+parseInt(_0x245111(0x1fd))/0x9;if(_0x5762c2===_0xb4b95d)break;else _0xd36b7a['push'](_0xd36b7a['shift']());}catch(_0x506f97){_0xd36b7a['push'](_0xd36b7a['shift']());}}}(a159_0x590c,0xaa66a));function a159_0x590c(){const _0x13b336=['KEEP_ALIVE','globalAgent','16696WZQJmw','ElxHh','FZDfc','keepAlive','zPufR','24477327XxCzZZ','adZnn','529747fBsfVi','agent','keepAliveMsecs','1158734yrUpas','prototype','measureWrapper','protocol','kwmBK','hoChh','4116HZgWEH','1188615LUPtNU','http','exports','request','Agent','uSzph','431484KbrsTq','120354HxeTSD','12yOQrDu','DsXWE','qZYZd','./performance/performance-tester'];a159_0x590c=function(){return _0x13b336;};return a159_0x590c();}const PerformanceTester=require(a159_0x4e5af2(0x1f5)),{AUTOMATE_EVENTS:PerformanceEvents}=require('./performance/constants');module[a159_0x4e5af2(0x20b)]=PerformanceTester[a159_0x4e5af2(0x204)](PerformanceEvents[a159_0x4e5af2(0x1f6)],function(){const _0x4d3a6e=a159_0x4e5af2,_0x40ec08={'kwmBK':function(_0x386e58,_0x1f70f6){return _0x386e58===_0x1f70f6;},'ElxHh':'https:','zPufR':_0x4d3a6e(0x200),'FZDfc':function(_0x35a72f,_0x43ea61,_0x4fea8a){return _0x35a72f(_0x43ea61,_0x4fea8a);},'adZnn':function(_0x40c621,_0x492de8){return _0x40c621(_0x492de8);},'qZYZd':_0x4d3a6e(0x20a),'uSzph':'https','hoChh':function(_0x1eaf4d,_0x171d0b){return _0x1eaf4d*_0x171d0b;},'DsXWE':_0x4d3a6e(0x1fb)},_0x30c3fa=_0x40ec08[_0x4d3a6e(0x1fe)](require,_0x40ec08[_0x4d3a6e(0x1f4)]),_0x40171e=_0x40ec08[_0x4d3a6e(0x1fe)](require,_0x40ec08[_0x4d3a6e(0x1ef)]),_0x14c3b9=_0x40ec08[_0x4d3a6e(0x207)](0x1e,0x3e8);if(_0x30c3fa[_0x4d3a6e(0x1f7)]&&Object[_0x4d3a6e(0x203)]['hasOwnProperty']['call'](_0x30c3fa[_0x4d3a6e(0x1f7)],_0x40ec08[_0x4d3a6e(0x1f3)]))_0x30c3fa[_0x4d3a6e(0x1f7)][_0x4d3a6e(0x1fb)]=!![],_0x40171e[_0x4d3a6e(0x1f7)][_0x4d3a6e(0x1fb)]=!![],_0x30c3fa[_0x4d3a6e(0x1f7)][_0x4d3a6e(0x201)]=_0x14c3b9,_0x40171e[_0x4d3a6e(0x1f7)][_0x4d3a6e(0x201)]=_0x14c3b9;else{const _0x382923={};_0x382923[_0x4d3a6e(0x1fb)]=!![],_0x382923[_0x4d3a6e(0x201)]=_0x14c3b9;const _0x104d35=new _0x30c3fa[(_0x4d3a6e(0x1ee))](_0x382923),_0x263767={};_0x263767[_0x4d3a6e(0x1fb)]=!![],_0x263767['keepAliveMsecs']=_0x14c3b9;const _0x15ff5c=new _0x40171e['Agent'](_0x263767),_0x243f9c=_0x30c3fa[_0x4d3a6e(0x20c)],_0x3d26ea=_0x40171e[_0x4d3a6e(0x20c)];_0x30c3fa[_0x4d3a6e(0x20c)]=function(_0x2c6ab4,_0x3c2f47){const _0x534533=_0x4d3a6e;if(_0x40ec08[_0x534533(0x206)](_0x2c6ab4[_0x534533(0x205)],_0x40ec08[_0x534533(0x1f9)]))return _0x2c6ab4[_0x40ec08[_0x534533(0x1fc)]]=_0x15ff5c,_0x40ec08[_0x534533(0x1fa)](_0x3d26ea,_0x2c6ab4,_0x3c2f47);return _0x2c6ab4[_0x40ec08['zPufR']]=_0x104d35,_0x40ec08[_0x534533(0x1fa)](_0x243f9c,_0x2c6ab4,_0x3c2f47);};}});
1
+ const a159_0x61cd7e=a159_0x5f41;(function(_0x45ec2f,_0x57d400){const _0x39455a=a159_0x5f41,_0x24d169=_0x45ec2f();while(!![]){try{const _0x5d6bdc=parseInt(_0x39455a(0x1e1))/0x1+parseInt(_0x39455a(0x1f0))/0x2+-parseInt(_0x39455a(0x1f3))/0x3+parseInt(_0x39455a(0x1f4))/0x4+-parseInt(_0x39455a(0x1f1))/0x5+parseInt(_0x39455a(0x1e8))/0x6+-parseInt(_0x39455a(0x1f2))/0x7;if(_0x5d6bdc===_0x57d400)break;else _0x24d169['push'](_0x24d169['shift']());}catch(_0x289d64){_0x24d169['push'](_0x24d169['shift']());}}}(a159_0x33b8,0xd3a55));function a159_0x5f41(_0x187655,_0x39d910){const _0x33b8e4=a159_0x33b8();return a159_0x5f41=function(_0x5f414d,_0xc6529a){_0x5f414d=_0x5f414d-0x1d7;let _0x4ba534=_0x33b8e4[_0x5f414d];return _0x4ba534;},a159_0x5f41(_0x187655,_0x39d910);}const PerformanceTester=require('./performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceEvents}=require(a159_0x61cd7e(0x1df));function a159_0x33b8(){const _0x3461c9=['225575VswRRt','rEotK','KEEP_ALIVE','FXdjY','knlqb','mSPse','exports','5000880rNnwGL','urfCY','globalAgent','prototype','bXsmw','https:','KPBcE','http','2236900uzrIIm','1389370UcmJzM','12069596pytYuq','2200443cdGJKm','5699916NyxCzi','teTSG','agent','measureWrapper','Agent','request','iiAAK','keepAlive','keepAliveMsecs','HJWZm','./performance/constants','call'];a159_0x33b8=function(){return _0x3461c9;};return a159_0x33b8();}module[a159_0x61cd7e(0x1e7)]=PerformanceTester[a159_0x61cd7e(0x1d8)](PerformanceEvents[a159_0x61cd7e(0x1e3)],function(){const _0x5aad26=a159_0x61cd7e,_0x108599={'knlqb':function(_0x59c00c,_0x1a6381){return _0x59c00c===_0x1a6381;},'iiAAK':_0x5aad26(0x1ed),'rEotK':_0x5aad26(0x1d7),'KPBcE':function(_0x1cf6ee,_0x58c753,_0x41b5e1){return _0x1cf6ee(_0x58c753,_0x41b5e1);},'urfCY':function(_0x5334b1,_0x509fd8){return _0x5334b1(_0x509fd8);},'FXdjY':_0x5aad26(0x1ef),'mSPse':function(_0x2a2fb7,_0x33b716){return _0x2a2fb7(_0x33b716);},'bXsmw':'https','HJWZm':function(_0x19d1bb,_0x576be5){return _0x19d1bb*_0x576be5;},'teTSG':'keepAlive'},_0x377094=_0x108599[_0x5aad26(0x1e9)](require,_0x108599[_0x5aad26(0x1e4)]),_0x415163=_0x108599[_0x5aad26(0x1e6)](require,_0x108599[_0x5aad26(0x1ec)]),_0x27b083=_0x108599[_0x5aad26(0x1de)](0x1e,0x3e8);if(_0x377094[_0x5aad26(0x1ea)]&&Object[_0x5aad26(0x1eb)]['hasOwnProperty'][_0x5aad26(0x1e0)](_0x377094[_0x5aad26(0x1ea)],_0x108599[_0x5aad26(0x1f5)]))_0x377094[_0x5aad26(0x1ea)][_0x5aad26(0x1dc)]=!![],_0x415163[_0x5aad26(0x1ea)][_0x5aad26(0x1dc)]=!![],_0x377094[_0x5aad26(0x1ea)][_0x5aad26(0x1dd)]=_0x27b083,_0x415163[_0x5aad26(0x1ea)][_0x5aad26(0x1dd)]=_0x27b083;else{const _0x33a153={};_0x33a153['keepAlive']=!![],_0x33a153[_0x5aad26(0x1dd)]=_0x27b083;const _0x23ed7b=new _0x377094[(_0x5aad26(0x1d9))](_0x33a153),_0x5392f1={};_0x5392f1[_0x5aad26(0x1dc)]=!![],_0x5392f1[_0x5aad26(0x1dd)]=_0x27b083;const _0x1da206=new _0x415163[(_0x5aad26(0x1d9))](_0x5392f1),_0x324e1d=_0x377094[_0x5aad26(0x1da)],_0x43abe8=_0x415163['request'];_0x377094[_0x5aad26(0x1da)]=function(_0x29795a,_0x514958){const _0x532ceb=_0x5aad26;if(_0x108599[_0x532ceb(0x1e5)](_0x29795a['protocol'],_0x108599[_0x532ceb(0x1db)]))return _0x29795a[_0x108599[_0x532ceb(0x1e2)]]=_0x1da206,_0x108599[_0x532ceb(0x1ee)](_0x43abe8,_0x29795a,_0x514958);return _0x29795a[_0x108599['rEotK']]=_0x23ed7b,_0x108599[_0x532ceb(0x1ee)](_0x324e1d,_0x29795a,_0x514958);};}});
@@ -1 +1 @@
1
- const a160_0x3aa0a5=a160_0x1e65;(function(_0x49c8f1,_0x53d2ed){const _0x211bc6=a160_0x1e65,_0x297a26=_0x49c8f1();while(!![]){try{const _0x4b7e16=parseInt(_0x211bc6(0x1f9))/0x1*(parseInt(_0x211bc6(0x1ee))/0x2)+-parseInt(_0x211bc6(0x1eb))/0x3+-parseInt(_0x211bc6(0x1f5))/0x4*(parseInt(_0x211bc6(0x1ec))/0x5)+-parseInt(_0x211bc6(0x1fe))/0x6+-parseInt(_0x211bc6(0x205))/0x7*(parseInt(_0x211bc6(0x1f7))/0x8)+-parseInt(_0x211bc6(0x1fc))/0x9*(-parseInt(_0x211bc6(0x1ff))/0xa)+parseInt(_0x211bc6(0x1f2))/0xb;if(_0x4b7e16===_0x53d2ed)break;else _0x297a26['push'](_0x297a26['shift']());}catch(_0x9dba45){_0x297a26['push'](_0x297a26['shift']());}}}(a160_0x46c9,0xe0f5f));function isInternalFrameFile(_0x5a83f0){const _0x4fb7e0=a160_0x1e65,_0x506f59={};_0x506f59['JLtIh']=_0x4fb7e0(0x1fa),_0x506f59['xFLhx']=_0x4fb7e0(0x1f0),_0x506f59[_0x4fb7e0(0x1f6)]='internal/',_0x506f59['Yuhmr']='<anonymous>',_0x506f59['tOzNi']=_0x4fb7e0(0x1f3);const _0xcee018=_0x506f59,_0xf9b655=_0xcee018['JLtIh']['split']('|');let _0x3c6b1d=0x0;while(!![]){switch(_0xf9b655[_0x3c6b1d++]){case'0':if(_0x5a83f0[_0x4fb7e0(0x1f4)](_0xcee018[_0x4fb7e0(0x1f8)])||_0x5a83f0[_0x4fb7e0(0x1f4)](_0xcee018[_0x4fb7e0(0x1f6)]))return!![];continue;case'1':if(_0x5a83f0[_0x4fb7e0(0x202)](_0xcee018[_0x4fb7e0(0x1f1)]))return!![];continue;case'2':if(_0x5a83f0[_0x4fb7e0(0x202)](_0xcee018[_0x4fb7e0(0x1ea)]))return!![];continue;case'3':return![];case'4':if(!_0x5a83f0)return!![];continue;}break;}}function pickUserFrameFile(_0x57973f){const _0x48a9b5=a160_0x1e65,_0x24fb29={'ZShqz':function(_0x20f639,_0x1dd3da){return _0x20f639!==_0x1dd3da;},'QqaFA':_0x48a9b5(0x1fd),'gFtmY':function(_0x52cb3c,_0x3e6d52){return _0x52cb3c(_0x3e6d52);}};if(!Array[_0x48a9b5(0x201)](_0x57973f))return null;for(const _0x3eb98d of _0x57973f){if(!_0x3eb98d||_0x24fb29[_0x48a9b5(0x200)](typeof _0x3eb98d[_0x48a9b5(0x1ef)],_0x24fb29['QqaFA']))continue;const _0x29532c=_0x3eb98d[_0x48a9b5(0x1ef)]();if(!_0x24fb29[_0x48a9b5(0x1fb)](isInternalFrameFile,_0x29532c))return _0x29532c;}return null;}const a160_0x4e4038={};function a160_0x46c9(){const _0x359a85=['11976GymCfM','xFLhx','114232eTLiQc','4|2|0|1|3','gFtmY','119430sxcThd','function','2465322BVhvhP','350JOWxFo','ZShqz','isArray','includes','isInternalFrameFile','exports','7336thsGOo','tOzNi','680817CfqzPr','2741740kApFAU','pickUserFrameFile','10WbDird','getFileName','node:','Yuhmr','29049449TpOczy','node_modules','startsWith','4VOolll','tQPsD'];a160_0x46c9=function(){return _0x359a85;};return a160_0x46c9();}function a160_0x1e65(_0x4a265e,_0x49bb75){const _0x46c93b=a160_0x46c9();return a160_0x1e65=function(_0x1e65fd,_0x18d0c4){_0x1e65fd=_0x1e65fd-0x1ea;let _0x3ba798=_0x46c93b[_0x1e65fd];return _0x3ba798;},a160_0x1e65(_0x4a265e,_0x49bb75);}a160_0x4e4038[a160_0x3aa0a5(0x203)]=isInternalFrameFile,a160_0x4e4038[a160_0x3aa0a5(0x1ed)]=pickUserFrameFile,module[a160_0x3aa0a5(0x204)]=a160_0x4e4038;
1
+ const a160_0x104883=a160_0x2d98;(function(_0x1bb44d,_0x98ab31){const _0x33e944=a160_0x2d98,_0x2dc4b3=_0x1bb44d();while(!![]){try{const _0x5c5704=parseInt(_0x33e944(0xd4))/0x1+-parseInt(_0x33e944(0xd0))/0x2*(-parseInt(_0x33e944(0xd7))/0x3)+-parseInt(_0x33e944(0xcd))/0x4*(parseInt(_0x33e944(0xcb))/0x5)+-parseInt(_0x33e944(0xe4))/0x6*(-parseInt(_0x33e944(0xdc))/0x7)+-parseInt(_0x33e944(0xd6))/0x8+parseInt(_0x33e944(0xdd))/0x9+-parseInt(_0x33e944(0xe2))/0xa;if(_0x5c5704===_0x98ab31)break;else _0x2dc4b3['push'](_0x2dc4b3['shift']());}catch(_0x22ae17){_0x2dc4b3['push'](_0x2dc4b3['shift']());}}}(a160_0x11f8,0xd6bd8));function isInternalFrameFile(_0x2cde91){const _0x3d7577=a160_0x2d98,_0x26380e={};_0x26380e[_0x3d7577(0xd9)]='0|4|1|2|3',_0x26380e[_0x3d7577(0xe1)]=_0x3d7577(0xcc),_0x26380e['knHZy']=_0x3d7577(0xd5),_0x26380e[_0x3d7577(0xe0)]='<anonymous>',_0x26380e['QwFMW']=_0x3d7577(0xd3);const _0x12efb3=_0x26380e,_0x21cc7f=_0x12efb3[_0x3d7577(0xd9)]['split']('|');let _0x21d8c7=0x0;while(!![]){switch(_0x21cc7f[_0x21d8c7++]){case'0':if(!_0x2cde91)return!![];continue;case'1':if(_0x2cde91[_0x3d7577(0xdb)](_0x12efb3[_0x3d7577(0xe1)])||_0x2cde91[_0x3d7577(0xdb)](_0x12efb3[_0x3d7577(0xce)]))return!![];continue;case'2':if(_0x2cde91[_0x3d7577(0xda)](_0x12efb3[_0x3d7577(0xe0)]))return!![];continue;case'3':return![];case'4':if(_0x2cde91['includes'](_0x12efb3[_0x3d7577(0xde)]))return!![];continue;}break;}}function a160_0x2d98(_0xe18022,_0xef73d){const _0x11f833=a160_0x11f8();return a160_0x2d98=function(_0x2d989a,_0x15e89c){_0x2d989a=_0x2d989a-0xca;let _0x3e3cbe=_0x11f833[_0x2d989a];return _0x3e3cbe;},a160_0x2d98(_0xe18022,_0xef73d);}function a160_0x11f8(){const _0x371c75=['4705168OZoKXl','5745EQzFEr','function','CnLEt','includes','startsWith','14FcgVtg','3292677EuIySh','QwFMW','isInternalFrameFile','wUNOW','fgUzE','9010570PNdGic','exports','3714702ZfZhkW','GPfgV','5YRLijR','node:','6459764uvYmnW','knHZy','getFileName','1610SQnEfi','VeUtC','pickUserFrameFile','node_modules','838058IFIDDb','internal/'];a160_0x11f8=function(){return _0x371c75;};return a160_0x11f8();}function pickUserFrameFile(_0x28085c){const _0x18dbc6=a160_0x2d98,_0x5e8cb1={'GPfgV':function(_0x172551,_0x599ca6){return _0x172551!==_0x599ca6;},'VeUtC':_0x18dbc6(0xd8),'MzyYL':function(_0x5285bf,_0x3ef005){return _0x5285bf(_0x3ef005);}};if(!Array['isArray'](_0x28085c))return null;for(const _0x52226a of _0x28085c){if(!_0x52226a||_0x5e8cb1[_0x18dbc6(0xca)](typeof _0x52226a['getFileName'],_0x5e8cb1[_0x18dbc6(0xd1)]))continue;const _0x4b290e=_0x52226a[_0x18dbc6(0xcf)]();if(!_0x5e8cb1['MzyYL'](isInternalFrameFile,_0x4b290e))return _0x4b290e;}return null;}const a160_0x583104={};a160_0x583104[a160_0x104883(0xdf)]=isInternalFrameFile,a160_0x583104[a160_0x104883(0xd2)]=pickUserFrameFile,module[a160_0x104883(0xe3)]=a160_0x583104;
@@ -1 +1 @@
1
- const a161_0x2d9c82=a161_0x4132;(function(_0x56bb97,_0x3d709b){const _0x5ccba5=a161_0x4132,_0x4ad499=_0x56bb97();while(!![]){try{const _0x424b59=parseInt(_0x5ccba5(0x192))/0x1+-parseInt(_0x5ccba5(0x171))/0x2+parseInt(_0x5ccba5(0x17e))/0x3+-parseInt(_0x5ccba5(0x185))/0x4*(parseInt(_0x5ccba5(0x19e))/0x5)+-parseInt(_0x5ccba5(0x176))/0x6*(-parseInt(_0x5ccba5(0x197))/0x7)+parseInt(_0x5ccba5(0x175))/0x8+-parseInt(_0x5ccba5(0x19c))/0x9;if(_0x424b59===_0x3d709b)break;else _0x4ad499['push'](_0x4ad499['shift']());}catch(_0x1bdc36){_0x4ad499['push'](_0x4ad499['shift']());}}}(a161_0xc9d7,0xabb8e));const path=require(a161_0x2d9c82(0x172)),{logDir}=require(a161_0x2d9c82(0x186)),a161_0x5967d6={};function a161_0xc9d7(){const _0x3770d3=['codeceptjs','TESTCAFE','JASMINE','https://upload-observability.browserstack.com','staging','CUCUMBER','env','OBSERVABILITY_UPLOAD_API_URL','codeceptjs-cucumber','puppeteer','1036267RAhZpY','api/v1/event','stag','CODECEPT_CUCUMBER','https://collector-observability-devtestops.bsstag.com','182HiyRsn','MOCHA','Playwright','upload-attachments','detox','10609128bXmoTF','exports','10rPMsOF','api/v1/batch','PLAYWRIGHT','cucumber','1619342dQxsHw','path','PUPPETEER','jasmine','10282024FweZyR','67074lOilst','testcafe','pre-prod','.obs_test_details','https://collector-observability.browserstack.com','api/v1/screenshots','assign','https://collector-observability-preprod.bsstag.com','1441185iQxhwb','DETOX','CODECEPT','newman','mocha','BROWSERSTACK_ENV','prod','801464PGOHsx','../logger','https://upload-observability-preprod.bsstag.com'];a161_0xc9d7=function(){return _0x3770d3;};return a161_0xc9d7();}a161_0x5967d6[a161_0x2d9c82(0x1a0)]=a161_0x2d9c82(0x199),a161_0x5967d6[a161_0x2d9c82(0x198)]=a161_0x2d9c82(0x182),a161_0x5967d6[a161_0x2d9c82(0x180)]=a161_0x2d9c82(0x188),a161_0x5967d6[a161_0x2d9c82(0x195)]=a161_0x2d9c82(0x190),a161_0x5967d6['JEST']='jest',a161_0x5967d6[a161_0x2d9c82(0x18d)]=a161_0x2d9c82(0x170),a161_0x5967d6[a161_0x2d9c82(0x173)]=a161_0x2d9c82(0x191),a161_0x5967d6[a161_0x2d9c82(0x189)]=a161_0x2d9c82(0x177),a161_0x5967d6['NEWMAN']=a161_0x2d9c82(0x181),a161_0x5967d6[a161_0x2d9c82(0x18a)]=a161_0x2d9c82(0x174),a161_0x5967d6[a161_0x2d9c82(0x17f)]=a161_0x2d9c82(0x19b),module['exports']={'consoleHolder':Object[a161_0x2d9c82(0x17c)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a161_0x2d9c82(0x17a),'OBSERVABILITY_UPLOAD_API_URL':a161_0x2d9c82(0x18b),'EVENT_ENDPOINT':a161_0x2d9c82(0x193),'BATCH_ENDPOINT':a161_0x2d9c82(0x19f),'SCREENSHOT_ENDPOINT':a161_0x2d9c82(0x17b),'UPLOAD_ATTACHMENT_ENDPOINT':a161_0x2d9c82(0x19a),'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['join'](logDir,a161_0x2d9c82(0x179)),'FRAMEWORKS':a161_0x5967d6};const _env=(process[a161_0x2d9c82(0x18e)][a161_0x2d9c82(0x183)]||a161_0x2d9c82(0x184))['toLowerCase']();function a161_0x4132(_0x52bfdf,_0x39e025){const _0xc9d72=a161_0xc9d7();return a161_0x4132=function(_0x413299,_0x41652c){_0x413299=_0x413299-0x170;let _0x14eb21=_0xc9d72[_0x413299];return _0x14eb21;},a161_0x4132(_0x52bfdf,_0x39e025);}if(_env===a161_0x2d9c82(0x18c)||_env===a161_0x2d9c82(0x194))module[a161_0x2d9c82(0x19d)]['API_URL']=a161_0x2d9c82(0x196),module['exports'][a161_0x2d9c82(0x18f)]='https://upload-observability-devtestops-ssi.bsstag.com';else(_env==='preprod'||_env===a161_0x2d9c82(0x178))&&(module[a161_0x2d9c82(0x19d)]['API_URL']=a161_0x2d9c82(0x17d),module[a161_0x2d9c82(0x19d)][a161_0x2d9c82(0x18f)]=a161_0x2d9c82(0x187));
1
+ function a161_0x3ad2(){const _0x2f9d93=['api/v1/batch','https://upload-observability-preprod.bsstag.com','staging','.obs_test_details','2208681QlJAqb','https://upload-observability-devtestops-ssi.bsstag.com','16RNdlBH','1177584MFOzBZ','pre-prod','7vskzXL','OBSERVABILITY_UPLOAD_API_URL','CODECEPT','DETOX','env','api/v1/event','JEST','NEWMAN','TESTCAFE','../logger','mocha','MOCHA','43270GAUXCk','1758295hUrBJT','codeceptjs','preprod','codeceptjs-cucumber','assign','3XbgSXp','join','PLAYWRIGHT','path','Playwright','jest','API_URL','1010060ajpJwW','2031745WUyQLb','https://collector-observability-devtestops.bsstag.com','jasmine','toLowerCase','api/v1/screenshots','puppeteer','testcafe','detox','exports','1084412gXjyng','CODECEPT_CUCUMBER','JASMINE','prod'];a161_0x3ad2=function(){return _0x2f9d93;};return a161_0x3ad2();}const a161_0x2c24e2=a161_0xab30;(function(_0x424cc2,_0x512661){const _0x4853e3=a161_0xab30,_0x1b9716=_0x424cc2();while(!![]){try{const _0x47aebf=-parseInt(_0x4853e3(0xb1))/0x1*(parseInt(_0x4853e3(0xbd))/0x2)+-parseInt(_0x4853e3(0xc3))/0x3*(-parseInt(_0x4853e3(0xd4))/0x4)+-parseInt(_0x4853e3(0xcb))/0x5+parseInt(_0x4853e3(0xaf))/0x6+-parseInt(_0x4853e3(0xbe))/0x7*(-parseInt(_0x4853e3(0xae))/0x8)+-parseInt(_0x4853e3(0xac))/0x9+parseInt(_0x4853e3(0xca))/0xa;if(_0x47aebf===_0x512661)break;else _0x1b9716['push'](_0x1b9716['shift']());}catch(_0x257051){_0x1b9716['push'](_0x1b9716['shift']());}}}(a161_0x3ad2,0x41514));const path=require(a161_0x2c24e2(0xc6)),{logDir}=require(a161_0x2c24e2(0xba)),a161_0x216892={};a161_0x216892[a161_0x2c24e2(0xc5)]=a161_0x2c24e2(0xc7),a161_0x216892[a161_0x2c24e2(0xbc)]=a161_0x2c24e2(0xbb),a161_0x216892[a161_0x2c24e2(0xb3)]=a161_0x2c24e2(0xbf),a161_0x216892[a161_0x2c24e2(0xd5)]=a161_0x2c24e2(0xc1),a161_0x216892[a161_0x2c24e2(0xb7)]=a161_0x2c24e2(0xc8),a161_0x216892['CUCUMBER']='cucumber',a161_0x216892['PUPPETEER']=a161_0x2c24e2(0xd0),a161_0x216892[a161_0x2c24e2(0xb9)]=a161_0x2c24e2(0xd1),a161_0x216892[a161_0x2c24e2(0xb8)]='newman',a161_0x216892[a161_0x2c24e2(0xd6)]=a161_0x2c24e2(0xcd),a161_0x216892[a161_0x2c24e2(0xb4)]=a161_0x2c24e2(0xd2),module[a161_0x2c24e2(0xd3)]={'consoleHolder':Object[a161_0x2c24e2(0xc2)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':'https://collector-observability.browserstack.com','OBSERVABILITY_UPLOAD_API_URL':'https://upload-observability.browserstack.com','EVENT_ENDPOINT':a161_0x2c24e2(0xb6),'BATCH_ENDPOINT':a161_0x2c24e2(0xd8),'SCREENSHOT_ENDPOINT':a161_0x2c24e2(0xcf),'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[a161_0x2c24e2(0xc4)](logDir,a161_0x2c24e2(0xab)),'FRAMEWORKS':a161_0x216892};function a161_0xab30(_0x2366b3,_0x16d666){const _0x3ad2d2=a161_0x3ad2();return a161_0xab30=function(_0xab305c,_0x288264){_0xab305c=_0xab305c-0xaa;let _0x1f0834=_0x3ad2d2[_0xab305c];return _0x1f0834;},a161_0xab30(_0x2366b3,_0x16d666);}const _env=(process[a161_0x2c24e2(0xb5)]['BROWSERSTACK_ENV']||a161_0x2c24e2(0xd7))[a161_0x2c24e2(0xce)]();if(_env===a161_0x2c24e2(0xaa)||_env==='stag')module[a161_0x2c24e2(0xd3)][a161_0x2c24e2(0xc9)]=a161_0x2c24e2(0xcc),module[a161_0x2c24e2(0xd3)][a161_0x2c24e2(0xb2)]=a161_0x2c24e2(0xad);else(_env===a161_0x2c24e2(0xc0)||_env===a161_0x2c24e2(0xb0))&&(module[a161_0x2c24e2(0xd3)][a161_0x2c24e2(0xc9)]='https://collector-observability-preprod.bsstag.com',module[a161_0x2c24e2(0xd3)][a161_0x2c24e2(0xb2)]=a161_0x2c24e2(0xd9));