browserstack-node-sdk 1.57.2 → 1.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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/generated/sdk-messages_pb.d.ts +376 -36
  41. package/generated/sdk-messages_pb.js +2955 -279
  42. package/generated/sdk_grpc_pb.d.ts +5 -0
  43. package/generated/sdk_grpc_pb.js +51 -0
  44. package/package.json +1 -1
  45. package/src/ai-sdk-node/bundle.js +1 -1
  46. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  47. package/src/bin/codeceptjs/command.js +1 -1
  48. package/src/bin/codeceptjs/helper.js +1 -1
  49. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  50. package/src/bin/cucumber-js/command.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  52. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  53. package/src/bin/cucumber-js/test-observability.js +1 -1
  54. package/src/bin/cucumber-js/test.setup.js +1 -1
  55. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  56. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  57. package/src/bin/integrations/command.js +1 -1
  58. package/src/bin/integrations/constants.js +1 -1
  59. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -0
  60. package/src/bin/jasmine/command.js +2 -0
  61. package/src/bin/jasmine/test.setup.js +1 -0
  62. package/src/bin/jasmine/testRunMap.js +1 -0
  63. package/src/bin/jest/command.js +1 -1
  64. package/src/bin/jest/customImplements/customCircus.js +1 -1
  65. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  66. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  67. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  68. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  69. package/src/bin/jest/jest.setup.js +1 -1
  70. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  71. package/src/bin/jest/test-observability/helper.js +1 -1
  72. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  73. package/src/bin/jest/test-observability/test-details.js +1 -1
  74. package/src/bin/jest/test.setup.js +1 -1
  75. package/src/bin/jest/test_before.setup.js +1 -1
  76. package/src/bin/launcher/launcher.js +1 -1
  77. package/src/bin/load/index.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/builderPatch.js +1 -1
  83. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  84. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  85. package/src/bin/mocha/test.setup.js +1 -1
  86. package/src/bin/newman/command.js +1 -1
  87. package/src/bin/newman/helper.js +1 -1
  88. package/src/bin/newman/reporter/index.js +1 -1
  89. package/src/bin/newman/scriptRunner.js +1 -1
  90. package/src/bin/nightwatch/command.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/sessionDetails.js +1 -1
  101. package/src/bin/puppeteer/patches.js +1 -1
  102. package/src/bin/puppeteer/sessionDetails.js +1 -1
  103. package/src/bin/puppeteer/test.setup.js +1 -1
  104. package/src/bin/runner.js +1 -1
  105. package/src/bin/setup.js +1 -1
  106. package/src/bin/test-runner/index.js +1 -1
  107. package/src/bin/test-runner/runTest.js +1 -1
  108. package/src/bin/test-runner/testWorker.js +1 -1
  109. package/src/bin/testcafe/a11y-runner.js +1 -0
  110. package/src/bin/testcafe/command.js +2 -0
  111. package/src/bin/testcafe/reporter/index.js +1 -0
  112. package/src/bin/testcafe/reporter/tcUtils.js +1 -0
  113. package/src/bin/testcafe/session-registry.js +1 -0
  114. package/src/bin/testcafe/stdout-interceptor.js +1 -0
  115. package/src/bin/testcafe/testcafe-action-patcher.js +1 -0
  116. package/src/bin/testcafe/w3c-driver.js +1 -0
  117. package/src/bin/utils/apiUtilityMethods.js +1 -1
  118. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  119. package/src/bin/utils/constants.js +1 -1
  120. package/src/bin/utils/log4jsAppender.js +1 -1
  121. package/src/bin/utils/logPatcher.js +1 -1
  122. package/src/bin/utils/logReportingAPI.js +1 -1
  123. package/src/bin/utils/playwright-patcher.js +1 -1
  124. package/src/bin/utils/puppeteer-patcher.js +1 -1
  125. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  126. package/src/bin/utils/sharedUtils.js +1 -1
  127. package/src/bin/v2/TestInfo.js +1 -1
  128. package/src/bin/v2/browserstackCLI.js +1 -1
  129. package/src/bin/v2/cliUtils.js +1 -1
  130. package/src/bin/v2/customTagManager.js +1 -1
  131. package/src/bin/v2/eventDispatcher.js +1 -1
  132. package/src/bin/v2/framework/automationFramework.js +1 -1
  133. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  134. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  136. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  137. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  138. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  140. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testFramework.js +1 -1
  142. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -0
  143. package/src/bin/v2/framework/testcafeTestFramework.js +1 -0
  144. package/src/bin/v2/grpcClient.js +1 -1
  145. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  146. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  147. package/src/bin/v2/instances/trackedContext.js +1 -1
  148. package/src/bin/v2/instances/trackedInstance.js +1 -1
  149. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  150. package/src/bin/v2/modules/baseModule.js +1 -1
  151. package/src/bin/v2/modules/loadTestModule.js +1 -1
  152. package/src/bin/v2/modules/observabilityModule.js +1 -1
  153. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  154. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  155. package/src/bin/v2/modules/testcafeDriverModule.js +1 -0
  156. package/src/bin/v2/modules/testhubModule.js +1 -1
  157. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  158. package/src/bin/v2/state/hookState.js +1 -1
  159. package/src/bin/v2/state/testFrameworkState.js +1 -1
  160. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  161. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  162. package/src/bin/v2/utils/jest-utils.js +1 -1
  163. package/src/bin/vanilla-js/command.js +1 -1
  164. package/src/browserStackSdk.js +1 -1
  165. package/src/helpers/BrowserStackSetup.js +1 -1
  166. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  167. package/src/helpers/accessibility-automation/constants.js +1 -1
  168. package/src/helpers/accessibility-automation/helper.js +1 -1
  169. package/src/helpers/accessibility-automation/scripts.js +1 -1
  170. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  171. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  172. package/src/helpers/ats/constants.js +1 -1
  173. package/src/helpers/ats/helper.js +1 -1
  174. package/src/helpers/caCertHelper.js +1 -1
  175. package/src/helpers/capsMapping.js +1 -1
  176. package/src/helpers/central-scanner/constants.js +1 -1
  177. package/src/helpers/central-scanner/helpers.js +1 -1
  178. package/src/helpers/classLogger.js +1 -1
  179. package/src/helpers/driverInitErrorReporter.js +1 -1
  180. package/src/helpers/globals.js +1 -1
  181. package/src/helpers/helper.js +1 -1
  182. package/src/helpers/logger.js +1 -1
  183. package/src/helpers/metadata.js +1 -1
  184. package/src/helpers/patchHelper.js +1 -1
  185. package/src/helpers/patchHelpers.js +1 -1
  186. package/src/helpers/percy/Percy.js +1 -1
  187. package/src/helpers/percy/PercyBinary.js +1 -1
  188. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  189. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  190. package/src/helpers/percy/PercySDK.js +1 -1
  191. package/src/helpers/percy/index.js +1 -1
  192. package/src/helpers/percy/utils.js +1 -1
  193. package/src/helpers/performance/constants.js +1 -1
  194. package/src/helpers/performance/performance-tester.js +1 -1
  195. package/src/helpers/playwright-helper.js +1 -1
  196. package/src/helpers/processHelper.js +1 -1
  197. package/src/helpers/puppeteer-helper.js +1 -1
  198. package/src/helpers/request-spy.js +1 -1
  199. package/src/helpers/setKeepAlive.js +1 -1
  200. package/src/helpers/stackFrameUtils.js +1 -1
  201. package/src/helpers/test-observability/constants.js +1 -1
  202. package/src/helpers/test-observability/error-handler.js +1 -1
  203. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  204. package/src/helpers/test-observability/sessionHandler.js +1 -1
  205. package/src/helpers/test-observability/utils.js +1 -1
  206. package/src/helpers/test-orchestration/constants.js +1 -1
  207. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  208. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  209. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  210. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  211. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  212. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  213. package/src/helpers/testhub/constants.js +1 -1
  214. package/src/helpers/testhub/testhubHandler.js +1 -1
  215. package/src/helpers/testhub/utils.js +1 -1
  216. package/src/helpers/timeoutPromise.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 a133_0xe9bcd3=a133_0x3ba9;(function(_0x383ebe,_0xbd624b){const _0x405da8=a133_0x3ba9,_0x281a25=_0x383ebe();while(!![]){try{const _0x144fb6=parseInt(_0x405da8(0x1d4))/0x1+parseInt(_0x405da8(0x1b7))/0x2+parseInt(_0x405da8(0x1d2))/0x3*(parseInt(_0x405da8(0x1bb))/0x4)+-parseInt(_0x405da8(0x1c4))/0x5+-parseInt(_0x405da8(0x180))/0x6*(parseInt(_0x405da8(0x1c0))/0x7)+parseInt(_0x405da8(0x198))/0x8*(parseInt(_0x405da8(0x1bc))/0x9)+-parseInt(_0x405da8(0x1df))/0xa*(parseInt(_0x405da8(0x186))/0xb);if(_0x144fb6===_0xbd624b)break;else _0x281a25['push'](_0x281a25['shift']());}catch(_0x10f554){_0x281a25['push'](_0x281a25['shift']());}}}(a133_0x3740,0x64398));const a133_0x4f8eb1={};function a133_0x3740(){const _0x3751dc=['SDK_CLI_ON_CONNECT',':driver-manage','AFTER_ALL','TAKE_SCREENSHOT','HUB_MANAGEMENT','APP_UPLOAD','sdk:cleanup','SAVE_RESULTS','DOWNLOAD','202590eQbEWu','SDK_DRIVER',':local-stop','TURBOSCALE_EVENTS','sdk:startBinSession',':snapshot','SDK_AUTOMATION_FRAMEWORK_START',':auto-capture','SDK_TESTHUB','SDK_HOOK',':local-start','KEEP_ALIVE','HOOK_EVENTS','SESSION_ANNOTATION','SDK_CLI_ON_STOP','TESTHUB_EVENTS','PERFORM_SCAN','SDK_ON_STOP','GENERATE_CI_ARTIFACT','sdk:testSessionEvent','sdk:driver','BEFORE_ALL',':session-annotation','sdk:cli:enqueueTestEvent','SDK_SETUP',':start','SDK_PRE_TEST',':quit','SDK_AUTOMATE','SESSION_STATUS','SDK_CLI_LOG_CREATED_EVENT','A11Y_EVENTS','SDK_AUTOMATION_FRAMEWORK_STOP',':keep-alive','sdk:driverInit','DRIVER_EVENT','sdk:driver:pre-initialization','sdk:app-automate','sdk:setup','SESSION_NAME','SDK_A11Y','sdk:observabilityConfig','SDK_AI_SELF_HEAL_STEP','O11y_EVENTS','PRINT_BUILDLINK','PERCY_EVENTS','SDK_POST_INITIALIZE','SDK_AI_SELF_HEAL_GET_RESULT','54SleCIZ','EVENTS','sdk:onStop',':before','SDK_START_BIN_SESSION','sdk:pre-test','561nhrQXx','SDK_CLI_ON_BOOTSTRAP','sdk:findNearestHub',':stop','AUTOMATE_EVENTS',':app-upload','SYNC','GET','SDK_PERCY','exports','QUIT','SDK_CLI_START','sdk:o11y',':download','SDK_PRE_INITIALIZE','sdk:cli:download','POST_EXECUTE','DRIVER_MANAGE','2634776eXoTAB','SDK_CLI_CHECK_UPDATE','SDK_AUTO_CAPTURE','SDK_CLI_ENQUEUE_TEST_EVENT',':pre-execute','SDK_CONNECT_BIN_SESSION','sdk:cli:check-update','APP_AUOTMATE_EVENTS','SDK_PROXY_SETUP','sdk:percy','sdk:cli:logCreatedEvent','SDK_APP_AUTOMATE',':driver-performscan','sdk:cli:on-bootstrap',':hub-management',':session-status','SDK_CLI_DOWNLOAD','sdk:accessibilityConfig',':after-all','SDK_FIND_NEAREST_HUB','BEFORE','sdk:aiSelfHealStep','SDK_DRIVER_INIT',':session-name','AFTER_EACH',':before-all',':screenshot-app','sdk:automationFrameworkStart',':before-each','sdk:a11y','AUTO_CAPTURE','989764sFBXuK','SDK_TURBOSCALE','GET_RESULTS_SUMMARY','STOP','5800mQURIx','9zYegvr','START','GET_RESULTS','sdk:automationFrameworkInit','6321JhTHGy','SDK_POST_TEST','LOCAL_STOP','sdk:post-test','1334390GuSvGD',':print-buildlink','sdk:proxy-setup',':sync',':get-accessibility-results-summary','LOCAL_START','SDK_ACCESSIBILITY_CONFIG','sdk:aiSelfHealGetResult','SNAPSHOT',':get','SDK_TEST_SESSION_EVENT','SDK_O11Y','sdk:hook','sdk:cli:on-stop','1344MLlYQV','sdk:cli:start','244905CUjfXB','AFTER'];a133_0x3740=function(){return _0x3751dc;};return a133_0x3740();}a133_0x4f8eb1[a133_0xe9bcd3(0x1f7)]=a133_0xe9bcd3(0x176),a133_0x4f8eb1['SDK_CLEANUP']=a133_0xe9bcd3(0x1dc),a133_0x4f8eb1[a133_0xe9bcd3(0x1f9)]=a133_0xe9bcd3(0x185),a133_0x4f8eb1['SDK_TEST']='sdk:test',a133_0x4f8eb1[a133_0xe9bcd3(0x1c1)]=a133_0xe9bcd3(0x1c3),a133_0x4f8eb1[a133_0xe9bcd3(0x1e8)]=a133_0xe9bcd3(0x1d0),a133_0x4f8eb1['SDK_DRIVER']=a133_0xe9bcd3(0x1f3),a133_0x4f8eb1['SDK_A11Y']=a133_0xe9bcd3(0x1b5),a133_0x4f8eb1[a133_0xe9bcd3(0x1cf)]=a133_0xe9bcd3(0x192),a133_0x4f8eb1[a133_0xe9bcd3(0x19a)]='sdk:auto-capture',a133_0x4f8eb1[a133_0xe9bcd3(0x1a0)]=a133_0xe9bcd3(0x1c6),a133_0x4f8eb1['SDK_TESTHUB']='sdk:testhub',a133_0x4f8eb1[a133_0xe9bcd3(0x1fb)]='sdk:automate',a133_0x4f8eb1[a133_0xe9bcd3(0x1a3)]=a133_0xe9bcd3(0x175),a133_0x4f8eb1[a133_0xe9bcd3(0x1b8)]='sdk:turboscale',a133_0x4f8eb1['SDK_PERCY']=a133_0xe9bcd3(0x1a1),a133_0x4f8eb1[a133_0xe9bcd3(0x194)]=a133_0xe9bcd3(0x174),a133_0x4f8eb1[a133_0xe9bcd3(0x17e)]='sdk:driver:post-initialization',a133_0x4f8eb1[a133_0xe9bcd3(0x191)]=a133_0xe9bcd3(0x1d3),a133_0x4f8eb1[a133_0xe9bcd3(0x1a8)]=a133_0xe9bcd3(0x195),a133_0x4f8eb1[a133_0xe9bcd3(0x199)]=a133_0xe9bcd3(0x19e),a133_0x4f8eb1[a133_0xe9bcd3(0x187)]=a133_0xe9bcd3(0x1a5),a133_0x4f8eb1[a133_0xe9bcd3(0x1d6)]='sdk:cli:on-connect',a133_0x4f8eb1[a133_0xe9bcd3(0x1ed)]=a133_0xe9bcd3(0x1d1),a133_0x4f8eb1[a133_0xe9bcd3(0x184)]=a133_0xe9bcd3(0x1e3),a133_0x4f8eb1[a133_0xe9bcd3(0x19d)]='sdk:connectBinSession',a133_0x4f8eb1[a133_0xe9bcd3(0x1ae)]=a133_0xe9bcd3(0x172),a133_0x4f8eb1[a133_0xe9bcd3(0x1ab)]=a133_0xe9bcd3(0x188),a133_0x4f8eb1['SDK_AUTOMATION_FRAMEWORK_INIT']=a133_0xe9bcd3(0x1bf),a133_0x4f8eb1[a133_0xe9bcd3(0x1e5)]=a133_0xe9bcd3(0x1b3),a133_0x4f8eb1[a133_0xe9bcd3(0x1ca)]=a133_0xe9bcd3(0x1a9),a133_0x4f8eb1['SDK_OBSERVABILITY_CONFIG']=a133_0xe9bcd3(0x179),a133_0x4f8eb1[a133_0xe9bcd3(0x17a)]=a133_0xe9bcd3(0x1ad),a133_0x4f8eb1[a133_0xe9bcd3(0x17f)]=a133_0xe9bcd3(0x1cb),a133_0x4f8eb1['SDK_TEST_FRAMEWORK_EVENT']='sdk:testFrameworkEvent',a133_0x4f8eb1[a133_0xe9bcd3(0x1ce)]=a133_0xe9bcd3(0x1f2),a133_0x4f8eb1[a133_0xe9bcd3(0x16e)]=a133_0xe9bcd3(0x1a2),a133_0x4f8eb1[a133_0xe9bcd3(0x19b)]=a133_0xe9bcd3(0x1f6),a133_0x4f8eb1[a133_0xe9bcd3(0x170)]='sdk:automationFrameworkStop',a133_0x4f8eb1[a133_0xe9bcd3(0x1f0)]=a133_0xe9bcd3(0x182);const SDK_EVENTS=a133_0x4f8eb1,a133_0x28e46a={};function a133_0x3ba9(_0x32cc7a,_0x132113){const _0x3740d8=a133_0x3740();return a133_0x3ba9=function(_0x3ba907,_0x32bdcc){_0x3ba907=_0x3ba907-0x16e;let _0x19015e=_0x3740d8[_0x3ba907];return _0x19015e;},a133_0x3ba9(_0x32cc7a,_0x132113);}a133_0x28e46a[a133_0xe9bcd3(0x181)]=SDK_EVENTS,a133_0x28e46a[a133_0xe9bcd3(0x1ee)]={},a133_0x28e46a[a133_0xe9bcd3(0x18a)]={},a133_0x28e46a[a133_0xe9bcd3(0x16f)]={},a133_0x28e46a[a133_0xe9bcd3(0x17d)]={},a133_0x28e46a[a133_0xe9bcd3(0x17b)]={},a133_0x28e46a[a133_0xe9bcd3(0x1eb)]={},a133_0x28e46a[a133_0xe9bcd3(0x1e2)]={},a133_0x28e46a[a133_0xe9bcd3(0x19f)]={},a133_0x28e46a[a133_0xe9bcd3(0x173)]={},a133_0x28e46a[a133_0xe9bcd3(0x1ee)][a133_0xe9bcd3(0x1bd)]=SDK_EVENTS['SDK_TESTHUB']+a133_0xe9bcd3(0x1f8),a133_0x28e46a[a133_0xe9bcd3(0x1ee)][a133_0xe9bcd3(0x1ba)]=SDK_EVENTS[a133_0xe9bcd3(0x1e7)]+a133_0xe9bcd3(0x189),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1ea)]=SDK_EVENTS[a133_0xe9bcd3(0x1fb)]+a133_0xe9bcd3(0x171),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1da)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0xe9bcd3(0x1a6),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1c9)]=SDK_EVENTS[a133_0xe9bcd3(0x1fb)]+a133_0xe9bcd3(0x1e9),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1c2)]=SDK_EVENTS[a133_0xe9bcd3(0x1fb)]+a133_0xe9bcd3(0x1e1),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x197)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0xe9bcd3(0x1d7),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x177)]=SDK_EVENTS[a133_0xe9bcd3(0x1fb)]+a133_0xe9bcd3(0x1af),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1fc)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0xe9bcd3(0x1a7),a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1ec)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0xe9bcd3(0x1f5),a133_0x28e46a[a133_0xe9bcd3(0x18a)]['IDLE_TIMEOUT']=SDK_EVENTS[a133_0xe9bcd3(0x1fb)]+':idle-timeout',a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x1f1)]=SDK_EVENTS[a133_0xe9bcd3(0x1fb)]+':ci-artifacts',a133_0x28e46a[a133_0xe9bcd3(0x18a)][a133_0xe9bcd3(0x17c)]=SDK_EVENTS['SDK_AUTOMATE']+a133_0xe9bcd3(0x1c5),a133_0x28e46a[a133_0xe9bcd3(0x16f)][a133_0xe9bcd3(0x1ef)]=SDK_EVENTS[a133_0xe9bcd3(0x178)]+a133_0xe9bcd3(0x1a4),a133_0x28e46a[a133_0xe9bcd3(0x16f)][a133_0xe9bcd3(0x1dd)]=SDK_EVENTS[a133_0xe9bcd3(0x178)]+':save-results',a133_0x28e46a[a133_0xe9bcd3(0x16f)][a133_0xe9bcd3(0x1be)]=SDK_EVENTS[a133_0xe9bcd3(0x178)]+':get-accessibility-results',a133_0x28e46a[a133_0xe9bcd3(0x16f)][a133_0xe9bcd3(0x1b9)]=SDK_EVENTS['SDK_A11Y']+a133_0xe9bcd3(0x1c8),a133_0x28e46a[a133_0xe9bcd3(0x17d)][a133_0xe9bcd3(0x1de)]=SDK_EVENTS[a133_0xe9bcd3(0x18e)]+a133_0xe9bcd3(0x193),a133_0x28e46a[a133_0xe9bcd3(0x17d)]['SCREENSHOT']=SDK_EVENTS[a133_0xe9bcd3(0x18e)]+':screenshot',a133_0x28e46a[a133_0xe9bcd3(0x17d)][a133_0xe9bcd3(0x1bd)]=SDK_EVENTS['SDK_PERCY']+a133_0xe9bcd3(0x1f8),a133_0x28e46a[a133_0xe9bcd3(0x17d)][a133_0xe9bcd3(0x1ba)]=SDK_EVENTS[a133_0xe9bcd3(0x18e)]+a133_0xe9bcd3(0x189),a133_0x28e46a[a133_0xe9bcd3(0x17d)][a133_0xe9bcd3(0x1b6)]=SDK_EVENTS[a133_0xe9bcd3(0x18e)]+a133_0xe9bcd3(0x1e6),a133_0x28e46a[a133_0xe9bcd3(0x17d)][a133_0xe9bcd3(0x1cc)]=SDK_EVENTS[a133_0xe9bcd3(0x18e)]+a133_0xe9bcd3(0x1e4),a133_0x28e46a[a133_0xe9bcd3(0x17d)]['SCREENSHOT_APP']=SDK_EVENTS['SDK_PERCY']+a133_0xe9bcd3(0x1b2),a133_0x28e46a[a133_0xe9bcd3(0x17b)][a133_0xe9bcd3(0x18c)]=SDK_EVENTS[a133_0xe9bcd3(0x1cf)]+a133_0xe9bcd3(0x1c7),a133_0x28e46a[a133_0xe9bcd3(0x17b)][a133_0xe9bcd3(0x1d9)]=SDK_EVENTS[a133_0xe9bcd3(0x1cf)]+':driver-takeScreenShot',a133_0x28e46a[a133_0xe9bcd3(0x17b)][a133_0xe9bcd3(0x17c)]=SDK_EVENTS[a133_0xe9bcd3(0x1cf)]+a133_0xe9bcd3(0x1c5),a133_0x28e46a[a133_0xe9bcd3(0x1eb)]['BEFORE_EACH']=SDK_EVENTS['SDK_HOOK']+a133_0xe9bcd3(0x1b4),a133_0x28e46a[a133_0xe9bcd3(0x1eb)][a133_0xe9bcd3(0x1b0)]=SDK_EVENTS[a133_0xe9bcd3(0x1e8)]+':after-each',a133_0x28e46a[a133_0xe9bcd3(0x1eb)][a133_0xe9bcd3(0x1d8)]=SDK_EVENTS[a133_0xe9bcd3(0x1e8)]+a133_0xe9bcd3(0x1aa),a133_0x28e46a[a133_0xe9bcd3(0x1eb)][a133_0xe9bcd3(0x1f4)]=SDK_EVENTS['SDK_HOOK']+a133_0xe9bcd3(0x1b1),a133_0x28e46a[a133_0xe9bcd3(0x1eb)][a133_0xe9bcd3(0x1ac)]=SDK_EVENTS[a133_0xe9bcd3(0x1e8)]+a133_0xe9bcd3(0x183),a133_0x28e46a[a133_0xe9bcd3(0x1eb)][a133_0xe9bcd3(0x1d5)]=SDK_EVENTS[a133_0xe9bcd3(0x1e8)]+':after',a133_0x28e46a[a133_0xe9bcd3(0x1e2)]['HUB_MANAGEMENT']=SDK_EVENTS['SDK_TURBOSCALE']+a133_0xe9bcd3(0x1a6),a133_0x28e46a[a133_0xe9bcd3(0x1e2)][a133_0xe9bcd3(0x17c)]=SDK_EVENTS[a133_0xe9bcd3(0x1b8)]+a133_0xe9bcd3(0x1c5),a133_0x28e46a[a133_0xe9bcd3(0x19f)][a133_0xe9bcd3(0x1db)]=SDK_EVENTS[a133_0xe9bcd3(0x1a3)]+a133_0xe9bcd3(0x18b),a133_0x28e46a[a133_0xe9bcd3(0x173)][a133_0xe9bcd3(0x190)]=SDK_EVENTS['SDK_DRIVER']+a133_0xe9bcd3(0x1fa),a133_0x28e46a[a133_0xe9bcd3(0x173)][a133_0xe9bcd3(0x18d)]=SDK_EVENTS[a133_0xe9bcd3(0x1e0)]+a133_0xe9bcd3(0x1cd),a133_0x28e46a[a133_0xe9bcd3(0x173)]['PRE_EXECUTE']=SDK_EVENTS[a133_0xe9bcd3(0x1e0)]+a133_0xe9bcd3(0x19c),a133_0x28e46a[a133_0xe9bcd3(0x173)][a133_0xe9bcd3(0x196)]=SDK_EVENTS[a133_0xe9bcd3(0x1e0)]+':post-execute',module[a133_0xe9bcd3(0x18f)]=a133_0x28e46a;
1
+ const a148_0x434549=a148_0x54e3;function a148_0x54e3(_0x525a2d,_0x2052f1){const _0x475922=a148_0x4759();return a148_0x54e3=function(_0x54e36d,_0x41206b){_0x54e36d=_0x54e36d-0xa2;let _0x1ba247=_0x475922[_0x54e36d];return _0x1ba247;},a148_0x54e3(_0x525a2d,_0x2052f1);}(function(_0x3d07eb,_0x109f11){const _0x1794fa=a148_0x54e3,_0x3364cb=_0x3d07eb();while(!![]){try{const _0x4b1505=-parseInt(_0x1794fa(0xb9))/0x1*(parseInt(_0x1794fa(0xf1))/0x2)+parseInt(_0x1794fa(0x118))/0x3+parseInt(_0x1794fa(0x120))/0x4+parseInt(_0x1794fa(0xe3))/0x5+parseInt(_0x1794fa(0xc2))/0x6*(parseInt(_0x1794fa(0xd8))/0x7)+-parseInt(_0x1794fa(0xd1))/0x8+-parseInt(_0x1794fa(0x108))/0x9;if(_0x4b1505===_0x109f11)break;else _0x3364cb['push'](_0x3364cb['shift']());}catch(_0x54061c){_0x3364cb['push'](_0x3364cb['shift']());}}}(a148_0x4759,0x81b88));const a148_0x406388={};a148_0x406388[a148_0x434549(0xe2)]=a148_0x434549(0xb0),a148_0x406388[a148_0x434549(0xd9)]=a148_0x434549(0xee),a148_0x406388[a148_0x434549(0xc7)]=a148_0x434549(0xa6),a148_0x406388[a148_0x434549(0xd3)]=a148_0x434549(0x121),a148_0x406388['SDK_POST_TEST']='sdk:post-test',a148_0x406388[a148_0x434549(0xdf)]=a148_0x434549(0xe6),a148_0x406388['SDK_DRIVER']='sdk:driver',a148_0x406388[a148_0x434549(0x11b)]=a148_0x434549(0x11c),a148_0x406388[a148_0x434549(0xf8)]=a148_0x434549(0xab),a148_0x406388[a148_0x434549(0xd5)]='sdk:auto-capture',a148_0x406388[a148_0x434549(0xe9)]=a148_0x434549(0xea),a148_0x406388['SDK_TESTHUB']=a148_0x434549(0xe7),a148_0x406388['SDK_AUTOMATE']='sdk:automate',a148_0x406388['SDK_APP_AUTOMATE']=a148_0x434549(0xca),a148_0x406388[a148_0x434549(0x116)]='sdk:turboscale',a148_0x406388[a148_0x434549(0x117)]=a148_0x434549(0x110),a148_0x406388[a148_0x434549(0xb2)]=a148_0x434549(0xa4),a148_0x406388['SDK_POST_INITIALIZE']=a148_0x434549(0xb8),a148_0x406388[a148_0x434549(0xc8)]=a148_0x434549(0x10a),a148_0x406388['SDK_CLI_DOWNLOAD']=a148_0x434549(0xcf),a148_0x406388['SDK_CLI_CHECK_UPDATE']=a148_0x434549(0x100),a148_0x406388['SDK_CLI_ON_BOOTSTRAP']=a148_0x434549(0xb5),a148_0x406388[a148_0x434549(0x115)]='sdk:cli:on-connect',a148_0x406388[a148_0x434549(0xd0)]='sdk:cli:on-stop',a148_0x406388[a148_0x434549(0xdb)]=a148_0x434549(0xd2),a148_0x406388[a148_0x434549(0xba)]=a148_0x434549(0xe1),a148_0x406388[a148_0x434549(0xb1)]=a148_0x434549(0xcb),a148_0x406388[a148_0x434549(0xf6)]=a148_0x434549(0xbb),a148_0x406388[a148_0x434549(0x109)]='sdk:automationFrameworkInit',a148_0x406388[a148_0x434549(0xad)]='sdk:automationFrameworkStart',a148_0x406388[a148_0x434549(0xb7)]=a148_0x434549(0xa3),a148_0x406388[a148_0x434549(0xdc)]=a148_0x434549(0xc9),a148_0x406388[a148_0x434549(0x119)]=a148_0x434549(0xc5),a148_0x406388['SDK_AI_SELF_HEAL_GET_RESULT']='sdk:aiSelfHealGetResult',a148_0x406388[a148_0x434549(0x112)]=a148_0x434549(0xf0),a148_0x406388[a148_0x434549(0x10d)]=a148_0x434549(0xf5),a148_0x406388[a148_0x434549(0x122)]='sdk:cli:logCreatedEvent',a148_0x406388[a148_0x434549(0xcd)]=a148_0x434549(0xc1),a148_0x406388[a148_0x434549(0xf7)]=a148_0x434549(0x114),a148_0x406388['SDK_ON_STOP']='sdk:onStop';function a148_0x4759(){const _0x53e8aa=[':screenshot-app','SDK_HOOK','HUB_MANAGEMENT','sdk:connectBinSession','SDK_SETUP','4113325pZLxTS',':sync','BEFORE_ALL','sdk:hook','sdk:testhub','SDK_DRIVER','SDK_PROXY_SETUP','sdk:proxy-setup','APP_UPLOAD',':before-all','SDK_AUTOMATE','sdk:cleanup',':start','sdk:testFrameworkEvent','621766JYYfQM','SDK_TESTHUB',':session-annotation','KEEP_ALIVE','sdk:testSessionEvent','SDK_FIND_NEAREST_HUB','SDK_AUTOMATION_FRAMEWORK_STOP','SDK_O11Y','TURBOSCALE_EVENTS',':session-status','SAVE_RESULTS','SNAPSHOT','A11Y_EVENTS',':before',':local-start','sdk:cli:check-update',':download','PRINT_BUILDLINK',':save-results',':app-upload','AUTOMATE_EVENTS',':hub-management','GENERATE_CI_ARTIFACT','12563127UBOKYm','SDK_AUTOMATION_FRAMEWORK_INIT','sdk:cli:start',':idle-timeout',':session-name','SDK_TEST_SESSION_EVENT','GET_RESULTS_SUMMARY','DRIVER_MANAGE','sdk:percy','BEFORE','SDK_TEST_FRAMEWORK_EVENT','IDLE_TIMEOUT','sdk:automationFrameworkStop','SDK_CLI_ON_CONNECT','SDK_TURBOSCALE','SDK_PERCY','1260597PQtkjh','SDK_AI_SELF_HEAL_STEP','PERFORM_SCAN','SDK_A11Y','sdk:a11y','DOWNLOAD',':keep-alive',':after','3883384mmbjnE','sdk:test','SDK_CLI_LOG_CREATED_EVENT','O11y_EVENTS','sdk:accessibilityConfig','sdk:driver:pre-initialization',':before-each','sdk:pre-test','STOP',':driver-takeScreenShot','PERCY_EVENTS',':ci-artifacts','sdk:o11y',':pre-execute','SDK_AUTOMATION_FRAMEWORK_START',':get-accessibility-results','SESSION_ANNOTATION','sdk:setup','SDK_DRIVER_INIT','SDK_PRE_INITIALIZE',':print-buildlink','HOOK_EVENTS','sdk:cli:on-bootstrap','START','SDK_ACCESSIBILITY_CONFIG','sdk:driver:post-initialization','1KAjvHx','SDK_CONNECT_BIN_SESSION','sdk:findNearestHub','DRIVER_EVENT',':screenshot','SCREENSHOT_APP','TESTHUB_EVENTS',':get','sdk:cli:enqueueTestEvent','290760riXuUF','LOCAL_STOP','EVENTS','sdk:aiSelfHealStep',':stop','SDK_PRE_TEST','SDK_CLI_START','sdk:observabilityConfig','sdk:app-automate','sdk:driverInit','AFTER_EACH','SDK_CLI_ENQUEUE_TEST_EVENT','SYNC','sdk:cli:download','SDK_CLI_ON_STOP','5619904cZbzpL','sdk:startBinSession','SDK_TEST',':driver-performscan','SDK_AUTO_CAPTURE','APP_AUOTMATE_EVENTS','LOCAL_START','105GjNzGk','SDK_CLEANUP',':local-stop','SDK_START_BIN_SESSION','SDK_OBSERVABILITY_CONFIG',':after-all'];a148_0x4759=function(){return _0x53e8aa;};return a148_0x4759();}const SDK_EVENTS=a148_0x406388,a148_0x143670={};a148_0x143670[a148_0x434549(0xc4)]=SDK_EVENTS,a148_0x143670[a148_0x434549(0xbf)]={},a148_0x143670[a148_0x434549(0x105)]={},a148_0x143670[a148_0x434549(0xfd)]={},a148_0x143670[a148_0x434549(0xa9)]={},a148_0x143670[a148_0x434549(0xa2)]={},a148_0x143670[a148_0x434549(0xb4)]={},a148_0x143670[a148_0x434549(0xf9)]={},a148_0x143670[a148_0x434549(0xd6)]={},a148_0x143670[a148_0x434549(0xbc)]={},a148_0x143670[a148_0x434549(0xbf)][a148_0x434549(0xb6)]=SDK_EVENTS[a148_0x434549(0xf2)]+':start',a148_0x143670[a148_0x434549(0xbf)][a148_0x434549(0xa7)]=SDK_EVENTS[a148_0x434549(0xf2)]+a148_0x434549(0xc6),a148_0x143670[a148_0x434549(0x105)][a148_0x434549(0xf4)]=SDK_EVENTS[a148_0x434549(0xed)]+a148_0x434549(0x11e),a148_0x143670[a148_0x434549(0x105)][a148_0x434549(0xe0)]=SDK_EVENTS[a148_0x434549(0xed)]+a148_0x434549(0x106),a148_0x143670[a148_0x434549(0x105)][a148_0x434549(0xd7)]=SDK_EVENTS[a148_0x434549(0xed)]+a148_0x434549(0xff),a148_0x143670[a148_0x434549(0x105)][a148_0x434549(0xc3)]=SDK_EVENTS[a148_0x434549(0xed)]+a148_0x434549(0xda),a148_0x143670[a148_0x434549(0x105)][a148_0x434549(0x10f)]=SDK_EVENTS[a148_0x434549(0xed)]+':driver-manage',a148_0x143670[a148_0x434549(0x105)]['SESSION_NAME']=SDK_EVENTS[a148_0x434549(0xed)]+a148_0x434549(0x10c),a148_0x143670[a148_0x434549(0x105)]['SESSION_STATUS']=SDK_EVENTS['SDK_AUTOMATE']+a148_0x434549(0xfa),a148_0x143670[a148_0x434549(0x105)][a148_0x434549(0xaf)]=SDK_EVENTS['SDK_AUTOMATE']+a148_0x434549(0xf3),a148_0x143670[a148_0x434549(0x105)][a148_0x434549(0x113)]=SDK_EVENTS['SDK_AUTOMATE']+a148_0x434549(0x10b),a148_0x143670[a148_0x434549(0x105)][a148_0x434549(0x107)]=SDK_EVENTS[a148_0x434549(0xed)]+a148_0x434549(0xaa),a148_0x143670[a148_0x434549(0x105)][a148_0x434549(0x102)]=SDK_EVENTS[a148_0x434549(0xed)]+a148_0x434549(0xb3),a148_0x143670[a148_0x434549(0xfd)][a148_0x434549(0x11a)]=SDK_EVENTS[a148_0x434549(0x11b)]+a148_0x434549(0xd4),a148_0x143670[a148_0x434549(0xfd)][a148_0x434549(0xfb)]=SDK_EVENTS['SDK_A11Y']+a148_0x434549(0x103),a148_0x143670[a148_0x434549(0xfd)]['GET_RESULTS']=SDK_EVENTS['SDK_A11Y']+a148_0x434549(0xae),a148_0x143670[a148_0x434549(0xfd)][a148_0x434549(0x10e)]=SDK_EVENTS[a148_0x434549(0x11b)]+':get-accessibility-results-summary',a148_0x143670[a148_0x434549(0xa9)][a148_0x434549(0x11d)]=SDK_EVENTS['SDK_PERCY']+a148_0x434549(0x101),a148_0x143670[a148_0x434549(0xa9)]['SCREENSHOT']=SDK_EVENTS[a148_0x434549(0x117)]+a148_0x434549(0xbd),a148_0x143670[a148_0x434549(0xa9)][a148_0x434549(0xb6)]=SDK_EVENTS['SDK_PERCY']+a148_0x434549(0xef),a148_0x143670[a148_0x434549(0xa9)][a148_0x434549(0xa7)]=SDK_EVENTS[a148_0x434549(0x117)]+a148_0x434549(0xc6),a148_0x143670[a148_0x434549(0xa9)]['AUTO_CAPTURE']=SDK_EVENTS[a148_0x434549(0x117)]+':auto-capture',a148_0x143670[a148_0x434549(0xa9)][a148_0x434549(0xfc)]=SDK_EVENTS[a148_0x434549(0x117)]+':snapshot',a148_0x143670[a148_0x434549(0xa9)][a148_0x434549(0xbe)]=SDK_EVENTS['SDK_PERCY']+a148_0x434549(0xde),a148_0x143670[a148_0x434549(0xa2)][a148_0x434549(0xce)]=SDK_EVENTS['SDK_O11Y']+a148_0x434549(0xe4),a148_0x143670[a148_0x434549(0xa2)]['TAKE_SCREENSHOT']=SDK_EVENTS[a148_0x434549(0xf8)]+a148_0x434549(0xa8),a148_0x143670[a148_0x434549(0xa2)][a148_0x434549(0x102)]=SDK_EVENTS[a148_0x434549(0xf8)]+':print-buildlink',a148_0x143670[a148_0x434549(0xb4)]['BEFORE_EACH']=SDK_EVENTS[a148_0x434549(0xdf)]+a148_0x434549(0xa5),a148_0x143670[a148_0x434549(0xb4)][a148_0x434549(0xcc)]=SDK_EVENTS['SDK_HOOK']+':after-each',a148_0x143670[a148_0x434549(0xb4)]['AFTER_ALL']=SDK_EVENTS['SDK_HOOK']+a148_0x434549(0xdd),a148_0x143670[a148_0x434549(0xb4)][a148_0x434549(0xe5)]=SDK_EVENTS[a148_0x434549(0xdf)]+a148_0x434549(0xec),a148_0x143670[a148_0x434549(0xb4)][a148_0x434549(0x111)]=SDK_EVENTS[a148_0x434549(0xdf)]+a148_0x434549(0xfe),a148_0x143670[a148_0x434549(0xb4)]['AFTER']=SDK_EVENTS[a148_0x434549(0xdf)]+a148_0x434549(0x11f),a148_0x143670[a148_0x434549(0xf9)][a148_0x434549(0xe0)]=SDK_EVENTS[a148_0x434549(0x116)]+a148_0x434549(0x106),a148_0x143670[a148_0x434549(0xf9)][a148_0x434549(0x102)]=SDK_EVENTS[a148_0x434549(0x116)]+':print-buildlink',a148_0x143670[a148_0x434549(0xd6)][a148_0x434549(0xeb)]=SDK_EVENTS['SDK_APP_AUTOMATE']+a148_0x434549(0x104),a148_0x143670[a148_0x434549(0xbc)]['QUIT']=SDK_EVENTS['SDK_DRIVER']+':quit',a148_0x143670[a148_0x434549(0xbc)]['GET']=SDK_EVENTS[a148_0x434549(0xe8)]+a148_0x434549(0xc0),a148_0x143670[a148_0x434549(0xbc)]['PRE_EXECUTE']=SDK_EVENTS['SDK_DRIVER']+a148_0x434549(0xac),a148_0x143670[a148_0x434549(0xbc)]['POST_EXECUTE']=SDK_EVENTS[a148_0x434549(0xe8)]+':post-execute',module['exports']=a148_0x143670;
@@ -1 +1 @@
1
- const a134_0x40e0f2=a134_0x45ce;(function(_0xaaed2a,_0xa7fb78){const _0x5e8793=a134_0x45ce,_0x5f3593=_0xaaed2a();while(!![]){try{const _0xf37189=parseInt(_0x5e8793(0x118))/0x1+-parseInt(_0x5e8793(0x13b))/0x2+parseInt(_0x5e8793(0x98))/0x3*(parseInt(_0x5e8793(0x8f))/0x4)+parseInt(_0x5e8793(0x93))/0x5+parseInt(_0x5e8793(0xdd))/0x6+-parseInt(_0x5e8793(0xa2))/0x7*(parseInt(_0x5e8793(0x11d))/0x8)+parseInt(_0x5e8793(0x103))/0x9*(-parseInt(_0x5e8793(0x10d))/0xa);if(_0xf37189===_0xa7fb78)break;else _0x5f3593['push'](_0x5f3593['shift']());}catch(_0x40022c){_0x5f3593['push'](_0x5f3593['shift']());}}}(a134_0x867e,0x7b487));const fs=require('fs'),fsPromise=require(a134_0x40e0f2(0xc7)),{performance,PerformanceObserver}=require('perf_hooks'),path=require('path'),util=require(a134_0x40e0f2(0xd1)),logger=require(a134_0x40e0f2(0xaa))[a134_0x40e0f2(0x92)],{getLogDir}=require(a134_0x40e0f2(0xaa)),{getProcessId,sleep,debug,getTestName}=require(a134_0x40e0f2(0xf4));class PerformanceTester{static [a134_0x40e0f2(0x101)];static ['_events']=[];static [a134_0x40e0f2(0x121)]=[];static [a134_0x40e0f2(0x11c)]=[];static [a134_0x40e0f2(0x113)]=![];static ['jsonReportDirName']='performance-report';static [a134_0x40e0f2(0xfb)]=process[a134_0x40e0f2(0xa0)][a134_0x40e0f2(0xe8)]?path[a134_0x40e0f2(0xd6)](process[a134_0x40e0f2(0xa0)]['browserStackCwd'],a134_0x40e0f2(0x109)):path['join'](process['cwd'](),a134_0x40e0f2(0x109));static [a134_0x40e0f2(0xa5)]=this['errorReportDirName']+a134_0x40e0f2(0xe5)+getProcessId()+a134_0x40e0f2(0xa3);static [a134_0x40e0f2(0xf3)]={};static [a134_0x40e0f2(0xf1)]={};static['startMonitoring'](_0x1be09a,_0x3d7d39=this['errorReportDirName']+a134_0x40e0f2(0xe5)+getProcessId()+'.json'){const _0x468023=a134_0x40e0f2,_0x331ec6={'fjefF':function(_0x187075,_0x34992c){return _0x187075===_0x34992c;},'mVLZz':'measure','HmbQE':function(_0x28dbad){return _0x28dbad();},'ievUY':function(_0x4eb76d,_0x5da12a){return _0x4eb76d+_0x5da12a;},'YHXCM':_0x468023(0xae),'gglQf':_0x468023(0x114)};try{this[_0x468023(0x124)]=path['join'](_0x331ec6['HmbQE'](getLogDir),this['jsonReportDirName']),!_0x1be09a&&(_0x1be09a=this['jsonReportDirPath']+'/performance-report-'+_0x331ec6['HmbQE'](getProcessId)+_0x468023(0xa3)),!fs['existsSync'](this[_0x468023(0x124)])&&fs['mkdirSync'](this['jsonReportDirPath']);}catch(_0x3c3e4d){logger[_0x468023(0xa4)](_0x331ec6[_0x468023(0x126)](_0x331ec6[_0x468023(0xc3)],_0x3c3e4d));}if(this['started']||!this['isEnabled']())return;this[_0x468023(0x101)]=new PerformanceObserver(_0x12026f=>{const _0x12b2e3=_0x468023;_0x12026f[_0x12b2e3(0x11f)]()['forEach'](_0x408cda=>{const _0x2266a2=_0x12b2e3;if(_0x331ec6[_0x2266a2(0xab)](_0x408cda[_0x2266a2(0x9d)],_0x331ec6[_0x2266a2(0xfe)])){let _0x268f48={};if(_0x408cda['toJSON'])_0x268f48=_0x408cda[_0x2266a2(0xff)]();else for(const _0xdf68d3 in _0x408cda){_0x268f48[_0xdf68d3]=_0x408cda[_0xdf68d3];}this[_0x2266a2(0xf3)][_0x408cda['name']]&&(_0x268f48=Object['assign'](_0x268f48,this['details'][_0x408cda['name']])),delete this[_0x2266a2(0xf3)][_0x408cda[_0x2266a2(0x10b)]],this[_0x2266a2(0x121)][_0x2266a2(0x9a)](_0x268f48);}else this[_0x2266a2(0x11a)][_0x2266a2(0x9a)](_0x408cda);});});const _0x27da7d={};_0x27da7d[_0x468023(0x10f)]=!![],_0x27da7d[_0x468023(0x105)]=[_0x331ec6[_0x468023(0x99)],_0x331ec6['mVLZz']],this[_0x468023(0x101)][_0x468023(0xbb)](_0x27da7d),this[_0x468023(0x113)]=!![],this['jsonReportFileName']=_0x1be09a,this[_0x468023(0xa5)]=_0x3d7d39;}static['getPerformance'](){return performance;}static[a134_0x40e0f2(0x139)](_0x34bf8b,_0x8d3634){const _0x920006=a134_0x40e0f2,_0x3a03a5={};_0x3a03a5[_0x920006(0x102)]=function(_0x4775c5,_0x57c564){return _0x4775c5+_0x57c564;},_0x3a03a5[_0x920006(0x127)]=function(_0x2167ab,_0x35c74f){return _0x2167ab||_0x35c74f;},_0x3a03a5['YOmCw']=function(_0x179d88,_0x4503d2){return _0x179d88===_0x4503d2;};const _0x512ef3=_0x3a03a5,_0x1d6b45={};if(!_0x34bf8b||_0x512ef3['YOmCw'](_0x34bf8b[_0x920006(0xfa)],0x0))return;_0x34bf8b[_0x920006(0xd7)](_0x1a57ba=>{const _0x331423=_0x920006;!_0x1d6b45[_0x1a57ba[_0x331423(0x10b)]]&&(_0x1d6b45[_0x1a57ba[_0x331423(0x10b)]]=0x0),_0x1d6b45[_0x1a57ba[_0x331423(0x10b)]]+=_0x1a57ba[_0x331423(0xec)];});const _0x377a16=_0x8d3634[_0x920006(0xcb)]((_0x5c0de3,_0x52f8f4)=>{const _0x41e72b=_0x920006;return _0x512ef3[_0x41e72b(0x102)](_0x1d6b45[_0x52f8f4],_0x512ef3[_0x41e72b(0x127)](_0x5c0de3,0x0));},0x0);return _0x377a16;}static async[a134_0x40e0f2(0x128)](_0x1ce19c,_0x401a0a){const _0x831c2e=a134_0x40e0f2,_0x4a094a={'MJPAk':function(_0x50611b,_0x54daa){return _0x50611b+_0x54daa;},'pmKpo':function(_0x54302e,_0x2fe7c2){return _0x54302e||_0x2fe7c2;},'Ssrpj':function(_0x219048,_0x131177){return _0x219048===_0x131177;},'UNqDN':function(_0x10dc86,_0x62e04){return _0x10dc86(_0x62e04);}};if(!_0x1ce19c||_0x4a094a[_0x831c2e(0xfc)](_0x1ce19c[_0x831c2e(0xfa)],0x0))return 0x0;const _0x44e2e7=[];for(const _0x5c020a of _0x1ce19c){const _0x29508d=path['join']('.',_0x5c020a);try{const _0x5293f9=this[_0x831c2e(0x90)](_0x29508d);_0x5293f9[_0x831c2e(0xd7)](_0x2d00a0=>{const _0x161b4c=_0x831c2e;!_0x44e2e7[_0x2d00a0[_0x161b4c(0x10b)]]&&(_0x44e2e7[_0x2d00a0['name']]=0x0),_0x44e2e7[_0x2d00a0[_0x161b4c(0x10b)]]+=_0x2d00a0[_0x161b4c(0xec)];});}catch(_0xcbf688){_0x4a094a[_0x831c2e(0xd9)](debug,_0x831c2e(0xba)+_0xcbf688['toString']());}}const _0x4be5b5=_0x401a0a['reduce']((_0x59e71d,_0xa6914b)=>{const _0x5b3d7c=_0x831c2e;return _0x4a094a[_0x5b3d7c(0xd3)](_0x44e2e7[_0xa6914b],_0x4a094a[_0x5b3d7c(0x132)](_0x59e71d,0x0));},0x0);return _0x4a094a[_0x831c2e(0xd9)](debug,_0x831c2e(0x111)+_0x401a0a+'\x20for\x20all\x20processes\x20is\x20'+_0x4be5b5),_0x4be5b5;}static['getEventsFromJSON'](_0x3553fd){const _0x2cd865=a134_0x40e0f2;if(_0x3553fd){if(!fs[_0x2cd865(0xda)](_0x3553fd))return[];return JSON[_0x2cd865(0x137)](fs[_0x2cd865(0xc4)](_0x3553fd)[_0x2cd865(0x108)]());}}static async['stopAndGenerate'](_0x4fbbb8='performance-own.html',_0x73ced1=null){const _0x28427c=a134_0x40e0f2,_0x34f7fc={'nbWky':function(_0x4cdc02,_0x8b8723){return _0x4cdc02(_0x8b8723);},'EtIQB':function(_0x284cd4,_0x3424cf){return _0x284cd4(_0x3424cf);}};if(!this['started'])return;await _0x34f7fc[_0x28427c(0xe4)](sleep,0x1e),this[_0x28427c(0x101)][_0x28427c(0xb3)](),this['started']=![],this[_0x28427c(0xdc)](this['_events']);const _0x2f057d=this[_0x28427c(0xef)](this[_0x28427c(0x11a)]),_0x200baf=path[_0x28427c(0xd6)](process[_0x28427c(0xe6)](),_0x4fbbb8);fs[_0x28427c(0x95)](_0x200baf,_0x2f057d,_0x1aaee2=>{const _0x15c453=_0x28427c;if(_0x1aaee2){_0x34f7fc[_0x15c453(0x133)](debug,_0x15c453(0x12f)+_0x1aaee2[_0x15c453(0x108)]());return;}_0x34f7fc[_0x15c453(0x133)](debug,_0x15c453(0x10e)+_0x200baf);});if(_0x73ced1)return this['calculateTimeFromEvents'](this[_0x28427c(0x11a)],_0x73ced1);}static['generateHTMLReport'](_0x263b5){const _0x32abe9=a134_0x40e0f2,_0x4b40f8={};_0x4b40f8[_0x32abe9(0xb5)]=_0x32abe9(0xf2),_0x4b40f8[_0x32abe9(0x96)]=_0x32abe9(0x135),_0x4b40f8[_0x32abe9(0xac)]=_0x32abe9(0xce),_0x4b40f8['EAUDD']=_0x32abe9(0xb0);const _0x53b5c9=_0x4b40f8;let _0x5a586c=_0x53b5c9[_0x32abe9(0xb5)];return _0x5a586c+=_0x53b5c9[_0x32abe9(0x96)],_0x5a586c+=_0x53b5c9['UQBxg'],_0x263b5[_0x32abe9(0xcf)](_0x2a5832=>{const _0x1133cc=_0x32abe9;_0x5a586c+='<tr><td>'+_0x2a5832[_0x1133cc(0x10b)]+'</td><td>'+_0x2a5832[_0x1133cc(0xec)]+_0x1133cc(0x104);}),_0x5a586c+=_0x53b5c9[_0x32abe9(0x119)],_0x5a586c;}static[a134_0x40e0f2(0xdc)](_0x13d2aa){const _0x4f9c41=a134_0x40e0f2;if(!this[_0x4f9c41(0xdf)])return;const _0x3e5e00={};_0x13d2aa[_0x4f9c41(0xd7)](_0x1b487e=>{const _0x5c9123=_0x4f9c41;!_0x3e5e00[_0x1b487e['name']]&&(_0x3e5e00[_0x1b487e[_0x5c9123(0x10b)]]=0x0),_0x3e5e00[_0x1b487e[_0x5c9123(0x10b)]]+=_0x1b487e['duration'];});const _0x354c81=Object[_0x4f9c41(0xc2)](_0x3e5e00)[_0x4f9c41(0xd7)](([_0x223870,_0x204e2a])=>{const _0x115849=_0x4f9c41,_0xc7a200={};return _0xc7a200[_0x115849(0x10b)]=_0x223870,_0xc7a200[_0x115849(0xec)]=_0x204e2a,_0xc7a200;});fs[_0x4f9c41(0xa6)](this[_0x4f9c41(0xdf)],JSON[_0x4f9c41(0x9c)](_0x354c81));}static[a134_0x40e0f2(0xf9)](){const _0x4bfc78=a134_0x40e0f2,_0x29c813={};_0x29c813['KFyNH']=function(_0x17c5db,_0x123c1b){return _0x17c5db===_0x123c1b;},_0x29c813[_0x4bfc78(0xb9)]='false';const _0x490ff5=_0x29c813;return!_0x490ff5['KFyNH'](process[_0x4bfc78(0xa0)][_0x4bfc78(0xe9)],_0x490ff5[_0x4bfc78(0xb9)]);}static['measure'](_0x1c5cac,_0x3d6b35,_0x14f040=null,_0x596b11={},_0x1d0c7e=null){const _0x18823d=a134_0x40e0f2,_0x5a8e21={'YEgEU':function(_0x327983,_0x15b1e2){return _0x327983(_0x15b1e2);},'Jllkd':function(_0x1c5894,_0x47c467){return _0x1c5894 instanceof _0x47c467;}};try{if(this[_0x18823d(0x113)]&&this[_0x18823d(0xf9)]()){let _0x2d9ab1=_0x1c5cac;_0x14f040&&(_0x2d9ab1=_0x1c5cac+'['+JSON['stringify'](_0x14f040)+']');PerformanceTester[_0x18823d(0xe7)](_0x2d9ab1),this[_0x18823d(0xf3)]&&(this[_0x18823d(0xf3)][_0x2d9ab1]=_0x596b11);try{const _0x21ed3b=_0x3d6b35['apply'](null,_0x1d0c7e);if(_0x5a8e21['Jllkd'](_0x21ed3b,Promise))return new Promise((_0x1445a0,_0x33451d)=>{const _0x446a29=_0x18823d,_0x5ed553={'Dpogq':function(_0x337653,_0x387cff){return _0x5a8e21['YEgEU'](_0x337653,_0x387cff);}};_0x21ed3b[_0x446a29(0xb7)](_0x373718=>{const _0x16f281=_0x446a29;PerformanceTester['end'](_0x2d9ab1),_0x5ed553[_0x16f281(0x115)](_0x1445a0,_0x373718);})['catch'](_0x640cc0=>{const _0x4b8d32=_0x446a29;PerformanceTester[_0x4b8d32(0x11e)](_0x2d9ab1,![],util[_0x4b8d32(0x8d)](_0x640cc0)),_0x5a8e21['YEgEU'](_0x33451d,_0x640cc0);});});;return PerformanceTester[_0x18823d(0x11e)](_0x2d9ab1),_0x21ed3b;}catch(_0x25e650){PerformanceTester[_0x18823d(0x11e)](_0x2d9ab1,![],util[_0x18823d(0x8d)](_0x25e650));throw _0x25e650;}};return _0x3d6b35['apply'](null,_0x1d0c7e);}catch(_0x49f5b3){return logger['debug'](_0x18823d(0xe1)+(_0x49f5b3[_0x18823d(0xad)]||_0x49f5b3[_0x18823d(0x136)]||_0x49f5b3)),_0x3d6b35[_0x18823d(0x91)](null,_0x1d0c7e);}}static[a134_0x40e0f2(0xb1)](_0x4c8299,_0x37d756,_0x161959={}){const _0x4a4bc1=a134_0x40e0f2,_0xea3162={'HQAzl':function(_0x1c69ef){return _0x1c69ef();},'fOeVg':function(_0x10da10){return _0x10da10();}},_0x2c5675=this;return _0x161959[_0x4a4bc1(0xbc)]=_0xea3162[_0x4a4bc1(0x10a)](getProcessId),_0x161959[_0x4a4bc1(0x97)]=_0xea3162[_0x4a4bc1(0x10c)](getTestName),_0x161959[_0x4a4bc1(0xb4)]=global[_0x4a4bc1(0x94)]&&global[_0x4a4bc1(0x94)]['index'],function(){const _0x27612b=_0x4a4bc1,_0x2fc00e=[_0x4c8299,_0x37d756,null,_0x161959]['concat'](arguments);return _0x2c5675[_0x27612b(0xbe)][_0x27612b(0x91)](_0x2c5675,_0x2fc00e);};}static[a134_0x40e0f2(0xb6)](){const _0x5aa231=a134_0x40e0f2,_0x346095=/(^.*)\[(.*)\]$/,_0x47d998={},_0x2d6a5a={},_0x591154=[],_0x19eb9a=this['_measureEvents'][_0x5aa231(0xf6)](0x0,this[_0x5aa231(0x121)][_0x5aa231(0xfa)]);for(const _0x40ba2a of _0x19eb9a){const _0x1c2ea6=_0x40ba2a['name'][_0x5aa231(0x8b)](_0x346095),_0xaf32c1=Object[_0x5aa231(0xca)]({},_0x40ba2a);_0x1c2ea6&&(_0xaf32c1[_0x5aa231(0x10b)]=_0x1c2ea6[0x1],_0xaf32c1[_0x5aa231(0xd0)]=JSON[_0x5aa231(0x137)](_0x1c2ea6[0x2])),_0x591154[_0x5aa231(0x9a)](_0xaf32c1);}return _0x591154;}static[a134_0x40e0f2(0x125)](){const _0x1f4254=a134_0x40e0f2,_0x3a6999={'ekNgg':function(_0x58b75d){return _0x58b75d();},'xflUr':function(_0xd2527b,_0x348f75){return _0xd2527b+_0x348f75;},'tvSwZ':_0x1f4254(0xcd),'KhJFV':function(_0x4d0c3c,_0x6220f4){return _0x4d0c3c===_0x6220f4;},'Fcflt':function(_0x172ef9,_0x460ee2){return _0x172ef9+_0x460ee2;}};try{this['jsonReportDirPath']=path[_0x1f4254(0xd6)](_0x3a6999[_0x1f4254(0x117)](getLogDir),this[_0x1f4254(0xc6)]);if(fs[_0x1f4254(0xda)](this[_0x1f4254(0x124)])){const _0x2a9189=fs[_0x1f4254(0x9b)](this[_0x1f4254(0x124)]);for(const _0x4fe7a9 of _0x2a9189){fs[_0x1f4254(0x12e)](path[_0x1f4254(0xd6)](this['jsonReportDirPath'],_0x4fe7a9));}}}catch(_0x17c9d5){logger['debug'](_0x3a6999[_0x1f4254(0xc1)](_0x3a6999[_0x1f4254(0x120)],_0x17c9d5));}if(_0x3a6999[_0x1f4254(0x106)](this[_0x1f4254(0x121)]['length'],0x0))return;const _0x1ed25b=this[_0x1f4254(0xb6)](),_0x122850=JSON['stringify'](_0x1ed25b),_0x4c4ed1=_0x3a6999[_0x1f4254(0x8a)](_0x122850[_0x1f4254(0xd8)](0x1,-0x1),',');fs['appendFileSync'](this[_0x1f4254(0xdf)],_0x4c4ed1);}static async[a134_0x40e0f2(0x112)](){const _0xa519a1=a134_0x40e0f2,_0x592aba={'SMwLB':function(_0x5ca3a0){return _0x5ca3a0();},'qGvUF':function(_0x14ab9c,_0x2db0e7){return _0x14ab9c===_0x2db0e7;},'sAYGF':'key-metrics.json','vTdbK':_0xa519a1(0xbf),'csmSN':'modified-key-metrics.json','PPOMC':function(_0x420d9c,_0x239c54){return _0x420d9c+_0x239c54;},'pvVmi':function(_0x49b40d,_0x4524bc){return _0x49b40d+_0x4524bc;},'fUshg':'Error\x20processing\x20key-metrics.json:\x20%s','CpCTw':_0xa519a1(0xf5),'bbbEY':_0xa519a1(0x116),'OqbWA':function(_0x281308,_0x1c0f76){return _0x281308>_0x1c0f76;}};this[_0xa519a1(0x124)]=path[_0xa519a1(0xd6)](_0x592aba[_0xa519a1(0xa1)](getLogDir),this[_0xa519a1(0xc6)]);if(!this[_0xa519a1(0x113)]||_0x592aba[_0xa519a1(0x107)](this[_0xa519a1(0x121)][_0xa519a1(0xfa)],0x0))return[];if(!fs['existsSync'](this[_0xa519a1(0x124)]))return this[_0xa519a1(0x121)];const _0x57b679=(await fsPromise[_0xa519a1(0xf0)](this[_0xa519a1(0x124)]))[_0xa519a1(0xd7)](_0x48f806=>path[_0xa519a1(0xbd)](this[_0xa519a1(0x124)],_0x48f806));try{const _0x1300ba=path[_0xa519a1(0xa7)](this['jsonReportDirPath']),_0x1d0118=path[_0xa519a1(0xd6)](_0x1300ba,_0x592aba[_0xa519a1(0xb8)]);if(fs[_0xa519a1(0xda)](_0x1d0118))try{await fsPromise[_0xa519a1(0x123)](_0x1d0118,fs[_0xa519a1(0xc5)]['F_OK']);const _0x2e9da1=await fsPromise[_0xa519a1(0x134)](_0x1d0118,_0x592aba['vTdbK']),_0x1bb737=JSON[_0xa519a1(0x137)](_0x2e9da1),_0x1f8623=path['join'](this[_0xa519a1(0x124)],_0x592aba['csmSN']);let _0x119575='';Array[_0xa519a1(0x110)](_0x1bb737)?_0x119575=_0x592aba[_0xa519a1(0x131)](_0x1bb737[_0xa519a1(0xd7)](_0x317a87=>JSON[_0xa519a1(0x9c)](_0x317a87))[_0xa519a1(0xd6)](','),','):_0x119575=_0x592aba[_0xa519a1(0xfd)](JSON[_0xa519a1(0x9c)](_0x1bb737),','),await fsPromise[_0xa519a1(0x95)](_0x1f8623,_0x119575),_0x57b679[_0xa519a1(0x9a)](_0x1f8623),await fsPromise[_0xa519a1(0x100)](_0x1d0118);}catch(_0x11ea6d){logger[_0xa519a1(0xaf)](util[_0xa519a1(0x8d)](_0x592aba[_0xa519a1(0xee)],_0x11ea6d['stack']||_0x11ea6d[_0xa519a1(0x136)]||_0x11ea6d));}else logger['info'](_0x592aba[_0xa519a1(0xa8)]);}catch(_0xeeef4f){logger[_0xa519a1(0xaf)](util[_0xa519a1(0x8d)](_0x592aba['bbbEY'],_0xeeef4f['stack']||_0xeeef4f[_0xa519a1(0x136)]||_0xeeef4f));}let _0x1958d7=(await Promise[_0xa519a1(0xf7)](_0x57b679['map'](_0x35b17f=>fsPromise['readFile'](_0x35b17f,_0xa519a1(0xbf)))))[_0xa519a1(0xd7)](_0x4348ae=>'['+_0x4348ae[_0xa519a1(0xd8)](0x0,-0x1)+']')[_0xa519a1(0xd7)](_0x383fc9=>JSON['parse'](_0x383fc9))[_0xa519a1(0xdb)]();return _0x592aba[_0xa519a1(0xeb)](this[_0xa519a1(0x121)][_0xa519a1(0xfa)],0x0)&&(_0x1958d7=_0x1958d7['concat'](this[_0xa519a1(0xb6)]())),this[_0xa519a1(0x101)]['disconnect'](),_0x1958d7;}static[a134_0x40e0f2(0x129)](){const _0x11023a=a134_0x40e0f2,_0x2bdad3={};_0x2bdad3['xcvmz']=function(_0x363385,_0x4dd0d5){return _0x363385===_0x4dd0d5;},_0x2bdad3['UHAxl']=function(_0x497701,_0x374d56){return _0x497701+_0x374d56;};const _0x4ad4f7=_0x2bdad3;if(_0x4ad4f7[_0x11023a(0x138)](this['_errorEvents']['length'],0x0))return;const _0x484375=JSON[_0x11023a(0x9c)](this[_0x11023a(0x11c)]),_0x5908b3=_0x4ad4f7[_0x11023a(0xc9)](_0x484375[_0x11023a(0xd8)](0x1,-0x1),',');fs[_0x11023a(0xe2)](this[_0x11023a(0x11b)],_0x5908b3);}static[a134_0x40e0f2(0x12c)](){const _0x3fa547=a134_0x40e0f2,_0x43d641={};_0x43d641[_0x3fa547(0xe0)]=function(_0xa8ff44,_0xe22913){return _0xa8ff44>_0xe22913;};const _0x3a4dd7=_0x43d641;if(this[_0x3fa547(0xa5)]){if(!fs[_0x3fa547(0xda)](this[_0x3fa547(0xa5)]))return this[_0x3fa547(0x11c)];let _0x2fbdee=fs[_0x3fa547(0xc4)](this['errorReportFileName'])[_0x3fa547(0x108)]();_0x2fbdee='['+_0x2fbdee[_0x3fa547(0xd8)](0x0,-0x1)+']';let _0x278492=JSON['parse'](_0x2fbdee);return _0x3a4dd7[_0x3fa547(0xe0)](this[_0x3fa547(0x11c)][_0x3fa547(0xfa)],0x0)&&(_0x278492=_0x278492[_0x3fa547(0xc0)](this['_errorEvents'])),fs[_0x3fa547(0x12e)](this[_0x3fa547(0xa5)]),_0x278492;}}static['captureError'](_0x3a262b){const _0x5df3ac=a134_0x40e0f2;if(!this[_0x5df3ac(0xf9)]())return;this[_0x5df3ac(0x11c)]['push']({'message':_0x3a262b['message'],'trace':_0x3a262b[_0x5df3ac(0xad)],'code':_0x3a262b['code']||null,'time':new Date()});}static[a134_0x40e0f2(0xe3)](){const _0x52534e=a134_0x40e0f2;try{if(!this['isEnabled']())return;this['_observer'][_0x52534e(0xb3)](),this[_0x52534e(0x125)](),this['pushErrors']();}catch(_0x3b4b80){logger[_0x52534e(0xa4)](_0x52534e(0x130)+util[_0x52534e(0x8d)](_0x3b4b80));}}static async[a134_0x40e0f2(0xc8)](){const _0x58fd2a=a134_0x40e0f2,_0x417e16={'PkhRP':function(_0x5655f4,_0x55b332){return _0x5655f4(_0x55b332);}};await _0x417e16[_0x58fd2a(0xd5)](sleep,0x1e);const _0xf96aa9=await this[_0x58fd2a(0x112)](),_0x28541d=this[_0x58fd2a(0x12c)]();if(!this[_0x58fd2a(0xf9)]()){const _0x3bcd5c={};return _0x3bcd5c['measures']=[],_0x3bcd5c['errors']=[],_0x3bcd5c;}const _0x13749d={};return _0x13749d[_0x58fd2a(0x122)]=_0xf96aa9,_0x13749d['errors']=_0x28541d,_0x13749d;}static['start'](_0x51ee39){const _0x2cb96f=a134_0x40e0f2,_0x3c9ee7={};_0x3c9ee7['Jsatf']=function(_0x14a898,_0x42dc9a){return _0x14a898+_0x42dc9a;},_0x3c9ee7[_0x2cb96f(0xed)]=_0x2cb96f(0xf8);const _0x16b20e=_0x3c9ee7,_0x181e2c=_0x16b20e[_0x2cb96f(0x12a)](_0x51ee39,_0x16b20e[_0x2cb96f(0xed)]);if(this[_0x2cb96f(0xf1)][_0x181e2c])return;performance['mark'](_0x181e2c),this[_0x2cb96f(0xf1)][_0x181e2c]=0x1;}static[a134_0x40e0f2(0x11e)](_0x2ca8d7,_0x2af68e=!![],_0xcb6374=null,_0x1ade61={}){const _0xe57fdb=a134_0x40e0f2,_0x2ffd64={'zaGpr':_0xe57fdb(0xd4),'iUeEM':function(_0x223365,_0x51e87a){return _0x223365+_0x51e87a;},'OhlsX':_0xe57fdb(0x13a),'snKEW':function(_0x3bf7e,_0x410b61){return _0x3bf7e+_0x410b61;},'UxDwb':'-start','lGwak':function(_0x397eaa){return _0x397eaa();},'UaGBO':function(_0x31b2eb){return _0x31b2eb();},'qTbNH':function(_0x4c5e56,_0x3ed022){return _0x4c5e56+_0x3ed022;}},_0xbc8788=_0x2ffd64['zaGpr'][_0xe57fdb(0x12d)]('|');let _0x3155f3=0x0;while(!![]){switch(_0xbc8788[_0x3155f3++]){case'0':performance[_0xe57fdb(0x12b)](_0x2ffd64[_0xe57fdb(0x9f)](_0x2ca8d7,_0x2ffd64[_0xe57fdb(0xcc)]));continue;case'1':delete this['eventsMap'][_0x2ffd64[_0xe57fdb(0xb2)](_0x2ca8d7,_0x2ffd64[_0xe57fdb(0xea)])];continue;case'2':const _0x58b577={};_0x58b577[_0xe57fdb(0x8e)]=_0x2af68e,_0x58b577[_0xe57fdb(0x9e)]=_0xcb6374,this[_0xe57fdb(0xf3)][_0x2ca8d7]=Object[_0xe57fdb(0xca)](_0x58b577,Object['assign'](Object['assign']({'worker':_0x2ffd64[_0xe57fdb(0x8c)](getProcessId),'platform':global[_0xe57fdb(0x94)]&&global[_0xe57fdb(0x94)]['index'],'testName':_0x2ffd64[_0xe57fdb(0xde)](getTestName)},_0x1ade61),this[_0xe57fdb(0xf3)][_0x2ca8d7]||{}));continue;case'3':this[_0xe57fdb(0xf1)][_0x2ffd64[_0xe57fdb(0xb2)](_0x2ca8d7,_0x2ffd64[_0xe57fdb(0xea)])]&&performance[_0xe57fdb(0xbe)](_0x2ca8d7,_0x2ffd64[_0xe57fdb(0xb2)](_0x2ca8d7,_0x2ffd64[_0xe57fdb(0xea)]),_0x2ffd64[_0xe57fdb(0xd2)](_0x2ca8d7,_0x2ffd64['OhlsX']));continue;case'4':if(!this[_0xe57fdb(0xf1)][_0x2ffd64[_0xe57fdb(0xd2)](_0x2ca8d7,_0x2ffd64['UxDwb'])])return;continue;}break;}}}function a134_0x45ce(_0x3cbb93,_0xcb5d56){const _0x867e5f=a134_0x867e();return a134_0x45ce=function(_0x45ceaa,_0x37d021){_0x45ceaa=_0x45ceaa-0x8a;let _0x3fa384=_0x867e5f[_0x45ceaa];return _0x3fa384;},a134_0x45ce(_0x3cbb93,_0xcb5d56);}function a134_0x867e(){const _0x3dd876=['writeFile','jLrjU','testName','302637zlYeRT','gglQf','push','readdirSync','stringify','entryType','failure','iUeEM','env','SMwLB','6977229qdPXVE','.json','debug','errorReportFileName','writeFileSync','dirname','CpCTw','exports','../logger','fjefF','UQBxg','stack','Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','info','</tbody></table></body></html>','measureWrapper','snKEW','disconnect','platform','tgZUJ','getCleanedPerfEvents','then','sAYGF','YooNn','Error\x20in\x20doing\x20csv\x20operations:\x20','observe','worker','resolve','measure','utf-8','concat','xflUr','entries','YHXCM','readFileSync','constants','jsonReportDirName','fs/promises','finalize','UHAxl','assign','reduce','OhlsX','Error\x20while\x20removing\x20files:\x20','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','forEach','meta','util','qTbNH','MJPAk','4|0|3|1|2','PkhRP','join','map','slice','UNqDN','existsSync','flat','generateJSON','3959778exQyyg','UaGBO','jsonReportFileName','zBKNC','error\x20in\x20measure\x20','appendFileSync','stopMonitoring','EtIQB','/error-report-','cwd','start','browserStackCwd','BROWSERSTACK_SDK_INSTRUMENTATION','UxDwb','OqbWA','duration','lUzsr','fUshg','generateHTMLReport','readdir','eventsMap','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','details','../processHelper','key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','splice','all','-start','isEnabled','length','errorReportDirName','Ssrpj','pvVmi','mVLZz','toJSON','unlink','_observer','JgqUS','84411DQFkIN','</td></tr>','entryTypes','KhJFV','qGvUF','toString','error-report','HQAzl','name','fOeVg','1230BTJnbY','Performance\x20report\x20is\x20at\x20','buffered','isArray','Time\x20for\x20','finalizePerfMeasures','started','function','Dpogq','Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','ekNgg','873940VTlfxY','EAUDD','_events','errorFile','_errorEvents','8lCbMoe','end','getEntries','tvSwZ','_measureEvents','measures','access','jsonReportDirPath','pushPerfMeasures','ievUY','NOsoV','calculateTimesFromMultipleFiles','pushErrors','Jsatf','mark','finalizeErrors','split','unlinkSync','Error\x20in\x20writing\x20html\x20','Error\x20stopping\x20monitoring\x20','PPOMC','pmKpo','nbWky','readFile','<h1>Performance\x20Report</h1>','message','parse','xcvmz','calculateTimeFromEvents','-end','306822PzPgpr','Fcflt','match','lGwak','format','success','40GoHjqc','getEventsFromJSON','apply','winstonLogger','1330245hQDQUu','__platformCaps'];a134_0x867e=function(){return _0x3dd876;};return a134_0x867e();}module[a134_0x40e0f2(0xa9)]=PerformanceTester;
1
+ const a149_0x5110e3=a149_0x3fb7;function a149_0x3fb7(_0x582130,_0x309532){const _0x4742a8=a149_0x4742();return a149_0x3fb7=function(_0x3fb733,_0x1a330b){_0x3fb733=_0x3fb733-0x85;let _0x63be00=_0x4742a8[_0x3fb733];return _0x63be00;},a149_0x3fb7(_0x582130,_0x309532);}(function(_0x3faa78,_0x2696d1){const _0x449837=a149_0x3fb7,_0x4ebf93=_0x3faa78();while(!![]){try{const _0x32c4e5=parseInt(_0x449837(0xcd))/0x1*(-parseInt(_0x449837(0xe7))/0x2)+-parseInt(_0x449837(0xfd))/0x3*(-parseInt(_0x449837(0xa3))/0x4)+-parseInt(_0x449837(0xe9))/0x5*(parseInt(_0x449837(0xc6))/0x6)+parseInt(_0x449837(0xee))/0x7*(-parseInt(_0x449837(0x107))/0x8)+-parseInt(_0x449837(0x101))/0x9+parseInt(_0x449837(0x10a))/0xa*(-parseInt(_0x449837(0x8d))/0xb)+parseInt(_0x449837(0x8f))/0xc;if(_0x32c4e5===_0x2696d1)break;else _0x4ebf93['push'](_0x4ebf93['shift']());}catch(_0x92b2ae){_0x4ebf93['push'](_0x4ebf93['shift']());}}}(a149_0x4742,0x3ecc1));const fs=require('fs'),fsPromise=require(a149_0x5110e3(0xef)),{performance,PerformanceObserver}=require(a149_0x5110e3(0xc2)),path=require('path'),util=require(a149_0x5110e3(0x98)),logger=require(a149_0x5110e3(0xf9))[a149_0x5110e3(0x12d)],{getLogDir}=require(a149_0x5110e3(0xf9)),{getProcessId,sleep,debug,getTestName}=require(a149_0x5110e3(0xce));class PerformanceTester{static [a149_0x5110e3(0x133)];static [a149_0x5110e3(0x118)]=[];static [a149_0x5110e3(0xe5)]=[];static [a149_0x5110e3(0xc7)]=[];static ['started']=![];static [a149_0x5110e3(0x88)]=a149_0x5110e3(0xaf);static [a149_0x5110e3(0xd5)]=process[a149_0x5110e3(0xbf)][a149_0x5110e3(0xdd)]?path[a149_0x5110e3(0xfb)](process[a149_0x5110e3(0xbf)][a149_0x5110e3(0xdd)],a149_0x5110e3(0xb3)):path['join'](process['cwd'](),'error-report');static [a149_0x5110e3(0xd8)]=this['errorReportDirName']+a149_0x5110e3(0xf0)+getProcessId()+a149_0x5110e3(0x10c);static [a149_0x5110e3(0xd4)]={};static ['eventsMap']={};static[a149_0x5110e3(0x12c)](_0x234ff9,_0x133207=this[a149_0x5110e3(0xd5)]+a149_0x5110e3(0xf0)+getProcessId()+a149_0x5110e3(0x10c)){const _0x32c604=a149_0x5110e3,_0x1c4304={'CuSHz':function(_0x2d49dc,_0x2eb25e){return _0x2d49dc===_0x2eb25e;},'CslCh':_0x32c604(0x106),'yxugz':function(_0x106233){return _0x106233();},'cijQX':function(_0x1830a3){return _0x1830a3();},'izHOu':function(_0x3955c5,_0x58aa99){return _0x3955c5+_0x58aa99;},'cingD':_0x32c604(0x117),'VxNga':'function'};try{this['jsonReportDirPath']=path['join'](_0x1c4304[_0x32c604(0x121)](getLogDir),this[_0x32c604(0x88)]),!_0x234ff9&&(_0x234ff9=this[_0x32c604(0xe2)]+'/performance-report-'+_0x1c4304['cijQX'](getProcessId)+_0x32c604(0x10c)),!fs[_0x32c604(0x12b)](this[_0x32c604(0xe2)])&&fs[_0x32c604(0x89)](this[_0x32c604(0xe2)]);}catch(_0x412806){logger[_0x32c604(0xf8)](_0x1c4304['izHOu'](_0x1c4304[_0x32c604(0xe1)],_0x412806));}if(this[_0x32c604(0xbe)]||!this[_0x32c604(0x131)]())return;this['_observer']=new PerformanceObserver(_0x2bfe04=>{const _0x4a87e2=_0x32c604;_0x2bfe04[_0x4a87e2(0xb5)]()['forEach'](_0x2c28ef=>{const _0x469e41=_0x4a87e2;if(_0x1c4304[_0x469e41(0xeb)](_0x2c28ef['entryType'],_0x1c4304[_0x469e41(0x12e)])){let _0x260bd4={};if(_0x2c28ef['toJSON'])_0x260bd4=_0x2c28ef[_0x469e41(0x111)]();else for(const _0x50f228 in _0x2c28ef){_0x260bd4[_0x50f228]=_0x2c28ef[_0x50f228];}this[_0x469e41(0xd4)][_0x2c28ef[_0x469e41(0x9f)]]&&(_0x260bd4=Object[_0x469e41(0xcc)](_0x260bd4,this[_0x469e41(0xd4)][_0x2c28ef['name']])),delete this[_0x469e41(0xd4)][_0x2c28ef[_0x469e41(0x9f)]],this[_0x469e41(0xe5)]['push'](_0x260bd4);}else this[_0x469e41(0x118)][_0x469e41(0xc5)](_0x2c28ef);});});const _0x1ba370={};_0x1ba370[_0x32c604(0xf1)]=!![],_0x1ba370[_0x32c604(0xb8)]=[_0x1c4304['VxNga'],_0x1c4304[_0x32c604(0x12e)]],this['_observer']['observe'](_0x1ba370),this[_0x32c604(0xbe)]=!![],this['jsonReportFileName']=_0x234ff9,this[_0x32c604(0xd8)]=_0x133207;}static['getPerformance'](){return performance;}static[a149_0x5110e3(0x99)](_0x13ab16,_0x2e0c02){const _0x1289ad=a149_0x5110e3,_0x3c4d8e={};_0x3c4d8e['RYSGW']=function(_0x289676,_0x42aeca){return _0x289676+_0x42aeca;},_0x3c4d8e['KMEey']=function(_0x350b46,_0x29ffcc){return _0x350b46||_0x29ffcc;},_0x3c4d8e[_0x1289ad(0x94)]=function(_0x4d340c,_0x1ce4be){return _0x4d340c===_0x1ce4be;};const _0x55d8d6=_0x3c4d8e,_0x989da0={};if(!_0x13ab16||_0x55d8d6[_0x1289ad(0x94)](_0x13ab16[_0x1289ad(0xa9)],0x0))return;_0x13ab16[_0x1289ad(0x9b)](_0xbcb07=>{const _0x183380=_0x1289ad;!_0x989da0[_0xbcb07[_0x183380(0x9f)]]&&(_0x989da0[_0xbcb07[_0x183380(0x9f)]]=0x0),_0x989da0[_0xbcb07['name']]+=_0xbcb07[_0x183380(0x11c)];});const _0x11e5ef=_0x2e0c02['reduce']((_0x1ecb2b,_0x583993)=>{const _0xeda25d=_0x1289ad;return _0x55d8d6['RYSGW'](_0x989da0[_0x583993],_0x55d8d6[_0xeda25d(0x9e)](_0x1ecb2b,0x0));},0x0);return _0x11e5ef;}static async[a149_0x5110e3(0x85)](_0x553fdb,_0x38c361){const _0xf12736=a149_0x5110e3,_0x2ca9af={'oIFmW':function(_0x1a6059,_0x155e79){return _0x1a6059+_0x155e79;},'xuMQp':function(_0x5ce6a0,_0x567347){return _0x5ce6a0||_0x567347;},'cQCxp':function(_0x1a51cb,_0x3b7c38){return _0x1a51cb===_0x3b7c38;},'KWZCs':function(_0x2a08d0,_0x5b7408){return _0x2a08d0(_0x5b7408);},'lKtAQ':function(_0x48fe43,_0x2e90fb){return _0x48fe43(_0x2e90fb);}};if(!_0x553fdb||_0x2ca9af['cQCxp'](_0x553fdb[_0xf12736(0xa9)],0x0))return 0x0;const _0x57ce0b=[];for(const _0xda463a of _0x553fdb){const _0x7b0b31=path[_0xf12736(0xfb)]('.',_0xda463a);try{const _0x4e9e11=this[_0xf12736(0xa8)](_0x7b0b31);_0x4e9e11[_0xf12736(0x9b)](_0x530193=>{const _0x5438f4=_0xf12736;!_0x57ce0b[_0x530193['name']]&&(_0x57ce0b[_0x530193['name']]=0x0),_0x57ce0b[_0x530193[_0x5438f4(0x9f)]]+=_0x530193[_0x5438f4(0x11c)];});}catch(_0x30bc6c){_0x2ca9af[_0xf12736(0x105)](debug,_0xf12736(0xa4)+_0x30bc6c[_0xf12736(0x10f)]());}}const _0x5cd8c0=_0x38c361['reduce']((_0x1f186d,_0x31e8f6)=>{return _0x2ca9af['oIFmW'](_0x57ce0b[_0x31e8f6],_0x2ca9af['xuMQp'](_0x1f186d,0x0));},0x0);return _0x2ca9af['lKtAQ'](debug,_0xf12736(0x124)+_0x38c361+_0xf12736(0x11d)+_0x5cd8c0),_0x5cd8c0;}static[a149_0x5110e3(0xa8)](_0x22e6fc){const _0x233565=a149_0x5110e3;if(_0x22e6fc){if(!fs[_0x233565(0x12b)](_0x22e6fc))return[];return JSON[_0x233565(0xac)](fs[_0x233565(0x126)](_0x22e6fc)[_0x233565(0x10f)]());}}static async['stopAndGenerate'](_0x434ad9='performance-own.html',_0x294f40=null){const _0x2e4b3e=a149_0x5110e3,_0x2196b3={'agMzs':function(_0x161ab7,_0x152fc7){return _0x161ab7(_0x152fc7);}};if(!this['started'])return;await _0x2196b3[_0x2e4b3e(0xff)](sleep,0x1e),this['_observer']['disconnect'](),this[_0x2e4b3e(0xbe)]=![],this[_0x2e4b3e(0xfe)](this[_0x2e4b3e(0x118)]);const _0x300c75=this['generateHTMLReport'](this['_events']),_0x36bd97=path['join'](process[_0x2e4b3e(0xe8)](),_0x434ad9);fs[_0x2e4b3e(0xb4)](_0x36bd97,_0x300c75,_0x1051b3=>{const _0x885fd9=_0x2e4b3e;if(_0x1051b3){_0x2196b3['agMzs'](debug,_0x885fd9(0xbd)+_0x1051b3[_0x885fd9(0x10f)]());return;}_0x2196b3[_0x885fd9(0xff)](debug,'Performance\x20report\x20is\x20at\x20'+_0x36bd97);});if(_0x294f40)return this['calculateTimeFromEvents'](this['_events'],_0x294f40);}static['generateHTMLReport'](_0x4a90ed){const _0xd1921d=a149_0x5110e3,_0x27948e={};_0x27948e[_0xd1921d(0xb6)]=_0xd1921d(0xc8),_0x27948e[_0xd1921d(0xb9)]='<h1>Performance\x20Report</h1>',_0x27948e[_0xd1921d(0xf2)]=_0xd1921d(0xd9),_0x27948e[_0xd1921d(0x125)]='</tbody></table></body></html>';const _0x2fd8db=_0x27948e;let _0x17338c=_0x2fd8db[_0xd1921d(0xb6)];return _0x17338c+=_0x2fd8db['gSfHK'],_0x17338c+=_0x2fd8db[_0xd1921d(0xf2)],_0x4a90ed[_0xd1921d(0xa6)](_0x7e1f51=>{const _0x3f3d51=_0xd1921d;_0x17338c+=_0x3f3d51(0x120)+_0x7e1f51[_0x3f3d51(0x9f)]+'</td><td>'+_0x7e1f51['duration']+_0x3f3d51(0xe3);}),_0x17338c+=_0x2fd8db[_0xd1921d(0x125)],_0x17338c;}static['generateJSON'](_0x3ef357){const _0x48d1bd=a149_0x5110e3;if(!this['jsonReportFileName'])return;const _0x2bf1ce={};_0x3ef357['map'](_0x2a3dd4=>{const _0x41b63e=a149_0x3fb7;!_0x2bf1ce[_0x2a3dd4[_0x41b63e(0x9f)]]&&(_0x2bf1ce[_0x2a3dd4[_0x41b63e(0x9f)]]=0x0),_0x2bf1ce[_0x2a3dd4[_0x41b63e(0x9f)]]+=_0x2a3dd4[_0x41b63e(0x11c)];});const _0x3f4e1e=Object[_0x48d1bd(0xc1)](_0x2bf1ce)['map'](([_0x3a6cda,_0x1ee827])=>{const _0x1b0027=_0x48d1bd,_0x1a8f25={};return _0x1a8f25[_0x1b0027(0x9f)]=_0x3a6cda,_0x1a8f25['duration']=_0x1ee827,_0x1a8f25;});fs[_0x48d1bd(0x10d)](this['jsonReportFileName'],JSON['stringify'](_0x3f4e1e));}static[a149_0x5110e3(0x131)](){const _0x3ffe27=a149_0x5110e3,_0x423005={};_0x423005['xGpDG']=function(_0xb84585,_0x4a60a3){return _0xb84585===_0x4a60a3;},_0x423005[_0x3ffe27(0x90)]=_0x3ffe27(0x10b);const _0x44d049=_0x423005;return!_0x44d049[_0x3ffe27(0xf6)](process[_0x3ffe27(0xbf)][_0x3ffe27(0xae)],_0x44d049[_0x3ffe27(0x90)]);}static['measure'](_0x38ac08,_0x35021f,_0x405b5d=null,_0x21cab4={},_0x3836cb=null){const _0x3a94f4=a149_0x5110e3,_0x462908={'BnzRs':function(_0x507205,_0x90c06a){return _0x507205(_0x90c06a);},'Mlimz':function(_0x1863e3,_0x1dc593){return _0x1863e3(_0x1dc593);},'nOmSv':function(_0x30f5e8,_0x24408d){return _0x30f5e8 instanceof _0x24408d;}};try{if(this['started']&&this[_0x3a94f4(0x131)]()){let _0x373459=_0x38ac08;_0x405b5d&&(_0x373459=_0x38ac08+'['+JSON[_0x3a94f4(0xaa)](_0x405b5d)+']');PerformanceTester[_0x3a94f4(0x11e)](_0x373459),this[_0x3a94f4(0xd4)]&&(this['details'][_0x373459]=_0x21cab4);try{const _0x53c470=_0x35021f['apply'](null,_0x3836cb);if(_0x462908[_0x3a94f4(0xe0)](_0x53c470,Promise))return new Promise((_0x10f45d,_0x2d20c1)=>{const _0x4f3753=_0x3a94f4,_0x5c8496={'OOjAF':function(_0x143a88,_0x35e848){const _0x5caff8=a149_0x3fb7;return _0x462908[_0x5caff8(0xa0)](_0x143a88,_0x35e848);}};_0x53c470['then'](_0x49ae0e=>{const _0x2ce0bb=a149_0x3fb7;PerformanceTester[_0x2ce0bb(0x91)](_0x373459),_0x5c8496[_0x2ce0bb(0xc4)](_0x10f45d,_0x49ae0e);})[_0x4f3753(0xda)](_0xa0d1de=>{const _0x5c7b63=_0x4f3753;PerformanceTester[_0x5c7b63(0x91)](_0x373459,![],util['format'](_0xa0d1de)),_0x462908[_0x5c7b63(0x102)](_0x2d20c1,_0xa0d1de);});});;return PerformanceTester[_0x3a94f4(0x91)](_0x373459),_0x53c470;}catch(_0x40d77e){PerformanceTester[_0x3a94f4(0x91)](_0x373459,![],util[_0x3a94f4(0xd7)](_0x40d77e));throw _0x40d77e;}};return _0x35021f['apply'](null,_0x3836cb);}catch(_0x1f5e7f){return logger['debug']('error\x20in\x20measure\x20'+(_0x1f5e7f['stack']||_0x1f5e7f['message']||_0x1f5e7f)),_0x35021f[_0x3a94f4(0xb0)](null,_0x3836cb);}}static[a149_0x5110e3(0x127)](_0x206ba9,_0x5e91f5,_0x3abee9={}){const _0xd61cbe=a149_0x5110e3,_0x4290d5={'LTLYp':function(_0x3d87bd){return _0x3d87bd();}},_0x33c2b6=this;return _0x3abee9[_0xd61cbe(0xb1)]=_0x4290d5[_0xd61cbe(0xd0)](getProcessId),_0x3abee9[_0xd61cbe(0x12a)]=_0x4290d5[_0xd61cbe(0xd0)](getTestName),_0x3abee9['platform']=global[_0xd61cbe(0x9d)]&&global['__platformCaps'][_0xd61cbe(0xf5)],function(){const _0x303256=_0xd61cbe,_0x241104=[_0x206ba9,_0x5e91f5,null,_0x3abee9][_0x303256(0x11f)](arguments);return _0x33c2b6['measure'][_0x303256(0xb0)](_0x33c2b6,_0x241104);};}static[a149_0x5110e3(0x128)](){const _0x259dc6=a149_0x5110e3,_0x1e15a6=/(^.*)\[(.*)\]$/,_0x13762d={},_0x288ec2={},_0x22c879=[],_0x54b7dd=this['_measureEvents'][_0x259dc6(0x100)](0x0,this['_measureEvents'][_0x259dc6(0xa9)]);for(const _0x58514d of _0x54b7dd){const _0x16100b=_0x58514d[_0x259dc6(0x9f)][_0x259dc6(0x114)](_0x1e15a6),_0x5568f7=Object['assign']({},_0x58514d);_0x16100b&&(_0x5568f7['name']=_0x16100b[0x1],_0x5568f7[_0x259dc6(0x93)]=JSON[_0x259dc6(0xac)](_0x16100b[0x2])),_0x22c879[_0x259dc6(0xc5)](_0x5568f7);}return _0x22c879;}static['pushPerfMeasures'](){const _0x4a79de=a149_0x5110e3,_0x4faf02={'HWsLM':function(_0x3fa019){return _0x3fa019();},'NuZJl':function(_0x140183,_0xd419a7){return _0x140183+_0xd419a7;},'SpKqa':_0x4a79de(0xdb),'BYGht':function(_0x20f9f5,_0x1a7b1a){return _0x20f9f5===_0x1a7b1a;}};try{this[_0x4a79de(0xe2)]=path[_0x4a79de(0xfb)](_0x4faf02[_0x4a79de(0xdc)](getLogDir),this[_0x4a79de(0x88)]);if(fs['existsSync'](this[_0x4a79de(0xe2)])){const _0x4e9b6e=fs['readdirSync'](this['jsonReportDirPath']);for(const _0x8704 of _0x4e9b6e){fs[_0x4a79de(0xf3)](path[_0x4a79de(0xfb)](this[_0x4a79de(0xe2)],_0x8704));}}}catch(_0x4ae720){logger[_0x4a79de(0xf8)](_0x4faf02[_0x4a79de(0xb2)](_0x4faf02[_0x4a79de(0x129)],_0x4ae720));}if(_0x4faf02[_0x4a79de(0xcf)](this[_0x4a79de(0xe5)][_0x4a79de(0xa9)],0x0))return;const _0x2b9f78=this[_0x4a79de(0x128)](),_0x489247=JSON[_0x4a79de(0xaa)](_0x2b9f78),_0x441dbc=_0x4faf02[_0x4a79de(0xb2)](_0x489247[_0x4a79de(0xab)](0x1,-0x1),',');fs['appendFileSync'](this[_0x4a79de(0x109)],_0x441dbc);}static async['finalizePerfMeasures'](){const _0xd55e6e=a149_0x5110e3,_0x543d47={'gFqqW':function(_0x25f3cb){return _0x25f3cb();},'zjOMq':function(_0xa8ea90,_0x2fdc29){return _0xa8ea90===_0x2fdc29;},'XawYr':_0xd55e6e(0xfc),'aCxFA':'utf-8','bHMDc':_0xd55e6e(0xca),'hMSMA':function(_0x3733ba,_0x121247){return _0x3733ba+_0x121247;},'uPMkD':function(_0x26c4c9,_0x2caf26){return _0x26c4c9+_0x2caf26;},'YBlCt':_0xd55e6e(0x10e),'Rusjc':'key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','RFjEb':_0xd55e6e(0x97),'KQEkc':function(_0x34989a,_0x3e1a17){return _0x34989a>_0x3e1a17;}};this['jsonReportDirPath']=path[_0xd55e6e(0xfb)](_0x543d47[_0xd55e6e(0xd6)](getLogDir),this[_0xd55e6e(0x88)]);if(!this['started']||_0x543d47[_0xd55e6e(0x87)](this[_0xd55e6e(0xe5)][_0xd55e6e(0xa9)],0x0))return[];if(!fs[_0xd55e6e(0x12b)](this[_0xd55e6e(0xe2)]))return this['_measureEvents'];const _0x3eba78=(await fsPromise[_0xd55e6e(0x116)](this[_0xd55e6e(0xe2)]))['map'](_0x789489=>path[_0xd55e6e(0xe4)](this[_0xd55e6e(0xe2)],_0x789489));try{const _0x25bf03=path[_0xd55e6e(0xed)](this['jsonReportDirPath']),_0x5500c=path[_0xd55e6e(0xfb)](_0x25bf03,_0x543d47[_0xd55e6e(0xa2)]);if(fs[_0xd55e6e(0x12b)](_0x5500c))try{await fsPromise[_0xd55e6e(0x8b)](_0x5500c,fs[_0xd55e6e(0x132)][_0xd55e6e(0x86)]);const _0x305ddf=await fsPromise[_0xd55e6e(0x95)](_0x5500c,_0x543d47[_0xd55e6e(0xe6)]),_0x5bb6c3=JSON[_0xd55e6e(0xac)](_0x305ddf),_0x1f0c27=path[_0xd55e6e(0xfb)](this[_0xd55e6e(0xe2)],_0x543d47[_0xd55e6e(0x11a)]);let _0x4d1758='';Array['isArray'](_0x5bb6c3)?_0x4d1758=_0x543d47[_0xd55e6e(0xa1)](_0x5bb6c3[_0xd55e6e(0x9b)](_0x99e2ca=>JSON['stringify'](_0x99e2ca))[_0xd55e6e(0xfb)](','),','):_0x4d1758=_0x543d47[_0xd55e6e(0x92)](JSON[_0xd55e6e(0xaa)](_0x5bb6c3),','),await fsPromise['writeFile'](_0x1f0c27,_0x4d1758),_0x3eba78[_0xd55e6e(0xc5)](_0x1f0c27),await fsPromise[_0xd55e6e(0x8a)](_0x5500c);}catch(_0x19beec){logger['info'](util[_0xd55e6e(0xd7)](_0x543d47[_0xd55e6e(0xd3)],_0x19beec['stack']||_0x19beec[_0xd55e6e(0x130)]||_0x19beec));}else logger[_0xd55e6e(0xec)](_0x543d47[_0xd55e6e(0xb7)]);}catch(_0x3d2af3){logger[_0xd55e6e(0xec)](util[_0xd55e6e(0xd7)](_0x543d47['RFjEb'],_0x3d2af3[_0xd55e6e(0xba)]||_0x3d2af3[_0xd55e6e(0x130)]||_0x3d2af3));}let _0x33cc01=(await Promise[_0xd55e6e(0xf7)](_0x3eba78[_0xd55e6e(0x9b)](_0x409841=>fsPromise[_0xd55e6e(0x95)](_0x409841,'utf-8'))))[_0xd55e6e(0x9b)](_0x290358=>'['+_0x290358[_0xd55e6e(0xab)](0x0,-0x1)+']')[_0xd55e6e(0x9b)](_0x1a86aa=>JSON[_0xd55e6e(0xac)](_0x1a86aa))['flat']();return _0x543d47[_0xd55e6e(0xcb)](this['_measureEvents'][_0xd55e6e(0xa9)],0x0)&&(_0x33cc01=_0x33cc01['concat'](this['getCleanedPerfEvents']())),this['_observer'][_0xd55e6e(0xea)](),_0x33cc01;}static[a149_0x5110e3(0x103)](){const _0x26fef9=a149_0x5110e3,_0x193211={};_0x193211[_0x26fef9(0x96)]=function(_0x5bed61,_0x1ca1be){return _0x5bed61===_0x1ca1be;},_0x193211[_0x26fef9(0x9c)]=function(_0x23ac1b,_0x395793){return _0x23ac1b+_0x395793;};const _0x58c02f=_0x193211;if(_0x58c02f['TbZvH'](this[_0x26fef9(0xc7)][_0x26fef9(0xa9)],0x0))return;const _0x4362ab=JSON[_0x26fef9(0xaa)](this[_0x26fef9(0xc7)]),_0x45e498=_0x58c02f[_0x26fef9(0x9c)](_0x4362ab[_0x26fef9(0xab)](0x1,-0x1),',');fs[_0x26fef9(0x119)](this['errorFile'],_0x45e498);}static[a149_0x5110e3(0x108)](){const _0x4d0cc6=a149_0x5110e3,_0x15647d={};_0x15647d[_0x4d0cc6(0x9a)]=function(_0x54685d,_0x5a5687){return _0x54685d>_0x5a5687;};const _0x135d0f=_0x15647d;if(this[_0x4d0cc6(0xd8)]){if(!fs[_0x4d0cc6(0x12b)](this[_0x4d0cc6(0xd8)]))return this[_0x4d0cc6(0xc7)];let _0x40a47a=fs['readFileSync'](this[_0x4d0cc6(0xd8)])[_0x4d0cc6(0x10f)]();_0x40a47a='['+_0x40a47a[_0x4d0cc6(0xab)](0x0,-0x1)+']';let _0x359e7c=JSON[_0x4d0cc6(0xac)](_0x40a47a);return _0x135d0f[_0x4d0cc6(0x9a)](this[_0x4d0cc6(0xc7)][_0x4d0cc6(0xa9)],0x0)&&(_0x359e7c=_0x359e7c[_0x4d0cc6(0x11f)](this['_errorEvents'])),fs[_0x4d0cc6(0xf3)](this['errorReportFileName']),_0x359e7c;}}static[a149_0x5110e3(0xde)](_0x2626b6){const _0x20f64d=a149_0x5110e3;if(!this[_0x20f64d(0x131)]())return;this[_0x20f64d(0xc7)][_0x20f64d(0xc5)]({'message':_0x2626b6['message'],'trace':_0x2626b6[_0x20f64d(0xba)],'code':_0x2626b6[_0x20f64d(0x122)]||null,'time':new Date()});}static['stopMonitoring'](){const _0x388eca=a149_0x5110e3;try{if(!this[_0x388eca(0x131)]())return;this['_observer'][_0x388eca(0xea)](),this[_0x388eca(0x11b)](),this[_0x388eca(0x103)]();}catch(_0x31d848){logger['debug']('Error\x20stopping\x20monitoring\x20'+util['format'](_0x31d848));}}static async[a149_0x5110e3(0x8e)](){const _0x49fa27=a149_0x5110e3,_0x3b21bf={'iAALI':function(_0x335e29,_0x11cd1f){return _0x335e29(_0x11cd1f);}};await _0x3b21bf[_0x49fa27(0x112)](sleep,0x1e);const _0xa17047=await this[_0x49fa27(0x12f)](),_0x2653d2=this['finalizeErrors']();if(!this['isEnabled']()){const _0x5d9b0e={};return _0x5d9b0e[_0x49fa27(0xdf)]=[],_0x5d9b0e[_0x49fa27(0xc3)]=[],_0x5d9b0e;}const _0x16fac8={};return _0x16fac8['measures']=_0xa17047,_0x16fac8[_0x49fa27(0xc3)]=_0x2653d2,_0x16fac8;}static[a149_0x5110e3(0x11e)](_0x49b5dc){const _0x710139=a149_0x5110e3,_0x13dfc7={};_0x13dfc7[_0x710139(0x8c)]=function(_0x495315,_0x184406){return _0x495315+_0x184406;},_0x13dfc7[_0x710139(0xad)]=_0x710139(0xf4);const _0x594fbf=_0x13dfc7,_0x2205ee=_0x594fbf['VLiiS'](_0x49b5dc,_0x594fbf[_0x710139(0xad)]);if(this[_0x710139(0xbb)][_0x2205ee])return;performance[_0x710139(0xd1)](_0x2205ee),this[_0x710139(0xbb)][_0x2205ee]=0x1;}static['end'](_0x12f47c,_0x2618c1=!![],_0x21039a=null,_0x50523a={}){const _0x307ecc=a149_0x5110e3,_0x2c68ff={'hjtHa':_0x307ecc(0xfa),'Qxmzp':function(_0x349d69,_0x5d9ee4){return _0x349d69+_0x5d9ee4;},'GrEAV':'-start','HJlrl':_0x307ecc(0xa7),'AESuR':function(_0x1a0cf3,_0x17b0ea){return _0x1a0cf3+_0x17b0ea;},'uAcpA':function(_0x116405){return _0x116405();},'gONTh':function(_0x3224bd){return _0x3224bd();},'adLTF':function(_0x49bcbb,_0x10afaf){return _0x49bcbb+_0x10afaf;},'lPKiV':function(_0x13aa80,_0x5d2900){return _0x13aa80+_0x5d2900;}},_0x55737a=_0x2c68ff['hjtHa']['split']('|');let _0x944f1f=0x0;while(!![]){switch(_0x55737a[_0x944f1f++]){case'0':this[_0x307ecc(0xbb)][_0x2c68ff[_0x307ecc(0xd2)](_0x12f47c,_0x2c68ff['GrEAV'])]&&performance[_0x307ecc(0x106)](_0x12f47c,_0x2c68ff[_0x307ecc(0xd2)](_0x12f47c,_0x2c68ff[_0x307ecc(0x115)]),_0x2c68ff[_0x307ecc(0xd2)](_0x12f47c,_0x2c68ff[_0x307ecc(0x110)]));continue;case'1':if(!this[_0x307ecc(0xbb)][_0x2c68ff[_0x307ecc(0x113)](_0x12f47c,_0x2c68ff[_0x307ecc(0x115)])])return;continue;case'2':const _0x161513={};_0x161513[_0x307ecc(0xc0)]=_0x2618c1,_0x161513['failure']=_0x21039a,this[_0x307ecc(0xd4)][_0x12f47c]=Object[_0x307ecc(0xcc)](_0x161513,Object[_0x307ecc(0xcc)](Object[_0x307ecc(0xcc)]({'worker':_0x2c68ff[_0x307ecc(0xc9)](getProcessId),'platform':global[_0x307ecc(0x9d)]&&global[_0x307ecc(0x9d)][_0x307ecc(0xf5)],'testName':_0x2c68ff[_0x307ecc(0xa5)](getTestName)},_0x50523a),this[_0x307ecc(0xd4)][_0x12f47c]||{}));continue;case'3':delete this[_0x307ecc(0xbb)][_0x2c68ff[_0x307ecc(0x104)](_0x12f47c,_0x2c68ff[_0x307ecc(0x115)])];continue;case'4':performance['mark'](_0x2c68ff[_0x307ecc(0xbc)](_0x12f47c,_0x2c68ff[_0x307ecc(0x110)]));continue;}break;}}}module[a149_0x5110e3(0x123)]=PerformanceTester;function a149_0x4742(){const _0x16d826=['<tr><td>','yxugz','code','exports','Time\x20for\x20','dmOuj','readFileSync','measureWrapper','getCleanedPerfEvents','SpKqa','testName','existsSync','startMonitoring','winstonLogger','CslCh','finalizePerfMeasures','message','isEnabled','constants','_observer','calculateTimesFromMultipleFiles','F_OK','zjOMq','jsonReportDirName','mkdirSync','unlink','access','VLiiS','11bLvKxA','finalize','13617912dLfeZW','hZbKo','end','uPMkD','meta','WQnBJ','readFile','TbZvH','Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','util','calculateTimeFromEvents','peUQU','map','KKIYs','__platformCaps','KMEey','name','Mlimz','hMSMA','XawYr','67164pqBMdA','Error\x20in\x20doing\x20csv\x20operations:\x20','gONTh','forEach','-end','getEventsFromJSON','length','stringify','slice','parse','fKPxU','BROWSERSTACK_SDK_INSTRUMENTATION','performance-report','apply','worker','NuZJl','error-report','writeFile','getEntries','kQMWA','Rusjc','entryTypes','gSfHK','stack','eventsMap','lPKiV','Error\x20in\x20writing\x20html\x20','started','env','success','entries','perf_hooks','errors','OOjAF','push','3774blTGLA','_errorEvents','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','uAcpA','modified-key-metrics.json','KQEkc','assign','429FLXggM','../processHelper','BYGht','LTLYp','mark','Qxmzp','YBlCt','details','errorReportDirName','gFqqW','format','errorReportFileName','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','catch','Error\x20while\x20removing\x20files:\x20','HWsLM','browserStackCwd','captureError','measures','nOmSv','cingD','jsonReportDirPath','</td></tr>','resolve','_measureEvents','aCxFA','22pBSLvW','cwd','915tSEXPJ','disconnect','CuSHz','info','dirname','7eUhNuI','fs/promises','/error-report-','buffered','vNBdg','unlinkSync','-start','index','xGpDG','all','debug','../logger','1|4|0|3|2','join','key-metrics.json','3UArLrt','generateJSON','agMzs','splice','1580256nivPwP','BnzRs','pushErrors','adLTF','KWZCs','measure','1154288fDwCNK','finalizeErrors','jsonReportFileName','4547040qfRdad','false','.json','writeFileSync','Error\x20processing\x20key-metrics.json:\x20%s','toString','HJlrl','toJSON','iAALI','AESuR','match','GrEAV','readdir','Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','_events','appendFileSync','bHMDc','pushPerfMeasures','duration','\x20for\x20all\x20processes\x20is\x20','start','concat'];a149_0x4742=function(){return _0x16d826;};return a149_0x4742();}
@@ -1 +1 @@
1
- const a135_0x7ba3ca=a135_0x5bf1;(function(_0xc337fc,_0x84d2da){const _0x5738aa=a135_0x5bf1,_0x515a42=_0xc337fc();while(!![]){try{const _0x477de4=-parseInt(_0x5738aa(0x1b1))/0x1*(parseInt(_0x5738aa(0x1e9))/0x2)+-parseInt(_0x5738aa(0x1f7))/0x3+-parseInt(_0x5738aa(0x1bb))/0x4*(parseInt(_0x5738aa(0x200))/0x5)+parseInt(_0x5738aa(0x183))/0x6+parseInt(_0x5738aa(0x19a))/0x7+-parseInt(_0x5738aa(0x1c1))/0x8*(-parseInt(_0x5738aa(0x1f4))/0x9)+-parseInt(_0x5738aa(0x181))/0xa*(parseInt(_0x5738aa(0x1a6))/0xb);if(_0x477de4===_0x84d2da)break;else _0x515a42['push'](_0x515a42['shift']());}catch(_0x1f068b){_0x515a42['push'](_0x515a42['shift']());}}}(a135_0x1d55,0x195c3));function a135_0x1d55(){const _0x4af0e1=['workers','JdYqD','440ABmsJa','RovDS','winstonLogger','generatePlaywrightUrl','checkPwandBootstrapCli','GeXjl','configPath','nQplR','NkegP','playwrightConfigObject','YmBeV','Playwright\x20not\x20available:\x20','getPlaywrightUrl','cpTWW','roIzx','webkit','JWxEw','mLpLR','OIoRh','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','parse','dKtrR','ljEpT','includes','capabilities','eoaqM','getPlaywrightModulePath','qXkBC','sSJEe','firefox','cbyac','MoDiE','stringify','true','browserstack.buildProductMap','No\x20modified\x20config\x20received\x20from\x20gRPC','Error\x20loading\x20bundled\x20Playwright\x20entry:\x20','BLBPh','SDK-5318:\x20getBundledConnectionClass\x20walk\x20failed:\x20','env','1418IkUyJT','nCqOd','\x20failed\x20(','VPWmF','config','getBuildProductMap','Could\x20not\x20import\x20GrpcClient:\x20','Socket\x20idle\x20from\x20a\x20long\x20time','BS_A11Y_JWT','DKDHz','browserstack.accessibilityOptions.scannerVersion','28062OHAsyi','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','YjwGB','355089RrmOwM','../bin/v2/browserstackCLI','Error\x20getting\x20Playwright\x20BrowserType:\x20','ZFzAQ','gWPgg','message','getModifiedConfigFromCLI','auXRF','__platformCaps','1615dhDjIl','../bin/utils/constants','exports','GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request','ihWQd','BrowserType','gLXpi','platformCaps','warn','Received\x20modified\x20config\x20from\x20gRPC:\x20','FIBhy','util','YkRCj','BROWSERSTACK_PRODUCT_MAP','QgopE','entries','sTLph','VNeHB','cliConfig','Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed','YHjBu','iTphj','asTbk','browser','ceaYm','qcaZD','[A11Y]\x20connectOverCDP\x20attempt\x20','__accessibilityOptions','ECONNRESET','jEEnB','./helper','SDK-5318:\x20getBundledConnectionClass\x20called\x20before\x20_connection\x20populated;\x20returning\x20null','getPlaywrightBrowserType','_connection','toLowerCase','Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw','cucumberjs-pw','setFrameworkDetail','getBrowserFromCaps','GBjBK','PLAYWRIGHT','getBundledConnectionClass','isArray','KkdIC','HScdR','jRGYv','length','browserstack.accessibilityOptions.wcagVersion','apply','error','BROWSERSTACK_TESTHUB_UUID','FRAMEWORKS','cBGft','KQofY','jeZOU','31480HPVMJG','HHFkk','995880ExqjMu','Tyxsp','getInstance','getPWCorePath','elNmN','../bin/v2/grpcClient','Unable\x20to\x20get\x20the\x20websocket\x20connection','vGuYK','projects','dyDbZ','OfNOg','browserstack.accessibility','WUmuw','setBrowserstackConfig','QatJa','vEzEZ','connectWithRetry','HnbMg','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','ECONNREFUSED','constructor','./logger','client','768208wveJsQ','getBrowserTypePath','use','tDheV','../bin/v2/cliUtils','sQaan','Ojuqy','chromium','BROWSERSTACK_TEST_ACCESSIBILITY_YML','LwGNT','coBYa','THUOd','110PkAXgh','),\x20retrying\x20in\x20','No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response','Detected\x20Playwright\x20version\x20','format','Timeout','rnSJv','join','WebSocket\x20error','requirePWModule','[Playwright]\x20connect\x20attempt\x20','190lAoOaJ','\x20for\x20','debug','\x20attempts\x20—\x20surfacing\x20error:\x20','browserName','framework','getConfig','connectOverCDP','./testhub/utils','W3CMapping','728xdMcVu','connectOverCDPWithRetry','getPlaywrightConfig','gSZil'];a135_0x1d55=function(){return _0x4af0e1;};return a135_0x1d55();}function a135_0x5bf1(_0xd8c90f,_0x462c3d){const _0x1d5515=a135_0x1d55();return a135_0x5bf1=function(_0x5bf15c,_0x2fc728){_0x5bf15c=_0x5bf15c-0x168;let _0xcfac00=_0x1d5515[_0x5bf15c];return _0xcfac00;},a135_0x5bf1(_0xd8c90f,_0x462c3d);}const path=require('path'),util=require(a135_0x7ba3ca(0x20b)),{importFileFromPWCore}=require(a135_0x7ba3ca(0x168)),helper=require(a135_0x7ba3ca(0x168)),logger=require(a135_0x7ba3ca(0x198))[a135_0x7ba3ca(0x1c3)],W3CMapping=require('./w3cMapping')[a135_0x7ba3ca(0x1ba)](),constants=require(a135_0x7ba3ca(0x201)),BrowserstackCLI=require(a135_0x7ba3ca(0x1f8)),CLIUtils=require(a135_0x7ba3ca(0x19e));let GrpcClient;try{GrpcClient=require(a135_0x7ba3ca(0x188));}catch(a135_0x583fb0){logger[a135_0x7ba3ca(0x1b3)](a135_0x7ba3ca(0x1ef)+a135_0x583fb0[a135_0x7ba3ca(0x1fc)]),GrpcClient=null;}const convertW3CToJsonWire=_0x54835a=>{const _0x50875f=a135_0x7ba3ca,_0x5ca6c0={};_0x5ca6c0[_0x50875f(0x218)]=function(_0x58f67d,_0x5ec318){return _0x58f67d||_0x5ec318;},_0x5ca6c0['QatJa']=function(_0x11b7a9,_0x29a290){return _0x11b7a9===_0x29a290;},_0x5ca6c0[_0x50875f(0x1a0)]='bstack:options',_0x5ca6c0[_0x50875f(0x216)]=function(_0x3d92c1,_0x2c24dd){return _0x3d92c1===_0x2c24dd;},_0x5ca6c0[_0x50875f(0x1a4)]=function(_0x2d54c9,_0x1e5aa0){return _0x2d54c9 in _0x1e5aa0;};const _0x8a67f6=_0x5ca6c0,_0x10e543={};for(const [_0x406d0a,_0x1f95d0]of Object['entries'](_0x8a67f6[_0x50875f(0x218)](_0x54835a,{}))){if(_0x8a67f6['QatJa'](_0x406d0a,_0x8a67f6[_0x50875f(0x1a0)]))continue;let _0x40e78c=![];for(const [_0x235431,_0x3969be]of Object[_0x50875f(0x20f)](W3CMapping)){if(_0x8a67f6[_0x50875f(0x191)](_0x406d0a,_0x3969be)){_0x10e543[_0x235431]=_0x1f95d0,_0x40e78c=!![];break;}}!_0x40e78c&&(_0x10e543[_0x406d0a]=_0x1f95d0);}const _0x410b60=_0x54835a[_0x8a67f6['Ojuqy']]||{};for(const [_0x533baa,_0x110acd]of Object[_0x50875f(0x20f)](_0x410b60)){let _0x327abc=![];for(const [_0x3419fc,_0x20221a]of Object[_0x50875f(0x20f)](W3CMapping)){if(_0x8a67f6[_0x50875f(0x216)](_0x533baa,_0x20221a)){_0x10e543[_0x3419fc]=_0x110acd,_0x327abc=!![];break;}}!_0x327abc&&!_0x8a67f6[_0x50875f(0x1a4)](_0x533baa,_0x10e543)&&(_0x10e543[_0x533baa]=_0x110acd);}return logger['debug']('Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20'+JSON['stringify'](_0x10e543)),_0x10e543;},getModifiedConfigFromCLI=async _0x350533=>{const _0x278964=a135_0x7ba3ca,_0x421b78={};_0x421b78[_0x278964(0x219)]=_0x278964(0x203),_0x421b78[_0x278964(0x1c2)]=_0x278964(0x16e),_0x421b78[_0x278964(0x1df)]=_0x278964(0x16d),_0x421b78[_0x278964(0x184)]=_0x278964(0x1e4),_0x421b78[_0x278964(0x1ec)]=function(_0x4f0b1d,_0x174f97){return _0x4f0b1d>_0x174f97;},_0x421b78[_0x278964(0x18d)]=_0x278964(0x1a8);const _0x9a4dba=_0x421b78;try{if(!GrpcClient)return logger[_0x278964(0x1b3)](_0x9a4dba['qcaZD']),null;const _0x3c1274={};_0x3c1274[_0x278964(0x1d9)]=_0x350533,_0x3c1274[_0x278964(0x1b6)]=_0x9a4dba[_0x278964(0x1c2)],_0x3c1274[_0x278964(0x1bf)]=0x1,_0x3c1274['projects']=[];const _0x366e30=_0x3c1274;logger[_0x278964(0x1b3)](_0x9a4dba[_0x278964(0x1df)]);const _0x2ee3be={};_0x2ee3be[_0x278964(0x1ca)]=_0x366e30;const _0x4a08c4=await GrpcClient['getInstance']()[_0x278964(0x1bd)](_0x2ee3be);if(!_0x4a08c4[_0x278964(0x1b7)]())return logger[_0x278964(0x1b3)](_0x9a4dba[_0x278964(0x184)]),null;const _0x541d0c=JSON[_0x278964(0x1d5)](_0x4a08c4['getConfig']());logger['debug'](_0x278964(0x209)+JSON[_0x278964(0x1e1)](_0x541d0c));if(_0x541d0c['capabilities']&&Array[_0x278964(0x174)](_0x541d0c[_0x278964(0x1d9)])&&_0x9a4dba[_0x278964(0x1ec)](_0x541d0c[_0x278964(0x1d9)][_0x278964(0x178)],0x0))return _0x541d0c['capabilities'][0x0];else{if(_0x541d0c[_0x278964(0x18b)]&&Array['isArray'](_0x541d0c[_0x278964(0x18b)])&&_0x9a4dba[_0x278964(0x1ec)](_0x541d0c['projects'][_0x278964(0x178)],0x0)){const _0x523d07=_0x541d0c['projects'][0x0];if(_0x523d07[_0x278964(0x19c)]&&_0x523d07['use'][_0x278964(0x207)])return _0x523d07[_0x278964(0x19c)][_0x278964(0x207)];}}return logger['debug'](_0x9a4dba[_0x278964(0x18d)]),null;}catch(_0x163897){logger[_0x278964(0x17b)](_0x278964(0x1f5)+_0x163897[_0x278964(0x1fc)]);throw _0x163897;}},generatePlaywrightUrl=(_0x3d738f,_0x5f3648)=>{const _0x582c2b=a135_0x7ba3ca,_0x1bb676={'FIBhy':function(_0x295ad6,_0x55772c){return _0x295ad6!==_0x55772c;},'XKXwa':function(_0xa01e67,_0x55a890){return _0xa01e67!==_0x55a890;},'QHxlw':function(_0x14217e,_0x5c2a79){return _0x14217e!==_0x5c2a79;},'gSZil':function(_0x3048d9,_0x4ed2c4){return _0x3048d9!==_0x4ed2c4;},'cBGft':function(_0x524c03,_0x1a6eca){return _0x524c03!==_0x1a6eca;},'mLpLR':function(_0x13afac,_0x4b684e){return _0x13afac(_0x4b684e);},'dKtrR':function(_0x3c03a7,_0x10239a){return _0x3c03a7||_0x10239a;},'THUOd':_0x582c2b(0x18e),'QgopE':'browserstack.accessibilityOptions.authToken','GeXjl':function(_0x59a28a,_0x5403d7){return _0x59a28a(_0x5403d7);},'YHjBu':_0x582c2b(0x179),'MoDiE':_0x582c2b(0x1f3),'qmgyi':function(_0x30ef3f,_0x508232){return _0x30ef3f(_0x508232);},'qXkBC':'browserstack.accessibilityOptions.scannerProcessingTimeout','ZFzAQ':function(_0x2a8efa,_0x1f0b25){return _0x2a8efa===_0x1f0b25;},'sQaan':_0x582c2b(0x1e2),'cpTWW':'browserstack.testhubBuildUuid','YmBeV':_0x582c2b(0x1e3),'JWxEw':function(_0x4a5805,_0x662f67){return _0x4a5805+_0x662f67;}},_0x4c2192=helper[_0x582c2b(0x1cd)](_0x3d738f),_0x42d762=_0x1bb676[_0x582c2b(0x1d2)](convertW3CToJsonWire,_0x5f3648);try{const _0x339565=[_0x1bb676[_0x582c2b(0x1d6)](_0x5f3648,{}),global['__launchCaps']||{},global[_0x582c2b(0x1ff)]||{},global[_0x582c2b(0x21b)]||{}],_0x43844d=_0x108f4e=>{const _0x458e46=_0x582c2b;if(_0x1bb676[_0x458e46(0x20a)](_0x42d762[_0x108f4e],undefined)&&_0x1bb676[_0x458e46(0x20a)](_0x42d762[_0x108f4e],null)&&_0x1bb676['XKXwa'](_0x42d762[_0x108f4e],''))return;for(const _0x371d9f of _0x339565){if(_0x371d9f&&_0x1bb676['QHxlw'](_0x371d9f[_0x108f4e],undefined)&&_0x1bb676[_0x458e46(0x1be)](_0x371d9f[_0x108f4e],null)&&_0x1bb676[_0x458e46(0x17e)](_0x371d9f[_0x108f4e],'')){_0x42d762[_0x108f4e]=_0x371d9f[_0x108f4e];return;}}};_0x1bb676[_0x582c2b(0x1d2)](_0x43844d,_0x1bb676[_0x582c2b(0x1a5)]),_0x1bb676[_0x582c2b(0x1d2)](_0x43844d,_0x1bb676[_0x582c2b(0x20e)]),_0x1bb676['GeXjl'](_0x43844d,_0x1bb676[_0x582c2b(0x214)]),_0x1bb676[_0x582c2b(0x1c6)](_0x43844d,_0x1bb676[_0x582c2b(0x1e0)]),_0x1bb676['qmgyi'](_0x43844d,_0x1bb676[_0x582c2b(0x1dc)]),!_0x42d762[_0x1bb676['QgopE']]&&process[_0x582c2b(0x1e8)][_0x582c2b(0x1f1)]&&(_0x42d762[_0x1bb676[_0x582c2b(0x20e)]]=process[_0x582c2b(0x1e8)][_0x582c2b(0x1f1)]),_0x1bb676[_0x582c2b(0x1fa)](_0x42d762[_0x1bb676[_0x582c2b(0x1a5)]],undefined)&&process[_0x582c2b(0x1e8)][_0x582c2b(0x1a2)]&&_0x1bb676['ZFzAQ'](_0x1bb676['qmgyi'](String,process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])[_0x582c2b(0x16c)](),_0x1bb676[_0x582c2b(0x19f)])&&(_0x42d762[_0x1bb676[_0x582c2b(0x1a5)]]=!![]);}catch(_0x2374ea){logger[_0x582c2b(0x1b3)](_0x582c2b(0x1d4)+util[_0x582c2b(0x1aa)](_0x2374ea));}return _0x42d762[_0x1bb676[_0x582c2b(0x1ce)]]=process[_0x582c2b(0x1e8)][_0x582c2b(0x17c)],_0x42d762[_0x1bb676[_0x582c2b(0x1cb)]]=helper[_0x582c2b(0x1ee)](),_0x1bb676[_0x582c2b(0x1d1)](_0x4c2192,_0x1bb676['qmgyi'](encodeURIComponent,JSON[_0x582c2b(0x1e1)](_0x42d762)));},getBrowserFromCaps=_0x30111e=>{const _0x460c6=a135_0x7ba3ca,_0x23a571={};_0x23a571[_0x460c6(0x1dd)]='chrome';const _0x59bfb7=_0x23a571;return _0x30111e[_0x460c6(0x1b5)]||_0x30111e[_0x460c6(0x217)]||_0x59bfb7[_0x460c6(0x1dd)];},getBrowserTypeFromBundledPlaywright=()=>{const _0x5d1864=a135_0x7ba3ca;try{const _0x5c1baf=helper[_0x5d1864(0x186)]();if(!_0x5c1baf)return null;const _0x205aba=helper[_0x5d1864(0x1af)](_0x5c1baf),_0x28f8e6=_0x205aba&&(_0x205aba[_0x5d1864(0x1a1)]||_0x205aba[_0x5d1864(0x1de)]||_0x205aba[_0x5d1864(0x1d0)]);if(!_0x28f8e6)return null;return _0x28f8e6['constructor']||null;}catch(_0x143a7d){return logger['debug'](_0x5d1864(0x1e5)+util[_0x5d1864(0x1aa)](_0x143a7d)),null;}},getBundledConnectionClass=()=>{const _0x593a5c=a135_0x7ba3ca,_0x30a18a={};_0x30a18a['dYJaz']=_0x593a5c(0x169);const _0x5e9fdd=_0x30a18a;try{const _0x52078c=helper['getPWCorePath']();if(!_0x52078c)return null;const _0x3a1e53=helper[_0x593a5c(0x1af)](_0x52078c),_0x37a347=_0x3a1e53&&(_0x3a1e53[_0x593a5c(0x1a1)]||_0x3a1e53['firefox']||_0x3a1e53[_0x593a5c(0x1d0)]);if(!_0x37a347)return null;if(!_0x37a347[_0x593a5c(0x16b)])return logger[_0x593a5c(0x1b3)](_0x5e9fdd['dYJaz']),null;if(!_0x37a347['_connection'][_0x593a5c(0x197)])return null;return _0x37a347[_0x593a5c(0x16b)][_0x593a5c(0x197)];}catch(_0x4939f4){return logger['debug'](_0x593a5c(0x1e7)+util['format'](_0x4939f4)),null;}},isPlaywrightAvailable=()=>{const _0x55755f=a135_0x7ba3ca,_0x39ff01={'nCqOd':'lib','shSUW':'client','LwGNT':'browserType.js','vGuYK':function(_0x2e45bd,_0x3387b6){return _0x2e45bd(_0x3387b6);},'HnbMg':function(_0x4d2784){return _0x4d2784();}};try{const _0x135f09=path[_0x55755f(0x1ad)](_0x39ff01[_0x55755f(0x1ea)],_0x39ff01['shSUW'],_0x39ff01[_0x55755f(0x1a3)]),_0xf09eeb=_0x39ff01[_0x55755f(0x18a)](importFileFromPWCore,_0x135f09);if(_0xf09eeb)return!![];return!!_0x39ff01[_0x55755f(0x194)](getBrowserTypeFromBundledPlaywright);}catch(_0x439d6f){return logger[_0x55755f(0x1b3)](_0x55755f(0x1cc)+util[_0x55755f(0x1aa)](_0x439d6f)),![];}},getPlaywrightBrowserType=()=>{const _0x4959e5=a135_0x7ba3ca,_0xb51d39={'SwNjV':'lib','KQofY':_0x4959e5(0x199),'gLXpi':'browserType.js','jEEnB':function(_0x38fd40,_0x26717e){return _0x38fd40(_0x26717e);},'OIoRh':function(_0x561f48){return _0x561f48();}};try{const _0x1362c1=path[_0x4959e5(0x1ad)](_0xb51d39['SwNjV'],_0xb51d39[_0x4959e5(0x17f)],_0xb51d39[_0x4959e5(0x206)]),_0x2b95b5=_0xb51d39[_0x4959e5(0x21d)](importFileFromPWCore,_0x1362c1);if(_0x2b95b5&&_0x2b95b5[_0x4959e5(0x205)])return _0x2b95b5['BrowserType'];return _0xb51d39[_0x4959e5(0x1d3)](getBrowserTypeFromBundledPlaywright);}catch(_0x4a15bc){return logger[_0x4959e5(0x1b3)](_0x4959e5(0x1f9)+util[_0x4959e5(0x1aa)](_0x4a15bc)),null;}},getPlaywrightModulePath=()=>{const _0x5e641f=a135_0x7ba3ca,_0x43d397={};_0x43d397[_0x5e641f(0x19d)]=_0x5e641f(0x195);const _0x21602d=_0x43d397;return logger['debug'](_0x21602d[_0x5e641f(0x19d)]),null;},getBrowserTypePath=()=>{const _0x4f79f3=a135_0x7ba3ca,_0x155d2d={};_0x155d2d['ihWQd']='getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead';const _0x2dde5a=_0x155d2d;return logger[_0x4f79f3(0x1b3)](_0x2dde5a[_0x4f79f3(0x204)]),null;},checkPwandBootstrapCli=async(_0x5726a2,_0x2c9cea,_0x21aefa)=>{const _0x2b444e=a135_0x7ba3ca,_0x38b742={'KkdIC':function(_0x4b51a9,_0x3d5b4e){return _0x4b51a9(_0x3d5b4e);},'YkRCj':_0x2b444e(0x1b9)};if(_0x5726a2){const _0x1a0303=constants[_0x2b444e(0x17d)][_0x2b444e(0x172)];logger[_0x2b444e(0x1b3)](_0x2b444e(0x1a9)+_0x5726a2+_0x2b444e(0x1b2)+_0x2c9cea+'\x20flow'),CLIUtils[_0x2b444e(0x16f)](_0x2c9cea,_0x1a0303);const {getProductMap:_0x19291e}=_0x38b742[_0x2b444e(0x175)](require,_0x38b742[_0x2b444e(0x20c)]);process[_0x2b444e(0x1e8)][_0x2b444e(0x20d)]=JSON[_0x2b444e(0x1e1)](_0x38b742[_0x2b444e(0x175)](_0x19291e,_0x21aefa[_0x2b444e(0x1ed)])),BrowserstackCLI[_0x2b444e(0x185)]()[_0x2b444e(0x190)](_0x21aefa[_0x2b444e(0x1ed)],_0x21aefa[_0x2b444e(0x1c7)],_0x21aefa[_0x2b444e(0x212)]),await BrowserstackCLI[_0x2b444e(0x185)]()['bootstrap']();}},connectOverCDPWithRetry=async(_0x494fc6,_0x13837c,_0x5b7a5e,_0x1e3730=0x3,_0x5d991c=0x1f4)=>{const _0x1f84f3=a135_0x7ba3ca,_0xb2c085={};_0xb2c085[_0x1f84f3(0x171)]=function(_0x58e80a,_0x5c47a5){return _0x58e80a<=_0x5c47a5;},_0xb2c085[_0x1f84f3(0x1f2)]=_0x1f84f3(0x213),_0xb2c085['vEzEZ']='Timeout',_0xb2c085[_0x1f84f3(0x215)]=_0x1f84f3(0x1ae),_0xb2c085['rnSJv']='connectOverCDP:\x20CDPSession',_0xb2c085[_0x1f84f3(0x1cf)]=_0x1f84f3(0x21c),_0xb2c085[_0x1f84f3(0x177)]=_0x1f84f3(0x196),_0xb2c085[_0x1f84f3(0x187)]=function(_0x5345d9,_0x57daf){return _0x5345d9===_0x57daf;},_0xb2c085[_0x1f84f3(0x1f6)]=function(_0xa26306,_0x417a0f){return _0xa26306+_0x417a0f;},_0xb2c085[_0x1f84f3(0x1da)]=function(_0x2d554c,_0x24f9bd){return _0x2d554c*_0x24f9bd;},_0xb2c085[_0x1f84f3(0x176)]=function(_0x42d7c0,_0x3d3e4c){return _0x42d7c0+_0x3d3e4c;},_0xb2c085['gWPgg']=function(_0xad7cf0,_0x3ad39c){return _0xad7cf0+_0x3ad39c;};const _0x4565e6=_0xb2c085;let _0x4e39b1;for(let _0x2e266b=0x0;_0x4565e6['GBjBK'](_0x2e266b,_0x1e3730);_0x2e266b++){try{return await _0x494fc6[_0x1f84f3(0x1b8)][_0x1f84f3(0x17a)](_0x13837c,_0x5b7a5e);}catch(_0xf70666){_0x4e39b1=_0xf70666;const _0xa68410=_0xf70666&&_0xf70666[_0x1f84f3(0x1fc)]||'',_0x11cb61=_0xa68410[_0x1f84f3(0x1d8)](_0x4565e6['DKDHz'])||_0xa68410[_0x1f84f3(0x1d8)](_0x4565e6[_0x1f84f3(0x192)])||_0xa68410['includes'](_0x4565e6[_0x1f84f3(0x215)])||_0xa68410['includes'](_0x4565e6[_0x1f84f3(0x1ac)])||_0xa68410[_0x1f84f3(0x1d8)](_0x4565e6[_0x1f84f3(0x1cf)])||_0xa68410[_0x1f84f3(0x1d8)](_0x4565e6[_0x1f84f3(0x177)]);if(!_0x11cb61||_0x4565e6['elNmN'](_0x2e266b,_0x1e3730)){_0x11cb61&&logger['warn']('[A11Y]\x20connectOverCDP\x20gave\x20up\x20after\x20'+_0x4565e6['YjwGB'](_0x2e266b,0x1)+_0x1f84f3(0x1b4)+_0xa68410);throw _0xf70666;}const _0x1fe186=_0x4565e6[_0x1f84f3(0x1da)](_0x5d991c,_0x4565e6[_0x1f84f3(0x1f6)](_0x2e266b,0x1));logger[_0x1f84f3(0x208)](_0x1f84f3(0x21a)+_0x4565e6['HScdR'](_0x2e266b,0x1)+'/'+_0x4565e6[_0x1f84f3(0x1fb)](_0x1e3730,0x1)+_0x1f84f3(0x1eb)+_0xa68410+'),\x20retrying\x20in\x20'+_0x1fe186+'ms'),await new Promise(_0x2baae3=>setTimeout(_0x2baae3,_0x1fe186));}}throw _0x4e39b1;},connectWithRetry=async(_0x372a85,_0x1934dc,_0x52da6e,_0x23f20f=0x3,_0x2e9e2b=0x3e8)=>{const _0x368932=a135_0x7ba3ca,_0x8f7034={};_0x8f7034[_0x368932(0x1c8)]=function(_0x2e6ce8,_0x40c265){return _0x2e6ce8<=_0x40c265;},_0x8f7034[_0x368932(0x18f)]=_0x368932(0x1f0),_0x8f7034[_0x368932(0x1c0)]=_0x368932(0x189),_0x8f7034[_0x368932(0x182)]=_0x368932(0x213),_0x8f7034['sTLph']=_0x368932(0x1ab),_0x8f7034[_0x368932(0x1d7)]=_0x368932(0x1ae),_0x8f7034[_0x368932(0x18c)]=_0x368932(0x21c),_0x8f7034[_0x368932(0x211)]=_0x368932(0x196),_0x8f7034[_0x368932(0x1fe)]=function(_0x3f223d,_0x3472c4){return _0x3f223d===_0x3472c4;},_0x8f7034[_0x368932(0x180)]=function(_0x3d493a,_0x2b78c7){return _0x3d493a+_0x2b78c7;},_0x8f7034[_0x368932(0x1e6)]=function(_0x2ea1ca,_0x584b74){return _0x2ea1ca*_0x584b74;},_0x8f7034['NkegP']=function(_0x30b89b,_0x4d775e){return _0x30b89b+_0x4d775e;};const _0x5ca8d8=_0x8f7034;let _0x18e9f6;for(let _0x45a12f=0x0;_0x5ca8d8[_0x368932(0x1c8)](_0x45a12f,_0x23f20f);_0x45a12f++){try{return await _0x372a85[_0x368932(0x17a)](_0x1934dc,_0x52da6e);}catch(_0x5b0152){_0x18e9f6=_0x5b0152;const _0x47eefe=_0x5b0152&&_0x5b0152['message']||'',_0x4264ab=_0x47eefe[_0x368932(0x1d8)](_0x5ca8d8[_0x368932(0x18f)])||_0x47eefe[_0x368932(0x1d8)](_0x5ca8d8[_0x368932(0x1c0)])||_0x47eefe[_0x368932(0x1d8)](_0x5ca8d8[_0x368932(0x182)])||_0x47eefe['includes'](_0x5ca8d8[_0x368932(0x210)])||_0x47eefe[_0x368932(0x1d8)](_0x5ca8d8[_0x368932(0x1d7)])||_0x47eefe[_0x368932(0x1d8)](_0x5ca8d8[_0x368932(0x18c)])||_0x47eefe['includes'](_0x5ca8d8['VNeHB']);if(!_0x4264ab||_0x5ca8d8[_0x368932(0x1fe)](_0x45a12f,_0x23f20f)){_0x4264ab&&logger['warn']('[Playwright]\x20connect\x20gave\x20up\x20after\x20'+_0x5ca8d8['jeZOU'](_0x45a12f,0x1)+_0x368932(0x1b4)+_0x47eefe+'.\x20Session\x20may\x20be\x20reported\x20unlinked\x20(device\x20name\x20missing\x20on\x20dashboard).');throw _0x5b0152;}const _0x37e4c8=_0x5ca8d8[_0x368932(0x1e6)](_0x2e9e2b,_0x5ca8d8[_0x368932(0x180)](_0x45a12f,0x1));logger[_0x368932(0x208)](_0x368932(0x1b0)+_0x5ca8d8[_0x368932(0x1c9)](_0x45a12f,0x1)+'/'+_0x5ca8d8[_0x368932(0x180)](_0x23f20f,0x1)+_0x368932(0x1eb)+_0x47eefe+_0x368932(0x1a7)+_0x37e4c8+'ms'),await new Promise(_0x3d8542=>setTimeout(_0x3d8542,_0x37e4c8));}}throw _0x18e9f6;},a135_0x495786={};a135_0x495786['convertW3CToJsonWire']=convertW3CToJsonWire,a135_0x495786[a135_0x7ba3ca(0x1fd)]=getModifiedConfigFromCLI,a135_0x495786[a135_0x7ba3ca(0x1c4)]=generatePlaywrightUrl,a135_0x495786[a135_0x7ba3ca(0x170)]=getBrowserFromCaps,a135_0x495786['isPlaywrightAvailable']=isPlaywrightAvailable,a135_0x495786[a135_0x7ba3ca(0x16a)]=getPlaywrightBrowserType,a135_0x495786[a135_0x7ba3ca(0x1db)]=getPlaywrightModulePath,a135_0x495786[a135_0x7ba3ca(0x19b)]=getBrowserTypePath,a135_0x495786['importFileFromPWCore']=importFileFromPWCore,a135_0x495786[a135_0x7ba3ca(0x1c5)]=checkPwandBootstrapCli,a135_0x495786[a135_0x7ba3ca(0x1bc)]=connectOverCDPWithRetry,a135_0x495786[a135_0x7ba3ca(0x193)]=connectWithRetry,a135_0x495786[a135_0x7ba3ca(0x173)]=getBundledConnectionClass,module[a135_0x7ba3ca(0x202)]=a135_0x495786;
1
+ const a150_0x3b1b1c=a150_0x2fd3;(function(_0x25322d,_0x26bd4c){const _0x2c65e8=a150_0x2fd3,_0x3f51ce=_0x25322d();while(!![]){try{const _0x5b08fb=parseInt(_0x2c65e8(0x1a0))/0x1*(parseInt(_0x2c65e8(0x1a6))/0x2)+parseInt(_0x2c65e8(0x231))/0x3*(-parseInt(_0x2c65e8(0x1b5))/0x4)+-parseInt(_0x2c65e8(0x1ea))/0x5*(-parseInt(_0x2c65e8(0x204))/0x6)+-parseInt(_0x2c65e8(0x19b))/0x7+parseInt(_0x2c65e8(0x1fa))/0x8*(parseInt(_0x2c65e8(0x1f8))/0x9)+parseInt(_0x2c65e8(0x1c5))/0xa+-parseInt(_0x2c65e8(0x191))/0xb;if(_0x5b08fb===_0x26bd4c)break;else _0x3f51ce['push'](_0x3f51ce['shift']());}catch(_0x43f7dc){_0x3f51ce['push'](_0x3f51ce['shift']());}}}(a150_0x18a0,0xa0c80));function a150_0x2fd3(_0x12f4fb,_0x7ae110){const _0x18a00b=a150_0x18a0();return a150_0x2fd3=function(_0x2fd352,_0x14d9a9){_0x2fd352=_0x2fd352-0x18b;let _0x15694a=_0x18a00b[_0x2fd352];return _0x15694a;},a150_0x2fd3(_0x12f4fb,_0x7ae110);}const util=require(a150_0x3b1b1c(0x1ba)),{importFileFromPWCore}=require(a150_0x3b1b1c(0x21a)),helper=require(a150_0x3b1b1c(0x21a)),logger=require(a150_0x3b1b1c(0x208))['winstonLogger'],W3CMapping=require(a150_0x3b1b1c(0x21d))[a150_0x3b1b1c(0x229)](),constants=require(a150_0x3b1b1c(0x18e)),BrowserstackCLI=require(a150_0x3b1b1c(0x1e0)),CLIUtils=require(a150_0x3b1b1c(0x226));let GrpcClient;try{GrpcClient=require('../bin/v2/grpcClient');}catch(a150_0x1e349a){logger['debug'](a150_0x3b1b1c(0x213)+a150_0x1e349a[a150_0x3b1b1c(0x210)]),GrpcClient=null;}const convertW3CToJsonWire=_0x3cd874=>{const _0x107b15=a150_0x3b1b1c,_0x527a3f={};_0x527a3f[_0x107b15(0x1be)]=function(_0x30f0a1,_0xd11380){return _0x30f0a1||_0xd11380;},_0x527a3f['erTww']=function(_0x56382f,_0x473401){return _0x56382f===_0x473401;},_0x527a3f[_0x107b15(0x1e9)]=_0x107b15(0x1c8),_0x527a3f[_0x107b15(0x1cc)]=function(_0x1d84b2,_0x318abf){return _0x1d84b2 in _0x318abf;};const _0x18a2e=_0x527a3f,_0x4a1a86={};for(const [_0x5b15aa,_0x139382]of Object[_0x107b15(0x1a1)](_0x18a2e[_0x107b15(0x1be)](_0x3cd874,{}))){if(_0x18a2e[_0x107b15(0x1ad)](_0x5b15aa,_0x18a2e[_0x107b15(0x1e9)]))continue;let _0x556f2c=![];for(const [_0x3fa885,_0x3cb8e0]of Object[_0x107b15(0x1a1)](W3CMapping)){if(_0x18a2e[_0x107b15(0x1ad)](_0x5b15aa,_0x3cb8e0)){_0x4a1a86[_0x3fa885]=_0x139382,_0x556f2c=!![];break;}}!_0x556f2c&&(_0x4a1a86[_0x5b15aa]=_0x139382);}const _0x1d5ba1=_0x3cd874[_0x18a2e['IVqRA']]||{};for(const [_0x41be93,_0x25b7c5]of Object[_0x107b15(0x1a1)](_0x1d5ba1)){let _0x401c52=![];for(const [_0x4abfe1,_0xe4cf2d]of Object[_0x107b15(0x1a1)](W3CMapping)){if(_0x18a2e[_0x107b15(0x1ad)](_0x41be93,_0xe4cf2d)){_0x4a1a86[_0x4abfe1]=_0x25b7c5,_0x401c52=!![];break;}}!_0x401c52&&!_0x18a2e[_0x107b15(0x1cc)](_0x41be93,_0x4a1a86)&&(_0x4a1a86[_0x41be93]=_0x25b7c5);}return logger['debug'](_0x107b15(0x1e8)+JSON['stringify'](_0x4a1a86)),_0x4a1a86;},getModifiedConfigFromCLI=async _0x46e8c0=>{const _0x4b03d3=a150_0x3b1b1c,_0xbe2184={};_0xbe2184['xYHCV']=_0x4b03d3(0x1d6),_0xbe2184['jHPnJ']='cucumberjs-pw',_0xbe2184[_0x4b03d3(0x19e)]=_0x4b03d3(0x1a2),_0xbe2184[_0x4b03d3(0x212)]=_0x4b03d3(0x1c3),_0xbe2184[_0x4b03d3(0x220)]=function(_0x44b1f4,_0x4519dc){return _0x44b1f4>_0x4519dc;},_0xbe2184[_0x4b03d3(0x1f0)]=_0x4b03d3(0x1c1);const _0x525d6c=_0xbe2184;try{if(!GrpcClient)return logger[_0x4b03d3(0x1e1)](_0x525d6c[_0x4b03d3(0x193)]),null;const _0x4c35f4={};_0x4c35f4[_0x4b03d3(0x1a9)]=_0x46e8c0,_0x4c35f4[_0x4b03d3(0x1ed)]=_0x525d6c[_0x4b03d3(0x1ac)],_0x4c35f4[_0x4b03d3(0x1dd)]=0x1,_0x4c35f4[_0x4b03d3(0x21b)]=[];const _0x371d5c=_0x4c35f4;logger[_0x4b03d3(0x1e1)](_0x525d6c[_0x4b03d3(0x19e)]);const _0x3146b7={};_0x3146b7['playwrightConfigObject']=_0x371d5c;const _0x418896=await GrpcClient[_0x4b03d3(0x18b)]()['getPlaywrightConfig'](_0x3146b7);if(!_0x418896[_0x4b03d3(0x1f3)]())return logger[_0x4b03d3(0x1e1)](_0x525d6c[_0x4b03d3(0x212)]),null;const _0x2acfc5=JSON['parse'](_0x418896[_0x4b03d3(0x1f3)]());logger[_0x4b03d3(0x1e1)]('Received\x20modified\x20config\x20from\x20gRPC:\x20'+JSON['stringify'](_0x2acfc5));if(_0x2acfc5[_0x4b03d3(0x1a9)]&&Array[_0x4b03d3(0x202)](_0x2acfc5[_0x4b03d3(0x1a9)])&&_0x525d6c[_0x4b03d3(0x220)](_0x2acfc5['capabilities'][_0x4b03d3(0x1f2)],0x0))return _0x2acfc5[_0x4b03d3(0x1a9)][0x0];else{if(_0x2acfc5[_0x4b03d3(0x21b)]&&Array[_0x4b03d3(0x202)](_0x2acfc5[_0x4b03d3(0x21b)])&&_0x525d6c['QqXOi'](_0x2acfc5[_0x4b03d3(0x21b)][_0x4b03d3(0x1f2)],0x0)){const _0x23662e=_0x2acfc5[_0x4b03d3(0x21b)][0x0];if(_0x23662e[_0x4b03d3(0x206)]&&_0x23662e[_0x4b03d3(0x206)][_0x4b03d3(0x223)])return _0x23662e[_0x4b03d3(0x206)][_0x4b03d3(0x223)];}}return logger[_0x4b03d3(0x1e1)](_0x525d6c[_0x4b03d3(0x1f0)]),null;}catch(_0x468b6){logger[_0x4b03d3(0x1fc)]('Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20'+_0x468b6[_0x4b03d3(0x210)]);throw _0x468b6;}},generatePlaywrightUrl=(_0x5a79ac,_0x2888c8)=>{const _0xa3597=a150_0x3b1b1c,_0x1c4140={'ERVDz':function(_0x236aa5,_0x1602c1){return _0x236aa5!==_0x1602c1;},'QIHte':function(_0x4bcc6c,_0x16e9b2){return _0x4bcc6c!==_0x16e9b2;},'oYDWi':function(_0x30a439,_0x383126){return _0x30a439!==_0x383126;},'TpbzR':function(_0x69bc06,_0x5e74fa){return _0x69bc06!==_0x5e74fa;},'GWRMv':function(_0x132610,_0x57979b){return _0x132610!==_0x57979b;},'HcTfc':function(_0x2b6c1d,_0x1e6bf5){return _0x2b6c1d(_0x1e6bf5);},'HPzdB':function(_0x38c33f,_0x2a75cb){return _0x38c33f||_0x2a75cb;},'UDPFV':function(_0x3857ac,_0x3a290b){return _0x3857ac(_0x3a290b);},'FOhXa':'browserstack.accessibility','BHUav':function(_0x3feddd,_0xbf17d8){return _0x3feddd(_0xbf17d8);},'eCGcE':_0xa3597(0x19a),'XUbXN':function(_0x534e50,_0x26d063){return _0x534e50(_0x26d063);},'GcydK':'browserstack.accessibilityOptions.wcagVersion','xacHj':_0xa3597(0x20d),'lEVjY':_0xa3597(0x22a),'gbFDG':function(_0x481bd6,_0x2ae6d1){return _0x481bd6===_0x2ae6d1;},'eEhCd':function(_0x49d874,_0x5806dd){return _0x49d874===_0x5806dd;},'kQvbT':_0xa3597(0x194),'AQGZH':_0xa3597(0x21c),'STlmJ':_0xa3597(0x1bf),'hVvlr':function(_0x4c5f30,_0x131e4d){return _0x4c5f30+_0x131e4d;},'Vhuzw':function(_0x2d8fb2,_0x29b82b){return _0x2d8fb2(_0x29b82b);}},_0x2c7369=helper[_0xa3597(0x22e)](_0x5a79ac),_0x2e3ce4=_0x1c4140[_0xa3597(0x22b)](convertW3CToJsonWire,_0x2888c8);try{const _0x1c7a43=[_0x1c4140[_0xa3597(0x1cb)](_0x2888c8,{}),global['__launchCaps']||{},global[_0xa3597(0x1f9)]||{},global['__accessibilityOptions']||{}],_0x344cc8=_0x10c760=>{const _0x4f36e9=_0xa3597;if(_0x1c4140[_0x4f36e9(0x203)](_0x2e3ce4[_0x10c760],undefined)&&_0x1c4140[_0x4f36e9(0x203)](_0x2e3ce4[_0x10c760],null)&&_0x1c4140[_0x4f36e9(0x22c)](_0x2e3ce4[_0x10c760],''))return;for(const _0x1679f1 of _0x1c7a43){if(_0x1679f1&&_0x1c4140[_0x4f36e9(0x1aa)](_0x1679f1[_0x10c760],undefined)&&_0x1c4140['TpbzR'](_0x1679f1[_0x10c760],null)&&_0x1c4140[_0x4f36e9(0x1da)](_0x1679f1[_0x10c760],'')){_0x2e3ce4[_0x10c760]=_0x1679f1[_0x10c760];return;}}};_0x1c4140[_0xa3597(0x1f5)](_0x344cc8,_0x1c4140[_0xa3597(0x1c7)]),_0x1c4140[_0xa3597(0x22d)](_0x344cc8,_0x1c4140[_0xa3597(0x192)]),_0x1c4140[_0xa3597(0x19d)](_0x344cc8,_0x1c4140[_0xa3597(0x1d8)]),_0x1c4140[_0xa3597(0x22b)](_0x344cc8,_0x1c4140[_0xa3597(0x1a8)]),_0x1c4140[_0xa3597(0x22b)](_0x344cc8,_0x1c4140[_0xa3597(0x200)]),!_0x2e3ce4[_0x1c4140[_0xa3597(0x192)]]&&process[_0xa3597(0x19c)][_0xa3597(0x1e6)]&&(_0x2e3ce4[_0x1c4140['eCGcE']]=process['env'][_0xa3597(0x1e6)]),_0x1c4140[_0xa3597(0x1e3)](_0x2e3ce4[_0x1c4140['FOhXa']],undefined)&&process[_0xa3597(0x19c)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']&&_0x1c4140[_0xa3597(0x205)](_0x1c4140['XUbXN'](String,process[_0xa3597(0x19c)][_0xa3597(0x1b6)])[_0xa3597(0x195)](),_0x1c4140[_0xa3597(0x230)])&&(_0x2e3ce4[_0x1c4140[_0xa3597(0x1c7)]]=!![]);}catch(_0x279691){logger[_0xa3597(0x1e1)](_0xa3597(0x1f1)+util[_0xa3597(0x216)](_0x279691));}return _0x2e3ce4[_0x1c4140[_0xa3597(0x1c2)]]=process[_0xa3597(0x19c)][_0xa3597(0x1e7)],_0x2e3ce4[_0x1c4140[_0xa3597(0x1c9)]]=helper[_0xa3597(0x209)](),_0x1c4140['hVvlr'](_0x2c7369,_0x1c4140[_0xa3597(0x1e4)](encodeURIComponent,JSON[_0xa3597(0x1ee)](_0x2e3ce4)));},getBrowserFromCaps=_0x5a8140=>{const _0x2a0c1f=a150_0x3b1b1c,_0x2cd498={};_0x2cd498[_0x2a0c1f(0x198)]='chrome';const _0x2e4bbc=_0x2cd498;return _0x5a8140[_0x2a0c1f(0x1a3)]||_0x5a8140['browser']||_0x2e4bbc[_0x2a0c1f(0x198)];},getBundledConnectionClass=()=>{const _0x4d78ca=a150_0x3b1b1c,_0x55acef={};_0x55acef[_0x4d78ca(0x1d4)]=_0x4d78ca(0x227);const _0x3d68a1=_0x55acef;try{const _0x3f147d=helper[_0x4d78ca(0x18c)]();if(!_0x3f147d)return null;const _0x284c21=helper[_0x4d78ca(0x228)](_0x3f147d),_0x92add4=_0x284c21&&(_0x284c21[_0x4d78ca(0x207)]||_0x284c21['firefox']||_0x284c21[_0x4d78ca(0x1ca)]);if(!_0x92add4)return null;if(!_0x92add4[_0x4d78ca(0x20f)])return logger[_0x4d78ca(0x1e1)](_0x3d68a1['jUyGK']),null;if(!_0x92add4[_0x4d78ca(0x20f)][_0x4d78ca(0x20b)])return null;return _0x92add4['_connection'][_0x4d78ca(0x20b)];}catch(_0x2d8171){return logger[_0x4d78ca(0x1e1)]('SDK-5318:\x20getBundledConnectionClass\x20walk\x20failed:\x20'+util[_0x4d78ca(0x216)](_0x2d8171)),null;}},isPlaywrightAvailable=()=>{const _0x4675a2=a150_0x3b1b1c;try{return!!helper[_0x4675a2(0x1cd)]();}catch(_0x5411bd){return logger[_0x4675a2(0x1e1)](_0x4675a2(0x225)+util['format'](_0x5411bd)),![];}},getPlaywrightBrowserType=()=>{const _0x49cd3e=a150_0x3b1b1c;try{return helper[_0x49cd3e(0x1cd)]();}catch(_0x53529c){return logger['debug'](_0x49cd3e(0x1fb)+util['format'](_0x53529c)),null;}},getPlaywrightModulePath=()=>{const _0x293879=a150_0x3b1b1c,_0xde6cc3={};_0xde6cc3[_0x293879(0x197)]=_0x293879(0x1ab);const _0x2f39f2=_0xde6cc3;return logger[_0x293879(0x1e1)](_0x2f39f2[_0x293879(0x197)]),null;},getBrowserTypePath=()=>{const _0x2a2926=a150_0x3b1b1c,_0x34d2db={};_0x34d2db[_0x2a2926(0x1af)]=_0x2a2926(0x1d2);const _0xea8627=_0x34d2db;return logger[_0x2a2926(0x1e1)](_0xea8627['zKmTG']),null;},checkPwandBootstrapCli=async(_0x5dc56f,_0x3b12e2,_0x4cf56a)=>{const _0x10832d=a150_0x3b1b1c,_0x1208c3={'HaZEe':function(_0x47059c,_0x57e72c){return _0x47059c(_0x57e72c);},'rnSmb':_0x10832d(0x1dc),'eoGUS':function(_0x20980e,_0x5c81ab){return _0x20980e(_0x5c81ab);}};if(_0x5dc56f){const _0x39d53e=constants[_0x10832d(0x1b7)]['PLAYWRIGHT'];logger['debug'](_0x10832d(0x1fd)+_0x5dc56f+'\x20for\x20'+_0x3b12e2+'\x20flow'),CLIUtils[_0x10832d(0x1d5)](_0x3b12e2,_0x39d53e);const {getProductMap:_0xae8813}=_0x1208c3[_0x10832d(0x20a)](require,_0x1208c3[_0x10832d(0x1bd)]);process[_0x10832d(0x19c)][_0x10832d(0x1b1)]=JSON['stringify'](_0x1208c3[_0x10832d(0x201)](_0xae8813,_0x4cf56a['config'])),BrowserstackCLI[_0x10832d(0x18b)]()[_0x10832d(0x1b3)](_0x4cf56a[_0x10832d(0x1b2)],_0x4cf56a['configPath'],_0x4cf56a[_0x10832d(0x1d3)]),await BrowserstackCLI[_0x10832d(0x18b)]()[_0x10832d(0x224)]();}},connectOverCDPWithRetry=async(_0x378584,_0x35f444,_0x21be35,_0xe550cb=0x3,_0x19205a=0x1f4)=>{const _0x45c782=a150_0x3b1b1c,_0x242413={};_0x242413[_0x45c782(0x199)]=function(_0x5985e0,_0x14adcb){return _0x5985e0<=_0x14adcb;},_0x242413[_0x45c782(0x1f6)]=_0x45c782(0x1b9),_0x242413[_0x45c782(0x1c6)]=_0x45c782(0x1ff),_0x242413['RcHKP']=_0x45c782(0x196),_0x242413[_0x45c782(0x1a4)]=_0x45c782(0x1a5),_0x242413[_0x45c782(0x1d0)]='ECONNRESET',_0x242413['bnAun']='ECONNREFUSED',_0x242413[_0x45c782(0x219)]=function(_0x40692e,_0x414713){return _0x40692e===_0x414713;},_0x242413[_0x45c782(0x218)]=function(_0x148c8b,_0x2df193){return _0x148c8b+_0x2df193;},_0x242413[_0x45c782(0x1b0)]=function(_0x147661,_0x15777f){return _0x147661*_0x15777f;},_0x242413[_0x45c782(0x1cf)]=function(_0x319138,_0x3fb7ad){return _0x319138+_0x3fb7ad;};const _0x21654a=_0x242413;let _0x4e48cc;for(let _0x4a1203=0x0;_0x21654a[_0x45c782(0x199)](_0x4a1203,_0xe550cb);_0x4a1203++){try{return await _0x378584[_0x45c782(0x1db)]['apply'](_0x35f444,_0x21be35);}catch(_0x564b2c){_0x4e48cc=_0x564b2c;const _0x192bc5=_0x564b2c&&_0x564b2c[_0x45c782(0x210)]||'',_0x40ff2f=_0x192bc5[_0x45c782(0x1ef)](_0x21654a[_0x45c782(0x1f6)])||_0x192bc5[_0x45c782(0x1ef)](_0x21654a[_0x45c782(0x1c6)])||_0x192bc5[_0x45c782(0x1ef)](_0x21654a[_0x45c782(0x1ec)])||_0x192bc5[_0x45c782(0x1ef)](_0x21654a[_0x45c782(0x1a4)])||_0x192bc5[_0x45c782(0x1ef)](_0x21654a['aeweh'])||_0x192bc5[_0x45c782(0x1ef)](_0x21654a['bnAun']);if(!_0x40ff2f||_0x21654a[_0x45c782(0x219)](_0x4a1203,_0xe550cb)){_0x40ff2f&&logger[_0x45c782(0x20c)](_0x45c782(0x222)+_0x21654a[_0x45c782(0x218)](_0x4a1203,0x1)+_0x45c782(0x22f)+_0x192bc5);throw _0x564b2c;}const _0x5091e8=_0x21654a[_0x45c782(0x1b0)](_0x19205a,_0x21654a[_0x45c782(0x1cf)](_0x4a1203,0x1));logger[_0x45c782(0x20c)](_0x45c782(0x20e)+_0x21654a[_0x45c782(0x1cf)](_0x4a1203,0x1)+'/'+_0x21654a[_0x45c782(0x1cf)](_0xe550cb,0x1)+_0x45c782(0x221)+_0x192bc5+_0x45c782(0x190)+_0x5091e8+'ms'),await new Promise(_0x3396d1=>setTimeout(_0x3396d1,_0x5091e8));}}throw _0x4e48cc;},connectWithRetry=async(_0x2f56be,_0x3f048d,_0x1b9a2a,_0x2d4f8a=0x3,_0x21f3ef=0x3e8)=>{const _0x2fb005=a150_0x3b1b1c,_0x3d00bd={};_0x3d00bd['PDXzh']=function(_0xde7b0f,_0x5e8039){return _0xde7b0f<=_0x5e8039;},_0x3d00bd[_0x2fb005(0x214)]=_0x2fb005(0x1b4),_0x3d00bd[_0x2fb005(0x1f4)]=_0x2fb005(0x1d1),_0x3d00bd[_0x2fb005(0x18f)]=_0x2fb005(0x1b9),_0x3d00bd['QNhUE']=_0x2fb005(0x1ff),_0x3d00bd[_0x2fb005(0x1d7)]=_0x2fb005(0x196),_0x3d00bd['caoxX']='ECONNRESET',_0x3d00bd[_0x2fb005(0x1b8)]=_0x2fb005(0x1ae),_0x3d00bd['ZTpOv']=function(_0x85c095,_0x4df1db){return _0x85c095===_0x4df1db;},_0x3d00bd[_0x2fb005(0x211)]=function(_0x2134f9,_0x392595){return _0x2134f9+_0x392595;},_0x3d00bd[_0x2fb005(0x1bb)]=function(_0x252ffa,_0x133e44){return _0x252ffa*_0x133e44;},_0x3d00bd['NirJJ']=function(_0x16191f,_0x14382b){return _0x16191f+_0x14382b;},_0x3d00bd[_0x2fb005(0x1df)]=function(_0x5b9a8c,_0x2e1ebf){return _0x5b9a8c+_0x2e1ebf;};const _0x4be809=_0x3d00bd;let _0x21baae;for(let _0x499894=0x0;_0x4be809[_0x2fb005(0x18d)](_0x499894,_0x2d4f8a);_0x499894++){try{return await _0x2f56be[_0x2fb005(0x1bc)](_0x3f048d,_0x1b9a2a);}catch(_0x6528bf){_0x21baae=_0x6528bf;const _0x2abf5d=_0x6528bf&&_0x6528bf[_0x2fb005(0x210)]||'',_0x120f8e=_0x2abf5d[_0x2fb005(0x1ef)](_0x4be809[_0x2fb005(0x214)])||_0x2abf5d[_0x2fb005(0x1ef)](_0x4be809['bpwzW'])||_0x2abf5d[_0x2fb005(0x1ef)](_0x4be809[_0x2fb005(0x18f)])||_0x2abf5d[_0x2fb005(0x1ef)](_0x4be809[_0x2fb005(0x1ce)])||_0x2abf5d['includes'](_0x4be809[_0x2fb005(0x1d7)])||_0x2abf5d[_0x2fb005(0x1ef)](_0x4be809[_0x2fb005(0x1a7)])||_0x2abf5d[_0x2fb005(0x1ef)](_0x4be809[_0x2fb005(0x1b8)]);if(!_0x120f8e||_0x4be809[_0x2fb005(0x1de)](_0x499894,_0x2d4f8a)){_0x120f8e&&logger[_0x2fb005(0x20c)](_0x2fb005(0x1f7)+_0x4be809[_0x2fb005(0x211)](_0x499894,0x1)+_0x2fb005(0x22f)+_0x2abf5d+_0x2fb005(0x21e));throw _0x6528bf;}const _0x19e118=_0x4be809[_0x2fb005(0x1bb)](_0x21f3ef,_0x4be809[_0x2fb005(0x1c4)](_0x499894,0x1));logger['warn'](_0x2fb005(0x1e5)+_0x4be809[_0x2fb005(0x211)](_0x499894,0x1)+'/'+_0x4be809[_0x2fb005(0x1df)](_0x2d4f8a,0x1)+_0x2fb005(0x221)+_0x2abf5d+_0x2fb005(0x190)+_0x19e118+'ms'),await new Promise(_0x59c3b0=>setTimeout(_0x59c3b0,_0x19e118));}}throw _0x21baae;},a150_0x19280a={};function a150_0x18a0(){const _0x3d3963=['browserstack.accessibilityOptions.scannerProcessingTimeout','HcTfc','QIHte','BHUav','getPlaywrightUrl','\x20attempts\x20—\x20surfacing\x20error:\x20','kQvbT','2187117KvcvBt','connectOverCDPWithRetry','getInstance','getPWCorePath','PDXzh','../bin/utils/constants','bOwGD','),\x20retrying\x20in\x20','16215584VAsaTy','eCGcE','xYHCV','true','toLowerCase','WebSocket\x20error','ahglN','UjijH','NcqEx','browserstack.accessibilityOptions.authToken','4336780BOnQhW','env','XUbXN','yPiUM','getModifiedConfigFromCLI','1032754GpVvvy','entries','Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw','browserName','wGUQz','connectOverCDP:\x20CDPSession','2gZUTmZ','caoxX','xacHj','capabilities','oYDWi','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','jHPnJ','erTww','ECONNREFUSED','zKmTG','IwOtu','BROWSERSTACK_PRODUCT_MAP','config','setBrowserstackConfig','Socket\x20idle\x20from\x20a\x20long\x20time','4lIewVX','BROWSERSTACK_TEST_ACCESSIBILITY_YML','FRAMEWORKS','hLFEB','Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed','util','rkbEm','apply','rnSmb','FQiOX','browserstack.buildProductMap','getPlaywrightModulePath','No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response','AQGZH','No\x20modified\x20config\x20received\x20from\x20gRPC','NirJJ','1821170CxJOYG','aOTde','FOhXa','bstack:options','STlmJ','webkit','HPzdB','bFPRd','resolveBrowserTypeClass','QNhUE','DyliC','aeweh','Unable\x20to\x20get\x20the\x20websocket\x20connection','getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','cliConfig','jUyGK','setFrameworkDetail','GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request','kPoTB','GcydK','connectWithRetry','GWRMv','connectOverCDP','./testhub/utils','workers','ZTpOv','USbJB','../bin/v2/browserstackCLI','debug','getBrowserFromCaps','gbFDG','Vhuzw','[Playwright]\x20connect\x20attempt\x20','BS_A11Y_JWT','BROWSERSTACK_TESTHUB_UUID','Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','IVqRA','5ggPktH','exports','RcHKP','framework','stringify','includes','kDqFF','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','length','getConfig','bpwzW','UDPFV','SeQcA','[Playwright]\x20connect\x20gave\x20up\x20after\x20','9553851nwFdcs','__platformCaps','8QtutuG','Error\x20getting\x20Playwright\x20BrowserType:\x20','error','Detected\x20Playwright\x20version\x20','getBundledConnectionClass','Timeout','lEVjY','eoGUS','isArray','ERVDz','7229238lzCPKM','eEhCd','use','chromium','./logger','getBuildProductMap','HaZEe','constructor','warn','browserstack.accessibilityOptions.scannerVersion','[A11Y]\x20connectOverCDP\x20attempt\x20','_connection','message','ONAxI','PVCYq','Could\x20not\x20import\x20GrpcClient:\x20','flNRD','checkPwandBootstrapCli','format','getBrowserTypePath','pOYnC','udGHi','./helper','projects','browserstack.testhubBuildUuid','./w3cMapping','.\x20Session\x20may\x20be\x20reported\x20unlinked\x20(device\x20name\x20missing\x20on\x20dashboard).','convertW3CToJsonWire','QqXOi','\x20failed\x20(','[A11Y]\x20connectOverCDP\x20gave\x20up\x20after\x20','platformCaps','bootstrap','Playwright\x20not\x20available:\x20','../bin/v2/cliUtils','SDK-5318:\x20getBundledConnectionClass\x20called\x20before\x20_connection\x20populated;\x20returning\x20null','requirePWModule','W3CMapping'];a150_0x18a0=function(){return _0x3d3963;};return a150_0x18a0();}a150_0x19280a[a150_0x3b1b1c(0x21f)]=convertW3CToJsonWire,a150_0x19280a[a150_0x3b1b1c(0x19f)]=getModifiedConfigFromCLI,a150_0x19280a['generatePlaywrightUrl']=generatePlaywrightUrl,a150_0x19280a[a150_0x3b1b1c(0x1e2)]=getBrowserFromCaps,a150_0x19280a['isPlaywrightAvailable']=isPlaywrightAvailable,a150_0x19280a['getPlaywrightBrowserType']=getPlaywrightBrowserType,a150_0x19280a[a150_0x3b1b1c(0x1c0)]=getPlaywrightModulePath,a150_0x19280a[a150_0x3b1b1c(0x217)]=getBrowserTypePath,a150_0x19280a['importFileFromPWCore']=importFileFromPWCore,a150_0x19280a[a150_0x3b1b1c(0x215)]=checkPwandBootstrapCli,a150_0x19280a[a150_0x3b1b1c(0x232)]=connectOverCDPWithRetry,a150_0x19280a[a150_0x3b1b1c(0x1d9)]=connectWithRetry,a150_0x19280a[a150_0x3b1b1c(0x1fe)]=getBundledConnectionClass,module[a150_0x3b1b1c(0x1eb)]=a150_0x19280a;
@@ -1 +1 @@
1
- const a136_0x465d10=a136_0xf475;function a136_0xf475(_0x5cac54,_0x26c68b){const _0x4c693d=a136_0x4c69();return a136_0xf475=function(_0xf47516,_0x586fda){_0xf47516=_0xf47516-0x159;let _0x49d99c=_0x4c693d[_0xf47516];return _0x49d99c;},a136_0xf475(_0x5cac54,_0x26c68b);}(function(_0x1cdfa7,_0x2f54e9){const _0x41babb=a136_0xf475,_0x5a765f=_0x1cdfa7();while(!![]){try{const _0x365966=-parseInt(_0x41babb(0x175))/0x1+-parseInt(_0x41babb(0x15f))/0x2*(-parseInt(_0x41babb(0x15a))/0x3)+parseInt(_0x41babb(0x16c))/0x4*(-parseInt(_0x41babb(0x176))/0x5)+-parseInt(_0x41babb(0x15c))/0x6*(parseInt(_0x41babb(0x170))/0x7)+-parseInt(_0x41babb(0x178))/0x8*(-parseInt(_0x41babb(0x179))/0x9)+parseInt(_0x41babb(0x17b))/0xa+-parseInt(_0x41babb(0x159))/0xb*(-parseInt(_0x41babb(0x17c))/0xc);if(_0x365966===_0x2f54e9)break;else _0x5a765f['push'](_0x5a765f['shift']());}catch(_0x4e9622){_0x5a765f['push'](_0x5a765f['shift']());}}}(a136_0x4c69,0x5e783));const worker=require('worker_threads'),{fileLogger}=require(a136_0x465d10(0x16a)),{consoleHolder}=require('./test-observability/constants'),globals=require(a136_0x465d10(0x163)),constants=require(a136_0x465d10(0x172));exports[a136_0x465d10(0x161)]=()=>{const _0x51a23d=a136_0x465d10;return process[_0x51a23d(0x174)]+'-'+worker[_0x51a23d(0x164)];},exports[a136_0x465d10(0x173)]=()=>{const _0x3dfa1f=a136_0x465d10,_0x2194a0={};_0x2194a0['MTUAu']=_0x3dfa1f(0x15d);const _0x2581fe=_0x2194a0;return globals[_0x3dfa1f(0x165)](_0x2581fe[_0x3dfa1f(0x16d)]);},exports[a136_0x465d10(0x16e)]=(_0x5b0044=0x64)=>new Promise(_0x1d4a5a=>setTimeout(_0x1d4a5a,_0x5b0044)),exports[a136_0x465d10(0x162)]=_0x3c1a05=>{const _0x189b1f=a136_0x465d10,_0x412e73={};_0x412e73[_0x189b1f(0x166)]=function(_0x212b20,_0x166992){return _0x212b20===_0x166992;},_0x412e73[_0x189b1f(0x160)]=_0x189b1f(0x171),_0x412e73[_0x189b1f(0x15e)]=function(_0x63aea6,_0xf3ad2b){return _0x63aea6===_0xf3ad2b;},_0x412e73[_0x189b1f(0x168)]=function(_0x5864f7,_0x170f40){return _0x5864f7===_0x170f40;};const _0x873d9e=_0x412e73;fileLogger[_0x189b1f(0x162)]('['+new Date()[_0x189b1f(0x169)]()+'][\x20'+constants[_0x189b1f(0x17a)]+_0x189b1f(0x15b)+_0x3c1a05),(_0x873d9e[_0x189b1f(0x166)](process['env'][_0x189b1f(0x16b)],_0x873d9e[_0x189b1f(0x160)])||_0x873d9e[_0x189b1f(0x15e)](process[_0x189b1f(0x167)][_0x189b1f(0x16b)],'1')||_0x873d9e['IxSRw'](process[_0x189b1f(0x167)][_0x189b1f(0x177)],_0x873d9e[_0x189b1f(0x160)])||_0x873d9e[_0x189b1f(0x166)](process['env'][_0x189b1f(0x177)],'1'))&&consoleHolder[_0x189b1f(0x16f)]('\x0a['+new Date()['toISOString']()+'][\x20'+constants[_0x189b1f(0x17a)]+_0x189b1f(0x15b)+_0x3c1a05+'\x0a');};function a136_0x4c69(){const _0x14b75d=['121602Uhrnjt','1342145WbZpYc','BROWSERSTACK_OBSERVABILITY_DEBUG','8fNYacK','472275CkpdgZ','TEST_REPORTING_ANALYTICS','626550rxCafe','48GJtgpf','2195831bgXxCk','390675sobjCt','\x20]\x20','3468wzZImT','browserstackTestName','OgEPB','4FfAscJ','AhDFv','getProcessId','debug','./globals','threadId','getGlobal','iytPI','env','IxSRw','toISOString','./logger','BROWSERSTACK_TEST_REPORTING_DEBUG','4vDALFl','MTUAu','sleep','log','4809WwemSF','true','../bin/utils/constants','getTestName','pid'];a136_0x4c69=function(){return _0x14b75d;};return a136_0x4c69();}
1
+ function a151_0x1d56(_0x3b5d77,_0x387eb0){const _0x4690c8=a151_0x4690();return a151_0x1d56=function(_0x1d560a,_0x222ddf){_0x1d560a=_0x1d560a-0xa4;let _0x8a64dc=_0x4690c8[_0x1d560a];return _0x8a64dc;},a151_0x1d56(_0x3b5d77,_0x387eb0);}const a151_0x8f68dd=a151_0x1d56;function a151_0x4690(){const _0x223af5=['15gxqEHU','13459288IVhWSj','7861272KBgAsD','2204692lEbXFg','\x20]\x20','RnJsv','oJYJW','./globals','VBbuN','../bin/utils/constants','TEST_REPORTING_ANALYTICS','env','getTestName','./logger','true','169390zkAjdp','./test-observability/constants','getProcessId','browserstackTestName','sleep','66rEifkx','HgeMP','pid','BROWSERSTACK_OBSERVABILITY_DEBUG','threadId','666jdBvRx','getGlobal','BROWSERSTACK_TEST_REPORTING_DEBUG','LnPUH','1308568pTifiY','1531161sHNxjU','worker_threads','toISOString','33556JDlbfZ','][\x20'];a151_0x4690=function(){return _0x223af5;};return a151_0x4690();}(function(_0x36ad01,_0x1dd897){const _0x11b36c=a151_0x1d56,_0x48c789=_0x36ad01();while(!![]){try{const _0x2fe530=-parseInt(_0x11b36c(0xbb))/0x1*(-parseInt(_0x11b36c(0xae))/0x2)+-parseInt(_0x11b36c(0xb8))/0x3+parseInt(_0x11b36c(0xb7))/0x4*(-parseInt(_0x11b36c(0xbd))/0x5)+-parseInt(_0x11b36c(0xbf))/0x6+-parseInt(_0x11b36c(0xc0))/0x7+parseInt(_0x11b36c(0xbe))/0x8+-parseInt(_0x11b36c(0xb3))/0x9*(-parseInt(_0x11b36c(0xa9))/0xa);if(_0x2fe530===_0x1dd897)break;else _0x48c789['push'](_0x48c789['shift']());}catch(_0x323ec5){_0x48c789['push'](_0x48c789['shift']());}}}(a151_0x4690,0xe2238));const worker=require(a151_0x8f68dd(0xb9)),{fileLogger}=require(a151_0x8f68dd(0xa7)),{consoleHolder}=require(a151_0x8f68dd(0xaa)),globals=require(a151_0x8f68dd(0xc4)),constants=require(a151_0x8f68dd(0xc6));exports[a151_0x8f68dd(0xab)]=()=>{const _0x2e1309=a151_0x8f68dd;return process[_0x2e1309(0xb0)]+'-'+worker[_0x2e1309(0xb2)];},exports[a151_0x8f68dd(0xa6)]=()=>{const _0x52b6c9=a151_0x8f68dd,_0x161949={};_0x161949[_0x52b6c9(0xaf)]=_0x52b6c9(0xac);const _0x2cacdd=_0x161949;return globals[_0x52b6c9(0xb4)](_0x2cacdd[_0x52b6c9(0xaf)]);},exports[a151_0x8f68dd(0xad)]=(_0x51ae13=0x64)=>new Promise(_0x5807bf=>setTimeout(_0x5807bf,_0x51ae13)),exports['debug']=_0xa934c1=>{const _0x9d3d1a=a151_0x8f68dd,_0x4cf572={};_0x4cf572['LnPUH']=function(_0x979ef7,_0x2897d8){return _0x979ef7===_0x2897d8;},_0x4cf572[_0x9d3d1a(0xc2)]=_0x9d3d1a(0xa8),_0x4cf572[_0x9d3d1a(0xc5)]=function(_0x15e9c1,_0x551ef8){return _0x15e9c1===_0x551ef8;},_0x4cf572['oJYJW']=function(_0x46dcbc,_0x32c274){return _0x46dcbc===_0x32c274;};const _0x251a03=_0x4cf572;fileLogger['debug']('['+new Date()['toISOString']()+_0x9d3d1a(0xbc)+constants[_0x9d3d1a(0xa4)]+_0x9d3d1a(0xc1)+_0xa934c1),(_0x251a03[_0x9d3d1a(0xb6)](process[_0x9d3d1a(0xa5)][_0x9d3d1a(0xb5)],_0x251a03[_0x9d3d1a(0xc2)])||_0x251a03[_0x9d3d1a(0xc5)](process[_0x9d3d1a(0xa5)][_0x9d3d1a(0xb5)],'1')||_0x251a03[_0x9d3d1a(0xc3)](process[_0x9d3d1a(0xa5)]['BROWSERSTACK_OBSERVABILITY_DEBUG'],_0x251a03[_0x9d3d1a(0xc2)])||_0x251a03['VBbuN'](process['env'][_0x9d3d1a(0xb1)],'1'))&&consoleHolder['log']('\x0a['+new Date()[_0x9d3d1a(0xba)]()+'][\x20'+constants[_0x9d3d1a(0xa4)]+_0x9d3d1a(0xc1)+_0xa934c1+'\x0a');};
@@ -1 +1 @@
1
- const a137_0x2fe918=a137_0x9f68;(function(_0x275653,_0x1673d2){const _0x41c65e=a137_0x9f68,_0x40a7d2=_0x275653();while(!![]){try{const _0x2382a2=-parseInt(_0x41c65e(0x134))/0x1*(-parseInt(_0x41c65e(0x151))/0x2)+parseInt(_0x41c65e(0x11f))/0x3*(-parseInt(_0x41c65e(0x14e))/0x4)+-parseInt(_0x41c65e(0x121))/0x5+-parseInt(_0x41c65e(0x12a))/0x6+-parseInt(_0x41c65e(0x145))/0x7*(-parseInt(_0x41c65e(0x147))/0x8)+parseInt(_0x41c65e(0x115))/0x9+parseInt(_0x41c65e(0x140))/0xa;if(_0x2382a2===_0x1673d2)break;else _0x40a7d2['push'](_0x40a7d2['shift']());}catch(_0x3d7a65){_0x40a7d2['push'](_0x40a7d2['shift']());}}}(a137_0x378c,0x64f7c));const util=require(a137_0x2fe918(0x148)),helper=require(a137_0x2fe918(0x14a)),logger=require(a137_0x2fe918(0x112))[a137_0x2fe918(0x11c)],W3CMapping=require(a137_0x2fe918(0x11e))[a137_0x2fe918(0x117)](),constants=require(a137_0x2fe918(0x128)),BrowserstackCLI=require('../bin/v2/browserstackCLI'),CLIUtils=require(a137_0x2fe918(0x13e)),getAPIUtilityMethods=()=>{const _0x3dfec1=a137_0x2fe918,_0x5f08b3={'rSjJh':function(_0x5a0c74,_0x314579){return _0x5a0c74(_0x314579);},'eyRzh':_0x3dfec1(0x116)};return _0x5f08b3[_0x3dfec1(0x12e)](require,_0x5f08b3[_0x3dfec1(0x144)]);},getPuppeteerUrl=_0x20a177=>{const _0x5df645=a137_0x2fe918,_0x249176={'wjVbA':function(_0x514cf1){return _0x514cf1();}};if(_0x20a177[_0x5df645(0x13a)])return _0x20a177[_0x5df645(0x13a)];const _0xef821a=_0x249176[_0x5df645(0x119)](getAPIUtilityMethods);return _0xef821a[_0x5df645(0x120)]('');},convertW3CToJsonWire=_0x3c002f=>{const _0x4f8c37=a137_0x2fe918,_0x2005ac={};_0x2005ac['XCWwB']=function(_0x57405a,_0x513a42){return _0x57405a||_0x513a42;},_0x2005ac[_0x4f8c37(0x125)]=function(_0xf77bc7,_0x37706f){return _0xf77bc7===_0x37706f;},_0x2005ac['ucUpF']='bstack:options',_0x2005ac['yFNtz']=function(_0x2affc4,_0x559521){return _0x2affc4===_0x559521;},_0x2005ac[_0x4f8c37(0x122)]=function(_0x327e5b,_0x2246d8){return _0x327e5b in _0x2246d8;};const _0x59e018=_0x2005ac,_0x4861ef={};for(const [_0x2600d7,_0x2030ac]of Object['entries'](_0x59e018[_0x4f8c37(0x114)](_0x3c002f,{}))){if(_0x59e018[_0x4f8c37(0x125)](_0x2600d7,_0x59e018['ucUpF']))continue;let _0x9bdaa5=![];for(const [_0x3f5aaa,_0x4183c5]of Object[_0x4f8c37(0x132)](W3CMapping)){if(_0x59e018[_0x4f8c37(0x125)](_0x2600d7,_0x4183c5)){_0x4861ef[_0x3f5aaa]=_0x2030ac,_0x9bdaa5=!![];break;}}!_0x9bdaa5&&(_0x4861ef[_0x2600d7]=_0x2030ac);}const _0x4e9650=_0x3c002f[_0x59e018['ucUpF']]||{};for(const [_0x19fbfb,_0x25bc9b]of Object[_0x4f8c37(0x132)](_0x4e9650)){let _0x5e39a7=![];for(const [_0x24ca68,_0x19faa0]of Object[_0x4f8c37(0x132)](W3CMapping)){if(_0x59e018['yFNtz'](_0x19fbfb,_0x19faa0)){_0x4861ef[_0x24ca68]=_0x25bc9b,_0x5e39a7=!![];break;}}!_0x5e39a7&&!_0x59e018[_0x4f8c37(0x122)](_0x19fbfb,_0x4861ef)&&(_0x4861ef[_0x19fbfb]=_0x25bc9b);}return logger[_0x4f8c37(0x12c)]('[PuppeteerHelper]\x20Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20'+JSON[_0x4f8c37(0x12d)](_0x4861ef)),_0x4861ef;},generatePuppeteerUrl=(_0x41e4b9,_0x3e49e8)=>{const _0x7cde8c=a137_0x2fe918,_0x2a66ce={'GyvVI':function(_0x3c4e6e,_0x483142){return _0x3c4e6e(_0x483142);},'JGIGn':_0x7cde8c(0x14c),'CTavk':_0x7cde8c(0x141),'aMPPY':function(_0x4c9555,_0x485e48){return _0x4c9555+_0x485e48;},'VBiaM':function(_0x3b0d79,_0x5a7ca3){return _0x3b0d79(_0x5a7ca3);}},_0x46c743=_0x2a66ce[_0x7cde8c(0x14b)](getPuppeteerUrl,_0x41e4b9),_0x452204=_0x2a66ce[_0x7cde8c(0x14b)](convertW3CToJsonWire,_0x3e49e8);return _0x452204[_0x2a66ce[_0x7cde8c(0x126)]]=process['env'][_0x7cde8c(0x127)],_0x452204[_0x2a66ce[_0x7cde8c(0x11a)]]=helper[_0x7cde8c(0x143)](),_0x2a66ce[_0x7cde8c(0x123)](_0x46c743,_0x2a66ce[_0x7cde8c(0x124)](encodeURIComponent,JSON[_0x7cde8c(0x12d)](_0x452204)));},isPuppeteerAvailable=()=>{const _0x53f750=a137_0x2fe918,_0x472b3f={};_0x472b3f[_0x53f750(0x118)]=_0x53f750(0x14d),_0x472b3f['ngwAR']='puppeteer';const _0x2157ae=_0x472b3f;try{return require['resolve'](_0x2157ae[_0x53f750(0x118)]),!![];}catch{try{return require['resolve'](_0x2157ae[_0x53f750(0x142)]),!![];}catch{return![];}}},getPuppeteerVersion=()=>{const _0x5548f5=a137_0x2fe918,_0x287c38={};_0x287c38[_0x5548f5(0x152)]=_0x5548f5(0x14d),_0x287c38['maPCk']=_0x5548f5(0x12b);const _0x1d2df4=_0x287c38;return helper[_0x5548f5(0x153)](_0x1d2df4[_0x5548f5(0x152)])||helper[_0x5548f5(0x153)](_0x1d2df4[_0x5548f5(0x12f)]);},checkPuppeteerAndBootstrapCli=async(_0x48055f,_0xbf7665,_0x37e3b7)=>{const _0x1e2a5e=a137_0x2fe918,_0x37a0e3={'Qtbog':'true','ymNoQ':function(_0x2b747c,_0x5799e0){return _0x2b747c(_0x5799e0);},'UYnlJ':'./testhub/utils'};if(_0x48055f){const _0xd9773e=constants[_0x1e2a5e(0x139)][_0x1e2a5e(0x131)];logger[_0x1e2a5e(0x12c)](_0x1e2a5e(0x136)+_0x48055f+_0x1e2a5e(0x150)+_0xbf7665+_0x1e2a5e(0x11b)),process[_0x1e2a5e(0x13d)][_0x1e2a5e(0x149)]=_0x37a0e3[_0x1e2a5e(0x11d)],CLIUtils[_0x1e2a5e(0x130)](_0xbf7665,_0xd9773e);const {getProductMap:_0x226af1}=_0x37a0e3[_0x1e2a5e(0x113)](require,_0x37a0e3[_0x1e2a5e(0x137)]);process[_0x1e2a5e(0x13d)][_0x1e2a5e(0x14f)]=JSON[_0x1e2a5e(0x12d)](_0x37a0e3[_0x1e2a5e(0x113)](_0x226af1,_0x37e3b7['config'])),BrowserstackCLI[_0x1e2a5e(0x129)]()[_0x1e2a5e(0x135)](_0x37e3b7[_0x1e2a5e(0x13c)],_0x37e3b7['configPath'],_0x37e3b7[_0x1e2a5e(0x13f)]),await BrowserstackCLI[_0x1e2a5e(0x129)]()[_0x1e2a5e(0x138)]();}},a137_0x2af6d2={};function a137_0x9f68(_0xa3b5a,_0x5e1d41){const _0x378c99=a137_0x378c();return a137_0x9f68=function(_0x9f6816,_0xaaada1){_0x9f6816=_0x9f6816-0x112;let _0x16c42c=_0x378c99[_0x9f6816];return _0x16c42c;},a137_0x9f68(_0xa3b5a,_0x5e1d41);}a137_0x2af6d2[a137_0x2fe918(0x133)]=getPuppeteerUrl,a137_0x2af6d2[a137_0x2fe918(0x146)]=convertW3CToJsonWire,a137_0x2af6d2[a137_0x2fe918(0x13b)]=generatePuppeteerUrl,a137_0x2af6d2['isPuppeteerAvailable']=isPuppeteerAvailable,a137_0x2af6d2['getPuppeteerVersion']=getPuppeteerVersion,a137_0x2af6d2['checkPuppeteerAndBootstrapCli']=checkPuppeteerAndBootstrapCli,module['exports']=a137_0x2af6d2;function a137_0x378c(){const _0x5185d4=['oznmn','wjVbA','CTavk','\x20flow','winstonLogger','Qtbog','./w3cMapping','26646frsCqR','getPuppeteerHubUrl','831050WdBVgP','Laeam','aMPPY','VBiaM','axxWv','JGIGn','BROWSERSTACK_TESTHUB_UUID','../bin/utils/constants','getInstance','905904SMdqlZ','puppeteer','debug','stringify','rSjJh','maPCk','setFrameworkDetail','PUPPETEER','entries','getPuppeteerUrl','1snKlpN','setBrowserstackConfig','[PuppeteerHelper]\x20Detected\x20Puppeteer\x20version\x20','UYnlJ','bootstrap','FRAMEWORKS','turboScaleUrl','generatePuppeteerUrl','config','env','../bin/v2/cliUtils','cliConfig','1100620mPhtFh','browserstack.buildProductMap','ngwAR','getBuildProductMap','eyRzh','7HBszYg','convertW3CToJsonWire','274760CIsmgR','util','BROWSERSTACK_PUPPETEER','./helper','GyvVI','browserstack.testhubBuildUuid','puppeteer-core','344haIXdt','BROWSERSTACK_PRODUCT_MAP','\x20for\x20','1390682NicGMU','rUNNJ','getPackageVersion','./logger','ymNoQ','XCWwB','5893758ejKOWi','../bin/utils/apiUtilityMethods','W3CMapping'];a137_0x378c=function(){return _0x5185d4;};return a137_0x378c();}
1
+ function a152_0x5140(_0x133fb3,_0x8916b7){const _0x30e808=a152_0x30e8();return a152_0x5140=function(_0x5140d4,_0x156f59){_0x5140d4=_0x5140d4-0x89;let _0x292207=_0x30e808[_0x5140d4];return _0x292207;},a152_0x5140(_0x133fb3,_0x8916b7);}const a152_0x4b8da0=a152_0x5140;(function(_0x363285,_0xe67140){const _0x594cce=a152_0x5140,_0x1b334f=_0x363285();while(!![]){try{const _0x1afead=-parseInt(_0x594cce(0xac))/0x1+-parseInt(_0x594cce(0xc1))/0x2*(-parseInt(_0x594cce(0xbd))/0x3)+parseInt(_0x594cce(0x94))/0x4*(parseInt(_0x594cce(0x89))/0x5)+-parseInt(_0x594cce(0xc7))/0x6+parseInt(_0x594cce(0xc6))/0x7*(parseInt(_0x594cce(0xce))/0x8)+-parseInt(_0x594cce(0x9a))/0x9*(parseInt(_0x594cce(0xa0))/0xa)+-parseInt(_0x594cce(0x9d))/0xb;if(_0x1afead===_0xe67140)break;else _0x1b334f['push'](_0x1b334f['shift']());}catch(_0x3a2403){_0x1b334f['push'](_0x1b334f['shift']());}}}(a152_0x30e8,0x3091d));const util=require(a152_0x4b8da0(0xb3)),helper=require(a152_0x4b8da0(0xab)),logger=require(a152_0x4b8da0(0xc9))[a152_0x4b8da0(0xb6)],W3CMapping=require('./w3cMapping')['W3CMapping'](),constants=require('../bin/utils/constants'),BrowserstackCLI=require(a152_0x4b8da0(0xa5)),CLIUtils=require(a152_0x4b8da0(0xcc)),getAPIUtilityMethods=()=>{const _0x57b2c4=a152_0x4b8da0,_0x4ae335={'GKydB':function(_0x559e31,_0x476485){return _0x559e31(_0x476485);},'zMyev':_0x57b2c4(0xb1)};return _0x4ae335['GKydB'](require,_0x4ae335[_0x57b2c4(0xa8)]);},getPuppeteerUrl=_0x3a860e=>{const _0x4737a4=a152_0x4b8da0,_0x486749={'bIaId':function(_0x553718){return _0x553718();}};if(_0x3a860e[_0x4737a4(0x97)])return _0x3a860e['turboScaleUrl'];const _0x40abb9=_0x486749[_0x4737a4(0x92)](getAPIUtilityMethods);return _0x40abb9[_0x4737a4(0xbe)]('');},convertW3CToJsonWire=_0xc63f4d=>{const _0x2b82be=a152_0x4b8da0,_0x353ece={};_0x353ece[_0x2b82be(0x8d)]=function(_0x3d7fee,_0x3b8a34){return _0x3d7fee||_0x3b8a34;},_0x353ece[_0x2b82be(0xb4)]=function(_0x341902,_0x52edca){return _0x341902===_0x52edca;},_0x353ece[_0x2b82be(0xc2)]=_0x2b82be(0x8e),_0x353ece[_0x2b82be(0xbb)]=function(_0x17064d,_0x51017){return _0x17064d===_0x51017;},_0x353ece[_0x2b82be(0xcd)]=function(_0x223295,_0x1645ce){return _0x223295 in _0x1645ce;};const _0x283408=_0x353ece,_0x2d8b3b={};for(const [_0x2d634f,_0x3c5693]of Object[_0x2b82be(0x98)](_0x283408[_0x2b82be(0x8d)](_0xc63f4d,{}))){if(_0x283408[_0x2b82be(0xb4)](_0x2d634f,_0x283408[_0x2b82be(0xc2)]))continue;let _0x5c1120=![];for(const [_0x179ce3,_0x1bd3fb]of Object[_0x2b82be(0x98)](W3CMapping)){if(_0x283408[_0x2b82be(0xb4)](_0x2d634f,_0x1bd3fb)){_0x2d8b3b[_0x179ce3]=_0x3c5693,_0x5c1120=!![];break;}}!_0x5c1120&&(_0x2d8b3b[_0x2d634f]=_0x3c5693);}const _0x5521be=_0xc63f4d[_0x283408['SAFTG']]||{};for(const [_0x3df560,_0x1c88b9]of Object[_0x2b82be(0x98)](_0x5521be)){let _0x36b887=![];for(const [_0x172e22,_0x108bd5]of Object['entries'](W3CMapping)){if(_0x283408['IamNk'](_0x3df560,_0x108bd5)){_0x2d8b3b[_0x172e22]=_0x1c88b9,_0x36b887=!![];break;}}!_0x36b887&&!_0x283408[_0x2b82be(0xcd)](_0x3df560,_0x2d8b3b)&&(_0x2d8b3b[_0x3df560]=_0x1c88b9);}return logger[_0x2b82be(0x95)](_0x2b82be(0xc5)+JSON[_0x2b82be(0xb7)](_0x2d8b3b)),_0x2d8b3b;},generatePuppeteerUrl=(_0x3a96a0,_0x4bd475)=>{const _0x4012fe=a152_0x4b8da0,_0x3baa66={'XdRiD':function(_0xc0c2bd,_0x539b9d){return _0xc0c2bd(_0x539b9d);},'IkUOB':'browserstack.testhubBuildUuid','diaVj':_0x4012fe(0x9c),'NWFDU':function(_0x310438,_0x2f4ae5){return _0x310438+_0x2f4ae5;}},_0x1575cc=_0x3baa66[_0x4012fe(0xa4)](getPuppeteerUrl,_0x3a96a0),_0x272e46=_0x3baa66[_0x4012fe(0xa4)](convertW3CToJsonWire,_0x4bd475);return _0x272e46[_0x3baa66[_0x4012fe(0x96)]]=process['env'][_0x4012fe(0x91)],_0x272e46[_0x3baa66[_0x4012fe(0xc3)]]=helper[_0x4012fe(0x9f)](),_0x3baa66[_0x4012fe(0x99)](_0x1575cc,_0x3baa66[_0x4012fe(0xa4)](encodeURIComponent,JSON['stringify'](_0x272e46)));},isPuppeteerAvailable=()=>{const _0x288e51=a152_0x4b8da0,_0x282e69={};_0x282e69[_0x288e51(0xa1)]=_0x288e51(0x8c),_0x282e69[_0x288e51(0x93)]=_0x288e51(0xcb);const _0x9fcef=_0x282e69;try{return require[_0x288e51(0xb5)](_0x9fcef[_0x288e51(0xa1)]),!![];}catch{try{return require[_0x288e51(0xb5)](_0x9fcef['VFktL']),!![];}catch{return![];}}},getPuppeteerVersion=()=>{const _0x376d4e=a152_0x4b8da0,_0x163a46={};_0x163a46[_0x376d4e(0xad)]=_0x376d4e(0x8c),_0x163a46[_0x376d4e(0x9e)]=_0x376d4e(0xcb);const _0x100406=_0x163a46;return helper['getPackageVersion'](_0x100406[_0x376d4e(0xad)])||helper[_0x376d4e(0x9b)](_0x100406[_0x376d4e(0x9e)]);},checkPuppeteerAndBootstrapCli=async(_0x1153ec,_0xf2c073,_0x309abf)=>{const _0x1f8ac6=a152_0x4b8da0,_0x40236e={'GGFTM':_0x1f8ac6(0xaa),'JZKjP':function(_0x5b116a,_0x9800ef){return _0x5b116a(_0x9800ef);},'ndWtn':'./testhub/utils'};if(_0x1153ec){const _0x52a9ab=constants[_0x1f8ac6(0xa7)][_0x1f8ac6(0x8f)];logger[_0x1f8ac6(0x95)](_0x1f8ac6(0xc4)+_0x1153ec+'\x20for\x20'+_0xf2c073+_0x1f8ac6(0xbf)),process[_0x1f8ac6(0x8a)][_0x1f8ac6(0xca)]=_0x40236e[_0x1f8ac6(0xae)],CLIUtils[_0x1f8ac6(0x8b)](_0xf2c073,_0x52a9ab);const {getProductMap:_0x65ea76}=_0x40236e['JZKjP'](require,_0x40236e[_0x1f8ac6(0x90)]);process[_0x1f8ac6(0x8a)][_0x1f8ac6(0xb0)]=JSON[_0x1f8ac6(0xb7)](_0x40236e[_0x1f8ac6(0xba)](_0x65ea76,_0x309abf[_0x1f8ac6(0xc0)])),BrowserstackCLI['getInstance']()[_0x1f8ac6(0xc8)](_0x309abf[_0x1f8ac6(0xc0)],_0x309abf[_0x1f8ac6(0xb9)],_0x309abf[_0x1f8ac6(0xaf)]),await BrowserstackCLI[_0x1f8ac6(0xa6)]()[_0x1f8ac6(0xb2)]();}},a152_0x4be643={};a152_0x4be643[a152_0x4b8da0(0xb8)]=getPuppeteerUrl,a152_0x4be643['convertW3CToJsonWire']=convertW3CToJsonWire,a152_0x4be643[a152_0x4b8da0(0xa9)]=generatePuppeteerUrl,a152_0x4be643[a152_0x4b8da0(0xbc)]=isPuppeteerAvailable,a152_0x4be643[a152_0x4b8da0(0xa2)]=getPuppeteerVersion,a152_0x4be643[a152_0x4b8da0(0xa3)]=checkPuppeteerAndBootstrapCli,module['exports']=a152_0x4be643;function a152_0x30e8(){const _0x5a53cd=['TDtfg','getPuppeteerVersion','checkPuppeteerAndBootstrapCli','XdRiD','../bin/v2/browserstackCLI','getInstance','FRAMEWORKS','zMyev','generatePuppeteerUrl','true','./helper','78258GacVjh','LsGDT','GGFTM','cliConfig','BROWSERSTACK_PRODUCT_MAP','../bin/utils/apiUtilityMethods','bootstrap','util','YTBEm','resolve','winstonLogger','stringify','getPuppeteerUrl','configPath','JZKjP','IamNk','isPuppeteerAvailable','48819aAYAli','getPuppeteerHubUrl','\x20flow','config','44alctKk','SAFTG','diaVj','[PuppeteerHelper]\x20Detected\x20Puppeteer\x20version\x20','[PuppeteerHelper]\x20Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','2718989qPQaih','645732bCrTWF','setBrowserstackConfig','./logger','BROWSERSTACK_PUPPETEER','puppeteer','../bin/v2/cliUtils','oKnJj','8jodoev','320850seeLEa','env','setFrameworkDetail','puppeteer-core','STMTd','bstack:options','PUPPETEER','ndWtn','BROWSERSTACK_TESTHUB_UUID','bIaId','VFktL','4AeNTIb','debug','IkUOB','turboScaleUrl','entries','NWFDU','219690WljFBx','getPackageVersion','browserstack.buildProductMap','1729992biMfhn','QVnYh','getBuildProductMap','110irytxo'];a152_0x30e8=function(){return _0x5a53cd;};return a152_0x30e8();}
@@ -1 +1 @@
1
- function a138_0x58c8(_0x450557,_0x58b120){const _0x2d1bfa=a138_0x2d1b();return a138_0x58c8=function(_0x58c8b7,_0x4f3493){_0x58c8b7=_0x58c8b7-0x17e;let _0x199835=_0x2d1bfa[_0x58c8b7];return _0x199835;},a138_0x58c8(_0x450557,_0x58b120);}const a138_0x609ccf=a138_0x58c8;(function(_0x890552,_0x4b4a7f){const _0x10915b=a138_0x58c8,_0x1b2844=_0x890552();while(!![]){try{const _0x18444f=parseInt(_0x10915b(0x1ab))/0x1+parseInt(_0x10915b(0x18d))/0x2+-parseInt(_0x10915b(0x1a4))/0x3+-parseInt(_0x10915b(0x188))/0x4+-parseInt(_0x10915b(0x1a0))/0x5+-parseInt(_0x10915b(0x19e))/0x6*(parseInt(_0x10915b(0x18b))/0x7)+parseInt(_0x10915b(0x183))/0x8;if(_0x18444f===_0x4b4a7f)break;else _0x1b2844['push'](_0x1b2844['shift']());}catch(_0x30e9db){_0x1b2844['push'](_0x1b2844['shift']());}}}(a138_0x2d1b,0x48ca4));const http=require(a138_0x609ccf(0x1a7)),https=require(a138_0x609ccf(0x184)),monkeypatch=require('monkeypatch');function spy(_0x39635f){const _0x347e24=a138_0x609ccf,_0x581860={'UETvT':function(_0x1c3e68,_0x175bda){return _0x1c3e68 instanceof _0x175bda;},'yrsIb':function(_0x144287,_0x1ad960){return _0x144287===_0x1ad960;},'WqAIg':_0x347e24(0x18f),'nEZKX':_0x347e24(0x18a),'veEBo':function(_0x513152,..._0x4eb3f1){return _0x513152(..._0x4eb3f1);},'siyFo':function(_0x2947a7,_0x415042,_0x361b7a){return _0x2947a7(_0x415042,_0x361b7a);},'AGvFa':function(_0x4d53a4,_0x4d715a){return _0x4d53a4-_0x4d715a;},'pDgIC':_0x347e24(0x1a3),'RIRBx':_0x347e24(0x1ad),'jsVaR':function(_0x1f9db4,_0x148090,_0x4a5869,_0x12e4a8){return _0x1f9db4(_0x148090,_0x4a5869,_0x12e4a8);},'nLbmq':_0x347e24(0x19b),'dJHTI':_0x347e24(0x180)},_0x15f0f1=function(){const _0x1dcb33=_0x347e24,_0x5275c7={'KjSCl':function(_0x287547,_0x550fc5,_0x150b9a){const _0x1b4363=a138_0x58c8;return _0x581860[_0x1b4363(0x1a2)](_0x287547,_0x550fc5,_0x150b9a);},'OyrRZ':function(_0x5b9f7b,_0x4ffef5){return _0x581860['AGvFa'](_0x5b9f7b,_0x4ffef5);},'WYUcX':function(_0x2023b0,_0x1309fe,_0x35b6fb){return _0x581860['siyFo'](_0x2023b0,_0x1309fe,_0x35b6fb);},'evfWA':_0x581860[_0x1dcb33(0x189)]},_0x5a6560=arguments[0x0],_0x137818=Array[_0x1dcb33(0x192)][_0x1dcb33(0x1ac)][_0x1dcb33(0x1a8)](arguments,0x1),_0x1eabe3=_0x5a6560[_0x1dcb33(0x1a1)](this,_0x137818);let _0x5c7b06=Date[_0x1dcb33(0x191)](),_0x1a6e53;const _0xa2d498={};_0x137818[_0x1dcb33(0x17f)](_0x36240e=>{const _0x2b0a9d=_0x1dcb33;if(_0x581860[_0x2b0a9d(0x182)](_0x36240e,URL)){const _0x4657fd={};_0x4657fd['url']=_0x36240e,Object['assign'](_0xa2d498,_0x4657fd);}else _0x581860[_0x2b0a9d(0x19c)](typeof _0x36240e,_0x581860['WqAIg'])&&Object['assign'](_0xa2d498,_0x36240e);});const _0x123fea=_0x3b4064=>{const _0x5b9a82=_0x1dcb33,_0x17538f={};_0x17538f['host']=_0xa2d498[_0x5b9a82(0x187)]||_0xa2d498[_0x5b9a82(0x19f)]||_0xa2d498[_0x5b9a82(0x181)]&&(_0xa2d498[_0x5b9a82(0x181)][_0x5b9a82(0x187)]||_0xa2d498[_0x5b9a82(0x181)][_0x5b9a82(0x19f)]),_0x17538f[_0x5b9a82(0x19d)]=_0xa2d498['path']||_0xa2d498['url']&&_0xa2d498[_0x5b9a82(0x181)][_0x5b9a82(0x193)],_0x17538f[_0x5b9a82(0x186)]=_0xa2d498[_0x5b9a82(0x186)],_0x17538f[_0x5b9a82(0x17e)]=_0xa2d498['headers'],_0x5275c7[_0x5b9a82(0x198)](_0x39635f,_0x3b4064,_0x17538f);};return _0x1eabe3[_0x1dcb33(0x194)](_0x581860[_0x1dcb33(0x1a5)],_0x4ce188=>{const _0x24a9ae=_0x1dcb33,_0x86d2ee=_0x5275c7[_0x24a9ae(0x18c)](Date[_0x24a9ae(0x191)](),_0x5c7b06),_0x3d0b83={};_0x3d0b83[_0x24a9ae(0x19f)]=_0xa2d498['host']||_0xa2d498[_0x24a9ae(0x19f)]||_0xa2d498[_0x24a9ae(0x181)]&&(_0xa2d498[_0x24a9ae(0x181)][_0x24a9ae(0x187)]||_0xa2d498[_0x24a9ae(0x181)][_0x24a9ae(0x19f)]),_0x3d0b83[_0x24a9ae(0x19d)]=_0xa2d498['path']||_0xa2d498[_0x24a9ae(0x181)]&&_0xa2d498[_0x24a9ae(0x181)][_0x24a9ae(0x193)],_0x3d0b83[_0x24a9ae(0x186)]=_0xa2d498[_0x24a9ae(0x186)],_0x3d0b83[_0x24a9ae(0x17e)]=_0xa2d498[_0x24a9ae(0x17e)],_0x3d0b83[_0x24a9ae(0x1a9)]=_0x4ce188[_0x24a9ae(0x185)],_0x3d0b83[_0x24a9ae(0x199)]=_0x86d2ee,_0x5275c7['WYUcX'](_0x39635f,null,_0x3d0b83),_0x1a6e53[_0x24a9ae(0x1aa)](_0x5275c7['evfWA'],_0x123fea);}),_0x1eabe3['on'](_0x581860[_0x1dcb33(0x190)],_0x9498ae=>{_0x1a6e53=_0x9498ae,_0x9498ae['once'](_0x581860['nEZKX'],_0x123fea);}),_0x581860[_0x1dcb33(0x195)](monkeypatch,_0x1eabe3,_0x581860[_0x1dcb33(0x1a6)],(_0x172af5,..._0x51aca9)=>{const _0x1d88e9=_0x1dcb33;_0x5c7b06=Date['now'](),_0x581860[_0x1d88e9(0x18e)](_0x172af5,..._0x51aca9);}),_0x1eabe3;};_0x581860['jsVaR'](monkeypatch,http,_0x581860[_0x347e24(0x19a)],_0x15f0f1),_0x581860[_0x347e24(0x195)](monkeypatch,https,_0x581860[_0x347e24(0x19a)],_0x15f0f1);}function restore(){const _0x4b810d=a138_0x609ccf;http[_0x4b810d(0x180)]['unpatch'](),https['request'][_0x4b810d(0x197)]();}const a138_0x2fb7be={};a138_0x2fb7be[a138_0x609ccf(0x196)]=spy,a138_0x2fb7be['restore']=restore,module['exports']=a138_0x2fb7be;function a138_0x2d1b(){const _0x2e8440=['prototype','pathname','once','jsVaR','spy','unpatch','KjSCl','duration_ms','dJHTI','end','yrsIb','path','6hylmZd','hostname','1641310xQOtSQ','apply','siyFo','response','559320hCXGha','pDgIC','nLbmq','http','call','status_code','removeListener','460472xQeYRR','slice','socket','headers','forEach','request','url','UETvT','7218488nrgXGY','https','statusCode','method','host','1509284lSYlZO','nEZKX','error','3270323yewqTZ','OyrRZ','589154HNvzvZ','veEBo','object','RIRBx','now'];a138_0x2d1b=function(){return _0x2e8440;};return a138_0x2d1b();}
1
+ const a153_0xb687d0=a153_0x38d0;(function(_0x372290,_0x434cef){const _0x40084a=a153_0x38d0,_0x43db8e=_0x372290();while(!![]){try{const _0xebfa9b=-parseInt(_0x40084a(0x1b8))/0x1*(-parseInt(_0x40084a(0x1d9))/0x2)+-parseInt(_0x40084a(0x1d4))/0x3+parseInt(_0x40084a(0x1b2))/0x4*(-parseInt(_0x40084a(0x1c9))/0x5)+-parseInt(_0x40084a(0x1b7))/0x6*(parseInt(_0x40084a(0x1cd))/0x7)+-parseInt(_0x40084a(0x1ba))/0x8*(-parseInt(_0x40084a(0x1c4))/0x9)+-parseInt(_0x40084a(0x1dc))/0xa+-parseInt(_0x40084a(0x1d2))/0xb*(parseInt(_0x40084a(0x1db))/0xc);if(_0xebfa9b===_0x434cef)break;else _0x43db8e['push'](_0x43db8e['shift']());}catch(_0x3e1dbe){_0x43db8e['push'](_0x43db8e['shift']());}}}(a153_0x2d31,0x485e0));const http=require('http'),https=require(a153_0xb687d0(0x1bc)),monkeypatch=require(a153_0xb687d0(0x1c0));function spy(_0x2e5ee1){const _0x3ec9cc=a153_0xb687d0,_0x22bd63={'NKGRy':function(_0x2bf415,_0x20be9a){return _0x2bf415 instanceof _0x20be9a;},'YcTKS':function(_0x436ebb,_0x5bdbc0){return _0x436ebb===_0x5bdbc0;},'WWDGA':_0x3ec9cc(0x1cb),'jsZPH':function(_0x2ef51e,_0x225b55){return _0x2ef51e-_0x225b55;},'kmjeI':function(_0xb93771,_0x4c93bf,_0x4dd567){return _0xb93771(_0x4c93bf,_0x4dd567);},'HvbJI':_0x3ec9cc(0x1d7),'usaEI':function(_0x30bf6f,..._0x1e88e9){return _0x30bf6f(..._0x1e88e9);},'NozZG':_0x3ec9cc(0x1d6),'fdjAR':_0x3ec9cc(0x1ae),'pGvtp':function(_0x2cdf5c,_0x4c52b9,_0x4b5be4,_0x112897){return _0x2cdf5c(_0x4c52b9,_0x4b5be4,_0x112897);},'aBgtx':_0x3ec9cc(0x1d1),'njUlt':_0x3ec9cc(0x1bb),'WFzFv':function(_0x28e99d,_0x3f4cc1,_0x53c621,_0x31be70){return _0x28e99d(_0x3f4cc1,_0x53c621,_0x31be70);}},_0x1a1fdd=function(){const _0x377c88=_0x3ec9cc,_0x13e89e={'QmPgK':function(_0x2c7907,_0x1111bb,_0x204d73){return _0x22bd63['kmjeI'](_0x2c7907,_0x1111bb,_0x204d73);},'QdgnW':_0x22bd63[_0x377c88(0x1b4)],'QWKNP':function(_0x35de4a,..._0x44fdbc){const _0x2ee9e5=_0x377c88;return _0x22bd63[_0x2ee9e5(0x1c2)](_0x35de4a,..._0x44fdbc);}},_0x39f898=arguments[0x0],_0x5d5298=Array[_0x377c88(0x1ad)]['slice'][_0x377c88(0x1b5)](arguments,0x1),_0x5abf73=_0x39f898['apply'](this,_0x5d5298);let _0x2ec161=Date[_0x377c88(0x1b0)](),_0x214bfe;const _0xffb36={};_0x5d5298[_0x377c88(0x1da)](_0x5258aa=>{const _0x316077=_0x377c88;if(_0x22bd63['NKGRy'](_0x5258aa,URL)){const _0x52e3d7={};_0x52e3d7[_0x316077(0x1cc)]=_0x5258aa,Object[_0x316077(0x1ca)](_0xffb36,_0x52e3d7);}else _0x22bd63[_0x316077(0x1d5)](typeof _0x5258aa,_0x22bd63[_0x316077(0x1c3)])&&Object['assign'](_0xffb36,_0x5258aa);});const _0x3f771d=_0x596abf=>{const _0x40588c=_0x377c88,_0x232fe4={};_0x232fe4[_0x40588c(0x1cf)]=_0xffb36[_0x40588c(0x1cf)]||_0xffb36[_0x40588c(0x1be)]||_0xffb36[_0x40588c(0x1cc)]&&(_0xffb36['url'][_0x40588c(0x1cf)]||_0xffb36[_0x40588c(0x1cc)][_0x40588c(0x1be)]),_0x232fe4[_0x40588c(0x1bd)]=_0xffb36[_0x40588c(0x1bd)]||_0xffb36[_0x40588c(0x1cc)]&&_0xffb36['url']['pathname'],_0x232fe4[_0x40588c(0x1c8)]=_0xffb36[_0x40588c(0x1c8)],_0x232fe4['headers']=_0xffb36[_0x40588c(0x1c7)],_0x13e89e['QmPgK'](_0x2e5ee1,_0x596abf,_0x232fe4);};return _0x5abf73[_0x377c88(0x1bf)](_0x22bd63['NozZG'],_0x3be352=>{const _0x599ec6=_0x377c88,_0x364b17=_0x22bd63[_0x599ec6(0x1c6)](Date[_0x599ec6(0x1b0)](),_0x2ec161),_0x2ea873={};_0x2ea873[_0x599ec6(0x1be)]=_0xffb36[_0x599ec6(0x1cf)]||_0xffb36[_0x599ec6(0x1be)]||_0xffb36[_0x599ec6(0x1cc)]&&(_0xffb36[_0x599ec6(0x1cc)][_0x599ec6(0x1cf)]||_0xffb36['url'][_0x599ec6(0x1be)]),_0x2ea873[_0x599ec6(0x1bd)]=_0xffb36['path']||_0xffb36['url']&&_0xffb36[_0x599ec6(0x1cc)][_0x599ec6(0x1c1)],_0x2ea873['method']=_0xffb36[_0x599ec6(0x1c8)],_0x2ea873[_0x599ec6(0x1c7)]=_0xffb36['headers'],_0x2ea873[_0x599ec6(0x1b1)]=_0x3be352[_0x599ec6(0x1ce)],_0x2ea873['duration_ms']=_0x364b17,_0x22bd63[_0x599ec6(0x1c5)](_0x2e5ee1,null,_0x2ea873),_0x214bfe['removeListener'](_0x22bd63['HvbJI'],_0x3f771d);}),_0x5abf73['on'](_0x22bd63['fdjAR'],_0x4c6f5c=>{const _0x3b9808=_0x377c88;_0x214bfe=_0x4c6f5c,_0x4c6f5c[_0x3b9808(0x1bf)](_0x13e89e[_0x3b9808(0x1b3)],_0x3f771d);}),_0x22bd63[_0x377c88(0x1dd)](monkeypatch,_0x5abf73,_0x22bd63[_0x377c88(0x1d3)],(_0x51ca3d,..._0x596bfe)=>{const _0x56b97b=_0x377c88;_0x2ec161=Date[_0x56b97b(0x1b0)](),_0x13e89e[_0x56b97b(0x1d8)](_0x51ca3d,..._0x596bfe);}),_0x5abf73;};_0x22bd63[_0x3ec9cc(0x1dd)](monkeypatch,http,_0x22bd63['njUlt'],_0x1a1fdd),_0x22bd63[_0x3ec9cc(0x1ac)](monkeypatch,https,_0x22bd63[_0x3ec9cc(0x1b6)],_0x1a1fdd);}function a153_0x2d31(){const _0x57bbde=['forEach','12hKoUAM','660910KWmzzr','pGvtp','WFzFv','prototype','socket','exports','now','status_code','83092sPrxHl','QdgnW','HvbJI','call','njUlt','15918HxfHFF','376vvVayo','spy','4028296pPwcdw','request','https','path','hostname','once','monkeypatch','pathname','usaEI','WWDGA','9IkLuhD','kmjeI','jsZPH','headers','method','10dlFKpi','assign','object','url','168uiVhko','statusCode','host','unpatch','end','388960GlkWPh','aBgtx','1436172yOoanz','YcTKS','response','error','QWKNP','2544JboiXj'];a153_0x2d31=function(){return _0x57bbde;};return a153_0x2d31();}function restore(){const _0x3de8de=a153_0xb687d0;http[_0x3de8de(0x1bb)][_0x3de8de(0x1d0)](),https['request'][_0x3de8de(0x1d0)]();}function a153_0x38d0(_0xd64907,_0x1d8eb7){const _0x2d3140=a153_0x2d31();return a153_0x38d0=function(_0x38d021,_0xb242e0){_0x38d021=_0x38d021-0x1ac;let _0x2b3347=_0x2d3140[_0x38d021];return _0x2b3347;},a153_0x38d0(_0xd64907,_0x1d8eb7);}const a153_0x10e208={};a153_0x10e208[a153_0xb687d0(0x1b9)]=spy,a153_0x10e208['restore']=restore,module[a153_0xb687d0(0x1af)]=a153_0x10e208;
@@ -1 +1 @@
1
- const a139_0x2c84e6=a139_0x3299;function a139_0x3299(_0x1687c4,_0x33776c){const _0x375f10=a139_0x375f();return a139_0x3299=function(_0x32999c,_0xf8dbeb){_0x32999c=_0x32999c-0x90;let _0x20ac3b=_0x375f10[_0x32999c];return _0x20ac3b;},a139_0x3299(_0x1687c4,_0x33776c);}function a139_0x375f(){const _0x27c6dd=['KEEP_ALIVE','https:','http','267254hghQkj','ebAsP','Agent','419301RAOxru','XBmWW','request','6unvfTp','266651QCCyiS','1284MtcRoq','TnetI','2BlpBDJ','ZzaXj','xcZUX','protocol','110gNLtNG','globalAgent','2983672AeLEks','1664709IjtJXA','keepAliveMsecs','2463552watoUu','exports','https','measureWrapper','call','4TwUpSf','agent','892120YYxEba','keepAlive'];a139_0x375f=function(){return _0x27c6dd;};return a139_0x375f();}(function(_0x379d76,_0x2e85d3){const _0x3f122b=a139_0x3299,_0x34c741=_0x379d76();while(!![]){try{const _0x3b36ef=-parseInt(_0x3f122b(0x9c))/0x1*(parseInt(_0x3f122b(0xa6))/0x2)+-parseInt(_0x3f122b(0xad))/0x3*(parseInt(_0x3f122b(0x95))/0x4)+-parseInt(_0x3f122b(0x97))/0x5*(parseInt(_0x3f122b(0xa2))/0x6)+-parseInt(_0x3f122b(0x90))/0x7+-parseInt(_0x3f122b(0xac))/0x8+parseInt(_0x3f122b(0x9f))/0x9*(-parseInt(_0x3f122b(0xaa))/0xa)+-parseInt(_0x3f122b(0xa3))/0xb*(-parseInt(_0x3f122b(0xa4))/0xc);if(_0x3b36ef===_0x2e85d3)break;else _0x34c741['push'](_0x34c741['shift']());}catch(_0x249def){_0x34c741['push'](_0x34c741['shift']());}}}(a139_0x375f,0x56df8));const PerformanceTester=require('./performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceEvents}=require('./performance/constants');module[a139_0x2c84e6(0x91)]=PerformanceTester[a139_0x2c84e6(0x93)](PerformanceEvents[a139_0x2c84e6(0x99)],function(){const _0x2949eb=a139_0x2c84e6,_0x1d2ea7={'ECqYF':function(_0x19db8d,_0x37cde7){return _0x19db8d===_0x37cde7;},'TnetI':_0x2949eb(0x9a),'XBmWW':_0x2949eb(0x96),'IZYdY':function(_0xe5243e,_0x4bc3f,_0x25cdfa){return _0xe5243e(_0x4bc3f,_0x25cdfa);},'ebAsP':function(_0x522a70,_0x62fabd,_0x30f7bf){return _0x522a70(_0x62fabd,_0x30f7bf);},'xcZUX':function(_0x158ecc,_0x231c84){return _0x158ecc(_0x231c84);},'ZzaXj':_0x2949eb(0x9b),'oBpaM':_0x2949eb(0x92),'ryVrB':function(_0x22c723,_0xaa528c){return _0x22c723*_0xaa528c;},'yeOFv':'keepAlive'},_0xac0b02=_0x1d2ea7[_0x2949eb(0xa8)](require,_0x1d2ea7[_0x2949eb(0xa7)]),_0x1073b7=_0x1d2ea7[_0x2949eb(0xa8)](require,_0x1d2ea7['oBpaM']),_0x235eb6=_0x1d2ea7['ryVrB'](0x1e,0x3e8);if(_0xac0b02['globalAgent']&&Object['prototype']['hasOwnProperty'][_0x2949eb(0x94)](_0xac0b02[_0x2949eb(0xab)],_0x1d2ea7['yeOFv']))_0xac0b02[_0x2949eb(0xab)][_0x2949eb(0x98)]=!![],_0x1073b7['globalAgent'][_0x2949eb(0x98)]=!![],_0xac0b02[_0x2949eb(0xab)][_0x2949eb(0xae)]=_0x235eb6,_0x1073b7[_0x2949eb(0xab)][_0x2949eb(0xae)]=_0x235eb6;else{const _0x4e82e4={};_0x4e82e4[_0x2949eb(0x98)]=!![],_0x4e82e4[_0x2949eb(0xae)]=_0x235eb6;const _0x2538c5=new _0xac0b02[(_0x2949eb(0x9e))](_0x4e82e4),_0x4b4f20={};_0x4b4f20['keepAlive']=!![],_0x4b4f20[_0x2949eb(0xae)]=_0x235eb6;const _0x1cae3a=new _0x1073b7[(_0x2949eb(0x9e))](_0x4b4f20),_0x3de63f=_0xac0b02['request'],_0x228ac2=_0x1073b7[_0x2949eb(0xa1)];_0xac0b02[_0x2949eb(0xa1)]=function(_0x548401,_0x5e30fc){const _0x4ac02a=_0x2949eb;if(_0x1d2ea7['ECqYF'](_0x548401[_0x4ac02a(0xa9)],_0x1d2ea7[_0x4ac02a(0xa5)]))return _0x548401[_0x1d2ea7[_0x4ac02a(0xa0)]]=_0x1cae3a,_0x1d2ea7['IZYdY'](_0x228ac2,_0x548401,_0x5e30fc);return _0x548401[_0x1d2ea7[_0x4ac02a(0xa0)]]=_0x2538c5,_0x1d2ea7[_0x4ac02a(0x9d)](_0x3de63f,_0x548401,_0x5e30fc);};}});
1
+ function a154_0x5be1(){const _0x57629a=['33lPwsPk','1632669AvzHxs','prototype','https:','./performance/constants','gvVla','FJVdJ','10992048TCnmZt','2LCMcRj','MEWsP','2531790pXSHiI','20oLFCsi','keepAliveMsecs','KEEP_ALIVE','NneAB','yeqCt','hTLOy','oBtDZ','hasOwnProperty','120kuBMXL','McMwR','agent','1016886xNdurQ','request','16340EpLskZ','https','call','COdKy','9733824TkdSRC','measureWrapper','Agent','keepAlive','9824556FxYXYY','protocol','globalAgent'];a154_0x5be1=function(){return _0x57629a;};return a154_0x5be1();}const a154_0x3f923c=a154_0x33cc;function a154_0x33cc(_0x4251a,_0x2d6c9e){const _0x5be199=a154_0x5be1();return a154_0x33cc=function(_0x33cce7,_0x181da1){_0x33cce7=_0x33cce7-0x187;let _0x3ac06f=_0x5be199[_0x33cce7];return _0x3ac06f;},a154_0x33cc(_0x4251a,_0x2d6c9e);}(function(_0x20f7e7,_0x171b7f){const _0x382826=a154_0x33cc,_0x460d8c=_0x20f7e7();while(!![]){try{const _0x288657=parseInt(_0x382826(0x1a9))/0x1*(parseInt(_0x382826(0x18d))/0x2)+-parseInt(_0x382826(0x19b))/0x3*(-parseInt(_0x382826(0x190))/0x4)+parseInt(_0x382826(0x19d))/0x5*(parseInt(_0x382826(0x198))/0x6)+-parseInt(_0x382826(0x1a5))/0x7+-parseInt(_0x382826(0x18c))/0x8+parseInt(_0x382826(0x1a1))/0x9+parseInt(_0x382826(0x18f))/0xa*(-parseInt(_0x382826(0x1a8))/0xb);if(_0x288657===_0x171b7f)break;else _0x460d8c['push'](_0x460d8c['shift']());}catch(_0x5db44f){_0x460d8c['push'](_0x460d8c['shift']());}}}(a154_0x5be1,0xe4d6c));const PerformanceTester=require('./performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceEvents}=require(a154_0x3f923c(0x189));module['exports']=PerformanceTester[a154_0x3f923c(0x1a2)](PerformanceEvents[a154_0x3f923c(0x192)],function(){const _0x537ed3=a154_0x3f923c,_0x255a23={'hTLOy':function(_0x23402a,_0x10a806){return _0x23402a===_0x10a806;},'MEWsP':_0x537ed3(0x188),'COdKy':_0x537ed3(0x19a),'McMwR':function(_0xf214c4,_0x180c04,_0x43126c){return _0xf214c4(_0x180c04,_0x43126c);},'yeqCt':function(_0x4694d2,_0x2a94f6,_0x412566){return _0x4694d2(_0x2a94f6,_0x412566);},'gvVla':function(_0x38e101,_0x3d12a1){return _0x38e101(_0x3d12a1);},'fMcvo':'http','oBtDZ':_0x537ed3(0x19e),'FJVdJ':function(_0x35a077,_0x5c31f0){return _0x35a077*_0x5c31f0;},'NneAB':'keepAlive'},_0x54ba3b=_0x255a23[_0x537ed3(0x18a)](require,_0x255a23['fMcvo']),_0x2657de=_0x255a23[_0x537ed3(0x18a)](require,_0x255a23[_0x537ed3(0x196)]),_0x270b21=_0x255a23[_0x537ed3(0x18b)](0x1e,0x3e8);if(_0x54ba3b['globalAgent']&&Object[_0x537ed3(0x187)][_0x537ed3(0x197)][_0x537ed3(0x19f)](_0x54ba3b['globalAgent'],_0x255a23[_0x537ed3(0x193)]))_0x54ba3b[_0x537ed3(0x1a7)][_0x537ed3(0x1a4)]=!![],_0x2657de[_0x537ed3(0x1a7)][_0x537ed3(0x1a4)]=!![],_0x54ba3b['globalAgent'][_0x537ed3(0x191)]=_0x270b21,_0x2657de['globalAgent'][_0x537ed3(0x191)]=_0x270b21;else{const _0x20fd67={};_0x20fd67[_0x537ed3(0x1a4)]=!![],_0x20fd67[_0x537ed3(0x191)]=_0x270b21;const _0x480334=new _0x54ba3b[(_0x537ed3(0x1a3))](_0x20fd67),_0x131610={};_0x131610[_0x537ed3(0x1a4)]=!![],_0x131610[_0x537ed3(0x191)]=_0x270b21;const _0x2e63c0=new _0x2657de[(_0x537ed3(0x1a3))](_0x131610),_0x182e3d=_0x54ba3b[_0x537ed3(0x19c)],_0x4f4ec0=_0x2657de['request'];_0x54ba3b['request']=function(_0x5c21b4,_0x5b1bd9){const _0x14df35=_0x537ed3;if(_0x255a23[_0x14df35(0x195)](_0x5c21b4[_0x14df35(0x1a6)],_0x255a23[_0x14df35(0x18e)]))return _0x5c21b4[_0x255a23[_0x14df35(0x1a0)]]=_0x2e63c0,_0x255a23[_0x14df35(0x199)](_0x4f4ec0,_0x5c21b4,_0x5b1bd9);return _0x5c21b4[_0x255a23[_0x14df35(0x1a0)]]=_0x480334,_0x255a23[_0x14df35(0x194)](_0x182e3d,_0x5c21b4,_0x5b1bd9);};}});
@@ -1 +1 @@
1
- const a140_0x5b440e=a140_0x5858;(function(_0x19e642,_0x480f2f){const _0x48f22a=a140_0x5858,_0x55164c=_0x19e642();while(!![]){try{const _0x4d5075=-parseInt(_0x48f22a(0x95))/0x1+parseInt(_0x48f22a(0xa4))/0x2+parseInt(_0x48f22a(0xa5))/0x3*(parseInt(_0x48f22a(0x91))/0x4)+-parseInt(_0x48f22a(0x9e))/0x5*(-parseInt(_0x48f22a(0xa1))/0x6)+-parseInt(_0x48f22a(0xa6))/0x7+-parseInt(_0x48f22a(0x97))/0x8+-parseInt(_0x48f22a(0xa9))/0x9*(-parseInt(_0x48f22a(0x93))/0xa);if(_0x4d5075===_0x480f2f)break;else _0x55164c['push'](_0x55164c['shift']());}catch(_0x187d9b){_0x55164c['push'](_0x55164c['shift']());}}}(a140_0x5c55,0x7af08));function isInternalFrameFile(_0xc91f62){const _0x1dea99=a140_0x5858,_0x555de5={};_0x555de5[_0x1dea99(0xaa)]=_0x1dea99(0x92),_0x555de5[_0x1dea99(0x8f)]=_0x1dea99(0x8e),_0x555de5['sUGcb']=_0x1dea99(0x9a),_0x555de5[_0x1dea99(0xa2)]=_0x1dea99(0xa8),_0x555de5[_0x1dea99(0x9c)]=_0x1dea99(0x94);const _0x4a72d9=_0x555de5,_0xdb1b0b=_0x4a72d9[_0x1dea99(0xaa)]['split']('|');let _0x426ff3=0x0;while(!![]){switch(_0xdb1b0b[_0x426ff3++]){case'0':if(!_0xc91f62)return!![];continue;case'1':if(_0xc91f62[_0x1dea99(0x9b)](_0x4a72d9[_0x1dea99(0x8f)]))return!![];continue;case'2':return![];case'3':if(_0xc91f62[_0x1dea99(0x90)](_0x4a72d9[_0x1dea99(0x9d)])||_0xc91f62[_0x1dea99(0x90)](_0x4a72d9[_0x1dea99(0xa2)]))return!![];continue;case'4':if(_0xc91f62[_0x1dea99(0x9b)](_0x4a72d9[_0x1dea99(0x9c)]))return!![];continue;}break;}}function pickUserFrameFile(_0x189552){const _0x494289=a140_0x5858,_0x12b7f1={'lcdXq':function(_0x4a601d,_0x224cce){return _0x4a601d!==_0x224cce;},'wqDby':_0x494289(0xa0),'gkrWf':function(_0x3634ca,_0x104673){return _0x3634ca(_0x104673);}};if(!Array['isArray'](_0x189552))return null;for(const _0x12d32e of _0x189552){if(!_0x12d32e||_0x12b7f1[_0x494289(0x98)](typeof _0x12d32e[_0x494289(0x9f)],_0x12b7f1[_0x494289(0x96)]))continue;const _0x407bf2=_0x12d32e[_0x494289(0x9f)]();if(!_0x12b7f1[_0x494289(0xa3)](isInternalFrameFile,_0x407bf2))return _0x407bf2;}return null;}const a140_0x2f8530={};function a140_0x5c55(){const _0xf8acb5=['0|1|3|4|2','270dViGqt','<anonymous>','41465rSSCNN','wqDby','5599584EBXtkt','lcdXq','isInternalFrameFile','node:','includes','PySMh','sUGcb','2287760EFnAeq','getFileName','function','12KyAgWG','uBzfn','gkrWf','719914SrRDim','1074uQJLNT','6159356mMmzDz','pickUserFrameFile','internal/','134226Gntvfg','CRftG','node_modules','Qcahu','startsWith','4996uVLAtJ'];a140_0x5c55=function(){return _0xf8acb5;};return a140_0x5c55();}function a140_0x5858(_0x234965,_0x68d651){const _0x5c55bb=a140_0x5c55();return a140_0x5858=function(_0x585809,_0x4c2378){_0x585809=_0x585809-0x8e;let _0x54a6cf=_0x5c55bb[_0x585809];return _0x54a6cf;},a140_0x5858(_0x234965,_0x68d651);}a140_0x2f8530[a140_0x5b440e(0x99)]=isInternalFrameFile,a140_0x2f8530[a140_0x5b440e(0xa7)]=pickUserFrameFile,module['exports']=a140_0x2f8530;
1
+ const a155_0x2cfd75=a155_0x13c7;(function(_0x82b1f7,_0x5de3bf){const _0x4c5c2d=a155_0x13c7,_0x25df9a=_0x82b1f7();while(!![]){try{const _0x12f8af=-parseInt(_0x4c5c2d(0x106))/0x1+parseInt(_0x4c5c2d(0xf2))/0x2*(-parseInt(_0x4c5c2d(0xfb))/0x3)+-parseInt(_0x4c5c2d(0x109))/0x4+-parseInt(_0x4c5c2d(0x102))/0x5+parseInt(_0x4c5c2d(0xfc))/0x6*(-parseInt(_0x4c5c2d(0x100))/0x7)+parseInt(_0x4c5c2d(0x108))/0x8+-parseInt(_0x4c5c2d(0xf3))/0x9*(-parseInt(_0x4c5c2d(0xfa))/0xa);if(_0x12f8af===_0x5de3bf)break;else _0x25df9a['push'](_0x25df9a['shift']());}catch(_0x527693){_0x25df9a['push'](_0x25df9a['shift']());}}}(a155_0x12ef,0xc0a83));function isInternalFrameFile(_0x5a3735){const _0x5747b8=a155_0x13c7,_0x5d2903={};_0x5d2903['qXyHH']='1|2|4|3|0',_0x5d2903['HQUCa']=_0x5747b8(0x107),_0x5d2903[_0x5747b8(0xfe)]=_0x5747b8(0xf0),_0x5d2903[_0x5747b8(0xff)]=_0x5747b8(0xf8),_0x5d2903[_0x5747b8(0x103)]=_0x5747b8(0x104);const _0x166d3c=_0x5d2903,_0x1cf77f=_0x166d3c[_0x5747b8(0x105)]['split']('|');let _0x41c0e4=0x0;while(!![]){switch(_0x1cf77f[_0x41c0e4++]){case'0':return![];case'1':if(!_0x5a3735)return!![];continue;case'2':if(_0x5a3735[_0x5747b8(0xf6)](_0x166d3c[_0x5747b8(0xfd)]))return!![];continue;case'3':if(_0x5a3735[_0x5747b8(0xf6)](_0x166d3c[_0x5747b8(0xfe)]))return!![];continue;case'4':if(_0x5a3735[_0x5747b8(0x10b)](_0x166d3c[_0x5747b8(0xff)])||_0x5a3735['startsWith'](_0x166d3c['HoRFp']))return!![];continue;}break;}}function a155_0x12ef(){const _0x4f0202=['860562CAQINz','HQUCa','zmSwS','NPBcG','35WHCeOR','getFileName','409025mfPfYN','HoRFp','internal/','qXyHH','1457101zrwasT','node_modules','6693768TOLgam','412712ygkphm','isInternalFrameFile','startsWith','<anonymous>','function','4194pqeEDN','33845832EzhAbn','YuxCV','pickUserFrameFile','includes','isArray','node:','ehwUn','10wdoLyl','2073rhSiWh'];a155_0x12ef=function(){return _0x4f0202;};return a155_0x12ef();}function pickUserFrameFile(_0x5c87a4){const _0x49832c=a155_0x13c7,_0x9249b0={'ZuQmw':function(_0x29e4cd,_0x80603b){return _0x29e4cd!==_0x80603b;},'ehwUn':_0x49832c(0xf1),'YuxCV':function(_0x5a9596,_0x53ab71){return _0x5a9596(_0x53ab71);}};if(!Array[_0x49832c(0xf7)](_0x5c87a4))return null;for(const _0x478448 of _0x5c87a4){if(!_0x478448||_0x9249b0['ZuQmw'](typeof _0x478448[_0x49832c(0x101)],_0x9249b0[_0x49832c(0xf9)]))continue;const _0x54d60e=_0x478448[_0x49832c(0x101)]();if(!_0x9249b0[_0x49832c(0xf4)](isInternalFrameFile,_0x54d60e))return _0x54d60e;}return null;}const a155_0x5bbec4={};function a155_0x13c7(_0x5e4258,_0x1baeee){const _0x12ef5b=a155_0x12ef();return a155_0x13c7=function(_0x13c78a,_0x9e1022){_0x13c78a=_0x13c78a-0xf0;let _0x354c3a=_0x12ef5b[_0x13c78a];return _0x354c3a;},a155_0x13c7(_0x5e4258,_0x1baeee);}a155_0x5bbec4[a155_0x2cfd75(0x10a)]=isInternalFrameFile,a155_0x5bbec4[a155_0x2cfd75(0xf5)]=pickUserFrameFile,module['exports']=a155_0x5bbec4;
@@ -1 +1 @@
1
- const a141_0x492ffc=a141_0x18ca;function a141_0x4863(){const _0x1385e7=['88193PMXuEt','api/v1/event','CODECEPT','https://upload-observability-preprod.bsstag.com','../logger','970vyMkQL','codeceptjs','40722633LvBNZg','join','cucumber','mocha','puppeteer','7653055vBgSkL','api/v1/batch','https://upload-observability-devtestops-ssi.bsstag.com','path','PLAYWRIGHT','https://collector-observability-devtestops.bsstag.com','4857YETQeQ','.obs_test_details','toLowerCase','OBSERVABILITY_UPLOAD_API_URL','https://upload-observability.browserstack.com','2909872lcrnfw','BROWSERSTACK_ENV','api/v1/screenshots','Playwright','pre-prod','1497757Boyadj','codeceptjs-cucumber','JEST','https://collector-observability-preprod.bsstag.com','API_URL','preprod','576ygAtvp','CODECEPT_CUCUMBER','6513608vXJUDg','env','stag','exports','PUPPETEER'];a141_0x4863=function(){return _0x1385e7;};return a141_0x4863();}(function(_0x43ced2,_0x320165){const _0x5ef3ac=a141_0x18ca,_0x3742d3=_0x43ced2();while(!![]){try{const _0xb0df9=parseInt(_0x5ef3ac(0x14f))/0x1+parseInt(_0x5ef3ac(0x138))/0x2*(-parseInt(_0x5ef3ac(0x145))/0x3)+parseInt(_0x5ef3ac(0x157))/0x4+parseInt(_0x5ef3ac(0x13f))/0x5+parseInt(_0x5ef3ac(0x155))/0x6*(parseInt(_0x5ef3ac(0x15c))/0x7)+parseInt(_0x5ef3ac(0x14a))/0x8+-parseInt(_0x5ef3ac(0x13a))/0x9;if(_0xb0df9===_0x320165)break;else _0x3742d3['push'](_0x3742d3['shift']());}catch(_0x3f5ff2){_0x3742d3['push'](_0x3742d3['shift']());}}}(a141_0x4863,0xe09f8));const path=require(a141_0x492ffc(0x142)),{logDir}=require(a141_0x492ffc(0x137)),a141_0x84474e={};a141_0x84474e[a141_0x492ffc(0x143)]=a141_0x492ffc(0x14d),a141_0x84474e['MOCHA']=a141_0x492ffc(0x13d),a141_0x84474e[a141_0x492ffc(0x135)]=a141_0x492ffc(0x139),a141_0x84474e[a141_0x492ffc(0x156)]=a141_0x492ffc(0x150),a141_0x84474e[a141_0x492ffc(0x151)]='jest',a141_0x84474e['CUCUMBER']=a141_0x492ffc(0x13c),a141_0x84474e[a141_0x492ffc(0x15b)]=a141_0x492ffc(0x13e),a141_0x84474e['NEWMAN']='newman',module['exports']={'consoleHolder':Object['assign']({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':'https://collector-observability.browserstack.com','OBSERVABILITY_UPLOAD_API_URL':a141_0x492ffc(0x149),'EVENT_ENDPOINT':a141_0x492ffc(0x15d),'BATCH_ENDPOINT':a141_0x492ffc(0x140),'SCREENSHOT_ENDPOINT':a141_0x492ffc(0x14c),'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[a141_0x492ffc(0x13b)](logDir,a141_0x492ffc(0x146)),'FRAMEWORKS':a141_0x84474e};const _env=(process[a141_0x492ffc(0x158)][a141_0x492ffc(0x14b)]||'prod')[a141_0x492ffc(0x147)]();function a141_0x18ca(_0x101475,_0x1381ba){const _0x486302=a141_0x4863();return a141_0x18ca=function(_0x18ca22,_0x43e962){_0x18ca22=_0x18ca22-0x135;let _0x558c46=_0x486302[_0x18ca22];return _0x558c46;},a141_0x18ca(_0x101475,_0x1381ba);}if(_env==='staging'||_env===a141_0x492ffc(0x159))module[a141_0x492ffc(0x15a)][a141_0x492ffc(0x153)]=a141_0x492ffc(0x144),module[a141_0x492ffc(0x15a)]['OBSERVABILITY_UPLOAD_API_URL']=a141_0x492ffc(0x141);else(_env===a141_0x492ffc(0x154)||_env===a141_0x492ffc(0x14e))&&(module[a141_0x492ffc(0x15a)][a141_0x492ffc(0x153)]=a141_0x492ffc(0x152),module[a141_0x492ffc(0x15a)][a141_0x492ffc(0x148)]=a141_0x492ffc(0x136));
1
+ const a156_0x20468a=a156_0x309f;(function(_0x2fba73,_0xdd7175){const _0xb333d2=a156_0x309f,_0x8ac157=_0x2fba73();while(!![]){try{const _0x32da9b=-parseInt(_0xb333d2(0x164))/0x1+-parseInt(_0xb333d2(0x173))/0x2*(parseInt(_0xb333d2(0x184))/0x3)+-parseInt(_0xb333d2(0x15b))/0x4*(-parseInt(_0xb333d2(0x174))/0x5)+parseInt(_0xb333d2(0x168))/0x6*(-parseInt(_0xb333d2(0x166))/0x7)+parseInt(_0xb333d2(0x17d))/0x8+-parseInt(_0xb333d2(0x175))/0x9+parseInt(_0xb333d2(0x16c))/0xa*(parseInt(_0xb333d2(0x183))/0xb);if(_0x32da9b===_0xdd7175)break;else _0x8ac157['push'](_0x8ac157['shift']());}catch(_0x1b5c37){_0x8ac157['push'](_0x8ac157['shift']());}}}(a156_0x3cdb,0x51f7e));const path=require('path'),{logDir}=require(a156_0x20468a(0x189)),a156_0xfad06c={};function a156_0x3cdb(){const _0x3bb5c5=['stag','puppeteer','testcafe','156kxPLFH','1355ZGCjlv','3308319MgKWzD','OBSERVABILITY_UPLOAD_API_URL','pre-prod','upload-attachments','api/v1/screenshots','toLowerCase','CUCUMBER','https://collector-observability-devtestops.bsstag.com','2481400unHwda','join','prod','Playwright','PUPPETEER','api/v1/event','274131UlLmlJ','6801CnaXSc','TESTCAFE','https://upload-observability.browserstack.com','staging','API_URL','../logger','exports','assign','2276ZCcTJT','newman','mocha','BROWSERSTACK_ENV','cucumber','CODECEPT_CUCUMBER','https://upload-observability-preprod.bsstag.com','JEST','NEWMAN','99123WUtedX','codeceptjs','826fUcxUz','PLAYWRIGHT','16902XcGabj','https://upload-observability-devtestops-ssi.bsstag.com','env','https://collector-observability.browserstack.com','340RpSfij','jest','codeceptjs-cucumber','preprod'];a156_0x3cdb=function(){return _0x3bb5c5;};return a156_0x3cdb();}a156_0xfad06c[a156_0x20468a(0x167)]=a156_0x20468a(0x180),a156_0xfad06c['MOCHA']=a156_0x20468a(0x15d),a156_0xfad06c['CODECEPT']=a156_0x20468a(0x165),a156_0xfad06c[a156_0x20468a(0x160)]=a156_0x20468a(0x16e),a156_0xfad06c[a156_0x20468a(0x162)]=a156_0x20468a(0x16d),a156_0xfad06c[a156_0x20468a(0x17b)]=a156_0x20468a(0x15f),a156_0xfad06c[a156_0x20468a(0x181)]=a156_0x20468a(0x171),a156_0xfad06c[a156_0x20468a(0x185)]=a156_0x20468a(0x172),a156_0xfad06c[a156_0x20468a(0x163)]=a156_0x20468a(0x15c),a156_0xfad06c['JASMINE']='jasmine',module['exports']={'consoleHolder':Object[a156_0x20468a(0x18b)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a156_0x20468a(0x16b),'OBSERVABILITY_UPLOAD_API_URL':a156_0x20468a(0x186),'EVENT_ENDPOINT':a156_0x20468a(0x182),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a156_0x20468a(0x179),'UPLOAD_ATTACHMENT_ENDPOINT':a156_0x20468a(0x178),'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[a156_0x20468a(0x17e)](logDir,'.obs_test_details'),'FRAMEWORKS':a156_0xfad06c};const _env=(process[a156_0x20468a(0x16a)][a156_0x20468a(0x15e)]||a156_0x20468a(0x17f))[a156_0x20468a(0x17a)]();function a156_0x309f(_0x3e0dee,_0x4a9c96){const _0x3cdb82=a156_0x3cdb();return a156_0x309f=function(_0x309fe4,_0x55c766){_0x309fe4=_0x309fe4-0x15b;let _0x2f9200=_0x3cdb82[_0x309fe4];return _0x2f9200;},a156_0x309f(_0x3e0dee,_0x4a9c96);}if(_env===a156_0x20468a(0x187)||_env===a156_0x20468a(0x170))module[a156_0x20468a(0x18a)][a156_0x20468a(0x188)]=a156_0x20468a(0x17c),module[a156_0x20468a(0x18a)]['OBSERVABILITY_UPLOAD_API_URL']=a156_0x20468a(0x169);else(_env===a156_0x20468a(0x16f)||_env===a156_0x20468a(0x177))&&(module[a156_0x20468a(0x18a)][a156_0x20468a(0x188)]='https://collector-observability-preprod.bsstag.com',module[a156_0x20468a(0x18a)][a156_0x20468a(0x176)]=a156_0x20468a(0x161));