browserstack-node-sdk 1.63.0 → 1.63.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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_0x288ae2=a150_0x416f;(function(_0x587918,_0x1007ca){const _0x5abdf5=a150_0x416f,_0x283874=_0x587918();while(!![]){try{const _0x46951f=parseInt(_0x5abdf5(0x14b))/0x1*(parseInt(_0x5abdf5(0x14f))/0x2)+-parseInt(_0x5abdf5(0x14d))/0x3*(-parseInt(_0x5abdf5(0x129))/0x4)+parseInt(_0x5abdf5(0x14e))/0x5*(parseInt(_0x5abdf5(0xd3))/0x6)+parseInt(_0x5abdf5(0x13e))/0x7*(parseInt(_0x5abdf5(0x116))/0x8)+parseInt(_0x5abdf5(0xd2))/0x9*(parseInt(_0x5abdf5(0x107))/0xa)+parseInt(_0x5abdf5(0x14c))/0xb+-parseInt(_0x5abdf5(0xc8))/0xc;if(_0x46951f===_0x1007ca)break;else _0x283874['push'](_0x283874['shift']());}catch(_0x2895eb){_0x283874['push'](_0x283874['shift']());}}}(a150_0x169e,0x1f71a));function a150_0x416f(_0x8f4290,_0x4f5477){const _0x169eca=a150_0x169e();return a150_0x416f=function(_0x416f4b,_0x56380d){_0x416f4b=_0x416f4b-0xc5;let _0x3e7a95=_0x169eca[_0x416f4b];return _0x3e7a95;},a150_0x416f(_0x8f4290,_0x4f5477);}const a150_0x48f286={};function a150_0x169e(){const _0x3fef84=['sdk:automationFrameworkStart','O11y_EVENTS','7952004iZGXYT','BEFORE',':session-name','sdk:turboscale','sdk:cli:start','SDK_AUTOMATE','sdk:cli:check-update','exports',':local-stop','SDK_CLI_LOG_CREATED_EVENT','252657wTJDqi','2430TJJzxu','SCREENSHOT_APP','sdk:driverInit','SDK_CLI_START',':snapshot','SDK_AUTOMATION_FRAMEWORK_INIT','sdk:testSessionEvent','sdk:cli:on-stop','SDK_APP_AUTOMATE','sdk:automationFrameworkStop',':driver-performscan','SDK_CLI_CHECK_UPDATE','sdk:cli:logCreatedEvent','SDK_FIND_NEAREST_HUB','sdk:startBinSession','SDK_DRIVER',':pre-execute','sdk:aiSelfHealGetResult','SDK_ON_STOP','SDK_START_BIN_SESSION','sdk:proxy-setup','SDK_POST_TEST','SAVE_RESULTS','sdk:aiSelfHealStep',':after','sdk:testFrameworkEvent','TAKE_SCREENSHOT','sdk:automationFrameworkInit','SDK_CLEANUP',':driver-takeScreenShot','GENERATE_CI_ARTIFACT',':driver-manage','TESTHUB_EVENTS',':get','sdk:accessibilityConfig','BEFORE_EACH','SDK_CLI_DOWNLOAD',':hub-management','sdk:test','sdk:driver:pre-initialization','sdk:a11y','SESSION_NAME','PRINT_BUILDLINK','SDK_TEST_SESSION_EVENT',':post-execute','SNAPSHOT',':stop','SDK_CLI_ON_BOOTSTRAP',':print-buildlink','sdk:cli:download','sdk:cli:enqueueTestEvent','DRIVER_MANAGE','40zwegoY','SDK_O11Y','SDK_PRE_INITIALIZE','sdk:cli:on-bootstrap','SDK_PERCY','sdk:hook','SDK_TEST',':session-status','SDK_ACCESSIBILITY_CONFIG','sdk:app-automate','SESSION_ANNOTATION','sdk:observabilityConfig','SDK_CLI_ON_CONNECT','SDK_AI_SELF_HEAL_STEP','HUB_MANAGEMENT','13016vLZTHT','SDK_HOOK','SDK_OBSERVABILITY_CONFIG',':sync',':after-all','TURBOSCALE_EVENTS',':before-each',':ci-artifacts','SDK_TESTHUB','EVENTS',':auto-capture','sdk:driver','IDLE_TIMEOUT','START','DRIVER_EVENT','SDK_AUTOMATION_FRAMEWORK_START','KEEP_ALIVE','SDK_POST_INITIALIZE','AUTOMATE_EVENTS','300004LhWUNj',':start','PERFORM_SCAN','AFTER','sdk:cli:on-connect','SDK_CONNECT_BIN_SESSION','sdk:percy','QUIT','sdk:automate',':save-results','SDK_AI_SELF_HEAL_GET_RESULT','DOWNLOAD','sdk:testhub',':app-upload','SDK_AUTOMATION_FRAMEWORK_STOP','sdk:pre-test','sdk:connectBinSession','A11Y_EVENTS','SDK_TURBOSCALE',':before','sdk:findNearestHub','917uyZEMh','BEFORE_ALL','SDK_A11Y','APP_AUOTMATE_EVENTS','sdk:post-test','GET_RESULTS','PERCY_EVENTS',':local-start','AFTER_EACH','GET','HOOK_EVENTS','sdk:driver:post-initialization','PRE_EXECUTE','68504AbIBbj','530090uvKMeC','9OSfBsp','1535hSGlTZ','2XwPvVI','GET_RESULTS_SUMMARY'];a150_0x169e=function(){return _0x3fef84;};return a150_0x169e();}a150_0x48f286['SDK_SETUP']='sdk:setup',a150_0x48f286[a150_0x288ae2(0xef)]='sdk:cleanup',a150_0x48f286['SDK_PRE_TEST']=a150_0x288ae2(0x138),a150_0x48f286[a150_0x288ae2(0x10d)]=a150_0x288ae2(0xf9),a150_0x48f286[a150_0x288ae2(0xe8)]=a150_0x288ae2(0x142),a150_0x48f286[a150_0x288ae2(0x117)]=a150_0x288ae2(0x10c),a150_0x48f286[a150_0x288ae2(0xe2)]=a150_0x288ae2(0x121),a150_0x48f286['SDK_A11Y']=a150_0x288ae2(0xfb),a150_0x48f286[a150_0x288ae2(0x108)]='sdk:o11y',a150_0x48f286['SDK_AUTO_CAPTURE']='sdk:auto-capture',a150_0x48f286['SDK_PROXY_SETUP']=a150_0x288ae2(0xe7),a150_0x48f286[a150_0x288ae2(0x11e)]=a150_0x288ae2(0x135),a150_0x48f286[a150_0x288ae2(0xcd)]=a150_0x288ae2(0x131),a150_0x48f286[a150_0x288ae2(0xdb)]=a150_0x288ae2(0x110),a150_0x48f286['SDK_TURBOSCALE']=a150_0x288ae2(0xcb),a150_0x48f286[a150_0x288ae2(0x10b)]=a150_0x288ae2(0x12f),a150_0x48f286[a150_0x288ae2(0x109)]=a150_0x288ae2(0xfa),a150_0x48f286[a150_0x288ae2(0x127)]=a150_0x288ae2(0x149),a150_0x48f286[a150_0x288ae2(0xd6)]=a150_0x288ae2(0xcc),a150_0x48f286[a150_0x288ae2(0xf7)]=a150_0x288ae2(0x104),a150_0x48f286[a150_0x288ae2(0xde)]=a150_0x288ae2(0xce),a150_0x48f286[a150_0x288ae2(0x102)]=a150_0x288ae2(0x10a),a150_0x48f286[a150_0x288ae2(0x113)]=a150_0x288ae2(0x12d),a150_0x48f286['SDK_CLI_ON_STOP']=a150_0x288ae2(0xda),a150_0x48f286[a150_0x288ae2(0xe6)]=a150_0x288ae2(0xe1),a150_0x48f286[a150_0x288ae2(0x12e)]=a150_0x288ae2(0x139),a150_0x48f286['SDK_DRIVER_INIT']=a150_0x288ae2(0xd5),a150_0x48f286[a150_0x288ae2(0xe0)]=a150_0x288ae2(0x13d),a150_0x48f286[a150_0x288ae2(0xd8)]=a150_0x288ae2(0xee),a150_0x48f286[a150_0x288ae2(0x125)]=a150_0x288ae2(0xc6),a150_0x48f286[a150_0x288ae2(0x10f)]=a150_0x288ae2(0xf5),a150_0x48f286[a150_0x288ae2(0x118)]=a150_0x288ae2(0x112),a150_0x48f286[a150_0x288ae2(0x114)]=a150_0x288ae2(0xea),a150_0x48f286[a150_0x288ae2(0x133)]=a150_0x288ae2(0xe4),a150_0x48f286['SDK_TEST_FRAMEWORK_EVENT']=a150_0x288ae2(0xec),a150_0x48f286[a150_0x288ae2(0xfe)]=a150_0x288ae2(0xd9),a150_0x48f286[a150_0x288ae2(0xd1)]=a150_0x288ae2(0xdf),a150_0x48f286['SDK_CLI_ENQUEUE_TEST_EVENT']=a150_0x288ae2(0x105),a150_0x48f286[a150_0x288ae2(0x137)]=a150_0x288ae2(0xdc),a150_0x48f286[a150_0x288ae2(0xe5)]='sdk:onStop';const SDK_EVENTS=a150_0x48f286,a150_0x14fb43={};a150_0x14fb43[a150_0x288ae2(0x11f)]=SDK_EVENTS,a150_0x14fb43[a150_0x288ae2(0xf3)]={},a150_0x14fb43[a150_0x288ae2(0x128)]={},a150_0x14fb43[a150_0x288ae2(0x13a)]={},a150_0x14fb43[a150_0x288ae2(0x144)]={},a150_0x14fb43[a150_0x288ae2(0xc7)]={},a150_0x14fb43[a150_0x288ae2(0x148)]={},a150_0x14fb43[a150_0x288ae2(0x11b)]={},a150_0x14fb43[a150_0x288ae2(0x141)]={},a150_0x14fb43[a150_0x288ae2(0x124)]={},a150_0x14fb43[a150_0x288ae2(0xf3)][a150_0x288ae2(0x123)]=SDK_EVENTS[a150_0x288ae2(0x11e)]+a150_0x288ae2(0x12a),a150_0x14fb43[a150_0x288ae2(0xf3)]['STOP']=SDK_EVENTS[a150_0x288ae2(0x11e)]+a150_0x288ae2(0x101),a150_0x14fb43[a150_0x288ae2(0x128)][a150_0x288ae2(0x126)]=SDK_EVENTS[a150_0x288ae2(0xcd)]+':keep-alive',a150_0x14fb43[a150_0x288ae2(0x128)][a150_0x288ae2(0x115)]=SDK_EVENTS[a150_0x288ae2(0xcd)]+a150_0x288ae2(0xf8),a150_0x14fb43[a150_0x288ae2(0x128)]['LOCAL_START']=SDK_EVENTS[a150_0x288ae2(0xcd)]+a150_0x288ae2(0x145),a150_0x14fb43[a150_0x288ae2(0x128)]['LOCAL_STOP']=SDK_EVENTS[a150_0x288ae2(0xcd)]+a150_0x288ae2(0xd0),a150_0x14fb43[a150_0x288ae2(0x128)][a150_0x288ae2(0x106)]=SDK_EVENTS[a150_0x288ae2(0xcd)]+a150_0x288ae2(0xf2),a150_0x14fb43[a150_0x288ae2(0x128)][a150_0x288ae2(0xfc)]=SDK_EVENTS[a150_0x288ae2(0xcd)]+a150_0x288ae2(0xca),a150_0x14fb43[a150_0x288ae2(0x128)]['SESSION_STATUS']=SDK_EVENTS['SDK_AUTOMATE']+a150_0x288ae2(0x10e),a150_0x14fb43[a150_0x288ae2(0x128)][a150_0x288ae2(0x111)]=SDK_EVENTS[a150_0x288ae2(0xcd)]+':session-annotation',a150_0x14fb43[a150_0x288ae2(0x128)][a150_0x288ae2(0x122)]=SDK_EVENTS[a150_0x288ae2(0xcd)]+':idle-timeout',a150_0x14fb43[a150_0x288ae2(0x128)][a150_0x288ae2(0xf1)]=SDK_EVENTS[a150_0x288ae2(0xcd)]+a150_0x288ae2(0x11d),a150_0x14fb43[a150_0x288ae2(0x128)][a150_0x288ae2(0xfd)]=SDK_EVENTS['SDK_AUTOMATE']+a150_0x288ae2(0x103),a150_0x14fb43[a150_0x288ae2(0x13a)][a150_0x288ae2(0x12b)]=SDK_EVENTS['SDK_A11Y']+a150_0x288ae2(0xdd),a150_0x14fb43[a150_0x288ae2(0x13a)][a150_0x288ae2(0xe9)]=SDK_EVENTS[a150_0x288ae2(0x140)]+a150_0x288ae2(0x132),a150_0x14fb43[a150_0x288ae2(0x13a)][a150_0x288ae2(0x143)]=SDK_EVENTS[a150_0x288ae2(0x140)]+':get-accessibility-results',a150_0x14fb43[a150_0x288ae2(0x13a)][a150_0x288ae2(0xc5)]=SDK_EVENTS['SDK_A11Y']+':get-accessibility-results-summary',a150_0x14fb43[a150_0x288ae2(0x144)][a150_0x288ae2(0x134)]=SDK_EVENTS[a150_0x288ae2(0x10b)]+':download',a150_0x14fb43[a150_0x288ae2(0x144)]['SCREENSHOT']=SDK_EVENTS[a150_0x288ae2(0x10b)]+':screenshot',a150_0x14fb43[a150_0x288ae2(0x144)][a150_0x288ae2(0x123)]=SDK_EVENTS[a150_0x288ae2(0x10b)]+a150_0x288ae2(0x12a),a150_0x14fb43[a150_0x288ae2(0x144)]['STOP']=SDK_EVENTS[a150_0x288ae2(0x10b)]+':stop',a150_0x14fb43[a150_0x288ae2(0x144)]['AUTO_CAPTURE']=SDK_EVENTS['SDK_PERCY']+a150_0x288ae2(0x120),a150_0x14fb43[a150_0x288ae2(0x144)][a150_0x288ae2(0x100)]=SDK_EVENTS[a150_0x288ae2(0x10b)]+a150_0x288ae2(0xd7),a150_0x14fb43[a150_0x288ae2(0x144)][a150_0x288ae2(0xd4)]=SDK_EVENTS[a150_0x288ae2(0x10b)]+':screenshot-app',a150_0x14fb43[a150_0x288ae2(0xc7)]['SYNC']=SDK_EVENTS[a150_0x288ae2(0x108)]+a150_0x288ae2(0x119),a150_0x14fb43[a150_0x288ae2(0xc7)][a150_0x288ae2(0xed)]=SDK_EVENTS['SDK_O11Y']+a150_0x288ae2(0xf0),a150_0x14fb43[a150_0x288ae2(0xc7)][a150_0x288ae2(0xfd)]=SDK_EVENTS[a150_0x288ae2(0x108)]+a150_0x288ae2(0x103),a150_0x14fb43[a150_0x288ae2(0x148)][a150_0x288ae2(0xf6)]=SDK_EVENTS['SDK_HOOK']+a150_0x288ae2(0x11c),a150_0x14fb43[a150_0x288ae2(0x148)][a150_0x288ae2(0x146)]=SDK_EVENTS['SDK_HOOK']+':after-each',a150_0x14fb43[a150_0x288ae2(0x148)]['AFTER_ALL']=SDK_EVENTS[a150_0x288ae2(0x117)]+a150_0x288ae2(0x11a),a150_0x14fb43[a150_0x288ae2(0x148)][a150_0x288ae2(0x13f)]=SDK_EVENTS[a150_0x288ae2(0x117)]+':before-all',a150_0x14fb43[a150_0x288ae2(0x148)][a150_0x288ae2(0xc9)]=SDK_EVENTS[a150_0x288ae2(0x117)]+a150_0x288ae2(0x13c),a150_0x14fb43[a150_0x288ae2(0x148)][a150_0x288ae2(0x12c)]=SDK_EVENTS['SDK_HOOK']+a150_0x288ae2(0xeb),a150_0x14fb43[a150_0x288ae2(0x11b)][a150_0x288ae2(0x115)]=SDK_EVENTS[a150_0x288ae2(0x13b)]+a150_0x288ae2(0xf8),a150_0x14fb43[a150_0x288ae2(0x11b)][a150_0x288ae2(0xfd)]=SDK_EVENTS[a150_0x288ae2(0x13b)]+a150_0x288ae2(0x103),a150_0x14fb43[a150_0x288ae2(0x141)]['APP_UPLOAD']=SDK_EVENTS[a150_0x288ae2(0xdb)]+a150_0x288ae2(0x136),a150_0x14fb43[a150_0x288ae2(0x124)][a150_0x288ae2(0x130)]=SDK_EVENTS['SDK_DRIVER']+':quit',a150_0x14fb43[a150_0x288ae2(0x124)][a150_0x288ae2(0x147)]=SDK_EVENTS['SDK_DRIVER']+a150_0x288ae2(0xf4),a150_0x14fb43[a150_0x288ae2(0x124)][a150_0x288ae2(0x14a)]=SDK_EVENTS[a150_0x288ae2(0xe2)]+a150_0x288ae2(0xe3),a150_0x14fb43[a150_0x288ae2(0x124)]['POST_EXECUTE']=SDK_EVENTS[a150_0x288ae2(0xe2)]+a150_0x288ae2(0xff),module[a150_0x288ae2(0xcf)]=a150_0x14fb43;
@@ -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_0x29b02c=a151_0x21d6;(function(_0x1dce82,_0x429bba){const _0x3c86d4=a151_0x21d6,_0x15baec=_0x1dce82();while(!![]){try{const _0x2d1c2d=-parseInt(_0x3c86d4(0x103))/0x1*(-parseInt(_0x3c86d4(0x12d))/0x2)+-parseInt(_0x3c86d4(0xb7))/0x3*(parseInt(_0x3c86d4(0xfa))/0x4)+-parseInt(_0x3c86d4(0x107))/0x5+parseInt(_0x3c86d4(0xb3))/0x6+-parseInt(_0x3c86d4(0x117))/0x7+-parseInt(_0x3c86d4(0x123))/0x8*(parseInt(_0x3c86d4(0xb9))/0x9)+parseInt(_0x3c86d4(0xb4))/0xa;if(_0x2d1c2d===_0x429bba)break;else _0x15baec['push'](_0x15baec['shift']());}catch(_0x4e5d53){_0x15baec['push'](_0x15baec['shift']());}}}(a151_0x1620,0xc8760));const fs=require('fs'),fsPromise=require('fs/promises'),{performance,PerformanceObserver}=require(a151_0x29b02c(0xde)),path=require('path'),util=require(a151_0x29b02c(0xc8)),logger=require(a151_0x29b02c(0x129))[a151_0x29b02c(0xf0)],{getLogDir}=require(a151_0x29b02c(0x129)),{getProcessId,sleep,debug,getTestName}=require(a151_0x29b02c(0xe4));function a151_0x1620(){const _0x5af438=['catch','push','errorReportDirName','modified-key-metrics.json','platform','928200dWBFIJ','25334140dpwwbB','existsSync','zaivy','471fwEPzp','measure','703719xGzuPQ','disconnect','hEhDu','reduce','\x20for\x20all\x20processes\x20is\x20','oAdHz','join','calculateTimeFromEvents','bCVCS','exports','cEsrw','fLePw','errorFile','start','UfHgl','util','writeFileSync','info','slice','mKYWX','readFile','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','Error\x20in\x20doing\x20csv\x20operations:\x20','dSyDv','meta','debug','hWTdj','performance-report','entryType','nYiie','unlinkSync','oupvR','YXZKg','ULbgl','bRsKX','dirname','code','perf_hooks','calculateTimesFromMultipleFiles','</td><td>','FRXTP','zWVfo','pushPerfMeasures','../processHelper','captureError','all','jsonReportDirName','Error\x20stopping\x20monitoring\x20','length','errorReportFileName','gSNIO','cwd','key-metrics.json','details','false','winstonLogger','IkyQj','_observer','pTmPC','pagTF','apply','name','finalizePerfMeasures','EWeJd','toJSON','38116GuEyzf','format','finalize','Error\x20processing\x20key-metrics.json:\x20%s','nFYZJ','forEach','iBBug','startMonitoring','getEventsFromJSON','812opIMEK','end','__platformCaps','ukxbk','4441045zwGbEh','failure','toString','SqgZh','error-report','worker','VeAXe','Fzbqh','yPhqn','appendFileSync','assign','yujcG','YhXFr','parse','splice','measures','3721403xwtABH','EsjOg','message','YWiCA','generateJSON','aslUi','testName','index','performance-own.html','_errorEvents','function','stopAndGenerate','8vXAuRe','-start','</td></tr>','isEnabled','browserStackCwd','entries','../logger','hHqng','readFileSync','PtTzw','2776tZqfwl','writeFile','Performance\x20report\x20is\x20at\x20','WbYPS','eventsMap','getPerformance','then','1|4|0|3|2','match','stack','nZixN','/error-report-','jsonReportDirPath','access','VKNjX','env','stringify','constants','entryTypes','<h1>Performance\x20Report</h1>','Error\x20in\x20writing\x20html\x20','isArray','_events','errors','measureWrapper','mkdirSync','jsonReportFileName','started','mark','utf-8','ShoHJ','resolve','IgDTz','_measureEvents','generateHTMLReport','ExERc','observe','yakDz','flat','duration','getCleanedPerfEvents','Yauoj','kZbFE','.json','map','concat','NaeFu','bcbOQ'];a151_0x1620=function(){return _0x5af438;};return a151_0x1620();}function a151_0x21d6(_0x59f66e,_0x1b76fa){const _0x1620d7=a151_0x1620();return a151_0x21d6=function(_0x21d649,_0x17d453){_0x21d649=_0x21d649-0xac;let _0x4d4e39=_0x1620d7[_0x21d649];return _0x4d4e39;},a151_0x21d6(_0x59f66e,_0x1b76fa);}class PerformanceTester{static [a151_0x29b02c(0xf2)];static [a151_0x29b02c(0x143)]=[];static [a151_0x29b02c(0x14e)]=[];static [a151_0x29b02c(0x120)]=[];static ['started']=![];static [a151_0x29b02c(0xe7)]=a151_0x29b02c(0xd4);static [a151_0x29b02c(0xb0)]=process[a151_0x29b02c(0x13c)][a151_0x29b02c(0x127)]?path['join'](process[a151_0x29b02c(0x13c)]['browserStackCwd'],a151_0x29b02c(0x10b)):path[a151_0x29b02c(0xbf)](process[a151_0x29b02c(0xec)](),a151_0x29b02c(0x10b));static ['errorReportFileName']=this['errorReportDirName']+'/error-report-'+getProcessId()+a151_0x29b02c(0x158);static [a151_0x29b02c(0xee)]={};static ['eventsMap']={};static[a151_0x29b02c(0x101)](_0x4d7b30,_0x45e352=this[a151_0x29b02c(0xb0)]+a151_0x29b02c(0x138)+getProcessId()+'.json'){const _0x47d382=a151_0x29b02c,_0x547077={'SqgZh':function(_0x100e4b,_0x46acd6){return _0x100e4b===_0x46acd6;},'fLePw':'measure','dSyDv':function(_0xb7454f){return _0xb7454f();},'mKYWX':function(_0x3f29c0){return _0x3f29c0();},'nYiie':function(_0x3932a2,_0x431f55){return _0x3932a2+_0x431f55;},'hHqng':'Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','iBBug':_0x47d382(0x121)};try{this[_0x47d382(0x139)]=path[_0x47d382(0xbf)](_0x547077[_0x47d382(0xd0)](getLogDir),this[_0x47d382(0xe7)]),!_0x4d7b30&&(_0x4d7b30=this[_0x47d382(0x139)]+'/performance-report-'+_0x547077[_0x47d382(0xcc)](getProcessId)+'.json'),!fs[_0x47d382(0xb5)](this[_0x47d382(0x139)])&&fs[_0x47d382(0x146)](this['jsonReportDirPath']);}catch(_0x28d7d3){logger[_0x47d382(0xd2)](_0x547077[_0x47d382(0xd6)](_0x547077[_0x47d382(0x12a)],_0x28d7d3));}if(this[_0x47d382(0x148)]||!this[_0x47d382(0x126)]())return;this[_0x47d382(0xf2)]=new PerformanceObserver(_0x3c5091=>{const _0x6770f7=_0x47d382;_0x3c5091['getEntries']()[_0x6770f7(0xff)](_0x44f089=>{const _0x2e5e4e=_0x6770f7;if(_0x547077[_0x2e5e4e(0x10a)](_0x44f089[_0x2e5e4e(0xd5)],_0x547077[_0x2e5e4e(0xc4)])){let _0x32217e={};if(_0x44f089[_0x2e5e4e(0xf9)])_0x32217e=_0x44f089[_0x2e5e4e(0xf9)]();else for(const _0x379e57 in _0x44f089){_0x32217e[_0x379e57]=_0x44f089[_0x379e57];}this[_0x2e5e4e(0xee)][_0x44f089['name']]&&(_0x32217e=Object[_0x2e5e4e(0x111)](_0x32217e,this[_0x2e5e4e(0xee)][_0x44f089[_0x2e5e4e(0xf6)]])),delete this[_0x2e5e4e(0xee)][_0x44f089['name']],this[_0x2e5e4e(0x14e)][_0x2e5e4e(0xaf)](_0x32217e);}else this[_0x2e5e4e(0x143)][_0x2e5e4e(0xaf)](_0x44f089);});});const _0x26f09c={};_0x26f09c['buffered']=!![],_0x26f09c[_0x47d382(0x13f)]=[_0x547077[_0x47d382(0x100)],_0x547077[_0x47d382(0xc4)]],this[_0x47d382(0xf2)][_0x47d382(0x151)](_0x26f09c),this[_0x47d382(0x148)]=!![],this[_0x47d382(0x147)]=_0x4d7b30,this[_0x47d382(0xea)]=_0x45e352;}static[a151_0x29b02c(0x132)](){return performance;}static[a151_0x29b02c(0xc0)](_0x3b386e,_0x40d254){const _0x104a6c=a151_0x29b02c,_0x5235cf={};_0x5235cf[_0x104a6c(0x113)]=function(_0x1f6250,_0x11fe3e){return _0x1f6250+_0x11fe3e;},_0x5235cf[_0x104a6c(0xac)]=function(_0x4ccbdb,_0x49ce3e){return _0x4ccbdb||_0x49ce3e;},_0x5235cf[_0x104a6c(0x130)]=function(_0x5e994a,_0x554f0b){return _0x5e994a===_0x554f0b;};const _0x327ad6=_0x5235cf,_0x4102b3={};if(!_0x3b386e||_0x327ad6[_0x104a6c(0x130)](_0x3b386e['length'],0x0))return;_0x3b386e['map'](_0x294447=>{const _0x28892d=_0x104a6c;!_0x4102b3[_0x294447[_0x28892d(0xf6)]]&&(_0x4102b3[_0x294447[_0x28892d(0xf6)]]=0x0),_0x4102b3[_0x294447[_0x28892d(0xf6)]]+=_0x294447[_0x28892d(0x154)];});const _0x5642fa=_0x40d254[_0x104a6c(0xbc)]((_0x2c0bf8,_0x3ef664)=>{const _0x99551f=_0x104a6c;return _0x327ad6[_0x99551f(0x113)](_0x4102b3[_0x3ef664],_0x327ad6[_0x99551f(0xac)](_0x2c0bf8,0x0));},0x0);return _0x5642fa;}static async[a151_0x29b02c(0xdf)](_0x1589ca,_0x166a8b){const _0x1d25c0=a151_0x29b02c,_0x5b15ab={'IgDTz':function(_0x503390,_0x50bc05){return _0x503390+_0x50bc05;},'YXZKg':function(_0x5335cc,_0x422c3b){return _0x5335cc||_0x422c3b;},'YWiCA':function(_0x195593,_0x275bd9){return _0x195593===_0x275bd9;},'EWeJd':function(_0xdc826d,_0x4a64f8){return _0xdc826d(_0x4a64f8);}};if(!_0x1589ca||_0x5b15ab[_0x1d25c0(0x11a)](_0x1589ca['length'],0x0))return 0x0;const _0x2d5e98=[];for(const _0x1d636a of _0x1589ca){const _0x3ee438=path[_0x1d25c0(0xbf)]('.',_0x1d636a);try{const _0xf3abc6=this[_0x1d25c0(0x102)](_0x3ee438);_0xf3abc6[_0x1d25c0(0x159)](_0xf634c=>{const _0x3e4366=_0x1d25c0;!_0x2d5e98[_0xf634c[_0x3e4366(0xf6)]]&&(_0x2d5e98[_0xf634c[_0x3e4366(0xf6)]]=0x0),_0x2d5e98[_0xf634c[_0x3e4366(0xf6)]]+=_0xf634c[_0x3e4366(0x154)];});}catch(_0x4b368f){_0x5b15ab[_0x1d25c0(0xf8)](debug,_0x1d25c0(0xcf)+_0x4b368f['toString']());}}const _0x3b27dd=_0x166a8b[_0x1d25c0(0xbc)]((_0x8c91db,_0x54b36b)=>{const _0x4fca65=_0x1d25c0;return _0x5b15ab[_0x4fca65(0x14d)](_0x2d5e98[_0x54b36b],_0x5b15ab[_0x4fca65(0xd9)](_0x8c91db,0x0));},0x0);return _0x5b15ab[_0x1d25c0(0xf8)](debug,'Time\x20for\x20'+_0x166a8b+_0x1d25c0(0xbd)+_0x3b27dd),_0x3b27dd;}static[a151_0x29b02c(0x102)](_0x17b4d1){const _0x1954d2=a151_0x29b02c;if(_0x17b4d1){if(!fs[_0x1954d2(0xb5)](_0x17b4d1))return[];return JSON[_0x1954d2(0x114)](fs['readFileSync'](_0x17b4d1)[_0x1954d2(0x109)]());}}static async[a151_0x29b02c(0x122)](_0x345c3d=a151_0x29b02c(0x11f),_0x3a3693=null){const _0x3d762d=a151_0x29b02c,_0x172177={'ukxbk':function(_0x4aa5bf,_0x380970){return _0x4aa5bf(_0x380970);}};if(!this[_0x3d762d(0x148)])return;await _0x172177[_0x3d762d(0x106)](sleep,0x1e),this[_0x3d762d(0xf2)][_0x3d762d(0xba)](),this['started']=![],this[_0x3d762d(0x11b)](this[_0x3d762d(0x143)]);const _0x251b7b=this[_0x3d762d(0x14f)](this[_0x3d762d(0x143)]),_0x14bb37=path['join'](process[_0x3d762d(0xec)](),_0x345c3d);fs['writeFile'](_0x14bb37,_0x251b7b,_0x5c1ebe=>{const _0x16474c=_0x3d762d;if(_0x5c1ebe){_0x172177[_0x16474c(0x106)](debug,_0x16474c(0x141)+_0x5c1ebe[_0x16474c(0x109)]());return;}_0x172177['ukxbk'](debug,_0x16474c(0x12f)+_0x14bb37);});if(_0x3a3693)return this['calculateTimeFromEvents'](this['_events'],_0x3a3693);}static[a151_0x29b02c(0x14f)](_0x1d528a){const _0x33ff92=a151_0x29b02c,_0x2c111f={};_0x2c111f[_0x33ff92(0xeb)]='<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>',_0x2c111f[_0x33ff92(0x118)]=_0x33ff92(0x140),_0x2c111f['Yauoj']=_0x33ff92(0xce),_0x2c111f[_0x33ff92(0x10d)]='</tbody></table></body></html>';const _0x148885=_0x2c111f;let _0x3fdce6=_0x148885[_0x33ff92(0xeb)];return _0x3fdce6+=_0x148885[_0x33ff92(0x118)],_0x3fdce6+=_0x148885[_0x33ff92(0x156)],_0x1d528a['forEach'](_0x2cc91a=>{const _0x2347a9=_0x33ff92;_0x3fdce6+='<tr><td>'+_0x2cc91a['name']+_0x2347a9(0xe0)+_0x2cc91a[_0x2347a9(0x154)]+_0x2347a9(0x125);}),_0x3fdce6+=_0x148885[_0x33ff92(0x10d)],_0x3fdce6;}static[a151_0x29b02c(0x11b)](_0x32d841){const _0x5e6da9=a151_0x29b02c;if(!this['jsonReportFileName'])return;const _0x46756b={};_0x32d841['map'](_0x43eaf5=>{const _0x658e76=a151_0x21d6;!_0x46756b[_0x43eaf5[_0x658e76(0xf6)]]&&(_0x46756b[_0x43eaf5[_0x658e76(0xf6)]]=0x0),_0x46756b[_0x43eaf5[_0x658e76(0xf6)]]+=_0x43eaf5[_0x658e76(0x154)];});const _0x1f929f=Object[_0x5e6da9(0x128)](_0x46756b)['map'](([_0xb91bdb,_0x473d0d])=>{const _0xe8d463=_0x5e6da9,_0x26094d={};return _0x26094d[_0xe8d463(0xf6)]=_0xb91bdb,_0x26094d['duration']=_0x473d0d,_0x26094d;});fs[_0x5e6da9(0xc9)](this['jsonReportFileName'],JSON['stringify'](_0x1f929f));}static[a151_0x29b02c(0x126)](){const _0x1b3c7d=a151_0x29b02c,_0x1af308={};_0x1af308[_0x1b3c7d(0x12c)]=function(_0x46b716,_0x32a362){return _0x46b716===_0x32a362;},_0x1af308[_0x1b3c7d(0x137)]=_0x1b3c7d(0xef);const _0x4406e1=_0x1af308;return!_0x4406e1[_0x1b3c7d(0x12c)](process[_0x1b3c7d(0x13c)]['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x4406e1[_0x1b3c7d(0x137)]);}static[a151_0x29b02c(0xb8)](_0x57ee0a,_0x2f7aff,_0x400314=null,_0x104ee6={},_0x2968ba=null){const _0x2b50c5=a151_0x29b02c,_0x5306f2={'ShoHJ':function(_0x35395e,_0x576b98){return _0x35395e(_0x576b98);},'bNvJv':function(_0x4bc524,_0x3fc4e2){return _0x4bc524 instanceof _0x3fc4e2;}};try{if(this[_0x2b50c5(0x148)]&&this[_0x2b50c5(0x126)]()){let _0x42babd=_0x57ee0a;_0x400314&&(_0x42babd=_0x57ee0a+'['+JSON[_0x2b50c5(0x13d)](_0x400314)+']');PerformanceTester[_0x2b50c5(0xc6)](_0x42babd),this['details']&&(this[_0x2b50c5(0xee)][_0x42babd]=_0x104ee6);try{const _0xc4403f=_0x2f7aff[_0x2b50c5(0xf5)](null,_0x2968ba);if(_0x5306f2['bNvJv'](_0xc4403f,Promise))return new Promise((_0x12b18e,_0x41c883)=>{const _0x289807=_0x2b50c5,_0x169a1f={'VKNjX':function(_0x597847,_0x3f38dd){const _0x52c6a4=a151_0x21d6;return _0x5306f2[_0x52c6a4(0x14b)](_0x597847,_0x3f38dd);}};_0xc4403f[_0x289807(0x133)](_0x40833e=>{const _0x28ded2=_0x289807;PerformanceTester[_0x28ded2(0x104)](_0x42babd),_0x169a1f[_0x28ded2(0x13b)](_0x12b18e,_0x40833e);})[_0x289807(0xae)](_0x4f8bea=>{const _0x37b4a4=_0x289807;PerformanceTester[_0x37b4a4(0x104)](_0x42babd,![],util['format'](_0x4f8bea)),_0x5306f2[_0x37b4a4(0x14b)](_0x41c883,_0x4f8bea);});});;return PerformanceTester[_0x2b50c5(0x104)](_0x42babd),_0xc4403f;}catch(_0x291d4d){PerformanceTester[_0x2b50c5(0x104)](_0x42babd,![],util[_0x2b50c5(0xfb)](_0x291d4d));throw _0x291d4d;}};return _0x2f7aff[_0x2b50c5(0xf5)](null,_0x2968ba);}catch(_0x9ad4a9){return logger[_0x2b50c5(0xd2)]('error\x20in\x20measure\x20'+(_0x9ad4a9[_0x2b50c5(0x136)]||_0x9ad4a9[_0x2b50c5(0x119)]||_0x9ad4a9)),_0x2f7aff[_0x2b50c5(0xf5)](null,_0x2968ba);}}static[a151_0x29b02c(0x145)](_0x4b6a3d,_0x5cc28d,_0x15e36b={}){const _0x45dd92=a151_0x29b02c,_0x4c9579={'yPhqn':function(_0x111924){return _0x111924();}},_0xf1fa30=this;return _0x15e36b[_0x45dd92(0x10c)]=_0x4c9579[_0x45dd92(0x10f)](getProcessId),_0x15e36b[_0x45dd92(0x11d)]=_0x4c9579['yPhqn'](getTestName),_0x15e36b[_0x45dd92(0xb2)]=global['__platformCaps']&&global['__platformCaps'][_0x45dd92(0x11e)],function(){const _0x3c2a2a=_0x45dd92,_0x23ecad=[_0x4b6a3d,_0x5cc28d,null,_0x15e36b]['concat'](arguments);return _0xf1fa30['measure'][_0x3c2a2a(0xf5)](_0xf1fa30,_0x23ecad);};}static['getCleanedPerfEvents'](){const _0x4673de=a151_0x29b02c,_0x54c42d=/(^.*)\[(.*)\]$/,_0x3dbba8={},_0x5e1675={},_0x2ac62e=[],_0xb65eb0=this['_measureEvents'][_0x4673de(0x115)](0x0,this[_0x4673de(0x14e)][_0x4673de(0xe9)]);for(const _0x3f7eff of _0xb65eb0){const _0x5cfd8d=_0x3f7eff[_0x4673de(0xf6)][_0x4673de(0x135)](_0x54c42d),_0x304bfd=Object[_0x4673de(0x111)]({},_0x3f7eff);_0x5cfd8d&&(_0x304bfd['name']=_0x5cfd8d[0x1],_0x304bfd[_0x4673de(0xd1)]=JSON[_0x4673de(0x114)](_0x5cfd8d[0x2])),_0x2ac62e[_0x4673de(0xaf)](_0x304bfd);}return _0x2ac62e;}static[a151_0x29b02c(0xe3)](){const _0x1d8d03=a151_0x29b02c,_0x3d0df0={'yakDz':function(_0x24b9cd){return _0x24b9cd();},'hEhDu':function(_0x51b917,_0x4f0c58){return _0x51b917+_0x4f0c58;},'bRsKX':'Error\x20while\x20removing\x20files:\x20','bCVCS':function(_0x2cba24,_0x502ffd){return _0x2cba24===_0x502ffd;}};try{this['jsonReportDirPath']=path[_0x1d8d03(0xbf)](_0x3d0df0[_0x1d8d03(0x152)](getLogDir),this[_0x1d8d03(0xe7)]);if(fs[_0x1d8d03(0xb5)](this[_0x1d8d03(0x139)])){const _0x4060fc=fs['readdirSync'](this[_0x1d8d03(0x139)]);for(const _0x109455 of _0x4060fc){fs[_0x1d8d03(0xd7)](path[_0x1d8d03(0xbf)](this[_0x1d8d03(0x139)],_0x109455));}}}catch(_0x396239){logger[_0x1d8d03(0xd2)](_0x3d0df0['hEhDu'](_0x3d0df0[_0x1d8d03(0xdb)],_0x396239));}if(_0x3d0df0[_0x1d8d03(0xc1)](this[_0x1d8d03(0x14e)]['length'],0x0))return;const _0x12f554=this['getCleanedPerfEvents'](),_0x50cff6=JSON[_0x1d8d03(0x13d)](_0x12f554),_0x50d31d=_0x3d0df0[_0x1d8d03(0xbb)](_0x50cff6[_0x1d8d03(0xcb)](0x1,-0x1),',');fs[_0x1d8d03(0x110)](this[_0x1d8d03(0x147)],_0x50d31d);}static async['finalizePerfMeasures'](){const _0x18763d=a151_0x29b02c,_0x557282={'zWVfo':function(_0x4ea405){return _0x4ea405();},'pTmPC':function(_0x2644ee,_0x1c81e4){return _0x2644ee===_0x1c81e4;},'UfHgl':_0x18763d(0xed),'Fzbqh':_0x18763d(0x14a),'kZbFE':_0x18763d(0xb1),'oAdHz':function(_0x1dc52b,_0x3d103f){return _0x1dc52b+_0x3d103f;},'IkyQj':function(_0x592a42,_0x35277b){return _0x592a42+_0x35277b;},'DfRZq':_0x18763d(0xfd),'cEsrw':'key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','YbHhU':'Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','FRXTP':function(_0x12e8f3,_0x4eedac){return _0x12e8f3>_0x4eedac;}};this[_0x18763d(0x139)]=path[_0x18763d(0xbf)](_0x557282[_0x18763d(0xe2)](getLogDir),this['jsonReportDirName']);if(!this[_0x18763d(0x148)]||_0x557282[_0x18763d(0xf3)](this['_measureEvents'][_0x18763d(0xe9)],0x0))return[];if(!fs[_0x18763d(0xb5)](this[_0x18763d(0x139)]))return this[_0x18763d(0x14e)];const _0x12b0a2=(await fsPromise['readdir'](this['jsonReportDirPath']))[_0x18763d(0x159)](_0x496f91=>path[_0x18763d(0x14c)](this[_0x18763d(0x139)],_0x496f91));try{const _0x535be7=path[_0x18763d(0xdc)](this['jsonReportDirPath']),_0x486daa=path['join'](_0x535be7,_0x557282[_0x18763d(0xc7)]);if(fs[_0x18763d(0xb5)](_0x486daa))try{await fsPromise[_0x18763d(0x13a)](_0x486daa,fs[_0x18763d(0x13e)]['F_OK']);const _0x3a55fd=await fsPromise[_0x18763d(0xcd)](_0x486daa,_0x557282[_0x18763d(0x10e)]),_0x549ac3=JSON[_0x18763d(0x114)](_0x3a55fd),_0x54b9ab=path['join'](this[_0x18763d(0x139)],_0x557282[_0x18763d(0x157)]);let _0x28c7ee='';Array[_0x18763d(0x142)](_0x549ac3)?_0x28c7ee=_0x557282[_0x18763d(0xbe)](_0x549ac3[_0x18763d(0x159)](_0x378389=>JSON[_0x18763d(0x13d)](_0x378389))[_0x18763d(0xbf)](','),','):_0x28c7ee=_0x557282[_0x18763d(0xf1)](JSON[_0x18763d(0x13d)](_0x549ac3),','),await fsPromise[_0x18763d(0x12e)](_0x54b9ab,_0x28c7ee),_0x12b0a2[_0x18763d(0xaf)](_0x54b9ab),await fsPromise['unlink'](_0x486daa);}catch(_0x7fb457){logger[_0x18763d(0xca)](util[_0x18763d(0xfb)](_0x557282['DfRZq'],_0x7fb457[_0x18763d(0x136)]||_0x7fb457[_0x18763d(0x119)]||_0x7fb457));}else logger[_0x18763d(0xca)](_0x557282[_0x18763d(0xc3)]);}catch(_0x320170){logger['info'](util[_0x18763d(0xfb)](_0x557282['YbHhU'],_0x320170['stack']||_0x320170[_0x18763d(0x119)]||_0x320170));}let _0xbd4f08=(await Promise[_0x18763d(0xe6)](_0x12b0a2[_0x18763d(0x159)](_0x26f3d5=>fsPromise[_0x18763d(0xcd)](_0x26f3d5,'utf-8'))))['map'](_0x24e593=>'['+_0x24e593[_0x18763d(0xcb)](0x0,-0x1)+']')['map'](_0x26255a=>JSON[_0x18763d(0x114)](_0x26255a))[_0x18763d(0x153)]();return _0x557282[_0x18763d(0xe1)](this[_0x18763d(0x14e)][_0x18763d(0xe9)],0x0)&&(_0xbd4f08=_0xbd4f08[_0x18763d(0x15a)](this[_0x18763d(0x155)]())),this[_0x18763d(0xf2)][_0x18763d(0xba)](),_0xbd4f08;}static['pushErrors'](){const _0x221a09=a151_0x29b02c,_0x122b73={};_0x122b73[_0x221a09(0xfe)]=function(_0x1714e7,_0xa72d98){return _0x1714e7===_0xa72d98;},_0x122b73[_0x221a09(0xb6)]=function(_0x21d2ef,_0x3afa3d){return _0x21d2ef+_0x3afa3d;};const _0x4b6e69=_0x122b73;if(_0x4b6e69[_0x221a09(0xfe)](this['_errorEvents'][_0x221a09(0xe9)],0x0))return;const _0x399229=JSON[_0x221a09(0x13d)](this[_0x221a09(0x120)]),_0x323050=_0x4b6e69[_0x221a09(0xb6)](_0x399229[_0x221a09(0xcb)](0x1,-0x1),',');fs['appendFileSync'](this[_0x221a09(0xc5)],_0x323050);}static['finalizeErrors'](){const _0x5ae5e8=a151_0x29b02c,_0x4436fd={};_0x4436fd['oupvR']=function(_0x37067e,_0x16df4a){return _0x37067e>_0x16df4a;};const _0x2ebd2a=_0x4436fd;if(this[_0x5ae5e8(0xea)]){if(!fs[_0x5ae5e8(0xb5)](this[_0x5ae5e8(0xea)]))return this[_0x5ae5e8(0x120)];let _0x48f0a3=fs[_0x5ae5e8(0x12b)](this[_0x5ae5e8(0xea)])[_0x5ae5e8(0x109)]();_0x48f0a3='['+_0x48f0a3['slice'](0x0,-0x1)+']';let _0x15f884=JSON['parse'](_0x48f0a3);return _0x2ebd2a[_0x5ae5e8(0xd8)](this[_0x5ae5e8(0x120)][_0x5ae5e8(0xe9)],0x0)&&(_0x15f884=_0x15f884[_0x5ae5e8(0x15a)](this['_errorEvents'])),fs[_0x5ae5e8(0xd7)](this[_0x5ae5e8(0xea)]),_0x15f884;}}static[a151_0x29b02c(0xe5)](_0x412150){const _0x121040=a151_0x29b02c;if(!this[_0x121040(0x126)]())return;this['_errorEvents']['push']({'message':_0x412150[_0x121040(0x119)],'trace':_0x412150['stack'],'code':_0x412150[_0x121040(0xdd)]||null,'time':new Date()});}static['stopMonitoring'](){const _0x34297c=a151_0x29b02c;try{if(!this[_0x34297c(0x126)]())return;this[_0x34297c(0xf2)]['disconnect'](),this[_0x34297c(0xe3)](),this['pushErrors']();}catch(_0x38f63f){logger['debug'](_0x34297c(0xe8)+util[_0x34297c(0xfb)](_0x38f63f));}}static async[a151_0x29b02c(0xfc)](){const _0x80ae32=a151_0x29b02c,_0x11ec10={'ExERc':function(_0x4e9c71,_0x2491e3){return _0x4e9c71(_0x2491e3);}};await _0x11ec10[_0x80ae32(0x150)](sleep,0x1e);const _0x37bc5b=await this[_0x80ae32(0xf7)](),_0x3bc49a=this['finalizeErrors']();if(!this[_0x80ae32(0x126)]()){const _0x34e21d={};return _0x34e21d[_0x80ae32(0x116)]=[],_0x34e21d[_0x80ae32(0x144)]=[],_0x34e21d;}const _0x2e8fc9={};return _0x2e8fc9['measures']=_0x37bc5b,_0x2e8fc9[_0x80ae32(0x144)]=_0x3bc49a,_0x2e8fc9;}static[a151_0x29b02c(0xc6)](_0x4460a5){const _0x59ea84=a151_0x29b02c,_0x58a81d={};_0x58a81d['aslUi']=function(_0x1e5e91,_0x5c94b8){return _0x1e5e91+_0x5c94b8;},_0x58a81d[_0x59ea84(0xd3)]=_0x59ea84(0x124);const _0x5065b8=_0x58a81d,_0x1fcf3a=_0x5065b8[_0x59ea84(0x11c)](_0x4460a5,_0x5065b8['hWTdj']);if(this[_0x59ea84(0x131)][_0x1fcf3a])return;performance[_0x59ea84(0x149)](_0x1fcf3a),this[_0x59ea84(0x131)][_0x1fcf3a]=0x1;}static[a151_0x29b02c(0x104)](_0x541ef7,_0xb368bd=!![],_0x4cee95=null,_0x3a764c={}){const _0x49f790=a151_0x29b02c,_0x5187f0={'iKcAS':_0x49f790(0x134),'pagTF':function(_0x103a24,_0x3a7eb0){return _0x103a24+_0x3a7eb0;},'ULbgl':_0x49f790(0x124),'bcbOQ':'-end','yujcG':function(_0x234a23){return _0x234a23();},'EljGW':function(_0x36eb43,_0x114c2e){return _0x36eb43+_0x114c2e;}},_0x2b8f2e=_0x5187f0['iKcAS']['split']('|');let _0x10bee0=0x0;while(!![]){switch(_0x2b8f2e[_0x10bee0++]){case'0':this[_0x49f790(0x131)][_0x5187f0[_0x49f790(0xf4)](_0x541ef7,_0x5187f0[_0x49f790(0xda)])]&&performance['measure'](_0x541ef7,_0x5187f0[_0x49f790(0xf4)](_0x541ef7,_0x5187f0[_0x49f790(0xda)]),_0x5187f0[_0x49f790(0xf4)](_0x541ef7,_0x5187f0[_0x49f790(0xad)]));continue;case'1':if(!this[_0x49f790(0x131)][_0x5187f0[_0x49f790(0xf4)](_0x541ef7,_0x5187f0[_0x49f790(0xda)])])return;continue;case'2':const _0x341edc={};_0x341edc['success']=_0xb368bd,_0x341edc[_0x49f790(0x108)]=_0x4cee95,this['details'][_0x541ef7]=Object[_0x49f790(0x111)](_0x341edc,Object[_0x49f790(0x111)](Object[_0x49f790(0x111)]({'worker':_0x5187f0[_0x49f790(0x112)](getProcessId),'platform':global[_0x49f790(0x105)]&&global[_0x49f790(0x105)]['index'],'testName':_0x5187f0[_0x49f790(0x112)](getTestName)},_0x3a764c),this['details'][_0x541ef7]||{}));continue;case'3':delete this[_0x49f790(0x131)][_0x5187f0['EljGW'](_0x541ef7,_0x5187f0[_0x49f790(0xda)])];continue;case'4':performance[_0x49f790(0x149)](_0x5187f0['pagTF'](_0x541ef7,_0x5187f0[_0x49f790(0xad)]));continue;}break;}}}module[a151_0x29b02c(0xc2)]=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
+ const a152_0xefe89b=a152_0x5184;(function(_0x3eb5ce,_0x333a96){const _0x3153bc=a152_0x5184,_0x4ef523=_0x3eb5ce();while(!![]){try{const _0x10caca=-parseInt(_0x3153bc(0x280))/0x1*(parseInt(_0x3153bc(0x262))/0x2)+-parseInt(_0x3153bc(0x21d))/0x3*(parseInt(_0x3153bc(0x236))/0x4)+parseInt(_0x3153bc(0x23c))/0x5*(-parseInt(_0x3153bc(0x288))/0x6)+-parseInt(_0x3153bc(0x24c))/0x7+-parseInt(_0x3153bc(0x28c))/0x8*(-parseInt(_0x3153bc(0x296))/0x9)+parseInt(_0x3153bc(0x24e))/0xa*(parseInt(_0x3153bc(0x28f))/0xb)+parseInt(_0x3153bc(0x245))/0xc;if(_0x10caca===_0x333a96)break;else _0x4ef523['push'](_0x4ef523['shift']());}catch(_0x46b502){_0x4ef523['push'](_0x4ef523['shift']());}}}(a152_0x1da5,0x29a02));function a152_0x5184(_0x43a012,_0x601beb){const _0x1da5a6=a152_0x1da5();return a152_0x5184=function(_0x5184b5,_0x369105){_0x5184b5=_0x5184b5-0x1f4;let _0x46a476=_0x1da5a6[_0x5184b5];return _0x46a476;},a152_0x5184(_0x43a012,_0x601beb);}function a152_0x1da5(){const _0x40c1df=['constructor','apply','RuCqu','bstack:options','DZUyu','getPlaywrightConfig','5nJukkH','cjlfx','lOsae','QEuAx','connectOverCDPWithRetry','browserstack.accessibilityOptions.scannerVersion','./w3cMapping','Error\x20getting\x20Playwright\x20BrowserType:\x20','1742442XHEooW','ECONNRESET','ESMte','SDK-5318:\x20getBundledConnectionClass\x20called\x20before\x20_connection\x20populated;\x20returning\x20null','2608bqHQcr','zdElR','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','8613mZtxAx','getBrowserFromCaps','isArray','cliConfig','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','apiJg','BS_A11Y_JWT','99ZqolhI','getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','\x20failed\x20(','aWPlo','Hewjj','FARhk','UorMr','Timeout','format','importFileFromPWCore','rFOdl','LwsWN','ECONNREFUSED','connectOverCDP','warn','getModifiedConfigFromCLI','eZOob','browserstack.accessibilityOptions.authToken','NAXBg','includes','xNGDr','./testhub/utils','sOlMd','JafZW','TknaF','resolveBrowserTypeClass','[A11Y]\x20connectOverCDP\x20attempt\x20','browserstack.accessibilityOptions.scannerProcessingTimeout','hTbMY','HFIOG','MRxfJ','sFKXp','util','waESP','WebSocket\x20error','No\x20modified\x20config\x20received\x20from\x20gRPC','FfFKo','[A11Y]\x20connectOverCDP\x20gave\x20up\x20after\x20','chromium','VXWMe','BROWSERSTACK_TEST_ACCESSIBILITY_YML','browserstack.testhubBuildUuid','getBuildProductMap','getPlaywrightUrl','nBnXZ','61755jrLtrJ','SjPED','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','getPlaywrightModulePath','DRcTA','PwVOp','bootstrap','cucumberjs-pw','UwetP','capabilities','rzcXu','entries','NhkXc','getPWCorePath','swByT','configPath','./helper','projects','zoVCz','connectWithRetry','SLjSU','GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request','Fftdd','ldvks','__platformCaps','64qysJHt','aqnQT','bebwk','vwGZC','\x20attempts\x20—\x20surfacing\x20error:\x20','NLwJG','5EUbwou','ayUdI','Detected\x20Playwright\x20version\x20','use','[Playwright]\x20connect\x20gave\x20up\x20after\x20','error','Socket\x20idle\x20from\x20a\x20long\x20time','setFrameworkDetail','getPlaywrightBrowserType','11776848pFNQRz','OsoMg','EUeHm','Unable\x20to\x20get\x20the\x20websocket\x20connection','generatePlaywrightUrl','checkPwandBootstrapCli','isPlaywrightAvailable','791931FbeLGg','debug','60DqRZZV','PLAYWRIGHT','vDISi','playwrightConfigObject','message','chrome','firefox','webkit','_connection','SIfkj','HOWee','zdIMP','Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed','nEXbQ','SDK-5318:\x20getBundledConnectionClass\x20walk\x20failed:\x20','platformCaps','length','__launchCaps','browserstack.accessibilityOptions.wcagVersion','__accessibilityOptions','34516DdRZBh','config','.\x20Session\x20may\x20be\x20reported\x20unlinked\x20(device\x20name\x20missing\x20on\x20dashboard).','OsCmF','getConfig','Could\x20not\x20import\x20GrpcClient:\x20','browserstack.buildProductMap','rvJrs','env','toLowerCase','browserName','../bin/v2/grpcClient','getInstance','Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','dJQpA','No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response','LofEd','[Playwright]\x20connect\x20attempt\x20','jGTbV','exports','aYJMk','setBrowserstackConfig','stringify','convertW3CToJsonWire'];a152_0x1da5=function(){return _0x40c1df;};return a152_0x1da5();}const util=require(a152_0xefe89b(0x210)),{importFileFromPWCore}=require(a152_0xefe89b(0x22d)),helper=require(a152_0xefe89b(0x22d)),logger=require('./logger')['winstonLogger'],W3CMapping=require(a152_0xefe89b(0x286))['W3CMapping'](),constants=require('../bin/utils/constants'),BrowserstackCLI=require('../bin/v2/browserstackCLI'),CLIUtils=require('../bin/v2/cliUtils');let GrpcClient;try{GrpcClient=require(a152_0xefe89b(0x26d));}catch(a152_0x2bb49c){logger['debug'](a152_0xefe89b(0x267)+a152_0x2bb49c[a152_0xefe89b(0x252)]),GrpcClient=null;}const convertW3CToJsonWire=_0x58bf26=>{const _0x5f6fdc=a152_0xefe89b,_0x4f118c={};_0x4f118c[_0x5f6fdc(0x27e)]=function(_0x44f74d,_0x3daf36){return _0x44f74d||_0x3daf36;},_0x4f118c['vDISi']=function(_0x535f21,_0x1817f8){return _0x535f21===_0x1817f8;},_0x4f118c[_0x5f6fdc(0x202)]=_0x5f6fdc(0x27d),_0x4f118c['aYJMk']=function(_0x4a72aa,_0x4294db){return _0x4a72aa===_0x4294db;},_0x4f118c[_0x5f6fdc(0x283)]=function(_0x4be29d,_0x46df26){return _0x4be29d in _0x46df26;};const _0x3d8ada=_0x4f118c,_0x45e22c={};for(const [_0x587fdc,_0x9e17c]of Object['entries'](_0x3d8ada['DZUyu'](_0x58bf26,{}))){if(_0x3d8ada[_0x5f6fdc(0x250)](_0x587fdc,_0x3d8ada[_0x5f6fdc(0x202)]))continue;let _0x4cab1d=![];for(const [_0x6b68b8,_0x93e500]of Object[_0x5f6fdc(0x228)](W3CMapping)){if(_0x3d8ada[_0x5f6fdc(0x276)](_0x587fdc,_0x93e500)){_0x45e22c[_0x6b68b8]=_0x9e17c,_0x4cab1d=!![];break;}}!_0x4cab1d&&(_0x45e22c[_0x587fdc]=_0x9e17c);}const _0x42cf84=_0x58bf26[_0x3d8ada[_0x5f6fdc(0x202)]]||{};for(const [_0x1143d2,_0x411274]of Object[_0x5f6fdc(0x228)](_0x42cf84)){let _0xd2d182=![];for(const [_0xb63a64,_0x3be3d4]of Object[_0x5f6fdc(0x228)](W3CMapping)){if(_0x3d8ada[_0x5f6fdc(0x250)](_0x1143d2,_0x3be3d4)){_0x45e22c[_0xb63a64]=_0x411274,_0xd2d182=!![];break;}}!_0xd2d182&&!_0x3d8ada[_0x5f6fdc(0x283)](_0x1143d2,_0x45e22c)&&(_0x45e22c[_0x1143d2]=_0x411274);}return logger[_0x5f6fdc(0x24d)](_0x5f6fdc(0x26f)+JSON['stringify'](_0x45e22c)),_0x45e22c;},getModifiedConfigFromCLI=async _0x4bebf6=>{const _0x3bf390=a152_0xefe89b,_0xaead86={};_0xaead86[_0x3bf390(0x214)]=_0x3bf390(0x232),_0xaead86[_0x3bf390(0x1fb)]=_0x3bf390(0x224),_0xaead86['PwVOp']='Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw',_0xaead86[_0x3bf390(0x270)]=_0x3bf390(0x213),_0xaead86[_0x3bf390(0x20c)]=function(_0x12cb9e,_0x582ccf){return _0x12cb9e>_0x582ccf;},_0xaead86['NLwJG']=function(_0x390428,_0x1bfbe4){return _0x390428>_0x1bfbe4;},_0xaead86[_0x3bf390(0x217)]=_0x3bf390(0x271);const _0x2c0368=_0xaead86;try{if(!GrpcClient)return logger[_0x3bf390(0x24d)](_0x2c0368[_0x3bf390(0x214)]),null;const _0x3fa41e={};_0x3fa41e[_0x3bf390(0x226)]=_0x4bebf6,_0x3fa41e['framework']=_0x2c0368[_0x3bf390(0x1fb)],_0x3fa41e['workers']=0x1,_0x3fa41e[_0x3bf390(0x22e)]=[];const _0x1dda26=_0x3fa41e;logger['debug'](_0x2c0368[_0x3bf390(0x222)]);const _0x20cd4e={};_0x20cd4e[_0x3bf390(0x251)]=_0x1dda26;const _0x4f8126=await GrpcClient[_0x3bf390(0x26e)]()[_0x3bf390(0x27f)](_0x20cd4e);if(!_0x4f8126[_0x3bf390(0x266)]())return logger[_0x3bf390(0x24d)](_0x2c0368[_0x3bf390(0x270)]),null;const _0x3c10a9=JSON['parse'](_0x4f8126[_0x3bf390(0x266)]());logger[_0x3bf390(0x24d)]('Received\x20modified\x20config\x20from\x20gRPC:\x20'+JSON[_0x3bf390(0x278)](_0x3c10a9));if(_0x3c10a9[_0x3bf390(0x226)]&&Array['isArray'](_0x3c10a9[_0x3bf390(0x226)])&&_0x2c0368[_0x3bf390(0x20c)](_0x3c10a9[_0x3bf390(0x226)][_0x3bf390(0x25e)],0x0))return _0x3c10a9['capabilities'][0x0];else{if(_0x3c10a9[_0x3bf390(0x22e)]&&Array[_0x3bf390(0x291)](_0x3c10a9['projects'])&&_0x2c0368[_0x3bf390(0x23b)](_0x3c10a9[_0x3bf390(0x22e)][_0x3bf390(0x25e)],0x0)){const _0x1a5d92=_0x3c10a9['projects'][0x0];if(_0x1a5d92[_0x3bf390(0x23f)]&&_0x1a5d92[_0x3bf390(0x23f)][_0x3bf390(0x25d)])return _0x1a5d92[_0x3bf390(0x23f)][_0x3bf390(0x25d)];}}return logger[_0x3bf390(0x24d)](_0x2c0368[_0x3bf390(0x217)]),null;}catch(_0x3b6e06){logger[_0x3bf390(0x241)](_0x3bf390(0x28e)+_0x3b6e06[_0x3bf390(0x252)]);throw _0x3b6e06;}},generatePlaywrightUrl=(_0x5da923,_0x553bb4)=>{const _0xe9a730=a152_0xefe89b,_0x32cb9c={'SqwEP':function(_0xf26f96,_0x22331e){return _0xf26f96!==_0x22331e;},'RuCqu':function(_0xf3c0c4,_0x2b45a9){return _0xf3c0c4!==_0x2b45a9;},'ESMte':function(_0xc47bf3,_0x303291){return _0xc47bf3!==_0x303291;},'obaJz':function(_0x583710,_0x247f88){return _0x583710!==_0x247f88;},'Fftdd':function(_0x3cc1e8,_0x340462){return _0x3cc1e8(_0x340462);},'rFOdl':function(_0x474957,_0x345507){return _0x474957||_0x345507;},'lOsae':function(_0x5c8a5f,_0x142793){return _0x5c8a5f(_0x142793);},'HOWee':'browserstack.accessibility','swByT':function(_0x35d958,_0x4a4664){return _0x35d958(_0x4a4664);},'sOlMd':_0xe9a730(0x201),'waESP':_0xe9a730(0x260),'TknaF':function(_0x32fa7c,_0x5cb6c6){return _0x32fa7c(_0x5cb6c6);},'EUeHm':_0xe9a730(0x285),'rzcXu':function(_0x41798e,_0x1c2af9){return _0x41798e(_0x1c2af9);},'bSLpM':_0xe9a730(0x20b),'rvJrs':function(_0xb39d1,_0x3f03ab){return _0xb39d1===_0x3f03ab;},'HFIOG':function(_0x29a0b4,_0xea7aa9){return _0x29a0b4(_0xea7aa9);},'vwGZC':'true','LofEd':_0xe9a730(0x219),'nBnXZ':_0xe9a730(0x268),'yEyWw':function(_0x4e9e49,_0x28d387){return _0x4e9e49+_0x28d387;}},_0x1de458=helper[_0xe9a730(0x21b)](_0x5da923),_0x4b449a=_0x32cb9c[_0xe9a730(0x233)](convertW3CToJsonWire,_0x553bb4);try{const _0xd7714=[_0x32cb9c[_0xe9a730(0x1fa)](_0x553bb4,{}),global[_0xe9a730(0x25f)]||{},global[_0xe9a730(0x235)]||{},global[_0xe9a730(0x261)]||{}],_0x1c9307=_0xbd82b9=>{const _0x1a894b=_0xe9a730;if(_0x32cb9c['SqwEP'](_0x4b449a[_0xbd82b9],undefined)&&_0x32cb9c[_0x1a894b(0x27c)](_0x4b449a[_0xbd82b9],null)&&_0x32cb9c[_0x1a894b(0x28a)](_0x4b449a[_0xbd82b9],''))return;for(const _0x34acde of _0xd7714){if(_0x34acde&&_0x32cb9c['ESMte'](_0x34acde[_0xbd82b9],undefined)&&_0x32cb9c[_0x1a894b(0x27c)](_0x34acde[_0xbd82b9],null)&&_0x32cb9c['obaJz'](_0x34acde[_0xbd82b9],'')){_0x4b449a[_0xbd82b9]=_0x34acde[_0xbd82b9];return;}}};_0x32cb9c[_0xe9a730(0x282)](_0x1c9307,_0x32cb9c['HOWee']),_0x32cb9c[_0xe9a730(0x22b)](_0x1c9307,_0x32cb9c['sOlMd']),_0x32cb9c['Fftdd'](_0x1c9307,_0x32cb9c[_0xe9a730(0x211)]),_0x32cb9c[_0xe9a730(0x208)](_0x1c9307,_0x32cb9c[_0xe9a730(0x247)]),_0x32cb9c[_0xe9a730(0x227)](_0x1c9307,_0x32cb9c['bSLpM']),!_0x4b449a[_0x32cb9c[_0xe9a730(0x206)]]&&process['env'][_0xe9a730(0x295)]&&(_0x4b449a[_0x32cb9c[_0xe9a730(0x206)]]=process[_0xe9a730(0x26a)][_0xe9a730(0x295)]),_0x32cb9c[_0xe9a730(0x269)](_0x4b449a[_0x32cb9c[_0xe9a730(0x258)]],undefined)&&process[_0xe9a730(0x26a)][_0xe9a730(0x218)]&&_0x32cb9c[_0xe9a730(0x269)](_0x32cb9c[_0xe9a730(0x20d)](String,process[_0xe9a730(0x26a)][_0xe9a730(0x218)])[_0xe9a730(0x26b)](),_0x32cb9c[_0xe9a730(0x239)])&&(_0x4b449a[_0x32cb9c['HOWee']]=!![]);}catch(_0x2d40ba){logger[_0xe9a730(0x24d)](_0xe9a730(0x21f)+util[_0xe9a730(0x1f8)](_0x2d40ba));}return _0x4b449a[_0x32cb9c[_0xe9a730(0x272)]]=process[_0xe9a730(0x26a)]['BROWSERSTACK_TESTHUB_UUID'],_0x4b449a[_0x32cb9c[_0xe9a730(0x21c)]]=helper[_0xe9a730(0x21a)](),_0x32cb9c['yEyWw'](_0x1de458,_0x32cb9c[_0xe9a730(0x227)](encodeURIComponent,JSON[_0xe9a730(0x278)](_0x4b449a)));},getBrowserFromCaps=_0xcaf878=>{const _0x7b9829=a152_0xefe89b,_0x22f928={};_0x22f928[_0x7b9829(0x20f)]=_0x7b9829(0x253);const _0xab60ff=_0x22f928;return _0xcaf878[_0x7b9829(0x26c)]||_0xcaf878['browser']||_0xab60ff[_0x7b9829(0x20f)];},getBundledConnectionClass=()=>{const _0x261272=a152_0xefe89b,_0x27ae90={};_0x27ae90[_0x261272(0x229)]=_0x261272(0x28b);const _0x4c7045=_0x27ae90;try{const _0x34dae8=helper[_0x261272(0x22a)]();if(!_0x34dae8)return null;const _0x647807=helper['requirePWModule'](_0x34dae8),_0x3c59da=_0x647807&&(_0x647807[_0x261272(0x216)]||_0x647807[_0x261272(0x254)]||_0x647807[_0x261272(0x255)]);if(!_0x3c59da)return null;if(!_0x3c59da['_connection'])return logger[_0x261272(0x24d)](_0x4c7045['NhkXc']),null;if(!_0x3c59da[_0x261272(0x256)][_0x261272(0x27a)])return null;return _0x3c59da[_0x261272(0x256)][_0x261272(0x27a)];}catch(_0x4873ed){return logger['debug'](_0x261272(0x25c)+util['format'](_0x4873ed)),null;}},isPlaywrightAvailable=()=>{const _0x2d5b07=a152_0xefe89b;try{return!!helper[_0x2d5b07(0x209)]();}catch(_0x387660){return logger[_0x2d5b07(0x24d)]('Playwright\x20not\x20available:\x20'+util[_0x2d5b07(0x1f8)](_0x387660)),![];}},getPlaywrightBrowserType=()=>{const _0x27e9b3=a152_0xefe89b;try{return helper['resolveBrowserTypeClass']();}catch(_0x4ea1d0){return logger[_0x27e9b3(0x24d)](_0x27e9b3(0x287)+util['format'](_0x4ea1d0)),null;}},getPlaywrightModulePath=()=>{const _0x48a48f=a152_0xefe89b,_0x16ce27={};_0x16ce27[_0x48a48f(0x23d)]=_0x48a48f(0x293);const _0x31c45b=_0x16ce27;return logger['debug'](_0x31c45b[_0x48a48f(0x23d)]),null;},getBrowserTypePath=()=>{const _0x546477=a152_0xefe89b,_0x1ee6c9={};_0x1ee6c9[_0x546477(0x22f)]=_0x546477(0x297);const _0x17a4f0=_0x1ee6c9;return logger['debug'](_0x17a4f0[_0x546477(0x22f)]),null;},checkPwandBootstrapCli=async(_0x2ae4f5,_0x2f7f66,_0x13cb12)=>{const _0x5b269c=a152_0xefe89b,_0x2d4d76={'JBeLA':function(_0x2f5817,_0xca679b){return _0x2f5817(_0xca679b);},'DRcTA':_0x5b269c(0x205)};if(_0x2ae4f5){const _0x4cac75=constants['FRAMEWORKS'][_0x5b269c(0x24f)];logger[_0x5b269c(0x24d)](_0x5b269c(0x23e)+_0x2ae4f5+'\x20for\x20'+_0x2f7f66+'\x20flow'),CLIUtils[_0x5b269c(0x243)](_0x2f7f66,_0x4cac75);const {getProductMap:_0xdf0d6}=_0x2d4d76['JBeLA'](require,_0x2d4d76[_0x5b269c(0x221)]);process[_0x5b269c(0x26a)]['BROWSERSTACK_PRODUCT_MAP']=JSON['stringify'](_0x2d4d76['JBeLA'](_0xdf0d6,_0x13cb12[_0x5b269c(0x263)])),BrowserstackCLI['getInstance']()[_0x5b269c(0x277)](_0x13cb12[_0x5b269c(0x263)],_0x13cb12[_0x5b269c(0x22c)],_0x13cb12[_0x5b269c(0x292)]),await BrowserstackCLI['getInstance']()[_0x5b269c(0x223)]();}},connectOverCDPWithRetry=async(_0x2f0388,_0x5e71aa,_0x292556,_0x3923e7=0x3,_0xf1e7ed=0x1f4)=>{const _0x29309d=a152_0xefe89b,_0x55b2cd={};_0x55b2cd[_0x29309d(0x1f6)]=function(_0x24378e,_0x57e673){return _0x24378e<=_0x57e673;},_0x55b2cd[_0x29309d(0x299)]=_0x29309d(0x25a),_0x55b2cd[_0x29309d(0x207)]=_0x29309d(0x1f7),_0x55b2cd[_0x29309d(0x21e)]=_0x29309d(0x212),_0x55b2cd[_0x29309d(0x238)]='connectOverCDP:\x20CDPSession',_0x55b2cd['nEXbQ']='ECONNRESET',_0x55b2cd[_0x29309d(0x237)]=_0x29309d(0x1fc),_0x55b2cd[_0x29309d(0x1f4)]=function(_0x1c2b69,_0x1c2cf7){return _0x1c2b69===_0x1c2cf7;},_0x55b2cd['zdElR']=function(_0x257e86,_0x2c18f4){return _0x257e86+_0x2c18f4;},_0x55b2cd[_0x29309d(0x274)]=function(_0x4dd310,_0x5e44f2){return _0x4dd310*_0x5e44f2;},_0x55b2cd[_0x29309d(0x225)]=function(_0x15517c,_0x32a76e){return _0x15517c+_0x32a76e;},_0x55b2cd[_0x29309d(0x265)]=function(_0x16c2b4,_0x4330e3){return _0x16c2b4+_0x4330e3;};const _0x4d3e1f=_0x55b2cd;let _0x36e3c2;for(let _0x42fd71=0x0;_0x4d3e1f['UorMr'](_0x42fd71,_0x3923e7);_0x42fd71++){try{return await _0x2f0388[_0x29309d(0x1fd)]['apply'](_0x5e71aa,_0x292556);}catch(_0x22e93e){_0x36e3c2=_0x22e93e;const _0x431558=_0x22e93e&&_0x22e93e['message']||'',_0x1daa28=_0x431558[_0x29309d(0x203)](_0x4d3e1f[_0x29309d(0x299)])||_0x431558[_0x29309d(0x203)](_0x4d3e1f[_0x29309d(0x207)])||_0x431558[_0x29309d(0x203)](_0x4d3e1f['SjPED'])||_0x431558['includes'](_0x4d3e1f[_0x29309d(0x238)])||_0x431558[_0x29309d(0x203)](_0x4d3e1f[_0x29309d(0x25b)])||_0x431558[_0x29309d(0x203)](_0x4d3e1f[_0x29309d(0x237)]);if(!_0x1daa28||_0x4d3e1f[_0x29309d(0x1f4)](_0x42fd71,_0x3923e7)){_0x1daa28&&logger[_0x29309d(0x1fe)](_0x29309d(0x215)+_0x4d3e1f[_0x29309d(0x28d)](_0x42fd71,0x1)+_0x29309d(0x23a)+_0x431558);throw _0x22e93e;}const _0x3fca7b=_0x4d3e1f['jGTbV'](_0xf1e7ed,_0x4d3e1f[_0x29309d(0x225)](_0x42fd71,0x1));logger[_0x29309d(0x1fe)](_0x29309d(0x20a)+_0x4d3e1f[_0x29309d(0x225)](_0x42fd71,0x1)+'/'+_0x4d3e1f[_0x29309d(0x265)](_0x3923e7,0x1)+_0x29309d(0x298)+_0x431558+'),\x20retrying\x20in\x20'+_0x3fca7b+'ms'),await new Promise(_0x5a9045=>setTimeout(_0x5a9045,_0x3fca7b));}}throw _0x36e3c2;},connectWithRetry=async(_0x25efce,_0x17480b,_0x38e957,_0x123f20=0x3,_0x5b0e3f=0x3e8)=>{const _0x43be62=a152_0xefe89b,_0x4f968b={};_0x4f968b[_0x43be62(0x257)]=function(_0x531796,_0xb484a0){return _0x531796<=_0xb484a0;},_0x4f968b[_0x43be62(0x294)]=_0x43be62(0x242),_0x4f968b[_0x43be62(0x204)]=_0x43be62(0x248),_0x4f968b[_0x43be62(0x281)]='Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed',_0x4f968b['BTVya']=_0x43be62(0x1f7),_0x4f968b[_0x43be62(0x246)]=_0x43be62(0x212),_0x4f968b[_0x43be62(0x1f5)]=_0x43be62(0x289),_0x4f968b[_0x43be62(0x259)]=_0x43be62(0x1fc),_0x4f968b[_0x43be62(0x231)]=function(_0x51a2f4,_0x4228ee){return _0x51a2f4===_0x4228ee;},_0x4f968b[_0x43be62(0x234)]=function(_0x1390fe,_0xdba52f){return _0x1390fe+_0xdba52f;},_0x4f968b[_0x43be62(0x20e)]=function(_0x175ed3,_0x2af40f){return _0x175ed3*_0x2af40f;},_0x4f968b['eZOob']=function(_0x238ea5,_0x119dac){return _0x238ea5+_0x119dac;};const _0x157d0f=_0x4f968b;let _0x3d4221;for(let _0x3e54e9=0x0;_0x157d0f[_0x43be62(0x257)](_0x3e54e9,_0x123f20);_0x3e54e9++){try{return await _0x25efce[_0x43be62(0x27b)](_0x17480b,_0x38e957);}catch(_0x4d6992){_0x3d4221=_0x4d6992;const _0x14cce0=_0x4d6992&&_0x4d6992['message']||'',_0x218c91=_0x14cce0[_0x43be62(0x203)](_0x157d0f[_0x43be62(0x294)])||_0x14cce0['includes'](_0x157d0f['xNGDr'])||_0x14cce0[_0x43be62(0x203)](_0x157d0f[_0x43be62(0x281)])||_0x14cce0[_0x43be62(0x203)](_0x157d0f['BTVya'])||_0x14cce0[_0x43be62(0x203)](_0x157d0f['OsoMg'])||_0x14cce0[_0x43be62(0x203)](_0x157d0f[_0x43be62(0x1f5)])||_0x14cce0[_0x43be62(0x203)](_0x157d0f[_0x43be62(0x259)]);if(!_0x218c91||_0x157d0f[_0x43be62(0x231)](_0x3e54e9,_0x123f20)){_0x218c91&&logger[_0x43be62(0x1fe)](_0x43be62(0x240)+_0x157d0f['ldvks'](_0x3e54e9,0x1)+_0x43be62(0x23a)+_0x14cce0+_0x43be62(0x264));throw _0x4d6992;}const _0x16d327=_0x157d0f['MRxfJ'](_0x5b0e3f,_0x157d0f['ldvks'](_0x3e54e9,0x1));logger[_0x43be62(0x1fe)](_0x43be62(0x273)+_0x157d0f[_0x43be62(0x200)](_0x3e54e9,0x1)+'/'+_0x157d0f['ldvks'](_0x123f20,0x1)+'\x20failed\x20('+_0x14cce0+'),\x20retrying\x20in\x20'+_0x16d327+'ms'),await new Promise(_0x4c53ab=>setTimeout(_0x4c53ab,_0x16d327));}}throw _0x3d4221;},a152_0x479876={};a152_0x479876[a152_0xefe89b(0x279)]=convertW3CToJsonWire,a152_0x479876[a152_0xefe89b(0x1ff)]=getModifiedConfigFromCLI,a152_0x479876[a152_0xefe89b(0x249)]=generatePlaywrightUrl,a152_0x479876[a152_0xefe89b(0x290)]=getBrowserFromCaps,a152_0x479876[a152_0xefe89b(0x24b)]=isPlaywrightAvailable,a152_0x479876[a152_0xefe89b(0x244)]=getPlaywrightBrowserType,a152_0x479876[a152_0xefe89b(0x220)]=getPlaywrightModulePath,a152_0x479876['getBrowserTypePath']=getBrowserTypePath,a152_0x479876[a152_0xefe89b(0x1f9)]=importFileFromPWCore,a152_0x479876[a152_0xefe89b(0x24a)]=checkPwandBootstrapCli,a152_0x479876[a152_0xefe89b(0x284)]=connectOverCDPWithRetry,a152_0x479876[a152_0xefe89b(0x230)]=connectWithRetry,a152_0x479876['getBundledConnectionClass']=getBundledConnectionClass,module[a152_0xefe89b(0x275)]=a152_0x479876;
@@ -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_0x4c4d(){const _0x5e2fd5=['pid','Sxbur','getProcessId','browserstackTestName','10yIhCHI','261iaekxJ','BROWSERSTACK_TEST_REPORTING_DEBUG','][\x20','debug','63166IgDQll','toISOString','worker_threads','1215903aFGoQY','log','BROWSERSTACK_OBSERVABILITY_DEBUG','\x20]\x20','2408828MDwybF','4060350KsiCUN','env','TEST_REPORTING_ANALYTICS','2277Wjwoit','MTKdt','vLSmO','49Gjsqsd','133788YGvQIu','56262FeQsWd','322288lzxnwv','idwbg','KlVsy','44aIMKvo'];a153_0x4c4d=function(){return _0x5e2fd5;};return a153_0x4c4d();}const a153_0xc74984=a153_0x228d;(function(_0xdb43f9,_0x30b536){const _0x3b737e=a153_0x228d,_0x49b83f=_0xdb43f9();while(!![]){try{const _0x3269a3=parseInt(_0x3b737e(0x12d))/0x1*(-parseInt(_0x3b737e(0x123))/0x2)+parseInt(_0x3b737e(0x130))/0x3+parseInt(_0x3b737e(0x134))/0x4*(parseInt(_0x3b737e(0x128))/0x5)+parseInt(_0x3b737e(0x11f))/0x6*(-parseInt(_0x3b737e(0x11d))/0x7)+parseInt(_0x3b737e(0x120))/0x8*(-parseInt(_0x3b737e(0x129))/0x9)+-parseInt(_0x3b737e(0x135))/0xa+parseInt(_0x3b737e(0x11a))/0xb*(parseInt(_0x3b737e(0x11e))/0xc);if(_0x3269a3===_0x30b536)break;else _0x49b83f['push'](_0x49b83f['shift']());}catch(_0x511f08){_0x49b83f['push'](_0x49b83f['shift']());}}}(a153_0x4c4d,0xd8c82));const worker=require(a153_0xc74984(0x12f)),{fileLogger}=require('./logger'),{consoleHolder}=require('./test-observability/constants'),globals=require('./globals'),constants=require('../bin/utils/constants');function a153_0x228d(_0x49207f,_0x438501){const _0x4c4d8b=a153_0x4c4d();return a153_0x228d=function(_0x228ddb,_0x1efa48){_0x228ddb=_0x228ddb-0x11a;let _0xf60dea=_0x4c4d8b[_0x228ddb];return _0xf60dea;},a153_0x228d(_0x49207f,_0x438501);}exports[a153_0xc74984(0x126)]=()=>{const _0x5c93ab=a153_0xc74984;return process[_0x5c93ab(0x124)]+'-'+worker['threadId'];},exports['getTestName']=()=>{const _0x24c995=a153_0xc74984,_0x28dad4={};_0x28dad4[_0x24c995(0x122)]=_0x24c995(0x127);const _0x3fe5ad=_0x28dad4;return globals['getGlobal'](_0x3fe5ad[_0x24c995(0x122)]);},exports['sleep']=(_0x11f4d0=0x64)=>new Promise(_0x3255f5=>setTimeout(_0x3255f5,_0x11f4d0)),exports[a153_0xc74984(0x12c)]=_0x3ae296=>{const _0x4fcd9b=a153_0xc74984,_0x58ea52={};_0x58ea52[_0x4fcd9b(0x121)]=function(_0x1de3a3,_0x2053a9){return _0x1de3a3===_0x2053a9;},_0x58ea52[_0x4fcd9b(0x125)]='true',_0x58ea52['szLqs']=function(_0x3af696,_0x29feb9){return _0x3af696===_0x29feb9;},_0x58ea52[_0x4fcd9b(0x11c)]=function(_0x323fb9,_0x415880){return _0x323fb9===_0x415880;},_0x58ea52[_0x4fcd9b(0x11b)]=function(_0x44bc75,_0xaebd1b){return _0x44bc75===_0xaebd1b;};const _0x3b9df2=_0x58ea52;fileLogger[_0x4fcd9b(0x12c)]('['+new Date()['toISOString']()+_0x4fcd9b(0x12b)+constants[_0x4fcd9b(0x137)]+_0x4fcd9b(0x133)+_0x3ae296),(_0x3b9df2[_0x4fcd9b(0x121)](process['env'][_0x4fcd9b(0x12a)],_0x3b9df2['Sxbur'])||_0x3b9df2['szLqs'](process[_0x4fcd9b(0x136)][_0x4fcd9b(0x12a)],'1')||_0x3b9df2[_0x4fcd9b(0x11c)](process['env'][_0x4fcd9b(0x132)],_0x3b9df2['Sxbur'])||_0x3b9df2[_0x4fcd9b(0x11b)](process[_0x4fcd9b(0x136)][_0x4fcd9b(0x132)],'1'))&&consoleHolder[_0x4fcd9b(0x131)]('\x0a['+new Date()[_0x4fcd9b(0x12e)]()+_0x4fcd9b(0x12b)+constants['TEST_REPORTING_ANALYTICS']+_0x4fcd9b(0x133)+_0x3ae296+'\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
+ const a154_0x470dbe=a154_0x7488;(function(_0x276999,_0xeb5b50){const _0x5a9c4c=a154_0x7488,_0x3abf63=_0x276999();while(!![]){try{const _0x1686ea=-parseInt(_0x5a9c4c(0x16d))/0x1+-parseInt(_0x5a9c4c(0x182))/0x2*(-parseInt(_0x5a9c4c(0x150))/0x3)+parseInt(_0x5a9c4c(0x183))/0x4*(parseInt(_0x5a9c4c(0x145))/0x5)+parseInt(_0x5a9c4c(0x146))/0x6+parseInt(_0x5a9c4c(0x169))/0x7*(-parseInt(_0x5a9c4c(0x153))/0x8)+-parseInt(_0x5a9c4c(0x181))/0x9+parseInt(_0x5a9c4c(0x15d))/0xa;if(_0x1686ea===_0xeb5b50)break;else _0x3abf63['push'](_0x3abf63['shift']());}catch(_0x46be2d){_0x3abf63['push'](_0x3abf63['shift']());}}}(a154_0x34de,0x3ea77));const util=require(a154_0x470dbe(0x185)),helper=require(a154_0x470dbe(0x172)),logger=require(a154_0x470dbe(0x159))[a154_0x470dbe(0x152)],W3CMapping=require(a154_0x470dbe(0x15a))[a154_0x470dbe(0x176)](),constants=require(a154_0x470dbe(0x186)),BrowserstackCLI=require(a154_0x470dbe(0x168)),CLIUtils=require('../bin/v2/cliUtils'),getAPIUtilityMethods=()=>{const _0x48af24=a154_0x470dbe,_0x2a1a42={'myClt':function(_0xeade79,_0x343b23){return _0xeade79(_0x343b23);},'wPmTv':_0x48af24(0x147)};return _0x2a1a42[_0x48af24(0x180)](require,_0x2a1a42[_0x48af24(0x162)]);},getPuppeteerUrl=_0x5e42ae=>{const _0x2862b1=a154_0x470dbe,_0x528f31={'HTdfU':function(_0x4fe97b){return _0x4fe97b();}};if(_0x5e42ae[_0x2862b1(0x184)])return _0x5e42ae['turboScaleUrl'];const _0x8e1240=_0x528f31[_0x2862b1(0x16b)](getAPIUtilityMethods);return _0x8e1240['getPuppeteerHubUrl']('');},convertW3CToJsonWire=_0x1d8481=>{const _0x2591b3=a154_0x470dbe,_0x5870d3={};_0x5870d3[_0x2591b3(0x161)]=function(_0x382b9f,_0x597559){return _0x382b9f||_0x597559;},_0x5870d3['HWqrB']=function(_0x37b9e6,_0x34b0cf){return _0x37b9e6===_0x34b0cf;},_0x5870d3[_0x2591b3(0x17a)]=_0x2591b3(0x148),_0x5870d3['zwXzB']=function(_0x4e591e,_0x19b753){return _0x4e591e===_0x19b753;},_0x5870d3[_0x2591b3(0x164)]=function(_0x37888f,_0x5c192b){return _0x37888f in _0x5c192b;};const _0x2150af=_0x5870d3,_0x19e756={};for(const [_0x47d184,_0x227d47]of Object['entries'](_0x2150af['LwaYh'](_0x1d8481,{}))){if(_0x2150af['HWqrB'](_0x47d184,_0x2150af[_0x2591b3(0x17a)]))continue;let _0x526cb9=![];for(const [_0x2c927c,_0x430142]of Object[_0x2591b3(0x14b)](W3CMapping)){if(_0x2150af[_0x2591b3(0x170)](_0x47d184,_0x430142)){_0x19e756[_0x2c927c]=_0x227d47,_0x526cb9=!![];break;}}!_0x526cb9&&(_0x19e756[_0x47d184]=_0x227d47);}const _0x346f34=_0x1d8481[_0x2150af[_0x2591b3(0x17a)]]||{};for(const [_0x25dee5,_0x27a3c1]of Object[_0x2591b3(0x14b)](_0x346f34)){let _0x176c23=![];for(const [_0x13d847,_0x47931e]of Object[_0x2591b3(0x14b)](W3CMapping)){if(_0x2150af['zwXzB'](_0x25dee5,_0x47931e)){_0x19e756[_0x13d847]=_0x27a3c1,_0x176c23=!![];break;}}!_0x176c23&&!_0x2150af['lWreT'](_0x25dee5,_0x19e756)&&(_0x19e756[_0x25dee5]=_0x27a3c1);}return logger[_0x2591b3(0x143)](_0x2591b3(0x173)+JSON[_0x2591b3(0x163)](_0x19e756)),_0x19e756;},generatePuppeteerUrl=(_0x33712c,_0x37da1b)=>{const _0x358c3b=a154_0x470dbe,_0x2bfba0={'tBUaY':function(_0x5609a5,_0x1aeacb){return _0x5609a5(_0x1aeacb);},'ugmHN':function(_0x5bd6de,_0x272b2e){return _0x5bd6de(_0x272b2e);},'eSBqu':_0x358c3b(0x157),'Jqjpp':'browserstack.buildProductMap','XTqEQ':function(_0xd81a23,_0x5e8b61){return _0xd81a23+_0x5e8b61;}},_0xa65817=_0x2bfba0[_0x358c3b(0x174)](getPuppeteerUrl,_0x33712c),_0x1b91e3=_0x2bfba0[_0x358c3b(0x15b)](convertW3CToJsonWire,_0x37da1b);return _0x1b91e3[_0x2bfba0[_0x358c3b(0x151)]]=process[_0x358c3b(0x155)][_0x358c3b(0x16c)],_0x1b91e3[_0x2bfba0[_0x358c3b(0x14a)]]=helper['getBuildProductMap'](),_0x2bfba0[_0x358c3b(0x14f)](_0xa65817,_0x2bfba0[_0x358c3b(0x15b)](encodeURIComponent,JSON[_0x358c3b(0x163)](_0x1b91e3)));},isPuppeteerAvailable=()=>{const _0x4cd0a9=a154_0x470dbe,_0x8af396={};_0x8af396[_0x4cd0a9(0x15e)]=_0x4cd0a9(0x17c),_0x8af396[_0x4cd0a9(0x15f)]=_0x4cd0a9(0x17f);const _0x3b1c0c=_0x8af396;try{return require[_0x4cd0a9(0x17d)](_0x3b1c0c[_0x4cd0a9(0x15e)]),!![];}catch{try{return require[_0x4cd0a9(0x17d)](_0x3b1c0c[_0x4cd0a9(0x15f)]),!![];}catch{return![];}}},getPuppeteerVersion=()=>{const _0x9bf7d9=a154_0x470dbe,_0x1a8ca2={};_0x1a8ca2[_0x9bf7d9(0x149)]=_0x9bf7d9(0x17c),_0x1a8ca2[_0x9bf7d9(0x14e)]=_0x9bf7d9(0x17f);const _0x229853=_0x1a8ca2;return helper[_0x9bf7d9(0x17e)](_0x229853[_0x9bf7d9(0x149)])||helper[_0x9bf7d9(0x17e)](_0x229853[_0x9bf7d9(0x14e)]);},checkPuppeteerAndBootstrapCli=async(_0x464032,_0x5f1c60,_0xd1d4a8)=>{const _0x1b3c44=a154_0x470dbe,_0x29573f={'SdZoW':_0x1b3c44(0x14c),'LxUIU':function(_0x261535,_0xd89375){return _0x261535(_0xd89375);},'HwMLv':'./testhub/utils'};if(_0x464032){const _0x43d23e=constants['FRAMEWORKS']['PUPPETEER'];logger[_0x1b3c44(0x143)](_0x1b3c44(0x166)+_0x464032+_0x1b3c44(0x15c)+_0x5f1c60+_0x1b3c44(0x160)),process[_0x1b3c44(0x155)][_0x1b3c44(0x14d)]=_0x29573f[_0x1b3c44(0x179)],CLIUtils['setFrameworkDetail'](_0x5f1c60,_0x43d23e);const {getProductMap:_0x12f83a}=_0x29573f[_0x1b3c44(0x167)](require,_0x29573f[_0x1b3c44(0x175)]);process[_0x1b3c44(0x155)][_0x1b3c44(0x156)]=JSON['stringify'](_0x29573f[_0x1b3c44(0x167)](_0x12f83a,_0xd1d4a8[_0x1b3c44(0x171)])),BrowserstackCLI[_0x1b3c44(0x154)]()[_0x1b3c44(0x165)](_0xd1d4a8[_0x1b3c44(0x171)],_0xd1d4a8[_0x1b3c44(0x17b)],_0xd1d4a8[_0x1b3c44(0x16a)]),await BrowserstackCLI[_0x1b3c44(0x154)]()[_0x1b3c44(0x177)]();}},a154_0x20647d={};a154_0x20647d[a154_0x470dbe(0x142)]=getPuppeteerUrl,a154_0x20647d[a154_0x470dbe(0x144)]=convertW3CToJsonWire,a154_0x20647d[a154_0x470dbe(0x158)]=generatePuppeteerUrl,a154_0x20647d[a154_0x470dbe(0x16f)]=isPuppeteerAvailable,a154_0x20647d[a154_0x470dbe(0x16e)]=getPuppeteerVersion,a154_0x20647d[a154_0x470dbe(0x178)]=checkPuppeteerAndBootstrapCli,module['exports']=a154_0x20647d;function a154_0x7488(_0x3dc629,_0x15c879){const _0x34de92=a154_0x34de();return a154_0x7488=function(_0x74882e,_0xdd7d74){_0x74882e=_0x74882e-0x142;let _0x586f10=_0x34de92[_0x74882e];return _0x586f10;},a154_0x7488(_0x3dc629,_0x15c879);}function a154_0x34de(){const _0xcc503=['xFsIi','XTqEQ','172911jzEVbg','eSBqu','winstonLogger','5216LEHrtQ','getInstance','env','BROWSERSTACK_PRODUCT_MAP','browserstack.testhubBuildUuid','generatePuppeteerUrl','./logger','./w3cMapping','ugmHN','\x20for\x20','6136080UZDnQc','nJIMv','uDolu','\x20flow','LwaYh','wPmTv','stringify','lWreT','setBrowserstackConfig','[PuppeteerHelper]\x20Detected\x20Puppeteer\x20version\x20','LxUIU','../bin/v2/browserstackCLI','5509tVUwln','cliConfig','HTdfU','BROWSERSTACK_TESTHUB_UUID','66980ZogZxz','getPuppeteerVersion','isPuppeteerAvailable','zwXzB','config','./helper','[PuppeteerHelper]\x20Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','tBUaY','HwMLv','W3CMapping','bootstrap','checkPuppeteerAndBootstrapCli','SdZoW','taxSg','configPath','puppeteer-core','resolve','getPackageVersion','puppeteer','myClt','2284830OVqRvi','2DqzGIN','44yrDeHZ','turboScaleUrl','util','../bin/utils/constants','getPuppeteerUrl','debug','convertW3CToJsonWire','97990CnRfAY','1222692ROSyMj','../bin/utils/apiUtilityMethods','bstack:options','hCOqg','Jqjpp','entries','true','BROWSERSTACK_PUPPETEER'];a154_0x34de=function(){return _0xcc503;};return a154_0x34de();}
@@ -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_0x47069a=a155_0x23df;(function(_0x25d8fc,_0x212037){const _0x338feb=a155_0x23df,_0x4737f3=_0x25d8fc();while(!![]){try{const _0x1c0717=-parseInt(_0x338feb(0x190))/0x1*(parseInt(_0x338feb(0x18a))/0x2)+parseInt(_0x338feb(0x174))/0x3+parseInt(_0x338feb(0x16c))/0x4*(-parseInt(_0x338feb(0x161))/0x5)+-parseInt(_0x338feb(0x16d))/0x6+-parseInt(_0x338feb(0x179))/0x7+-parseInt(_0x338feb(0x167))/0x8*(-parseInt(_0x338feb(0x170))/0x9)+parseInt(_0x338feb(0x181))/0xa;if(_0x1c0717===_0x212037)break;else _0x4737f3['push'](_0x4737f3['shift']());}catch(_0x2363e3){_0x4737f3['push'](_0x4737f3['shift']());}}}(a155_0x4b48,0xecc28));function a155_0x23df(_0x4f11a9,_0x3949fb){const _0x4b4894=a155_0x4b48();return a155_0x23df=function(_0x23dfbf,_0x33fda0){_0x23dfbf=_0x23dfbf-0x15b;let _0x4a5b75=_0x4b4894[_0x23dfbf];return _0x4a5b75;},a155_0x23df(_0x4f11a9,_0x3949fb);}const http=require(a155_0x47069a(0x171)),https=require(a155_0x47069a(0x162)),monkeypatch=require(a155_0x47069a(0x173));function a155_0x4b48(){const _0x1ed7b6=['once','mpxLb','host','statusCode','40hnxyzS','end','slice','call','assign','212rsoUUM','4748850allcAP','status_code','object','735759rogrwy','http','eOxTU','monkeypatch','1321578clehWX','lpUaI','dDRkR','yAWQy','socket','1168265WBqCkn','unpatch','apply','duration_ms','HqnzL','KJWEp','mlBur','forEach','25620900moDVcy','request','removeListener','exports','response','headers','hostname','prototype','Zpzpd','2174540AySpdq','pathname','now','KvIWj','rSCrh','SxEts','1rSgHnN','spy','path','NOrTT','rnNDH','method','url','IiLbF','37355rUSVsg','https'];a155_0x4b48=function(){return _0x1ed7b6;};return a155_0x4b48();}function spy(_0x50c762){const _0x5b36b5=a155_0x47069a,_0x4cfeeb={'lGyVG':function(_0x465c48,_0x2b153d){return _0x465c48-_0x2b153d;},'eOxTU':function(_0x455ba3,_0x448386,_0x96bcab){return _0x455ba3(_0x448386,_0x96bcab);},'yAWQy':'error','SxEts':function(_0x104800,..._0x5c48b8){return _0x104800(..._0x5c48b8);},'NOrTT':function(_0x9beac8,_0x381d7d){return _0x9beac8 instanceof _0x381d7d;},'HqnzL':function(_0x2b35af,_0x326f40){return _0x2b35af===_0x326f40;},'KvIWj':_0x5b36b5(0x16f),'rSCrh':function(_0x1d855f,_0x512097,_0x1440bf){return _0x1d855f(_0x512097,_0x1440bf);},'lpUaI':_0x5b36b5(0x185),'mlBur':_0x5b36b5(0x178),'Zpzpd':function(_0x244499,_0x48caf3,_0x4caa65,_0x34cd41){return _0x244499(_0x48caf3,_0x4caa65,_0x34cd41);},'mpxLb':_0x5b36b5(0x168),'fuUHq':function(_0x30f9d5,_0x627020,_0x10e9c8,_0x51f19d){return _0x30f9d5(_0x627020,_0x10e9c8,_0x51f19d);},'IiLbF':_0x5b36b5(0x182)},_0x27bc59=function(){const _0x64925a=_0x5b36b5,_0x546fb4={'dDRkR':function(_0x3cb87e,_0x3c83ba){const _0x8f4591=a155_0x23df;return _0x4cfeeb[_0x8f4591(0x15c)](_0x3cb87e,_0x3c83ba);},'AZHVj':function(_0x3e76eb,_0x49bc40){const _0xe64e61=a155_0x23df;return _0x4cfeeb[_0xe64e61(0x17d)](_0x3e76eb,_0x49bc40);},'rnNDH':_0x4cfeeb[_0x64925a(0x18d)],'KJWEp':function(_0x501809,_0x2de017,_0x2468b1){const _0x115839=_0x64925a;return _0x4cfeeb[_0x115839(0x18e)](_0x501809,_0x2de017,_0x2468b1);}},_0x5921c7=arguments[0x0],_0x53cb9f=Array[_0x64925a(0x188)][_0x64925a(0x169)][_0x64925a(0x16a)](arguments,0x1),_0x272357=_0x5921c7[_0x64925a(0x17b)](this,_0x53cb9f);let _0x302fe4=Date[_0x64925a(0x18c)](),_0x917a17;const _0x3198dc={};_0x53cb9f[_0x64925a(0x180)](_0x34f5cb=>{const _0x177207=_0x64925a;if(_0x546fb4[_0x177207(0x176)](_0x34f5cb,URL)){const _0x5d976a={};_0x5d976a['url']=_0x34f5cb,Object['assign'](_0x3198dc,_0x5d976a);}else _0x546fb4['AZHVj'](typeof _0x34f5cb,_0x546fb4[_0x177207(0x15d)])&&Object[_0x177207(0x16b)](_0x3198dc,_0x34f5cb);});const _0x15c9c0=_0x337d10=>{const _0x3f0b33=_0x64925a,_0x5b8be5={};_0x5b8be5[_0x3f0b33(0x165)]=_0x3198dc[_0x3f0b33(0x165)]||_0x3198dc[_0x3f0b33(0x187)]||_0x3198dc[_0x3f0b33(0x15f)]&&(_0x3198dc[_0x3f0b33(0x15f)][_0x3f0b33(0x165)]||_0x3198dc['url']['hostname']),_0x5b8be5[_0x3f0b33(0x15b)]=_0x3198dc['path']||_0x3198dc[_0x3f0b33(0x15f)]&&_0x3198dc[_0x3f0b33(0x15f)][_0x3f0b33(0x18b)],_0x5b8be5[_0x3f0b33(0x15e)]=_0x3198dc[_0x3f0b33(0x15e)],_0x5b8be5[_0x3f0b33(0x186)]=_0x3198dc[_0x3f0b33(0x186)],_0x546fb4[_0x3f0b33(0x17e)](_0x50c762,_0x337d10,_0x5b8be5);};return _0x272357[_0x64925a(0x163)](_0x4cfeeb[_0x64925a(0x175)],_0x4882c6=>{const _0x2af213=_0x64925a,_0x8cacf6=_0x4cfeeb['lGyVG'](Date['now'](),_0x302fe4),_0x32bc04={};_0x32bc04[_0x2af213(0x187)]=_0x3198dc[_0x2af213(0x165)]||_0x3198dc['hostname']||_0x3198dc[_0x2af213(0x15f)]&&(_0x3198dc[_0x2af213(0x15f)]['host']||_0x3198dc[_0x2af213(0x15f)][_0x2af213(0x187)]),_0x32bc04[_0x2af213(0x15b)]=_0x3198dc[_0x2af213(0x15b)]||_0x3198dc[_0x2af213(0x15f)]&&_0x3198dc[_0x2af213(0x15f)][_0x2af213(0x18b)],_0x32bc04[_0x2af213(0x15e)]=_0x3198dc[_0x2af213(0x15e)],_0x32bc04['headers']=_0x3198dc[_0x2af213(0x186)],_0x32bc04[_0x2af213(0x16e)]=_0x4882c6[_0x2af213(0x166)],_0x32bc04[_0x2af213(0x17c)]=_0x8cacf6,_0x4cfeeb[_0x2af213(0x172)](_0x50c762,null,_0x32bc04),_0x917a17[_0x2af213(0x183)](_0x4cfeeb[_0x2af213(0x177)],_0x15c9c0);}),_0x272357['on'](_0x4cfeeb[_0x64925a(0x17f)],_0x503fea=>{const _0x58f374=_0x64925a;_0x917a17=_0x503fea,_0x503fea[_0x58f374(0x163)](_0x4cfeeb[_0x58f374(0x177)],_0x15c9c0);}),_0x4cfeeb[_0x64925a(0x189)](monkeypatch,_0x272357,_0x4cfeeb[_0x64925a(0x164)],(_0x1fe248,..._0x10a611)=>{const _0x2de52b=_0x64925a;_0x302fe4=Date[_0x2de52b(0x18c)](),_0x4cfeeb[_0x2de52b(0x18f)](_0x1fe248,..._0x10a611);}),_0x272357;};_0x4cfeeb['fuUHq'](monkeypatch,http,_0x4cfeeb[_0x5b36b5(0x160)],_0x27bc59),_0x4cfeeb[_0x5b36b5(0x189)](monkeypatch,https,_0x4cfeeb[_0x5b36b5(0x160)],_0x27bc59);}function restore(){const _0x62a234=a155_0x47069a;http[_0x62a234(0x182)][_0x62a234(0x17a)](),https[_0x62a234(0x182)]['unpatch']();}const a155_0x3fce11={};a155_0x3fce11[a155_0x47069a(0x191)]=spy,a155_0x3fce11['restore']=restore,module[a155_0x47069a(0x184)]=a155_0x3fce11;
@@ -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_0x39ceaa=a156_0x1ad5;function a156_0x3fe2(){const _0x1b6a42=['prototype','Agent','LICaJ','http','UfAPS','request','11KwdVif','536448YSwtAM','9GrBRhb','1446298tEGuWo','protocol','./performance/performance-tester','12pnMlTO','6261PslNFT','zqvsK','globalAgent','10BAiNZy','./performance/constants','CNsJQ','call','keepAlive','measureWrapper','agent','LXgrk','KycvG','XvQWb','483792Gwlzur','hasOwnProperty','19141NEhMnt','498360tCBSef','keepAliveMsecs','212AfxmYu','KEEP_ALIVE','1018270opQesY','https'];a156_0x3fe2=function(){return _0x1b6a42;};return a156_0x3fe2();}function a156_0x1ad5(_0x2974f7,_0x554a43){const _0x3fe262=a156_0x3fe2();return a156_0x1ad5=function(_0x1ad591,_0x160c44){_0x1ad591=_0x1ad591-0xb4;let _0x54ceb6=_0x3fe262[_0x1ad591];return _0x54ceb6;},a156_0x1ad5(_0x2974f7,_0x554a43);}(function(_0x2b9113,_0x623f1){const _0x2e0b38=a156_0x1ad5,_0x460af0=_0x2b9113();while(!![]){try{const _0x3ff15b=-parseInt(_0x2e0b38(0xc4))/0x1*(-parseInt(_0x2e0b38(0xb4))/0x2)+-parseInt(_0x2e0b38(0xb5))/0x3*(-parseInt(_0x2e0b38(0xc7))/0x4)+-parseInt(_0x2e0b38(0xb8))/0x5*(parseInt(_0x2e0b38(0xd2))/0x6)+parseInt(_0x2e0b38(0xd4))/0x7+parseInt(_0x2e0b38(0xc2))/0x8*(parseInt(_0x2e0b38(0xd3))/0x9)+parseInt(_0x2e0b38(0xc9))/0xa*(-parseInt(_0x2e0b38(0xd1))/0xb)+-parseInt(_0x2e0b38(0xc5))/0xc;if(_0x3ff15b===_0x623f1)break;else _0x460af0['push'](_0x460af0['shift']());}catch(_0x3cdc36){_0x460af0['push'](_0x460af0['shift']());}}}(a156_0x3fe2,0x29984));const PerformanceTester=require(a156_0x39ceaa(0xd6)),{AUTOMATE_EVENTS:PerformanceEvents}=require(a156_0x39ceaa(0xb9));module['exports']=PerformanceTester[a156_0x39ceaa(0xbd)](PerformanceEvents[a156_0x39ceaa(0xc8)],function(){const _0x9a1f69=a156_0x39ceaa,_0x18f0fd={'gQTmQ':function(_0x22b50a,_0x2b8f5b){return _0x22b50a===_0x2b8f5b;},'zqvsK':'https:','UfAPS':_0x9a1f69(0xbe),'LICaJ':function(_0xc558e3,_0x11b440,_0x1c8f72){return _0xc558e3(_0x11b440,_0x1c8f72);},'XvQWb':function(_0x365149,_0x3ff855){return _0x365149(_0x3ff855);},'KycvG':_0x9a1f69(0xce),'CNsJQ':_0x9a1f69(0xca),'LXgrk':function(_0xa9d833,_0x2aa95e){return _0xa9d833*_0x2aa95e;},'xOeTM':_0x9a1f69(0xbc)},_0xf45bee=_0x18f0fd[_0x9a1f69(0xc1)](require,_0x18f0fd[_0x9a1f69(0xc0)]),_0x24c388=_0x18f0fd[_0x9a1f69(0xc1)](require,_0x18f0fd[_0x9a1f69(0xba)]),_0x281fb4=_0x18f0fd[_0x9a1f69(0xbf)](0x1e,0x3e8);if(_0xf45bee[_0x9a1f69(0xb7)]&&Object[_0x9a1f69(0xcb)][_0x9a1f69(0xc3)][_0x9a1f69(0xbb)](_0xf45bee[_0x9a1f69(0xb7)],_0x18f0fd['xOeTM']))_0xf45bee[_0x9a1f69(0xb7)][_0x9a1f69(0xbc)]=!![],_0x24c388[_0x9a1f69(0xb7)]['keepAlive']=!![],_0xf45bee[_0x9a1f69(0xb7)][_0x9a1f69(0xc6)]=_0x281fb4,_0x24c388[_0x9a1f69(0xb7)][_0x9a1f69(0xc6)]=_0x281fb4;else{const _0x215a01={};_0x215a01[_0x9a1f69(0xbc)]=!![],_0x215a01['keepAliveMsecs']=_0x281fb4;const _0x2e0cfc=new _0xf45bee[(_0x9a1f69(0xcc))](_0x215a01),_0x3b2211={};_0x3b2211[_0x9a1f69(0xbc)]=!![],_0x3b2211[_0x9a1f69(0xc6)]=_0x281fb4;const _0x3c899c=new _0x24c388[(_0x9a1f69(0xcc))](_0x3b2211),_0x59e7aa=_0xf45bee[_0x9a1f69(0xd0)],_0x5f144d=_0x24c388[_0x9a1f69(0xd0)];_0xf45bee[_0x9a1f69(0xd0)]=function(_0x228544,_0x116479){const _0x204e6c=_0x9a1f69;if(_0x18f0fd['gQTmQ'](_0x228544[_0x204e6c(0xd5)],_0x18f0fd[_0x204e6c(0xb6)]))return _0x228544[_0x18f0fd[_0x204e6c(0xcf)]]=_0x3c899c,_0x18f0fd[_0x204e6c(0xcd)](_0x5f144d,_0x228544,_0x116479);return _0x228544[_0x18f0fd['UfAPS']]=_0x2e0cfc,_0x18f0fd[_0x204e6c(0xcd)](_0x59e7aa,_0x228544,_0x116479);};}});
@@ -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_0x164b4d=a157_0x1960;(function(_0x596eb3,_0x23850b){const _0x28e719=a157_0x1960,_0x277fde=_0x596eb3();while(!![]){try{const _0x508a9c=parseInt(_0x28e719(0x106))/0x1+parseInt(_0x28e719(0x10e))/0x2+-parseInt(_0x28e719(0x11b))/0x3+-parseInt(_0x28e719(0x116))/0x4+parseInt(_0x28e719(0x11c))/0x5*(parseInt(_0x28e719(0x103))/0x6)+parseInt(_0x28e719(0x10c))/0x7*(parseInt(_0x28e719(0x110))/0x8)+-parseInt(_0x28e719(0x115))/0x9*(parseInt(_0x28e719(0x109))/0xa);if(_0x508a9c===_0x23850b)break;else _0x277fde['push'](_0x277fde['shift']());}catch(_0x37a0a1){_0x277fde['push'](_0x277fde['shift']());}}}(a157_0x7cc9,0xd1c1e));function isInternalFrameFile(_0x4d7b98){const _0x479d69=a157_0x1960,_0x2efe92={};_0x2efe92[_0x479d69(0x114)]=_0x479d69(0x118),_0x2efe92['jTXDU']=_0x479d69(0x104),_0x2efe92[_0x479d69(0x11a)]=_0x479d69(0x10b),_0x2efe92['CrlRh']=_0x479d69(0x117),_0x2efe92[_0x479d69(0x10a)]='<anonymous>';const _0x1a2fec=_0x2efe92,_0x5e640a=_0x1a2fec[_0x479d69(0x114)][_0x479d69(0x10f)]('|');let _0x6d5afa=0x0;while(!![]){switch(_0x5e640a[_0x6d5afa++]){case'0':if(!_0x4d7b98)return!![];continue;case'1':if(_0x4d7b98[_0x479d69(0x105)](_0x1a2fec['jTXDU'])||_0x4d7b98['startsWith'](_0x1a2fec[_0x479d69(0x11a)]))return!![];continue;case'2':if(_0x4d7b98[_0x479d69(0x119)](_0x1a2fec[_0x479d69(0x107)]))return!![];continue;case'3':if(_0x4d7b98[_0x479d69(0x119)](_0x1a2fec[_0x479d69(0x10a)]))return!![];continue;case'4':return![];}break;}}function pickUserFrameFile(_0x116856){const _0xcc78bb=a157_0x1960,_0xee3751={'Kccho':function(_0x565195,_0xa83bda){return _0x565195!==_0xa83bda;},'oNLRD':'function','CLTcM':function(_0xdfb911,_0xae1aac){return _0xdfb911(_0xae1aac);}};if(!Array[_0xcc78bb(0x108)](_0x116856))return null;for(const _0x33cf2b of _0x116856){if(!_0x33cf2b||_0xee3751['Kccho'](typeof _0x33cf2b[_0xcc78bb(0x112)],_0xee3751[_0xcc78bb(0x113)]))continue;const _0x3e748b=_0x33cf2b[_0xcc78bb(0x112)]();if(!_0xee3751[_0xcc78bb(0x10d)](isInternalFrameFile,_0x3e748b))return _0x3e748b;}return null;}const a157_0x186e71={};function a157_0x1960(_0x1f97c3,_0x5e2491){const _0x7cc996=a157_0x7cc9();return a157_0x1960=function(_0x196053,_0x4b0508){_0x196053=_0x196053-0x103;let _0x36d060=_0x7cc996[_0x196053];return _0x36d060;},a157_0x1960(_0x1f97c3,_0x5e2491);}a157_0x186e71[a157_0x164b4d(0x111)]=isInternalFrameFile,a157_0x186e71[a157_0x164b4d(0x11d)]=pickUserFrameFile,module['exports']=a157_0x186e71;function a157_0x7cc9(){const _0x110473=['node:','startsWith','1058175vfiUWJ','CrlRh','isArray','180teLkHs','QcGyC','internal/','644sEbich','CLTcM','2783402kFGAyh','split','140120LEOYxs','isInternalFrameFile','getFileName','oNLRD','Knzzz','1348911kbcDKs','2057320CeKsHA','node_modules','0|2|1|3|4','includes','mqKZB','4545522wZcZrR','15IGHWmR','pickUserFrameFile','3050472QMhtpt'];a157_0x7cc9=function(){return _0x110473;};return a157_0x7cc9();}
@@ -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_0x49046b=a158_0xc136;(function(_0x57a2db,_0x28c9b0){const _0x215c17=a158_0xc136,_0x2cfa18=_0x57a2db();while(!![]){try{const _0x58d430=-parseInt(_0x215c17(0x14f))/0x1+parseInt(_0x215c17(0x14b))/0x2*(parseInt(_0x215c17(0x163))/0x3)+parseInt(_0x215c17(0x15a))/0x4+parseInt(_0x215c17(0x149))/0x5*(-parseInt(_0x215c17(0x15f))/0x6)+parseInt(_0x215c17(0x14d))/0x7*(-parseInt(_0x215c17(0x161))/0x8)+parseInt(_0x215c17(0x141))/0x9+parseInt(_0x215c17(0x13c))/0xa*(parseInt(_0x215c17(0x168))/0xb);if(_0x58d430===_0x28c9b0)break;else _0x2cfa18['push'](_0x2cfa18['shift']());}catch(_0xe80907){_0x2cfa18['push'](_0x2cfa18['shift']());}}}(a158_0x4104,0x7a617));function a158_0x4104(){const _0xf042d2=['MOCHA','https://upload-observability-devtestops-ssi.bsstag.com','preprod','jasmine','JASMINE','stag','toLowerCase','api/v1/screenshots','1610308NnRIMl','codeceptjs','CODECEPT','jest','API_URL','114xvXjhd','assign','411016KFBBJE','NEWMAN','265743gVJHsH','.obs_test_details','pre-prod','https://collector-observability-devtestops.bsstag.com','upload-attachments','143eMQwDz','OBSERVABILITY_UPLOAD_API_URL','testcafe','api/v1/event','CODECEPT_CUCUMBER','join','1197890ZNnmIY','cucumber','env','exports','https://upload-observability-preprod.bsstag.com','2756169zkpXli','newman','mocha','BROWSERSTACK_ENV','path','codeceptjs-cucumber','JEST','CUCUMBER','212815ElnFas','TESTCAFE','18ZJPYXS','api/v1/batch','112sGIVOz','puppeteer','931304YTbpXp','PUPPETEER','https://upload-observability.browserstack.com'];a158_0x4104=function(){return _0xf042d2;};return a158_0x4104();}function a158_0xc136(_0x1f3ecd,_0x325c78){const _0x410425=a158_0x4104();return a158_0xc136=function(_0xc1368d,_0x2ee615){_0xc1368d=_0xc1368d-0x13c;let _0x403725=_0x410425[_0xc1368d];return _0x403725;},a158_0xc136(_0x1f3ecd,_0x325c78);}const path=require(a158_0x49046b(0x145)),{logDir}=require('../logger'),a158_0x227f56={};a158_0x227f56['PLAYWRIGHT']='Playwright',a158_0x227f56[a158_0x49046b(0x152)]=a158_0x49046b(0x143),a158_0x227f56[a158_0x49046b(0x15c)]=a158_0x49046b(0x15b),a158_0x227f56[a158_0x49046b(0x16c)]=a158_0x49046b(0x146),a158_0x227f56[a158_0x49046b(0x147)]=a158_0x49046b(0x15d),a158_0x227f56[a158_0x49046b(0x148)]=a158_0x49046b(0x13d),a158_0x227f56[a158_0x49046b(0x150)]=a158_0x49046b(0x14e),a158_0x227f56[a158_0x49046b(0x14a)]=a158_0x49046b(0x16a),a158_0x227f56[a158_0x49046b(0x162)]=a158_0x49046b(0x142),a158_0x227f56[a158_0x49046b(0x156)]=a158_0x49046b(0x155),module[a158_0x49046b(0x13f)]={'consoleHolder':Object[a158_0x49046b(0x160)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':'https://collector-observability.browserstack.com','OBSERVABILITY_UPLOAD_API_URL':a158_0x49046b(0x151),'EVENT_ENDPOINT':a158_0x49046b(0x16b),'BATCH_ENDPOINT':a158_0x49046b(0x14c),'SCREENSHOT_ENDPOINT':a158_0x49046b(0x159),'UPLOAD_ATTACHMENT_ENDPOINT':a158_0x49046b(0x167),'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_0x49046b(0x16d)](logDir,a158_0x49046b(0x164)),'FRAMEWORKS':a158_0x227f56};const _env=(process[a158_0x49046b(0x13e)][a158_0x49046b(0x144)]||'prod')[a158_0x49046b(0x158)]();if(_env==='staging'||_env===a158_0x49046b(0x157))module[a158_0x49046b(0x13f)][a158_0x49046b(0x15e)]=a158_0x49046b(0x166),module[a158_0x49046b(0x13f)][a158_0x49046b(0x169)]=a158_0x49046b(0x153);else(_env===a158_0x49046b(0x154)||_env===a158_0x49046b(0x165))&&(module['exports'][a158_0x49046b(0x15e)]='https://collector-observability-preprod.bsstag.com',module[a158_0x49046b(0x13f)]['OBSERVABILITY_UPLOAD_API_URL']=a158_0x49046b(0x140));