browserstack-node-sdk 1.63.0 → 1.63.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a150_0x114f(_0x1db61a,_0x344b10){const _0x14fb44=a150_0x14fb();return a150_0x114f=function(_0x114f38,_0x3a50d7){_0x114f38=_0x114f38-0x131;let _0x42bfcf=_0x14fb44[_0x114f38];return _0x42bfcf;},a150_0x114f(_0x1db61a,_0x344b10);}function a150_0x14fb(){const _0x447680=['sdk:testFrameworkEvent','883068zWVaiR','SDK_AI_SELF_HEAL_GET_RESULT','sdk:automationFrameworkStart','SDK_AUTO_CAPTURE','sdk:test','AFTER',':get-accessibility-results-summary','sdk:startBinSession',':after-all','SCREENSHOT','sdk:cli:download','sdk:automationFrameworkInit','sdk:connectBinSession','AFTER_EACH','SCREENSHOT_APP',':app-upload',':start','sdk:cli:on-bootstrap',':local-stop',':before-each','KEEP_ALIVE','O11y_EVENTS','DOWNLOAD','8rUYHpv','sdk:o11y','SDK_TURBOSCALE','210BGpVtg','SDK_AUTOMATE',':stop','sdk:cli:on-connect',':auto-capture',':snapshot','SNAPSHOT','SDK_TEST','DRIVER_MANAGE','AUTOMATE_EVENTS','SDK_CONNECT_BIN_SESSION','SDK_A11Y','sdk:cli:enqueueTestEvent','TURBOSCALE_EVENTS',':get','SDK_POST_TEST','GET_RESULTS_SUMMARY',':before','PERFORM_SCAN','sdk:cleanup',':local-start','GET','sdk:driver','6527862QIqhsB',':session-status','SDK_PRE_INITIALIZE','952XwmTsM','SDK_DRIVER_INIT',':print-buildlink',':screenshot','SDK_APP_AUTOMATE',':get-accessibility-results','sdk:cli:logCreatedEvent','SDK_CLI_ENQUEUE_TEST_EVENT',':driver-manage','SDK_CLI_LOG_CREATED_EVENT',':idle-timeout','PRINT_BUILDLINK',':session-name',':session-annotation',':post-execute','1536850VxLTqg','sdk:setup','SDK_DRIVER','SDK_ACCESSIBILITY_CONFIG','SDK_O11Y','sdk:automate','A11Y_EVENTS','SDK_AUTOMATION_FRAMEWORK_START','HUB_MANAGEMENT','SDK_TEST_FRAMEWORK_EVENT','6111840XjobCH','SDK_OBSERVABILITY_CONFIG',':after','SDK_PERCY','SDK_AUTOMATION_FRAMEWORK_INIT','SDK_CLI_START','GENERATE_CI_ARTIFACT',':ci-artifacts','SDK_TESTHUB','191952xijrGL',':pre-execute','SDK_CLI_ON_BOOTSTRAP','BEFORE_ALL',':driver-performscan','sdk:testSessionEvent','START','exports','SDK_PROXY_SETUP',':quit','HOOK_EVENTS','AUTO_CAPTURE','10iAaOZk','QUIT','6762959bHBriG',':driver-takeScreenShot','TESTHUB_EVENTS','sdk:automationFrameworkStop','APP_AUOTMATE_EVENTS','DRIVER_EVENT','sdk:auto-capture','SDK_PRE_TEST','EVENTS','sdk:accessibilityConfig','sdk:percy','sdk:testhub','SDK_CLI_ON_STOP','SDK_HOOK',':save-results','SDK_CLI_CHECK_UPDATE','SDK_AI_SELF_HEAL_STEP',':hub-management',':keep-alive','STOP',':after-each','sdk:proxy-setup','9SlQheg','SDK_CLI_DOWNLOAD','sdk:app-automate','SDK_TEST_SESSION_EVENT','sdk:a11y','PERCY_EVENTS','sdk:aiSelfHealStep'];a150_0x14fb=function(){return _0x447680;};return a150_0x14fb();}const a150_0x4f5f4d=a150_0x114f;(function(_0x5c2da5,_0x4c1218){const _0x5030d4=a150_0x114f,_0x16f828=_0x5c2da5();while(!![]){try{const _0x4abe82=-parseInt(_0x5030d4(0x134))/0x1+-parseInt(_0x5030d4(0x194))/0x2*(-parseInt(_0x5030d4(0x17a))/0x3)+parseInt(_0x5030d4(0x1ad))/0x4+parseInt(_0x5030d4(0x140))/0x5*(-parseInt(_0x5030d4(0x160))/0x6)+parseInt(_0x5030d4(0x142))/0x7*(-parseInt(_0x5030d4(0x177))/0x8)+-parseInt(_0x5030d4(0x158))/0x9*(-parseInt(_0x5030d4(0x1a3))/0xa)+parseInt(_0x5030d4(0x191))/0xb;if(_0x4abe82===_0x4c1218)break;else _0x16f828['push'](_0x16f828['shift']());}catch(_0x1f2db6){_0x16f828['push'](_0x16f828['shift']());}}}(a150_0x14fb,0xd0f9a));const a150_0x31201e={};a150_0x31201e['SDK_SETUP']=a150_0x4f5f4d(0x1a4),a150_0x31201e['SDK_CLEANUP']=a150_0x4f5f4d(0x18d),a150_0x31201e[a150_0x4f5f4d(0x149)]='sdk:pre-test',a150_0x31201e[a150_0x4f5f4d(0x181)]=a150_0x4f5f4d(0x164),a150_0x31201e[a150_0x4f5f4d(0x189)]='sdk:post-test',a150_0x31201e['SDK_HOOK']='sdk:hook',a150_0x31201e[a150_0x4f5f4d(0x1a5)]=a150_0x4f5f4d(0x190),a150_0x31201e[a150_0x4f5f4d(0x185)]=a150_0x4f5f4d(0x15c),a150_0x31201e[a150_0x4f5f4d(0x1a7)]=a150_0x4f5f4d(0x178),a150_0x31201e[a150_0x4f5f4d(0x163)]=a150_0x4f5f4d(0x148),a150_0x31201e[a150_0x4f5f4d(0x13c)]=a150_0x4f5f4d(0x157),a150_0x31201e[a150_0x4f5f4d(0x133)]=a150_0x4f5f4d(0x14d),a150_0x31201e[a150_0x4f5f4d(0x17b)]=a150_0x4f5f4d(0x1a8),a150_0x31201e[a150_0x4f5f4d(0x198)]=a150_0x4f5f4d(0x15a),a150_0x31201e[a150_0x4f5f4d(0x179)]='sdk:turboscale',a150_0x31201e[a150_0x4f5f4d(0x1b0)]=a150_0x4f5f4d(0x14c),a150_0x31201e[a150_0x4f5f4d(0x193)]='sdk:driver:pre-initialization',a150_0x31201e['SDK_POST_INITIALIZE']='sdk:driver:post-initialization',a150_0x31201e[a150_0x4f5f4d(0x1b2)]='sdk:cli:start',a150_0x31201e[a150_0x4f5f4d(0x159)]=a150_0x4f5f4d(0x16a),a150_0x31201e[a150_0x4f5f4d(0x151)]='sdk:cli:check-update',a150_0x31201e[a150_0x4f5f4d(0x136)]=a150_0x4f5f4d(0x171),a150_0x31201e['SDK_CLI_ON_CONNECT']=a150_0x4f5f4d(0x17d),a150_0x31201e[a150_0x4f5f4d(0x14e)]='sdk:cli:on-stop',a150_0x31201e['SDK_START_BIN_SESSION']=a150_0x4f5f4d(0x167),a150_0x31201e[a150_0x4f5f4d(0x184)]=a150_0x4f5f4d(0x16c),a150_0x31201e[a150_0x4f5f4d(0x195)]='sdk:driverInit',a150_0x31201e['SDK_FIND_NEAREST_HUB']='sdk:findNearestHub',a150_0x31201e[a150_0x4f5f4d(0x1b1)]=a150_0x4f5f4d(0x16b),a150_0x31201e[a150_0x4f5f4d(0x1aa)]=a150_0x4f5f4d(0x162),a150_0x31201e[a150_0x4f5f4d(0x1a6)]=a150_0x4f5f4d(0x14b),a150_0x31201e[a150_0x4f5f4d(0x1ae)]='sdk:observabilityConfig',a150_0x31201e[a150_0x4f5f4d(0x152)]=a150_0x4f5f4d(0x15e),a150_0x31201e[a150_0x4f5f4d(0x161)]='sdk:aiSelfHealGetResult',a150_0x31201e[a150_0x4f5f4d(0x1ac)]=a150_0x4f5f4d(0x15f),a150_0x31201e[a150_0x4f5f4d(0x15b)]=a150_0x4f5f4d(0x139),a150_0x31201e[a150_0x4f5f4d(0x19d)]=a150_0x4f5f4d(0x19a),a150_0x31201e[a150_0x4f5f4d(0x19b)]=a150_0x4f5f4d(0x186),a150_0x31201e['SDK_AUTOMATION_FRAMEWORK_STOP']=a150_0x4f5f4d(0x145),a150_0x31201e['SDK_ON_STOP']='sdk:onStop';const SDK_EVENTS=a150_0x31201e,a150_0xbcea79={};a150_0xbcea79[a150_0x4f5f4d(0x14a)]=SDK_EVENTS,a150_0xbcea79[a150_0x4f5f4d(0x144)]={},a150_0xbcea79[a150_0x4f5f4d(0x183)]={},a150_0xbcea79[a150_0x4f5f4d(0x1a9)]={},a150_0xbcea79[a150_0x4f5f4d(0x15d)]={},a150_0xbcea79[a150_0x4f5f4d(0x175)]={},a150_0xbcea79[a150_0x4f5f4d(0x13e)]={},a150_0xbcea79[a150_0x4f5f4d(0x187)]={},a150_0xbcea79[a150_0x4f5f4d(0x146)]={},a150_0xbcea79[a150_0x4f5f4d(0x147)]={},a150_0xbcea79[a150_0x4f5f4d(0x144)][a150_0x4f5f4d(0x13a)]=SDK_EVENTS['SDK_TESTHUB']+a150_0x4f5f4d(0x170),a150_0xbcea79[a150_0x4f5f4d(0x144)]['STOP']=SDK_EVENTS[a150_0x4f5f4d(0x133)]+a150_0x4f5f4d(0x17c),a150_0xbcea79[a150_0x4f5f4d(0x183)][a150_0x4f5f4d(0x174)]=SDK_EVENTS['SDK_AUTOMATE']+a150_0x4f5f4d(0x154),a150_0xbcea79[a150_0x4f5f4d(0x183)][a150_0x4f5f4d(0x1ab)]=SDK_EVENTS[a150_0x4f5f4d(0x17b)]+a150_0x4f5f4d(0x153),a150_0xbcea79[a150_0x4f5f4d(0x183)]['LOCAL_START']=SDK_EVENTS['SDK_AUTOMATE']+a150_0x4f5f4d(0x18e),a150_0xbcea79[a150_0x4f5f4d(0x183)]['LOCAL_STOP']=SDK_EVENTS[a150_0x4f5f4d(0x17b)]+a150_0x4f5f4d(0x172),a150_0xbcea79[a150_0x4f5f4d(0x183)][a150_0x4f5f4d(0x182)]=SDK_EVENTS[a150_0x4f5f4d(0x17b)]+a150_0x4f5f4d(0x19c),a150_0xbcea79[a150_0x4f5f4d(0x183)]['SESSION_NAME']=SDK_EVENTS[a150_0x4f5f4d(0x17b)]+a150_0x4f5f4d(0x1a0),a150_0xbcea79[a150_0x4f5f4d(0x183)]['SESSION_STATUS']=SDK_EVENTS['SDK_AUTOMATE']+a150_0x4f5f4d(0x192),a150_0xbcea79[a150_0x4f5f4d(0x183)]['SESSION_ANNOTATION']=SDK_EVENTS[a150_0x4f5f4d(0x17b)]+a150_0x4f5f4d(0x1a1),a150_0xbcea79[a150_0x4f5f4d(0x183)]['IDLE_TIMEOUT']=SDK_EVENTS['SDK_AUTOMATE']+a150_0x4f5f4d(0x19e),a150_0xbcea79[a150_0x4f5f4d(0x183)][a150_0x4f5f4d(0x131)]=SDK_EVENTS['SDK_AUTOMATE']+a150_0x4f5f4d(0x132),a150_0xbcea79[a150_0x4f5f4d(0x183)][a150_0x4f5f4d(0x19f)]=SDK_EVENTS[a150_0x4f5f4d(0x17b)]+a150_0x4f5f4d(0x196),a150_0xbcea79[a150_0x4f5f4d(0x1a9)][a150_0x4f5f4d(0x18c)]=SDK_EVENTS[a150_0x4f5f4d(0x185)]+a150_0x4f5f4d(0x138),a150_0xbcea79[a150_0x4f5f4d(0x1a9)]['SAVE_RESULTS']=SDK_EVENTS[a150_0x4f5f4d(0x185)]+a150_0x4f5f4d(0x150),a150_0xbcea79[a150_0x4f5f4d(0x1a9)]['GET_RESULTS']=SDK_EVENTS['SDK_A11Y']+a150_0x4f5f4d(0x199),a150_0xbcea79[a150_0x4f5f4d(0x1a9)][a150_0x4f5f4d(0x18a)]=SDK_EVENTS[a150_0x4f5f4d(0x185)]+a150_0x4f5f4d(0x166),a150_0xbcea79[a150_0x4f5f4d(0x15d)][a150_0x4f5f4d(0x176)]=SDK_EVENTS[a150_0x4f5f4d(0x1b0)]+':download',a150_0xbcea79[a150_0x4f5f4d(0x15d)][a150_0x4f5f4d(0x169)]=SDK_EVENTS[a150_0x4f5f4d(0x1b0)]+a150_0x4f5f4d(0x197),a150_0xbcea79[a150_0x4f5f4d(0x15d)][a150_0x4f5f4d(0x13a)]=SDK_EVENTS[a150_0x4f5f4d(0x1b0)]+a150_0x4f5f4d(0x170),a150_0xbcea79[a150_0x4f5f4d(0x15d)][a150_0x4f5f4d(0x155)]=SDK_EVENTS['SDK_PERCY']+a150_0x4f5f4d(0x17c),a150_0xbcea79[a150_0x4f5f4d(0x15d)][a150_0x4f5f4d(0x13f)]=SDK_EVENTS[a150_0x4f5f4d(0x1b0)]+a150_0x4f5f4d(0x17e),a150_0xbcea79[a150_0x4f5f4d(0x15d)][a150_0x4f5f4d(0x180)]=SDK_EVENTS[a150_0x4f5f4d(0x1b0)]+a150_0x4f5f4d(0x17f),a150_0xbcea79[a150_0x4f5f4d(0x15d)][a150_0x4f5f4d(0x16e)]=SDK_EVENTS[a150_0x4f5f4d(0x1b0)]+':screenshot-app',a150_0xbcea79[a150_0x4f5f4d(0x175)]['SYNC']=SDK_EVENTS[a150_0x4f5f4d(0x1a7)]+':sync',a150_0xbcea79[a150_0x4f5f4d(0x175)]['TAKE_SCREENSHOT']=SDK_EVENTS[a150_0x4f5f4d(0x1a7)]+a150_0x4f5f4d(0x143),a150_0xbcea79[a150_0x4f5f4d(0x175)]['PRINT_BUILDLINK']=SDK_EVENTS[a150_0x4f5f4d(0x1a7)]+a150_0x4f5f4d(0x196),a150_0xbcea79[a150_0x4f5f4d(0x13e)]['BEFORE_EACH']=SDK_EVENTS[a150_0x4f5f4d(0x14f)]+a150_0x4f5f4d(0x173),a150_0xbcea79[a150_0x4f5f4d(0x13e)][a150_0x4f5f4d(0x16d)]=SDK_EVENTS[a150_0x4f5f4d(0x14f)]+a150_0x4f5f4d(0x156),a150_0xbcea79[a150_0x4f5f4d(0x13e)]['AFTER_ALL']=SDK_EVENTS[a150_0x4f5f4d(0x14f)]+a150_0x4f5f4d(0x168),a150_0xbcea79[a150_0x4f5f4d(0x13e)][a150_0x4f5f4d(0x137)]=SDK_EVENTS[a150_0x4f5f4d(0x14f)]+':before-all',a150_0xbcea79[a150_0x4f5f4d(0x13e)]['BEFORE']=SDK_EVENTS[a150_0x4f5f4d(0x14f)]+a150_0x4f5f4d(0x18b),a150_0xbcea79[a150_0x4f5f4d(0x13e)][a150_0x4f5f4d(0x165)]=SDK_EVENTS['SDK_HOOK']+a150_0x4f5f4d(0x1af),a150_0xbcea79[a150_0x4f5f4d(0x187)][a150_0x4f5f4d(0x1ab)]=SDK_EVENTS[a150_0x4f5f4d(0x179)]+a150_0x4f5f4d(0x153),a150_0xbcea79[a150_0x4f5f4d(0x187)][a150_0x4f5f4d(0x19f)]=SDK_EVENTS['SDK_TURBOSCALE']+a150_0x4f5f4d(0x196),a150_0xbcea79[a150_0x4f5f4d(0x146)]['APP_UPLOAD']=SDK_EVENTS['SDK_APP_AUTOMATE']+a150_0x4f5f4d(0x16f),a150_0xbcea79[a150_0x4f5f4d(0x147)][a150_0x4f5f4d(0x141)]=SDK_EVENTS['SDK_DRIVER']+a150_0x4f5f4d(0x13d),a150_0xbcea79[a150_0x4f5f4d(0x147)][a150_0x4f5f4d(0x18f)]=SDK_EVENTS[a150_0x4f5f4d(0x1a5)]+a150_0x4f5f4d(0x188),a150_0xbcea79[a150_0x4f5f4d(0x147)]['PRE_EXECUTE']=SDK_EVENTS[a150_0x4f5f4d(0x1a5)]+a150_0x4f5f4d(0x135),a150_0xbcea79[a150_0x4f5f4d(0x147)]['POST_EXECUTE']=SDK_EVENTS[a150_0x4f5f4d(0x1a5)]+a150_0x4f5f4d(0x1a2),module[a150_0x4f5f4d(0x13b)]=a150_0xbcea79;
1
+ const a150_0x256249=a150_0x503f;function a150_0x3e0f(){const _0x24a5c2=['SDK_DRIVER','exports','SDK_TURBOSCALE','LOCAL_START','O11y_EVENTS','sdk:aiSelfHealStep',':download','sdk:post-test',':quit','sdk:automationFrameworkInit','DOWNLOAD','sdk:cli:enqueueTestEvent',':save-results','SDK_CONNECT_BIN_SESSION','START','BEFORE_EACH',':before-all','SDK_SETUP','18103oIxGVv',':driver-manage','sdk:accessibilityConfig','sdk:turboscale','AUTOMATE_EVENTS',':session-name','sdk:onStop','SCREENSHOT','sdk:automationFrameworkStop',':driver-takeScreenShot','SDK_ON_STOP',':auto-capture','DRIVER_MANAGE','2290540ubJHMW','sdk:setup','AFTER_ALL','SYNC',':ci-artifacts','sdk:automationFrameworkStart',':app-upload','SDK_CLI_ENQUEUE_TEST_EVENT','sdk:cli:on-connect','sdk:cli:logCreatedEvent','SDK_AI_SELF_HEAL_STEP','HOOK_EVENTS','DRIVER_EVENT','SDK_CLI_CHECK_UPDATE',':get-accessibility-results-summary','sdk:testhub',':stop','SDK_PERCY','SESSION_NAME','A11Y_EVENTS','SDK_DRIVER_INIT',':driver-performscan','274422pbcTVz','980496MDZxVl','TESTHUB_EVENTS','APP_UPLOAD','SDK_TEST_FRAMEWORK_EVENT','SDK_CLI_ON_BOOTSTRAP','AFTER','APP_AUOTMATE_EVENTS','TURBOSCALE_EVENTS','PRE_EXECUTE','SDK_O11Y',':hub-management','1532934EAzjTK','SDK_CLI_ON_CONNECT',':session-annotation',':session-status','SDK_FIND_NEAREST_HUB','PERFORM_SCAN','SDK_CLEANUP','BEFORE_ALL','77508Lemphn','AUTO_CAPTURE','IDLE_TIMEOUT','SCREENSHOT_APP',':start','KEEP_ALIVE',':pre-execute','SDK_AUTOMATION_FRAMEWORK_STOP','SDK_PRE_INITIALIZE','432lwpHQH','LOCAL_STOP','POST_EXECUTE','GET_RESULTS_SUMMARY','SDK_PRE_TEST','2385ZrSMHe','sdk:findNearestHub',':print-buildlink','PERCY_EVENTS','PRINT_BUILDLINK','SDK_A11Y','TAKE_SCREENSHOT','SDK_TESTHUB','SESSION_ANNOTATION','SDK_HOOK','sdk:pre-test','sdk:test','SDK_POST_INITIALIZE','SDK_TEST_SESSION_EVENT','sdk:auto-capture','sdk:observabilityConfig','sdk:proxy-setup','QUIT',':keep-alive','SNAPSHOT','SDK_TEST','GET','STOP','sdk:hook',':before','GET_RESULTS','SDK_OBSERVABILITY_CONFIG','sdk:testFrameworkEvent','sdk:percy','EVENTS','SDK_POST_TEST',':snapshot',':before-each',':local-start','sdk:cli:start','SDK_AUTOMATE','SDK_START_BIN_SESSION','sdk:connectBinSession',':after-each','HUB_MANAGEMENT',':local-stop','SDK_CLI_LOG_CREATED_EVENT'];a150_0x3e0f=function(){return _0x24a5c2;};return a150_0x3e0f();}(function(_0x179595,_0x56808b){const _0x43ed89=a150_0x503f,_0x4fa7ff=_0x179595();while(!![]){try{const _0x563e1e=-parseInt(_0x43ed89(0x10e))/0x1+-parseInt(_0x43ed89(0xc4))/0x2+-parseInt(_0x43ed89(0x131))/0x3+parseInt(_0x43ed89(0xcd))/0x4*(-parseInt(_0x43ed89(0xd2))/0x5)+parseInt(_0x43ed89(0xbc))/0x6+parseInt(_0x43ed89(0x11b))/0x7+-parseInt(_0x43ed89(0x132))/0x8;if(_0x563e1e===_0x56808b)break;else _0x4fa7ff['push'](_0x4fa7ff['shift']());}catch(_0x1b9c84){_0x4fa7ff['push'](_0x4fa7ff['shift']());}}}(a150_0x3e0f,0x3f8cc));const a150_0x6a27ce={};function a150_0x503f(_0x24842d,_0x44793c){const _0x3e0f4c=a150_0x3e0f();return a150_0x503f=function(_0x503ff2,_0xbf766f){_0x503ff2=_0x503ff2-0xbc;let _0x4de57a=_0x3e0f4c[_0x503ff2];return _0x4de57a;},a150_0x503f(_0x24842d,_0x44793c);}a150_0x6a27ce[a150_0x256249(0x10d)]=a150_0x256249(0x11c),a150_0x6a27ce[a150_0x256249(0xc2)]='sdk:cleanup',a150_0x6a27ce[a150_0x256249(0xd1)]=a150_0x256249(0xdc),a150_0x6a27ce[a150_0x256249(0xe6)]=a150_0x256249(0xdd),a150_0x6a27ce[a150_0x256249(0xf0)]=a150_0x256249(0x103),a150_0x6a27ce[a150_0x256249(0xdb)]=a150_0x256249(0xe9),a150_0x6a27ce[a150_0x256249(0xfc)]='sdk:driver',a150_0x6a27ce['SDK_A11Y']='sdk:a11y',a150_0x6a27ce[a150_0x256249(0x13b)]='sdk:o11y',a150_0x6a27ce['SDK_AUTO_CAPTURE']=a150_0x256249(0xe0),a150_0x6a27ce['SDK_PROXY_SETUP']=a150_0x256249(0xe2),a150_0x6a27ce[a150_0x256249(0xd9)]=a150_0x256249(0x12a),a150_0x6a27ce['SDK_AUTOMATE']='sdk:automate',a150_0x6a27ce['SDK_APP_AUTOMATE']='sdk:app-automate',a150_0x6a27ce['SDK_TURBOSCALE']=a150_0x256249(0x111),a150_0x6a27ce[a150_0x256249(0x12c)]=a150_0x256249(0xee),a150_0x6a27ce[a150_0x256249(0xcc)]='sdk:driver:pre-initialization',a150_0x6a27ce[a150_0x256249(0xde)]='sdk:driver:post-initialization',a150_0x6a27ce['SDK_CLI_START']=a150_0x256249(0xf4),a150_0x6a27ce['SDK_CLI_DOWNLOAD']='sdk:cli:download',a150_0x6a27ce[a150_0x256249(0x128)]='sdk:cli:check-update',a150_0x6a27ce[a150_0x256249(0x136)]='sdk:cli:on-bootstrap',a150_0x6a27ce[a150_0x256249(0xbd)]=a150_0x256249(0x123),a150_0x6a27ce['SDK_CLI_ON_STOP']='sdk:cli:on-stop',a150_0x6a27ce[a150_0x256249(0xf6)]='sdk:startBinSession',a150_0x6a27ce[a150_0x256249(0x109)]=a150_0x256249(0xf7),a150_0x6a27ce[a150_0x256249(0x12f)]='sdk:driverInit',a150_0x6a27ce[a150_0x256249(0xc0)]=a150_0x256249(0xd3),a150_0x6a27ce['SDK_AUTOMATION_FRAMEWORK_INIT']=a150_0x256249(0x105),a150_0x6a27ce['SDK_AUTOMATION_FRAMEWORK_START']=a150_0x256249(0x120),a150_0x6a27ce['SDK_ACCESSIBILITY_CONFIG']=a150_0x256249(0x110),a150_0x6a27ce[a150_0x256249(0xec)]=a150_0x256249(0xe1),a150_0x6a27ce[a150_0x256249(0x125)]=a150_0x256249(0x101),a150_0x6a27ce['SDK_AI_SELF_HEAL_GET_RESULT']='sdk:aiSelfHealGetResult',a150_0x6a27ce[a150_0x256249(0x135)]=a150_0x256249(0xed),a150_0x6a27ce[a150_0x256249(0xdf)]='sdk:testSessionEvent',a150_0x6a27ce[a150_0x256249(0xfb)]=a150_0x256249(0x124),a150_0x6a27ce[a150_0x256249(0x122)]=a150_0x256249(0x107),a150_0x6a27ce[a150_0x256249(0xcb)]=a150_0x256249(0x116),a150_0x6a27ce[a150_0x256249(0x118)]=a150_0x256249(0x114);const SDK_EVENTS=a150_0x6a27ce,a150_0x349a0={};a150_0x349a0[a150_0x256249(0xef)]=SDK_EVENTS,a150_0x349a0[a150_0x256249(0x133)]={},a150_0x349a0[a150_0x256249(0x112)]={},a150_0x349a0[a150_0x256249(0x12e)]={},a150_0x349a0[a150_0x256249(0xd5)]={},a150_0x349a0[a150_0x256249(0x100)]={},a150_0x349a0[a150_0x256249(0x126)]={},a150_0x349a0[a150_0x256249(0x139)]={},a150_0x349a0[a150_0x256249(0x138)]={},a150_0x349a0[a150_0x256249(0x127)]={},a150_0x349a0[a150_0x256249(0x133)][a150_0x256249(0x10a)]=SDK_EVENTS['SDK_TESTHUB']+a150_0x256249(0xc8),a150_0x349a0[a150_0x256249(0x133)][a150_0x256249(0xe8)]=SDK_EVENTS['SDK_TESTHUB']+a150_0x256249(0x12b),a150_0x349a0[a150_0x256249(0x112)][a150_0x256249(0xc9)]=SDK_EVENTS[a150_0x256249(0xf5)]+a150_0x256249(0xe4),a150_0x349a0[a150_0x256249(0x112)][a150_0x256249(0xf9)]=SDK_EVENTS[a150_0x256249(0xf5)]+':hub-management',a150_0x349a0[a150_0x256249(0x112)][a150_0x256249(0xff)]=SDK_EVENTS[a150_0x256249(0xf5)]+a150_0x256249(0xf3),a150_0x349a0[a150_0x256249(0x112)][a150_0x256249(0xce)]=SDK_EVENTS[a150_0x256249(0xf5)]+a150_0x256249(0xfa),a150_0x349a0[a150_0x256249(0x112)][a150_0x256249(0x11a)]=SDK_EVENTS[a150_0x256249(0xf5)]+a150_0x256249(0x10f),a150_0x349a0[a150_0x256249(0x112)][a150_0x256249(0x12d)]=SDK_EVENTS[a150_0x256249(0xf5)]+a150_0x256249(0x113),a150_0x349a0[a150_0x256249(0x112)]['SESSION_STATUS']=SDK_EVENTS[a150_0x256249(0xf5)]+a150_0x256249(0xbf),a150_0x349a0[a150_0x256249(0x112)][a150_0x256249(0xda)]=SDK_EVENTS[a150_0x256249(0xf5)]+a150_0x256249(0xbe),a150_0x349a0[a150_0x256249(0x112)][a150_0x256249(0xc6)]=SDK_EVENTS[a150_0x256249(0xf5)]+':idle-timeout',a150_0x349a0[a150_0x256249(0x112)]['GENERATE_CI_ARTIFACT']=SDK_EVENTS[a150_0x256249(0xf5)]+a150_0x256249(0x11f),a150_0x349a0[a150_0x256249(0x112)][a150_0x256249(0xd6)]=SDK_EVENTS[a150_0x256249(0xf5)]+':print-buildlink',a150_0x349a0[a150_0x256249(0x12e)][a150_0x256249(0xc1)]=SDK_EVENTS[a150_0x256249(0xd7)]+a150_0x256249(0x130),a150_0x349a0[a150_0x256249(0x12e)]['SAVE_RESULTS']=SDK_EVENTS['SDK_A11Y']+a150_0x256249(0x108),a150_0x349a0[a150_0x256249(0x12e)][a150_0x256249(0xeb)]=SDK_EVENTS[a150_0x256249(0xd7)]+':get-accessibility-results',a150_0x349a0[a150_0x256249(0x12e)][a150_0x256249(0xd0)]=SDK_EVENTS[a150_0x256249(0xd7)]+a150_0x256249(0x129),a150_0x349a0[a150_0x256249(0xd5)][a150_0x256249(0x106)]=SDK_EVENTS[a150_0x256249(0x12c)]+a150_0x256249(0x102),a150_0x349a0[a150_0x256249(0xd5)][a150_0x256249(0x115)]=SDK_EVENTS[a150_0x256249(0x12c)]+':screenshot',a150_0x349a0[a150_0x256249(0xd5)][a150_0x256249(0x10a)]=SDK_EVENTS[a150_0x256249(0x12c)]+a150_0x256249(0xc8),a150_0x349a0[a150_0x256249(0xd5)][a150_0x256249(0xe8)]=SDK_EVENTS[a150_0x256249(0x12c)]+a150_0x256249(0x12b),a150_0x349a0[a150_0x256249(0xd5)][a150_0x256249(0xc5)]=SDK_EVENTS[a150_0x256249(0x12c)]+a150_0x256249(0x119),a150_0x349a0[a150_0x256249(0xd5)][a150_0x256249(0xe5)]=SDK_EVENTS[a150_0x256249(0x12c)]+a150_0x256249(0xf1),a150_0x349a0[a150_0x256249(0xd5)][a150_0x256249(0xc7)]=SDK_EVENTS[a150_0x256249(0x12c)]+':screenshot-app',a150_0x349a0[a150_0x256249(0x100)][a150_0x256249(0x11e)]=SDK_EVENTS['SDK_O11Y']+':sync',a150_0x349a0[a150_0x256249(0x100)][a150_0x256249(0xd8)]=SDK_EVENTS['SDK_O11Y']+a150_0x256249(0x117),a150_0x349a0[a150_0x256249(0x100)][a150_0x256249(0xd6)]=SDK_EVENTS[a150_0x256249(0x13b)]+':print-buildlink',a150_0x349a0[a150_0x256249(0x126)][a150_0x256249(0x10b)]=SDK_EVENTS[a150_0x256249(0xdb)]+a150_0x256249(0xf2),a150_0x349a0[a150_0x256249(0x126)]['AFTER_EACH']=SDK_EVENTS[a150_0x256249(0xdb)]+a150_0x256249(0xf8),a150_0x349a0[a150_0x256249(0x126)][a150_0x256249(0x11d)]=SDK_EVENTS[a150_0x256249(0xdb)]+':after-all',a150_0x349a0[a150_0x256249(0x126)][a150_0x256249(0xc3)]=SDK_EVENTS[a150_0x256249(0xdb)]+a150_0x256249(0x10c),a150_0x349a0[a150_0x256249(0x126)]['BEFORE']=SDK_EVENTS[a150_0x256249(0xdb)]+a150_0x256249(0xea),a150_0x349a0[a150_0x256249(0x126)][a150_0x256249(0x137)]=SDK_EVENTS[a150_0x256249(0xdb)]+':after',a150_0x349a0[a150_0x256249(0x139)][a150_0x256249(0xf9)]=SDK_EVENTS['SDK_TURBOSCALE']+a150_0x256249(0x13c),a150_0x349a0[a150_0x256249(0x139)][a150_0x256249(0xd6)]=SDK_EVENTS[a150_0x256249(0xfe)]+a150_0x256249(0xd4),a150_0x349a0[a150_0x256249(0x138)][a150_0x256249(0x134)]=SDK_EVENTS['SDK_APP_AUTOMATE']+a150_0x256249(0x121),a150_0x349a0[a150_0x256249(0x127)][a150_0x256249(0xe3)]=SDK_EVENTS[a150_0x256249(0xfc)]+a150_0x256249(0x104),a150_0x349a0[a150_0x256249(0x127)][a150_0x256249(0xe7)]=SDK_EVENTS[a150_0x256249(0xfc)]+':get',a150_0x349a0[a150_0x256249(0x127)][a150_0x256249(0x13a)]=SDK_EVENTS[a150_0x256249(0xfc)]+a150_0x256249(0xca),a150_0x349a0[a150_0x256249(0x127)][a150_0x256249(0xcf)]=SDK_EVENTS['SDK_DRIVER']+':post-execute',module[a150_0x256249(0xfd)]=a150_0x349a0;
@@ -1 +1 @@
1
- const a151_0x101ebf=a151_0x47a1;(function(_0x2154e3,_0x344665){const _0x251025=a151_0x47a1,_0x385cb8=_0x2154e3();while(!![]){try{const _0x5bc79c=parseInt(_0x251025(0x1bd))/0x1+-parseInt(_0x251025(0x11c))/0x2*(-parseInt(_0x251025(0x17c))/0x3)+parseInt(_0x251025(0x19d))/0x4*(parseInt(_0x251025(0x13b))/0x5)+-parseInt(_0x251025(0x16d))/0x6+-parseInt(_0x251025(0x188))/0x7*(-parseInt(_0x251025(0x169))/0x8)+-parseInt(_0x251025(0x1b3))/0x9*(-parseInt(_0x251025(0x150))/0xa)+-parseInt(_0x251025(0x176))/0xb;if(_0x5bc79c===_0x344665)break;else _0x385cb8['push'](_0x385cb8['shift']());}catch(_0x50670b){_0x385cb8['push'](_0x385cb8['shift']());}}}(a151_0x2bd4,0x853d8));const fs=require('fs'),fsPromise=require('fs/promises'),{performance,PerformanceObserver}=require(a151_0x101ebf(0x18f)),path=require(a151_0x101ebf(0x1c4)),util=require(a151_0x101ebf(0x1bb)),logger=require(a151_0x101ebf(0x1c7))['winstonLogger'],{getLogDir}=require(a151_0x101ebf(0x1c7)),{getProcessId,sleep,debug,getTestName}=require(a151_0x101ebf(0x1ab));function a151_0x47a1(_0x90ecd9,_0x437172){const _0x2bd47e=a151_0x2bd4();return a151_0x47a1=function(_0x47a122,_0x1887f5){_0x47a122=_0x47a122-0x119;let _0x2eed47=_0x2bd47e[_0x47a122];return _0x2eed47;},a151_0x47a1(_0x90ecd9,_0x437172);}class PerformanceTester{static [a151_0x101ebf(0x166)];static [a151_0x101ebf(0x14e)]=[];static ['_measureEvents']=[];static [a151_0x101ebf(0x19a)]=[];static [a151_0x101ebf(0x146)]=![];static [a151_0x101ebf(0x1b1)]=a151_0x101ebf(0x196);static [a151_0x101ebf(0x177)]=process[a151_0x101ebf(0x19f)][a151_0x101ebf(0x1b0)]?path[a151_0x101ebf(0x14b)](process['env'][a151_0x101ebf(0x1b0)],a151_0x101ebf(0x15a)):path[a151_0x101ebf(0x14b)](process[a151_0x101ebf(0x1c8)](),a151_0x101ebf(0x15a));static [a151_0x101ebf(0x1c9)]=this[a151_0x101ebf(0x177)]+'/error-report-'+getProcessId()+a151_0x101ebf(0x154);static [a151_0x101ebf(0x12b)]={};static [a151_0x101ebf(0x159)]={};static[a151_0x101ebf(0x137)](_0x3c3e4d,_0x423e75=this[a151_0x101ebf(0x177)]+'/error-report-'+getProcessId()+a151_0x101ebf(0x154)){const _0x6b6786=a151_0x101ebf,_0x317e88={'xEyms':function(_0x11e64e,_0x3ebc30){return _0x11e64e===_0x3ebc30;},'XjQTY':_0x6b6786(0x161),'WKDNr':function(_0x427d13){return _0x427d13();},'kzCPl':function(_0x3982ea,_0x2bd2d0){return _0x3982ea+_0x2bd2d0;},'VWodq':'Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','gddrn':_0x6b6786(0x122)};try{this[_0x6b6786(0x165)]=path[_0x6b6786(0x14b)](_0x317e88[_0x6b6786(0x1c1)](getLogDir),this['jsonReportDirName']),!_0x3c3e4d&&(_0x3c3e4d=this[_0x6b6786(0x165)]+_0x6b6786(0x1b4)+_0x317e88[_0x6b6786(0x1c1)](getProcessId)+_0x6b6786(0x154)),!fs[_0x6b6786(0x197)](this[_0x6b6786(0x165)])&&fs[_0x6b6786(0x1a5)](this[_0x6b6786(0x165)]);}catch(_0x485dd6){logger['debug'](_0x317e88['kzCPl'](_0x317e88['VWodq'],_0x485dd6));}if(this[_0x6b6786(0x146)]||!this[_0x6b6786(0x142)]())return;this[_0x6b6786(0x166)]=new PerformanceObserver(_0x49f01f=>{const _0x4d02b5=_0x6b6786,_0x1fa836={'XRxhA':function(_0x6a50a5,_0x4f7fd9){const _0x38b80c=a151_0x47a1;return _0x317e88[_0x38b80c(0x1cc)](_0x6a50a5,_0x4f7fd9);},'umRFT':_0x317e88[_0x4d02b5(0x1c6)]};_0x49f01f[_0x4d02b5(0x1b5)]()['forEach'](_0x1f1407=>{const _0xf0a0bf=_0x4d02b5;if(_0x1fa836[_0xf0a0bf(0x16f)](_0x1f1407['entryType'],_0x1fa836[_0xf0a0bf(0x119)])){let _0x370f48={};if(_0x1f1407['toJSON'])_0x370f48=_0x1f1407[_0xf0a0bf(0x12f)]();else for(const _0xdec857 in _0x1f1407){_0x370f48[_0xdec857]=_0x1f1407[_0xdec857];}this[_0xf0a0bf(0x12b)][_0x1f1407['name']]&&(_0x370f48=Object[_0xf0a0bf(0x1ca)](_0x370f48,this[_0xf0a0bf(0x12b)][_0x1f1407['name']])),delete this[_0xf0a0bf(0x12b)][_0x1f1407[_0xf0a0bf(0x17d)]],this[_0xf0a0bf(0x171)]['push'](_0x370f48);}else this[_0xf0a0bf(0x14e)][_0xf0a0bf(0x1ac)](_0x1f1407);});});const _0x247d07={};_0x247d07[_0x6b6786(0x132)]=!![],_0x247d07[_0x6b6786(0x178)]=[_0x317e88[_0x6b6786(0x17e)],_0x317e88[_0x6b6786(0x1c6)]],this[_0x6b6786(0x166)][_0x6b6786(0x153)](_0x247d07),this[_0x6b6786(0x146)]=!![],this[_0x6b6786(0x1b9)]=_0x3c3e4d,this[_0x6b6786(0x1c9)]=_0x423e75;}static[a151_0x101ebf(0x1b6)](){return performance;}static[a151_0x101ebf(0x19b)](_0x45e488,_0x2307da){const _0x2e2265=a151_0x101ebf,_0x3751f0={};_0x3751f0[_0x2e2265(0x136)]=function(_0x42c87a,_0x4bb7b3){return _0x42c87a+_0x4bb7b3;},_0x3751f0[_0x2e2265(0x1a9)]=function(_0x4dffbf,_0x474619){return _0x4dffbf||_0x474619;},_0x3751f0[_0x2e2265(0x162)]=function(_0x2bdf3b,_0x6e1e6c){return _0x2bdf3b===_0x6e1e6c;};const _0x56d2be=_0x3751f0,_0x2beced={};if(!_0x45e488||_0x56d2be['dIltN'](_0x45e488[_0x2e2265(0x1ce)],0x0))return;_0x45e488[_0x2e2265(0x130)](_0xfe4fd1=>{const _0x423e29=_0x2e2265;!_0x2beced[_0xfe4fd1['name']]&&(_0x2beced[_0xfe4fd1[_0x423e29(0x17d)]]=0x0),_0x2beced[_0xfe4fd1[_0x423e29(0x17d)]]+=_0xfe4fd1[_0x423e29(0x1a0)];});const _0x451e08=_0x2307da[_0x2e2265(0x180)]((_0x203f6f,_0x5b7a52)=>{const _0x310d74=_0x2e2265;return _0x56d2be[_0x310d74(0x136)](_0x2beced[_0x5b7a52],_0x56d2be[_0x310d74(0x1a9)](_0x203f6f,0x0));},0x0);return _0x451e08;}static async['calculateTimesFromMultipleFiles'](_0x2da6b6,_0xde0066){const _0x5d0a86=a151_0x101ebf,_0x33bab8={'zsXJj':function(_0x2470f4,_0x1b0ab2){return _0x2470f4+_0x1b0ab2;},'Uihgg':function(_0x5bc828,_0x52ece1){return _0x5bc828||_0x52ece1;},'VVVQv':function(_0x9451d2,_0x531e3c){return _0x9451d2===_0x531e3c;},'PKvvJ':function(_0x1f7606,_0x3b23dd){return _0x1f7606(_0x3b23dd);}};if(!_0x2da6b6||_0x33bab8[_0x5d0a86(0x121)](_0x2da6b6['length'],0x0))return 0x0;const _0x2df30e=[];for(const _0x48f797 of _0x2da6b6){const _0x3d94b1=path[_0x5d0a86(0x14b)]('.',_0x48f797);try{const _0x3ff7a1=this[_0x5d0a86(0x12d)](_0x3d94b1);_0x3ff7a1[_0x5d0a86(0x130)](_0x546347=>{const _0x5cfb0d=_0x5d0a86;!_0x2df30e[_0x546347['name']]&&(_0x2df30e[_0x546347[_0x5cfb0d(0x17d)]]=0x0),_0x2df30e[_0x546347[_0x5cfb0d(0x17d)]]+=_0x546347[_0x5cfb0d(0x1a0)];});}catch(_0x567ba6){_0x33bab8[_0x5d0a86(0x1a7)](debug,_0x5d0a86(0x184)+_0x567ba6[_0x5d0a86(0x13a)]());}}const _0x31da9c=_0xde0066[_0x5d0a86(0x180)]((_0xde0179,_0x375871)=>{return _0x33bab8['zsXJj'](_0x2df30e[_0x375871],_0x33bab8['Uihgg'](_0xde0179,0x0));},0x0);return _0x33bab8[_0x5d0a86(0x1a7)](debug,_0x5d0a86(0x127)+_0xde0066+'\x20for\x20all\x20processes\x20is\x20'+_0x31da9c),_0x31da9c;}static[a151_0x101ebf(0x12d)](_0x3ccb7e){const _0x1fbcaf=a151_0x101ebf;if(_0x3ccb7e){if(!fs[_0x1fbcaf(0x197)](_0x3ccb7e))return[];return JSON[_0x1fbcaf(0x11b)](fs['readFileSync'](_0x3ccb7e)['toString']());}}static async[a151_0x101ebf(0x175)](_0x294931=a151_0x101ebf(0x198),_0xa791a2=null){const _0x58ebcc=a151_0x101ebf,_0x1a036f={'cOKQK':function(_0xc0adae,_0x4ed914){return _0xc0adae(_0x4ed914);},'MVvLu':function(_0x3d76d9,_0x1bf836){return _0x3d76d9(_0x1bf836);}};if(!this['started'])return;await _0x1a036f['cOKQK'](sleep,0x1e),this[_0x58ebcc(0x166)][_0x58ebcc(0x17f)](),this['started']=![],this[_0x58ebcc(0x195)](this['_events']);const _0x3fdad2=this[_0x58ebcc(0x1cd)](this[_0x58ebcc(0x14e)]),_0x322ff9=path[_0x58ebcc(0x14b)](process[_0x58ebcc(0x1c8)](),_0x294931);fs[_0x58ebcc(0x128)](_0x322ff9,_0x3fdad2,_0x4b25fd=>{const _0x10e690=_0x58ebcc;if(_0x4b25fd){_0x1a036f[_0x10e690(0x164)](debug,_0x10e690(0x124)+_0x4b25fd['toString']());return;}_0x1a036f[_0x10e690(0x1a8)](debug,'Performance\x20report\x20is\x20at\x20'+_0x322ff9);});if(_0xa791a2)return this['calculateTimeFromEvents'](this[_0x58ebcc(0x14e)],_0xa791a2);}static[a151_0x101ebf(0x1cd)](_0x1fcacc){const _0x27b9e3=a151_0x101ebf,_0x4a6d82={};_0x4a6d82['VrDQZ']=_0x27b9e3(0x133),_0x4a6d82['ICAln']=_0x27b9e3(0x156),_0x4a6d82[_0x27b9e3(0x1a6)]='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x4a6d82[_0x27b9e3(0x126)]=_0x27b9e3(0x18a);const _0x143c49=_0x4a6d82;let _0x297fa2=_0x143c49[_0x27b9e3(0x192)];return _0x297fa2+=_0x143c49[_0x27b9e3(0x1b7)],_0x297fa2+=_0x143c49[_0x27b9e3(0x1a6)],_0x1fcacc[_0x27b9e3(0x140)](_0x150e18=>{const _0x572a08=_0x27b9e3;_0x297fa2+=_0x572a08(0x1c3)+_0x150e18[_0x572a08(0x17d)]+_0x572a08(0x135)+_0x150e18[_0x572a08(0x1a0)]+_0x572a08(0x1ba);}),_0x297fa2+=_0x143c49[_0x27b9e3(0x126)],_0x297fa2;}static[a151_0x101ebf(0x195)](_0x687920){const _0x27af4c=a151_0x101ebf;if(!this[_0x27af4c(0x1b9)])return;const _0x45a530={};_0x687920[_0x27af4c(0x130)](_0x266de9=>{const _0x46752b=_0x27af4c;!_0x45a530[_0x266de9['name']]&&(_0x45a530[_0x266de9['name']]=0x0),_0x45a530[_0x266de9[_0x46752b(0x17d)]]+=_0x266de9[_0x46752b(0x1a0)];});const _0x4c03ab=Object[_0x27af4c(0x1af)](_0x45a530)['map'](([_0x268d1b,_0x45f161])=>{const _0x548453=_0x27af4c,_0x53aedc={};return _0x53aedc[_0x548453(0x17d)]=_0x268d1b,_0x53aedc['duration']=_0x45f161,_0x53aedc;});fs[_0x27af4c(0x186)](this['jsonReportFileName'],JSON[_0x27af4c(0x182)](_0x4c03ab));}static[a151_0x101ebf(0x142)](){const _0x3b42d2=a151_0x101ebf,_0x520dc9={};_0x520dc9['aXjIi']=function(_0xfa5746,_0x51501e){return _0xfa5746===_0x51501e;},_0x520dc9[_0x3b42d2(0x15e)]=_0x3b42d2(0x16a);const _0x12cee1=_0x520dc9;return!_0x12cee1['aXjIi'](process[_0x3b42d2(0x19f)][_0x3b42d2(0x129)],_0x12cee1[_0x3b42d2(0x15e)]);}static['measure'](_0x26b107,_0x593a3f,_0x42fb60=null,_0xe78409={},_0x1679a9=null){const _0x5711c0=a151_0x101ebf,_0x5e3bf1={'WRnie':function(_0x2534ab,_0x1fd69b){return _0x2534ab(_0x1fd69b);},'YsnAq':function(_0x5cf87f,_0x2d9a27){return _0x5cf87f instanceof _0x2d9a27;}};try{if(this[_0x5711c0(0x146)]&&this[_0x5711c0(0x142)]()){let _0x2a6d7b=_0x26b107;_0x42fb60&&(_0x2a6d7b=_0x26b107+'['+JSON['stringify'](_0x42fb60)+']');PerformanceTester[_0x5711c0(0x18c)](_0x2a6d7b),this['details']&&(this[_0x5711c0(0x12b)][_0x2a6d7b]=_0xe78409);try{const _0x552f7a=_0x593a3f[_0x5711c0(0x13e)](null,_0x1679a9);if(_0x5e3bf1['YsnAq'](_0x552f7a,Promise))return new Promise((_0x4ff033,_0x5b5612)=>{const _0x5e1901=_0x5711c0;_0x552f7a[_0x5e1901(0x16b)](_0x586046=>{const _0x47b6fe=_0x5e1901;PerformanceTester[_0x47b6fe(0x193)](_0x2a6d7b),_0x5e3bf1[_0x47b6fe(0x151)](_0x4ff033,_0x586046);})[_0x5e1901(0x158)](_0x28ff52=>{const _0x520307=_0x5e1901;PerformanceTester[_0x520307(0x193)](_0x2a6d7b,![],util[_0x520307(0x143)](_0x28ff52)),_0x5e3bf1[_0x520307(0x151)](_0x5b5612,_0x28ff52);});});;return PerformanceTester['end'](_0x2a6d7b),_0x552f7a;}catch(_0x431534){PerformanceTester[_0x5711c0(0x193)](_0x2a6d7b,![],util[_0x5711c0(0x143)](_0x431534));throw _0x431534;}};return _0x593a3f['apply'](null,_0x1679a9);}catch(_0xa72ad2){return logger[_0x5711c0(0x141)](_0x5711c0(0x14d)+(_0xa72ad2[_0x5711c0(0x14a)]||_0xa72ad2['message']||_0xa72ad2)),_0x593a3f[_0x5711c0(0x13e)](null,_0x1679a9);}}static[a151_0x101ebf(0x1ae)](_0x3a88a8,_0x1ceef6,_0x3f946a={}){const _0x18a9de=a151_0x101ebf,_0x407158={'sunjx':function(_0x5123b6){return _0x5123b6();},'EcgSP':function(_0x443706){return _0x443706();}},_0x29f876=this;return _0x3f946a[_0x18a9de(0x157)]=_0x407158[_0x18a9de(0x1a2)](getProcessId),_0x3f946a[_0x18a9de(0x138)]=_0x407158[_0x18a9de(0x1a3)](getTestName),_0x3f946a[_0x18a9de(0x12e)]=global[_0x18a9de(0x15b)]&&global[_0x18a9de(0x15b)][_0x18a9de(0x18e)],function(){const _0x100536=_0x18a9de,_0x3863f9=[_0x3a88a8,_0x1ceef6,null,_0x3f946a][_0x100536(0x123)](arguments);return _0x29f876[_0x100536(0x161)][_0x100536(0x13e)](_0x29f876,_0x3863f9);};}static[a151_0x101ebf(0x173)](){const _0x3c9300=a151_0x101ebf,_0x565fb2=/(^.*)\[(.*)\]$/,_0x456342={},_0x35c333={},_0x5aa808=[],_0x3cb404=this[_0x3c9300(0x171)][_0x3c9300(0x15d)](0x0,this[_0x3c9300(0x171)]['length']);for(const _0x4a4937 of _0x3cb404){const _0x5d81f2=_0x4a4937[_0x3c9300(0x17d)][_0x3c9300(0x131)](_0x565fb2),_0x1422ec=Object[_0x3c9300(0x1ca)]({},_0x4a4937);_0x5d81f2&&(_0x1422ec[_0x3c9300(0x17d)]=_0x5d81f2[0x1],_0x1422ec['meta']=JSON[_0x3c9300(0x11b)](_0x5d81f2[0x2])),_0x5aa808[_0x3c9300(0x1ac)](_0x1422ec);}return _0x5aa808;}static[a151_0x101ebf(0x1c5)](){const _0x4b0b7b=a151_0x101ebf,_0x3782ce={'LdFBL':function(_0x395f07){return _0x395f07();},'vtVts':function(_0xca1202,_0x22b6ef){return _0xca1202+_0x22b6ef;},'oMVIi':'Error\x20while\x20removing\x20files:\x20','Kmozx':function(_0x89e379,_0x4edf45){return _0x89e379===_0x4edf45;}};try{this['jsonReportDirPath']=path[_0x4b0b7b(0x14b)](_0x3782ce['LdFBL'](getLogDir),this[_0x4b0b7b(0x1b1)]);if(fs[_0x4b0b7b(0x197)](this[_0x4b0b7b(0x165)])){const _0x262180=fs[_0x4b0b7b(0x18d)](this['jsonReportDirPath']);for(const _0x4e1395 of _0x262180){fs[_0x4b0b7b(0x1bf)](path[_0x4b0b7b(0x14b)](this['jsonReportDirPath'],_0x4e1395));}}}catch(_0x431ed3){logger[_0x4b0b7b(0x141)](_0x3782ce['vtVts'](_0x3782ce[_0x4b0b7b(0x19c)],_0x431ed3));}if(_0x3782ce[_0x4b0b7b(0x19e)](this[_0x4b0b7b(0x171)]['length'],0x0))return;const _0x208063=this[_0x4b0b7b(0x173)](),_0x1502d7=JSON['stringify'](_0x208063),_0x194e50=_0x3782ce['vtVts'](_0x1502d7['slice'](0x1,-0x1),',');fs['appendFileSync'](this['jsonReportFileName'],_0x194e50);}static async['finalizePerfMeasures'](){const _0x25fd81=a151_0x101ebf,_0x1b55c2={'ubUIa':function(_0x40f937){return _0x40f937();},'iCkdp':function(_0x3eca8b,_0x49b30){return _0x3eca8b===_0x49b30;},'MELhd':'key-metrics.json','pzDab':'utf-8','UzrwT':_0x25fd81(0x13f),'rFULm':function(_0x2f5a64,_0x25337d){return _0x2f5a64+_0x25337d;},'SXyoq':function(_0x57fadd,_0x461f6f){return _0x57fadd+_0x461f6f;},'jhueE':_0x25fd81(0x14c),'MLoBd':_0x25fd81(0x1c0),'zpJPh':_0x25fd81(0x13d),'YIkbo':function(_0x5847f5,_0x4fba21){return _0x5847f5>_0x4fba21;}};this[_0x25fd81(0x165)]=path[_0x25fd81(0x14b)](_0x1b55c2[_0x25fd81(0x11a)](getLogDir),this[_0x25fd81(0x1b1)]);if(!this[_0x25fd81(0x146)]||_0x1b55c2['iCkdp'](this[_0x25fd81(0x171)][_0x25fd81(0x1ce)],0x0))return[];if(!fs['existsSync'](this[_0x25fd81(0x165)]))return this[_0x25fd81(0x171)];const _0x2de205=(await fsPromise[_0x25fd81(0x163)](this[_0x25fd81(0x165)]))['map'](_0x4889b3=>path[_0x25fd81(0x145)](this[_0x25fd81(0x165)],_0x4889b3));try{const _0x9efe4b=path[_0x25fd81(0x179)](this[_0x25fd81(0x165)]),_0x200d9c=path[_0x25fd81(0x14b)](_0x9efe4b,_0x1b55c2[_0x25fd81(0x16c)]);if(fs['existsSync'](_0x200d9c))try{await fsPromise[_0x25fd81(0x144)](_0x200d9c,fs[_0x25fd81(0x16e)][_0x25fd81(0x148)]);const _0x49b135=await fsPromise[_0x25fd81(0x174)](_0x200d9c,_0x1b55c2[_0x25fd81(0x15f)]),_0x23c642=JSON[_0x25fd81(0x11b)](_0x49b135),_0x1bc3a7=path[_0x25fd81(0x14b)](this[_0x25fd81(0x165)],_0x1b55c2['UzrwT']);let _0x50019c='';Array['isArray'](_0x23c642)?_0x50019c=_0x1b55c2['rFULm'](_0x23c642['map'](_0x5d1906=>JSON[_0x25fd81(0x182)](_0x5d1906))[_0x25fd81(0x14b)](','),','):_0x50019c=_0x1b55c2[_0x25fd81(0x14f)](JSON[_0x25fd81(0x182)](_0x23c642),','),await fsPromise[_0x25fd81(0x128)](_0x1bc3a7,_0x50019c),_0x2de205[_0x25fd81(0x1ac)](_0x1bc3a7),await fsPromise[_0x25fd81(0x187)](_0x200d9c);}catch(_0x1006d7){logger[_0x25fd81(0x194)](util[_0x25fd81(0x143)](_0x1b55c2[_0x25fd81(0x1a1)],_0x1006d7['stack']||_0x1006d7[_0x25fd81(0x191)]||_0x1006d7));}else logger[_0x25fd81(0x194)](_0x1b55c2[_0x25fd81(0x172)]);}catch(_0x1a7438){logger[_0x25fd81(0x194)](util['format'](_0x1b55c2[_0x25fd81(0x12c)],_0x1a7438['stack']||_0x1a7438[_0x25fd81(0x191)]||_0x1a7438));}let _0x565145=(await Promise['all'](_0x2de205[_0x25fd81(0x130)](_0x40ab11=>fsPromise[_0x25fd81(0x174)](_0x40ab11,_0x25fd81(0x11d)))))[_0x25fd81(0x130)](_0x5b1ddd=>'['+_0x5b1ddd['slice'](0x0,-0x1)+']')[_0x25fd81(0x130)](_0x50c7c7=>JSON[_0x25fd81(0x11b)](_0x50c7c7))['flat']();return _0x1b55c2[_0x25fd81(0x149)](this['_measureEvents'][_0x25fd81(0x1ce)],0x0)&&(_0x565145=_0x565145['concat'](this[_0x25fd81(0x173)]())),this[_0x25fd81(0x166)][_0x25fd81(0x17f)](),_0x565145;}static[a151_0x101ebf(0x1aa)](){const _0x1c396b=a151_0x101ebf,_0x1195ec={};_0x1195ec[_0x1c396b(0x1c2)]=function(_0x3703b,_0x4f8bba){return _0x3703b===_0x4f8bba;},_0x1195ec[_0x1c396b(0x125)]=function(_0x4b4592,_0x1ade88){return _0x4b4592+_0x1ade88;};const _0x3eadeb=_0x1195ec;if(_0x3eadeb['fOBda'](this['_errorEvents'][_0x1c396b(0x1ce)],0x0))return;const _0x656121=JSON['stringify'](this[_0x1c396b(0x19a)]),_0x292b0f=_0x3eadeb[_0x1c396b(0x125)](_0x656121[_0x1c396b(0x170)](0x1,-0x1),',');fs[_0x1c396b(0x134)](this[_0x1c396b(0x11f)],_0x292b0f);}static['finalizeErrors'](){const _0x4f6eb1=a151_0x101ebf,_0x27a055={};_0x27a055[_0x4f6eb1(0x1bc)]=function(_0x231397,_0xf9fedb){return _0x231397>_0xf9fedb;};const _0x1438c1=_0x27a055;if(this[_0x4f6eb1(0x1c9)]){if(!fs[_0x4f6eb1(0x197)](this[_0x4f6eb1(0x1c9)]))return this[_0x4f6eb1(0x19a)];let _0x987fbd=fs[_0x4f6eb1(0x18b)](this[_0x4f6eb1(0x1c9)])[_0x4f6eb1(0x13a)]();_0x987fbd='['+_0x987fbd[_0x4f6eb1(0x170)](0x0,-0x1)+']';let _0x4122e5=JSON[_0x4f6eb1(0x11b)](_0x987fbd);return _0x1438c1[_0x4f6eb1(0x1bc)](this['_errorEvents'][_0x4f6eb1(0x1ce)],0x0)&&(_0x4122e5=_0x4122e5['concat'](this[_0x4f6eb1(0x19a)])),fs['unlinkSync'](this['errorReportFileName']),_0x4122e5;}}static[a151_0x101ebf(0x1ad)](_0x44a5fb){const _0x54119d=a151_0x101ebf;if(!this['isEnabled']())return;this[_0x54119d(0x19a)][_0x54119d(0x1ac)]({'message':_0x44a5fb[_0x54119d(0x191)],'trace':_0x44a5fb[_0x54119d(0x14a)],'code':_0x44a5fb['code']||null,'time':new Date()});}static[a151_0x101ebf(0x1b8)](){const _0x4ed4ed=a151_0x101ebf;try{if(!this['isEnabled']())return;this[_0x4ed4ed(0x166)]['disconnect'](),this[_0x4ed4ed(0x1c5)](),this[_0x4ed4ed(0x1aa)]();}catch(_0x4dd68e){logger[_0x4ed4ed(0x141)]('Error\x20stopping\x20monitoring\x20'+util[_0x4ed4ed(0x143)](_0x4dd68e));}}static async[a151_0x101ebf(0x167)](){const _0x228a87=a151_0x101ebf,_0x21a8e3={'oefhS':function(_0x5c1543,_0x510b2f){return _0x5c1543(_0x510b2f);}};await _0x21a8e3['oefhS'](sleep,0x1e);const _0x36f418=await this[_0x228a87(0x12a)](),_0x983220=this[_0x228a87(0x185)]();if(!this[_0x228a87(0x142)]()){const _0x59152c={};return _0x59152c[_0x228a87(0x190)]=[],_0x59152c[_0x228a87(0x189)]=[],_0x59152c;}const _0x56d90c={};return _0x56d90c[_0x228a87(0x190)]=_0x36f418,_0x56d90c[_0x228a87(0x189)]=_0x983220,_0x56d90c;}static['start'](_0x4ac8cd){const _0x2bd79a=a151_0x101ebf,_0x30967a={};_0x30967a['vcnfN']=function(_0x43c07d,_0x2a968a){return _0x43c07d+_0x2a968a;},_0x30967a[_0x2bd79a(0x139)]=_0x2bd79a(0x160);const _0x2d0e56=_0x30967a,_0x26260e=_0x2d0e56[_0x2bd79a(0x17a)](_0x4ac8cd,_0x2d0e56[_0x2bd79a(0x139)]);if(this['eventsMap'][_0x26260e])return;performance[_0x2bd79a(0x155)](_0x26260e),this['eventsMap'][_0x26260e]=0x1;}static[a151_0x101ebf(0x193)](_0x3f3444,_0x45b2db=!![],_0x1f4ab5=null,_0x3b5bf3={}){const _0x1b5953=a151_0x101ebf,_0x9b183c={'kinEn':_0x1b5953(0x11e),'Yaeoy':function(_0xcad639){return _0xcad639();},'ZKFix':function(_0x3afb3e){return _0x3afb3e();},'ECKEJ':function(_0x437154,_0x1edb22){return _0x437154+_0x1edb22;},'sjEjY':_0x1b5953(0x160),'PjDZn':function(_0x27c7d9,_0x206d7a){return _0x27c7d9+_0x206d7a;},'pJYLW':_0x1b5953(0x1cb),'xkZbj':function(_0x5287cc,_0x4a695d){return _0x5287cc+_0x4a695d;},'MGrCT':function(_0x43fe11,_0x323f1a){return _0x43fe11+_0x323f1a;},'xNCef':function(_0x3de98d,_0x9aaaab){return _0x3de98d+_0x9aaaab;}},_0x48c812=_0x9b183c[_0x1b5953(0x13c)][_0x1b5953(0x183)]('|');let _0x4c7d2=0x0;while(!![]){switch(_0x48c812[_0x4c7d2++]){case'0':const _0x106e5f={};_0x106e5f['success']=_0x45b2db,_0x106e5f[_0x1b5953(0x1b2)]=_0x1f4ab5,this[_0x1b5953(0x12b)][_0x3f3444]=Object[_0x1b5953(0x1ca)](_0x106e5f,Object['assign'](Object[_0x1b5953(0x1ca)]({'worker':_0x9b183c[_0x1b5953(0x120)](getProcessId),'platform':global[_0x1b5953(0x15b)]&&global[_0x1b5953(0x15b)]['index'],'testName':_0x9b183c[_0x1b5953(0x199)](getTestName)},_0x3b5bf3),this[_0x1b5953(0x12b)][_0x3f3444]||{}));continue;case'1':this[_0x1b5953(0x159)][_0x9b183c[_0x1b5953(0x181)](_0x3f3444,_0x9b183c[_0x1b5953(0x152)])]&&performance[_0x1b5953(0x161)](_0x3f3444,_0x9b183c[_0x1b5953(0x147)](_0x3f3444,_0x9b183c[_0x1b5953(0x152)]),_0x9b183c[_0x1b5953(0x147)](_0x3f3444,_0x9b183c[_0x1b5953(0x1be)]));continue;case'2':if(!this[_0x1b5953(0x159)][_0x9b183c[_0x1b5953(0x168)](_0x3f3444,_0x9b183c[_0x1b5953(0x152)])])return;continue;case'3':delete this[_0x1b5953(0x159)][_0x9b183c[_0x1b5953(0x17b)](_0x3f3444,_0x9b183c[_0x1b5953(0x152)])];continue;case'4':performance[_0x1b5953(0x155)](_0x9b183c[_0x1b5953(0x15c)](_0x3f3444,_0x9b183c[_0x1b5953(0x1be)]));continue;}break;}}}module[a151_0x101ebf(0x1a4)]=PerformanceTester;function a151_0x2bd4(){const _0x453ae1=['YIkbo','stack','join','Error\x20processing\x20key-metrics.json:\x20%s','error\x20in\x20measure\x20','_events','SXyoq','10haUdor','WRnie','sjEjY','observe','.json','mark','<h1>Performance\x20Report</h1>','worker','catch','eventsMap','error-report','__platformCaps','xNCef','splice','KPAdj','pzDab','-start','measure','dIltN','readdir','cOKQK','jsonReportDirPath','_observer','finalize','xkZbj','91208seOmaE','false','then','MELhd','1866984ARQZPk','constants','XRxhA','slice','_measureEvents','MLoBd','getCleanedPerfEvents','readFile','stopAndGenerate','6060626aluIfy','errorReportDirName','entryTypes','dirname','vcnfN','MGrCT','3378LsppBA','name','gddrn','disconnect','reduce','ECKEJ','stringify','split','Error\x20in\x20doing\x20csv\x20operations:\x20','finalizeErrors','writeFileSync','unlink','329ZhuEZu','errors','</tbody></table></body></html>','readFileSync','start','readdirSync','index','perf_hooks','measures','message','VrDQZ','end','info','generateJSON','performance-report','existsSync','performance-own.html','ZKFix','_errorEvents','calculateTimeFromEvents','oMVIi','8fHaEOY','Kmozx','env','duration','jhueE','sunjx','EcgSP','exports','mkdirSync','ZCQpM','PKvvJ','MVvLu','tCaOB','pushErrors','../processHelper','push','captureError','measureWrapper','entries','browserStackCwd','jsonReportDirName','failure','459207lxhBLX','/performance-report-','getEntries','getPerformance','ICAln','stopMonitoring','jsonReportFileName','</td></tr>','util','eKfYW','294082wALTkb','pJYLW','unlinkSync','key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','WKDNr','fOBda','<tr><td>','path','pushPerfMeasures','XjQTY','../logger','cwd','errorReportFileName','assign','-end','xEyms','generateHTMLReport','length','umRFT','ubUIa','parse','72PNOXan','utf-8','2|4|1|3|0','errorFile','Yaeoy','VVVQv','function','concat','Error\x20in\x20writing\x20html\x20','hwEoD','JcAAy','Time\x20for\x20','writeFile','BROWSERSTACK_SDK_INSTRUMENTATION','finalizePerfMeasures','details','zpJPh','getEventsFromJSON','platform','toJSON','map','match','buffered','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','appendFileSync','</td><td>','rAgji','startMonitoring','testName','unLux','toString','1215985vZVamO','kinEn','Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','apply','modified-key-metrics.json','forEach','debug','isEnabled','format','access','resolve','started','PjDZn','F_OK'];a151_0x2bd4=function(){return _0x453ae1;};return a151_0x2bd4();}
1
+ const a151_0x5b062a=a151_0x559f;function a151_0x559f(_0x57ad07,_0x213e1){const _0x2c1e6a=a151_0x2c1e();return a151_0x559f=function(_0x559f7d,_0x5380c2){_0x559f7d=_0x559f7d-0xb8;let _0x127fc4=_0x2c1e6a[_0x559f7d];return _0x127fc4;},a151_0x559f(_0x57ad07,_0x213e1);}function a151_0x2c1e(){const _0x40be1a=['jsonReportFileName','-end','NDGuQ','existsSync','bLlfv','split','2196048xluRRC','LhUMH','disconnect','splice','aPVxE','KtMEc','length','CWize','forEach','2ubowFS','parse','calculateTimesFromMultipleFiles','zeMYi','../logger','_errorEvents','index','started','generateHTMLReport','2498468KiOAKI','<tr><td>','-start','lQBGe','finalize','toJSON','readdir','mark','isEnabled','JCLUP','entryTypes','captureError','stopMonitoring','18945twrCpe','exports','key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','kNzwN','NuurL','measureWrapper','perf_hooks','fcLnf','concat','_measureEvents','__platformCaps','NsSVl','Error\x20in\x20writing\x20html\x20','startMonitoring','readFile','appendFileSync','Time\x20for\x20','join','generateJSON','stack','.json','then','winstonLogger','isArray','yfOWr','jLdeT','start','pushErrors','</td><td>','_observer','kNofY','writeFile','browserStackCwd','unlinkSync','aRaBT','cwd','format','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','bRHcH','debug','stopAndGenerate','DFLOF','XMdBX','NOTKO','errorReportDirName','utf-8','entryType','HfvPB','796RvNONm','errorReportFileName','wGuiM','errors','getPerformance','end','</td></tr>','jsonReportDirName','qpufI','apply','details','TkKXD','GRWxv','assign','measures','match','AEmyC','809623MKOikl','yrGxh','41913BdQnEL','DDlrv','Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','error-report','getEntries','YlkAr','Error\x20processing\x20key-metrics.json:\x20%s','pOlTe','catch','/error-report-','getEventsFromJSON','measure','platform','ZjnPY','F_OK','fmANb','Performance\x20report\x20is\x20at\x20','entries','meta','readdirSync','RGSAt','all','path','../processHelper','OXDBA','JYlGT','Error\x20stopping\x20monitoring\x20','success','name','finalizeErrors','calculateTimeFromEvents','tLzcx','_events','/performance-report-','function','2632950eBsoDy','HJsik','toString','XcymZ','message','stringify','CISwW','access','6675160ZvmEPp','readFileSync','jsonReportDirPath','Rgiyu','map','reduce','performance-report','eventsMap','failure','duration','unlink','PMEpb','ZyCra','info','mkdirSync','HAOwO','dirname','pushPerfMeasures','fs/promises','nwhcq','push','LoMDk','LzJsf','slice','util','false','testName','jBwDH','finalizePerfMeasures','worker','\x20for\x20all\x20processes\x20is\x20'];a151_0x2c1e=function(){return _0x40be1a;};return a151_0x2c1e();}(function(_0x40a626,_0x53fbe7){const _0x48cdc2=a151_0x559f,_0x50d3cd=_0x40a626();while(!![]){try{const _0x2ba661=parseInt(_0x48cdc2(0x136))/0x1+-parseInt(_0x48cdc2(0xdf))/0x2*(parseInt(_0x48cdc2(0x138))/0x3)+parseInt(_0x48cdc2(0x125))/0x4*(parseInt(_0x48cdc2(0xf5))/0x5)+parseInt(_0x48cdc2(0xd6))/0x6+-parseInt(_0x48cdc2(0xe8))/0x7+-parseInt(_0x48cdc2(0x163))/0x8+-parseInt(_0x48cdc2(0x15b))/0x9;if(_0x2ba661===_0x53fbe7)break;else _0x50d3cd['push'](_0x50d3cd['shift']());}catch(_0x56ff9c){_0x50d3cd['push'](_0x50d3cd['shift']());}}}(a151_0x2c1e,0x696ba));const fs=require('fs'),fsPromise=require(a151_0x5b062a(0xc3)),{performance,PerformanceObserver}=require(a151_0x5b062a(0xfb)),path=require(a151_0x5b062a(0x14e)),util=require(a151_0x5b062a(0xc9)),logger=require('../logger')[a151_0x5b062a(0x10b)],{getLogDir}=require(a151_0x5b062a(0xe3)),{getProcessId,sleep,debug,getTestName}=require(a151_0x5b062a(0x14f));class PerformanceTester{static [a151_0x5b062a(0x112)];static [a151_0x5b062a(0x158)]=[];static [a151_0x5b062a(0xfe)]=[];static ['_errorEvents']=[];static [a151_0x5b062a(0xe6)]=![];static [a151_0x5b062a(0x12c)]=a151_0x5b062a(0x169);static ['errorReportDirName']=process['env']['browserStackCwd']?path[a151_0x5b062a(0x106)](process['env'][a151_0x5b062a(0x115)],a151_0x5b062a(0x13b)):path[a151_0x5b062a(0x106)](process[a151_0x5b062a(0x118)](),'error-report');static [a151_0x5b062a(0x126)]=this[a151_0x5b062a(0x121)]+'/error-report-'+getProcessId()+'.json';static [a151_0x5b062a(0x12f)]={};static [a151_0x5b062a(0xb8)]={};static[a151_0x5b062a(0x102)](_0x1cbf70,_0x5f43c7=this['errorReportDirName']+a151_0x5b062a(0x141)+getProcessId()+a151_0x5b062a(0x109)){const _0x4edc64=a151_0x5b062a,_0x241f02={'ZjnPY':function(_0x3571da,_0x13f65f){return _0x3571da===_0x13f65f;},'TkKXD':_0x4edc64(0x143),'YlkAr':function(_0x2e2afc){return _0x2e2afc();},'nwhcq':function(_0x5bc20a,_0x272369){return _0x5bc20a+_0x272369;},'fmANb':_0x4edc64(0x13a),'ZltYw':_0x4edc64(0x15a)};try{this[_0x4edc64(0x165)]=path[_0x4edc64(0x106)](_0x241f02[_0x4edc64(0x13d)](getLogDir),this[_0x4edc64(0x12c)]),!_0x1cbf70&&(_0x1cbf70=this[_0x4edc64(0x165)]+_0x4edc64(0x159)+_0x241f02[_0x4edc64(0x13d)](getProcessId)+_0x4edc64(0x109)),!fs[_0x4edc64(0xd3)](this[_0x4edc64(0x165)])&&fs[_0x4edc64(0xbf)](this[_0x4edc64(0x165)]);}catch(_0x2fcd23){logger['debug'](_0x241f02[_0x4edc64(0xc4)](_0x241f02[_0x4edc64(0x147)],_0x2fcd23));}if(this[_0x4edc64(0xe6)]||!this[_0x4edc64(0xf0)]())return;this[_0x4edc64(0x112)]=new PerformanceObserver(_0x3a6f06=>{const _0x1cab7b=_0x4edc64;_0x3a6f06[_0x1cab7b(0x13c)]()[_0x1cab7b(0xde)](_0x117cf4=>{const _0x15a65d=_0x1cab7b;if(_0x241f02[_0x15a65d(0x145)](_0x117cf4[_0x15a65d(0x123)],_0x241f02[_0x15a65d(0x130)])){let _0x157c6d={};if(_0x117cf4[_0x15a65d(0xed)])_0x157c6d=_0x117cf4[_0x15a65d(0xed)]();else for(const _0x3a61a9 in _0x117cf4){_0x157c6d[_0x3a61a9]=_0x117cf4[_0x3a61a9];}this[_0x15a65d(0x12f)][_0x117cf4['name']]&&(_0x157c6d=Object[_0x15a65d(0x132)](_0x157c6d,this[_0x15a65d(0x12f)][_0x117cf4[_0x15a65d(0x154)]])),delete this[_0x15a65d(0x12f)][_0x117cf4[_0x15a65d(0x154)]],this['_measureEvents']['push'](_0x157c6d);}else this[_0x15a65d(0x158)][_0x15a65d(0xc5)](_0x117cf4);});});const _0x21d723={};_0x21d723['buffered']=!![],_0x21d723[_0x4edc64(0xf2)]=[_0x241f02['ZltYw'],_0x241f02[_0x4edc64(0x130)]],this['_observer']['observe'](_0x21d723),this[_0x4edc64(0xe6)]=!![],this['jsonReportFileName']=_0x1cbf70,this[_0x4edc64(0x126)]=_0x5f43c7;}static[a151_0x5b062a(0x129)](){return performance;}static[a151_0x5b062a(0x156)](_0x17a5d2,_0x47e432){const _0x1e1043=a151_0x5b062a,_0x5bbd40={};_0x5bbd40[_0x1e1043(0x131)]=function(_0x59c710,_0xf224eb){return _0x59c710+_0xf224eb;},_0x5bbd40['yfOWr']=function(_0x41faf9,_0x49d48d){return _0x41faf9||_0x49d48d;},_0x5bbd40[_0x1e1043(0x10e)]=function(_0x4be898,_0x39a71c){return _0x4be898===_0x39a71c;};const _0x5070b6=_0x5bbd40,_0x3a0870={};if(!_0x17a5d2||_0x5070b6[_0x1e1043(0x10e)](_0x17a5d2[_0x1e1043(0xdc)],0x0))return;_0x17a5d2[_0x1e1043(0x167)](_0x3974fa=>{const _0x58ccce=_0x1e1043;!_0x3a0870[_0x3974fa[_0x58ccce(0x154)]]&&(_0x3a0870[_0x3974fa[_0x58ccce(0x154)]]=0x0),_0x3a0870[_0x3974fa['name']]+=_0x3974fa[_0x58ccce(0xba)];});const _0x5aae5d=_0x47e432[_0x1e1043(0x168)]((_0x5618bf,_0xd08197)=>{const _0x571cee=_0x1e1043;return _0x5070b6[_0x571cee(0x131)](_0x3a0870[_0xd08197],_0x5070b6[_0x571cee(0x10d)](_0x5618bf,0x0));},0x0);return _0x5aae5d;}static async[a151_0x5b062a(0xe1)](_0x44c249,_0x3ccefe){const _0x1cf11a=a151_0x5b062a,_0x2fe822={'LzJsf':function(_0x47ca99,_0x2751ad){return _0x47ca99+_0x2751ad;},'NsSVl':function(_0x5a6330,_0x1d6745){return _0x5a6330||_0x1d6745;},'tLzcx':function(_0xb2058a,_0x1ec495){return _0xb2058a===_0x1ec495;},'aRaBT':function(_0x2c840c,_0x984a4a){return _0x2c840c(_0x984a4a);},'XcymZ':function(_0x3bfd61,_0x582fba){return _0x3bfd61(_0x582fba);}};if(!_0x44c249||_0x2fe822[_0x1cf11a(0x157)](_0x44c249[_0x1cf11a(0xdc)],0x0))return 0x0;const _0x557a62=[];for(const _0x54ec4a of _0x44c249){const _0x945482=path[_0x1cf11a(0x106)]('.',_0x54ec4a);try{const _0xfa8b=this[_0x1cf11a(0x142)](_0x945482);_0xfa8b[_0x1cf11a(0x167)](_0x1b861d=>{const _0x3f94d6=_0x1cf11a;!_0x557a62[_0x1b861d[_0x3f94d6(0x154)]]&&(_0x557a62[_0x1b861d[_0x3f94d6(0x154)]]=0x0),_0x557a62[_0x1b861d['name']]+=_0x1b861d['duration'];});}catch(_0x510b6b){_0x2fe822[_0x1cf11a(0x117)](debug,'Error\x20in\x20doing\x20csv\x20operations:\x20'+_0x510b6b['toString']());}}const _0x812460=_0x3ccefe[_0x1cf11a(0x168)]((_0x17da59,_0x2ce097)=>{const _0x580ee8=_0x1cf11a;return _0x2fe822[_0x580ee8(0xc7)](_0x557a62[_0x2ce097],_0x2fe822[_0x580ee8(0x100)](_0x17da59,0x0));},0x0);return _0x2fe822[_0x1cf11a(0x15e)](debug,_0x1cf11a(0x105)+_0x3ccefe+_0x1cf11a(0xcf)+_0x812460),_0x812460;}static[a151_0x5b062a(0x142)](_0x1f72e8){const _0x48224d=a151_0x5b062a;if(_0x1f72e8){if(!fs['existsSync'](_0x1f72e8))return[];return JSON[_0x48224d(0xe0)](fs[_0x48224d(0x164)](_0x1f72e8)[_0x48224d(0x15d)]());}}static async[a151_0x5b062a(0x11d)](_0x2588fd='performance-own.html',_0x398dc0=null){const _0x13320d=a151_0x5b062a,_0x160fda={'Ahvso':function(_0x5bfb0f,_0x3e3646){return _0x5bfb0f(_0x3e3646);}};if(!this[_0x13320d(0xe6)])return;await _0x160fda['Ahvso'](sleep,0x1e),this[_0x13320d(0x112)][_0x13320d(0xd8)](),this['started']=![],this[_0x13320d(0x107)](this['_events']);const _0xdc6b98=this[_0x13320d(0xe7)](this[_0x13320d(0x158)]),_0x4ee658=path[_0x13320d(0x106)](process[_0x13320d(0x118)](),_0x2588fd);fs[_0x13320d(0x114)](_0x4ee658,_0xdc6b98,_0x168c94=>{const _0x2d3675=_0x13320d;if(_0x168c94){_0x160fda['Ahvso'](debug,_0x2d3675(0x101)+_0x168c94[_0x2d3675(0x15d)]());return;}_0x160fda['Ahvso'](debug,_0x2d3675(0x148)+_0x4ee658);});if(_0x398dc0)return this['calculateTimeFromEvents'](this[_0x13320d(0x158)],_0x398dc0);}static['generateHTMLReport'](_0x58b26d){const _0x2d9988=a151_0x5b062a,_0x5cd0f6={};_0x5cd0f6[_0x2d9988(0x12d)]=_0x2d9988(0x11a),_0x5cd0f6['KtMEc']='<h1>Performance\x20Report</h1>',_0x5cd0f6[_0x2d9988(0x120)]='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x5cd0f6[_0x2d9988(0x166)]='</tbody></table></body></html>';const _0x115287=_0x5cd0f6;let _0x383db3=_0x115287[_0x2d9988(0x12d)];return _0x383db3+=_0x115287[_0x2d9988(0xdb)],_0x383db3+=_0x115287[_0x2d9988(0x120)],_0x58b26d['forEach'](_0xa9a015=>{const _0xb9e725=_0x2d9988;_0x383db3+=_0xb9e725(0xe9)+_0xa9a015[_0xb9e725(0x154)]+_0xb9e725(0x111)+_0xa9a015[_0xb9e725(0xba)]+_0xb9e725(0x12b);}),_0x383db3+=_0x115287[_0x2d9988(0x166)],_0x383db3;}static[a151_0x5b062a(0x107)](_0x412c71){const _0x18d436=a151_0x5b062a;if(!this[_0x18d436(0xd0)])return;const _0x51ad3e={};_0x412c71[_0x18d436(0x167)](_0x2f7d1e=>{const _0x575d30=_0x18d436;!_0x51ad3e[_0x2f7d1e[_0x575d30(0x154)]]&&(_0x51ad3e[_0x2f7d1e[_0x575d30(0x154)]]=0x0),_0x51ad3e[_0x2f7d1e[_0x575d30(0x154)]]+=_0x2f7d1e[_0x575d30(0xba)];});const _0x54694f=Object[_0x18d436(0x149)](_0x51ad3e)[_0x18d436(0x167)](([_0x531e8e,_0x4d10d7])=>{const _0x10234f=_0x18d436,_0x3e2198={};return _0x3e2198['name']=_0x531e8e,_0x3e2198[_0x10234f(0xba)]=_0x4d10d7,_0x3e2198;});fs['writeFileSync'](this[_0x18d436(0xd0)],JSON['stringify'](_0x54694f));}static['isEnabled'](){const _0x37b529=a151_0x5b062a,_0x55c0a0={};_0x55c0a0[_0x37b529(0xfc)]=function(_0x33c2ef,_0x53d327){return _0x33c2ef===_0x53d327;},_0x55c0a0[_0x37b529(0xe2)]=_0x37b529(0xca);const _0x1fa5eb=_0x55c0a0;return!_0x1fa5eb[_0x37b529(0xfc)](process['env']['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x1fa5eb[_0x37b529(0xe2)]);}static['measure'](_0x1ffbdf,_0x4ea935,_0x1fd016=null,_0x5643f3={},_0x9d1446=null){const _0x37d131=a151_0x5b062a,_0x43dbe7={'wGuiM':function(_0x5216cc,_0x4fc4ff){return _0x5216cc(_0x4fc4ff);},'JYlGT':function(_0x569a8e,_0x4f2804){return _0x569a8e(_0x4f2804);},'XMdBX':function(_0x9b0e46,_0x18eed5){return _0x9b0e46 instanceof _0x18eed5;}};try{if(this[_0x37d131(0xe6)]&&this[_0x37d131(0xf0)]()){let _0xe01ee6=_0x1ffbdf;_0x1fd016&&(_0xe01ee6=_0x1ffbdf+'['+JSON[_0x37d131(0x160)](_0x1fd016)+']');PerformanceTester[_0x37d131(0x10f)](_0xe01ee6),this[_0x37d131(0x12f)]&&(this[_0x37d131(0x12f)][_0xe01ee6]=_0x5643f3);try{const _0x76ae83=_0x4ea935[_0x37d131(0x12e)](null,_0x9d1446);if(_0x43dbe7[_0x37d131(0x11f)](_0x76ae83,Promise))return new Promise((_0xeeee1,_0x3c5e11)=>{const _0x523290=_0x37d131,_0x4aab0b={'Akela':function(_0x182715,_0x1d86aa){const _0x4de0e5=a151_0x559f;return _0x43dbe7[_0x4de0e5(0x151)](_0x182715,_0x1d86aa);}};_0x76ae83[_0x523290(0x10a)](_0x1f66b3=>{const _0x2bf93c=_0x523290;PerformanceTester[_0x2bf93c(0x12a)](_0xe01ee6),_0x43dbe7[_0x2bf93c(0x127)](_0xeeee1,_0x1f66b3);})[_0x523290(0x140)](_0x519944=>{const _0x1a5893=_0x523290;PerformanceTester[_0x1a5893(0x12a)](_0xe01ee6,![],util[_0x1a5893(0x119)](_0x519944)),_0x4aab0b['Akela'](_0x3c5e11,_0x519944);});});;return PerformanceTester[_0x37d131(0x12a)](_0xe01ee6),_0x76ae83;}catch(_0x496c9b){PerformanceTester[_0x37d131(0x12a)](_0xe01ee6,![],util[_0x37d131(0x119)](_0x496c9b));throw _0x496c9b;}};return _0x4ea935[_0x37d131(0x12e)](null,_0x9d1446);}catch(_0x2c340b){return logger[_0x37d131(0x11c)]('error\x20in\x20measure\x20'+(_0x2c340b[_0x37d131(0x108)]||_0x2c340b[_0x37d131(0x15f)]||_0x2c340b)),_0x4ea935[_0x37d131(0x12e)](null,_0x9d1446);}}static[a151_0x5b062a(0xfa)](_0x4559fa,_0x21384b,_0x353851={}){const _0x28d386=a151_0x5b062a,_0x250a02={'kNofY':function(_0x3f595e){return _0x3f595e();}},_0xfab6c4=this;return _0x353851[_0x28d386(0xce)]=_0x250a02[_0x28d386(0x113)](getProcessId),_0x353851[_0x28d386(0xcb)]=_0x250a02[_0x28d386(0x113)](getTestName),_0x353851[_0x28d386(0x144)]=global['__platformCaps']&&global[_0x28d386(0xff)][_0x28d386(0xe5)],function(){const _0x2c33ef=_0x28d386,_0x4d8799=[_0x4559fa,_0x21384b,null,_0x353851]['concat'](arguments);return _0xfab6c4['measure'][_0x2c33ef(0x12e)](_0xfab6c4,_0x4d8799);};}static['getCleanedPerfEvents'](){const _0x5739f7=a151_0x5b062a,_0xbd747=/(^.*)\[(.*)\]$/,_0x109158={},_0x43e9b7={},_0x31281b=[],_0x404594=this[_0x5739f7(0xfe)][_0x5739f7(0xd9)](0x0,this[_0x5739f7(0xfe)][_0x5739f7(0xdc)]);for(const _0x1660a8 of _0x404594){const _0x2db53b=_0x1660a8['name'][_0x5739f7(0x134)](_0xbd747),_0x37166d=Object['assign']({},_0x1660a8);_0x2db53b&&(_0x37166d['name']=_0x2db53b[0x1],_0x37166d[_0x5739f7(0x14a)]=JSON[_0x5739f7(0xe0)](_0x2db53b[0x2])),_0x31281b[_0x5739f7(0xc5)](_0x37166d);}return _0x31281b;}static[a151_0x5b062a(0xc2)](){const _0x4442d3=a151_0x5b062a,_0x345f1c={'LoMDk':function(_0x5d68c0){return _0x5d68c0();},'HfvPB':function(_0x4875f4,_0x3b975a){return _0x4875f4+_0x3b975a;},'MYVRJ':'Error\x20while\x20removing\x20files:\x20','XZmws':function(_0x393fb3,_0x45360a){return _0x393fb3===_0x45360a;}};try{this[_0x4442d3(0x165)]=path[_0x4442d3(0x106)](_0x345f1c[_0x4442d3(0xc6)](getLogDir),this['jsonReportDirName']);if(fs[_0x4442d3(0xd3)](this[_0x4442d3(0x165)])){const _0x40917f=fs[_0x4442d3(0x14b)](this['jsonReportDirPath']);for(const _0x83c14c of _0x40917f){fs[_0x4442d3(0x116)](path[_0x4442d3(0x106)](this[_0x4442d3(0x165)],_0x83c14c));}}}catch(_0x30b6a7){logger[_0x4442d3(0x11c)](_0x345f1c['HfvPB'](_0x345f1c['MYVRJ'],_0x30b6a7));}if(_0x345f1c['XZmws'](this[_0x4442d3(0xfe)][_0x4442d3(0xdc)],0x0))return;const _0x173782=this['getCleanedPerfEvents'](),_0x47e236=JSON[_0x4442d3(0x160)](_0x173782),_0x37397b=_0x345f1c[_0x4442d3(0x124)](_0x47e236[_0x4442d3(0xc8)](0x1,-0x1),',');fs[_0x4442d3(0x104)](this[_0x4442d3(0xd0)],_0x37397b);}static async['finalizePerfMeasures'](){const _0x26debb=a151_0x5b062a,_0x56f626={'DFLOF':function(_0x4d30c0){return _0x4d30c0();},'AEmyC':function(_0x4248f6,_0x453a91){return _0x4248f6===_0x453a91;},'CWize':'key-metrics.json','aPVxE':'utf-8','NDGuQ':'modified-key-metrics.json','kNzwN':function(_0x4e42d4,_0x2a8948){return _0x4e42d4+_0x2a8948;},'CISwW':_0x26debb(0x13e),'pOlTe':_0x26debb(0xf7),'hqVFV':'Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','yrGxh':function(_0x1fe9cb,_0x80e18){return _0x1fe9cb>_0x80e18;}};this[_0x26debb(0x165)]=path[_0x26debb(0x106)](_0x56f626[_0x26debb(0x11e)](getLogDir),this[_0x26debb(0x12c)]);if(!this['started']||_0x56f626[_0x26debb(0x135)](this['_measureEvents']['length'],0x0))return[];if(!fs[_0x26debb(0xd3)](this[_0x26debb(0x165)]))return this[_0x26debb(0xfe)];const _0x3de097=(await fsPromise[_0x26debb(0xee)](this[_0x26debb(0x165)]))['map'](_0x4fcef0=>path['resolve'](this['jsonReportDirPath'],_0x4fcef0));try{const _0x218ece=path[_0x26debb(0xc1)](this[_0x26debb(0x165)]),_0x3bb232=path[_0x26debb(0x106)](_0x218ece,_0x56f626[_0x26debb(0xdd)]);if(fs[_0x26debb(0xd3)](_0x3bb232))try{await fsPromise[_0x26debb(0x162)](_0x3bb232,fs['constants'][_0x26debb(0x146)]);const _0x31acde=await fsPromise['readFile'](_0x3bb232,_0x56f626[_0x26debb(0xda)]),_0x143de4=JSON[_0x26debb(0xe0)](_0x31acde),_0x9b29d3=path[_0x26debb(0x106)](this[_0x26debb(0x165)],_0x56f626[_0x26debb(0xd2)]);let _0xa366e6='';Array[_0x26debb(0x10c)](_0x143de4)?_0xa366e6=_0x56f626[_0x26debb(0xf8)](_0x143de4['map'](_0x588b4a=>JSON[_0x26debb(0x160)](_0x588b4a))[_0x26debb(0x106)](','),','):_0xa366e6=_0x56f626[_0x26debb(0xf8)](JSON[_0x26debb(0x160)](_0x143de4),','),await fsPromise[_0x26debb(0x114)](_0x9b29d3,_0xa366e6),_0x3de097['push'](_0x9b29d3),await fsPromise[_0x26debb(0xbb)](_0x3bb232);}catch(_0x20c06a){logger[_0x26debb(0xbe)](util[_0x26debb(0x119)](_0x56f626[_0x26debb(0x161)],_0x20c06a[_0x26debb(0x108)]||_0x20c06a['message']||_0x20c06a));}else logger['info'](_0x56f626[_0x26debb(0x13f)]);}catch(_0x5a6aac){logger[_0x26debb(0xbe)](util[_0x26debb(0x119)](_0x56f626['hqVFV'],_0x5a6aac[_0x26debb(0x108)]||_0x5a6aac[_0x26debb(0x15f)]||_0x5a6aac));}let _0x40de12=(await Promise[_0x26debb(0x14d)](_0x3de097[_0x26debb(0x167)](_0x1de4e2=>fsPromise[_0x26debb(0x103)](_0x1de4e2,_0x26debb(0x122)))))[_0x26debb(0x167)](_0x46ee23=>'['+_0x46ee23[_0x26debb(0xc8)](0x0,-0x1)+']')[_0x26debb(0x167)](_0x487a7a=>JSON[_0x26debb(0xe0)](_0x487a7a))['flat']();return _0x56f626[_0x26debb(0x137)](this['_measureEvents']['length'],0x0)&&(_0x40de12=_0x40de12[_0x26debb(0xfd)](this['getCleanedPerfEvents']())),this['_observer'][_0x26debb(0xd8)](),_0x40de12;}static[a151_0x5b062a(0x110)](){const _0x4aa57f=a151_0x5b062a,_0x3bd91e={};_0x3bd91e[_0x4aa57f(0xd4)]=function(_0x2d2971,_0x2e4b77){return _0x2d2971===_0x2e4b77;},_0x3bd91e[_0x4aa57f(0xcc)]=function(_0x5ab3cd,_0x3b7a2c){return _0x5ab3cd+_0x3b7a2c;};const _0x5a5f70=_0x3bd91e;if(_0x5a5f70[_0x4aa57f(0xd4)](this[_0x4aa57f(0xe4)]['length'],0x0))return;const _0x38e015=JSON[_0x4aa57f(0x160)](this[_0x4aa57f(0xe4)]),_0x4e8cdd=_0x5a5f70[_0x4aa57f(0xcc)](_0x38e015[_0x4aa57f(0xc8)](0x1,-0x1),',');fs[_0x4aa57f(0x104)](this['errorFile'],_0x4e8cdd);}static[a151_0x5b062a(0x155)](){const _0x58eb14=a151_0x5b062a,_0x578511={};_0x578511[_0x58eb14(0x11b)]=function(_0x9597f5,_0x565551){return _0x9597f5>_0x565551;};const _0x178f36=_0x578511;if(this[_0x58eb14(0x126)]){if(!fs[_0x58eb14(0xd3)](this[_0x58eb14(0x126)]))return this[_0x58eb14(0xe4)];let _0x2fe9ab=fs[_0x58eb14(0x164)](this[_0x58eb14(0x126)])[_0x58eb14(0x15d)]();_0x2fe9ab='['+_0x2fe9ab[_0x58eb14(0xc8)](0x0,-0x1)+']';let _0x5eba2a=JSON['parse'](_0x2fe9ab);return _0x178f36[_0x58eb14(0x11b)](this[_0x58eb14(0xe4)]['length'],0x0)&&(_0x5eba2a=_0x5eba2a[_0x58eb14(0xfd)](this[_0x58eb14(0xe4)])),fs[_0x58eb14(0x116)](this[_0x58eb14(0x126)]),_0x5eba2a;}}static[a151_0x5b062a(0xf3)](_0x13349e){const _0x122ec7=a151_0x5b062a;if(!this['isEnabled']())return;this[_0x122ec7(0xe4)]['push']({'message':_0x13349e[_0x122ec7(0x15f)],'trace':_0x13349e['stack'],'code':_0x13349e['code']||null,'time':new Date()});}static[a151_0x5b062a(0xf4)](){const _0x1b4fae=a151_0x5b062a;try{if(!this[_0x1b4fae(0xf0)]())return;this[_0x1b4fae(0x112)][_0x1b4fae(0xd8)](),this['pushPerfMeasures'](),this[_0x1b4fae(0x110)]();}catch(_0x4842c1){logger[_0x1b4fae(0x11c)](_0x1b4fae(0x152)+util[_0x1b4fae(0x119)](_0x4842c1));}}static async[a151_0x5b062a(0xec)](){const _0x544552=a151_0x5b062a,_0x4ca514={'NuurL':function(_0x13e005,_0x113680){return _0x13e005(_0x113680);}};await _0x4ca514[_0x544552(0xf9)](sleep,0x1e);const _0x3d5b73=await this[_0x544552(0xcd)](),_0x2679d2=this[_0x544552(0x155)]();if(!this[_0x544552(0xf0)]()){const _0x589e9c={};return _0x589e9c[_0x544552(0x133)]=[],_0x589e9c[_0x544552(0x128)]=[],_0x589e9c;}const _0x8c5343={};return _0x8c5343['measures']=_0x3d5b73,_0x8c5343[_0x544552(0x128)]=_0x2679d2,_0x8c5343;}static[a151_0x5b062a(0x10f)](_0x3ba4d3){const _0x291eba=a151_0x5b062a,_0x2535cd={};_0x2535cd[_0x291eba(0xf1)]=function(_0x596bce,_0x24f6d1){return _0x596bce+_0x24f6d1;},_0x2535cd[_0x291eba(0xc0)]=_0x291eba(0xea);const _0x3ff50a=_0x2535cd,_0x8ae65b=_0x3ff50a['JCLUP'](_0x3ba4d3,_0x3ff50a[_0x291eba(0xc0)]);if(this[_0x291eba(0xb8)][_0x8ae65b])return;performance[_0x291eba(0xef)](_0x8ae65b),this['eventsMap'][_0x8ae65b]=0x1;}static['end'](_0x155ea1,_0x399c49=!![],_0xb839a0=null,_0x470cf0={}){const _0x1a342d=a151_0x5b062a,_0x2396ad={'PMEpb':'0|1|4|3|2','ZyCra':function(_0x3e821e,_0x442049){return _0x3e821e+_0x442049;},'lQBGe':_0x1a342d(0xea),'OXDBA':function(_0x54c2e4,_0x55e897){return _0x54c2e4+_0x55e897;},'DDlrv':_0x1a342d(0xd1),'HJsik':function(_0xf95a82){return _0xf95a82();},'LhUMH':function(_0x471bc2){return _0x471bc2();},'RGSAt':function(_0x58575d,_0x46f069){return _0x58575d+_0x46f069;}},_0x6919a0=_0x2396ad[_0x1a342d(0xbc)][_0x1a342d(0xd5)]('|');let _0x498595=0x0;while(!![]){switch(_0x6919a0[_0x498595++]){case'0':if(!this['eventsMap'][_0x2396ad['ZyCra'](_0x155ea1,_0x2396ad[_0x1a342d(0xeb)])])return;continue;case'1':performance[_0x1a342d(0xef)](_0x2396ad[_0x1a342d(0x150)](_0x155ea1,_0x2396ad[_0x1a342d(0x139)]));continue;case'2':const _0x4f2256={};_0x4f2256[_0x1a342d(0x153)]=_0x399c49,_0x4f2256[_0x1a342d(0xb9)]=_0xb839a0,this[_0x1a342d(0x12f)][_0x155ea1]=Object['assign'](_0x4f2256,Object['assign'](Object['assign']({'worker':_0x2396ad[_0x1a342d(0x15c)](getProcessId),'platform':global[_0x1a342d(0xff)]&&global[_0x1a342d(0xff)]['index'],'testName':_0x2396ad[_0x1a342d(0xd7)](getTestName)},_0x470cf0),this[_0x1a342d(0x12f)][_0x155ea1]||{}));continue;case'3':delete this['eventsMap'][_0x2396ad[_0x1a342d(0x150)](_0x155ea1,_0x2396ad[_0x1a342d(0xeb)])];continue;case'4':this[_0x1a342d(0xb8)][_0x2396ad[_0x1a342d(0xbd)](_0x155ea1,_0x2396ad[_0x1a342d(0xeb)])]&&performance['measure'](_0x155ea1,_0x2396ad[_0x1a342d(0x14c)](_0x155ea1,_0x2396ad[_0x1a342d(0xeb)]),_0x2396ad[_0x1a342d(0x150)](_0x155ea1,_0x2396ad[_0x1a342d(0x139)]));continue;}break;}}}module[a151_0x5b062a(0xf6)]=PerformanceTester;
@@ -1 +1 @@
1
- const a152_0x4ccaff=a152_0x1c78;(function(_0xecb2b4,_0x5329e4){const _0x25ac5e=a152_0x1c78,_0x445d1b=_0xecb2b4();while(!![]){try{const _0x5d1af0=parseInt(_0x25ac5e(0x11d))/0x1+-parseInt(_0x25ac5e(0x91))/0x2+parseInt(_0x25ac5e(0xd0))/0x3+parseInt(_0x25ac5e(0x106))/0x4+-parseInt(_0x25ac5e(0xae))/0x5+-parseInt(_0x25ac5e(0x116))/0x6+parseInt(_0x25ac5e(0xc6))/0x7;if(_0x5d1af0===_0x5329e4)break;else _0x445d1b['push'](_0x445d1b['shift']());}catch(_0x4d0c74){_0x445d1b['push'](_0x445d1b['shift']());}}}(a152_0x4413,0xbdc77));function a152_0x1c78(_0x2a6726,_0x29a129){const _0x44131e=a152_0x4413();return a152_0x1c78=function(_0x1c7867,_0x3cec71){_0x1c7867=_0x1c7867-0x89;let _0x208cfb=_0x44131e[_0x1c7867];return _0x208cfb;},a152_0x1c78(_0x2a6726,_0x29a129);}const util=require('util'),{importFileFromPWCore}=require('./helper'),helper=require('./helper'),logger=require(a152_0x4ccaff(0x8e))[a152_0x4ccaff(0xfa)],W3CMapping=require(a152_0x4ccaff(0xa5))[a152_0x4ccaff(0x102)](),constants=require(a152_0x4ccaff(0xab)),BrowserstackCLI=require('../bin/v2/browserstackCLI'),CLIUtils=require(a152_0x4ccaff(0x10e));function a152_0x4413(){const _0x4d7932=['__platformCaps','klvSK','browserstack.accessibilityOptions.scannerVersion','isPlaywrightAvailable','fcPRV','KXgUI','browserstack.accessibilityOptions.authToken','IjCfR','UniQN','ukfPF','./w3cMapping','apply','true','chromium','getPlaywrightModulePath','workers','../bin/utils/constants','browserstack.testhubBuildUuid','xrRss','6385220qeTTnX','includes','BwrjS','yRqPH','SDK-5318:\x20getBundledConnectionClass\x20walk\x20failed:\x20','exports','configPath','ECONNREFUSED','BALuC','../bin/v2/grpcClient','__accessibilityOptions','getConfig','__launchCaps','ECONNRESET','BROWSERSTACK_TEST_ACCESSIBILITY_YML','parse','RQUsd','getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','PLAYWRIGHT','FbNQz','firefox','projects','connectOverCDP:\x20CDPSession','BuIAz','8559782YhQRxo','ZXafe','[Playwright]\x20connect\x20gave\x20up\x20after\x20','vjmgH','hvFCU','entries','getPWCorePath','chrome','dhwuM','ZNjfI','3357861NGqyDg','generatePlaywrightUrl','use','PpPqy','convertW3CToJsonWire','XziTB','FdhiQ','MCkTT','Nbzzc','WiBFk','BS_A11Y_JWT','getPlaywrightBrowserType','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','KPoPI','\x20flow','browserstack.buildProductMap','HMOLq','HrhIL','bootstrap','qAPBY','nhTOR','CLUJm','TJKhO','CtcNu','cucumberjs-pw','env','),\x20retrying\x20in\x20','Timeout','GeFgb','message','EvgId','UVjqC','GZjgL','xXZbx','wcwxj','format','browser','sYKUy','length','stringify','browserstack.accessibilityOptions.wcagVersion','requirePWModule','winstonLogger','config','JHgMD','kUgTE','constructor','No\x20modified\x20config\x20received\x20from\x20gRPC','getPlaywrightConfig','BLuvR','W3CMapping','Playwright\x20not\x20available:\x20','resolveBrowserTypeClass','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','1504916hGqfrj','Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed','njeIQ','PoQgS','GDkEa','Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','capabilities','AzavI','../bin/v2/cliUtils','getBrowserTypePath','setFrameworkDetail','.\x20Session\x20may\x20be\x20reported\x20unlinked\x20(device\x20name\x20missing\x20on\x20dashboard).','Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw','BROWSERSTACK_PRODUCT_MAP','_connection','PwPMq','8557686IAadWo','getPlaywrightUrl','Detected\x20Playwright\x20version\x20','connectOverCDPWithRetry','Error\x20getting\x20Playwright\x20BrowserType:\x20','cQfnw','\x20failed\x20(','876984tqBkYS','getInstance','framework','playwrightConfigObject','WebSocket\x20error','debug','OiEth','Wrkko','gSiHG','isArray','\x20attempts\x20—\x20surfacing\x20error:\x20','connectOverCDP','fBpua','DJToC','./logger','setBrowserstackConfig','connectWithRetry','229332XAblNI','warn','bstack:options','platformCaps','paXaQ','RJpPB','Could\x20not\x20import\x20GrpcClient:\x20','cliConfig','HeYXc','yXzgc'];a152_0x4413=function(){return _0x4d7932;};return a152_0x4413();}let GrpcClient;try{GrpcClient=require(a152_0x4ccaff(0xb7));}catch(a152_0x2fe4bf){logger[a152_0x4ccaff(0x122)](a152_0x4ccaff(0x97)+a152_0x2fe4bf[a152_0x4ccaff(0xed)]),GrpcClient=null;}const convertW3CToJsonWire=_0x22a98a=>{const _0x1453cf=a152_0x4ccaff,_0x59eac8={};_0x59eac8[_0x1453cf(0xad)]=function(_0x40e678,_0x237ad9){return _0x40e678||_0x237ad9;},_0x59eac8[_0x1453cf(0x109)]=function(_0x1c36bb,_0x25c8b7){return _0x1c36bb===_0x25c8b7;},_0x59eac8[_0x1453cf(0x124)]=_0x1453cf(0x93),_0x59eac8['BuIAz']=function(_0x571a0d,_0x1dd11e){return _0x571a0d in _0x1dd11e;};const _0x27a0a2=_0x59eac8,_0x3a9882={};for(const [_0xedaf45,_0x70db4d]of Object[_0x1453cf(0xcb)](_0x27a0a2[_0x1453cf(0xad)](_0x22a98a,{}))){if(_0x27a0a2['PoQgS'](_0xedaf45,_0x27a0a2[_0x1453cf(0x124)]))continue;let _0x28797e=![];for(const [_0x2da21b,_0x118aae]of Object['entries'](W3CMapping)){if(_0x27a0a2[_0x1453cf(0x109)](_0xedaf45,_0x118aae)){_0x3a9882[_0x2da21b]=_0x70db4d,_0x28797e=!![];break;}}!_0x28797e&&(_0x3a9882[_0xedaf45]=_0x70db4d);}const _0x3d89e9=_0x22a98a[_0x27a0a2[_0x1453cf(0x124)]]||{};for(const [_0x3870a9,_0x5ef616]of Object[_0x1453cf(0xcb)](_0x3d89e9)){let _0x2c23bc=![];for(const [_0x45dce5,_0x2fc71a]of Object[_0x1453cf(0xcb)](W3CMapping)){if(_0x27a0a2[_0x1453cf(0x109)](_0x3870a9,_0x2fc71a)){_0x3a9882[_0x45dce5]=_0x5ef616,_0x2c23bc=!![];break;}}!_0x2c23bc&&!_0x27a0a2[_0x1453cf(0xc5)](_0x3870a9,_0x3a9882)&&(_0x3a9882[_0x3870a9]=_0x5ef616);}return logger[_0x1453cf(0x122)](_0x1453cf(0x10b)+JSON['stringify'](_0x3a9882)),_0x3a9882;},getModifiedConfigFromCLI=async _0x4dd16a=>{const _0x1be0be=a152_0x4ccaff,_0x3c184c={};_0x3c184c[_0x1be0be(0x10a)]='GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request',_0x3c184c[_0x1be0be(0xf1)]=_0x1be0be(0xe8),_0x3c184c[_0x1be0be(0xe3)]=_0x1be0be(0x112),_0x3c184c['BALuC']=_0x1be0be(0xff),_0x3c184c[_0x1be0be(0xd6)]=function(_0x4f875f,_0x5416b0){return _0x4f875f>_0x5416b0;},_0x3c184c['PwPMq']=function(_0x425e4c,_0x4666c2){return _0x425e4c>_0x4666c2;},_0x3c184c[_0x1be0be(0x123)]='No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response';const _0x84c542=_0x3c184c;try{if(!GrpcClient)return logger['debug'](_0x84c542[_0x1be0be(0x10a)]),null;const _0x1e1fb8={};_0x1e1fb8['capabilities']=_0x4dd16a,_0x1e1fb8[_0x1be0be(0x11f)]=_0x84c542[_0x1be0be(0xf1)],_0x1e1fb8[_0x1be0be(0xaa)]=0x1,_0x1e1fb8[_0x1be0be(0xc3)]=[];const _0x422c5c=_0x1e1fb8;logger[_0x1be0be(0x122)](_0x84c542[_0x1be0be(0xe3)]);const _0x184682={};_0x184682[_0x1be0be(0x120)]=_0x422c5c;const _0x1621b3=await GrpcClient[_0x1be0be(0x11e)]()[_0x1be0be(0x100)](_0x184682);if(!_0x1621b3[_0x1be0be(0xb9)]())return logger[_0x1be0be(0x122)](_0x84c542[_0x1be0be(0xb6)]),null;const _0x14d9de=JSON[_0x1be0be(0xbd)](_0x1621b3[_0x1be0be(0xb9)]());logger[_0x1be0be(0x122)]('Received\x20modified\x20config\x20from\x20gRPC:\x20'+JSON[_0x1be0be(0xf7)](_0x14d9de));if(_0x14d9de[_0x1be0be(0x10c)]&&Array[_0x1be0be(0x89)](_0x14d9de[_0x1be0be(0x10c)])&&_0x84c542[_0x1be0be(0xd6)](_0x14d9de['capabilities']['length'],0x0))return _0x14d9de[_0x1be0be(0x10c)][0x0];else{if(_0x14d9de[_0x1be0be(0xc3)]&&Array[_0x1be0be(0x89)](_0x14d9de[_0x1be0be(0xc3)])&&_0x84c542[_0x1be0be(0x115)](_0x14d9de[_0x1be0be(0xc3)][_0x1be0be(0xf6)],0x0)){const _0x28a3aa=_0x14d9de[_0x1be0be(0xc3)][0x0];if(_0x28a3aa[_0x1be0be(0xd2)]&&_0x28a3aa[_0x1be0be(0xd2)]['platformCaps'])return _0x28a3aa[_0x1be0be(0xd2)][_0x1be0be(0x94)];}}return logger[_0x1be0be(0x122)](_0x84c542['OiEth']),null;}catch(_0x19db62){logger['error'](_0x1be0be(0xdc)+_0x19db62[_0x1be0be(0xed)]);throw _0x19db62;}},generatePlaywrightUrl=(_0x1f0869,_0x1d0436)=>{const _0x25177c=a152_0x4ccaff,_0x1a25e9={'JNGVy':function(_0x1df17b,_0x20a9f3){return _0x1df17b!==_0x20a9f3;},'ZNjfI':function(_0x8a2c6a,_0x525682){return _0x8a2c6a!==_0x525682;},'WiBFk':function(_0x44abad,_0x452b80){return _0x44abad!==_0x452b80;},'KXgUI':function(_0x3461ce,_0x2f8806){return _0x3461ce!==_0x2f8806;},'CLUJm':function(_0x4b7595,_0x5d8d33){return _0x4b7595!==_0x5d8d33;},'HMOLq':function(_0x3edab3,_0x421ba8){return _0x3edab3(_0x421ba8);},'KPoPI':function(_0x1c730f,_0x5308e1){return _0x1c730f||_0x5308e1;},'UVjqC':function(_0x4248e3,_0x43fbc3){return _0x4248e3(_0x43fbc3);},'dhwuM':'browserstack.accessibility','FbNQz':function(_0x12b57d,_0x38e7e7){return _0x12b57d(_0x38e7e7);},'Nbzzc':_0x25177c(0xa1),'MCkTT':function(_0x993ac9,_0x214362){return _0x993ac9(_0x214362);},'nhTOR':_0x25177c(0xf8),'gSiHG':function(_0x5e0cc8,_0x5ecd05){return _0x5e0cc8(_0x5ecd05);},'paXaQ':_0x25177c(0x9d),'RJpPB':'browserstack.accessibilityOptions.scannerProcessingTimeout','fBpua':function(_0x42a69b,_0x33ad94){return _0x42a69b===_0x33ad94;},'ZXafe':function(_0xc75142,_0x4a57b3){return _0xc75142===_0x4a57b3;},'UniQN':_0x25177c(0xa7),'TJKhO':_0x25177c(0xac),'PpPqy':_0x25177c(0xdf),'fBxQB':function(_0x35eac8,_0x52573f){return _0x35eac8+_0x52573f;}},_0x5acb8c=helper[_0x25177c(0x117)](_0x1f0869),_0x2dcfba=_0x1a25e9[_0x25177c(0xe0)](convertW3CToJsonWire,_0x1d0436);try{const _0x28015b=[_0x1a25e9[_0x25177c(0xdd)](_0x1d0436,{}),global[_0x25177c(0xba)]||{},global[_0x25177c(0x9b)]||{},global[_0x25177c(0xb8)]||{}],_0x342b34=_0xc8687a=>{const _0x3376a5=_0x25177c;if(_0x1a25e9['JNGVy'](_0x2dcfba[_0xc8687a],undefined)&&_0x1a25e9[_0x3376a5(0xcf)](_0x2dcfba[_0xc8687a],null)&&_0x1a25e9[_0x3376a5(0xd9)](_0x2dcfba[_0xc8687a],''))return;for(const _0x1a2527 of _0x28015b){if(_0x1a2527&&_0x1a25e9[_0x3376a5(0xd9)](_0x1a2527[_0xc8687a],undefined)&&_0x1a25e9[_0x3376a5(0xa0)](_0x1a2527[_0xc8687a],null)&&_0x1a25e9[_0x3376a5(0xe5)](_0x1a2527[_0xc8687a],'')){_0x2dcfba[_0xc8687a]=_0x1a2527[_0xc8687a];return;}}};_0x1a25e9[_0x25177c(0xef)](_0x342b34,_0x1a25e9[_0x25177c(0xce)]),_0x1a25e9[_0x25177c(0xc1)](_0x342b34,_0x1a25e9[_0x25177c(0xd8)]),_0x1a25e9[_0x25177c(0xd7)](_0x342b34,_0x1a25e9[_0x25177c(0xe4)]),_0x1a25e9[_0x25177c(0x125)](_0x342b34,_0x1a25e9[_0x25177c(0x95)]),_0x1a25e9[_0x25177c(0xe0)](_0x342b34,_0x1a25e9[_0x25177c(0x96)]),!_0x2dcfba[_0x1a25e9[_0x25177c(0xd8)]]&&process[_0x25177c(0xe9)][_0x25177c(0xda)]&&(_0x2dcfba[_0x1a25e9['Nbzzc']]=process['env'][_0x25177c(0xda)]),_0x1a25e9[_0x25177c(0x8c)](_0x2dcfba[_0x1a25e9[_0x25177c(0xce)]],undefined)&&process[_0x25177c(0xe9)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']&&_0x1a25e9[_0x25177c(0xc7)](_0x1a25e9[_0x25177c(0xef)](String,process[_0x25177c(0xe9)][_0x25177c(0xbc)])['toLowerCase'](),_0x1a25e9[_0x25177c(0xa3)])&&(_0x2dcfba[_0x1a25e9[_0x25177c(0xce)]]=!![]);}catch(_0x54624f){logger['debug'](_0x25177c(0x105)+util[_0x25177c(0xf3)](_0x54624f));}return _0x2dcfba[_0x1a25e9[_0x25177c(0xe6)]]=process[_0x25177c(0xe9)]['BROWSERSTACK_TESTHUB_UUID'],_0x2dcfba[_0x1a25e9[_0x25177c(0xd3)]]=helper['getBuildProductMap'](),_0x1a25e9['fBxQB'](_0x5acb8c,_0x1a25e9['MCkTT'](encodeURIComponent,JSON[_0x25177c(0xf7)](_0x2dcfba)));},getBrowserFromCaps=_0x36aacb=>{const _0x235955=a152_0x4ccaff,_0xba7b08={};_0xba7b08[_0x235955(0xfc)]=_0x235955(0xcd);const _0x3c1eef=_0xba7b08;return _0x36aacb['browserName']||_0x36aacb[_0x235955(0xf4)]||_0x3c1eef[_0x235955(0xfc)];},getBundledConnectionClass=()=>{const _0x6cf11=a152_0x4ccaff,_0x4fb12b={};_0x4fb12b[_0x6cf11(0x9c)]='SDK-5318:\x20getBundledConnectionClass\x20called\x20before\x20_connection\x20populated;\x20returning\x20null';const _0x1f56c9=_0x4fb12b;try{const _0x41f030=helper[_0x6cf11(0xcc)]();if(!_0x41f030)return null;const _0xaa7f9a=helper[_0x6cf11(0xf9)](_0x41f030),_0x385abd=_0xaa7f9a&&(_0xaa7f9a[_0x6cf11(0xa8)]||_0xaa7f9a[_0x6cf11(0xc2)]||_0xaa7f9a['webkit']);if(!_0x385abd)return null;if(!_0x385abd[_0x6cf11(0x114)])return logger[_0x6cf11(0x122)](_0x1f56c9['klvSK']),null;if(!_0x385abd[_0x6cf11(0x114)]['constructor'])return null;return _0x385abd[_0x6cf11(0x114)][_0x6cf11(0xfe)];}catch(_0xa0a554){return logger[_0x6cf11(0x122)](_0x6cf11(0xb2)+util['format'](_0xa0a554)),null;}},isPlaywrightAvailable=()=>{const _0x4626d8=a152_0x4ccaff;try{return!!helper[_0x4626d8(0x104)]();}catch(_0x3bccda){return logger['debug'](_0x4626d8(0x103)+util[_0x4626d8(0xf3)](_0x3bccda)),![];}},getPlaywrightBrowserType=()=>{const _0x5c6a03=a152_0x4ccaff;try{return helper[_0x5c6a03(0x104)]();}catch(_0x458ea6){return logger[_0x5c6a03(0x122)](_0x5c6a03(0x11a)+util[_0x5c6a03(0xf3)](_0x458ea6)),null;}},getPlaywrightModulePath=()=>{const _0x4c7426=a152_0x4ccaff,_0x128c4e={};_0x128c4e[_0x4c7426(0xd5)]='getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead';const _0x2b5a32=_0x128c4e;return logger[_0x4c7426(0x122)](_0x2b5a32[_0x4c7426(0xd5)]),null;},getBrowserTypePath=()=>{const _0x53ec87=a152_0x4ccaff,_0x4cee51={};_0x4cee51[_0x53ec87(0xf2)]=_0x53ec87(0xbf);const _0x18559e=_0x4cee51;return logger[_0x53ec87(0x122)](_0x18559e['wcwxj']),null;},checkPwandBootstrapCli=async(_0x41ce76,_0x115c37,_0x44182c)=>{const _0x924cd0=a152_0x4ccaff,_0x64efcf={'EvgId':function(_0x3b4ffc,_0x1a2d4b){return _0x3b4ffc(_0x1a2d4b);},'NVOkv':'./testhub/utils'};if(_0x41ce76){const _0x34db9e=constants['FRAMEWORKS'][_0x924cd0(0xc0)];logger['debug'](_0x924cd0(0x118)+_0x41ce76+'\x20for\x20'+_0x115c37+_0x924cd0(0xde)),CLIUtils[_0x924cd0(0x110)](_0x115c37,_0x34db9e);const {getProductMap:_0x364a4c}=_0x64efcf[_0x924cd0(0xee)](require,_0x64efcf['NVOkv']);process[_0x924cd0(0xe9)][_0x924cd0(0x113)]=JSON[_0x924cd0(0xf7)](_0x64efcf[_0x924cd0(0xee)](_0x364a4c,_0x44182c[_0x924cd0(0xfb)])),BrowserstackCLI[_0x924cd0(0x11e)]()[_0x924cd0(0x8f)](_0x44182c['config'],_0x44182c[_0x924cd0(0xb4)],_0x44182c[_0x924cd0(0x98)]),await BrowserstackCLI[_0x924cd0(0x11e)]()[_0x924cd0(0xe2)]();}},connectOverCDPWithRetry=async(_0x1fddd3,_0x55d044,_0x5e6a41,_0x343a82=0x3,_0x4b72fb=0x1f4)=>{const _0x5a4db5=a152_0x4ccaff,_0x2692f2={};_0x2692f2[_0x5a4db5(0x101)]=function(_0x5eaed5,_0x3e2d80){return _0x5eaed5<=_0x3e2d80;},_0x2692f2[_0x5a4db5(0x9f)]=_0x5a4db5(0x107),_0x2692f2[_0x5a4db5(0x99)]=_0x5a4db5(0xeb),_0x2692f2[_0x5a4db5(0xca)]='WebSocket\x20error',_0x2692f2[_0x5a4db5(0xf5)]=_0x5a4db5(0xc4),_0x2692f2['FXdlp']=_0x5a4db5(0xbb),_0x2692f2['GZjgL']=_0x5a4db5(0xb5),_0x2692f2[_0x5a4db5(0xec)]=function(_0x408cae,_0x418aea){return _0x408cae===_0x418aea;},_0x2692f2[_0x5a4db5(0xa4)]=function(_0x747791,_0x2664e3){return _0x747791+_0x2664e3;},_0x2692f2[_0x5a4db5(0x9a)]=function(_0x48679c,_0x5cf7a6){return _0x48679c*_0x5cf7a6;},_0x2692f2[_0x5a4db5(0x10d)]=function(_0x4fcf92,_0x542383){return _0x4fcf92+_0x542383;};const _0x27f763=_0x2692f2;let _0x5d273d;for(let _0x2eb9a4=0x0;_0x27f763['BLuvR'](_0x2eb9a4,_0x343a82);_0x2eb9a4++){try{return await _0x1fddd3[_0x5a4db5(0x8b)]['apply'](_0x55d044,_0x5e6a41);}catch(_0x30d594){_0x5d273d=_0x30d594;const _0x1572af=_0x30d594&&_0x30d594[_0x5a4db5(0xed)]||'',_0x10ab3d=_0x1572af['includes'](_0x27f763[_0x5a4db5(0x9f)])||_0x1572af[_0x5a4db5(0xaf)](_0x27f763[_0x5a4db5(0x99)])||_0x1572af[_0x5a4db5(0xaf)](_0x27f763[_0x5a4db5(0xca)])||_0x1572af['includes'](_0x27f763[_0x5a4db5(0xf5)])||_0x1572af[_0x5a4db5(0xaf)](_0x27f763['FXdlp'])||_0x1572af[_0x5a4db5(0xaf)](_0x27f763[_0x5a4db5(0xf0)]);if(!_0x10ab3d||_0x27f763[_0x5a4db5(0xec)](_0x2eb9a4,_0x343a82)){_0x10ab3d&&logger[_0x5a4db5(0x92)]('[A11Y]\x20connectOverCDP\x20gave\x20up\x20after\x20'+_0x27f763['ukfPF'](_0x2eb9a4,0x1)+_0x5a4db5(0x8a)+_0x1572af);throw _0x30d594;}const _0x5076d9=_0x27f763[_0x5a4db5(0x9a)](_0x4b72fb,_0x27f763[_0x5a4db5(0xa4)](_0x2eb9a4,0x1));logger['warn']('[A11Y]\x20connectOverCDP\x20attempt\x20'+_0x27f763[_0x5a4db5(0x10d)](_0x2eb9a4,0x1)+'/'+_0x27f763[_0x5a4db5(0xa4)](_0x343a82,0x1)+_0x5a4db5(0x11c)+_0x1572af+'),\x20retrying\x20in\x20'+_0x5076d9+'ms'),await new Promise(_0x293afe=>setTimeout(_0x293afe,_0x5076d9));}}throw _0x5d273d;},connectWithRetry=async(_0x186496,_0x369f65,_0x14c4a2,_0x4d1bd5=0x3,_0x28f21d=0x3e8)=>{const _0x5b04c7=a152_0x4ccaff,_0x46dcbb={};_0x46dcbb['njeIQ']=function(_0x1947f8,_0x5b84ba){return _0x1947f8<=_0x5b84ba;},_0x46dcbb['vBKiX']='Socket\x20idle\x20from\x20a\x20long\x20time',_0x46dcbb[_0x5b04c7(0x8d)]='Unable\x20to\x20get\x20the\x20websocket\x20connection',_0x46dcbb[_0x5b04c7(0xfd)]='Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed',_0x46dcbb[_0x5b04c7(0xb1)]=_0x5b04c7(0xeb),_0x46dcbb[_0x5b04c7(0x11b)]=_0x5b04c7(0x121),_0x46dcbb[_0x5b04c7(0xbe)]=_0x5b04c7(0xbb),_0x46dcbb[_0x5b04c7(0xa2)]=_0x5b04c7(0xb5),_0x46dcbb['vjmgH']=function(_0x13b6f5,_0x3e30dd){return _0x13b6f5===_0x3e30dd;},_0x46dcbb[_0x5b04c7(0xe1)]=function(_0x55c31c,_0x274f29){return _0x55c31c+_0x274f29;},_0x46dcbb['BwrjS']=function(_0x2c066e,_0x46e0e3){return _0x2c066e*_0x46e0e3;},_0x46dcbb[_0x5b04c7(0xe7)]=function(_0x55dcb3,_0x49eb90){return _0x55dcb3+_0x49eb90;};const _0x4cd30a=_0x46dcbb;let _0x553f9a;for(let _0x50d69a=0x0;_0x4cd30a[_0x5b04c7(0x108)](_0x50d69a,_0x4d1bd5);_0x50d69a++){try{return await _0x186496[_0x5b04c7(0xa6)](_0x369f65,_0x14c4a2);}catch(_0x173072){_0x553f9a=_0x173072;const _0x1832dc=_0x173072&&_0x173072[_0x5b04c7(0xed)]||'',_0x24c6c1=_0x1832dc[_0x5b04c7(0xaf)](_0x4cd30a['vBKiX'])||_0x1832dc[_0x5b04c7(0xaf)](_0x4cd30a[_0x5b04c7(0x8d)])||_0x1832dc[_0x5b04c7(0xaf)](_0x4cd30a['kUgTE'])||_0x1832dc[_0x5b04c7(0xaf)](_0x4cd30a[_0x5b04c7(0xb1)])||_0x1832dc[_0x5b04c7(0xaf)](_0x4cd30a['cQfnw'])||_0x1832dc[_0x5b04c7(0xaf)](_0x4cd30a['RQUsd'])||_0x1832dc['includes'](_0x4cd30a[_0x5b04c7(0xa2)]);if(!_0x24c6c1||_0x4cd30a[_0x5b04c7(0xc9)](_0x50d69a,_0x4d1bd5)){_0x24c6c1&&logger[_0x5b04c7(0x92)](_0x5b04c7(0xc8)+_0x4cd30a[_0x5b04c7(0xe1)](_0x50d69a,0x1)+_0x5b04c7(0x8a)+_0x1832dc+_0x5b04c7(0x111));throw _0x173072;}const _0x111f6e=_0x4cd30a[_0x5b04c7(0xb0)](_0x28f21d,_0x4cd30a[_0x5b04c7(0xe1)](_0x50d69a,0x1));logger['warn']('[Playwright]\x20connect\x20attempt\x20'+_0x4cd30a[_0x5b04c7(0xe7)](_0x50d69a,0x1)+'/'+_0x4cd30a[_0x5b04c7(0xe7)](_0x4d1bd5,0x1)+_0x5b04c7(0x11c)+_0x1832dc+_0x5b04c7(0xea)+_0x111f6e+'ms'),await new Promise(_0x354ac2=>setTimeout(_0x354ac2,_0x111f6e));}}throw _0x553f9a;},a152_0x2d88e8={};a152_0x2d88e8[a152_0x4ccaff(0xd4)]=convertW3CToJsonWire,a152_0x2d88e8['getModifiedConfigFromCLI']=getModifiedConfigFromCLI,a152_0x2d88e8[a152_0x4ccaff(0xd1)]=generatePlaywrightUrl,a152_0x2d88e8['getBrowserFromCaps']=getBrowserFromCaps,a152_0x2d88e8[a152_0x4ccaff(0x9e)]=isPlaywrightAvailable,a152_0x2d88e8[a152_0x4ccaff(0xdb)]=getPlaywrightBrowserType,a152_0x2d88e8[a152_0x4ccaff(0xa9)]=getPlaywrightModulePath,a152_0x2d88e8[a152_0x4ccaff(0x10f)]=getBrowserTypePath,a152_0x2d88e8['importFileFromPWCore']=importFileFromPWCore,a152_0x2d88e8['checkPwandBootstrapCli']=checkPwandBootstrapCli,a152_0x2d88e8[a152_0x4ccaff(0x119)]=connectOverCDPWithRetry,a152_0x2d88e8[a152_0x4ccaff(0x90)]=connectWithRetry,a152_0x2d88e8['getBundledConnectionClass']=getBundledConnectionClass,module[a152_0x4ccaff(0xb3)]=a152_0x2d88e8;
1
+ function a152_0x1c1e(_0x48f755,_0x6284bf){const _0x49acd5=a152_0x49ac();return a152_0x1c1e=function(_0x1c1e70,_0x42269c){_0x1c1e70=_0x1c1e70-0xfd;let _0xc4143=_0x49acd5[_0x1c1e70];return _0xc4143;},a152_0x1c1e(_0x48f755,_0x6284bf);}const a152_0x403031=a152_0x1c1e;(function(_0x36939a,_0x12db33){const _0x1bf3fe=a152_0x1c1e,_0x2b082b=_0x36939a();while(!![]){try{const _0x9bfb51=-parseInt(_0x1bf3fe(0xfe))/0x1+-parseInt(_0x1bf3fe(0x126))/0x2*(-parseInt(_0x1bf3fe(0x187))/0x3)+parseInt(_0x1bf3fe(0x146))/0x4*(parseInt(_0x1bf3fe(0x104))/0x5)+parseInt(_0x1bf3fe(0x155))/0x6+parseInt(_0x1bf3fe(0x103))/0x7+parseInt(_0x1bf3fe(0x18c))/0x8*(-parseInt(_0x1bf3fe(0x180))/0x9)+-parseInt(_0x1bf3fe(0x17b))/0xa*(-parseInt(_0x1bf3fe(0x15d))/0xb);if(_0x9bfb51===_0x12db33)break;else _0x2b082b['push'](_0x2b082b['shift']());}catch(_0x3e4d05){_0x2b082b['push'](_0x2b082b['shift']());}}}(a152_0x49ac,0xe7320));const util=require(a152_0x403031(0x16a)),{importFileFromPWCore}=require(a152_0x403031(0x12b)),helper=require(a152_0x403031(0x12b)),logger=require('./logger')['winstonLogger'],W3CMapping=require('./w3cMapping')[a152_0x403031(0x10e)](),constants=require(a152_0x403031(0x101)),BrowserstackCLI=require('../bin/v2/browserstackCLI'),CLIUtils=require(a152_0x403031(0x157));let GrpcClient;try{GrpcClient=require(a152_0x403031(0x12a));}catch(a152_0x30c350){logger['debug']('Could\x20not\x20import\x20GrpcClient:\x20'+a152_0x30c350[a152_0x403031(0x116)]),GrpcClient=null;}const convertW3CToJsonWire=_0x4ff363=>{const _0x541233=a152_0x403031,_0x479aae={};_0x479aae[_0x541233(0x111)]=function(_0x4f3125,_0x59cbb9){return _0x4f3125||_0x59cbb9;},_0x479aae[_0x541233(0x110)]=function(_0x4da5df,_0x3e82f7){return _0x4da5df===_0x3e82f7;},_0x479aae[_0x541233(0x102)]='bstack:options',_0x479aae['blryO']=function(_0x2b87bf,_0x42fabe){return _0x2b87bf===_0x42fabe;},_0x479aae[_0x541233(0x141)]=function(_0xce02f4,_0x265021){return _0xce02f4 in _0x265021;};const _0x2ba3e6=_0x479aae,_0x4fee77={};for(const [_0x4dadcb,_0x28cff9]of Object[_0x541233(0x15f)](_0x2ba3e6[_0x541233(0x111)](_0x4ff363,{}))){if(_0x2ba3e6[_0x541233(0x110)](_0x4dadcb,_0x2ba3e6[_0x541233(0x102)]))continue;let _0x7a2925=![];for(const [_0x45bc51,_0x572133]of Object['entries'](W3CMapping)){if(_0x2ba3e6[_0x541233(0x110)](_0x4dadcb,_0x572133)){_0x4fee77[_0x45bc51]=_0x28cff9,_0x7a2925=!![];break;}}!_0x7a2925&&(_0x4fee77[_0x4dadcb]=_0x28cff9);}const _0x4cb952=_0x4ff363[_0x2ba3e6[_0x541233(0x102)]]||{};for(const [_0x303fb8,_0x19f4f9]of Object[_0x541233(0x15f)](_0x4cb952)){let _0x31369b=![];for(const [_0x3e7d84,_0x1f7ee3]of Object[_0x541233(0x15f)](W3CMapping)){if(_0x2ba3e6[_0x541233(0x191)](_0x303fb8,_0x1f7ee3)){_0x4fee77[_0x3e7d84]=_0x19f4f9,_0x31369b=!![];break;}}!_0x31369b&&!_0x2ba3e6[_0x541233(0x141)](_0x303fb8,_0x4fee77)&&(_0x4fee77[_0x303fb8]=_0x19f4f9);}return logger[_0x541233(0x12c)](_0x541233(0x152)+JSON[_0x541233(0x105)](_0x4fee77)),_0x4fee77;},getModifiedConfigFromCLI=async _0x10c67f=>{const _0x379615=a152_0x403031,_0x4d51b9={};_0x4d51b9[_0x379615(0x182)]='GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request',_0x4d51b9[_0x379615(0x15c)]=_0x379615(0x153),_0x4d51b9[_0x379615(0x138)]=_0x379615(0x161),_0x4d51b9[_0x379615(0x12f)]=_0x379615(0x18d),_0x4d51b9[_0x379615(0x14b)]=function(_0xfcc821,_0x5c65bc){return _0xfcc821>_0x5c65bc;},_0x4d51b9[_0x379615(0x18e)]=function(_0x592a57,_0x2d2f11){return _0x592a57>_0x2d2f11;},_0x4d51b9[_0x379615(0x159)]='No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response';const _0x2db55f=_0x4d51b9;try{if(!GrpcClient)return logger[_0x379615(0x12c)](_0x2db55f['OceJv']),null;const _0x124f5e={};_0x124f5e[_0x379615(0x137)]=_0x10c67f,_0x124f5e['framework']=_0x2db55f['Jfusv'],_0x124f5e[_0x379615(0x169)]=0x1,_0x124f5e[_0x379615(0x142)]=[];const _0x1111b9=_0x124f5e;logger[_0x379615(0x12c)](_0x2db55f[_0x379615(0x138)]);const _0x3257c6={};_0x3257c6[_0x379615(0x149)]=_0x1111b9;const _0xa63c4f=await GrpcClient['getInstance']()[_0x379615(0x173)](_0x3257c6);if(!_0xa63c4f[_0x379615(0x12e)]())return logger[_0x379615(0x12c)](_0x2db55f[_0x379615(0x12f)]),null;const _0x531ce4=JSON[_0x379615(0x193)](_0xa63c4f[_0x379615(0x12e)]());logger[_0x379615(0x12c)](_0x379615(0x190)+JSON['stringify'](_0x531ce4));if(_0x531ce4[_0x379615(0x137)]&&Array[_0x379615(0x192)](_0x531ce4['capabilities'])&&_0x2db55f[_0x379615(0x14b)](_0x531ce4[_0x379615(0x137)][_0x379615(0xff)],0x0))return _0x531ce4[_0x379615(0x137)][0x0];else{if(_0x531ce4[_0x379615(0x142)]&&Array[_0x379615(0x192)](_0x531ce4[_0x379615(0x142)])&&_0x2db55f[_0x379615(0x18e)](_0x531ce4['projects'][_0x379615(0xff)],0x0)){const _0x13fe3c=_0x531ce4[_0x379615(0x142)][0x0];if(_0x13fe3c[_0x379615(0x13a)]&&_0x13fe3c[_0x379615(0x13a)][_0x379615(0x147)])return _0x13fe3c[_0x379615(0x13a)][_0x379615(0x147)];}}return logger['debug'](_0x2db55f[_0x379615(0x159)]),null;}catch(_0x679ffe){logger[_0x379615(0x160)](_0x379615(0x12d)+_0x679ffe[_0x379615(0x116)]);throw _0x679ffe;}},generatePlaywrightUrl=(_0x3d71ba,_0x2b6689)=>{const _0x16848a=a152_0x403031,_0xbba68a={'zqCUv':function(_0x5323d3,_0x2f918c){return _0x5323d3!==_0x2f918c;},'Jfpir':function(_0x3b2ec9,_0x46c3b0){return _0x3b2ec9!==_0x46c3b0;},'mrvFb':function(_0xd8a65b,_0x5a88bf){return _0xd8a65b!==_0x5a88bf;},'lwVou':function(_0x476b39,_0x2e5582){return _0x476b39!==_0x2e5582;},'jdMHV':function(_0x801355,_0x407bbf){return _0x801355(_0x407bbf);},'GfCnb':function(_0x3d9f17,_0x1808ba){return _0x3d9f17||_0x1808ba;},'qnkQj':'browserstack.accessibility','tuIRn':_0x16848a(0x183),'jtauY':_0x16848a(0x168),'OPpmC':_0x16848a(0x18f),'eAPtN':function(_0x57b4fd,_0x453aa4){return _0x57b4fd(_0x453aa4);},'fDwPu':'browserstack.accessibilityOptions.scannerProcessingTimeout','IwHQq':function(_0x38371d,_0x1297ef){return _0x38371d===_0x1297ef;},'FNlTD':function(_0x2f2b0d,_0x184e00){return _0x2f2b0d(_0x184e00);},'wAhuo':_0x16848a(0x189),'kHYrx':_0x16848a(0x179),'oIjKC':_0x16848a(0x164),'ffXlW':function(_0x39aa8f,_0x47a9af){return _0x39aa8f+_0x47a9af;},'sYidx':function(_0x12c275,_0x274f1a){return _0x12c275(_0x274f1a);}},_0x1f70ab=helper[_0x16848a(0x15a)](_0x3d71ba),_0xa5c633=_0xbba68a[_0x16848a(0x125)](convertW3CToJsonWire,_0x2b6689);try{const _0x81d6ca=[_0xbba68a[_0x16848a(0x14d)](_0x2b6689,{}),global['__launchCaps']||{},global[_0x16848a(0x165)]||{},global[_0x16848a(0x10b)]||{}],_0x1d17b4=_0x3651ec=>{const _0x20d5ec=_0x16848a;if(_0xbba68a[_0x20d5ec(0x17a)](_0xa5c633[_0x3651ec],undefined)&&_0xbba68a[_0x20d5ec(0x17a)](_0xa5c633[_0x3651ec],null)&&_0xbba68a[_0x20d5ec(0x119)](_0xa5c633[_0x3651ec],''))return;for(const _0x317226 of _0x81d6ca){if(_0x317226&&_0xbba68a['mrvFb'](_0x317226[_0x3651ec],undefined)&&_0xbba68a[_0x20d5ec(0x144)](_0x317226[_0x3651ec],null)&&_0xbba68a[_0x20d5ec(0x144)](_0x317226[_0x3651ec],'')){_0xa5c633[_0x3651ec]=_0x317226[_0x3651ec];return;}}};_0xbba68a[_0x16848a(0x125)](_0x1d17b4,_0xbba68a[_0x16848a(0x128)]),_0xbba68a[_0x16848a(0x125)](_0x1d17b4,_0xbba68a['tuIRn']),_0xbba68a[_0x16848a(0x125)](_0x1d17b4,_0xbba68a[_0x16848a(0x134)]),_0xbba68a['jdMHV'](_0x1d17b4,_0xbba68a[_0x16848a(0x130)]),_0xbba68a['eAPtN'](_0x1d17b4,_0xbba68a[_0x16848a(0x14e)]),!_0xa5c633[_0xbba68a['tuIRn']]&&process[_0x16848a(0x11e)][_0x16848a(0x154)]&&(_0xa5c633[_0xbba68a[_0x16848a(0x158)]]=process[_0x16848a(0x11e)][_0x16848a(0x154)]),_0xbba68a[_0x16848a(0x16e)](_0xa5c633[_0xbba68a[_0x16848a(0x128)]],undefined)&&process['env'][_0x16848a(0x156)]&&_0xbba68a[_0x16848a(0x16e)](_0xbba68a[_0x16848a(0x196)](String,process['env'][_0x16848a(0x156)])[_0x16848a(0xfd)](),_0xbba68a[_0x16848a(0x114)])&&(_0xa5c633[_0xbba68a['qnkQj']]=!![]);}catch(_0x3c86f9){logger[_0x16848a(0x12c)](_0x16848a(0x175)+util[_0x16848a(0x132)](_0x3c86f9));}return _0xa5c633[_0xbba68a[_0x16848a(0x14f)]]=process[_0x16848a(0x11e)]['BROWSERSTACK_TESTHUB_UUID'],_0xa5c633[_0xbba68a['oIjKC']]=helper[_0x16848a(0x10d)](),_0xbba68a[_0x16848a(0x16f)](_0x1f70ab,_0xbba68a[_0x16848a(0x184)](encodeURIComponent,JSON[_0x16848a(0x105)](_0xa5c633)));},getBrowserFromCaps=_0x14c4a4=>{const _0x340bad=a152_0x403031,_0x5dbd97={};_0x5dbd97[_0x340bad(0x13e)]='chrome';const _0x16bb98=_0x5dbd97;return _0x14c4a4[_0x340bad(0x11b)]||_0x14c4a4['browser']||_0x16bb98[_0x340bad(0x13e)];},getBundledConnectionClass=()=>{const _0x183fc4=a152_0x403031,_0xac99e5={};_0xac99e5['tQBaq']=_0x183fc4(0x186);const _0x4f5197=_0xac99e5;try{const _0x576974=helper['getPWCorePath']();if(!_0x576974)return null;const _0x2b4700=helper[_0x183fc4(0x108)](_0x576974),_0x43b0eb=_0x2b4700&&(_0x2b4700['chromium']||_0x2b4700['firefox']||_0x2b4700[_0x183fc4(0x136)]);if(!_0x43b0eb)return null;if(!_0x43b0eb['_connection'])return logger[_0x183fc4(0x12c)](_0x4f5197[_0x183fc4(0x13b)]),null;if(!_0x43b0eb[_0x183fc4(0x18a)][_0x183fc4(0x139)])return null;return _0x43b0eb[_0x183fc4(0x18a)][_0x183fc4(0x139)];}catch(_0x126b5c){return logger[_0x183fc4(0x12c)](_0x183fc4(0x118)+util[_0x183fc4(0x132)](_0x126b5c)),null;}},isPlaywrightAvailable=()=>{const _0x20b554=a152_0x403031;try{return!!helper[_0x20b554(0x14c)]();}catch(_0x46e014){return logger[_0x20b554(0x12c)](_0x20b554(0x13c)+util[_0x20b554(0x132)](_0x46e014)),![];}},getPlaywrightBrowserType=()=>{const _0x4f3c50=a152_0x403031;try{return helper[_0x4f3c50(0x14c)]();}catch(_0x3f0211){return logger[_0x4f3c50(0x12c)](_0x4f3c50(0x172)+util[_0x4f3c50(0x132)](_0x3f0211)),null;}},getPlaywrightModulePath=()=>{const _0x598432=a152_0x403031,_0xca2ad5={};_0xca2ad5['sHBWN']=_0x598432(0x13d);const _0x474404=_0xca2ad5;return logger[_0x598432(0x12c)](_0x474404['sHBWN']),null;},getBrowserTypePath=()=>{const _0x279d19=a152_0x403031,_0x2f634d={};_0x2f634d[_0x279d19(0x123)]=_0x279d19(0x115);const _0x38b5c6=_0x2f634d;return logger[_0x279d19(0x12c)](_0x38b5c6[_0x279d19(0x123)]),null;},checkPwandBootstrapCli=async(_0x4027bc,_0x2f98cc,_0x3c00e1)=>{const _0x256de1=a152_0x403031,_0x36969={'Pqnie':function(_0x52f763,_0x31ffd1){return _0x52f763(_0x31ffd1);},'SmVnB':'./testhub/utils','gOXUe':function(_0x514f5c,_0x24d52e){return _0x514f5c(_0x24d52e);}};if(_0x4027bc){const _0x2ee6c7=constants['FRAMEWORKS'][_0x256de1(0x195)];logger['debug'](_0x256de1(0x185)+_0x4027bc+'\x20for\x20'+_0x2f98cc+_0x256de1(0x171)),CLIUtils['setFrameworkDetail'](_0x2f98cc,_0x2ee6c7);const {getProductMap:_0x42cd94}=_0x36969[_0x256de1(0x17c)](require,_0x36969['SmVnB']);process[_0x256de1(0x11e)][_0x256de1(0x17e)]=JSON[_0x256de1(0x105)](_0x36969[_0x256de1(0x178)](_0x42cd94,_0x3c00e1['config'])),BrowserstackCLI['getInstance']()[_0x256de1(0x10f)](_0x3c00e1['config'],_0x3c00e1[_0x256de1(0x124)],_0x3c00e1[_0x256de1(0x107)]),await BrowserstackCLI[_0x256de1(0x15e)]()[_0x256de1(0x176)]();}},connectOverCDPWithRetry=async(_0x2b29b0,_0x5904f9,_0x4c4c97,_0x201918=0x3,_0x265545=0x1f4)=>{const _0x4ef7bc=a152_0x403031,_0x33fb53={};_0x33fb53[_0x4ef7bc(0x162)]=function(_0x496c78,_0x6f55ee){return _0x496c78<=_0x6f55ee;},_0x33fb53['KPmnr']=_0x4ef7bc(0x13f),_0x33fb53[_0x4ef7bc(0x194)]=_0x4ef7bc(0x129),_0x33fb53['oQnAn']='WebSocket\x20error',_0x33fb53[_0x4ef7bc(0x14a)]='connectOverCDP:\x20CDPSession',_0x33fb53['WYLPs']=_0x4ef7bc(0x16b),_0x33fb53['pnVBB']=_0x4ef7bc(0x135),_0x33fb53[_0x4ef7bc(0x122)]=function(_0x5644f5,_0x3ae0f9){return _0x5644f5===_0x3ae0f9;},_0x33fb53[_0x4ef7bc(0x177)]=function(_0x4a8a8f,_0x248953){return _0x4a8a8f+_0x248953;},_0x33fb53[_0x4ef7bc(0x167)]=function(_0x205cdb,_0x866861){return _0x205cdb*_0x866861;},_0x33fb53['eqmpz']=function(_0x47be92,_0x2b35af){return _0x47be92+_0x2b35af;},_0x33fb53[_0x4ef7bc(0x17d)]=function(_0x4ad609,_0x411b29){return _0x4ad609+_0x411b29;},_0x33fb53[_0x4ef7bc(0x15b)]=function(_0x220085,_0x240629){return _0x220085+_0x240629;};const _0x443498=_0x33fb53;let _0x2d91ca;for(let _0x9ae50c=0x0;_0x443498[_0x4ef7bc(0x162)](_0x9ae50c,_0x201918);_0x9ae50c++){try{return await _0x2b29b0[_0x4ef7bc(0x140)]['apply'](_0x5904f9,_0x4c4c97);}catch(_0x9ef387){_0x2d91ca=_0x9ef387;const _0x212a80=_0x9ef387&&_0x9ef387[_0x4ef7bc(0x116)]||'',_0x11d970=_0x212a80[_0x4ef7bc(0x100)](_0x443498[_0x4ef7bc(0x11c)])||_0x212a80['includes'](_0x443498[_0x4ef7bc(0x194)])||_0x212a80[_0x4ef7bc(0x100)](_0x443498['oQnAn'])||_0x212a80['includes'](_0x443498[_0x4ef7bc(0x14a)])||_0x212a80[_0x4ef7bc(0x100)](_0x443498[_0x4ef7bc(0x133)])||_0x212a80[_0x4ef7bc(0x100)](_0x443498[_0x4ef7bc(0x113)]);if(!_0x11d970||_0x443498[_0x4ef7bc(0x122)](_0x9ae50c,_0x201918)){_0x11d970&&logger[_0x4ef7bc(0x127)](_0x4ef7bc(0x112)+_0x443498[_0x4ef7bc(0x177)](_0x9ae50c,0x1)+_0x4ef7bc(0x150)+_0x212a80);throw _0x9ef387;}const _0x196c2b=_0x443498[_0x4ef7bc(0x167)](_0x265545,_0x443498[_0x4ef7bc(0x143)](_0x9ae50c,0x1));logger[_0x4ef7bc(0x127)]('[A11Y]\x20connectOverCDP\x20attempt\x20'+_0x443498[_0x4ef7bc(0x17d)](_0x9ae50c,0x1)+'/'+_0x443498[_0x4ef7bc(0x15b)](_0x201918,0x1)+'\x20failed\x20('+_0x212a80+_0x4ef7bc(0x148)+_0x196c2b+'ms'),await new Promise(_0x1cc3a6=>setTimeout(_0x1cc3a6,_0x196c2b));}}throw _0x2d91ca;},connectWithRetry=async(_0x38d7f3,_0x387fbe,_0x105c74,_0x104dbf=0x3,_0x516be2=0x3e8)=>{const _0x3160e1=a152_0x403031,_0x3b21b0={};_0x3b21b0['EeNnC']=function(_0x297eff,_0x4a33da){return _0x297eff<=_0x4a33da;},_0x3b21b0['DpGSP']=_0x3160e1(0x106),_0x3b21b0['IhHUG']=_0x3160e1(0x18b),_0x3b21b0['Hsdpj']=_0x3160e1(0x13f),_0x3b21b0[_0x3160e1(0x120)]=_0x3160e1(0x129),_0x3b21b0[_0x3160e1(0x166)]=_0x3160e1(0x131),_0x3b21b0[_0x3160e1(0x151)]=_0x3160e1(0x16b),_0x3b21b0[_0x3160e1(0x174)]=_0x3160e1(0x135),_0x3b21b0[_0x3160e1(0x10a)]=function(_0x14410f,_0x5cee07){return _0x14410f===_0x5cee07;},_0x3b21b0[_0x3160e1(0x16d)]=function(_0x1755c0,_0x170ebd){return _0x1755c0+_0x170ebd;},_0x3b21b0[_0x3160e1(0x121)]=function(_0x48aae5,_0xc200c6){return _0x48aae5*_0xc200c6;};const _0x1dbe78=_0x3b21b0;let _0x34ae8c;for(let _0x830a7f=0x0;_0x1dbe78[_0x3160e1(0x199)](_0x830a7f,_0x104dbf);_0x830a7f++){try{return await _0x38d7f3[_0x3160e1(0x16c)](_0x387fbe,_0x105c74);}catch(_0xfc477f){_0x34ae8c=_0xfc477f;const _0x41259b=_0xfc477f&&_0xfc477f['message']||'',_0x527555=_0x41259b[_0x3160e1(0x100)](_0x1dbe78[_0x3160e1(0x145)])||_0x41259b[_0x3160e1(0x100)](_0x1dbe78[_0x3160e1(0x163)])||_0x41259b['includes'](_0x1dbe78[_0x3160e1(0x11d)])||_0x41259b[_0x3160e1(0x100)](_0x1dbe78[_0x3160e1(0x120)])||_0x41259b[_0x3160e1(0x100)](_0x1dbe78[_0x3160e1(0x166)])||_0x41259b[_0x3160e1(0x100)](_0x1dbe78['JVZCy'])||_0x41259b[_0x3160e1(0x100)](_0x1dbe78['rZNqd']);if(!_0x527555||_0x1dbe78[_0x3160e1(0x10a)](_0x830a7f,_0x104dbf)){_0x527555&&logger['warn'](_0x3160e1(0x10c)+_0x1dbe78['jklwH'](_0x830a7f,0x1)+_0x3160e1(0x150)+_0x41259b+_0x3160e1(0x181));throw _0xfc477f;}const _0x375017=_0x1dbe78[_0x3160e1(0x121)](_0x516be2,_0x1dbe78[_0x3160e1(0x16d)](_0x830a7f,0x1));logger[_0x3160e1(0x127)]('[Playwright]\x20connect\x20attempt\x20'+_0x1dbe78[_0x3160e1(0x16d)](_0x830a7f,0x1)+'/'+_0x1dbe78[_0x3160e1(0x16d)](_0x104dbf,0x1)+'\x20failed\x20('+_0x41259b+'),\x20retrying\x20in\x20'+_0x375017+'ms'),await new Promise(_0x366880=>setTimeout(_0x366880,_0x375017));}}throw _0x34ae8c;},a152_0x1e3cdb={};a152_0x1e3cdb['convertW3CToJsonWire']=convertW3CToJsonWire,a152_0x1e3cdb[a152_0x403031(0x11a)]=getModifiedConfigFromCLI,a152_0x1e3cdb[a152_0x403031(0x117)]=generatePlaywrightUrl,a152_0x1e3cdb['getBrowserFromCaps']=getBrowserFromCaps,a152_0x1e3cdb[a152_0x403031(0x198)]=isPlaywrightAvailable,a152_0x1e3cdb[a152_0x403031(0x197)]=getPlaywrightBrowserType,a152_0x1e3cdb['getPlaywrightModulePath']=getPlaywrightModulePath,a152_0x1e3cdb[a152_0x403031(0x109)]=getBrowserTypePath,a152_0x1e3cdb[a152_0x403031(0x188)]=importFileFromPWCore,a152_0x1e3cdb[a152_0x403031(0x11f)]=checkPwandBootstrapCli,a152_0x1e3cdb['connectOverCDPWithRetry']=connectOverCDPWithRetry,a152_0x1e3cdb[a152_0x403031(0x170)]=connectWithRetry,a152_0x1e3cdb[a152_0x403031(0x17f)]=getBundledConnectionClass,module[a152_0x403031(0x19a)]=a152_0x1e3cdb;function a152_0x49ac(){const _0x1a3097=['format','WYLPs','jtauY','ECONNREFUSED','webkit','capabilities','tHjGk','constructor','use','tQBaq','Playwright\x20not\x20available:\x20','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','WsPsj','Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed','connectOverCDP','RAghN','projects','eqmpz','lwVou','DpGSP','4YHLNLh','platformCaps','),\x20retrying\x20in\x20','playwrightConfigObject','TuuiY','KGXun','resolveBrowserTypeClass','GfCnb','fDwPu','kHYrx','\x20attempts\x20—\x20surfacing\x20error:\x20','JVZCy','Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','cucumberjs-pw','BS_A11Y_JWT','1449624VyIwMR','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../bin/v2/cliUtils','tuIRn','QtjhL','getPlaywrightUrl','MdwVB','Jfusv','11XInCkR','getInstance','entries','error','Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw','VEjGj','IhHUG','browserstack.buildProductMap','__platformCaps','jMDyF','RVRHN','browserstack.accessibilityOptions.wcagVersion','workers','util','ECONNRESET','apply','jklwH','IwHQq','ffXlW','connectWithRetry','\x20flow','Error\x20getting\x20Playwright\x20BrowserType:\x20','getPlaywrightConfig','rZNqd','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','bootstrap','UiLjQ','gOXUe','browserstack.testhubBuildUuid','zqCUv','366290AgVpBV','Pqnie','nROWs','BROWSERSTACK_PRODUCT_MAP','getBundledConnectionClass','12051Owpsyq','.\x20Session\x20may\x20be\x20reported\x20unlinked\x20(device\x20name\x20missing\x20on\x20dashboard).','OceJv','browserstack.accessibilityOptions.authToken','sYidx','Detected\x20Playwright\x20version\x20','SDK-5318:\x20getBundledConnectionClass\x20called\x20before\x20_connection\x20populated;\x20returning\x20null','825KYAeLX','importFileFromPWCore','true','_connection','Unable\x20to\x20get\x20the\x20websocket\x20connection','3352XXMiIC','No\x20modified\x20config\x20received\x20from\x20gRPC','HGztt','browserstack.accessibilityOptions.scannerVersion','Received\x20modified\x20config\x20from\x20gRPC:\x20','blryO','isArray','parse','hlLcD','PLAYWRIGHT','FNlTD','getPlaywrightBrowserType','isPlaywrightAvailable','EeNnC','exports','toLowerCase','431MmNQvt','length','includes','../bin/utils/constants','XaDjh','2297708LGFWuM','2087105gkIPZg','stringify','Socket\x20idle\x20from\x20a\x20long\x20time','cliConfig','requirePWModule','getBrowserTypePath','rwJQl','__accessibilityOptions','[Playwright]\x20connect\x20gave\x20up\x20after\x20','getBuildProductMap','W3CMapping','setBrowserstackConfig','jdVYD','pyFCQ','[A11Y]\x20connectOverCDP\x20gave\x20up\x20after\x20','pnVBB','wAhuo','getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','message','generatePlaywrightUrl','SDK-5318:\x20getBundledConnectionClass\x20walk\x20failed:\x20','Jfpir','getModifiedConfigFromCLI','browserName','KPmnr','Hsdpj','env','checkPwandBootstrapCli','CDwoW','FmpTM','wOSjZ','aexFK','configPath','jdMHV','3524jMcWED','warn','qnkQj','Timeout','../bin/v2/grpcClient','./helper','debug','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','getConfig','GIwvl','OPpmC','WebSocket\x20error'];a152_0x49ac=function(){return _0x1a3097;};return a152_0x49ac();}
@@ -1 +1 @@
1
- const a153_0x128ab1=a153_0x3d10;(function(_0x4096cb,_0xc97285){const _0x2ad772=a153_0x3d10,_0x65fc68=_0x4096cb();while(!![]){try{const _0x17184d=-parseInt(_0x2ad772(0xe4))/0x1+-parseInt(_0x2ad772(0xeb))/0x2+-parseInt(_0x2ad772(0xe5))/0x3*(parseInt(_0x2ad772(0xcf))/0x4)+-parseInt(_0x2ad772(0xdc))/0x5*(-parseInt(_0x2ad772(0xd7))/0x6)+parseInt(_0x2ad772(0xe3))/0x7*(-parseInt(_0x2ad772(0xed))/0x8)+parseInt(_0x2ad772(0xe7))/0x9*(-parseInt(_0x2ad772(0xd8))/0xa)+parseInt(_0x2ad772(0xe2))/0xb;if(_0x17184d===_0xc97285)break;else _0x65fc68['push'](_0x65fc68['shift']());}catch(_0x3bbb34){_0x65fc68['push'](_0x65fc68['shift']());}}}(a153_0x48cc,0x22b57));const worker=require(a153_0x128ab1(0xec)),{fileLogger}=require('./logger'),{consoleHolder}=require(a153_0x128ab1(0xd4)),globals=require(a153_0x128ab1(0xdd)),constants=require(a153_0x128ab1(0xd9));function a153_0x48cc(){const _0x1878ed=['281764GgJuFq','3HCmeHj','BJjiW','18dmPFyW','sleep','getProcessId','debug','398278hNnSdg','worker_threads','849032UWuoxm','FUaDW','TEST_REPORTING_ANALYTICS','log','1121532AmKXuV','toISOString','env','getGlobal','pid','./test-observability/constants','][\x20','uXRyi','531450vUvPtL','1333300BmMMnV','../bin/utils/constants','browserstackTestName','threadId','10mTPYxm','./globals','SkccP','BROWSERSTACK_TEST_REPORTING_DEBUG','BROWSERSTACK_OBSERVABILITY_DEBUG','fRIyc','12090012sJkrrm','7DkoGzY'];a153_0x48cc=function(){return _0x1878ed;};return a153_0x48cc();}function a153_0x3d10(_0x2c1dc2,_0x4116e4){const _0x48cc1c=a153_0x48cc();return a153_0x3d10=function(_0x3d1092,_0x2f9c87){_0x3d1092=_0x3d1092-0xcd;let _0x94c683=_0x48cc1c[_0x3d1092];return _0x94c683;},a153_0x3d10(_0x2c1dc2,_0x4116e4);}exports[a153_0x128ab1(0xe9)]=()=>{const _0x10aa2a=a153_0x128ab1;return process[_0x10aa2a(0xd3)]+'-'+worker[_0x10aa2a(0xdb)];},exports['getTestName']=()=>{const _0x4404d6=a153_0x128ab1,_0x1a68b4={};_0x1a68b4[_0x4404d6(0xe1)]=_0x4404d6(0xda);const _0x14cb9b=_0x1a68b4;return globals[_0x4404d6(0xd2)](_0x14cb9b[_0x4404d6(0xe1)]);},exports[a153_0x128ab1(0xe8)]=(_0x2d1859=0x64)=>new Promise(_0x4becfd=>setTimeout(_0x4becfd,_0x2d1859)),exports['debug']=_0x539e28=>{const _0x279726=a153_0x128ab1,_0x2e513e={};_0x2e513e[_0x279726(0xde)]=function(_0x32f756,_0x21eff1){return _0x32f756===_0x21eff1;},_0x2e513e[_0x279726(0xe6)]='true',_0x2e513e[_0x279726(0xd6)]=function(_0x4d1410,_0x2191d9){return _0x4d1410===_0x2191d9;},_0x2e513e[_0x279726(0xee)]=function(_0x22da2d,_0x198dc5){return _0x22da2d===_0x198dc5;};const _0x1f0984=_0x2e513e;fileLogger[_0x279726(0xea)]('['+new Date()[_0x279726(0xd0)]()+_0x279726(0xd5)+constants['TEST_REPORTING_ANALYTICS']+'\x20]\x20'+_0x539e28),(_0x1f0984[_0x279726(0xde)](process[_0x279726(0xd1)][_0x279726(0xdf)],_0x1f0984[_0x279726(0xe6)])||_0x1f0984['uXRyi'](process[_0x279726(0xd1)]['BROWSERSTACK_TEST_REPORTING_DEBUG'],'1')||_0x1f0984[_0x279726(0xd6)](process[_0x279726(0xd1)][_0x279726(0xe0)],_0x1f0984['BJjiW'])||_0x1f0984[_0x279726(0xee)](process[_0x279726(0xd1)][_0x279726(0xe0)],'1'))&&consoleHolder[_0x279726(0xce)]('\x0a['+new Date()[_0x279726(0xd0)]()+'][\x20'+constants[_0x279726(0xcd)]+'\x20]\x20'+_0x539e28+'\x0a');};
1
+ function a153_0x21b9(){const _0x39c74f=['3786498mqQcZI','187438qZEmin','./test-observability/constants','RbimM','\x20]\x20','21jYWjhL','40705VvbElF','env','./logger','2251896AcreRD','sleep','threadId','BROWSERSTACK_OBSERVABILITY_DEBUG','../bin/utils/constants','log','debug','7430764MOfjQB','worker_threads','][\x20','BROWSERSTACK_TEST_REPORTING_DEBUG','MnPwK','10SBJKam','pid','getProcessId','TEST_REPORTING_ANALYTICS','ohfaz','getGlobal','toISOString','2geUNkY','FIeRK','4223526EtaUoh','rbXIq','480981IJswxi','176qdaNsU'];a153_0x21b9=function(){return _0x39c74f;};return a153_0x21b9();}const a153_0x5bd618=a153_0x5bf4;(function(_0x414912,_0x1debf9){const _0x45ddb8=a153_0x5bf4,_0x5f210b=_0x414912();while(!![]){try{const _0x3719e7=-parseInt(_0x45ddb8(0x148))/0x1*(parseInt(_0x45ddb8(0x141))/0x2)+parseInt(_0x45ddb8(0x145))/0x3+parseInt(_0x45ddb8(0x146))/0x4*(-parseInt(_0x45ddb8(0x14d))/0x5)+parseInt(_0x45ddb8(0x143))/0x6+parseInt(_0x45ddb8(0x14c))/0x7*(-parseInt(_0x45ddb8(0x150))/0x8)+parseInt(_0x45ddb8(0x147))/0x9*(parseInt(_0x45ddb8(0x15c))/0xa)+parseInt(_0x45ddb8(0x157))/0xb;if(_0x3719e7===_0x1debf9)break;else _0x5f210b['push'](_0x5f210b['shift']());}catch(_0x5c38cb){_0x5f210b['push'](_0x5f210b['shift']());}}}(a153_0x21b9,0x8b417));const worker=require(a153_0x5bd618(0x158)),{fileLogger}=require(a153_0x5bd618(0x14f)),{consoleHolder}=require(a153_0x5bd618(0x149)),globals=require('./globals'),constants=require(a153_0x5bd618(0x154));function a153_0x5bf4(_0x16285b,_0x20cc85){const _0x21b9bc=a153_0x21b9();return a153_0x5bf4=function(_0x5bf411,_0x19f2b4){_0x5bf411=_0x5bf411-0x13d;let _0x129f01=_0x21b9bc[_0x5bf411];return _0x129f01;},a153_0x5bf4(_0x16285b,_0x20cc85);}exports[a153_0x5bd618(0x15e)]=()=>{const _0x1606c8=a153_0x5bd618;return process[_0x1606c8(0x15d)]+'-'+worker[_0x1606c8(0x152)];},exports['getTestName']=()=>{const _0x211d95=a153_0x5bd618,_0x11c0fd={};_0x11c0fd[_0x211d95(0x13e)]='browserstackTestName';const _0x4cbeea=_0x11c0fd;return globals[_0x211d95(0x13f)](_0x4cbeea['ohfaz']);},exports[a153_0x5bd618(0x151)]=(_0xf31ffe=0x64)=>new Promise(_0x5cefca=>setTimeout(_0x5cefca,_0xf31ffe)),exports[a153_0x5bd618(0x156)]=_0x5ec4ef=>{const _0x18b744=a153_0x5bd618,_0x4e4925={};_0x4e4925[_0x18b744(0x144)]=function(_0x4991da,_0x191df3){return _0x4991da===_0x191df3;},_0x4e4925[_0x18b744(0x15b)]='true',_0x4e4925[_0x18b744(0x14a)]=function(_0x2866c6,_0x5324c5){return _0x2866c6===_0x5324c5;},_0x4e4925[_0x18b744(0x142)]=function(_0x51dd78,_0x276afa){return _0x51dd78===_0x276afa;};const _0x48c4ab=_0x4e4925;fileLogger[_0x18b744(0x156)]('['+new Date()[_0x18b744(0x140)]()+_0x18b744(0x159)+constants['TEST_REPORTING_ANALYTICS']+_0x18b744(0x14b)+_0x5ec4ef),(_0x48c4ab['rbXIq'](process['env'][_0x18b744(0x15a)],_0x48c4ab['MnPwK'])||_0x48c4ab[_0x18b744(0x14a)](process['env']['BROWSERSTACK_TEST_REPORTING_DEBUG'],'1')||_0x48c4ab[_0x18b744(0x142)](process[_0x18b744(0x14e)][_0x18b744(0x153)],_0x48c4ab['MnPwK'])||_0x48c4ab[_0x18b744(0x142)](process['env'][_0x18b744(0x153)],'1'))&&consoleHolder[_0x18b744(0x155)]('\x0a['+new Date()[_0x18b744(0x140)]()+'][\x20'+constants[_0x18b744(0x13d)]+'\x20]\x20'+_0x5ec4ef+'\x0a');};
@@ -1 +1 @@
1
- function a154_0x5f0a(_0x3ff500,_0x40c038){const _0x44cfdb=a154_0x44cf();return a154_0x5f0a=function(_0x5f0ae8,_0x42729c){_0x5f0ae8=_0x5f0ae8-0xe4;let _0x516652=_0x44cfdb[_0x5f0ae8];return _0x516652;},a154_0x5f0a(_0x3ff500,_0x40c038);}const a154_0x566c67=a154_0x5f0a;(function(_0x2432f7,_0x1903f3){const _0x559a87=a154_0x5f0a,_0x392dad=_0x2432f7();while(!![]){try{const _0x373270=-parseInt(_0x559a87(0x112))/0x1*(parseInt(_0x559a87(0x101))/0x2)+-parseInt(_0x559a87(0xee))/0x3*(parseInt(_0x559a87(0xf9))/0x4)+parseInt(_0x559a87(0x102))/0x5+parseInt(_0x559a87(0xe4))/0x6*(parseInt(_0x559a87(0xf3))/0x7)+-parseInt(_0x559a87(0x11a))/0x8*(-parseInt(_0x559a87(0xf0))/0x9)+parseInt(_0x559a87(0x11f))/0xa+-parseInt(_0x559a87(0xe7))/0xb;if(_0x373270===_0x1903f3)break;else _0x392dad['push'](_0x392dad['shift']());}catch(_0x473e1b){_0x392dad['push'](_0x392dad['shift']());}}}(a154_0x44cf,0xa5988));function a154_0x44cf(){const _0x11145f=['miwZU','\x20flow','./w3cMapping','getBuildProductMap','4nYzqHd','puppeteer-core','sDjas','yQigA','WVaXp','setFrameworkDetail','convertW3CToJsonWire','W3CMapping','338cHlbOd','5373650bPnriv','ASETF','yhPjl','[PuppeteerHelper]\x20Detected\x20Puppeteer\x20version\x20','../bin/utils/constants','config','checkPuppeteerAndBootstrapCli','Tpdia','env','debug','fWIWO','entries','WSTLR','../bin/utils/apiUtilityMethods','BROWSERSTACK_PRODUCT_MAP','getInstance','5153FOdgEf','BROWSERSTACK_PUPPETEER','./logger','bstack:options','true','nuHYL','../bin/v2/cliUtils','getPuppeteerHubUrl','24oXSIum','PUPPETEER','\x20for\x20','../bin/v2/browserstackCLI','isPuppeteerAvailable','2771170fDAZNG','getPackageVersion','FRAMEWORKS','kpFgp','resolve','util','bOkwM','12RrfSKS','turboScaleUrl','ZiawX','16251235enJXbJ','stringify','generatePuppeteerUrl','getPuppeteerUrl','browserstack.testhubBuildUuid','jAuAu','MDiTW','1272738pJuhYz','./helper','2817081vUgApG','setBrowserstackConfig','ukuAT','4059629JpNsvE','puppeteer'];a154_0x44cf=function(){return _0x11145f;};return a154_0x44cf();}const util=require(a154_0x566c67(0x124)),helper=require(a154_0x566c67(0xef)),logger=require(a154_0x566c67(0x114))['winstonLogger'],W3CMapping=require(a154_0x566c67(0xf7))[a154_0x566c67(0x100)](),constants=require(a154_0x566c67(0x106)),BrowserstackCLI=require(a154_0x566c67(0x11d)),CLIUtils=require(a154_0x566c67(0x118)),getAPIUtilityMethods=()=>{const _0x199600=a154_0x566c67,_0x48bdf5={'bOkwM':function(_0x1cfa0f,_0x556846){return _0x1cfa0f(_0x556846);},'WVaXp':_0x199600(0x10f)};return _0x48bdf5[_0x199600(0x125)](require,_0x48bdf5[_0x199600(0xfd)]);},getPuppeteerUrl=_0x20ac13=>{const _0x34f76e=a154_0x566c67,_0x315fca={'MDiTW':function(_0x2025eb){return _0x2025eb();}};if(_0x20ac13[_0x34f76e(0xe5)])return _0x20ac13[_0x34f76e(0xe5)];const _0x88f94e=_0x315fca[_0x34f76e(0xed)](getAPIUtilityMethods);return _0x88f94e[_0x34f76e(0x119)]('');},convertW3CToJsonWire=_0x1e3141=>{const _0x5207a7=a154_0x566c67,_0x2f25e7={};_0x2f25e7[_0x5207a7(0x10e)]=function(_0x24842d,_0x382e41){return _0x24842d||_0x382e41;},_0x2f25e7[_0x5207a7(0xe6)]=function(_0x3b4dd0,_0xc84260){return _0x3b4dd0===_0xc84260;},_0x2f25e7[_0x5207a7(0x103)]=_0x5207a7(0x115),_0x2f25e7['QcLZl']=function(_0x276900,_0x254590){return _0x276900 in _0x254590;};const _0x5efcbd=_0x2f25e7,_0xa7c4a0={};for(const [_0xebc5aa,_0x196654]of Object[_0x5207a7(0x10d)](_0x5efcbd['WSTLR'](_0x1e3141,{}))){if(_0x5efcbd[_0x5207a7(0xe6)](_0xebc5aa,_0x5efcbd['ASETF']))continue;let _0x1fdbe4=![];for(const [_0x36393e,_0x43bdcc]of Object[_0x5207a7(0x10d)](W3CMapping)){if(_0x5efcbd[_0x5207a7(0xe6)](_0xebc5aa,_0x43bdcc)){_0xa7c4a0[_0x36393e]=_0x196654,_0x1fdbe4=!![];break;}}!_0x1fdbe4&&(_0xa7c4a0[_0xebc5aa]=_0x196654);}const _0x1b9a7d=_0x1e3141[_0x5efcbd['ASETF']]||{};for(const [_0x468971,_0x563de7]of Object[_0x5207a7(0x10d)](_0x1b9a7d)){let _0x384950=![];for(const [_0x4a3af4,_0x4b553e]of Object[_0x5207a7(0x10d)](W3CMapping)){if(_0x5efcbd[_0x5207a7(0xe6)](_0x468971,_0x4b553e)){_0xa7c4a0[_0x4a3af4]=_0x563de7,_0x384950=!![];break;}}!_0x384950&&!_0x5efcbd['QcLZl'](_0x468971,_0xa7c4a0)&&(_0xa7c4a0[_0x468971]=_0x563de7);}return logger[_0x5207a7(0x10b)]('[PuppeteerHelper]\x20Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20'+JSON[_0x5207a7(0xe8)](_0xa7c4a0)),_0xa7c4a0;},generatePuppeteerUrl=(_0x5cdc83,_0x1961a8)=>{const _0x45ed03=a154_0x566c67,_0x37a32b={'miwZU':function(_0x2fdd53,_0x1a1906){return _0x2fdd53(_0x1a1906);},'jAuAu':function(_0x19db17,_0x4ff7de){return _0x19db17(_0x4ff7de);},'yQigA':_0x45ed03(0xeb),'ukuAT':'browserstack.buildProductMap','CrbRB':function(_0x5695ef,_0x2814ab){return _0x5695ef+_0x2814ab;}},_0x4ecb15=_0x37a32b[_0x45ed03(0xf5)](getPuppeteerUrl,_0x5cdc83),_0x25e0aa=_0x37a32b[_0x45ed03(0xec)](convertW3CToJsonWire,_0x1961a8);return _0x25e0aa[_0x37a32b[_0x45ed03(0xfc)]]=process[_0x45ed03(0x10a)]['BROWSERSTACK_TESTHUB_UUID'],_0x25e0aa[_0x37a32b[_0x45ed03(0xf2)]]=helper[_0x45ed03(0xf8)](),_0x37a32b['CrbRB'](_0x4ecb15,_0x37a32b['jAuAu'](encodeURIComponent,JSON['stringify'](_0x25e0aa)));},isPuppeteerAvailable=()=>{const _0xe0e7ab=a154_0x566c67,_0x2a71ef={};_0x2a71ef[_0xe0e7ab(0x10c)]=_0xe0e7ab(0xfa),_0x2a71ef[_0xe0e7ab(0xfb)]=_0xe0e7ab(0xf4);const _0x1e1494=_0x2a71ef;try{return require[_0xe0e7ab(0x123)](_0x1e1494['fWIWO']),!![];}catch{try{return require[_0xe0e7ab(0x123)](_0x1e1494[_0xe0e7ab(0xfb)]),!![];}catch{return![];}}},getPuppeteerVersion=()=>{const _0x2ce17e=a154_0x566c67,_0x545dc4={};_0x545dc4['HYTIt']=_0x2ce17e(0xfa),_0x545dc4[_0x2ce17e(0x122)]=_0x2ce17e(0xf4);const _0x518f84=_0x545dc4;return helper[_0x2ce17e(0x120)](_0x518f84['HYTIt'])||helper['getPackageVersion'](_0x518f84['kpFgp']);},checkPuppeteerAndBootstrapCli=async(_0x5a3e7c,_0x1aec99,_0x515aa1)=>{const _0x4eb984=a154_0x566c67,_0x2a2e07={'nuHYL':_0x4eb984(0x116),'yhPjl':function(_0xf6d96f,_0x36d050){return _0xf6d96f(_0x36d050);},'EulCN':'./testhub/utils','Tpdia':function(_0xafcf73,_0x1ca9fd){return _0xafcf73(_0x1ca9fd);}};if(_0x5a3e7c){const _0x18e202=constants[_0x4eb984(0x121)][_0x4eb984(0x11b)];logger[_0x4eb984(0x10b)](_0x4eb984(0x105)+_0x5a3e7c+_0x4eb984(0x11c)+_0x1aec99+_0x4eb984(0xf6)),process[_0x4eb984(0x10a)][_0x4eb984(0x113)]=_0x2a2e07[_0x4eb984(0x117)],CLIUtils[_0x4eb984(0xfe)](_0x1aec99,_0x18e202);const {getProductMap:_0x597fc2}=_0x2a2e07[_0x4eb984(0x104)](require,_0x2a2e07['EulCN']);process['env'][_0x4eb984(0x110)]=JSON[_0x4eb984(0xe8)](_0x2a2e07[_0x4eb984(0x109)](_0x597fc2,_0x515aa1[_0x4eb984(0x107)])),BrowserstackCLI[_0x4eb984(0x111)]()[_0x4eb984(0xf1)](_0x515aa1[_0x4eb984(0x107)],_0x515aa1['configPath'],_0x515aa1['cliConfig']),await BrowserstackCLI[_0x4eb984(0x111)]()['bootstrap']();}},a154_0xfdf62e={};a154_0xfdf62e[a154_0x566c67(0xea)]=getPuppeteerUrl,a154_0xfdf62e[a154_0x566c67(0xff)]=convertW3CToJsonWire,a154_0xfdf62e[a154_0x566c67(0xe9)]=generatePuppeteerUrl,a154_0xfdf62e[a154_0x566c67(0x11e)]=isPuppeteerAvailable,a154_0xfdf62e['getPuppeteerVersion']=getPuppeteerVersion,a154_0xfdf62e[a154_0x566c67(0x108)]=checkPuppeteerAndBootstrapCli,module['exports']=a154_0xfdf62e;
1
+ function a154_0x52cb(_0x3154e4,_0x314b2b){const _0x39b456=a154_0x39b4();return a154_0x52cb=function(_0x52cbc1,_0x1be45d){_0x52cbc1=_0x52cbc1-0x129;let _0x1440f3=_0x39b456[_0x52cbc1];return _0x1440f3;},a154_0x52cb(_0x3154e4,_0x314b2b);}const a154_0x498ce4=a154_0x52cb;function a154_0x39b4(){const _0x1ae826=['[PuppeteerHelper]\x20Detected\x20Puppeteer\x20version\x20','iLiqY','resolve','entries','20IiPkVT','setBrowserstackConfig','799576xPLgjr','YjeQY','VDkgA','PUPPETEER','cliConfig','exports','turboScaleUrl','jlwQg','debug','GdboN','3SwuYur','FRAMEWORKS','KBdPp','1959606ApVSXh','8hsSItI','env','\x20flow','true','convertW3CToJsonWire','puppeteer-core','../bin/v2/browserstackCLI','./testhub/utils','configPath','28tazLlF','rEiXu','329528sBzyuW','winstonLogger','KTYLm','2004wJUFpf','isPuppeteerAvailable','\x20for\x20','kOarL','getPuppeteerUrl','xjdHL','getPackageVersion','generatePuppeteerUrl','./w3cMapping','config','puppeteer','ensTG','nqImO','getInstance','browserstack.testhubBuildUuid','tVyrU','BROWSERSTACK_PRODUCT_MAP','../bin/v2/cliUtils','itBuR','ivvJB','144876XZayIt','checkPuppeteerAndBootstrapCli','stringify','90warIYb','getPuppeteerVersion','5668NytrBA','../bin/utils/constants','EgWQO','3729105jYoPMS','198270BcGIUF','zWkjc'];a154_0x39b4=function(){return _0x1ae826;};return a154_0x39b4();}(function(_0x3485fd,_0x525b57){const _0x1062d7=a154_0x52cb,_0x59dced=_0x3485fd();while(!![]){try{const _0x3006d7=-parseInt(_0x1062d7(0x14b))/0x1*(parseInt(_0x1062d7(0x12c))/0x2)+-parseInt(_0x1062d7(0x147))/0x3*(-parseInt(_0x1062d7(0x156))/0x4)+-parseInt(_0x1062d7(0x12f))/0x5*(-parseInt(_0x1062d7(0x135))/0x6)+-parseInt(_0x1062d7(0x154))/0x7*(parseInt(_0x1062d7(0x13d))/0x8)+parseInt(_0x1062d7(0x134))/0x9*(parseInt(_0x1062d7(0x13b))/0xa)+-parseInt(_0x1062d7(0x14a))/0xb+parseInt(_0x1062d7(0x159))/0xc*(parseInt(_0x1062d7(0x131))/0xd);if(_0x3006d7===_0x525b57)break;else _0x59dced['push'](_0x59dced['shift']());}catch(_0x4adfdc){_0x59dced['push'](_0x59dced['shift']());}}}(a154_0x39b4,0x66d88));const util=require('util'),helper=require('./helper'),logger=require('./logger')[a154_0x498ce4(0x157)],W3CMapping=require(a154_0x498ce4(0x161))['W3CMapping'](),constants=require(a154_0x498ce4(0x132)),BrowserstackCLI=require(a154_0x498ce4(0x151)),CLIUtils=require(a154_0x498ce4(0x129)),getAPIUtilityMethods=()=>{const _0x4d8cdd=a154_0x498ce4,_0x5f4954={'zWkjc':function(_0x1abb6d,_0x2aa41d){return _0x1abb6d(_0x2aa41d);},'kldgV':'../bin/utils/apiUtilityMethods'};return _0x5f4954[_0x4d8cdd(0x136)](require,_0x5f4954['kldgV']);},getPuppeteerUrl=_0x1e0124=>{const _0x5bdcd3=a154_0x498ce4,_0x2cad2e={'jlwQg':function(_0x1d44af){return _0x1d44af();}};if(_0x1e0124['turboScaleUrl'])return _0x1e0124[_0x5bdcd3(0x143)];const _0x426fab=_0x2cad2e[_0x5bdcd3(0x144)](getAPIUtilityMethods);return _0x426fab['getPuppeteerHubUrl']('');},convertW3CToJsonWire=_0x2e3b96=>{const _0x407819=a154_0x498ce4,_0x10e224={};_0x10e224[_0x407819(0x13f)]=function(_0x538b4c,_0x43df3b){return _0x538b4c||_0x43df3b;},_0x10e224[_0x407819(0x149)]=function(_0x217670,_0xf52b3c){return _0x217670===_0xf52b3c;},_0x10e224[_0x407819(0x155)]='bstack:options',_0x10e224[_0x407819(0x12b)]=function(_0x46ec10,_0x225cd5){return _0x46ec10===_0x225cd5;},_0x10e224[_0x407819(0x165)]=function(_0x569a57,_0x45754a){return _0x569a57===_0x45754a;},_0x10e224[_0x407819(0x164)]=function(_0x231c3c,_0x3f30e7){return _0x231c3c in _0x3f30e7;};const _0x2b7039=_0x10e224,_0x328b3c={};for(const [_0x4a43e7,_0x2c03ac]of Object[_0x407819(0x13a)](_0x2b7039['VDkgA'](_0x2e3b96,{}))){if(_0x2b7039[_0x407819(0x149)](_0x4a43e7,_0x2b7039['rEiXu']))continue;let _0x3b2e3e=![];for(const [_0x43ff82,_0x1ecbfb]of Object[_0x407819(0x13a)](W3CMapping)){if(_0x2b7039[_0x407819(0x12b)](_0x4a43e7,_0x1ecbfb)){_0x328b3c[_0x43ff82]=_0x2c03ac,_0x3b2e3e=!![];break;}}!_0x3b2e3e&&(_0x328b3c[_0x4a43e7]=_0x2c03ac);}const _0x5f467b=_0x2e3b96[_0x2b7039[_0x407819(0x155)]]||{};for(const [_0x83e5a8,_0xfa93e9]of Object[_0x407819(0x13a)](_0x5f467b)){let _0x518772=![];for(const [_0x22abaa,_0x2d1f08]of Object[_0x407819(0x13a)](W3CMapping)){if(_0x2b7039['nqImO'](_0x83e5a8,_0x2d1f08)){_0x328b3c[_0x22abaa]=_0xfa93e9,_0x518772=!![];break;}}!_0x518772&&!_0x2b7039[_0x407819(0x164)](_0x83e5a8,_0x328b3c)&&(_0x328b3c[_0x83e5a8]=_0xfa93e9);}return logger['debug']('[PuppeteerHelper]\x20Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20'+JSON[_0x407819(0x12e)](_0x328b3c)),_0x328b3c;},generatePuppeteerUrl=(_0x5461a5,_0x2e9e12)=>{const _0x58af19=a154_0x498ce4,_0xe07147={'GdboN':function(_0x430a33,_0x27fe7d){return _0x430a33(_0x27fe7d);},'kOarL':_0x58af19(0x167),'gbbWt':'browserstack.buildProductMap','itBuR':function(_0x10c24a,_0x5a0393){return _0x10c24a+_0x5a0393;},'nFWMy':function(_0x1d7e88,_0x341da1){return _0x1d7e88(_0x341da1);}},_0x1f6784=_0xe07147[_0x58af19(0x146)](getPuppeteerUrl,_0x5461a5),_0x1dd791=_0xe07147[_0x58af19(0x146)](convertW3CToJsonWire,_0x2e9e12);return _0x1dd791[_0xe07147[_0x58af19(0x15c)]]=process[_0x58af19(0x14c)]['BROWSERSTACK_TESTHUB_UUID'],_0x1dd791[_0xe07147['gbbWt']]=helper['getBuildProductMap'](),_0xe07147[_0x58af19(0x12a)](_0x1f6784,_0xe07147['nFWMy'](encodeURIComponent,JSON['stringify'](_0x1dd791)));},isPuppeteerAvailable=()=>{const _0x2df884=a154_0x498ce4,_0xc5c383={};_0xc5c383[_0x2df884(0x138)]='puppeteer-core',_0xc5c383['KTYLm']=_0x2df884(0x163);const _0x2a3351=_0xc5c383;try{return require[_0x2df884(0x139)](_0x2a3351[_0x2df884(0x138)]),!![];}catch{try{return require[_0x2df884(0x139)](_0x2a3351[_0x2df884(0x158)]),!![];}catch{return![];}}},getPuppeteerVersion=()=>{const _0x2c61c0=a154_0x498ce4,_0x453dc0={};_0x453dc0['xjdHL']=_0x2c61c0(0x150),_0x453dc0[_0x2c61c0(0x133)]=_0x2c61c0(0x163);const _0x188e69=_0x453dc0;return helper[_0x2c61c0(0x15f)](_0x188e69[_0x2c61c0(0x15e)])||helper['getPackageVersion'](_0x188e69[_0x2c61c0(0x133)]);},checkPuppeteerAndBootstrapCli=async(_0x2d4ade,_0x5cc6f2,_0x29ce49)=>{const _0xc9c113=a154_0x498ce4,_0x2bcb80={'tVyrU':_0xc9c113(0x14e),'GYAaH':function(_0x268088,_0x5d4403){return _0x268088(_0x5d4403);},'VpzcP':_0xc9c113(0x152),'YjeQY':function(_0x13f201,_0xef4148){return _0x13f201(_0xef4148);}};if(_0x2d4ade){const _0x3958b0=constants[_0xc9c113(0x148)][_0xc9c113(0x140)];logger[_0xc9c113(0x145)](_0xc9c113(0x137)+_0x2d4ade+_0xc9c113(0x15b)+_0x5cc6f2+_0xc9c113(0x14d)),process[_0xc9c113(0x14c)]['BROWSERSTACK_PUPPETEER']=_0x2bcb80[_0xc9c113(0x168)],CLIUtils['setFrameworkDetail'](_0x5cc6f2,_0x3958b0);const {getProductMap:_0x5900f5}=_0x2bcb80['GYAaH'](require,_0x2bcb80['VpzcP']);process[_0xc9c113(0x14c)][_0xc9c113(0x169)]=JSON[_0xc9c113(0x12e)](_0x2bcb80[_0xc9c113(0x13e)](_0x5900f5,_0x29ce49[_0xc9c113(0x162)])),BrowserstackCLI[_0xc9c113(0x166)]()[_0xc9c113(0x13c)](_0x29ce49[_0xc9c113(0x162)],_0x29ce49[_0xc9c113(0x153)],_0x29ce49[_0xc9c113(0x141)]),await BrowserstackCLI[_0xc9c113(0x166)]()['bootstrap']();}},a154_0xaa457f={};a154_0xaa457f[a154_0x498ce4(0x15d)]=getPuppeteerUrl,a154_0xaa457f[a154_0x498ce4(0x14f)]=convertW3CToJsonWire,a154_0xaa457f[a154_0x498ce4(0x160)]=generatePuppeteerUrl,a154_0xaa457f[a154_0x498ce4(0x15a)]=isPuppeteerAvailable,a154_0xaa457f[a154_0x498ce4(0x130)]=getPuppeteerVersion,a154_0xaa457f[a154_0x498ce4(0x12d)]=checkPuppeteerAndBootstrapCli,module[a154_0x498ce4(0x142)]=a154_0xaa457f;
@@ -1 +1 @@
1
- function a155_0x2a34(_0x149de5,_0x122370){const _0xc25db1=a155_0xc25d();return a155_0x2a34=function(_0x2a348d,_0x34a876){_0x2a348d=_0x2a348d-0x1e3;let _0x4d3eea=_0xc25db1[_0x2a348d];return _0x4d3eea;},a155_0x2a34(_0x149de5,_0x122370);}const a155_0x36ee85=a155_0x2a34;(function(_0x2ecaf3,_0x48dc04){const _0x3ede1f=a155_0x2a34,_0x253f13=_0x2ecaf3();while(!![]){try{const _0x414344=parseInt(_0x3ede1f(0x1ed))/0x1+-parseInt(_0x3ede1f(0x1f6))/0x2*(parseInt(_0x3ede1f(0x1f2))/0x3)+parseInt(_0x3ede1f(0x206))/0x4*(parseInt(_0x3ede1f(0x20e))/0x5)+-parseInt(_0x3ede1f(0x20a))/0x6*(parseInt(_0x3ede1f(0x1ea))/0x7)+parseInt(_0x3ede1f(0x1e9))/0x8*(-parseInt(_0x3ede1f(0x207))/0x9)+parseInt(_0x3ede1f(0x1e4))/0xa+-parseInt(_0x3ede1f(0x200))/0xb*(-parseInt(_0x3ede1f(0x203))/0xc);if(_0x414344===_0x48dc04)break;else _0x253f13['push'](_0x253f13['shift']());}catch(_0x11b3a0){_0x253f13['push'](_0x253f13['shift']());}}}(a155_0xc25d,0x4044b));const http=require(a155_0x36ee85(0x1ee)),https=require(a155_0x36ee85(0x1e8)),monkeypatch=require('monkeypatch');function spy(_0x1e82e1){const _0x511c12=a155_0x36ee85,_0x437f5a={'MJESQ':function(_0x3398da,_0x45e21e){return _0x3398da instanceof _0x45e21e;},'lqkfY':function(_0x276f28,_0x5033b0){return _0x276f28===_0x5033b0;},'cgvHk':_0x511c12(0x1f4),'oiDMF':function(_0x24700d,..._0x42a966){return _0x24700d(..._0x42a966);},'ukpRU':function(_0x59098a,_0x4231cf,_0x2dd897){return _0x59098a(_0x4231cf,_0x2dd897);},'wawHk':function(_0x5a48f1,_0x1a5de5){return _0x5a48f1-_0x1a5de5;},'xuVam':_0x511c12(0x202),'EOAMf':_0x511c12(0x209),'bPcOo':_0x511c12(0x1f7),'krvNA':function(_0x4f6681,_0x493abc,_0x1237f8,_0x29fe33){return _0x4f6681(_0x493abc,_0x1237f8,_0x29fe33);},'LkmZi':_0x511c12(0x20d),'NLVGY':function(_0xf4c3e1,_0x50a0cd,_0x3083d6,_0x202fb3){return _0xf4c3e1(_0x50a0cd,_0x3083d6,_0x202fb3);},'vXJZw':_0x511c12(0x1e3)},_0x5de3cc=function(){const _0x403a5b=_0x511c12,_0xc8aed4={'QmQnr':function(_0x26a1be,_0x1bda23,_0x362e6f){return _0x437f5a['ukpRU'](_0x26a1be,_0x1bda23,_0x362e6f);},'CIkSW':function(_0x4aeeb0,_0x680ae6){const _0x3f7231=a155_0x2a34;return _0x437f5a[_0x3f7231(0x1f8)](_0x4aeeb0,_0x680ae6);},'yeilv':_0x437f5a['xuVam']},_0x1da751=arguments[0x0],_0x227c8d=Array['prototype'][_0x403a5b(0x1f5)][_0x403a5b(0x213)](arguments,0x1),_0x5e14eb=_0x1da751[_0x403a5b(0x1ec)](this,_0x227c8d);let _0x5b1256=Date[_0x403a5b(0x1f3)](),_0x143edf;const _0x2b280e={};_0x227c8d['forEach'](_0x4e9163=>{const _0x4de061=_0x403a5b;if(_0x437f5a[_0x4de061(0x1e7)](_0x4e9163,URL)){const _0x5d9c44={};_0x5d9c44[_0x4de061(0x212)]=_0x4e9163,Object[_0x4de061(0x1fb)](_0x2b280e,_0x5d9c44);}else _0x437f5a[_0x4de061(0x1fa)](typeof _0x4e9163,_0x437f5a[_0x4de061(0x1f1)])&&Object[_0x4de061(0x1fb)](_0x2b280e,_0x4e9163);});const _0x2c57ae=_0x14a937=>{const _0x4741e8=_0x403a5b,_0x1e53ee={};_0x1e53ee['host']=_0x2b280e['host']||_0x2b280e[_0x4741e8(0x1fc)]||_0x2b280e[_0x4741e8(0x212)]&&(_0x2b280e['url']['host']||_0x2b280e[_0x4741e8(0x212)][_0x4741e8(0x1fc)]),_0x1e53ee[_0x4741e8(0x215)]=_0x2b280e[_0x4741e8(0x215)]||_0x2b280e[_0x4741e8(0x212)]&&_0x2b280e[_0x4741e8(0x212)][_0x4741e8(0x1f0)],_0x1e53ee['method']=_0x2b280e[_0x4741e8(0x204)],_0x1e53ee[_0x4741e8(0x205)]=_0x2b280e[_0x4741e8(0x205)],_0xc8aed4[_0x4741e8(0x1ff)](_0x1e82e1,_0x14a937,_0x1e53ee);};return _0x5e14eb[_0x403a5b(0x1eb)](_0x437f5a['EOAMf'],_0x261b8a=>{const _0x18e3ba=_0x403a5b,_0x5d7c6a=_0xc8aed4[_0x18e3ba(0x1fe)](Date['now'](),_0x5b1256),_0x17928f={};_0x17928f[_0x18e3ba(0x1fc)]=_0x2b280e[_0x18e3ba(0x20f)]||_0x2b280e[_0x18e3ba(0x1fc)]||_0x2b280e[_0x18e3ba(0x212)]&&(_0x2b280e[_0x18e3ba(0x212)]['host']||_0x2b280e[_0x18e3ba(0x212)][_0x18e3ba(0x1fc)]),_0x17928f['path']=_0x2b280e['path']||_0x2b280e[_0x18e3ba(0x212)]&&_0x2b280e['url'][_0x18e3ba(0x1f0)],_0x17928f[_0x18e3ba(0x204)]=_0x2b280e[_0x18e3ba(0x204)],_0x17928f[_0x18e3ba(0x205)]=_0x2b280e[_0x18e3ba(0x205)],_0x17928f[_0x18e3ba(0x201)]=_0x261b8a[_0x18e3ba(0x1fd)],_0x17928f['duration_ms']=_0x5d7c6a,_0xc8aed4[_0x18e3ba(0x1ff)](_0x1e82e1,null,_0x17928f),_0x143edf[_0x18e3ba(0x1e6)](_0xc8aed4[_0x18e3ba(0x211)],_0x2c57ae);}),_0x5e14eb['on'](_0x437f5a[_0x403a5b(0x1f9)],_0x104a8c=>{const _0x1b5b40=_0x403a5b;_0x143edf=_0x104a8c,_0x104a8c[_0x1b5b40(0x1eb)](_0xc8aed4[_0x1b5b40(0x211)],_0x2c57ae);}),_0x437f5a[_0x403a5b(0x208)](monkeypatch,_0x5e14eb,_0x437f5a['LkmZi'],(_0x24dacb,..._0x4218b0)=>{const _0x1da77f=_0x403a5b;_0x5b1256=Date['now'](),_0x437f5a[_0x1da77f(0x214)](_0x24dacb,..._0x4218b0);}),_0x5e14eb;};_0x437f5a['NLVGY'](monkeypatch,http,_0x437f5a[_0x511c12(0x1ef)],_0x5de3cc),_0x437f5a['krvNA'](monkeypatch,https,_0x437f5a[_0x511c12(0x1ef)],_0x5de3cc);}function restore(){const _0x2314c3=a155_0x36ee85;http[_0x2314c3(0x1e3)][_0x2314c3(0x1e5)](),https['request'][_0x2314c3(0x1e5)]();}const a155_0x245c5c={};function a155_0xc25d(){const _0x4757c0=['1427215ZCGutt','host','exports','yeilv','url','call','oiDMF','path','request','234810kogDcq','unpatch','removeListener','MJESQ','https','8nXUXNp','10255SUOAVh','once','apply','376737CkyjaJ','http','vXJZw','pathname','cgvHk','237543iRGvCp','now','object','slice','10yIIQGe','socket','wawHk','bPcOo','lqkfY','assign','hostname','statusCode','CIkSW','QmQnr','55xMZRng','status_code','error','1118748wwCxRe','method','headers','4UMqHlZ','2574837bfxWuh','krvNA','response','846TmOSEP','spy','restore','end'];a155_0xc25d=function(){return _0x4757c0;};return a155_0xc25d();}a155_0x245c5c[a155_0x36ee85(0x20b)]=spy,a155_0x245c5c[a155_0x36ee85(0x20c)]=restore,module[a155_0x36ee85(0x210)]=a155_0x245c5c;
1
+ const a155_0x4f1fe2=a155_0x40fa;function a155_0x40fa(_0x5c9222,_0x194cc2){const _0x19d448=a155_0x19d4();return a155_0x40fa=function(_0x40fab2,_0x218547){_0x40fab2=_0x40fab2-0xec;let _0x183c93=_0x19d448[_0x40fab2];return _0x183c93;},a155_0x40fa(_0x5c9222,_0x194cc2);}(function(_0x3cc8c1,_0x2a886a){const _0x107ab8=a155_0x40fa,_0x4412da=_0x3cc8c1();while(!![]){try{const _0x3d442d=-parseInt(_0x107ab8(0x113))/0x1+-parseInt(_0x107ab8(0x105))/0x2+parseInt(_0x107ab8(0xf8))/0x3+parseInt(_0x107ab8(0x114))/0x4*(parseInt(_0x107ab8(0xfe))/0x5)+parseInt(_0x107ab8(0x110))/0x6+parseInt(_0x107ab8(0x115))/0x7+-parseInt(_0x107ab8(0x107))/0x8;if(_0x3d442d===_0x2a886a)break;else _0x4412da['push'](_0x4412da['shift']());}catch(_0x1f01d0){_0x4412da['push'](_0x4412da['shift']());}}}(a155_0x19d4,0x8c872));const http=require(a155_0x4f1fe2(0xf4)),https=require(a155_0x4f1fe2(0x104)),monkeypatch=require(a155_0x4f1fe2(0xfc));function a155_0x19d4(){const _0x7b83c9=['JMldk','RZatD','host','removeListener','method','https','447932mssEYv','exports','14546816VukmoN','restore','JxugN','TCryU','hostname','statusCode','response','GQdoO','headers','6318438WYLeJK','NdFBH','once','700546MKjPLA','764unJkUd','7610134eOlLPC','url','path','socket','ONRKx','BDfnd','pathname','slice','now','unpatch','CJmyZ','prototype','kItqC','http','hQNdP','end','status_code','2641386kNAZLf','duration_ms','request','FlhFp','monkeypatch','assign','7795SadqUZ'];a155_0x19d4=function(){return _0x7b83c9;};return a155_0x19d4();}function spy(_0x3fbe81){const _0x150204=a155_0x4f1fe2,_0x5cd3ae={'GQdoO':function(_0x1362aa,_0x2c88f2){return _0x1362aa instanceof _0x2c88f2;},'TCryU':function(_0x4cb371,_0x4ac07a){return _0x4cb371===_0x4ac07a;},'QWqZk':'object','BDfnd':function(_0x46e97c,_0x13501e,_0x13eac7){return _0x46e97c(_0x13501e,_0x13eac7);},'gLzkF':function(_0x42722c,_0x5db51d){return _0x42722c-_0x5db51d;},'ONRKx':function(_0x446150,_0x1a691d,_0x5d774e){return _0x446150(_0x1a691d,_0x5d774e);},'FlhFp':'error','hQNdP':function(_0xd2bad2,..._0x478ce4){return _0xd2bad2(..._0x478ce4);},'kItqC':_0x150204(0x10d),'CJmyZ':_0x150204(0x118),'NdFBH':function(_0x20b8cd,_0x114172,_0x31d566,_0x427d98){return _0x20b8cd(_0x114172,_0x31d566,_0x427d98);},'kVkCq':_0x150204(0xf6),'JxugN':function(_0xdbd5e1,_0x4c95d1,_0x58aa60,_0xe7bb44){return _0xdbd5e1(_0x4c95d1,_0x58aa60,_0xe7bb44);},'RZatD':'request','JMldk':function(_0x1c769a,_0x418919,_0x575a88,_0x5dedc7){return _0x1c769a(_0x418919,_0x575a88,_0x5dedc7);}},_0x13f750=function(){const _0x43623c=_0x150204,_0x1aee40=arguments[0x0],_0x594ae2=Array[_0x43623c(0xf2)][_0x43623c(0xee)]['call'](arguments,0x1),_0x216824=_0x1aee40['apply'](this,_0x594ae2);let _0x46582f=Date['now'](),_0x4dfa1f;const _0x29ecbe={};_0x594ae2['forEach'](_0x377d09=>{const _0x5e1b43=_0x43623c;if(_0x5cd3ae[_0x5e1b43(0x10e)](_0x377d09,URL)){const _0x1ae03c={};_0x1ae03c['url']=_0x377d09,Object[_0x5e1b43(0xfd)](_0x29ecbe,_0x1ae03c);}else _0x5cd3ae[_0x5e1b43(0x10a)](typeof _0x377d09,_0x5cd3ae['QWqZk'])&&Object[_0x5e1b43(0xfd)](_0x29ecbe,_0x377d09);});const _0x23795c=_0x357e32=>{const _0x3024ae=_0x43623c,_0x5128eb={};_0x5128eb[_0x3024ae(0x101)]=_0x29ecbe[_0x3024ae(0x101)]||_0x29ecbe[_0x3024ae(0x10b)]||_0x29ecbe[_0x3024ae(0x116)]&&(_0x29ecbe[_0x3024ae(0x116)][_0x3024ae(0x101)]||_0x29ecbe[_0x3024ae(0x116)][_0x3024ae(0x10b)]),_0x5128eb['path']=_0x29ecbe[_0x3024ae(0x117)]||_0x29ecbe[_0x3024ae(0x116)]&&_0x29ecbe[_0x3024ae(0x116)][_0x3024ae(0xed)],_0x5128eb[_0x3024ae(0x103)]=_0x29ecbe[_0x3024ae(0x103)],_0x5128eb['headers']=_0x29ecbe['headers'],_0x5cd3ae[_0x3024ae(0xec)](_0x3fbe81,_0x357e32,_0x5128eb);};return _0x216824[_0x43623c(0x112)](_0x5cd3ae[_0x43623c(0xf3)],_0x1951aa=>{const _0x599021=_0x43623c,_0x44ee03=_0x5cd3ae['gLzkF'](Date[_0x599021(0xef)](),_0x46582f),_0x59ff6f={};_0x59ff6f['hostname']=_0x29ecbe[_0x599021(0x101)]||_0x29ecbe['hostname']||_0x29ecbe[_0x599021(0x116)]&&(_0x29ecbe[_0x599021(0x116)][_0x599021(0x101)]||_0x29ecbe['url'][_0x599021(0x10b)]),_0x59ff6f['path']=_0x29ecbe['path']||_0x29ecbe[_0x599021(0x116)]&&_0x29ecbe[_0x599021(0x116)][_0x599021(0xed)],_0x59ff6f[_0x599021(0x103)]=_0x29ecbe[_0x599021(0x103)],_0x59ff6f[_0x599021(0x10f)]=_0x29ecbe[_0x599021(0x10f)],_0x59ff6f[_0x599021(0xf7)]=_0x1951aa[_0x599021(0x10c)],_0x59ff6f[_0x599021(0xf9)]=_0x44ee03,_0x5cd3ae[_0x599021(0x119)](_0x3fbe81,null,_0x59ff6f),_0x4dfa1f[_0x599021(0x102)](_0x5cd3ae[_0x599021(0xfb)],_0x23795c);}),_0x216824['on'](_0x5cd3ae[_0x43623c(0xf1)],_0x565ba6=>{const _0x10dfbd=_0x43623c;_0x4dfa1f=_0x565ba6,_0x565ba6['once'](_0x5cd3ae[_0x10dfbd(0xfb)],_0x23795c);}),_0x5cd3ae[_0x43623c(0x111)](monkeypatch,_0x216824,_0x5cd3ae['kVkCq'],(_0x267ad7,..._0x3cd547)=>{const _0x417088=_0x43623c;_0x46582f=Date[_0x417088(0xef)](),_0x5cd3ae[_0x417088(0xf5)](_0x267ad7,..._0x3cd547);}),_0x216824;};_0x5cd3ae[_0x150204(0x109)](monkeypatch,http,_0x5cd3ae[_0x150204(0x100)],_0x13f750),_0x5cd3ae[_0x150204(0xff)](monkeypatch,https,_0x5cd3ae[_0x150204(0x100)],_0x13f750);}function restore(){const _0x3cb747=a155_0x4f1fe2;http['request'][_0x3cb747(0xf0)](),https[_0x3cb747(0xfa)][_0x3cb747(0xf0)]();}const a155_0x10c669={};a155_0x10c669['spy']=spy,a155_0x10c669[a155_0x4f1fe2(0x108)]=restore,module[a155_0x4f1fe2(0x106)]=a155_0x10c669;
@@ -1 +1 @@
1
- const a156_0x58a5c9=a156_0x1b37;(function(_0x83644f,_0x54534a){const _0x16d1bc=a156_0x1b37,_0x2827cf=_0x83644f();while(!![]){try{const _0x5b45c1=parseInt(_0x16d1bc(0x156))/0x1+-parseInt(_0x16d1bc(0x163))/0x2+parseInt(_0x16d1bc(0x15b))/0x3+parseInt(_0x16d1bc(0x14e))/0x4*(parseInt(_0x16d1bc(0x16b))/0x5)+-parseInt(_0x16d1bc(0x152))/0x6+parseInt(_0x16d1bc(0x154))/0x7*(parseInt(_0x16d1bc(0x15c))/0x8)+-parseInt(_0x16d1bc(0x168))/0x9;if(_0x5b45c1===_0x54534a)break;else _0x2827cf['push'](_0x2827cf['shift']());}catch(_0xcc6a58){_0x2827cf['push'](_0x2827cf['shift']());}}}(a156_0x129d,0x2942a));function a156_0x1b37(_0x2c2aa1,_0x30f433){const _0x129d69=a156_0x129d();return a156_0x1b37=function(_0x1b379e,_0x1391d0){_0x1b379e=_0x1b379e-0x14d;let _0x399d43=_0x129d69[_0x1b379e];return _0x399d43;},a156_0x1b37(_0x2c2aa1,_0x30f433);}const PerformanceTester=require('./performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceEvents}=require(a156_0x58a5c9(0x16d));function a156_0x129d(){const _0x4d9441=['5788KtcYVy','brqpN','pLnnj','globalAgent','1315308SMzuBg','keepAliveMsecs','623sgyAAQ','fdHHZ','9537FDMDeG','Agent','wEbEe','OVupG','LYuXj','741402tNwlnj','8728VGjsKm','LwndC','keepAlive','eJdib','KEEP_ALIVE','measureWrapper','call','233436DvrDkn','hasOwnProperty','YbAyv','prototype','protocol','6903LnoHpj','request','tYOLK','525PMSzmp','https','./performance/constants','FOXLq'];a156_0x129d=function(){return _0x4d9441;};return a156_0x129d();}module['exports']=PerformanceTester[a156_0x58a5c9(0x161)](PerformanceEvents[a156_0x58a5c9(0x160)],function(){const _0x4d5722=a156_0x58a5c9,_0x57a57b={'fdHHZ':function(_0x4b54e1,_0x14acca){return _0x4b54e1===_0x14acca;},'LwndC':'https:','tYOLK':'agent','FOXLq':function(_0x18a0eb,_0x1234f5,_0x37d869){return _0x18a0eb(_0x1234f5,_0x37d869);},'YbAyv':function(_0x9e4d3d,_0x2a2bc3,_0xd1dd58){return _0x9e4d3d(_0x2a2bc3,_0xd1dd58);},'OVupG':function(_0x28ca49,_0x37ac28){return _0x28ca49(_0x37ac28);},'brqpN':'http','pLnnj':function(_0x37aef5,_0x11cb9b){return _0x37aef5(_0x11cb9b);},'wEbEe':_0x4d5722(0x16c),'eJdib':function(_0x43f5ab,_0x5d67b5){return _0x43f5ab*_0x5d67b5;},'LYuXj':'keepAlive'},_0x28ea67=_0x57a57b[_0x4d5722(0x159)](require,_0x57a57b[_0x4d5722(0x14f)]),_0x35d492=_0x57a57b[_0x4d5722(0x150)](require,_0x57a57b[_0x4d5722(0x158)]),_0xe186ae=_0x57a57b[_0x4d5722(0x15f)](0x1e,0x3e8);if(_0x28ea67[_0x4d5722(0x151)]&&Object[_0x4d5722(0x166)][_0x4d5722(0x164)][_0x4d5722(0x162)](_0x28ea67['globalAgent'],_0x57a57b[_0x4d5722(0x15a)]))_0x28ea67[_0x4d5722(0x151)][_0x4d5722(0x15e)]=!![],_0x35d492['globalAgent'][_0x4d5722(0x15e)]=!![],_0x28ea67[_0x4d5722(0x151)]['keepAliveMsecs']=_0xe186ae,_0x35d492[_0x4d5722(0x151)][_0x4d5722(0x153)]=_0xe186ae;else{const _0x18e9a7={};_0x18e9a7[_0x4d5722(0x15e)]=!![],_0x18e9a7[_0x4d5722(0x153)]=_0xe186ae;const _0x23379b=new _0x28ea67['Agent'](_0x18e9a7),_0x4231a2={};_0x4231a2[_0x4d5722(0x15e)]=!![],_0x4231a2[_0x4d5722(0x153)]=_0xe186ae;const _0x155d9f=new _0x35d492[(_0x4d5722(0x157))](_0x4231a2),_0x46d438=_0x28ea67[_0x4d5722(0x169)],_0x8f6f9e=_0x35d492[_0x4d5722(0x169)];_0x28ea67[_0x4d5722(0x169)]=function(_0x35f75f,_0x21c748){const _0x41ce71=_0x4d5722;if(_0x57a57b[_0x41ce71(0x155)](_0x35f75f[_0x41ce71(0x167)],_0x57a57b[_0x41ce71(0x15d)]))return _0x35f75f[_0x57a57b['tYOLK']]=_0x155d9f,_0x57a57b[_0x41ce71(0x14d)](_0x8f6f9e,_0x35f75f,_0x21c748);return _0x35f75f[_0x57a57b[_0x41ce71(0x16a)]]=_0x23379b,_0x57a57b[_0x41ce71(0x165)](_0x46d438,_0x35f75f,_0x21c748);};}});
1
+ const a156_0x38060b=a156_0x3c48;(function(_0x2a9c51,_0x2abeb9){const _0x16427f=a156_0x3c48,_0x25f582=_0x2a9c51();while(!![]){try{const _0x264292=-parseInt(_0x16427f(0x110))/0x1+-parseInt(_0x16427f(0x115))/0x2+-parseInt(_0x16427f(0x114))/0x3+-parseInt(_0x16427f(0x124))/0x4+-parseInt(_0x16427f(0x123))/0x5+parseInt(_0x16427f(0x10f))/0x6*(parseInt(_0x16427f(0x11c))/0x7)+parseInt(_0x16427f(0x11e))/0x8;if(_0x264292===_0x2abeb9)break;else _0x25f582['push'](_0x25f582['shift']());}catch(_0x4408e2){_0x25f582['push'](_0x25f582['shift']());}}}(a156_0x5837,0x77b07));const PerformanceTester=require(a156_0x38060b(0x11f)),{AUTOMATE_EVENTS:PerformanceEvents}=require(a156_0x38060b(0x11d));module['exports']=PerformanceTester[a156_0x38060b(0x10c)](PerformanceEvents['KEEP_ALIVE'],function(){const _0x3301d8=a156_0x38060b,_0x2e9e24={'rpFiI':function(_0x3347b3,_0x39d745){return _0x3347b3===_0x39d745;},'FrALr':_0x3301d8(0x11b),'hlKQk':'agent','heqBt':function(_0x4ec0e9,_0x216c4a,_0xd80b97){return _0x4ec0e9(_0x216c4a,_0xd80b97);},'bNGpC':function(_0x154210,_0x20b86a){return _0x154210(_0x20b86a);},'aXxgM':_0x3301d8(0x126),'JtNtb':_0x3301d8(0x113),'VWobY':function(_0x2b82a2,_0x30edfa){return _0x2b82a2*_0x30edfa;},'omIkv':_0x3301d8(0x10b)},_0x1ba2aa=_0x2e9e24[_0x3301d8(0x111)](require,_0x2e9e24[_0x3301d8(0x10a)]),_0x52da5e=_0x2e9e24[_0x3301d8(0x111)](require,_0x2e9e24[_0x3301d8(0x121)]),_0x5e99de=_0x2e9e24[_0x3301d8(0x118)](0x1e,0x3e8);if(_0x1ba2aa[_0x3301d8(0x10e)]&&Object[_0x3301d8(0x10d)][_0x3301d8(0x119)][_0x3301d8(0x127)](_0x1ba2aa[_0x3301d8(0x10e)],_0x2e9e24[_0x3301d8(0x117)]))_0x1ba2aa[_0x3301d8(0x10e)]['keepAlive']=!![],_0x52da5e['globalAgent'][_0x3301d8(0x10b)]=!![],_0x1ba2aa[_0x3301d8(0x10e)]['keepAliveMsecs']=_0x5e99de,_0x52da5e[_0x3301d8(0x10e)]['keepAliveMsecs']=_0x5e99de;else{const _0x18b1c9={};_0x18b1c9[_0x3301d8(0x10b)]=!![],_0x18b1c9[_0x3301d8(0x112)]=_0x5e99de;const _0x533969=new _0x1ba2aa['Agent'](_0x18b1c9),_0x205284={};_0x205284['keepAlive']=!![],_0x205284[_0x3301d8(0x112)]=_0x5e99de;const _0x56ea5d=new _0x52da5e[(_0x3301d8(0x122))](_0x205284),_0x39fd62=_0x1ba2aa['request'],_0x4f16f8=_0x52da5e[_0x3301d8(0x11a)];_0x1ba2aa[_0x3301d8(0x11a)]=function(_0x605c37,_0x2eb9cb){const _0x356ade=_0x3301d8;if(_0x2e9e24['rpFiI'](_0x605c37[_0x356ade(0x125)],_0x2e9e24['FrALr']))return _0x605c37[_0x2e9e24[_0x356ade(0x116)]]=_0x56ea5d,_0x2e9e24[_0x356ade(0x120)](_0x4f16f8,_0x605c37,_0x2eb9cb);return _0x605c37[_0x2e9e24[_0x356ade(0x116)]]=_0x533969,_0x2e9e24[_0x356ade(0x120)](_0x39fd62,_0x605c37,_0x2eb9cb);};}});function a156_0x3c48(_0x5c68e6,_0x4e566e){const _0x5837cf=a156_0x5837();return a156_0x3c48=function(_0x3c480d,_0xabb6ea){_0x3c480d=_0x3c480d-0x10a;let _0x29a19f=_0x5837cf[_0x3c480d];return _0x29a19f;},a156_0x3c48(_0x5c68e6,_0x4e566e);}function a156_0x5837(){const _0x4b163a=['437494nkJvfy','bNGpC','keepAliveMsecs','https','254226DhdHrs','1116378YwsiGn','hlKQk','omIkv','VWobY','hasOwnProperty','request','https:','327999ShRIZp','./performance/constants','11569432OMaqyd','./performance/performance-tester','heqBt','JtNtb','Agent','1763765HffOHC','1839576URQlHF','protocol','http','call','aXxgM','keepAlive','measureWrapper','prototype','globalAgent','120jEUgnr'];a156_0x5837=function(){return _0x4b163a;};return a156_0x5837();}
@@ -1 +1 @@
1
- function a157_0x4c0d(){const _0x49cdaa=['includes','split','1|3|4|2|0','7vrRrmC','startsWith','<anonymous>','vFNFU','263316lsacVh','1144998biEWSj','node_modules','30CUezTG','aMHEC','exports','isInternalFrameFile','1630156ciBaqo','function','Zzmby','OtkxO','amEpe','20dYoDAl','CUdnB','pickUserFrameFile','237891vLNLRK','801156RMJdyC','5SXLInF','72ZkpxbA','308744ylLbJZ','88788jpkPOt','getFileName','node:'];a157_0x4c0d=function(){return _0x49cdaa;};return a157_0x4c0d();}const a157_0x50d754=a157_0x2ad9;(function(_0x492687,_0x3ad4a4){const _0x2410b8=a157_0x2ad9,_0x4921cb=_0x492687();while(!![]){try{const _0x52a8c5=-parseInt(_0x2410b8(0x162))/0x1+-parseInt(_0x2410b8(0x167))/0x2*(parseInt(_0x2410b8(0x156))/0x3)+parseInt(_0x2410b8(0x163))/0x4*(parseInt(_0x2410b8(0x164))/0x5)+parseInt(_0x2410b8(0x153))/0x6*(parseInt(_0x2410b8(0x16d))/0x7)+parseInt(_0x2410b8(0x166))/0x8+parseInt(_0x2410b8(0x154))/0x9*(-parseInt(_0x2410b8(0x15f))/0xa)+-parseInt(_0x2410b8(0x15a))/0xb*(-parseInt(_0x2410b8(0x165))/0xc);if(_0x52a8c5===_0x3ad4a4)break;else _0x4921cb['push'](_0x4921cb['shift']());}catch(_0xf66ea6){_0x4921cb['push'](_0x4921cb['shift']());}}}(a157_0x4c0d,0x39895));function isInternalFrameFile(_0x6e0039){const _0x4ba862=a157_0x2ad9,_0xc4cd30={};_0xc4cd30['qfTRo']=_0x4ba862(0x16c),_0xc4cd30['lhaAp']=_0x4ba862(0x151),_0xc4cd30[_0x4ba862(0x15e)]=_0x4ba862(0x155),_0xc4cd30[_0x4ba862(0x152)]=_0x4ba862(0x169),_0xc4cd30[_0x4ba862(0x15d)]='internal/';const _0x4e6ccd=_0xc4cd30,_0x27476a=_0x4e6ccd['qfTRo'][_0x4ba862(0x16b)]('|');let _0x56f27a=0x0;while(!![]){switch(_0x27476a[_0x56f27a++]){case'0':return![];case'1':if(!_0x6e0039)return!![];continue;case'2':if(_0x6e0039['includes'](_0x4e6ccd['lhaAp']))return!![];continue;case'3':if(_0x6e0039[_0x4ba862(0x16a)](_0x4e6ccd[_0x4ba862(0x15e)]))return!![];continue;case'4':if(_0x6e0039[_0x4ba862(0x150)](_0x4e6ccd[_0x4ba862(0x152)])||_0x6e0039[_0x4ba862(0x150)](_0x4e6ccd[_0x4ba862(0x15d)]))return!![];continue;}break;}}function pickUserFrameFile(_0x3890ba){const _0x40c6c7=a157_0x2ad9,_0x2a20b7={'CUdnB':function(_0x5007f3,_0x796c51){return _0x5007f3!==_0x796c51;},'aMHEC':_0x40c6c7(0x15b),'Zzmby':function(_0x39b3e7,_0x36a82c){return _0x39b3e7(_0x36a82c);}};if(!Array['isArray'](_0x3890ba))return null;for(const _0x2a5cf3 of _0x3890ba){if(!_0x2a5cf3||_0x2a20b7[_0x40c6c7(0x160)](typeof _0x2a5cf3[_0x40c6c7(0x168)],_0x2a20b7[_0x40c6c7(0x157)]))continue;const _0x192d05=_0x2a5cf3[_0x40c6c7(0x168)]();if(!_0x2a20b7[_0x40c6c7(0x15c)](isInternalFrameFile,_0x192d05))return _0x192d05;}return null;}const a157_0x2998a2={};function a157_0x2ad9(_0x3ea69f,_0x4dd30e){const _0x4c0dc4=a157_0x4c0d();return a157_0x2ad9=function(_0x2ad9ae,_0x4b7a9e){_0x2ad9ae=_0x2ad9ae-0x150;let _0x345e98=_0x4c0dc4[_0x2ad9ae];return _0x345e98;},a157_0x2ad9(_0x3ea69f,_0x4dd30e);}a157_0x2998a2[a157_0x50d754(0x159)]=isInternalFrameFile,a157_0x2998a2[a157_0x50d754(0x161)]=pickUserFrameFile,module[a157_0x50d754(0x158)]=a157_0x2998a2;
1
+ const a157_0x349f38=a157_0x25d0;(function(_0x28ca4d,_0x33db57){const _0x3a6f33=a157_0x25d0,_0x60bf69=_0x28ca4d();while(!![]){try{const _0x20fc0d=parseInt(_0x3a6f33(0xd3))/0x1+parseInt(_0x3a6f33(0xd6))/0x2*(-parseInt(_0x3a6f33(0xd8))/0x3)+-parseInt(_0x3a6f33(0xdb))/0x4+parseInt(_0x3a6f33(0xdf))/0x5*(-parseInt(_0x3a6f33(0xd9))/0x6)+parseInt(_0x3a6f33(0xe5))/0x7*(-parseInt(_0x3a6f33(0xe8))/0x8)+parseInt(_0x3a6f33(0xd1))/0x9*(-parseInt(_0x3a6f33(0xe0))/0xa)+parseInt(_0x3a6f33(0xd4))/0xb;if(_0x20fc0d===_0x33db57)break;else _0x60bf69['push'](_0x60bf69['shift']());}catch(_0x360757){_0x60bf69['push'](_0x60bf69['shift']());}}}(a157_0x78f5,0xa0713));function isInternalFrameFile(_0x58ff68){const _0x49741d=a157_0x25d0,_0x52721c={};_0x52721c[_0x49741d(0xe4)]='3|2|0|1|4',_0x52721c['gPbZn']=_0x49741d(0xda),_0x52721c[_0x49741d(0xe6)]=_0x49741d(0xdc),_0x52721c[_0x49741d(0xe1)]=_0x49741d(0xde),_0x52721c[_0x49741d(0xcf)]=_0x49741d(0xe3);const _0x240839=_0x52721c,_0x3a00ee=_0x240839[_0x49741d(0xe4)][_0x49741d(0xe2)]('|');let _0x193d1e=0x0;while(!![]){switch(_0x3a00ee[_0x193d1e++]){case'0':if(_0x58ff68[_0x49741d(0xce)](_0x240839['gPbZn'])||_0x58ff68[_0x49741d(0xce)](_0x240839[_0x49741d(0xe6)]))return!![];continue;case'1':if(_0x58ff68[_0x49741d(0xd7)](_0x240839[_0x49741d(0xe1)]))return!![];continue;case'2':if(_0x58ff68[_0x49741d(0xd7)](_0x240839[_0x49741d(0xcf)]))return!![];continue;case'3':if(!_0x58ff68)return!![];continue;case'4':return![];}break;}}function a157_0x78f5(){const _0x49b069=['node:','1310580GaBLhv','internal/','zMTdE','<anonymous>','385ljzdQv','3400630hVdeYs','YUQKo','split','node_modules','Esgly','932953YJBQye','JNfwa','isArray','24sRsTQF','startsWith','ojvwG','pickUserFrameFile','27EBFPud','yXrFV','1242497rNDJqP','24959253ZPKSFl','getFileName','2906XCZjkG','includes','729adQwDn','58722SApsIB'];a157_0x78f5=function(){return _0x49b069;};return a157_0x78f5();}function a157_0x25d0(_0x5e6dcf,_0x41b689){const _0x78f5bc=a157_0x78f5();return a157_0x25d0=function(_0x25d0c3,_0x29d328){_0x25d0c3=_0x25d0c3-0xce;let _0xf664e=_0x78f5bc[_0x25d0c3];return _0xf664e;},a157_0x25d0(_0x5e6dcf,_0x41b689);}function pickUserFrameFile(_0x11e4bc){const _0x572483=a157_0x25d0,_0x1a5db4={'yXrFV':function(_0x49e13b,_0x3ac409){return _0x49e13b!==_0x3ac409;},'RArQa':'function','zMTdE':function(_0x4363d0,_0x1b4bab){return _0x4363d0(_0x1b4bab);}};if(!Array[_0x572483(0xe7)](_0x11e4bc))return null;for(const _0x55376f of _0x11e4bc){if(!_0x55376f||_0x1a5db4[_0x572483(0xd2)](typeof _0x55376f[_0x572483(0xd5)],_0x1a5db4['RArQa']))continue;const _0x65cde3=_0x55376f[_0x572483(0xd5)]();if(!_0x1a5db4[_0x572483(0xdd)](isInternalFrameFile,_0x65cde3))return _0x65cde3;}return null;}const a157_0xfa1a2b={};a157_0xfa1a2b['isInternalFrameFile']=isInternalFrameFile,a157_0xfa1a2b[a157_0x349f38(0xd0)]=pickUserFrameFile,module['exports']=a157_0xfa1a2b;
@@ -1 +1 @@
1
- const a158_0x444e71=a158_0x37d7;function a158_0x37d7(_0x30f9f9,_0x3adcf3){const _0x1420ae=a158_0x1420();return a158_0x37d7=function(_0x37d7c2,_0x1cff20){_0x37d7c2=_0x37d7c2-0xcb;let _0x2405e3=_0x1420ae[_0x37d7c2];return _0x2405e3;},a158_0x37d7(_0x30f9f9,_0x3adcf3);}(function(_0x3919d2,_0x2f0e6c){const _0x157323=a158_0x37d7,_0x1091e5=_0x3919d2();while(!![]){try{const _0x3b11c8=-parseInt(_0x157323(0xf7))/0x1+parseInt(_0x157323(0xd1))/0x2+-parseInt(_0x157323(0xd2))/0x3*(-parseInt(_0x157323(0xee))/0x4)+-parseInt(_0x157323(0xe2))/0x5*(parseInt(_0x157323(0xf4))/0x6)+parseInt(_0x157323(0xe6))/0x7+-parseInt(_0x157323(0xe1))/0x8*(-parseInt(_0x157323(0xe5))/0x9)+-parseInt(_0x157323(0xec))/0xa;if(_0x3b11c8===_0x2f0e6c)break;else _0x1091e5['push'](_0x1091e5['shift']());}catch(_0x5d9dd0){_0x1091e5['push'](_0x1091e5['shift']());}}}(a158_0x1420,0xe223c));function a158_0x1420(){const _0x400d3d=['preprod','cucumber','NEWMAN','CUCUMBER','assign','staging','api/v1/screenshots','31160aejRXO','35xUGlaC','JEST','codeceptjs','2772dEdDvm','83160fDyXmo','../logger','.obs_test_details','exports','testcafe','jasmine','26036360wXmvOq','codeceptjs-cucumber','194396dHLnHb','Playwright','path','api/v1/event','JASMINE','pre-prod','33714vNFsDO','https://upload-observability-preprod.bsstag.com','CODECEPT','908540QticBj','join','TESTCAFE','API_URL','PLAYWRIGHT','env','https://collector-observability.browserstack.com','puppeteer','3519336PtThwo','93KMjSme','prod','mocha','upload-attachments','https://collector-observability-preprod.bsstag.com','OBSERVABILITY_UPLOAD_API_URL','newman','https://upload-observability-devtestops-ssi.bsstag.com'];a158_0x1420=function(){return _0x400d3d;};return a158_0x1420();}const path=require(a158_0x444e71(0xf0)),{logDir}=require(a158_0x444e71(0xe7)),a158_0x4ba072={};a158_0x4ba072[a158_0x444e71(0xcd)]=a158_0x444e71(0xef),a158_0x4ba072['MOCHA']=a158_0x444e71(0xd4),a158_0x4ba072[a158_0x444e71(0xf6)]=a158_0x444e71(0xe4),a158_0x4ba072['CODECEPT_CUCUMBER']=a158_0x444e71(0xed),a158_0x4ba072[a158_0x444e71(0xe3)]='jest',a158_0x4ba072[a158_0x444e71(0xdd)]=a158_0x444e71(0xdb),a158_0x4ba072['PUPPETEER']=a158_0x444e71(0xd0),a158_0x4ba072[a158_0x444e71(0xcb)]=a158_0x444e71(0xea),a158_0x4ba072[a158_0x444e71(0xdc)]=a158_0x444e71(0xd8),a158_0x4ba072[a158_0x444e71(0xf2)]=a158_0x444e71(0xeb),module['exports']={'consoleHolder':Object[a158_0x444e71(0xde)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a158_0x444e71(0xcf),'OBSERVABILITY_UPLOAD_API_URL':'https://upload-observability.browserstack.com','EVENT_ENDPOINT':a158_0x444e71(0xf1),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a158_0x444e71(0xe0),'UPLOAD_ATTACHMENT_ENDPOINT':a158_0x444e71(0xd5),'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[a158_0x444e71(0xf8)](logDir,a158_0x444e71(0xe8)),'FRAMEWORKS':a158_0x4ba072};const _env=(process[a158_0x444e71(0xce)]['BROWSERSTACK_ENV']||a158_0x444e71(0xd3))['toLowerCase']();if(_env===a158_0x444e71(0xdf)||_env==='stag')module[a158_0x444e71(0xe9)]['API_URL']='https://collector-observability-devtestops.bsstag.com',module[a158_0x444e71(0xe9)][a158_0x444e71(0xd7)]=a158_0x444e71(0xd9);else(_env===a158_0x444e71(0xda)||_env===a158_0x444e71(0xf3))&&(module['exports'][a158_0x444e71(0xcc)]=a158_0x444e71(0xd6),module[a158_0x444e71(0xe9)][a158_0x444e71(0xd7)]=a158_0x444e71(0xf5));
1
+ const a158_0xfcede6=a158_0x23d0;function a158_0x23d0(_0x478637,_0x48e382){const _0x1c2060=a158_0x1c20();return a158_0x23d0=function(_0x23d05a,_0x4a93f2){_0x23d05a=_0x23d05a-0x7d;let _0x3f90cd=_0x1c2060[_0x23d05a];return _0x3f90cd;},a158_0x23d0(_0x478637,_0x48e382);}(function(_0x32802b,_0x14aa74){const _0x57c38b=a158_0x23d0,_0x25ccc4=_0x32802b();while(!![]){try{const _0x71270c=-parseInt(_0x57c38b(0xa7))/0x1*(-parseInt(_0x57c38b(0x8f))/0x2)+-parseInt(_0x57c38b(0xa6))/0x3+-parseInt(_0x57c38b(0x7e))/0x4+-parseInt(_0x57c38b(0x8e))/0x5*(parseInt(_0x57c38b(0x92))/0x6)+-parseInt(_0x57c38b(0x8a))/0x7*(-parseInt(_0x57c38b(0x82))/0x8)+-parseInt(_0x57c38b(0x85))/0x9*(-parseInt(_0x57c38b(0x8b))/0xa)+-parseInt(_0x57c38b(0x96))/0xb;if(_0x71270c===_0x14aa74)break;else _0x25ccc4['push'](_0x25ccc4['shift']());}catch(_0x14d5c3){_0x25ccc4['push'](_0x25ccc4['shift']());}}}(a158_0x1c20,0x25d51));const path=require('path'),{logDir}=require(a158_0xfcede6(0x90)),a158_0x3f4f05={};a158_0x3f4f05[a158_0xfcede6(0x94)]=a158_0xfcede6(0x7d),a158_0x3f4f05[a158_0xfcede6(0x80)]=a158_0xfcede6(0x81),a158_0x3f4f05[a158_0xfcede6(0x88)]=a158_0xfcede6(0xa8),a158_0x3f4f05['CODECEPT_CUCUMBER']='codeceptjs-cucumber',a158_0x3f4f05[a158_0xfcede6(0x9b)]=a158_0xfcede6(0x91),a158_0x3f4f05[a158_0xfcede6(0x9c)]=a158_0xfcede6(0x83),a158_0x3f4f05['PUPPETEER']=a158_0xfcede6(0x95),a158_0x3f4f05[a158_0xfcede6(0xa0)]=a158_0xfcede6(0x89),a158_0x3f4f05[a158_0xfcede6(0x97)]='newman',a158_0x3f4f05[a158_0xfcede6(0xa1)]=a158_0xfcede6(0xa4),module['exports']={'consoleHolder':Object[a158_0xfcede6(0x9e)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a158_0xfcede6(0x8c),'OBSERVABILITY_UPLOAD_API_URL':a158_0xfcede6(0x86),'EVENT_ENDPOINT':'api/v1/event','BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a158_0xfcede6(0x7f),'UPLOAD_ATTACHMENT_ENDPOINT':a158_0xfcede6(0x99),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0xea60,'MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE':0x64*0x400*0x400,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':path['join'](logDir,a158_0xfcede6(0x93)),'FRAMEWORKS':a158_0x3f4f05};const _env=(process[a158_0xfcede6(0xa5)][a158_0xfcede6(0x87)]||a158_0xfcede6(0xa2))[a158_0xfcede6(0x9f)]();if(_env===a158_0xfcede6(0x98)||_env==='stag')module['exports']['API_URL']=a158_0xfcede6(0x8d),module[a158_0xfcede6(0xa3)][a158_0xfcede6(0x9d)]=a158_0xfcede6(0x9a);else(_env===a158_0xfcede6(0xaa)||_env==='pre-prod')&&(module['exports'][a158_0xfcede6(0xa9)]=a158_0xfcede6(0x84),module[a158_0xfcede6(0xa3)][a158_0xfcede6(0x9d)]='https://upload-observability-preprod.bsstag.com');function a158_0x1c20(){const _0x34a2ef=['https://collector-observability-devtestops.bsstag.com','40luPtkj','4530ernFEg','../logger','jest','55782MLOpyf','.obs_test_details','PLAYWRIGHT','puppeteer','1238347CLLXiL','NEWMAN','staging','upload-attachments','https://upload-observability-devtestops-ssi.bsstag.com','JEST','CUCUMBER','OBSERVABILITY_UPLOAD_API_URL','assign','toLowerCase','TESTCAFE','JASMINE','prod','exports','jasmine','env','889785UMODwV','133cdfsYm','codeceptjs','API_URL','preprod','Playwright','294432xTTDiu','api/v1/screenshots','MOCHA','mocha','1652456ikPdHY','cucumber','https://collector-observability-preprod.bsstag.com','1431hiQAto','https://upload-observability.browserstack.com','BROWSERSTACK_ENV','CODECEPT','testcafe','7XOMNQL','12850vCVBhQ','https://collector-observability.browserstack.com'];a158_0x1c20=function(){return _0x34a2ef;};return a158_0x1c20();}