browserstack-node-sdk 1.58.0 → 1.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) 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 +3 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/assets/report.html +1 -1
  43. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  44. package/src/bin/codeceptjs/command.js +1 -1
  45. package/src/bin/codeceptjs/helper.js +1 -1
  46. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  47. package/src/bin/cucumber-js/command.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  50. package/src/bin/cucumber-js/test-observability.js +1 -1
  51. package/src/bin/cucumber-js/test.setup.js +1 -1
  52. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  53. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  54. package/src/bin/integrations/command.js +1 -1
  55. package/src/bin/integrations/constants.js +1 -1
  56. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  57. package/src/bin/jasmine/command.js +1 -1
  58. package/src/bin/jasmine/test.setup.js +1 -1
  59. package/src/bin/jasmine/testRunMap.js +1 -1
  60. package/src/bin/jest/command.js +1 -1
  61. package/src/bin/jest/customImplements/customCircus.js +1 -1
  62. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  63. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  64. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  65. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  66. package/src/bin/jest/jest.setup.js +1 -1
  67. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  68. package/src/bin/jest/test-observability/helper.js +1 -1
  69. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  70. package/src/bin/jest/test-observability/test-details.js +1 -1
  71. package/src/bin/jest/test.setup.js +1 -1
  72. package/src/bin/jest/test_before.setup.js +1 -1
  73. package/src/bin/launcher/launcher.js +1 -1
  74. package/src/bin/load/index.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/state/automationFrameworkState.js +1 -1
  155. package/src/bin/v2/state/hookState.js +1 -1
  156. package/src/bin/v2/state/testFrameworkState.js +1 -1
  157. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  158. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  159. package/src/bin/v2/utils/jest-utils.js +1 -1
  160. package/src/bin/vanilla-js/command.js +1 -1
  161. package/src/browserStackSdk.js +1 -1
  162. package/src/helpers/BrowserStackSetup.js +1 -1
  163. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  164. package/src/helpers/accessibility-automation/constants.js +1 -1
  165. package/src/helpers/accessibility-automation/helper.js +1 -1
  166. package/src/helpers/accessibility-automation/scripts.js +1 -1
  167. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  168. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/timeoutPromise.js +1 -1
  214. package/src/helpers/utilities.js +1 -1
  215. package/src/helpers/w3cMapping.js +1 -1
  216. package/src/hubAllocationMethods.js +1 -1
  217. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a149_0x1a2d(_0x77b3cd,_0x5045d1){const _0x472bd6=a149_0x472b();return a149_0x1a2d=function(_0x1a2d5a,_0xdc9be9){_0x1a2d5a=_0x1a2d5a-0x151;let _0x56cb15=_0x472bd6[_0x1a2d5a];return _0x56cb15;},a149_0x1a2d(_0x77b3cd,_0x5045d1);}const a149_0x52a9e5=a149_0x1a2d;(function(_0x4c2835,_0x18d05d){const _0x47696b=a149_0x1a2d,_0x31b6c6=_0x4c2835();while(!![]){try{const _0x333c69=-parseInt(_0x47696b(0x202))/0x1+-parseInt(_0x47696b(0x18d))/0x2+parseInt(_0x47696b(0x17a))/0x3+-parseInt(_0x47696b(0x1e1))/0x4+-parseInt(_0x47696b(0x1bd))/0x5*(parseInt(_0x47696b(0x1e9))/0x6)+parseInt(_0x47696b(0x1ea))/0x7*(parseInt(_0x47696b(0x159))/0x8)+parseInt(_0x47696b(0x18c))/0x9;if(_0x333c69===_0x18d05d)break;else _0x31b6c6['push'](_0x31b6c6['shift']());}catch(_0x249e91){_0x31b6c6['push'](_0x31b6c6['shift']());}}}(a149_0x472b,0xdab42));const fs=require('fs'),fsPromise=require(a149_0x52a9e5(0x1e8)),{performance,PerformanceObserver}=require(a149_0x52a9e5(0x1cc)),path=require(a149_0x52a9e5(0x1de)),util=require('util'),logger=require(a149_0x52a9e5(0x1a6))[a149_0x52a9e5(0x197)],{getLogDir}=require(a149_0x52a9e5(0x1a6)),{getProcessId,sleep,debug,getTestName}=require(a149_0x52a9e5(0x1e2));function a149_0x472b(){const _0x55a008=['HHgWk','error-report','nXHjH','calculateTimeFromEvents','nldCM','2030856sPyqxq','key-metrics.json','map','Ijfya','entryType','format','VJLPa','info','readdir','access','HVzzr','push','_measureEvents','finalize','rjbSw','Error\x20while\x20removing\x20files:\x20','GlyLc','getEventsFromJSON','yLTLQ','entryTypes','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','JUlAx','apply','failure','function','duration','HUfgN','exports','wnkAZ','errors','YpgVC','concat','unlinkSync','944901qFLiRx','cwd','/error-report-','constants','then','QuwlY','txtIh','index','cuLpM','</td><td>','catch','Error\x20in\x20writing\x20html\x20','entries','errorReportDirName','measure','stopAndGenerate','BWIJZ','errorFile','22479147ZAiygb','1840122OaMRPv','message','key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','-end','XiwNN','assign','generateJSON','BpKzQ','QaTYw','Performance\x20report\x20is\x20at\x20','winstonLogger','writeFileSync','Error\x20stopping\x20monitoring\x20','started','/performance-report-','calculateTimesFromMultipleFiles','browserStackCwd','utf-8','success','join','writeFile','flat','length','F_OK','kgoCR','../logger','ZTDJv','jsonReportDirName','worker','XjLmw','false','<tr><td>','\x20for\x20all\x20processes\x20is\x20','performance-report','_events','dAGIG','BBKdj','hoAIT','meta','UiSxA','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','parse','GgFnc','measureWrapper','stack','existsSync','_observer','.json','1418665xXKKJL','testName','start','forEach','env','pushErrors','dirname','RjlwO','jsonReportFileName','Error\x20in\x20doing\x20csv\x20operations:\x20','jsonReportDirPath','EqZwX','toString','toJSON','splice','perf_hooks','Time\x20for\x20','tZqXN','modified-key-metrics.json','khrWM','xoLjc','measures','stopMonitoring','startMonitoring','__platformCaps','aCdTt','finalizeErrors','WdcmY','_errorEvents','Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','<h1>Performance\x20Report</h1>','HXUSP','appendFileSync','path','eventsMap','XONqX','777704ySpdHf','../processHelper','sRTuE','ZyIgG','stringify','errorReportFileName','getEntries','fs/promises','24NRjKrY','35hnAhcS','SyhXH','name','generateHTMLReport','ydBrK','bNRrT','JepLg','getCleanedPerfEvents','readFileSync','end','BROWSERSTACK_SDK_INSTRUMENTATION','error\x20in\x20measure\x20','QrgVx','SAygv','details','pushPerfMeasures','</tbody></table></body></html>','mqtPQ','</td></tr>','observe','disconnect','code','YgbtJ','isEnabled','936706dNLzOd','mark','debug','mkdirSync','finalizePerfMeasures','slice','readdirSync'];a149_0x472b=function(){return _0x55a008;};return a149_0x472b();}class PerformanceTester{static [a149_0x52a9e5(0x1bb)];static ['_events']=[];static ['_measureEvents']=[];static [a149_0x52a9e5(0x1d9)]=[];static [a149_0x52a9e5(0x19a)]=![];static [a149_0x52a9e5(0x1a8)]=a149_0x52a9e5(0x1ae);static [a149_0x52a9e5(0x187)]=process[a149_0x52a9e5(0x1c1)][a149_0x52a9e5(0x19d)]?path[a149_0x52a9e5(0x1a0)](process[a149_0x52a9e5(0x1c1)]['browserStackCwd'],a149_0x52a9e5(0x155)):path[a149_0x52a9e5(0x1a0)](process['cwd'](),'error-report');static [a149_0x52a9e5(0x1e6)]=this[a149_0x52a9e5(0x187)]+a149_0x52a9e5(0x17c)+getProcessId()+a149_0x52a9e5(0x1bc);static [a149_0x52a9e5(0x1f8)]={};static [a149_0x52a9e5(0x1df)]={};static[a149_0x52a9e5(0x1d4)](_0x4794d0,_0x5f4bd2=this[a149_0x52a9e5(0x187)]+a149_0x52a9e5(0x17c)+getProcessId()+'.json'){const _0x4a41cb=a149_0x52a9e5,_0x2b4677={'nldCM':function(_0x31c285,_0x4c20f2){return _0x31c285===_0x4c20f2;},'rjbSw':_0x4a41cb(0x188),'SyhXH':function(_0x22921d){return _0x22921d();},'ZTDJv':function(_0x18a55c,_0x11f1fd){return _0x18a55c+_0x11f1fd;},'yLTLQ':'Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','aCdTt':_0x4a41cb(0x171)};try{this[_0x4a41cb(0x1c7)]=path[_0x4a41cb(0x1a0)](_0x2b4677[_0x4a41cb(0x1eb)](getLogDir),this[_0x4a41cb(0x1a8)]),!_0x4794d0&&(_0x4794d0=this[_0x4a41cb(0x1c7)]+_0x4a41cb(0x19b)+_0x2b4677['SyhXH'](getProcessId)+_0x4a41cb(0x1bc)),!fs[_0x4a41cb(0x1ba)](this['jsonReportDirPath'])&&fs[_0x4a41cb(0x205)](this[_0x4a41cb(0x1c7)]);}catch(_0x1a37e6){logger[_0x4a41cb(0x204)](_0x2b4677[_0x4a41cb(0x1a7)](_0x2b4677[_0x4a41cb(0x16b)],_0x1a37e6));}if(this[_0x4a41cb(0x19a)]||!this[_0x4a41cb(0x201)]())return;this[_0x4a41cb(0x1bb)]=new PerformanceObserver(_0x105abb=>{const _0x5e584b=_0x4a41cb;_0x105abb[_0x5e584b(0x1e7)]()[_0x5e584b(0x1c0)](_0x42ddcc=>{const _0x2ddd02=_0x5e584b;if(_0x2b4677[_0x2ddd02(0x158)](_0x42ddcc[_0x2ddd02(0x15d)],_0x2b4677[_0x2ddd02(0x167)])){let _0x5d21c6={};if(_0x42ddcc[_0x2ddd02(0x1ca)])_0x5d21c6=_0x42ddcc['toJSON']();else for(const _0x3e0e61 in _0x42ddcc){_0x5d21c6[_0x3e0e61]=_0x42ddcc[_0x3e0e61];}this[_0x2ddd02(0x1f8)][_0x42ddcc[_0x2ddd02(0x1ec)]]&&(_0x5d21c6=Object['assign'](_0x5d21c6,this[_0x2ddd02(0x1f8)][_0x42ddcc[_0x2ddd02(0x1ec)]])),delete this[_0x2ddd02(0x1f8)][_0x42ddcc[_0x2ddd02(0x1ec)]],this['_measureEvents']['push'](_0x5d21c6);}else this[_0x2ddd02(0x1af)][_0x2ddd02(0x164)](_0x42ddcc);});});const _0xff62dd={};_0xff62dd['buffered']=!![],_0xff62dd[_0x4a41cb(0x16c)]=[_0x2b4677[_0x4a41cb(0x1d6)],_0x2b4677['rjbSw']],this[_0x4a41cb(0x1bb)][_0x4a41cb(0x1fd)](_0xff62dd),this[_0x4a41cb(0x19a)]=!![],this['jsonReportFileName']=_0x4794d0,this[_0x4a41cb(0x1e6)]=_0x5f4bd2;}static['getPerformance'](){return performance;}static['calculateTimeFromEvents'](_0xa9408e,_0x1b0e6f){const _0x1615f8=a149_0x52a9e5,_0x1a20b9={};_0x1a20b9[_0x1615f8(0x1b1)]=function(_0x5c75c6,_0x1c5862){return _0x5c75c6+_0x1c5862;},_0x1a20b9[_0x1615f8(0x1ef)]=function(_0x250f78,_0x59a9c9){return _0x250f78||_0x59a9c9;},_0x1a20b9['wnkAZ']=function(_0x1af720,_0x46a12e){return _0x1af720===_0x46a12e;};const _0x543cc1=_0x1a20b9,_0x2f6875={};if(!_0xa9408e||_0x543cc1[_0x1615f8(0x175)](_0xa9408e['length'],0x0))return;_0xa9408e[_0x1615f8(0x15b)](_0x38ce77=>{const _0x175a44=_0x1615f8;!_0x2f6875[_0x38ce77['name']]&&(_0x2f6875[_0x38ce77[_0x175a44(0x1ec)]]=0x0),_0x2f6875[_0x38ce77[_0x175a44(0x1ec)]]+=_0x38ce77['duration'];});const _0x1ca6c7=_0x1b0e6f['reduce']((_0x312d4d,_0x3ea3a7)=>{const _0x2b86f3=_0x1615f8;return _0x543cc1['BBKdj'](_0x2f6875[_0x3ea3a7],_0x543cc1[_0x2b86f3(0x1ef)](_0x312d4d,0x0));},0x0);return _0x1ca6c7;}static async[a149_0x52a9e5(0x19c)](_0x5c1b8d,_0x5f537e){const _0x5c0bb1=a149_0x52a9e5,_0x89300b={'txtIh':function(_0x1b20ca,_0x32a7c5){return _0x1b20ca+_0x32a7c5;},'ZdbmD':function(_0x54c93a,_0x52c406){return _0x54c93a||_0x52c406;},'YpgVC':function(_0x34812f,_0x475bcb){return _0x34812f===_0x475bcb;},'cuLpM':function(_0x5360a1,_0xf7c894){return _0x5360a1(_0xf7c894);},'dAGIG':function(_0x4c9f8e,_0x29338c){return _0x4c9f8e(_0x29338c);}};if(!_0x5c1b8d||_0x89300b[_0x5c0bb1(0x177)](_0x5c1b8d[_0x5c0bb1(0x1a3)],0x0))return 0x0;const _0x3b0bb=[];for(const _0xfddb4a of _0x5c1b8d){const _0xc7a4cb=path[_0x5c0bb1(0x1a0)]('.',_0xfddb4a);try{const _0x2a99fd=this[_0x5c0bb1(0x16a)](_0xc7a4cb);_0x2a99fd[_0x5c0bb1(0x15b)](_0x452b8d=>{const _0x52ae87=_0x5c0bb1;!_0x3b0bb[_0x452b8d[_0x52ae87(0x1ec)]]&&(_0x3b0bb[_0x452b8d[_0x52ae87(0x1ec)]]=0x0),_0x3b0bb[_0x452b8d[_0x52ae87(0x1ec)]]+=_0x452b8d[_0x52ae87(0x172)];});}catch(_0x132a47){_0x89300b[_0x5c0bb1(0x182)](debug,_0x5c0bb1(0x1c6)+_0x132a47[_0x5c0bb1(0x1c9)]());}}const _0x149530=_0x5f537e['reduce']((_0x38b730,_0x3f971a)=>{const _0x454198=_0x5c0bb1;return _0x89300b[_0x454198(0x180)](_0x3b0bb[_0x3f971a],_0x89300b['ZdbmD'](_0x38b730,0x0));},0x0);return _0x89300b[_0x5c0bb1(0x1b0)](debug,_0x5c0bb1(0x1cd)+_0x5f537e+_0x5c0bb1(0x1ad)+_0x149530),_0x149530;}static[a149_0x52a9e5(0x16a)](_0x2b5936){const _0x280eab=a149_0x52a9e5;if(_0x2b5936){if(!fs[_0x280eab(0x1ba)](_0x2b5936))return[];return JSON[_0x280eab(0x1b6)](fs[_0x280eab(0x1f2)](_0x2b5936)[_0x280eab(0x1c9)]());}}static async[a149_0x52a9e5(0x189)](_0x2b5d87='performance-own.html',_0x242f48=null){const _0x3f4ef5=a149_0x52a9e5,_0x50c273={'sRTuE':function(_0x17ace4,_0x58c9c6){return _0x17ace4(_0x58c9c6);}};if(!this[_0x3f4ef5(0x19a)])return;await _0x50c273[_0x3f4ef5(0x1e3)](sleep,0x1e),this[_0x3f4ef5(0x1bb)][_0x3f4ef5(0x1fe)](),this[_0x3f4ef5(0x19a)]=![],this[_0x3f4ef5(0x193)](this[_0x3f4ef5(0x1af)]);const _0x42eb11=this[_0x3f4ef5(0x1ed)](this[_0x3f4ef5(0x1af)]),_0x475cb3=path[_0x3f4ef5(0x1a0)](process[_0x3f4ef5(0x17b)](),_0x2b5d87);fs[_0x3f4ef5(0x1a1)](_0x475cb3,_0x42eb11,_0x3af4d1=>{const _0x5c1f01=_0x3f4ef5;if(_0x3af4d1){_0x50c273['sRTuE'](debug,_0x5c1f01(0x185)+_0x3af4d1['toString']());return;}_0x50c273[_0x5c1f01(0x1e3)](debug,_0x5c1f01(0x196)+_0x475cb3);});if(_0x242f48)return this[_0x3f4ef5(0x157)](this['_events'],_0x242f48);}static[a149_0x52a9e5(0x1ed)](_0x2aaa2d){const _0xcfb00f=a149_0x52a9e5,_0x3f6ca6={};_0x3f6ca6[_0xcfb00f(0x1aa)]=_0xcfb00f(0x1b5),_0x3f6ca6['ZyIgG']=_0xcfb00f(0x1db),_0x3f6ca6[_0xcfb00f(0x1f0)]=_0xcfb00f(0x16d),_0x3f6ca6[_0xcfb00f(0x1ee)]=_0xcfb00f(0x1fa);const _0x586721=_0x3f6ca6;let _0x1ab36b=_0x586721['XjLmw'];return _0x1ab36b+=_0x586721[_0xcfb00f(0x1e4)],_0x1ab36b+=_0x586721[_0xcfb00f(0x1f0)],_0x2aaa2d[_0xcfb00f(0x1c0)](_0x2338ca=>{const _0x5b8334=_0xcfb00f;_0x1ab36b+=_0x5b8334(0x1ac)+_0x2338ca[_0x5b8334(0x1ec)]+_0x5b8334(0x183)+_0x2338ca['duration']+_0x5b8334(0x1fc);}),_0x1ab36b+=_0x586721[_0xcfb00f(0x1ee)],_0x1ab36b;}static[a149_0x52a9e5(0x193)](_0x2ac4db){const _0x4aa732=a149_0x52a9e5;if(!this['jsonReportFileName'])return;const _0x466b12={};_0x2ac4db['map'](_0x1702dc=>{const _0x160143=a149_0x1a2d;!_0x466b12[_0x1702dc[_0x160143(0x1ec)]]&&(_0x466b12[_0x1702dc[_0x160143(0x1ec)]]=0x0),_0x466b12[_0x1702dc[_0x160143(0x1ec)]]+=_0x1702dc[_0x160143(0x172)];});const _0x519201=Object[_0x4aa732(0x186)](_0x466b12)[_0x4aa732(0x15b)](([_0x5e42b5,_0xbe2d7b])=>{const _0x135b66=_0x4aa732,_0x218b69={};return _0x218b69[_0x135b66(0x1ec)]=_0x5e42b5,_0x218b69[_0x135b66(0x172)]=_0xbe2d7b,_0x218b69;});fs[_0x4aa732(0x198)](this[_0x4aa732(0x1c5)],JSON[_0x4aa732(0x1e5)](_0x519201));}static[a149_0x52a9e5(0x201)](){const _0x396f33=a149_0x52a9e5,_0x3eb262={};_0x3eb262[_0x396f33(0x15f)]=function(_0x10bec7,_0x16a0f2){return _0x10bec7===_0x16a0f2;},_0x3eb262[_0x396f33(0x1b4)]=_0x396f33(0x1ab);const _0x317d9c=_0x3eb262;return!_0x317d9c[_0x396f33(0x15f)](process[_0x396f33(0x1c1)][_0x396f33(0x1f4)],_0x317d9c[_0x396f33(0x1b4)]);}static[a149_0x52a9e5(0x188)](_0x2331ed,_0x57b0fb,_0x4df25e=null,_0x2503ff={},_0x17b302=null){const _0xb7b634=a149_0x52a9e5,_0x8abe74={'THnnO':function(_0x58528b,_0x58612d){return _0x58528b(_0x58612d);},'RjlwO':function(_0x41de47,_0x2a0c57){return _0x41de47 instanceof _0x2a0c57;}};try{if(this[_0xb7b634(0x19a)]&&this[_0xb7b634(0x201)]()){let _0x3d7926=_0x2331ed;_0x4df25e&&(_0x3d7926=_0x2331ed+'['+JSON[_0xb7b634(0x1e5)](_0x4df25e)+']');PerformanceTester[_0xb7b634(0x1bf)](_0x3d7926),this[_0xb7b634(0x1f8)]&&(this[_0xb7b634(0x1f8)][_0x3d7926]=_0x2503ff);try{const _0x220d3a=_0x57b0fb['apply'](null,_0x17b302);if(_0x8abe74[_0xb7b634(0x1c4)](_0x220d3a,Promise))return new Promise((_0x562506,_0x373139)=>{const _0x3dec48=_0xb7b634,_0x5e5eca={'GgFnc':function(_0x4db543,_0x89aa92){return _0x8abe74['THnnO'](_0x4db543,_0x89aa92);}};_0x220d3a[_0x3dec48(0x17e)](_0x5c86bb=>{const _0x5d7298=_0x3dec48;PerformanceTester['end'](_0x3d7926),_0x5e5eca[_0x5d7298(0x1b7)](_0x562506,_0x5c86bb);})[_0x3dec48(0x184)](_0x17bb1e=>{const _0x5f433f=_0x3dec48;PerformanceTester[_0x5f433f(0x1f3)](_0x3d7926,![],util['format'](_0x17bb1e)),_0x5e5eca[_0x5f433f(0x1b7)](_0x373139,_0x17bb1e);});});;return PerformanceTester[_0xb7b634(0x1f3)](_0x3d7926),_0x220d3a;}catch(_0x29d210){PerformanceTester[_0xb7b634(0x1f3)](_0x3d7926,![],util['format'](_0x29d210));throw _0x29d210;}};return _0x57b0fb['apply'](null,_0x17b302);}catch(_0x2645a3){return logger[_0xb7b634(0x204)](_0xb7b634(0x1f5)+(_0x2645a3['stack']||_0x2645a3[_0xb7b634(0x18e)]||_0x2645a3)),_0x57b0fb['apply'](null,_0x17b302);}}static[a149_0x52a9e5(0x1b8)](_0x2c835b,_0x2dd79c,_0x148b06={}){const _0x1ac7f4=a149_0x52a9e5,_0x5aeeb4={'khrWM':function(_0x2da77a){return _0x2da77a();}},_0x2a888f=this;return _0x148b06[_0x1ac7f4(0x1a9)]=_0x5aeeb4[_0x1ac7f4(0x1d0)](getProcessId),_0x148b06[_0x1ac7f4(0x1be)]=_0x5aeeb4[_0x1ac7f4(0x1d0)](getTestName),_0x148b06['platform']=global[_0x1ac7f4(0x1d5)]&&global['__platformCaps'][_0x1ac7f4(0x181)],function(){const _0xc0589e=_0x1ac7f4,_0x5d63b3=[_0x2c835b,_0x2dd79c,null,_0x148b06][_0xc0589e(0x178)](arguments);return _0x2a888f[_0xc0589e(0x188)][_0xc0589e(0x16f)](_0x2a888f,_0x5d63b3);};}static[a149_0x52a9e5(0x1f1)](){const _0xce0610=a149_0x52a9e5,_0x573366=/(^.*)\[(.*)\]$/,_0x586263={},_0x46f4ae={},_0x30b1f0=[],_0x42d494=this['_measureEvents'][_0xce0610(0x1cb)](0x0,this[_0xce0610(0x165)][_0xce0610(0x1a3)]);for(const _0x22e996 of _0x42d494){const _0x3bb1d7=_0x22e996[_0xce0610(0x1ec)]['match'](_0x573366),_0x49ac45=Object['assign']({},_0x22e996);_0x3bb1d7&&(_0x49ac45[_0xce0610(0x1ec)]=_0x3bb1d7[0x1],_0x49ac45[_0xce0610(0x1b3)]=JSON[_0xce0610(0x1b6)](_0x3bb1d7[0x2])),_0x30b1f0[_0xce0610(0x164)](_0x49ac45);}return _0x30b1f0;}static[a149_0x52a9e5(0x1f9)](){const _0xfe57d0=a149_0x52a9e5,_0x569d14={'EqZwX':function(_0x4839c2){return _0x4839c2();},'YgbtJ':function(_0x3da909,_0x3bd128){return _0x3da909+_0x3bd128;},'qqBJJ':_0xfe57d0(0x168),'BpKzQ':function(_0x3cf3ee,_0x1c5f42){return _0x3cf3ee===_0x1c5f42;},'HUfgN':function(_0xaa5656,_0x1dee67){return _0xaa5656+_0x1dee67;}};try{this[_0xfe57d0(0x1c7)]=path[_0xfe57d0(0x1a0)](_0x569d14[_0xfe57d0(0x1c8)](getLogDir),this[_0xfe57d0(0x1a8)]);if(fs[_0xfe57d0(0x1ba)](this[_0xfe57d0(0x1c7)])){const _0x518da9=fs[_0xfe57d0(0x153)](this[_0xfe57d0(0x1c7)]);for(const _0x411e0e of _0x518da9){fs[_0xfe57d0(0x179)](path['join'](this['jsonReportDirPath'],_0x411e0e));}}}catch(_0x3b2bd4){logger['debug'](_0x569d14[_0xfe57d0(0x200)](_0x569d14['qqBJJ'],_0x3b2bd4));}if(_0x569d14[_0xfe57d0(0x194)](this[_0xfe57d0(0x165)][_0xfe57d0(0x1a3)],0x0))return;const _0x1e3a63=this[_0xfe57d0(0x1f1)](),_0x3bd3b1=JSON[_0xfe57d0(0x1e5)](_0x1e3a63),_0x2a84a3=_0x569d14[_0xfe57d0(0x173)](_0x3bd3b1[_0xfe57d0(0x152)](0x1,-0x1),',');fs[_0xfe57d0(0x1dd)](this[_0xfe57d0(0x1c5)],_0x2a84a3);}static async[a149_0x52a9e5(0x151)](){const _0x312ec=a149_0x52a9e5,_0x27c252={'Ijfya':function(_0x1fc049){return _0x1fc049();},'NlOCX':function(_0x14544c,_0x6b4c4f){return _0x14544c===_0x6b4c4f;},'tZqXN':_0x312ec(0x15a),'NXFhx':_0x312ec(0x19e),'nXHjH':_0x312ec(0x1cf),'BWIJZ':function(_0x555853,_0x414bcd){return _0x555853+_0x414bcd;},'XONqX':'Error\x20processing\x20key-metrics.json:\x20%s','YKYxC':_0x312ec(0x18f),'WdcmY':_0x312ec(0x1da),'JUlAx':function(_0x2ce604,_0x513e0e){return _0x2ce604>_0x513e0e;}};this[_0x312ec(0x1c7)]=path[_0x312ec(0x1a0)](_0x27c252[_0x312ec(0x15c)](getLogDir),this[_0x312ec(0x1a8)]);if(!this[_0x312ec(0x19a)]||_0x27c252['NlOCX'](this[_0x312ec(0x165)][_0x312ec(0x1a3)],0x0))return[];if(!fs[_0x312ec(0x1ba)](this[_0x312ec(0x1c7)]))return this[_0x312ec(0x165)];const _0x3a8231=(await fsPromise[_0x312ec(0x161)](this['jsonReportDirPath']))[_0x312ec(0x15b)](_0x2b1c97=>path['resolve'](this[_0x312ec(0x1c7)],_0x2b1c97));try{const _0x52d875=path[_0x312ec(0x1c3)](this[_0x312ec(0x1c7)]),_0x389a4a=path[_0x312ec(0x1a0)](_0x52d875,_0x27c252[_0x312ec(0x1ce)]);if(fs[_0x312ec(0x1ba)](_0x389a4a))try{await fsPromise[_0x312ec(0x162)](_0x389a4a,fs[_0x312ec(0x17d)][_0x312ec(0x1a4)]);const _0x17dd18=await fsPromise['readFile'](_0x389a4a,_0x27c252['NXFhx']),_0x41f292=JSON[_0x312ec(0x1b6)](_0x17dd18),_0x22cf74=path[_0x312ec(0x1a0)](this[_0x312ec(0x1c7)],_0x27c252[_0x312ec(0x156)]);let _0x201168='';Array['isArray'](_0x41f292)?_0x201168=_0x27c252[_0x312ec(0x18a)](_0x41f292[_0x312ec(0x15b)](_0x1e9ef4=>JSON[_0x312ec(0x1e5)](_0x1e9ef4))['join'](','),','):_0x201168=_0x27c252[_0x312ec(0x18a)](JSON['stringify'](_0x41f292),','),await fsPromise[_0x312ec(0x1a1)](_0x22cf74,_0x201168),_0x3a8231[_0x312ec(0x164)](_0x22cf74),await fsPromise['unlink'](_0x389a4a);}catch(_0xc71ece){logger['info'](util[_0x312ec(0x15e)](_0x27c252[_0x312ec(0x1e0)],_0xc71ece[_0x312ec(0x1b9)]||_0xc71ece[_0x312ec(0x18e)]||_0xc71ece));}else logger[_0x312ec(0x160)](_0x27c252['YKYxC']);}catch(_0x5dc5dd){logger['info'](util['format'](_0x27c252[_0x312ec(0x1d8)],_0x5dc5dd[_0x312ec(0x1b9)]||_0x5dc5dd[_0x312ec(0x18e)]||_0x5dc5dd));}let _0x10a865=(await Promise['all'](_0x3a8231[_0x312ec(0x15b)](_0x530f3f=>fsPromise['readFile'](_0x530f3f,_0x312ec(0x19e)))))[_0x312ec(0x15b)](_0x34f5d0=>'['+_0x34f5d0[_0x312ec(0x152)](0x0,-0x1)+']')[_0x312ec(0x15b)](_0x37167d=>JSON[_0x312ec(0x1b6)](_0x37167d))[_0x312ec(0x1a2)]();return _0x27c252[_0x312ec(0x16e)](this[_0x312ec(0x165)][_0x312ec(0x1a3)],0x0)&&(_0x10a865=_0x10a865[_0x312ec(0x178)](this[_0x312ec(0x1f1)]())),this[_0x312ec(0x1bb)][_0x312ec(0x1fe)](),_0x10a865;}static['pushErrors'](){const _0x3b8402=a149_0x52a9e5,_0x23d0de={};_0x23d0de[_0x3b8402(0x1fb)]=function(_0x4a6b0f,_0x451ad7){return _0x4a6b0f===_0x451ad7;},_0x23d0de[_0x3b8402(0x163)]=function(_0x186d39,_0x239d46){return _0x186d39+_0x239d46;};const _0x4b8721=_0x23d0de;if(_0x4b8721[_0x3b8402(0x1fb)](this['_errorEvents'][_0x3b8402(0x1a3)],0x0))return;const _0x41d932=JSON[_0x3b8402(0x1e5)](this[_0x3b8402(0x1d9)]),_0x5eed6b=_0x4b8721[_0x3b8402(0x163)](_0x41d932[_0x3b8402(0x152)](0x1,-0x1),',');fs[_0x3b8402(0x1dd)](this[_0x3b8402(0x18b)],_0x5eed6b);}static[a149_0x52a9e5(0x1d7)](){const _0xc973e7=a149_0x52a9e5,_0xeeaf86={};_0xeeaf86[_0xc973e7(0x191)]=function(_0x15aba5,_0x2b33d6){return _0x15aba5>_0x2b33d6;};const _0x33e871=_0xeeaf86;if(this[_0xc973e7(0x1e6)]){if(!fs['existsSync'](this['errorReportFileName']))return this[_0xc973e7(0x1d9)];let _0x5a55da=fs[_0xc973e7(0x1f2)](this['errorReportFileName'])['toString']();_0x5a55da='['+_0x5a55da[_0xc973e7(0x152)](0x0,-0x1)+']';let _0x79a08c=JSON['parse'](_0x5a55da);return _0x33e871[_0xc973e7(0x191)](this[_0xc973e7(0x1d9)][_0xc973e7(0x1a3)],0x0)&&(_0x79a08c=_0x79a08c['concat'](this['_errorEvents'])),fs[_0xc973e7(0x179)](this['errorReportFileName']),_0x79a08c;}}static['captureError'](_0x2e219e){const _0x1c50db=a149_0x52a9e5;if(!this[_0x1c50db(0x201)]())return;this[_0x1c50db(0x1d9)]['push']({'message':_0x2e219e['message'],'trace':_0x2e219e['stack'],'code':_0x2e219e[_0x1c50db(0x1ff)]||null,'time':new Date()});}static[a149_0x52a9e5(0x1d3)](){const _0x52281a=a149_0x52a9e5;try{if(!this['isEnabled']())return;this[_0x52281a(0x1bb)][_0x52281a(0x1fe)](),this[_0x52281a(0x1f9)](),this[_0x52281a(0x1c2)]();}catch(_0x30f22b){logger['debug'](_0x52281a(0x199)+util['format'](_0x30f22b));}}static async[a149_0x52a9e5(0x166)](){const _0x3c466e=a149_0x52a9e5,_0x1d4017={'HHgWk':function(_0x344ce7,_0x114ce3){return _0x344ce7(_0x114ce3);}};await _0x1d4017[_0x3c466e(0x154)](sleep,0x1e);const _0x39a719=await this[_0x3c466e(0x151)](),_0x32ead6=this[_0x3c466e(0x1d7)]();if(!this[_0x3c466e(0x201)]()){const _0x40c161={};return _0x40c161[_0x3c466e(0x1d2)]=[],_0x40c161[_0x3c466e(0x176)]=[],_0x40c161;}const _0x344945={};return _0x344945['measures']=_0x39a719,_0x344945['errors']=_0x32ead6,_0x344945;}static['start'](_0x49bfe5){const _0x210086=a149_0x52a9e5,_0x3e26a2={};_0x3e26a2[_0x210086(0x1dc)]=function(_0x334885,_0x3f239f){return _0x334885+_0x3f239f;},_0x3e26a2['QrgVx']='-start';const _0x955fc5=_0x3e26a2,_0xa67689=_0x955fc5[_0x210086(0x1dc)](_0x49bfe5,_0x955fc5[_0x210086(0x1f6)]);if(this[_0x210086(0x1df)][_0xa67689])return;performance[_0x210086(0x203)](_0xa67689),this[_0x210086(0x1df)][_0xa67689]=0x1;}static['end'](_0x1d123e,_0x359bbb=!![],_0x5d787a=null,_0x4389f2={}){const _0xe728f5=a149_0x52a9e5,_0x1b73f8={'hoAIT':'1|0|3|4|2','GlyLc':function(_0x4ed598,_0xc793fd){return _0x4ed598+_0xc793fd;},'xoLjc':_0xe728f5(0x190),'eDFlZ':function(_0x4ebee0,_0xbca697){return _0x4ebee0+_0xbca697;},'SAygv':'-start','QaTYw':function(_0x548d56){return _0x548d56();},'kgoCR':function(_0x3bd797,_0x25834a){return _0x3bd797+_0x25834a;},'QuwlY':function(_0x581aad,_0x97330a){return _0x581aad+_0x97330a;}},_0x22efaf=_0x1b73f8[_0xe728f5(0x1b2)]['split']('|');let _0x559dc2=0x0;while(!![]){switch(_0x22efaf[_0x559dc2++]){case'0':performance[_0xe728f5(0x203)](_0x1b73f8[_0xe728f5(0x169)](_0x1d123e,_0x1b73f8[_0xe728f5(0x1d1)]));continue;case'1':if(!this[_0xe728f5(0x1df)][_0x1b73f8['eDFlZ'](_0x1d123e,_0x1b73f8['SAygv'])])return;continue;case'2':const _0x380f53={};_0x380f53[_0xe728f5(0x19f)]=_0x359bbb,_0x380f53[_0xe728f5(0x170)]=_0x5d787a,this[_0xe728f5(0x1f8)][_0x1d123e]=Object[_0xe728f5(0x192)](_0x380f53,Object[_0xe728f5(0x192)](Object[_0xe728f5(0x192)]({'worker':_0x1b73f8[_0xe728f5(0x195)](getProcessId),'platform':global[_0xe728f5(0x1d5)]&&global[_0xe728f5(0x1d5)]['index'],'testName':_0x1b73f8[_0xe728f5(0x195)](getTestName)},_0x4389f2),this['details'][_0x1d123e]||{}));continue;case'3':this[_0xe728f5(0x1df)][_0x1b73f8[_0xe728f5(0x1a5)](_0x1d123e,_0x1b73f8[_0xe728f5(0x1f7)])]&&performance['measure'](_0x1d123e,_0x1b73f8[_0xe728f5(0x1a5)](_0x1d123e,_0x1b73f8[_0xe728f5(0x1f7)]),_0x1b73f8[_0xe728f5(0x169)](_0x1d123e,_0x1b73f8[_0xe728f5(0x1d1)]));continue;case'4':delete this[_0xe728f5(0x1df)][_0x1b73f8[_0xe728f5(0x17f)](_0x1d123e,_0x1b73f8[_0xe728f5(0x1f7)])];continue;}break;}}}module[a149_0x52a9e5(0x174)]=PerformanceTester;
1
+ const a149_0x2f7f85=a149_0x41b9;function a149_0x58ad(){const _0x45e462=['AWgti','/error-report-','lmlqZ','errors','meta','1bjEhJX','winstonLogger','QaTBb','start','jsonReportDirPath','UeVki','captureError','__platformCaps','ofopA','PEPIk','ZNlEz','1116311WCGEJx','eventsMap','SxJil','toString','disconnect','Error\x20processing\x20key-metrics.json:\x20%s','duration','entryType','Performance\x20report\x20is\x20at\x20','aesdg','forEach','bLchi','WtqUQ','SiZez','format','HafNu','index','rEgoV','8Qkerul','readFileSync','_errorEvents','../logger','buffered','PJlCV','79188beBJKp','pushPerfMeasures','vtgYB','measureWrapper','Error\x20while\x20removing\x20files:\x20','_measureEvents','</td></tr>','EgTkA','GCIJn','flat','key-metrics.json','unlinkSync','path','Error\x20in\x20doing\x20csv\x20operations:\x20','constants','parse','fidaz','230922XEEUIA','oryKI','calculateTimesFromMultipleFiles','<h1>Performance\x20Report</h1>','modified-key-metrics.json','isEnabled','generateJSON','errorFile','</td><td>','performance-report','entryTypes','JnVPC','BROWSERSTACK_SDK_INSTRUMENTATION','split','1183560TTJeYp','-start','30wOhRHJ','XzyJJ','Vzxfh','VuekF','assign','getCleanedPerfEvents','calculateTimeFromEvents','DeFBJ','.json','function','-end','catch','<tr><td>','join','length','MJoZn','Iolgl','errorReportDirName','message','finalizeErrors','finalize','stringify','concat','stopMonitoring','existsSync','startMonitoring','started','finalizePerfMeasures','end','thxLg','browserStackCwd','rckaJ','194802cFeqme','tPZRu','xxwoO','measures','Zufds','env','RNfeK','resolve','xRnLQ','863928kPNXMF','toJSON','errorReportFileName','perf_hooks','worker','lKkKZ','observe','cwMZN','getEventsFromJSON','1995410NzsevB','testName','entries','vPoWQ','error-report','jsonReportDirName','PmdlW','_events','name','TttYL','jsonReportFileName','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','access','exports','then','cwd','error\x20in\x20measure\x20','push','pushErrors','cAyWs','failure','isArray','_observer','slice','generateHTMLReport','getPerformance','writeFileSync','4NlvvAN','readFile','success','getEntries','QTaTQ','55NDlKsr','details','DIxyt','debug','unlink','F_OK','measure','lwOxB','stopAndGenerate','XkXbq','stack','appendFileSync','Error\x20in\x20writing\x20html\x20','info','qJQXu','QOpAc','hzoOE','apply','geMSR','splice','../processHelper','QCDKb','reduce','map','all','bKsag','match','utf-8','Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','util','</tbody></table></body></html>','\x20for\x20all\x20processes\x20is\x20','writeFile','OFHNK'];a149_0x58ad=function(){return _0x45e462;};return a149_0x58ad();}(function(_0x536e75,_0x82b30b){const _0x57c4d2=a149_0x41b9,_0x25c68c=_0x536e75();while(!![]){try{const _0x5a90d1=-parseInt(_0x57c4d2(0xf1))/0x1*(parseInt(_0x57c4d2(0x125))/0x2)+parseInt(_0x57c4d2(0x114))/0x3*(-parseInt(_0x57c4d2(0xc4))/0x4)+-parseInt(_0x57c4d2(0x135))/0x5*(parseInt(_0x57c4d2(0x97))/0x6)+parseInt(_0x57c4d2(0xfc))/0x7*(-parseInt(_0x57c4d2(0x10e))/0x8)+-parseInt(_0x57c4d2(0xa0))/0x9+parseInt(_0x57c4d2(0xa9))/0xa+parseInt(_0x57c4d2(0xc9))/0xb*(parseInt(_0x57c4d2(0x133))/0xc);if(_0x5a90d1===_0x82b30b)break;else _0x25c68c['push'](_0x25c68c['shift']());}catch(_0x525891){_0x25c68c['push'](_0x25c68c['shift']());}}}(a149_0x58ad,0x188d7));function a149_0x41b9(_0x3e9df2,_0x42e819){const _0x58adfa=a149_0x58ad();return a149_0x41b9=function(_0x41b9a1,_0x1153f8){_0x41b9a1=_0x41b9a1-0x7e;let _0x2d86ba=_0x58adfa[_0x41b9a1];return _0x2d86ba;},a149_0x41b9(_0x3e9df2,_0x42e819);}const fs=require('fs'),fsPromise=require('fs/promises'),{performance,PerformanceObserver}=require(a149_0x2f7f85(0xa3)),path=require(a149_0x2f7f85(0x120)),util=require(a149_0x2f7f85(0xe7)),logger=require(a149_0x2f7f85(0x111))[a149_0x2f7f85(0xf2)],{getLogDir}=require(a149_0x2f7f85(0x111)),{getProcessId,sleep,debug,getTestName}=require(a149_0x2f7f85(0xdd));class PerformanceTester{static [a149_0x2f7f85(0xbf)];static [a149_0x2f7f85(0xb0)]=[];static [a149_0x2f7f85(0x119)]=[];static [a149_0x2f7f85(0x110)]=[];static [a149_0x2f7f85(0x91)]=![];static [a149_0x2f7f85(0xae)]=a149_0x2f7f85(0x12e);static [a149_0x2f7f85(0x88)]=process[a149_0x2f7f85(0x9c)]['browserStackCwd']?path['join'](process[a149_0x2f7f85(0x9c)][a149_0x2f7f85(0x95)],'error-report'):path[a149_0x2f7f85(0x84)](process[a149_0x2f7f85(0xb8)](),a149_0x2f7f85(0xad));static ['errorReportFileName']=this[a149_0x2f7f85(0x88)]+a149_0x2f7f85(0xed)+getProcessId()+'.json';static ['details']={};static [a149_0x2f7f85(0xfd)]={};static[a149_0x2f7f85(0x90)](_0x1f53ac,_0x10a679=this[a149_0x2f7f85(0x88)]+a149_0x2f7f85(0xed)+getProcessId()+a149_0x2f7f85(0x7f)){const _0x2191af=a149_0x2f7f85,_0x2bea60={'rckaJ':function(_0x5c860a,_0x4c08b6){return _0x5c860a===_0x4c08b6;},'ZNlEz':_0x2191af(0xcf),'bKsag':function(_0xc380ad){return _0xc380ad();},'cIFzb':function(_0x3b48c3){return _0x3b48c3();},'QOpAc':function(_0x40aad9,_0x542bf2){return _0x40aad9+_0x542bf2;},'geMSR':_0x2191af(0xe5),'AyZpw':_0x2191af(0x80)};try{this['jsonReportDirPath']=path[_0x2191af(0x84)](_0x2bea60[_0x2191af(0xe2)](getLogDir),this['jsonReportDirName']),!_0x1f53ac&&(_0x1f53ac=this[_0x2191af(0xf5)]+'/performance-report-'+_0x2bea60['cIFzb'](getProcessId)+_0x2191af(0x7f)),!fs[_0x2191af(0x8f)](this[_0x2191af(0xf5)])&&fs['mkdirSync'](this[_0x2191af(0xf5)]);}catch(_0x24a1b0){logger[_0x2191af(0xcc)](_0x2bea60[_0x2191af(0xd8)](_0x2bea60[_0x2191af(0xdb)],_0x24a1b0));}if(this[_0x2191af(0x91)]||!this[_0x2191af(0x12a)]())return;this[_0x2191af(0xbf)]=new PerformanceObserver(_0x1e4dd5=>{const _0x434cf5=_0x2191af,_0x3d7942={'Iolgl':function(_0x406ff8,_0x3c8781){const _0x53d8cc=a149_0x41b9;return _0x2bea60[_0x53d8cc(0x96)](_0x406ff8,_0x3c8781);},'lmlqZ':_0x2bea60[_0x434cf5(0xfb)]};_0x1e4dd5[_0x434cf5(0xc7)]()[_0x434cf5(0x106)](_0x500db6=>{const _0x226c0d=_0x434cf5;if(_0x3d7942[_0x226c0d(0x87)](_0x500db6[_0x226c0d(0x103)],_0x3d7942[_0x226c0d(0xee)])){let _0x20e46c={};if(_0x500db6[_0x226c0d(0xa1)])_0x20e46c=_0x500db6[_0x226c0d(0xa1)]();else for(const _0x29fbf5 in _0x500db6){_0x20e46c[_0x29fbf5]=_0x500db6[_0x29fbf5];}this[_0x226c0d(0xca)][_0x500db6['name']]&&(_0x20e46c=Object[_0x226c0d(0x139)](_0x20e46c,this[_0x226c0d(0xca)][_0x500db6['name']])),delete this[_0x226c0d(0xca)][_0x500db6[_0x226c0d(0xb1)]],this[_0x226c0d(0x119)][_0x226c0d(0xba)](_0x20e46c);}else this[_0x226c0d(0xb0)][_0x226c0d(0xba)](_0x500db6);});});const _0x3d1da1={};_0x3d1da1[_0x2191af(0x112)]=!![],_0x3d1da1[_0x2191af(0x12f)]=[_0x2bea60['AyZpw'],_0x2bea60[_0x2191af(0xfb)]],this[_0x2191af(0xbf)][_0x2191af(0xa6)](_0x3d1da1),this['started']=!![],this['jsonReportFileName']=_0x1f53ac,this[_0x2191af(0xa2)]=_0x10a679;}static[a149_0x2f7f85(0xc2)](){return performance;}static[a149_0x2f7f85(0x13b)](_0x125521,_0x193193){const _0x489cd1=a149_0x2f7f85,_0xb0c7af={};_0xb0c7af[_0x489cd1(0x107)]=function(_0x5baea8,_0x303564){return _0x5baea8+_0x303564;},_0xb0c7af[_0x489cd1(0xeb)]=function(_0x5d62e3,_0x3828fe){return _0x5d62e3||_0x3828fe;},_0xb0c7af[_0x489cd1(0x126)]=function(_0x51b7fb,_0x141d3f){return _0x51b7fb===_0x141d3f;};const _0x1f3976=_0xb0c7af,_0x21abea={};if(!_0x125521||_0x1f3976[_0x489cd1(0x126)](_0x125521[_0x489cd1(0x85)],0x0))return;_0x125521[_0x489cd1(0xe0)](_0x5d6fcf=>{const _0x235a32=_0x489cd1;!_0x21abea[_0x5d6fcf[_0x235a32(0xb1)]]&&(_0x21abea[_0x5d6fcf[_0x235a32(0xb1)]]=0x0),_0x21abea[_0x5d6fcf[_0x235a32(0xb1)]]+=_0x5d6fcf['duration'];});const _0x4f0f20=_0x193193['reduce']((_0x54373f,_0x1b9784)=>{const _0x47cfe8=_0x489cd1;return _0x1f3976[_0x47cfe8(0x107)](_0x21abea[_0x1b9784],_0x1f3976[_0x47cfe8(0xeb)](_0x54373f,0x0));},0x0);return _0x4f0f20;}static async[a149_0x2f7f85(0x127)](_0x612e85,_0x1648a8){const _0x345a2b=a149_0x2f7f85,_0x4fe4bd={'TttYL':function(_0x3b00ef,_0x49db0b){return _0x3b00ef+_0x49db0b;},'Vzxfh':function(_0x2bd089,_0x3bd4d0){return _0x2bd089||_0x3bd4d0;},'WtqUQ':function(_0xc10290,_0x1f4b4f){return _0xc10290===_0x1f4b4f;},'xRnLQ':function(_0x14aac6,_0x58ccb8){return _0x14aac6(_0x58ccb8);},'rFjQi':function(_0xe51c,_0x5aaf7d){return _0xe51c(_0x5aaf7d);}};if(!_0x612e85||_0x4fe4bd[_0x345a2b(0x108)](_0x612e85[_0x345a2b(0x85)],0x0))return 0x0;const _0x74bb14=[];for(const _0x6db3b2 of _0x612e85){const _0x4afb38=path[_0x345a2b(0x84)]('.',_0x6db3b2);try{const _0x436e4c=this[_0x345a2b(0xa8)](_0x4afb38);_0x436e4c[_0x345a2b(0xe0)](_0x37ba79=>{const _0x989516=_0x345a2b;!_0x74bb14[_0x37ba79[_0x989516(0xb1)]]&&(_0x74bb14[_0x37ba79[_0x989516(0xb1)]]=0x0),_0x74bb14[_0x37ba79['name']]+=_0x37ba79['duration'];});}catch(_0x45c0af){_0x4fe4bd[_0x345a2b(0x9f)](debug,_0x345a2b(0x121)+_0x45c0af[_0x345a2b(0xff)]());}}const _0x185336=_0x1648a8[_0x345a2b(0xdf)]((_0x267123,_0x51ec89)=>{const _0x1c3f98=_0x345a2b;return _0x4fe4bd[_0x1c3f98(0xb2)](_0x74bb14[_0x51ec89],_0x4fe4bd[_0x1c3f98(0x137)](_0x267123,0x0));},0x0);return _0x4fe4bd['rFjQi'](debug,'Time\x20for\x20'+_0x1648a8+_0x345a2b(0xe9)+_0x185336),_0x185336;}static[a149_0x2f7f85(0xa8)](_0xfe13e8){const _0x4c74eb=a149_0x2f7f85;if(_0xfe13e8){if(!fs[_0x4c74eb(0x8f)](_0xfe13e8))return[];return JSON[_0x4c74eb(0x123)](fs['readFileSync'](_0xfe13e8)[_0x4c74eb(0xff)]());}}static async[a149_0x2f7f85(0xd1)](_0x1c3d70='performance-own.html',_0x3e6295=null){const _0x7c9eea=a149_0x2f7f85,_0x1a87c2={'vtgYB':function(_0x74bc15,_0x248ef1){return _0x74bc15(_0x248ef1);},'zrLBn':function(_0x2a0394,_0x4c318b){return _0x2a0394(_0x4c318b);}};if(!this[_0x7c9eea(0x91)])return;await _0x1a87c2[_0x7c9eea(0x116)](sleep,0x1e),this['_observer'][_0x7c9eea(0x100)](),this[_0x7c9eea(0x91)]=![],this[_0x7c9eea(0x12b)](this[_0x7c9eea(0xb0)]);const _0x3f6ab5=this[_0x7c9eea(0xc1)](this['_events']),_0x2d1468=path[_0x7c9eea(0x84)](process['cwd'](),_0x1c3d70);fs[_0x7c9eea(0xea)](_0x2d1468,_0x3f6ab5,_0xce1f67=>{const _0x4bbd8c=_0x7c9eea;if(_0xce1f67){_0x1a87c2[_0x4bbd8c(0x116)](debug,_0x4bbd8c(0xd5)+_0xce1f67[_0x4bbd8c(0xff)]());return;}_0x1a87c2['zrLBn'](debug,_0x4bbd8c(0x104)+_0x2d1468);});if(_0x3e6295)return this[_0x7c9eea(0x13b)](this['_events'],_0x3e6295);}static[a149_0x2f7f85(0xc1)](_0x462887){const _0xf3da31=a149_0x2f7f85,_0x401d4b={};_0x401d4b[_0xf3da31(0xec)]=_0xf3da31(0xb4),_0x401d4b[_0xf3da31(0x99)]=_0xf3da31(0x128),_0x401d4b[_0xf3da31(0xbc)]='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x401d4b[_0xf3da31(0x105)]=_0xf3da31(0xe8);const _0x231e05=_0x401d4b;let _0x52d579=_0x231e05['AWgti'];return _0x52d579+=_0x231e05['xxwoO'],_0x52d579+=_0x231e05['cAyWs'],_0x462887['forEach'](_0x14af34=>{const _0x5de470=_0xf3da31;_0x52d579+=_0x5de470(0x83)+_0x14af34[_0x5de470(0xb1)]+_0x5de470(0x12d)+_0x14af34[_0x5de470(0x102)]+_0x5de470(0x11a);}),_0x52d579+=_0x231e05['aesdg'],_0x52d579;}static[a149_0x2f7f85(0x12b)](_0x400c47){const _0x132c0a=a149_0x2f7f85;if(!this[_0x132c0a(0xb3)])return;const _0x498b1a={};_0x400c47[_0x132c0a(0xe0)](_0x261556=>{const _0x15d720=_0x132c0a;!_0x498b1a[_0x261556[_0x15d720(0xb1)]]&&(_0x498b1a[_0x261556['name']]=0x0),_0x498b1a[_0x261556[_0x15d720(0xb1)]]+=_0x261556[_0x15d720(0x102)];});const _0x1fc666=Object[_0x132c0a(0xab)](_0x498b1a)['map'](([_0x6f8434,_0x397e41])=>{const _0xba29eb=_0x132c0a,_0x2e0e82={};return _0x2e0e82[_0xba29eb(0xb1)]=_0x6f8434,_0x2e0e82[_0xba29eb(0x102)]=_0x397e41,_0x2e0e82;});fs[_0x132c0a(0xc3)](this[_0x132c0a(0xb3)],JSON[_0x132c0a(0x8c)](_0x1fc666));}static[a149_0x2f7f85(0x12a)](){const _0x55ce57=a149_0x2f7f85,_0x52182f={};_0x52182f[_0x55ce57(0xc8)]=function(_0x4751fa,_0x4f7042){return _0x4751fa===_0x4f7042;},_0x52182f[_0x55ce57(0xa7)]='false';const _0x20a08b=_0x52182f;return!_0x20a08b['QTaTQ'](process[_0x55ce57(0x9c)][_0x55ce57(0x131)],_0x20a08b['cwMZN']);}static[a149_0x2f7f85(0xcf)](_0x5593ae,_0x42fc67,_0xc312a8=null,_0x4529af={},_0x17a6c8=null){const _0x13995e=a149_0x2f7f85,_0x509471={'thxLg':function(_0x294f88,_0x2adaab){return _0x294f88(_0x2adaab);},'HafNu':function(_0x482c06,_0x37ba07){return _0x482c06 instanceof _0x37ba07;}};try{if(this['started']&&this[_0x13995e(0x12a)]()){let _0x33b238=_0x5593ae;_0xc312a8&&(_0x33b238=_0x5593ae+'['+JSON['stringify'](_0xc312a8)+']');PerformanceTester[_0x13995e(0xf4)](_0x33b238),this[_0x13995e(0xca)]&&(this[_0x13995e(0xca)][_0x33b238]=_0x4529af);try{const _0x54d041=_0x42fc67[_0x13995e(0xda)](null,_0x17a6c8);if(_0x509471[_0x13995e(0x10b)](_0x54d041,Promise))return new Promise((_0x216a24,_0x54f349)=>{const _0x23ed69=_0x13995e,_0x544929={'XzyJJ':function(_0x5293bc,_0x2c6625){const _0x4f8b0e=a149_0x41b9;return _0x509471[_0x4f8b0e(0x94)](_0x5293bc,_0x2c6625);}};_0x54d041[_0x23ed69(0xb7)](_0x16dda0=>{const _0x1f94c0=_0x23ed69;PerformanceTester[_0x1f94c0(0x93)](_0x33b238),_0x544929[_0x1f94c0(0x136)](_0x216a24,_0x16dda0);})[_0x23ed69(0x82)](_0x788f4a=>{const _0x32b8eb=_0x23ed69;PerformanceTester[_0x32b8eb(0x93)](_0x33b238,![],util[_0x32b8eb(0x10a)](_0x788f4a)),_0x544929[_0x32b8eb(0x136)](_0x54f349,_0x788f4a);});});;return PerformanceTester[_0x13995e(0x93)](_0x33b238),_0x54d041;}catch(_0x3b9c46){PerformanceTester['end'](_0x33b238,![],util[_0x13995e(0x10a)](_0x3b9c46));throw _0x3b9c46;}};return _0x42fc67[_0x13995e(0xda)](null,_0x17a6c8);}catch(_0x410194){return logger[_0x13995e(0xcc)](_0x13995e(0xb9)+(_0x410194[_0x13995e(0xd3)]||_0x410194[_0x13995e(0x89)]||_0x410194)),_0x42fc67['apply'](null,_0x17a6c8);}}static[a149_0x2f7f85(0x117)](_0x395cda,_0x4112ac,_0x58f8cf={}){const _0x4aa532=a149_0x2f7f85,_0x114bfc={'JnVPC':function(_0x2eda23){return _0x2eda23();}},_0x45de3f=this;return _0x58f8cf[_0x4aa532(0xa4)]=_0x114bfc['JnVPC'](getProcessId),_0x58f8cf[_0x4aa532(0xaa)]=_0x114bfc[_0x4aa532(0x130)](getTestName),_0x58f8cf['platform']=global[_0x4aa532(0xf8)]&&global[_0x4aa532(0xf8)][_0x4aa532(0x10c)],function(){const _0x1c7a4a=_0x4aa532,_0x48f8f0=[_0x395cda,_0x4112ac,null,_0x58f8cf][_0x1c7a4a(0x8d)](arguments);return _0x45de3f[_0x1c7a4a(0xcf)]['apply'](_0x45de3f,_0x48f8f0);};}static['getCleanedPerfEvents'](){const _0xdb1f1d=a149_0x2f7f85,_0xcafc06=/(^.*)\[(.*)\]$/,_0x369164={},_0x33173f={},_0xbb7835=[],_0x114c59=this[_0xdb1f1d(0x119)][_0xdb1f1d(0xdc)](0x0,this['_measureEvents']['length']);for(const _0x1da987 of _0x114c59){const _0x22941c=_0x1da987['name'][_0xdb1f1d(0xe3)](_0xcafc06),_0x3669e0=Object['assign']({},_0x1da987);_0x22941c&&(_0x3669e0[_0xdb1f1d(0xb1)]=_0x22941c[0x1],_0x3669e0[_0xdb1f1d(0xf0)]=JSON[_0xdb1f1d(0x123)](_0x22941c[0x2])),_0xbb7835[_0xdb1f1d(0xba)](_0x3669e0);}return _0xbb7835;}static[a149_0x2f7f85(0x115)](){const _0x9658a0=a149_0x2f7f85,_0x1076f5={'XkXbq':function(_0x123dad){return _0x123dad();},'EgTkA':function(_0x5e3105,_0x5cf726){return _0x5e3105+_0x5cf726;},'vPoWQ':_0x9658a0(0x118),'ftzKY':function(_0xf050aa,_0x364b92){return _0xf050aa===_0x364b92;},'ofopA':function(_0x593342,_0x592f31){return _0x593342+_0x592f31;}};try{this[_0x9658a0(0xf5)]=path[_0x9658a0(0x84)](_0x1076f5[_0x9658a0(0xd2)](getLogDir),this[_0x9658a0(0xae)]);if(fs[_0x9658a0(0x8f)](this[_0x9658a0(0xf5)])){const _0x4d01d7=fs['readdirSync'](this[_0x9658a0(0xf5)]);for(const _0x10d098 of _0x4d01d7){fs[_0x9658a0(0x11f)](path['join'](this[_0x9658a0(0xf5)],_0x10d098));}}}catch(_0x4bef01){logger[_0x9658a0(0xcc)](_0x1076f5[_0x9658a0(0x11b)](_0x1076f5[_0x9658a0(0xac)],_0x4bef01));}if(_0x1076f5['ftzKY'](this[_0x9658a0(0x119)][_0x9658a0(0x85)],0x0))return;const _0x35f59d=this[_0x9658a0(0x13a)](),_0x397932=JSON[_0x9658a0(0x8c)](_0x35f59d),_0x3d48fd=_0x1076f5[_0x9658a0(0xf9)](_0x397932[_0x9658a0(0xc0)](0x1,-0x1),',');fs[_0x9658a0(0xd4)](this['jsonReportFileName'],_0x3d48fd);}static async[a149_0x2f7f85(0x92)](){const _0x1dc824=a149_0x2f7f85,_0x1fa73c={'PmdlW':function(_0x555cdd){return _0x555cdd();},'DeFBJ':function(_0x3fa40b,_0x4669a7){return _0x3fa40b===_0x4669a7;},'SVZuh':_0x1dc824(0x11e),'fidaz':_0x1dc824(0xe4),'SxJil':_0x1dc824(0x129),'DIxyt':function(_0x3f9cd6,_0x15d882){return _0x3f9cd6+_0x15d882;},'joLEZ':_0x1dc824(0x101),'VuekF':'key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','qJQXu':_0x1dc824(0xe6),'tPZRu':function(_0x3001e5,_0x5d3f34){return _0x3001e5>_0x5d3f34;}};this[_0x1dc824(0xf5)]=path[_0x1dc824(0x84)](_0x1fa73c[_0x1dc824(0xaf)](getLogDir),this[_0x1dc824(0xae)]);if(!this[_0x1dc824(0x91)]||_0x1fa73c[_0x1dc824(0x7e)](this[_0x1dc824(0x119)][_0x1dc824(0x85)],0x0))return[];if(!fs[_0x1dc824(0x8f)](this[_0x1dc824(0xf5)]))return this[_0x1dc824(0x119)];const _0x5248df=(await fsPromise['readdir'](this[_0x1dc824(0xf5)]))[_0x1dc824(0xe0)](_0x158567=>path[_0x1dc824(0x9e)](this['jsonReportDirPath'],_0x158567));try{const _0x5d3292=path['dirname'](this[_0x1dc824(0xf5)]),_0x2cf56d=path[_0x1dc824(0x84)](_0x5d3292,_0x1fa73c['SVZuh']);if(fs[_0x1dc824(0x8f)](_0x2cf56d))try{await fsPromise[_0x1dc824(0xb5)](_0x2cf56d,fs[_0x1dc824(0x122)][_0x1dc824(0xce)]);const _0x44a4c4=await fsPromise[_0x1dc824(0xc5)](_0x2cf56d,_0x1fa73c[_0x1dc824(0x124)]),_0x56d35f=JSON['parse'](_0x44a4c4),_0x298b8d=path['join'](this[_0x1dc824(0xf5)],_0x1fa73c[_0x1dc824(0xfe)]);let _0x33ce65='';Array[_0x1dc824(0xbe)](_0x56d35f)?_0x33ce65=_0x1fa73c['DIxyt'](_0x56d35f['map'](_0x2a8b4d=>JSON[_0x1dc824(0x8c)](_0x2a8b4d))['join'](','),','):_0x33ce65=_0x1fa73c[_0x1dc824(0xcb)](JSON[_0x1dc824(0x8c)](_0x56d35f),','),await fsPromise['writeFile'](_0x298b8d,_0x33ce65),_0x5248df['push'](_0x298b8d),await fsPromise[_0x1dc824(0xcd)](_0x2cf56d);}catch(_0x275466){logger[_0x1dc824(0xd6)](util['format'](_0x1fa73c['joLEZ'],_0x275466['stack']||_0x275466[_0x1dc824(0x89)]||_0x275466));}else logger['info'](_0x1fa73c[_0x1dc824(0x138)]);}catch(_0xbaa997){logger[_0x1dc824(0xd6)](util[_0x1dc824(0x10a)](_0x1fa73c[_0x1dc824(0xd7)],_0xbaa997[_0x1dc824(0xd3)]||_0xbaa997[_0x1dc824(0x89)]||_0xbaa997));}let _0x5d31a2=(await Promise[_0x1dc824(0xe1)](_0x5248df[_0x1dc824(0xe0)](_0x22a80a=>fsPromise[_0x1dc824(0xc5)](_0x22a80a,_0x1dc824(0xe4)))))['map'](_0x3bf20a=>'['+_0x3bf20a[_0x1dc824(0xc0)](0x0,-0x1)+']')[_0x1dc824(0xe0)](_0x572575=>JSON[_0x1dc824(0x123)](_0x572575))[_0x1dc824(0x11d)]();return _0x1fa73c[_0x1dc824(0x98)](this['_measureEvents'][_0x1dc824(0x85)],0x0)&&(_0x5d31a2=_0x5d31a2['concat'](this[_0x1dc824(0x13a)]())),this[_0x1dc824(0xbf)][_0x1dc824(0x100)](),_0x5d31a2;}static[a149_0x2f7f85(0xbb)](){const _0x4653e6=a149_0x2f7f85,_0x400cd3={};_0x400cd3[_0x4653e6(0xd9)]=function(_0x4edcc5,_0x5e3bff){return _0x4edcc5===_0x5e3bff;},_0x400cd3[_0x4653e6(0xf3)]=function(_0x219540,_0x2b30cd){return _0x219540+_0x2b30cd;};const _0x5f4591=_0x400cd3;if(_0x5f4591['hzoOE'](this['_errorEvents'][_0x4653e6(0x85)],0x0))return;const _0x6fcd64=JSON[_0x4653e6(0x8c)](this['_errorEvents']),_0x266039=_0x5f4591['QaTBb'](_0x6fcd64[_0x4653e6(0xc0)](0x1,-0x1),',');fs[_0x4653e6(0xd4)](this[_0x4653e6(0x12c)],_0x266039);}static[a149_0x2f7f85(0x8a)](){const _0x44f27a=a149_0x2f7f85,_0x4bd624={};_0x4bd624['JMwQK']=function(_0x23aa42,_0x2fa961){return _0x23aa42>_0x2fa961;};const _0x384c32=_0x4bd624;if(this['errorReportFileName']){if(!fs['existsSync'](this[_0x44f27a(0xa2)]))return this['_errorEvents'];let _0x3e231d=fs[_0x44f27a(0x10f)](this['errorReportFileName'])[_0x44f27a(0xff)]();_0x3e231d='['+_0x3e231d[_0x44f27a(0xc0)](0x0,-0x1)+']';let _0x5e48e3=JSON['parse'](_0x3e231d);return _0x384c32['JMwQK'](this[_0x44f27a(0x110)][_0x44f27a(0x85)],0x0)&&(_0x5e48e3=_0x5e48e3[_0x44f27a(0x8d)](this[_0x44f27a(0x110)])),fs[_0x44f27a(0x11f)](this[_0x44f27a(0xa2)]),_0x5e48e3;}}static[a149_0x2f7f85(0xf7)](_0xe6c318){const _0x372c02=a149_0x2f7f85;if(!this[_0x372c02(0x12a)]())return;this[_0x372c02(0x110)]['push']({'message':_0xe6c318[_0x372c02(0x89)],'trace':_0xe6c318[_0x372c02(0xd3)],'code':_0xe6c318['code']||null,'time':new Date()});}static[a149_0x2f7f85(0x8e)](){const _0x19efef=a149_0x2f7f85;try{if(!this[_0x19efef(0x12a)]())return;this[_0x19efef(0xbf)][_0x19efef(0x100)](),this[_0x19efef(0x115)](),this[_0x19efef(0xbb)]();}catch(_0x36e15d){logger[_0x19efef(0xcc)]('Error\x20stopping\x20monitoring\x20'+util[_0x19efef(0x10a)](_0x36e15d));}}static async[a149_0x2f7f85(0x8b)](){const _0x44e783=a149_0x2f7f85,_0x1cb89f={'rEgoV':function(_0x238e99,_0x5b0337){return _0x238e99(_0x5b0337);}};await _0x1cb89f[_0x44e783(0x10d)](sleep,0x1e);const _0x358534=await this['finalizePerfMeasures'](),_0x5dee9b=this['finalizeErrors']();if(!this['isEnabled']()){const _0x1e5292={};return _0x1e5292['measures']=[],_0x1e5292[_0x44e783(0xef)]=[],_0x1e5292;}const _0x1ca424={};return _0x1ca424[_0x44e783(0x9a)]=_0x358534,_0x1ca424['errors']=_0x5dee9b,_0x1ca424;}static[a149_0x2f7f85(0xf4)](_0x523b51){const _0x1988a1=a149_0x2f7f85,_0x578d49={};_0x578d49[_0x1988a1(0x86)]=function(_0x31df50,_0x21d3c0){return _0x31df50+_0x21d3c0;},_0x578d49[_0x1988a1(0x109)]=_0x1988a1(0x134);const _0x4d55c5=_0x578d49,_0x48be64=_0x4d55c5[_0x1988a1(0x86)](_0x523b51,_0x4d55c5[_0x1988a1(0x109)]);if(this[_0x1988a1(0xfd)][_0x48be64])return;performance['mark'](_0x48be64),this[_0x1988a1(0xfd)][_0x48be64]=0x1;}static['end'](_0x2d9260,_0x52716e=!![],_0xe9c83c=null,_0x4844aa={}){const _0x39e2ec=a149_0x2f7f85,_0x1bfa0d={'GCIJn':'2|0|4|1|3','Zufds':function(_0x35633a,_0x11f7b8){return _0x35633a+_0x11f7b8;},'lwOxB':_0x39e2ec(0x81),'UeVki':function(_0x2e586b,_0x187724){return _0x2e586b+_0x187724;},'QCDKb':'-start','lKkKZ':function(_0x2d9606){return _0x2d9606();},'oZGak':function(_0x3431a0){return _0x3431a0();},'PJlCV':function(_0x3f558f,_0x29ad33){return _0x3f558f+_0x29ad33;},'RNfeK':function(_0x1d72b6,_0x49b4a5){return _0x1d72b6+_0x49b4a5;},'PEPIk':function(_0x513278,_0x2d0435){return _0x513278+_0x2d0435;}},_0x373e70=_0x1bfa0d[_0x39e2ec(0x11c)][_0x39e2ec(0x132)]('|');let _0xc7058=0x0;while(!![]){switch(_0x373e70[_0xc7058++]){case'0':performance['mark'](_0x1bfa0d[_0x39e2ec(0x9b)](_0x2d9260,_0x1bfa0d[_0x39e2ec(0xd0)]));continue;case'1':delete this[_0x39e2ec(0xfd)][_0x1bfa0d[_0x39e2ec(0xf6)](_0x2d9260,_0x1bfa0d[_0x39e2ec(0xde)])];continue;case'2':if(!this[_0x39e2ec(0xfd)][_0x1bfa0d[_0x39e2ec(0xf6)](_0x2d9260,_0x1bfa0d[_0x39e2ec(0xde)])])return;continue;case'3':const _0x4b748c={};_0x4b748c[_0x39e2ec(0xc6)]=_0x52716e,_0x4b748c[_0x39e2ec(0xbd)]=_0xe9c83c,this[_0x39e2ec(0xca)][_0x2d9260]=Object['assign'](_0x4b748c,Object[_0x39e2ec(0x139)](Object[_0x39e2ec(0x139)]({'worker':_0x1bfa0d[_0x39e2ec(0xa5)](getProcessId),'platform':global[_0x39e2ec(0xf8)]&&global['__platformCaps']['index'],'testName':_0x1bfa0d['oZGak'](getTestName)},_0x4844aa),this[_0x39e2ec(0xca)][_0x2d9260]||{}));continue;case'4':this[_0x39e2ec(0xfd)][_0x1bfa0d[_0x39e2ec(0x113)](_0x2d9260,_0x1bfa0d[_0x39e2ec(0xde)])]&&performance['measure'](_0x2d9260,_0x1bfa0d[_0x39e2ec(0x9d)](_0x2d9260,_0x1bfa0d[_0x39e2ec(0xde)]),_0x1bfa0d[_0x39e2ec(0xfa)](_0x2d9260,_0x1bfa0d[_0x39e2ec(0xd0)]));continue;}break;}}}module[a149_0x2f7f85(0xb6)]=PerformanceTester;
@@ -1 +1 @@
1
- const a150_0x1b85af=a150_0x3723;(function(_0x43319b,_0x669e4d){const _0x550f76=a150_0x3723,_0x357a1c=_0x43319b();while(!![]){try{const _0x25ae82=parseInt(_0x550f76(0x17e))/0x1*(-parseInt(_0x550f76(0x1ad))/0x2)+-parseInt(_0x550f76(0x141))/0x3*(-parseInt(_0x550f76(0x14a))/0x4)+parseInt(_0x550f76(0x1da))/0x5*(parseInt(_0x550f76(0x1df))/0x6)+parseInt(_0x550f76(0x1ac))/0x7*(parseInt(_0x550f76(0x176))/0x8)+parseInt(_0x550f76(0x13d))/0x9+parseInt(_0x550f76(0x178))/0xa+parseInt(_0x550f76(0x17b))/0xb*(-parseInt(_0x550f76(0x1dd))/0xc);if(_0x25ae82===_0x669e4d)break;else _0x357a1c['push'](_0x357a1c['shift']());}catch(_0x55020d){_0x357a1c['push'](_0x357a1c['shift']());}}}(a150_0x3c00,0x33ccf));const path=require(a150_0x1b85af(0x1c8)),util=require(a150_0x1b85af(0x157)),{importFileFromPWCore}=require(a150_0x1b85af(0x160)),helper=require(a150_0x1b85af(0x160)),logger=require(a150_0x1b85af(0x1b7))[a150_0x1b85af(0x1bc)],W3CMapping=require('./w3cMapping')[a150_0x1b85af(0x150)](),constants=require(a150_0x1b85af(0x163)),BrowserstackCLI=require(a150_0x1b85af(0x197)),CLIUtils=require(a150_0x1b85af(0x1c4));let GrpcClient;try{GrpcClient=require(a150_0x1b85af(0x199));}catch(a150_0x3e01ac){logger[a150_0x1b85af(0x1b2)](a150_0x1b85af(0x191)+a150_0x3e01ac[a150_0x1b85af(0x154)]),GrpcClient=null;}const convertW3CToJsonWire=_0x1de3be=>{const _0x1c6e8f=a150_0x1b85af,_0xb2c6dc={};_0xb2c6dc[_0x1c6e8f(0x1d2)]=function(_0x256779,_0x1863e7){return _0x256779||_0x1863e7;},_0xb2c6dc['BTEtX']=function(_0x1a3263,_0x9e5ef5){return _0x1a3263===_0x9e5ef5;},_0xb2c6dc[_0x1c6e8f(0x186)]=_0x1c6e8f(0x19c),_0xb2c6dc[_0x1c6e8f(0x1e5)]=function(_0x3064ab,_0x45e042){return _0x3064ab===_0x45e042;},_0xb2c6dc['WFFOP']=function(_0x4c892f,_0x2c18d0){return _0x4c892f in _0x2c18d0;};const _0x44ef8c=_0xb2c6dc,_0x101a56={};for(const [_0x55c27b,_0x3dc956]of Object['entries'](_0x44ef8c[_0x1c6e8f(0x1d2)](_0x1de3be,{}))){if(_0x44ef8c[_0x1c6e8f(0x192)](_0x55c27b,_0x44ef8c[_0x1c6e8f(0x186)]))continue;let _0x3e83b1=![];for(const [_0x417948,_0x4740ac]of Object['entries'](W3CMapping)){if(_0x44ef8c['EMpID'](_0x55c27b,_0x4740ac)){_0x101a56[_0x417948]=_0x3dc956,_0x3e83b1=!![];break;}}!_0x3e83b1&&(_0x101a56[_0x55c27b]=_0x3dc956);}const _0x290d4c=_0x1de3be[_0x44ef8c[_0x1c6e8f(0x186)]]||{};for(const [_0x20fd7d,_0x255ef5]of Object['entries'](_0x290d4c)){let _0x2809e3=![];for(const [_0x147dcd,_0x52f2d3]of Object[_0x1c6e8f(0x139)](W3CMapping)){if(_0x44ef8c[_0x1c6e8f(0x192)](_0x20fd7d,_0x52f2d3)){_0x101a56[_0x147dcd]=_0x255ef5,_0x2809e3=!![];break;}}!_0x2809e3&&!_0x44ef8c[_0x1c6e8f(0x1d8)](_0x20fd7d,_0x101a56)&&(_0x101a56[_0x20fd7d]=_0x255ef5);}return logger[_0x1c6e8f(0x1b2)](_0x1c6e8f(0x172)+JSON[_0x1c6e8f(0x1e4)](_0x101a56)),_0x101a56;},getModifiedConfigFromCLI=async _0x5734e4=>{const _0x1ffd0f=a150_0x1b85af,_0x1e34f2={};_0x1e34f2[_0x1ffd0f(0x190)]=_0x1ffd0f(0x1ce),_0x1e34f2[_0x1ffd0f(0x1bd)]=_0x1ffd0f(0x189),_0x1e34f2['EHkMw']=_0x1ffd0f(0x158),_0x1e34f2[_0x1ffd0f(0x1de)]=_0x1ffd0f(0x1d1),_0x1e34f2[_0x1ffd0f(0x13f)]=function(_0x426412,_0x8ee27a){return _0x426412>_0x8ee27a;},_0x1e34f2[_0x1ffd0f(0x15e)]=function(_0x87282c,_0x333ba4){return _0x87282c>_0x333ba4;},_0x1e34f2[_0x1ffd0f(0x16d)]=_0x1ffd0f(0x1b0);const _0x32adfc=_0x1e34f2;try{if(!GrpcClient)return logger[_0x1ffd0f(0x1b2)](_0x32adfc[_0x1ffd0f(0x190)]),null;const _0x5bb1b9={};_0x5bb1b9[_0x1ffd0f(0x14c)]=_0x5734e4,_0x5bb1b9['framework']=_0x32adfc[_0x1ffd0f(0x1bd)],_0x5bb1b9[_0x1ffd0f(0x1a6)]=0x1,_0x5bb1b9[_0x1ffd0f(0x1cd)]=[];const _0x33206a=_0x5bb1b9;logger['debug'](_0x32adfc[_0x1ffd0f(0x1c9)]);const _0x1b4773={};_0x1b4773[_0x1ffd0f(0x181)]=_0x33206a;const _0x45dc57=await GrpcClient[_0x1ffd0f(0x18b)]()['getPlaywrightConfig'](_0x1b4773);if(!_0x45dc57['getConfig']())return logger[_0x1ffd0f(0x1b2)](_0x32adfc[_0x1ffd0f(0x1de)]),null;const _0x192103=JSON[_0x1ffd0f(0x146)](_0x45dc57[_0x1ffd0f(0x1b9)]());logger[_0x1ffd0f(0x1b2)]('Received\x20modified\x20config\x20from\x20gRPC:\x20'+JSON[_0x1ffd0f(0x1e4)](_0x192103));if(_0x192103['capabilities']&&Array[_0x1ffd0f(0x17f)](_0x192103[_0x1ffd0f(0x14c)])&&_0x32adfc[_0x1ffd0f(0x13f)](_0x192103[_0x1ffd0f(0x14c)][_0x1ffd0f(0x145)],0x0))return _0x192103['capabilities'][0x0];else{if(_0x192103['projects']&&Array[_0x1ffd0f(0x17f)](_0x192103[_0x1ffd0f(0x1cd)])&&_0x32adfc['FGtRm'](_0x192103[_0x1ffd0f(0x1cd)]['length'],0x0)){const _0x33c235=_0x192103['projects'][0x0];if(_0x33c235[_0x1ffd0f(0x1b5)]&&_0x33c235[_0x1ffd0f(0x1b5)][_0x1ffd0f(0x15b)])return _0x33c235[_0x1ffd0f(0x1b5)][_0x1ffd0f(0x15b)];}}return logger[_0x1ffd0f(0x1b2)](_0x32adfc[_0x1ffd0f(0x16d)]),null;}catch(_0x3bcb45){logger[_0x1ffd0f(0x137)](_0x1ffd0f(0x17d)+_0x3bcb45['message']);throw _0x3bcb45;}},generatePlaywrightUrl=(_0x10e3ab,_0xb28b59)=>{const _0x28bee1=a150_0x1b85af,_0x19392a={'BhQLF':function(_0x570036,_0x4cfccb){return _0x570036!==_0x4cfccb;},'rIIQt':function(_0x5b5a89,_0x51463d){return _0x5b5a89!==_0x51463d;},'WUPLZ':function(_0x500e64,_0xe22b04){return _0x500e64!==_0xe22b04;},'IKZxf':function(_0x23f6e0,_0x53768c){return _0x23f6e0(_0x53768c);},'GtIht':function(_0x404903,_0xca0ae7){return _0x404903||_0xca0ae7;},'vIZvP':function(_0x4354e5,_0x551123){return _0x4354e5(_0x551123);},'NLDfU':_0x28bee1(0x153),'NCerX':_0x28bee1(0x170),'Eyfjh':_0x28bee1(0x15c),'MjBkX':function(_0x51e1ea,_0x4d9737){return _0x51e1ea(_0x4d9737);},'xTEDn':_0x28bee1(0x194),'vcKGp':function(_0x28bdd6,_0x5f3708){return _0x28bdd6(_0x5f3708);},'PbsuS':_0x28bee1(0x182),'xbJuq':function(_0x1d36ee,_0x1089a0){return _0x1d36ee===_0x1089a0;},'UHTlD':_0x28bee1(0x1a5),'wJVky':_0x28bee1(0x1a0),'miOKC':_0x28bee1(0x1e0),'OclCB':function(_0x3cde10,_0x1be797){return _0x3cde10+_0x1be797;},'ScGsH':function(_0x3aaed8,_0xba418b){return _0x3aaed8(_0xba418b);}},_0x3e12c4=helper[_0x28bee1(0x184)](_0x10e3ab),_0x59d3e3=_0x19392a[_0x28bee1(0x16c)](convertW3CToJsonWire,_0xb28b59);try{const _0x485246=[_0x19392a[_0x28bee1(0x1cc)](_0xb28b59,{}),global['__launchCaps']||{},global[_0x28bee1(0x1b3)]||{},global['__accessibilityOptions']||{}],_0x265845=_0x396aa1=>{const _0x251e6f=_0x28bee1;if(_0x19392a[_0x251e6f(0x1eb)](_0x59d3e3[_0x396aa1],undefined)&&_0x19392a[_0x251e6f(0x1eb)](_0x59d3e3[_0x396aa1],null)&&_0x19392a['rIIQt'](_0x59d3e3[_0x396aa1],''))return;for(const _0x52ff52 of _0x485246){if(_0x52ff52&&_0x19392a[_0x251e6f(0x1eb)](_0x52ff52[_0x396aa1],undefined)&&_0x19392a['WUPLZ'](_0x52ff52[_0x396aa1],null)&&_0x19392a[_0x251e6f(0x1eb)](_0x52ff52[_0x396aa1],'')){_0x59d3e3[_0x396aa1]=_0x52ff52[_0x396aa1];return;}}};_0x19392a[_0x28bee1(0x16a)](_0x265845,_0x19392a[_0x28bee1(0x1e3)]),_0x19392a[_0x28bee1(0x16a)](_0x265845,_0x19392a[_0x28bee1(0x1cb)]),_0x19392a[_0x28bee1(0x16a)](_0x265845,_0x19392a[_0x28bee1(0x18c)]),_0x19392a[_0x28bee1(0x13a)](_0x265845,_0x19392a[_0x28bee1(0x19b)]),_0x19392a[_0x28bee1(0x159)](_0x265845,_0x19392a[_0x28bee1(0x1a4)]),!_0x59d3e3[_0x19392a[_0x28bee1(0x1cb)]]&&process[_0x28bee1(0x149)][_0x28bee1(0x15a)]&&(_0x59d3e3[_0x19392a['NCerX']]=process[_0x28bee1(0x149)]['BS_A11Y_JWT']),_0x19392a['xbJuq'](_0x59d3e3[_0x19392a['NLDfU']],undefined)&&process[_0x28bee1(0x149)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']&&_0x19392a[_0x28bee1(0x1e1)](_0x19392a['IKZxf'](String,process[_0x28bee1(0x149)][_0x28bee1(0x1a3)])[_0x28bee1(0x18a)](),_0x19392a['UHTlD'])&&(_0x59d3e3[_0x19392a[_0x28bee1(0x1e3)]]=!![]);}catch(_0x29715b){logger[_0x28bee1(0x1b2)](_0x28bee1(0x16f)+util[_0x28bee1(0x161)](_0x29715b));}return _0x59d3e3[_0x19392a[_0x28bee1(0x152)]]=process[_0x28bee1(0x149)][_0x28bee1(0x1d0)],_0x59d3e3[_0x19392a[_0x28bee1(0x1ba)]]=helper[_0x28bee1(0x1be)](),_0x19392a[_0x28bee1(0x180)](_0x3e12c4,_0x19392a[_0x28bee1(0x13e)](encodeURIComponent,JSON['stringify'](_0x59d3e3)));},getBrowserFromCaps=_0x36f6a9=>{const _0x2b511c=a150_0x1b85af,_0x116a18={};_0x116a18[_0x2b511c(0x175)]=_0x2b511c(0x166);const _0x46541b=_0x116a18;return _0x36f6a9[_0x2b511c(0x1ab)]||_0x36f6a9[_0x2b511c(0x16b)]||_0x46541b[_0x2b511c(0x175)];},getBrowserTypeFromBundledPlaywright=()=>{const _0x4ecb08=a150_0x1b85af;try{const _0x5d5849=helper['getPWCorePath']();if(!_0x5d5849)return null;const _0x342fca=helper[_0x4ecb08(0x14f)](_0x5d5849),_0x54331f=_0x342fca&&(_0x342fca[_0x4ecb08(0x144)]||_0x342fca[_0x4ecb08(0x1ca)]||_0x342fca[_0x4ecb08(0x156)]);if(!_0x54331f)return null;return _0x54331f[_0x4ecb08(0x164)]||null;}catch(_0x2a1e38){return logger[_0x4ecb08(0x1b2)](_0x4ecb08(0x16e)+util[_0x4ecb08(0x161)](_0x2a1e38)),null;}},getBundledConnectionClass=()=>{const _0xcedcfe=a150_0x1b85af,_0x88bb1d={};_0x88bb1d[_0xcedcfe(0x17a)]=_0xcedcfe(0x1b8);const _0x241870=_0x88bb1d;try{const _0xdcc0ef=helper['getPWCorePath']();if(!_0xdcc0ef)return null;const _0x167db6=helper[_0xcedcfe(0x14f)](_0xdcc0ef),_0x1cdcd7=_0x167db6&&(_0x167db6[_0xcedcfe(0x144)]||_0x167db6[_0xcedcfe(0x1ca)]||_0x167db6[_0xcedcfe(0x156)]);if(!_0x1cdcd7)return null;if(!_0x1cdcd7['_connection'])return logger['debug'](_0x241870[_0xcedcfe(0x17a)]),null;if(!_0x1cdcd7[_0xcedcfe(0x136)][_0xcedcfe(0x164)])return null;return _0x1cdcd7[_0xcedcfe(0x136)][_0xcedcfe(0x164)];}catch(_0x39f5e2){return logger[_0xcedcfe(0x1b2)](_0xcedcfe(0x1b6)+util['format'](_0x39f5e2)),null;}},isPlaywrightAvailable=()=>{const _0xb84319=a150_0x1b85af,_0x8766ff={'VAQdf':'lib','miwlV':_0xb84319(0x1cf),'lyffo':'browserType.js','ybcDp':function(_0x182755,_0x47a054){return _0x182755(_0x47a054);},'NkzbW':function(_0x5daf39){return _0x5daf39();}};try{const _0x402375=path[_0xb84319(0x193)](_0x8766ff['VAQdf'],_0x8766ff[_0xb84319(0x15d)],_0x8766ff[_0xb84319(0x1a2)]),_0x472930=_0x8766ff['ybcDp'](importFileFromPWCore,_0x402375);if(_0x472930)return!![];return!!_0x8766ff['NkzbW'](getBrowserTypeFromBundledPlaywright);}catch(_0x13e7a9){return logger['debug']('Playwright\x20not\x20available:\x20'+util[_0xb84319(0x161)](_0x13e7a9)),![];}},getPlaywrightBrowserType=()=>{const _0x14a087=a150_0x1b85af,_0x4a156c={'npzjG':'lib','CXTII':_0x14a087(0x1cf),'WhzMZ':_0x14a087(0x1e8),'SHKkg':function(_0x40aa11,_0x83850){return _0x40aa11(_0x83850);},'UgeET':function(_0x395771){return _0x395771();}};try{const _0x3ffcb2=path[_0x14a087(0x193)](_0x4a156c['npzjG'],_0x4a156c[_0x14a087(0x1c6)],_0x4a156c[_0x14a087(0x13b)]),_0xe9ed10=_0x4a156c[_0x14a087(0x1e7)](importFileFromPWCore,_0x3ffcb2);if(_0xe9ed10&&_0xe9ed10[_0x14a087(0x1d6)])return _0xe9ed10[_0x14a087(0x1d6)];return _0x4a156c[_0x14a087(0x1a1)](getBrowserTypeFromBundledPlaywright);}catch(_0x46d9aa){return logger[_0x14a087(0x1b2)](_0x14a087(0x177)+util[_0x14a087(0x161)](_0x46d9aa)),null;}},getPlaywrightModulePath=()=>{const _0x4699e0=a150_0x1b85af,_0x172abb={};_0x172abb[_0x4699e0(0x1c1)]='getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead';const _0x598fb1=_0x172abb;return logger[_0x4699e0(0x1b2)](_0x598fb1[_0x4699e0(0x1c1)]),null;},getBrowserTypePath=()=>{const _0x1ea9d7=a150_0x1b85af,_0x339775={};_0x339775[_0x1ea9d7(0x18e)]='getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead';const _0x5d781f=_0x339775;return logger['debug'](_0x5d781f[_0x1ea9d7(0x18e)]),null;},checkPwandBootstrapCli=async(_0x43df5e,_0x28e9c5,_0x216f7d)=>{const _0x472d3b=a150_0x1b85af,_0x35987d={'nijNV':function(_0x3dc004,_0x130a0e){return _0x3dc004(_0x130a0e);},'cBNRz':_0x472d3b(0x138)};if(_0x43df5e){const _0x3ca035=constants[_0x472d3b(0x168)][_0x472d3b(0x143)];logger[_0x472d3b(0x1b2)]('Detected\x20Playwright\x20version\x20'+_0x43df5e+_0x472d3b(0x18f)+_0x28e9c5+'\x20flow'),CLIUtils['setFrameworkDetail'](_0x28e9c5,_0x3ca035);const {getProductMap:_0x566a61}=_0x35987d[_0x472d3b(0x1aa)](require,_0x35987d[_0x472d3b(0x167)]);process[_0x472d3b(0x149)][_0x472d3b(0x14d)]=JSON[_0x472d3b(0x1e4)](_0x35987d[_0x472d3b(0x1aa)](_0x566a61,_0x216f7d[_0x472d3b(0x19f)])),BrowserstackCLI[_0x472d3b(0x18b)]()['setBrowserstackConfig'](_0x216f7d[_0x472d3b(0x19f)],_0x216f7d['configPath'],_0x216f7d[_0x472d3b(0x147)]),await BrowserstackCLI[_0x472d3b(0x18b)]()['bootstrap']();}},connectOverCDPWithRetry=async(_0x9c0c66,_0x1f7ec5,_0x53a16d,_0x2ee47f=0x3,_0x50f6f6=0x1f4)=>{const _0x39a518=a150_0x1b85af,_0x54686d={};_0x54686d[_0x39a518(0x1c5)]=function(_0x52285f,_0x39f09a){return _0x52285f<=_0x39f09a;},_0x54686d[_0x39a518(0x1e9)]='Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed',_0x54686d[_0x39a518(0x165)]=_0x39a518(0x1c2),_0x54686d[_0x39a518(0x1e6)]=_0x39a518(0x1a7),_0x54686d[_0x39a518(0x1d3)]='connectOverCDP:\x20CDPSession',_0x54686d[_0x39a518(0x14e)]=_0x39a518(0x198),_0x54686d[_0x39a518(0x162)]=_0x39a518(0x1bf),_0x54686d[_0x39a518(0x142)]=function(_0x57993b,_0x149f1d){return _0x57993b===_0x149f1d;},_0x54686d['rHwuc']=function(_0x55f5f5,_0x369748){return _0x55f5f5+_0x369748;},_0x54686d[_0x39a518(0x171)]=function(_0x3ba989,_0x17a3a3){return _0x3ba989*_0x17a3a3;},_0x54686d[_0x39a518(0x1c0)]=function(_0x385872,_0xb32c5a){return _0x385872+_0xb32c5a;},_0x54686d[_0x39a518(0x135)]=function(_0x25e981,_0x5532c4){return _0x25e981+_0x5532c4;},_0x54686d[_0x39a518(0x174)]=function(_0x2af0d8,_0x945973){return _0x2af0d8+_0x945973;};const _0x4cc430=_0x54686d;let _0x5d40e9;for(let _0x501d1c=0x0;_0x4cc430[_0x39a518(0x1c5)](_0x501d1c,_0x2ee47f);_0x501d1c++){try{return await _0x9c0c66[_0x39a518(0x1d4)][_0x39a518(0x1e2)](_0x1f7ec5,_0x53a16d);}catch(_0xddce51){_0x5d40e9=_0xddce51;const _0x33b31b=_0xddce51&&_0xddce51[_0x39a518(0x154)]||'',_0x55ab0d=_0x33b31b[_0x39a518(0x1d5)](_0x4cc430[_0x39a518(0x1e9)])||_0x33b31b[_0x39a518(0x1d5)](_0x4cc430[_0x39a518(0x165)])||_0x33b31b[_0x39a518(0x1d5)](_0x4cc430['rTGMN'])||_0x33b31b[_0x39a518(0x1d5)](_0x4cc430['fRtgh'])||_0x33b31b[_0x39a518(0x1d5)](_0x4cc430[_0x39a518(0x14e)])||_0x33b31b[_0x39a518(0x1d5)](_0x4cc430[_0x39a518(0x162)]);if(!_0x55ab0d||_0x4cc430[_0x39a518(0x142)](_0x501d1c,_0x2ee47f)){_0x55ab0d&&logger[_0x39a518(0x195)](_0x39a518(0x140)+_0x4cc430['rHwuc'](_0x501d1c,0x1)+_0x39a518(0x14b)+_0x33b31b);throw _0xddce51;}const _0x26c0a8=_0x4cc430[_0x39a518(0x171)](_0x50f6f6,_0x4cc430['kqTNA'](_0x501d1c,0x1));logger[_0x39a518(0x195)](_0x39a518(0x1d7)+_0x4cc430[_0x39a518(0x135)](_0x501d1c,0x1)+'/'+_0x4cc430[_0x39a518(0x174)](_0x2ee47f,0x1)+'\x20failed\x20('+_0x33b31b+'),\x20retrying\x20in\x20'+_0x26c0a8+'ms'),await new Promise(_0x23a087=>setTimeout(_0x23a087,_0x26c0a8));}}throw _0x5d40e9;},connectWithRetry=async(_0x51d81d,_0xe4c36,_0x18838e,_0x4a57e1=0x3,_0x66b9d1=0x3e8)=>{const _0x141bb8=a150_0x1b85af,_0x3cdbd0={};_0x3cdbd0[_0x141bb8(0x185)]=function(_0x46a80b,_0x2ec1e9){return _0x46a80b<=_0x2ec1e9;},_0x3cdbd0['xzwvD']=_0x141bb8(0x1bb),_0x3cdbd0[_0x141bb8(0x1af)]=_0x141bb8(0x155),_0x3cdbd0[_0x141bb8(0x1c3)]=_0x141bb8(0x1db),_0x3cdbd0[_0x141bb8(0x187)]='Timeout',_0x3cdbd0[_0x141bb8(0x179)]=_0x141bb8(0x1a7),_0x3cdbd0[_0x141bb8(0x169)]='ECONNRESET',_0x3cdbd0[_0x141bb8(0x1ae)]=_0x141bb8(0x1bf),_0x3cdbd0[_0x141bb8(0x188)]=function(_0x1098f7,_0x210ad7){return _0x1098f7===_0x210ad7;},_0x3cdbd0[_0x141bb8(0x18d)]=function(_0x458537,_0x50a212){return _0x458537+_0x50a212;},_0x3cdbd0[_0x141bb8(0x13c)]=function(_0x2b042f,_0x38cefe){return _0x2b042f*_0x38cefe;},_0x3cdbd0[_0x141bb8(0x1a8)]=function(_0x4694a9,_0x2e5032){return _0x4694a9+_0x2e5032;},_0x3cdbd0[_0x141bb8(0x17c)]=function(_0x40bf13,_0x4ffd27){return _0x40bf13+_0x4ffd27;};const _0x4468fa=_0x3cdbd0;let _0x54a888;for(let _0x3b963f=0x0;_0x4468fa[_0x141bb8(0x185)](_0x3b963f,_0x4a57e1);_0x3b963f++){try{return await _0x51d81d['apply'](_0xe4c36,_0x18838e);}catch(_0x26c6a9){_0x54a888=_0x26c6a9;const _0x4a9dbb=_0x26c6a9&&_0x26c6a9['message']||'',_0x84cb08=_0x4a9dbb['includes'](_0x4468fa[_0x141bb8(0x19e)])||_0x4a9dbb[_0x141bb8(0x1d5)](_0x4468fa['lxFBV'])||_0x4a9dbb['includes'](_0x4468fa[_0x141bb8(0x1c3)])||_0x4a9dbb[_0x141bb8(0x1d5)](_0x4468fa[_0x141bb8(0x187)])||_0x4a9dbb[_0x141bb8(0x1d5)](_0x4468fa['MfxTP'])||_0x4a9dbb['includes'](_0x4468fa[_0x141bb8(0x169)])||_0x4a9dbb['includes'](_0x4468fa['rgcUS']);if(!_0x84cb08||_0x4468fa['tqFUU'](_0x3b963f,_0x4a57e1)){_0x84cb08&&logger[_0x141bb8(0x195)](_0x141bb8(0x183)+_0x4468fa['qflBh'](_0x3b963f,0x1)+'\x20attempts\x20—\x20surfacing\x20error:\x20'+_0x4a9dbb+'.\x20Session\x20may\x20be\x20reported\x20unlinked\x20(device\x20name\x20missing\x20on\x20dashboard).');throw _0x26c6a9;}const _0x4e6a14=_0x4468fa[_0x141bb8(0x13c)](_0x66b9d1,_0x4468fa[_0x141bb8(0x18d)](_0x3b963f,0x1));logger['warn'](_0x141bb8(0x1a9)+_0x4468fa['OdcIy'](_0x3b963f,0x1)+'/'+_0x4468fa[_0x141bb8(0x17c)](_0x4a57e1,0x1)+_0x141bb8(0x1dc)+_0x4a9dbb+_0x141bb8(0x1c7)+_0x4e6a14+'ms'),await new Promise(_0x4a4276=>setTimeout(_0x4a4276,_0x4e6a14));}}throw _0x54a888;},a150_0x4dbec6={};a150_0x4dbec6[a150_0x1b85af(0x151)]=convertW3CToJsonWire,a150_0x4dbec6[a150_0x1b85af(0x1ea)]=getModifiedConfigFromCLI,a150_0x4dbec6[a150_0x1b85af(0x19d)]=generatePlaywrightUrl,a150_0x4dbec6['getBrowserFromCaps']=getBrowserFromCaps,a150_0x4dbec6['isPlaywrightAvailable']=isPlaywrightAvailable,a150_0x4dbec6[a150_0x1b85af(0x1d9)]=getPlaywrightBrowserType,a150_0x4dbec6[a150_0x1b85af(0x173)]=getPlaywrightModulePath,a150_0x4dbec6[a150_0x1b85af(0x1b4)]=getBrowserTypePath,a150_0x4dbec6[a150_0x1b85af(0x196)]=importFileFromPWCore,a150_0x4dbec6[a150_0x1b85af(0x1b1)]=checkPwandBootstrapCli,a150_0x4dbec6[a150_0x1b85af(0x19a)]=connectOverCDPWithRetry,a150_0x4dbec6[a150_0x1b85af(0x15f)]=connectWithRetry,a150_0x4dbec6[a150_0x1b85af(0x148)]=getBundledConnectionClass,module['exports']=a150_0x4dbec6;function a150_0x3723(_0x1a9b0,_0x3c1cb3){const _0x3c0086=a150_0x3c00();return a150_0x3723=function(_0x372342,_0x283da0){_0x372342=_0x372342-0x135;let _0x3cd3e0=_0x3c0086[_0x372342];return _0x3cd3e0;},a150_0x3723(_0x1a9b0,_0x3c1cb3);}function a150_0x3c00(){const _0x166d7c=['BTEtX','join','browserstack.accessibilityOptions.scannerVersion','warn','importFileFromPWCore','../bin/v2/browserstackCLI','ECONNRESET','../bin/v2/grpcClient','connectOverCDPWithRetry','xTEDn','bstack:options','generatePlaywrightUrl','xzwvD','config','browserstack.testhubBuildUuid','UgeET','lyffo','BROWSERSTACK_TEST_ACCESSIBILITY_YML','PbsuS','true','workers','WebSocket\x20error','OdcIy','[Playwright]\x20connect\x20attempt\x20','nijNV','browserName','19117svLdEr','44258ArnrGd','rgcUS','lxFBV','No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response','checkPwandBootstrapCli','debug','__platformCaps','getBrowserTypePath','use','SDK-5318:\x20getBundledConnectionClass\x20walk\x20failed:\x20','./logger','SDK-5318:\x20getBundledConnectionClass\x20called\x20before\x20_connection\x20populated;\x20returning\x20null','getConfig','miOKC','Socket\x20idle\x20from\x20a\x20long\x20time','winstonLogger','pdhhV','getBuildProductMap','ECONNREFUSED','kqTNA','Cgswz','Timeout','DPylh','../bin/v2/cliUtils','aEFnk','CXTII','),\x20retrying\x20in\x20','path','EHkMw','firefox','NCerX','GtIht','projects','GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request','client','BROWSERSTACK_TESTHUB_UUID','No\x20modified\x20config\x20received\x20from\x20gRPC','tvPJx','fRtgh','connectOverCDP','includes','BrowserType','[A11Y]\x20connectOverCDP\x20attempt\x20','WFFOP','getPlaywrightBrowserType','380615Obshpm','Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed','\x20failed\x20(','1116SuMCWx','ANKUe','30wzVQGl','browserstack.buildProductMap','xbJuq','apply','NLDfU','stringify','EMpID','rTGMN','SHKkg','browserType.js','mBcib','getModifiedConfigFromCLI','BhQLF','RyYPw','_connection','error','./testhub/utils','entries','MjBkX','WhzMZ','LzJuo','2308824ZcokzQ','ScGsH','lxIQc','[A11Y]\x20connectOverCDP\x20gave\x20up\x20after\x20','15HaKXEc','PYVDT','PLAYWRIGHT','chromium','length','parse','cliConfig','getBundledConnectionClass','env','67356iEwdKe','\x20attempts\x20—\x20surfacing\x20error:\x20','capabilities','BROWSERSTACK_PRODUCT_MAP','zieOR','requirePWModule','W3CMapping','convertW3CToJsonWire','wJVky','browserstack.accessibility','message','Unable\x20to\x20get\x20the\x20websocket\x20connection','webkit','util','Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw','vcKGp','BS_A11Y_JWT','platformCaps','browserstack.accessibilityOptions.wcagVersion','miwlV','FGtRm','connectWithRetry','./helper','format','EmvJy','../bin/utils/constants','constructor','ydkIt','chrome','cBNRz','FRAMEWORKS','AprSw','vIZvP','browser','IKZxf','jeMyN','Error\x20loading\x20bundled\x20Playwright\x20entry:\x20','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','browserstack.accessibilityOptions.authToken','mrgRF','Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','getPlaywrightModulePath','knNZf','HqSbF','1224spgbwb','Error\x20getting\x20Playwright\x20BrowserType:\x20','4122740bczqsP','MfxTP','hPVXq','155793Ulwqby','sxmUp','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','1CgMiCJ','isArray','OclCB','playwrightConfigObject','browserstack.accessibilityOptions.scannerProcessingTimeout','[Playwright]\x20connect\x20gave\x20up\x20after\x20','getPlaywrightUrl','zzTst','xyVfM','CRjGm','tqFUU','cucumberjs-pw','toLowerCase','getInstance','Eyfjh','qflBh','CRplv','\x20for\x20','cgvUV','Could\x20not\x20import\x20GrpcClient:\x20'];a150_0x3c00=function(){return _0x166d7c;};return a150_0x3c00();}
1
+ const a150_0x52ff29=a150_0x3b67;(function(_0x577313,_0x3fe502){const _0x320bfa=a150_0x3b67,_0x122e93=_0x577313();while(!![]){try{const _0x23463a=parseInt(_0x320bfa(0x105))/0x1*(parseInt(_0x320bfa(0xeb))/0x2)+-parseInt(_0x320bfa(0x10d))/0x3+-parseInt(_0x320bfa(0xbf))/0x4+-parseInt(_0x320bfa(0xbe))/0x5+parseInt(_0x320bfa(0xf3))/0x6*(parseInt(_0x320bfa(0xd6))/0x7)+-parseInt(_0x320bfa(0x122))/0x8+-parseInt(_0x320bfa(0x13b))/0x9*(-parseInt(_0x320bfa(0xbd))/0xa);if(_0x23463a===_0x3fe502)break;else _0x122e93['push'](_0x122e93['shift']());}catch(_0x1f7efe){_0x122e93['push'](_0x122e93['shift']());}}}(a150_0x5f06,0x2175b));const util=require(a150_0x52ff29(0x154)),{importFileFromPWCore}=require(a150_0x52ff29(0x137)),helper=require(a150_0x52ff29(0x137)),logger=require(a150_0x52ff29(0x110))[a150_0x52ff29(0x102)],W3CMapping=require('./w3cMapping')[a150_0x52ff29(0x100)](),constants=require(a150_0x52ff29(0x14f)),BrowserstackCLI=require(a150_0x52ff29(0xd9)),CLIUtils=require(a150_0x52ff29(0x10c));function a150_0x5f06(){const _0xc8b408=['env','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','__accessibilityOptions','IDEJJ','[Playwright]\x20connect\x20gave\x20up\x20after\x20','tKzZc','chromium','DGAkC','platformCaps','fekDH','367096XazWRL','pItcU','isArray','getBrowserTypePath','setFrameworkDetail','setBrowserstackConfig','xDQbM','Timeout','GhPNZ','NQJdV','mQEHf','fHeqX','../bin/v2/grpcClient','webkit','message','bgznn','ZBkYz','GrmLT','ybjrq','getBuildProductMap','getPlaywrightModulePath','./helper','CaWct','Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw','FRAMEWORKS','18KlTHok','RACtu','__platformCaps','ECONNRESET','Unable\x20to\x20get\x20the\x20websocket\x20connection','zBuOy','browser','getModifiedConfigFromCLI','browserName','FCRXb','configPath','stringify','UsMGX','fHHsA','VEfkr','BROWSERSTACK_TEST_ACCESSIBILITY_YML','RTvTP','fElXe','getPlaywrightBrowserType','bstack:options','../bin/utils/constants','Playwright\x20not\x20available:\x20','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','cliConfig','chVTZ','util','config','SDK-5318:\x20getBundledConnectionClass\x20walk\x20failed:\x20','KsXsb','tgant','WyKws','dpAoB','isPlaywrightAvailable','entries','KwilF','firefox','),\x20retrying\x20in\x20','toLowerCase','No\x20modified\x20config\x20received\x20from\x20gRPC','includes','cnfPR','format','WebSocket\x20error','2503160OUKEXn','952240SjIqIH','98584gstdgE','dBKLF','capabilities','pPtnR','cQkbu','uyWbZ','getPWCorePath','yuEvk','YYUZX','DnCXr','FTyYS','parse','generatePlaywrightUrl','Received\x20modified\x20config\x20from\x20gRPC:\x20','CHeDH','BROWSERSTACK_PRODUCT_MAP','browserstack.accessibilityOptions.scannerProcessingTimeout','Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','TQqpA','MbZMJ','UbRsi','bootstrap','\x20attempts\x20—\x20surfacing\x20error:\x20','100940bLsNbH','getBundledConnectionClass','yojaL','../bin/v2/browserstackCLI','warn','browserstack.accessibility','[A11Y]\x20connectOverCDP\x20gave\x20up\x20after\x20','use','\x20failed\x20(','ECONNREFUSED','getPlaywrightConfig','KdAxt','debug','apply','Could\x20not\x20import\x20GrpcClient:\x20','checkPwandBootstrapCli','pIMUB','playwrightConfigObject','CaTwm','[A11Y]\x20connectOverCDP\x20attempt\x20','resolveBrowserTypeClass','22722jUxMIv','qEWXR','\x20flow','convertW3CToJsonWire','Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed','MUGfG','cucumberjs-pw','EfyhO','12EKzKaZ','importFileFromPWCore','sySFK','connectOverCDP','MlszI','error','getInstance','./testhub/utils','browserstack.accessibilityOptions.authToken','No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response','xykZA','getConfig','PLAYWRIGHT','W3CMapping','browserstack.accessibilityOptions.wcagVersion','winstonLogger','getPlaywrightUrl','bqnNy','8NrbtJM','browserstack.buildProductMap','projects','IkKuY','atTAM','getBrowserFromCaps','IgGsX','../bin/v2/cliUtils','666984jkkvHu','chrome','tMPjM','./logger','BS_A11Y_JWT','length','requirePWModule','connectWithRetry','LFcOd','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','connectOverCDP:\x20CDPSession'];a150_0x5f06=function(){return _0xc8b408;};return a150_0x5f06();}let GrpcClient;function a150_0x3b67(_0x540bf8,_0x3ace67){const _0x5f06ec=a150_0x5f06();return a150_0x3b67=function(_0x3b6716,_0x58c159){_0x3b6716=_0x3b6716-0xac;let _0x1938a5=_0x5f06ec[_0x3b6716];return _0x1938a5;},a150_0x3b67(_0x540bf8,_0x3ace67);}try{GrpcClient=require(a150_0x52ff29(0x12e));}catch(a150_0x765cda){logger[a150_0x52ff29(0xe2)](a150_0x52ff29(0xe4)+a150_0x765cda[a150_0x52ff29(0x130)]),GrpcClient=null;}const convertW3CToJsonWire=_0x4f66d7=>{const _0x1d78ff=a150_0x52ff29,_0x49fff1={};_0x49fff1[_0x1d78ff(0x11b)]=function(_0x2c04b0,_0x6c500b){return _0x2c04b0||_0x6c500b;},_0x49fff1['pItcU']=function(_0x1364da,_0x43f8d4){return _0x1364da===_0x43f8d4;},_0x49fff1['KdAxt']=_0x1d78ff(0x14e),_0x49fff1['CHeDH']=function(_0xc63fba,_0x232ca6){return _0xc63fba===_0x232ca6;},_0x49fff1[_0x1d78ff(0x147)]=function(_0x1d11fd,_0x521a73){return _0x1d11fd in _0x521a73;};const _0x17f63a=_0x49fff1,_0x4f188f={};for(const [_0x3d92f4,_0x1b9784]of Object[_0x1d78ff(0xb3)](_0x17f63a[_0x1d78ff(0x11b)](_0x4f66d7,{}))){if(_0x17f63a[_0x1d78ff(0x123)](_0x3d92f4,_0x17f63a[_0x1d78ff(0xe1)]))continue;let _0xdf6805=![];for(const [_0x40ed1f,_0xbac247]of Object[_0x1d78ff(0xb3)](W3CMapping)){if(_0x17f63a[_0x1d78ff(0x123)](_0x3d92f4,_0xbac247)){_0x4f188f[_0x40ed1f]=_0x1b9784,_0xdf6805=!![];break;}}!_0xdf6805&&(_0x4f188f[_0x3d92f4]=_0x1b9784);}const _0x3834c8=_0x4f66d7[_0x17f63a['KdAxt']]||{};for(const [_0x59e6ec,_0x5dbfd5]of Object[_0x1d78ff(0xb3)](_0x3834c8)){let _0x812d2e=![];for(const [_0x5a0cd3,_0x3a63ad]of Object[_0x1d78ff(0xb3)](W3CMapping)){if(_0x17f63a[_0x1d78ff(0xcd)](_0x59e6ec,_0x3a63ad)){_0x4f188f[_0x5a0cd3]=_0x5dbfd5,_0x812d2e=!![];break;}}!_0x812d2e&&!_0x17f63a['UsMGX'](_0x59e6ec,_0x4f188f)&&(_0x4f188f[_0x59e6ec]=_0x5dbfd5);}return logger['debug'](_0x1d78ff(0xd0)+JSON[_0x1d78ff(0x146)](_0x4f188f)),_0x4f188f;},getModifiedConfigFromCLI=async _0x1edf73=>{const _0x115dfc=a150_0x52ff29,_0x28e140={};_0x28e140[_0x115dfc(0xc4)]='GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request',_0x28e140[_0x115dfc(0xf5)]=_0x115dfc(0xf1),_0x28e140[_0x115dfc(0xba)]=_0x115dfc(0x139),_0x28e140[_0x115dfc(0xfd)]=_0x115dfc(0xb8),_0x28e140['xDQbM']=function(_0x51cc8b,_0x40ff3a){return _0x51cc8b>_0x40ff3a;},_0x28e140[_0x115dfc(0xf0)]=function(_0x2dc5b0,_0xea18b5){return _0x2dc5b0>_0xea18b5;},_0x28e140[_0x115dfc(0xb4)]=_0x115dfc(0xfc);const _0x267c53=_0x28e140;try{if(!GrpcClient)return logger[_0x115dfc(0xe2)](_0x267c53[_0x115dfc(0xc4)]),null;const _0x44f7f3={};_0x44f7f3[_0x115dfc(0xc1)]=_0x1edf73,_0x44f7f3['framework']=_0x267c53[_0x115dfc(0xf5)],_0x44f7f3['workers']=0x1,_0x44f7f3[_0x115dfc(0x107)]=[];const _0x461fe3=_0x44f7f3;logger[_0x115dfc(0xe2)](_0x267c53['cnfPR']);const _0x210dc6={};_0x210dc6[_0x115dfc(0xe7)]=_0x461fe3;const _0x2b3cf5=await GrpcClient[_0x115dfc(0xf9)]()[_0x115dfc(0xe0)](_0x210dc6);if(!_0x2b3cf5[_0x115dfc(0xfe)]())return logger[_0x115dfc(0xe2)](_0x267c53[_0x115dfc(0xfd)]),null;const _0xd9dacb=JSON[_0x115dfc(0xca)](_0x2b3cf5[_0x115dfc(0xfe)]());logger[_0x115dfc(0xe2)](_0x115dfc(0xcc)+JSON[_0x115dfc(0x146)](_0xd9dacb));if(_0xd9dacb['capabilities']&&Array[_0x115dfc(0x124)](_0xd9dacb[_0x115dfc(0xc1)])&&_0x267c53[_0x115dfc(0x128)](_0xd9dacb[_0x115dfc(0xc1)][_0x115dfc(0x112)],0x0))return _0xd9dacb[_0x115dfc(0xc1)][0x0];else{if(_0xd9dacb[_0x115dfc(0x107)]&&Array['isArray'](_0xd9dacb[_0x115dfc(0x107)])&&_0x267c53[_0x115dfc(0xf0)](_0xd9dacb[_0x115dfc(0x107)][_0x115dfc(0x112)],0x0)){const _0x52a568=_0xd9dacb[_0x115dfc(0x107)][0x0];if(_0x52a568['use']&&_0x52a568['use'][_0x115dfc(0x120)])return _0x52a568[_0x115dfc(0xdd)][_0x115dfc(0x120)];}}return logger[_0x115dfc(0xe2)](_0x267c53[_0x115dfc(0xb4)]),null;}catch(_0x4f8687){logger[_0x115dfc(0xf8)](_0x115dfc(0x116)+_0x4f8687[_0x115dfc(0x130)]);throw _0x4f8687;}},generatePlaywrightUrl=(_0x4c6dfb,_0x32c1e1)=>{const _0x12486b=a150_0x52ff29,_0x32ac38={'KsXsb':function(_0x187bf8,_0x582fdb){return _0x187bf8!==_0x582fdb;},'MlszI':function(_0x48ffb2,_0xce5748){return _0x48ffb2!==_0xce5748;},'TQqpA':function(_0x458d82,_0x52bb9e){return _0x458d82!==_0x52bb9e;},'tDgyK':function(_0x2c0fd4,_0x2f0a40){return _0x2c0fd4!==_0x2f0a40;},'FCRXb':function(_0x465013,_0x129d3f){return _0x465013(_0x129d3f);},'edWCG':function(_0x44aa45,_0x3e8048){return _0x44aa45||_0x3e8048;},'bgznn':function(_0x15b995,_0x4c5597){return _0x15b995(_0x4c5597);},'GrmLT':_0x12486b(0xdb),'yuEvk':_0x12486b(0xfb),'atTAM':function(_0x4b717b,_0x59efc0){return _0x4b717b(_0x59efc0);},'fHHsA':_0x12486b(0x101),'dpAoB':'browserstack.accessibilityOptions.scannerVersion','yojaL':function(_0x3fcee4,_0x2d7022){return _0x3fcee4(_0x2d7022);},'fekDH':_0x12486b(0xcf),'DnCXr':function(_0x3c5e85,_0xc4d413){return _0x3c5e85===_0xc4d413;},'tgant':function(_0x1f8dda,_0x52f312){return _0x1f8dda(_0x52f312);},'tMPjM':'true','VEfkr':'browserstack.testhubBuildUuid','HWTNN':_0x12486b(0x106),'ybjrq':function(_0x376057,_0x3909b0){return _0x376057+_0x3909b0;}},_0x25f9b0=helper[_0x12486b(0x103)](_0x4c6dfb),_0x50b2be=_0x32ac38['FCRXb'](convertW3CToJsonWire,_0x32c1e1);try{const _0x328c5f=[_0x32ac38['edWCG'](_0x32c1e1,{}),global['__launchCaps']||{},global[_0x12486b(0x13d)]||{},global[_0x12486b(0x11a)]||{}],_0x3549d3=_0x31d490=>{const _0x312c72=_0x12486b;if(_0x32ac38[_0x312c72(0xae)](_0x50b2be[_0x31d490],undefined)&&_0x32ac38[_0x312c72(0xae)](_0x50b2be[_0x31d490],null)&&_0x32ac38[_0x312c72(0xf7)](_0x50b2be[_0x31d490],''))return;for(const _0x3f41ef of _0x328c5f){if(_0x3f41ef&&_0x32ac38[_0x312c72(0xd1)](_0x3f41ef[_0x31d490],undefined)&&_0x32ac38[_0x312c72(0xf7)](_0x3f41ef[_0x31d490],null)&&_0x32ac38['tDgyK'](_0x3f41ef[_0x31d490],'')){_0x50b2be[_0x31d490]=_0x3f41ef[_0x31d490];return;}}};_0x32ac38[_0x12486b(0x131)](_0x3549d3,_0x32ac38[_0x12486b(0x133)]),_0x32ac38[_0x12486b(0x131)](_0x3549d3,_0x32ac38[_0x12486b(0xc6)]),_0x32ac38[_0x12486b(0x109)](_0x3549d3,_0x32ac38[_0x12486b(0x148)]),_0x32ac38[_0x12486b(0x144)](_0x3549d3,_0x32ac38[_0x12486b(0xb1)]),_0x32ac38[_0x12486b(0xd8)](_0x3549d3,_0x32ac38[_0x12486b(0x121)]),!_0x50b2be[_0x32ac38[_0x12486b(0xc6)]]&&process[_0x12486b(0x118)][_0x12486b(0x111)]&&(_0x50b2be[_0x32ac38[_0x12486b(0xc6)]]=process[_0x12486b(0x118)]['BS_A11Y_JWT']),_0x32ac38[_0x12486b(0xc8)](_0x50b2be[_0x32ac38['GrmLT']],undefined)&&process[_0x12486b(0x118)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']&&_0x32ac38[_0x12486b(0xc8)](_0x32ac38[_0x12486b(0xaf)](String,process[_0x12486b(0x118)][_0x12486b(0x14a)])[_0x12486b(0xb7)](),_0x32ac38[_0x12486b(0x10f)])&&(_0x50b2be[_0x32ac38['GrmLT']]=!![]);}catch(_0x304a2){logger[_0x12486b(0xe2)](_0x12486b(0x151)+util[_0x12486b(0xbb)](_0x304a2));}return _0x50b2be[_0x32ac38[_0x12486b(0x149)]]=process[_0x12486b(0x118)]['BROWSERSTACK_TESTHUB_UUID'],_0x50b2be[_0x32ac38['HWTNN']]=helper[_0x12486b(0x135)](),_0x32ac38[_0x12486b(0x134)](_0x25f9b0,_0x32ac38[_0x12486b(0xd8)](encodeURIComponent,JSON[_0x12486b(0x146)](_0x50b2be)));},getBrowserFromCaps=_0x3518ee=>{const _0x570c97=a150_0x52ff29,_0xf21fd0={};_0xf21fd0['KrBat']=_0x570c97(0x10e);const _0x4b8b50=_0xf21fd0;return _0x3518ee[_0x570c97(0x143)]||_0x3518ee[_0x570c97(0x141)]||_0x4b8b50['KrBat'];},getBundledConnectionClass=()=>{const _0x3c9f43=a150_0x52ff29,_0x721e93={};_0x721e93[_0x3c9f43(0x14c)]='SDK-5318:\x20getBundledConnectionClass\x20called\x20before\x20_connection\x20populated;\x20returning\x20null';const _0x212a96=_0x721e93;try{const _0x16b408=helper[_0x3c9f43(0xc5)]();if(!_0x16b408)return null;const _0x2a71b2=helper[_0x3c9f43(0x113)](_0x16b408),_0x4939aa=_0x2a71b2&&(_0x2a71b2[_0x3c9f43(0x11e)]||_0x2a71b2[_0x3c9f43(0xb5)]||_0x2a71b2[_0x3c9f43(0x12f)]);if(!_0x4939aa)return null;if(!_0x4939aa['_connection'])return logger[_0x3c9f43(0xe2)](_0x212a96[_0x3c9f43(0x14c)]),null;if(!_0x4939aa['_connection']['constructor'])return null;return _0x4939aa['_connection']['constructor'];}catch(_0x52b4ef){return logger['debug'](_0x3c9f43(0xad)+util[_0x3c9f43(0xbb)](_0x52b4ef)),null;}},isPlaywrightAvailable=()=>{const _0x3df6db=a150_0x52ff29;try{return!!helper[_0x3df6db(0xea)]();}catch(_0x459428){return logger[_0x3df6db(0xe2)](_0x3df6db(0x150)+util[_0x3df6db(0xbb)](_0x459428)),![];}},getPlaywrightBrowserType=()=>{const _0x34a364=a150_0x52ff29;try{return helper['resolveBrowserTypeClass']();}catch(_0x5b98b0){return logger[_0x34a364(0xe2)]('Error\x20getting\x20Playwright\x20BrowserType:\x20'+util[_0x34a364(0xbb)](_0x5b98b0)),null;}},getPlaywrightModulePath=()=>{const _0xe94914=a150_0x52ff29,_0x2c789c={};_0x2c789c[_0xe94914(0xec)]=_0xe94914(0x119);const _0x723b46=_0x2c789c;return logger[_0xe94914(0xe2)](_0x723b46[_0xe94914(0xec)]),null;},getBrowserTypePath=()=>{const _0x2022de=a150_0x52ff29,_0x2df355={};_0x2df355[_0x2022de(0x138)]='getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead';const _0x23760a=_0x2df355;return logger[_0x2022de(0xe2)](_0x23760a[_0x2022de(0x138)]),null;},checkPwandBootstrapCli=async(_0x2ac52f,_0x170564,_0x5e3c36)=>{const _0x4f9ae5=a150_0x52ff29,_0x33c21d={'UbRsi':function(_0x14a530,_0x4517a0){return _0x14a530(_0x4517a0);},'KSljc':_0x4f9ae5(0xfa),'WyKws':function(_0x3259f1,_0x4b48fa){return _0x3259f1(_0x4b48fa);}};if(_0x2ac52f){const _0x13ded2=constants[_0x4f9ae5(0x13a)][_0x4f9ae5(0xff)];logger['debug']('Detected\x20Playwright\x20version\x20'+_0x2ac52f+'\x20for\x20'+_0x170564+_0x4f9ae5(0xed)),CLIUtils[_0x4f9ae5(0x126)](_0x170564,_0x13ded2);const {getProductMap:_0x477e33}=_0x33c21d[_0x4f9ae5(0xd3)](require,_0x33c21d['KSljc']);process['env'][_0x4f9ae5(0xce)]=JSON['stringify'](_0x33c21d[_0x4f9ae5(0xb0)](_0x477e33,_0x5e3c36[_0x4f9ae5(0xac)])),BrowserstackCLI[_0x4f9ae5(0xf9)]()[_0x4f9ae5(0x127)](_0x5e3c36[_0x4f9ae5(0xac)],_0x5e3c36[_0x4f9ae5(0x145)],_0x5e3c36[_0x4f9ae5(0x152)]),await BrowserstackCLI[_0x4f9ae5(0xf9)]()[_0x4f9ae5(0xd4)]();}},connectOverCDPWithRetry=async(_0x304334,_0x419d69,_0x1a67da,_0x29bc8f=0x3,_0x35d68d=0x1f4)=>{const _0x209747=a150_0x52ff29,_0x41f19={};_0x41f19[_0x209747(0xc0)]=function(_0x3561c8,_0x436cea){return _0x3561c8<=_0x436cea;},_0x41f19[_0x209747(0x153)]=_0x209747(0xef),_0x41f19[_0x209747(0xd2)]=_0x209747(0x129),_0x41f19[_0x209747(0x115)]=_0x209747(0xbc),_0x41f19[_0x209747(0x11f)]=_0x209747(0x117),_0x41f19[_0x209747(0xc9)]='ECONNRESET',_0x41f19['bqnNy']=_0x209747(0xdf),_0x41f19['RTvTP']=function(_0xf10fa,_0x428ee0){return _0xf10fa===_0x428ee0;},_0x41f19[_0x209747(0xf2)]=function(_0x30d3ad,_0x3aa18e){return _0x30d3ad+_0x3aa18e;},_0x41f19[_0x209747(0x108)]=function(_0x5f7363,_0x3c793b){return _0x5f7363*_0x3c793b;},_0x41f19[_0x209747(0xe6)]=function(_0x3a96e0,_0x3ea2bc){return _0x3a96e0+_0x3ea2bc;},_0x41f19['IgGsX']=function(_0x3bbccc,_0x36519c){return _0x3bbccc+_0x36519c;};const _0x726006=_0x41f19;let _0x19b377;for(let _0x25c76b=0x0;_0x726006['dBKLF'](_0x25c76b,_0x29bc8f);_0x25c76b++){try{return await _0x304334[_0x209747(0xf6)][_0x209747(0xe3)](_0x419d69,_0x1a67da);}catch(_0x392f5b){_0x19b377=_0x392f5b;const _0x3cdf9d=_0x392f5b&&_0x392f5b['message']||'',_0x345cda=_0x3cdf9d[_0x209747(0xb9)](_0x726006[_0x209747(0x153)])||_0x3cdf9d['includes'](_0x726006[_0x209747(0xd2)])||_0x3cdf9d[_0x209747(0xb9)](_0x726006[_0x209747(0x115)])||_0x3cdf9d['includes'](_0x726006[_0x209747(0x11f)])||_0x3cdf9d['includes'](_0x726006[_0x209747(0xc9)])||_0x3cdf9d[_0x209747(0xb9)](_0x726006[_0x209747(0x104)]);if(!_0x345cda||_0x726006[_0x209747(0x14b)](_0x25c76b,_0x29bc8f)){_0x345cda&&logger[_0x209747(0xda)](_0x209747(0xdc)+_0x726006[_0x209747(0xf2)](_0x25c76b,0x1)+'\x20attempts\x20—\x20surfacing\x20error:\x20'+_0x3cdf9d);throw _0x392f5b;}const _0x1e2bc4=_0x726006[_0x209747(0x108)](_0x35d68d,_0x726006[_0x209747(0xf2)](_0x25c76b,0x1));logger['warn'](_0x209747(0xe9)+_0x726006[_0x209747(0xe6)](_0x25c76b,0x1)+'/'+_0x726006[_0x209747(0x10b)](_0x29bc8f,0x1)+'\x20failed\x20('+_0x3cdf9d+_0x209747(0xb6)+_0x1e2bc4+'ms'),await new Promise(_0x4f29a5=>setTimeout(_0x4f29a5,_0x1e2bc4));}}throw _0x19b377;},connectWithRetry=async(_0x5c0612,_0x332b1a,_0x51108e,_0x59097b=0x3,_0x3d0c4f=0x3e8)=>{const _0x53da53=a150_0x52ff29,_0x4f5cd6={};_0x4f5cd6[_0x53da53(0x140)]=function(_0x171c40,_0x1a86aa){return _0x171c40<=_0x1a86aa;},_0x4f5cd6[_0x53da53(0xc3)]='Socket\x20idle\x20from\x20a\x20long\x20time',_0x4f5cd6['fHeqX']=_0x53da53(0x13f),_0x4f5cd6[_0x53da53(0x13c)]=_0x53da53(0xef),_0x4f5cd6['YYUZX']=_0x53da53(0x129),_0x4f5cd6[_0x53da53(0x12b)]='WebSocket\x20error',_0x4f5cd6[_0x53da53(0x12a)]=_0x53da53(0x13e),_0x4f5cd6[_0x53da53(0xe8)]=_0x53da53(0xdf),_0x4f5cd6['tKzZc']=function(_0x715e68,_0x524000){return _0x715e68===_0x524000;},_0x4f5cd6[_0x53da53(0xc2)]=function(_0x252383,_0x4f0509){return _0x252383+_0x4f0509;},_0x4f5cd6['ImhtU']=function(_0x3b6527,_0x4b1ca6){return _0x3b6527*_0x4b1ca6;},_0x4f5cd6[_0x53da53(0x12c)]=function(_0x3a9d1a,_0x1a425d){return _0x3a9d1a+_0x1a425d;},_0x4f5cd6[_0x53da53(0x132)]=function(_0x1164e1,_0x48bd53){return _0x1164e1+_0x48bd53;};const _0x476f0a=_0x4f5cd6;let _0x1c0cb4;for(let _0x32f751=0x0;_0x476f0a[_0x53da53(0x140)](_0x32f751,_0x59097b);_0x32f751++){try{return await _0x5c0612[_0x53da53(0xe3)](_0x332b1a,_0x51108e);}catch(_0x53c4ac){_0x1c0cb4=_0x53c4ac;const _0x31b715=_0x53c4ac&&_0x53c4ac[_0x53da53(0x130)]||'',_0x4ea3a6=_0x31b715[_0x53da53(0xb9)](_0x476f0a[_0x53da53(0xc3)])||_0x31b715['includes'](_0x476f0a[_0x53da53(0x12d)])||_0x31b715['includes'](_0x476f0a[_0x53da53(0x13c)])||_0x31b715[_0x53da53(0xb9)](_0x476f0a[_0x53da53(0xc7)])||_0x31b715[_0x53da53(0xb9)](_0x476f0a['NQJdV'])||_0x31b715[_0x53da53(0xb9)](_0x476f0a[_0x53da53(0x12a)])||_0x31b715['includes'](_0x476f0a[_0x53da53(0xe8)]);if(!_0x4ea3a6||_0x476f0a[_0x53da53(0x11d)](_0x32f751,_0x59097b)){_0x4ea3a6&&logger['warn'](_0x53da53(0x11c)+_0x476f0a[_0x53da53(0xc2)](_0x32f751,0x1)+_0x53da53(0xd5)+_0x31b715+'.\x20Session\x20may\x20be\x20reported\x20unlinked\x20(device\x20name\x20missing\x20on\x20dashboard).');throw _0x53c4ac;}const _0x1e2830=_0x476f0a['ImhtU'](_0x3d0c4f,_0x476f0a['mQEHf'](_0x32f751,0x1));logger[_0x53da53(0xda)]('[Playwright]\x20connect\x20attempt\x20'+_0x476f0a[_0x53da53(0x132)](_0x32f751,0x1)+'/'+_0x476f0a[_0x53da53(0xc2)](_0x59097b,0x1)+_0x53da53(0xde)+_0x31b715+_0x53da53(0xb6)+_0x1e2830+'ms'),await new Promise(_0x12f5e8=>setTimeout(_0x12f5e8,_0x1e2830));}}throw _0x1c0cb4;},a150_0x3f79a2={};a150_0x3f79a2[a150_0x52ff29(0xee)]=convertW3CToJsonWire,a150_0x3f79a2[a150_0x52ff29(0x142)]=getModifiedConfigFromCLI,a150_0x3f79a2[a150_0x52ff29(0xcb)]=generatePlaywrightUrl,a150_0x3f79a2[a150_0x52ff29(0x10a)]=getBrowserFromCaps,a150_0x3f79a2[a150_0x52ff29(0xb2)]=isPlaywrightAvailable,a150_0x3f79a2[a150_0x52ff29(0x14d)]=getPlaywrightBrowserType,a150_0x3f79a2[a150_0x52ff29(0x136)]=getPlaywrightModulePath,a150_0x3f79a2[a150_0x52ff29(0x125)]=getBrowserTypePath,a150_0x3f79a2[a150_0x52ff29(0xf4)]=importFileFromPWCore,a150_0x3f79a2[a150_0x52ff29(0xe5)]=checkPwandBootstrapCli,a150_0x3f79a2['connectOverCDPWithRetry']=connectOverCDPWithRetry,a150_0x3f79a2[a150_0x52ff29(0x114)]=connectWithRetry,a150_0x3f79a2[a150_0x52ff29(0xd7)]=getBundledConnectionClass,module['exports']=a150_0x3f79a2;
@@ -1 +1 @@
1
- function a151_0x4eda(_0x1c98bb,_0x13a89e){const _0x4d784a=a151_0x4d78();return a151_0x4eda=function(_0x4edaf4,_0x1fa9ee){_0x4edaf4=_0x4edaf4-0x1e6;let _0x4a5519=_0x4d784a[_0x4edaf4];return _0x4a5519;},a151_0x4eda(_0x1c98bb,_0x13a89e);}function a151_0x4d78(){const _0x5af056=['PsHsg','135142xQNtus','env','4315495GbMnFL','BROWSERSTACK_TEST_REPORTING_DEBUG','debug','pid','BROWSERSTACK_OBSERVABILITY_DEBUG','1750256ixYGZQ','getTestName','32PnlfoM','TEST_REPORTING_ANALYTICS','LHLQE','getProcessId','getGlobal','sleep','true','threadId','3995516MWGQPL','log','cUvGB','562602VNmXVl','7310844tiwonp','\x20]\x20','3813453sfeGDf','browserstackTestName','worker_threads','../bin/utils/constants','toISOString'];a151_0x4d78=function(){return _0x5af056;};return a151_0x4d78();}const a151_0xdd08b=a151_0x4eda;(function(_0x110906,_0x5aacaf){const _0x28c832=a151_0x4eda,_0x4a5b7f=_0x110906();while(!![]){try{const _0x390cbc=parseInt(_0x28c832(0x1f9))/0x1+-parseInt(_0x28c832(0x1f0))/0x2+-parseInt(_0x28c832(0x1f3))/0x3+-parseInt(_0x28c832(0x200))/0x4+-parseInt(_0x28c832(0x1fb))/0x5+parseInt(_0x28c832(0x1f1))/0x6+parseInt(_0x28c832(0x1ed))/0x7*(parseInt(_0x28c832(0x202))/0x8);if(_0x390cbc===_0x5aacaf)break;else _0x4a5b7f['push'](_0x4a5b7f['shift']());}catch(_0x40cb29){_0x4a5b7f['push'](_0x4a5b7f['shift']());}}}(a151_0x4d78,0xbf525));const worker=require(a151_0xdd08b(0x1f5)),{fileLogger}=require('./logger'),{consoleHolder}=require('./test-observability/constants'),globals=require('./globals'),constants=require(a151_0xdd08b(0x1f6));exports[a151_0xdd08b(0x1e8)]=()=>{const _0x23479a=a151_0xdd08b;return process[_0x23479a(0x1fe)]+'-'+worker[_0x23479a(0x1ec)];},exports[a151_0xdd08b(0x201)]=()=>{const _0x139400=a151_0xdd08b,_0x64d3ac={};_0x64d3ac['LHLQE']=_0x139400(0x1f4);const _0x376b52=_0x64d3ac;return globals[_0x139400(0x1e9)](_0x376b52[_0x139400(0x1e7)]);},exports[a151_0xdd08b(0x1ea)]=(_0xb76847=0x64)=>new Promise(_0x493a7b=>setTimeout(_0x493a7b,_0xb76847)),exports['debug']=_0xb3e046=>{const _0x4e9f15=a151_0xdd08b,_0x186101={};_0x186101['PsHsg']=function(_0x4a384e,_0x190135){return _0x4a384e===_0x190135;},_0x186101[_0x4e9f15(0x1ef)]=_0x4e9f15(0x1eb);const _0x45bf24=_0x186101;fileLogger[_0x4e9f15(0x1fd)]('['+new Date()[_0x4e9f15(0x1f7)]()+'][\x20'+constants[_0x4e9f15(0x1e6)]+'\x20]\x20'+_0xb3e046),(_0x45bf24[_0x4e9f15(0x1f8)](process[_0x4e9f15(0x1fa)][_0x4e9f15(0x1fc)],_0x45bf24[_0x4e9f15(0x1ef)])||_0x45bf24[_0x4e9f15(0x1f8)](process[_0x4e9f15(0x1fa)][_0x4e9f15(0x1fc)],'1')||_0x45bf24[_0x4e9f15(0x1f8)](process[_0x4e9f15(0x1fa)][_0x4e9f15(0x1ff)],_0x45bf24[_0x4e9f15(0x1ef)])||_0x45bf24[_0x4e9f15(0x1f8)](process['env'][_0x4e9f15(0x1ff)],'1'))&&consoleHolder[_0x4e9f15(0x1ee)]('\x0a['+new Date()[_0x4e9f15(0x1f7)]()+'][\x20'+constants[_0x4e9f15(0x1e6)]+_0x4e9f15(0x1f2)+_0xb3e046+'\x0a');};
1
+ function a151_0x261f(_0x2dd8bf,_0x292496){const _0x1d2d23=a151_0x1d2d();return a151_0x261f=function(_0x261f1c,_0x4e6764){_0x261f1c=_0x261f1c-0x1ec;let _0x29365b=_0x1d2d23[_0x261f1c];return _0x29365b;},a151_0x261f(_0x2dd8bf,_0x292496);}const a151_0x543ded=a151_0x261f;function a151_0x1d2d(){const _0x2bc3fb=['1108rkKVah','3137004zqcMWd','JDyTb','PrpjX','./globals','2715538KwRFMu','\x20]\x20','BROWSERSTACK_TEST_REPORTING_DEBUG','][\x20','log','toISOString','686635HoLvIY','TEST_REPORTING_ANALYTICS','pid','getTestName','8720285jypNBh','./test-observability/constants','194184qKSREH','worker_threads','debug','3344665fgkyum','env','../bin/utils/constants','rAUlA','browserstackTestName','qPpKc','BROWSERSTACK_OBSERVABILITY_DEBUG','699ahvHOv'];a151_0x1d2d=function(){return _0x2bc3fb;};return a151_0x1d2d();}(function(_0x1249a4,_0x4f96d0){const _0x164053=a151_0x261f,_0x4ead35=_0x1249a4();while(!![]){try{const _0x4cc98f=parseInt(_0x164053(0x1fe))/0x1+-parseInt(_0x164053(0x1f8))/0x2+parseInt(_0x164053(0x1f2))/0x3*(-parseInt(_0x164053(0x1f3))/0x4)+parseInt(_0x164053(0x207))/0x5+-parseInt(_0x164053(0x1f4))/0x6+parseInt(_0x164053(0x202))/0x7+parseInt(_0x164053(0x204))/0x8;if(_0x4cc98f===_0x4f96d0)break;else _0x4ead35['push'](_0x4ead35['shift']());}catch(_0x3c17b0){_0x4ead35['push'](_0x4ead35['shift']());}}}(a151_0x1d2d,0xa6204));const worker=require(a151_0x543ded(0x205)),{fileLogger}=require('./logger'),{consoleHolder}=require(a151_0x543ded(0x203)),globals=require(a151_0x543ded(0x1f7)),constants=require(a151_0x543ded(0x1ed));exports['getProcessId']=()=>{const _0x29a8b8=a151_0x543ded;return process[_0x29a8b8(0x200)]+'-'+worker['threadId'];},exports[a151_0x543ded(0x201)]=()=>{const _0x2d5cc6=a151_0x543ded,_0x5ec897={};_0x5ec897[_0x2d5cc6(0x1ee)]=_0x2d5cc6(0x1ef);const _0x3acd8b=_0x5ec897;return globals['getGlobal'](_0x3acd8b[_0x2d5cc6(0x1ee)]);},exports['sleep']=(_0x227b1c=0x64)=>new Promise(_0x574c53=>setTimeout(_0x574c53,_0x227b1c)),exports['debug']=_0x24b3f0=>{const _0x2ea8a5=a151_0x543ded,_0x40db7a={};_0x40db7a[_0x2ea8a5(0x1f5)]=function(_0x38e322,_0x49d2bc){return _0x38e322===_0x49d2bc;},_0x40db7a['qPpKc']='true',_0x40db7a[_0x2ea8a5(0x1f6)]=function(_0x2a7f50,_0x480f86){return _0x2a7f50===_0x480f86;};const _0x5b9c83=_0x40db7a;fileLogger[_0x2ea8a5(0x206)]('['+new Date()[_0x2ea8a5(0x1fd)]()+_0x2ea8a5(0x1fb)+constants['TEST_REPORTING_ANALYTICS']+_0x2ea8a5(0x1f9)+_0x24b3f0),(_0x5b9c83[_0x2ea8a5(0x1f5)](process[_0x2ea8a5(0x1ec)][_0x2ea8a5(0x1fa)],_0x5b9c83[_0x2ea8a5(0x1f0)])||_0x5b9c83[_0x2ea8a5(0x1f5)](process['env'][_0x2ea8a5(0x1fa)],'1')||_0x5b9c83[_0x2ea8a5(0x1f6)](process[_0x2ea8a5(0x1ec)][_0x2ea8a5(0x1f1)],_0x5b9c83[_0x2ea8a5(0x1f0)])||_0x5b9c83[_0x2ea8a5(0x1f6)](process[_0x2ea8a5(0x1ec)]['BROWSERSTACK_OBSERVABILITY_DEBUG'],'1'))&&consoleHolder[_0x2ea8a5(0x1fc)]('\x0a['+new Date()[_0x2ea8a5(0x1fd)]()+_0x2ea8a5(0x1fb)+constants[_0x2ea8a5(0x1ff)]+_0x2ea8a5(0x1f9)+_0x24b3f0+'\x0a');};
@@ -1 +1 @@
1
- const a152_0x434233=a152_0x1ede;(function(_0x1093e6,_0x289ab2){const _0x540933=a152_0x1ede,_0x2fc021=_0x1093e6();while(!![]){try{const _0x2f10f5=-parseInt(_0x540933(0x211))/0x1*(parseInt(_0x540933(0x22f))/0x2)+-parseInt(_0x540933(0x1f9))/0x3*(-parseInt(_0x540933(0x21c))/0x4)+parseInt(_0x540933(0x20f))/0x5+parseInt(_0x540933(0x227))/0x6+-parseInt(_0x540933(0x223))/0x7+-parseInt(_0x540933(0x201))/0x8*(parseInt(_0x540933(0x212))/0x9)+parseInt(_0x540933(0x1f3))/0xa*(-parseInt(_0x540933(0x208))/0xb);if(_0x2f10f5===_0x289ab2)break;else _0x2fc021['push'](_0x2fc021['shift']());}catch(_0x52c64f){_0x2fc021['push'](_0x2fc021['shift']());}}}(a152_0x2e84,0xb0202));const util=require('util'),helper=require(a152_0x434233(0x213)),logger=require(a152_0x434233(0x20b))[a152_0x434233(0x1fe)],W3CMapping=require(a152_0x434233(0x214))[a152_0x434233(0x1f7)](),constants=require(a152_0x434233(0x220)),BrowserstackCLI=require(a152_0x434233(0x1ee)),CLIUtils=require(a152_0x434233(0x204)),getAPIUtilityMethods=()=>{const _0x30e3fe=a152_0x434233,_0x36cdf={'HWDUm':function(_0x21ce16,_0x240b83){return _0x21ce16(_0x240b83);},'siCxF':_0x30e3fe(0x1fb)};return _0x36cdf[_0x30e3fe(0x229)](require,_0x36cdf[_0x30e3fe(0x210)]);},getPuppeteerUrl=_0x18fe17=>{const _0x18e881=a152_0x434233,_0x398be8={'pyBty':function(_0x3a7a6d){return _0x3a7a6d();}};if(_0x18fe17['turboScaleUrl'])return _0x18fe17[_0x18e881(0x215)];const _0x123b39=_0x398be8['pyBty'](getAPIUtilityMethods);return _0x123b39['getPuppeteerHubUrl']('');},convertW3CToJsonWire=_0x2400de=>{const _0x5265f0=a152_0x434233,_0x3ceed0={};_0x3ceed0[_0x5265f0(0x218)]=function(_0xb82b43,_0x16848f){return _0xb82b43||_0x16848f;},_0x3ceed0[_0x5265f0(0x1f1)]=function(_0x18c92e,_0x26a2fb){return _0x18c92e===_0x26a2fb;},_0x3ceed0[_0x5265f0(0x219)]=_0x5265f0(0x1f2),_0x3ceed0['iarLh']=function(_0x5c7f60,_0x250d0c){return _0x5c7f60===_0x250d0c;},_0x3ceed0['QYfpJ']=function(_0x924e24,_0x557ff3){return _0x924e24 in _0x557ff3;};const _0x3ffa6b=_0x3ceed0,_0x12680d={};for(const [_0x127aa1,_0x50a7c4]of Object['entries'](_0x3ffa6b[_0x5265f0(0x218)](_0x2400de,{}))){if(_0x3ffa6b[_0x5265f0(0x1f1)](_0x127aa1,_0x3ffa6b[_0x5265f0(0x219)]))continue;let _0x3b1f68=![];for(const [_0x3c1f81,_0x3d822c]of Object[_0x5265f0(0x22d)](W3CMapping)){if(_0x3ffa6b[_0x5265f0(0x1f1)](_0x127aa1,_0x3d822c)){_0x12680d[_0x3c1f81]=_0x50a7c4,_0x3b1f68=!![];break;}}!_0x3b1f68&&(_0x12680d[_0x127aa1]=_0x50a7c4);}const _0x19d190=_0x2400de[_0x3ffa6b['nKYVa']]||{};for(const [_0x113e0c,_0x52c3d2]of Object['entries'](_0x19d190)){let _0x33c69a=![];for(const [_0xadd19e,_0x56cf9f]of Object[_0x5265f0(0x22d)](W3CMapping)){if(_0x3ffa6b['iarLh'](_0x113e0c,_0x56cf9f)){_0x12680d[_0xadd19e]=_0x52c3d2,_0x33c69a=!![];break;}}!_0x33c69a&&!_0x3ffa6b[_0x5265f0(0x22e)](_0x113e0c,_0x12680d)&&(_0x12680d[_0x113e0c]=_0x52c3d2);}return logger[_0x5265f0(0x21b)](_0x5265f0(0x230)+JSON[_0x5265f0(0x235)](_0x12680d)),_0x12680d;},generatePuppeteerUrl=(_0x3af6e6,_0x38fc88)=>{const _0x37bcac=a152_0x434233,_0x2d74c8={'ZOAXy':function(_0x50a2d7,_0x666eb2){return _0x50a2d7(_0x666eb2);},'BYlYh':_0x37bcac(0x1ef),'JIrNZ':_0x37bcac(0x231),'kqISh':function(_0x3db928,_0x321091){return _0x3db928+_0x321091;},'LGxGY':function(_0x41c5ba,_0x2a5eb6){return _0x41c5ba(_0x2a5eb6);}},_0x144896=_0x2d74c8['ZOAXy'](getPuppeteerUrl,_0x3af6e6),_0x5c724d=_0x2d74c8[_0x37bcac(0x21f)](convertW3CToJsonWire,_0x38fc88);return _0x5c724d[_0x2d74c8[_0x37bcac(0x22a)]]=process[_0x37bcac(0x200)][_0x37bcac(0x1fd)],_0x5c724d[_0x2d74c8[_0x37bcac(0x225)]]=helper[_0x37bcac(0x206)](),_0x2d74c8[_0x37bcac(0x1f5)](_0x144896,_0x2d74c8[_0x37bcac(0x226)](encodeURIComponent,JSON[_0x37bcac(0x235)](_0x5c724d)));},isPuppeteerAvailable=()=>{const _0x46c947=a152_0x434233,_0xfa4a68={};_0xfa4a68[_0x46c947(0x207)]=_0x46c947(0x224),_0xfa4a68[_0x46c947(0x1f0)]=_0x46c947(0x20d);const _0x551d86=_0xfa4a68;try{return require[_0x46c947(0x1ec)](_0x551d86['ngUqZ']),!![];}catch{try{return require[_0x46c947(0x1ec)](_0x551d86[_0x46c947(0x1f0)]),!![];}catch{return![];}}},getPuppeteerVersion=()=>{const _0x416c51=a152_0x434233,_0x2c78c0={};_0x2c78c0['zquPR']='puppeteer-core',_0x2c78c0[_0x416c51(0x205)]=_0x416c51(0x20d);const _0x405922=_0x2c78c0;return helper[_0x416c51(0x232)](_0x405922[_0x416c51(0x217)])||helper[_0x416c51(0x232)](_0x405922['mIhKH']);},checkPuppeteerAndBootstrapCli=async(_0xc5cd0b,_0x5db07d,_0x4679e4)=>{const _0x2e95a4=a152_0x434233,_0x34074c={'YGKbO':_0x2e95a4(0x20c),'csXzF':function(_0x3ff563,_0x3f6bd1){return _0x3ff563(_0x3f6bd1);},'HEntr':_0x2e95a4(0x221),'mMsOF':function(_0x408116,_0x50b2a9){return _0x408116(_0x50b2a9);}};if(_0xc5cd0b){const _0x5f406b=constants['FRAMEWORKS']['PUPPETEER'];logger[_0x2e95a4(0x21b)](_0x2e95a4(0x202)+_0xc5cd0b+_0x2e95a4(0x1f6)+_0x5db07d+_0x2e95a4(0x209)),process['env'][_0x2e95a4(0x1fc)]=_0x34074c[_0x2e95a4(0x1ed)],CLIUtils[_0x2e95a4(0x1f8)](_0x5db07d,_0x5f406b);const {getProductMap:_0x583106}=_0x34074c[_0x2e95a4(0x22c)](require,_0x34074c[_0x2e95a4(0x21d)]);process[_0x2e95a4(0x200)][_0x2e95a4(0x233)]=JSON['stringify'](_0x34074c[_0x2e95a4(0x1ff)](_0x583106,_0x4679e4[_0x2e95a4(0x1f4)])),BrowserstackCLI['getInstance']()[_0x2e95a4(0x222)](_0x4679e4['config'],_0x4679e4[_0x2e95a4(0x21e)],_0x4679e4[_0x2e95a4(0x20e)]),await BrowserstackCLI[_0x2e95a4(0x216)]()[_0x2e95a4(0x21a)]();}},a152_0x1ac9d5={};function a152_0x1ede(_0x24b9a9,_0x165561){const _0x2e84a1=a152_0x2e84();return a152_0x1ede=function(_0x1ede2a,_0x28ec8f){_0x1ede2a=_0x1ede2a-0x1ec;let _0x5ba585=_0x2e84a1[_0x1ede2a];return _0x5ba585;},a152_0x1ede(_0x24b9a9,_0x165561);}a152_0x1ac9d5[a152_0x434233(0x22b)]=getPuppeteerUrl,a152_0x1ac9d5[a152_0x434233(0x234)]=convertW3CToJsonWire,a152_0x1ac9d5[a152_0x434233(0x20a)]=generatePuppeteerUrl,a152_0x1ac9d5['isPuppeteerAvailable']=isPuppeteerAvailable,a152_0x1ac9d5[a152_0x434233(0x203)]=getPuppeteerVersion,a152_0x1ac9d5[a152_0x434233(0x228)]=checkPuppeteerAndBootstrapCli,module[a152_0x434233(0x1fa)]=a152_0x1ac9d5;function a152_0x2e84(){const _0x1c9bcf=['exports','../bin/utils/apiUtilityMethods','BROWSERSTACK_PUPPETEER','BROWSERSTACK_TESTHUB_UUID','winstonLogger','mMsOF','env','3872iJNpNi','[PuppeteerHelper]\x20Detected\x20Puppeteer\x20version\x20','getPuppeteerVersion','../bin/v2/cliUtils','mIhKH','getBuildProductMap','ngUqZ','25751GOfUfz','\x20flow','generatePuppeteerUrl','./logger','true','puppeteer','cliConfig','6286840yUFPBa','siCxF','3BKzrNm','8325oztmqS','./helper','./w3cMapping','turboScaleUrl','getInstance','zquPR','zPjLt','nKYVa','bootstrap','debug','4304etGkcO','HEntr','configPath','ZOAXy','../bin/utils/constants','./testhub/utils','setBrowserstackConfig','2349858vGRtYE','puppeteer-core','JIrNZ','LGxGY','7352328PEVxhl','checkPuppeteerAndBootstrapCli','HWDUm','BYlYh','getPuppeteerUrl','csXzF','entries','QYfpJ','777714xMSatv','[PuppeteerHelper]\x20Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','browserstack.buildProductMap','getPackageVersion','BROWSERSTACK_PRODUCT_MAP','convertW3CToJsonWire','stringify','resolve','YGKbO','../bin/v2/browserstackCLI','browserstack.testhubBuildUuid','vRktd','PaeoS','bstack:options','5050PmGiZm','config','kqISh','\x20for\x20','W3CMapping','setFrameworkDetail','3822joURHQ'];a152_0x2e84=function(){return _0x1c9bcf;};return a152_0x2e84();}
1
+ function a152_0x53e9(){const _0x42a522=['env','winstonLogger','CKJlQ','krtgP','PUPPETEER','emfiO','20ieiNjC','6GwLHXM','../bin/utils/constants','convertW3CToJsonWire','configPath','154hHTjoC','./logger','3687570hZRrFy','gHxEx','puppeteer-core','stringify','turboScaleUrl','[PuppeteerHelper]\x20Detected\x20Puppeteer\x20version\x20','getPuppeteerUrl','./w3cMapping','PkVII','lYgeV','jkNSp','ShNMg','\x20flow','puppeteer','196674oAyHIF','SskbH','setBrowserstackConfig','17744vNjEBr','entries','1394015KgXDRn','IEZEt','cliConfig','oQrfq','getInstance','resolve','BROWSERSTACK_PRODUCT_MAP','setFrameworkDetail','ixVrD','isPuppeteerAvailable','debug','TCxOD','getBuildProductMap','7243027ecxzXC','browserstack.buildProductMap','bstack:options','BdYsx','bVxuK','ZkOmN','W3CMapping','882544RpdmsF','[PuppeteerHelper]\x20Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','./testhub/utils','SpWMe','config','getPuppeteerVersion','BROWSERSTACK_PUPPETEER','checkPuppeteerAndBootstrapCli','\x20for\x20','10dClOEn','true','119075NuBQPY','Wfvyt'];a152_0x53e9=function(){return _0x42a522;};return a152_0x53e9();}const a152_0xc8a080=a152_0x3465;(function(_0x6aea24,_0x4f8fc3){const _0x51a219=a152_0x3465,_0x119811=_0x6aea24();while(!![]){try{const _0x52649b=parseInt(_0x51a219(0xd9))/0x1+parseInt(_0x51a219(0xce))/0x2+-parseInt(_0x51a219(0xb5))/0x3*(parseInt(_0x51a219(0xe1))/0x4)+-parseInt(_0x51a219(0xba))/0x5*(parseInt(_0x51a219(0xe2))/0x6)+parseInt(_0x51a219(0xe6))/0x7*(parseInt(_0x51a219(0xb8))/0x8)+-parseInt(_0x51a219(0xa7))/0x9+parseInt(_0x51a219(0xd7))/0xa*(parseInt(_0x51a219(0xc7))/0xb);if(_0x52649b===_0x4f8fc3)break;else _0x119811['push'](_0x119811['shift']());}catch(_0x2bec22){_0x119811['push'](_0x119811['shift']());}}}(a152_0x53e9,0x3d58d));const util=require('util'),helper=require('./helper'),logger=require(a152_0xc8a080(0xa6))[a152_0xc8a080(0xdc)],W3CMapping=require(a152_0xc8a080(0xae))[a152_0xc8a080(0xcd)](),constants=require(a152_0xc8a080(0xe3)),BrowserstackCLI=require('../bin/v2/browserstackCLI'),CLIUtils=require('../bin/v2/cliUtils'),getAPIUtilityMethods=()=>{const _0x4a9172=a152_0xc8a080,_0x40ef36={'ZYwGx':function(_0x1f8faf,_0x37e035){return _0x1f8faf(_0x37e035);},'ixVrD':'../bin/utils/apiUtilityMethods'};return _0x40ef36['ZYwGx'](require,_0x40ef36[_0x4a9172(0xc2)]);},getPuppeteerUrl=_0x1e75ce=>{const _0x2bcf3d=a152_0xc8a080,_0xd162b3={'ZkOmN':function(_0x540c49){return _0x540c49();}};if(_0x1e75ce[_0x2bcf3d(0xab)])return _0x1e75ce[_0x2bcf3d(0xab)];const _0x4b1bce=_0xd162b3[_0x2bcf3d(0xcc)](getAPIUtilityMethods);return _0x4b1bce['getPuppeteerHubUrl']('');},convertW3CToJsonWire=_0x5947cc=>{const _0x4f6e6b=a152_0xc8a080,_0xe63d81={};_0xe63d81['SpWMe']=function(_0x3d6c98,_0x48a94a){return _0x3d6c98||_0x48a94a;},_0xe63d81['oQrfq']=function(_0x602e5c,_0xdf5bdf){return _0x602e5c===_0xdf5bdf;},_0xe63d81[_0x4f6e6b(0xb6)]=_0x4f6e6b(0xc9),_0xe63d81[_0x4f6e6b(0xa8)]=function(_0x159100,_0x120ab3){return _0x159100 in _0x120ab3;};const _0x31da07=_0xe63d81,_0x15abab={};for(const [_0x52e7d3,_0x14a921]of Object[_0x4f6e6b(0xb9)](_0x31da07[_0x4f6e6b(0xd1)](_0x5947cc,{}))){if(_0x31da07[_0x4f6e6b(0xbd)](_0x52e7d3,_0x31da07[_0x4f6e6b(0xb6)]))continue;let _0x2c23f1=![];for(const [_0x9c949e,_0x2922ac]of Object['entries'](W3CMapping)){if(_0x31da07[_0x4f6e6b(0xbd)](_0x52e7d3,_0x2922ac)){_0x15abab[_0x9c949e]=_0x14a921,_0x2c23f1=!![];break;}}!_0x2c23f1&&(_0x15abab[_0x52e7d3]=_0x14a921);}const _0xf00893=_0x5947cc[_0x31da07['SskbH']]||{};for(const [_0x419a73,_0x5a3c59]of Object[_0x4f6e6b(0xb9)](_0xf00893)){let _0x1bb9b6=![];for(const [_0x943d3d,_0xea5bea]of Object[_0x4f6e6b(0xb9)](W3CMapping)){if(_0x31da07[_0x4f6e6b(0xbd)](_0x419a73,_0xea5bea)){_0x15abab[_0x943d3d]=_0x5a3c59,_0x1bb9b6=!![];break;}}!_0x1bb9b6&&!_0x31da07[_0x4f6e6b(0xa8)](_0x419a73,_0x15abab)&&(_0x15abab[_0x419a73]=_0x5a3c59);}return logger[_0x4f6e6b(0xc4)](_0x4f6e6b(0xcf)+JSON[_0x4f6e6b(0xaa)](_0x15abab)),_0x15abab;},generatePuppeteerUrl=(_0x3743da,_0xb8b3f4)=>{const _0x3639d1=a152_0xc8a080,_0x52ff97={'emfiO':function(_0x36d935,_0x31b34e){return _0x36d935(_0x31b34e);},'CKJlQ':function(_0x29b009,_0x3b537d){return _0x29b009(_0x3b537d);},'TCxOD':'browserstack.testhubBuildUuid','jkNSp':_0x3639d1(0xc8),'PkVII':function(_0x3783a2,_0x1625b4){return _0x3783a2+_0x1625b4;},'qzdZI':function(_0x38b83a,_0x268abb){return _0x38b83a(_0x268abb);}},_0x1a0911=_0x52ff97[_0x3639d1(0xe0)](getPuppeteerUrl,_0x3743da),_0x5c3f90=_0x52ff97[_0x3639d1(0xdd)](convertW3CToJsonWire,_0xb8b3f4);return _0x5c3f90[_0x52ff97[_0x3639d1(0xc5)]]=process[_0x3639d1(0xdb)]['BROWSERSTACK_TESTHUB_UUID'],_0x5c3f90[_0x52ff97[_0x3639d1(0xb1)]]=helper[_0x3639d1(0xc6)](),_0x52ff97[_0x3639d1(0xaf)](_0x1a0911,_0x52ff97['qzdZI'](encodeURIComponent,JSON[_0x3639d1(0xaa)](_0x5c3f90)));},isPuppeteerAvailable=()=>{const _0x5d7dcd=a152_0xc8a080,_0x4f8b30={};_0x4f8b30[_0x5d7dcd(0xde)]='puppeteer-core',_0x4f8b30[_0x5d7dcd(0xda)]='puppeteer';const _0x51b380=_0x4f8b30;try{return require['resolve'](_0x51b380[_0x5d7dcd(0xde)]),!![];}catch{try{return require[_0x5d7dcd(0xbf)](_0x51b380[_0x5d7dcd(0xda)]),!![];}catch{return![];}}},getPuppeteerVersion=()=>{const _0x4ed5b7=a152_0xc8a080,_0x1bedeb={};_0x1bedeb[_0x4ed5b7(0xca)]=_0x4ed5b7(0xa9),_0x1bedeb[_0x4ed5b7(0xbb)]=_0x4ed5b7(0xb4);const _0x43e235=_0x1bedeb;return helper['getPackageVersion'](_0x43e235[_0x4ed5b7(0xca)])||helper['getPackageVersion'](_0x43e235['IEZEt']);},checkPuppeteerAndBootstrapCli=async(_0x276433,_0x3789e6,_0x42bfe7)=>{const _0x17630f=a152_0xc8a080,_0x24d1cb={'ShNMg':_0x17630f(0xd8),'lYgeV':function(_0x8e3a86,_0x236f72){return _0x8e3a86(_0x236f72);},'bVxuK':_0x17630f(0xd0)};if(_0x276433){const _0x54a3dc=constants['FRAMEWORKS'][_0x17630f(0xdf)];logger['debug'](_0x17630f(0xac)+_0x276433+_0x17630f(0xd6)+_0x3789e6+_0x17630f(0xb3)),process[_0x17630f(0xdb)][_0x17630f(0xd4)]=_0x24d1cb[_0x17630f(0xb2)],CLIUtils[_0x17630f(0xc1)](_0x3789e6,_0x54a3dc);const {getProductMap:_0x4c6329}=_0x24d1cb[_0x17630f(0xb0)](require,_0x24d1cb[_0x17630f(0xcb)]);process[_0x17630f(0xdb)][_0x17630f(0xc0)]=JSON[_0x17630f(0xaa)](_0x24d1cb[_0x17630f(0xb0)](_0x4c6329,_0x42bfe7[_0x17630f(0xd2)])),BrowserstackCLI[_0x17630f(0xbe)]()[_0x17630f(0xb7)](_0x42bfe7[_0x17630f(0xd2)],_0x42bfe7[_0x17630f(0xe5)],_0x42bfe7[_0x17630f(0xbc)]),await BrowserstackCLI[_0x17630f(0xbe)]()['bootstrap']();}},a152_0x3a50f3={};function a152_0x3465(_0x25a6d5,_0x1e3b60){const _0x53e970=a152_0x53e9();return a152_0x3465=function(_0x346519,_0x13cf1c){_0x346519=_0x346519-0xa6;let _0x70d836=_0x53e970[_0x346519];return _0x70d836;},a152_0x3465(_0x25a6d5,_0x1e3b60);}a152_0x3a50f3[a152_0xc8a080(0xad)]=getPuppeteerUrl,a152_0x3a50f3[a152_0xc8a080(0xe4)]=convertW3CToJsonWire,a152_0x3a50f3['generatePuppeteerUrl']=generatePuppeteerUrl,a152_0x3a50f3[a152_0xc8a080(0xc3)]=isPuppeteerAvailable,a152_0x3a50f3[a152_0xc8a080(0xd3)]=getPuppeteerVersion,a152_0x3a50f3[a152_0xc8a080(0xd5)]=checkPuppeteerAndBootstrapCli,module['exports']=a152_0x3a50f3;
@@ -1 +1 @@
1
- const a153_0x4ae3c3=a153_0x5bad;(function(_0x1c5634,_0x2ee947){const _0x43e86a=a153_0x5bad,_0x2db1a9=_0x1c5634();while(!![]){try{const _0xbedc75=parseInt(_0x43e86a(0x1bf))/0x1+parseInt(_0x43e86a(0x1a7))/0x2*(-parseInt(_0x43e86a(0x1ad))/0x3)+-parseInt(_0x43e86a(0x1b4))/0x4+-parseInt(_0x43e86a(0x1d4))/0x5+-parseInt(_0x43e86a(0x1c3))/0x6*(-parseInt(_0x43e86a(0x1c8))/0x7)+-parseInt(_0x43e86a(0x1af))/0x8+-parseInt(_0x43e86a(0x1d5))/0x9*(-parseInt(_0x43e86a(0x1c4))/0xa);if(_0xbedc75===_0x2ee947)break;else _0x2db1a9['push'](_0x2db1a9['shift']());}catch(_0x2d6a16){_0x2db1a9['push'](_0x2db1a9['shift']());}}}(a153_0x1bf7,0xe68c6));const http=require('http'),https=require(a153_0x4ae3c3(0x1aa)),monkeypatch=require(a153_0x4ae3c3(0x1ba));function a153_0x5bad(_0x523fcb,_0x19ae6e){const _0x1bf769=a153_0x1bf7();return a153_0x5bad=function(_0x5badc9,_0x26c12f){_0x5badc9=_0x5badc9-0x1a7;let _0x28380e=_0x1bf769[_0x5badc9];return _0x28380e;},a153_0x5bad(_0x523fcb,_0x19ae6e);}function spy(_0x48b9ce){const _0x2065a2=a153_0x4ae3c3,_0x479f74={'HKeCk':_0x2065a2(0x1d2),'Xteoa':function(_0x45e61a,_0x30f1a1){return _0x45e61a instanceof _0x30f1a1;},'CeOTG':function(_0x4f7add,_0x30da96){return _0x4f7add===_0x30da96;},'msWbw':_0x2065a2(0x1bc),'ecDCB':function(_0x5c563b,_0x46a265,_0x1a7ec9){return _0x5c563b(_0x46a265,_0x1a7ec9);},'IfeSm':function(_0x336f66,_0x264b6a){return _0x336f66-_0x264b6a;},'LmXSv':function(_0x37bdf9,..._0x18a1dc){return _0x37bdf9(..._0x18a1dc);},'chzYZ':'response','qiaUH':_0x2065a2(0x1c5),'JlTzH':function(_0xbc4204,_0x542b11,_0x13a0f8,_0x66368f){return _0xbc4204(_0x542b11,_0x13a0f8,_0x66368f);},'tZVZK':_0x2065a2(0x1a8),'nAUPD':_0x2065a2(0x1ac),'kHHNq':function(_0x1cadba,_0xc25ffe,_0x2951df,_0x15545b){return _0x1cadba(_0xc25ffe,_0x2951df,_0x15545b);}},_0x2535fe=function(){const _0x4db2d3=_0x2065a2,_0x4489f2={'kjsYx':function(_0xd90a99,_0x3003ba){return _0x479f74['Xteoa'](_0xd90a99,_0x3003ba);},'NzApG':function(_0x59e9a3,_0x5c4fd3){return _0x479f74['CeOTG'](_0x59e9a3,_0x5c4fd3);},'bNLvp':_0x479f74['msWbw'],'bSowk':function(_0x5a2e64,_0x8a71b9,_0x27ef1e){return _0x479f74['ecDCB'](_0x5a2e64,_0x8a71b9,_0x27ef1e);},'ZgojM':function(_0x24b82b,_0x20fcdf){const _0x39a328=a153_0x5bad;return _0x479f74[_0x39a328(0x1ab)](_0x24b82b,_0x20fcdf);},'riBrK':_0x479f74['HKeCk'],'nNatf':function(_0x4b1094,..._0x380f94){const _0x5e91c8=a153_0x5bad;return _0x479f74[_0x5e91c8(0x1c1)](_0x4b1094,..._0x380f94);}},_0x301b71=arguments[0x0],_0x5b4a86=Array[_0x4db2d3(0x1b0)][_0x4db2d3(0x1b9)][_0x4db2d3(0x1b7)](arguments,0x1),_0x490af6=_0x301b71[_0x4db2d3(0x1c2)](this,_0x5b4a86);let _0x4bf0f0=Date[_0x4db2d3(0x1a9)](),_0x3ef78a;const _0x1cad96={};_0x5b4a86[_0x4db2d3(0x1d0)](_0x2db3de=>{const _0x194b4b=_0x4db2d3;if(_0x4489f2[_0x194b4b(0x1b2)](_0x2db3de,URL)){const _0x1e810c={};_0x1e810c['url']=_0x2db3de,Object[_0x194b4b(0x1be)](_0x1cad96,_0x1e810c);}else _0x4489f2[_0x194b4b(0x1bb)](typeof _0x2db3de,_0x4489f2['bNLvp'])&&Object['assign'](_0x1cad96,_0x2db3de);});const _0x4cc430=_0x4110a6=>{const _0x5aa93f=_0x4db2d3,_0x419525={};_0x419525[_0x5aa93f(0x1cc)]=_0x1cad96[_0x5aa93f(0x1cc)]||_0x1cad96[_0x5aa93f(0x1d6)]||_0x1cad96[_0x5aa93f(0x1d3)]&&(_0x1cad96[_0x5aa93f(0x1d3)][_0x5aa93f(0x1cc)]||_0x1cad96[_0x5aa93f(0x1d3)][_0x5aa93f(0x1d6)]),_0x419525['path']=_0x1cad96[_0x5aa93f(0x1cd)]||_0x1cad96[_0x5aa93f(0x1d3)]&&_0x1cad96[_0x5aa93f(0x1d3)]['pathname'],_0x419525[_0x5aa93f(0x1d9)]=_0x1cad96['method'],_0x419525[_0x5aa93f(0x1d7)]=_0x1cad96[_0x5aa93f(0x1d7)],_0x4489f2[_0x5aa93f(0x1b8)](_0x48b9ce,_0x4110a6,_0x419525);};return _0x490af6[_0x4db2d3(0x1c7)](_0x479f74[_0x4db2d3(0x1bd)],_0x4a2da4=>{const _0x3d90c2=_0x4db2d3,_0x25dd28=_0x4489f2['ZgojM'](Date['now'](),_0x4bf0f0),_0x4f2c8f={};_0x4f2c8f[_0x3d90c2(0x1d6)]=_0x1cad96[_0x3d90c2(0x1cc)]||_0x1cad96['hostname']||_0x1cad96[_0x3d90c2(0x1d3)]&&(_0x1cad96[_0x3d90c2(0x1d3)][_0x3d90c2(0x1cc)]||_0x1cad96[_0x3d90c2(0x1d3)][_0x3d90c2(0x1d6)]),_0x4f2c8f['path']=_0x1cad96[_0x3d90c2(0x1cd)]||_0x1cad96[_0x3d90c2(0x1d3)]&&_0x1cad96[_0x3d90c2(0x1d3)][_0x3d90c2(0x1cb)],_0x4f2c8f[_0x3d90c2(0x1d9)]=_0x1cad96[_0x3d90c2(0x1d9)],_0x4f2c8f[_0x3d90c2(0x1d7)]=_0x1cad96['headers'],_0x4f2c8f[_0x3d90c2(0x1ca)]=_0x4a2da4['statusCode'],_0x4f2c8f[_0x3d90c2(0x1ae)]=_0x25dd28,_0x4489f2[_0x3d90c2(0x1b8)](_0x48b9ce,null,_0x4f2c8f),_0x3ef78a['removeListener'](_0x4489f2[_0x3d90c2(0x1c0)],_0x4cc430);}),_0x490af6['on'](_0x479f74[_0x4db2d3(0x1c9)],_0x478f4c=>{const _0x19cdcb=_0x4db2d3;_0x3ef78a=_0x478f4c,_0x478f4c[_0x19cdcb(0x1c7)](_0x479f74[_0x19cdcb(0x1cf)],_0x4cc430);}),_0x479f74[_0x4db2d3(0x1d8)](monkeypatch,_0x490af6,_0x479f74[_0x4db2d3(0x1b6)],(_0x429e10,..._0x1d780b)=>{const _0x1f3e3b=_0x4db2d3;_0x4bf0f0=Date[_0x1f3e3b(0x1a9)](),_0x4489f2[_0x1f3e3b(0x1b5)](_0x429e10,..._0x1d780b);}),_0x490af6;};_0x479f74[_0x2065a2(0x1d8)](monkeypatch,http,_0x479f74[_0x2065a2(0x1ce)],_0x2535fe),_0x479f74[_0x2065a2(0x1d1)](monkeypatch,https,_0x479f74[_0x2065a2(0x1ce)],_0x2535fe);}function restore(){const _0x1af28c=a153_0x4ae3c3;http['request'][_0x1af28c(0x1b3)](),https[_0x1af28c(0x1ac)]['unpatch']();}function a153_0x1bf7(){const _0x454c4b=['slice','monkeypatch','NzApG','object','chzYZ','assign','348836XaTzgM','riBrK','LmXSv','apply','8691198YGLTqg','23825810RtzSBh','socket','spy','once','7CSdXNc','qiaUH','status_code','pathname','host','path','nAUPD','HKeCk','forEach','kHHNq','error','url','7835775uvliPd','9yKllCN','hostname','headers','JlTzH','method','348344kBbBcP','end','now','https','IfeSm','request','12VIFYam','duration_ms','220816yFAZiA','prototype','restore','kjsYx','unpatch','3776716YUkORz','nNatf','tZVZK','call','bSowk'];a153_0x1bf7=function(){return _0x454c4b;};return a153_0x1bf7();}const a153_0x1df79d={};a153_0x1df79d[a153_0x4ae3c3(0x1c6)]=spy,a153_0x1df79d[a153_0x4ae3c3(0x1b1)]=restore,module['exports']=a153_0x1df79d;
1
+ function a153_0x358a(_0x4951e4,_0x16378b){const _0x3f3843=a153_0x3f38();return a153_0x358a=function(_0x358a88,_0x4c6cf9){_0x358a88=_0x358a88-0x134;let _0x2246ae=_0x3f3843[_0x358a88];return _0x2246ae;},a153_0x358a(_0x4951e4,_0x16378b);}function a153_0x3f38(){const _0x3a373c=['duration_ms','now','removeListener','6643976zIgEgK','request','prototype','1270545VtZVkx','https','monkeypatch','url','279IwwUOP','Falga','once','method','headers','ajFCV','error','SYLuJ','exports','620KmsslH','status_code','2878250PuMAMh','rdeEb','UdqCm','apply','hostname','end','http','7659253hfCTch','host','KXeOS','restore','slice','5194640kvwUbP','call','path','KXhyH','MCPTg','MRroB','Rfgrd','3975624ElZRfR','object','assign','spy','bXhNc','Mtdmw','pathname','nESHI'];a153_0x3f38=function(){return _0x3a373c;};return a153_0x3f38();}const a153_0x22e975=a153_0x358a;(function(_0x5f20f7,_0x44967e){const _0x12561a=a153_0x358a,_0x2ff5eb=_0x5f20f7();while(!![]){try{const _0x25d1fc=-parseInt(_0x12561a(0x145))/0x1+parseInt(_0x12561a(0x152))/0x2*(parseInt(_0x12561a(0x149))/0x3)+parseInt(_0x12561a(0x160))/0x4+-parseInt(_0x12561a(0x154))/0x5+-parseInt(_0x12561a(0x137))/0x6+parseInt(_0x12561a(0x15b))/0x7+parseInt(_0x12561a(0x142))/0x8;if(_0x25d1fc===_0x44967e)break;else _0x2ff5eb['push'](_0x2ff5eb['shift']());}catch(_0x59f78c){_0x2ff5eb['push'](_0x2ff5eb['shift']());}}}(a153_0x3f38,0xb57c7));const http=require(a153_0x22e975(0x15a)),https=require(a153_0x22e975(0x146)),monkeypatch=require(a153_0x22e975(0x147));function spy(_0x271ee7){const _0x5c616b=a153_0x22e975,_0x2203bf={'bXhNc':function(_0x555d29,_0x274a18,_0x350dd5){return _0x555d29(_0x274a18,_0x350dd5);},'wgwHF':function(_0x2cc5db,_0x53e6c3){return _0x2cc5db-_0x53e6c3;},'nESHI':_0x5c616b(0x14f),'KXhyH':function(_0x4efa3e,..._0x1be54f){return _0x4efa3e(..._0x1be54f);},'UdqCm':function(_0x5045f9,_0x2fe1b7){return _0x5045f9 instanceof _0x2fe1b7;},'MRroB':function(_0x3d6232,_0x252654){return _0x3d6232===_0x252654;},'Mtdmw':_0x5c616b(0x138),'Falga':'response','MCPTg':'socket','KXeOS':function(_0x3b2bcc,_0x2aed42,_0x3334e9,_0x4571e4){return _0x3b2bcc(_0x2aed42,_0x3334e9,_0x4571e4);},'rdeEb':_0x5c616b(0x159),'SYLuJ':_0x5c616b(0x143)},_0x5f04d5=function(){const _0x134dd6=_0x5c616b,_0x4037b0={'ajFCV':function(_0x5c61eb,_0x21a326){const _0x124028=a153_0x358a;return _0x2203bf[_0x124028(0x156)](_0x5c61eb,_0x21a326);},'Rfgrd':function(_0x1a7f13,_0x5ed15b){const _0x4ce833=a153_0x358a;return _0x2203bf[_0x4ce833(0x135)](_0x1a7f13,_0x5ed15b);},'mbPeH':_0x2203bf[_0x134dd6(0x13c)]},_0x48cbb5=arguments[0x0],_0x54ad0f=Array[_0x134dd6(0x144)][_0x134dd6(0x15f)][_0x134dd6(0x161)](arguments,0x1),_0x358278=_0x48cbb5[_0x134dd6(0x157)](this,_0x54ad0f);let _0x37220c=Date[_0x134dd6(0x140)](),_0x4c9355;const _0x3b26b0={};_0x54ad0f['forEach'](_0x555385=>{const _0x824c49=_0x134dd6;if(_0x4037b0[_0x824c49(0x14e)](_0x555385,URL)){const _0x40f38d={};_0x40f38d[_0x824c49(0x148)]=_0x555385,Object[_0x824c49(0x139)](_0x3b26b0,_0x40f38d);}else _0x4037b0[_0x824c49(0x136)](typeof _0x555385,_0x4037b0['mbPeH'])&&Object['assign'](_0x3b26b0,_0x555385);});const _0x3e8607=_0x154755=>{const _0x350289=_0x134dd6,_0x114cda={};_0x114cda[_0x350289(0x15c)]=_0x3b26b0[_0x350289(0x15c)]||_0x3b26b0[_0x350289(0x158)]||_0x3b26b0[_0x350289(0x148)]&&(_0x3b26b0['url']['host']||_0x3b26b0[_0x350289(0x148)][_0x350289(0x158)]),_0x114cda['path']=_0x3b26b0['path']||_0x3b26b0[_0x350289(0x148)]&&_0x3b26b0[_0x350289(0x148)][_0x350289(0x13d)],_0x114cda['method']=_0x3b26b0[_0x350289(0x14c)],_0x114cda[_0x350289(0x14d)]=_0x3b26b0[_0x350289(0x14d)],_0x2203bf[_0x350289(0x13b)](_0x271ee7,_0x154755,_0x114cda);};return _0x358278[_0x134dd6(0x14b)](_0x2203bf[_0x134dd6(0x14a)],_0x257e53=>{const _0x526f2c=_0x134dd6,_0x560724=_0x2203bf['wgwHF'](Date['now'](),_0x37220c),_0x228c71={};_0x228c71[_0x526f2c(0x158)]=_0x3b26b0[_0x526f2c(0x15c)]||_0x3b26b0[_0x526f2c(0x158)]||_0x3b26b0['url']&&(_0x3b26b0[_0x526f2c(0x148)][_0x526f2c(0x15c)]||_0x3b26b0[_0x526f2c(0x148)][_0x526f2c(0x158)]),_0x228c71[_0x526f2c(0x162)]=_0x3b26b0[_0x526f2c(0x162)]||_0x3b26b0[_0x526f2c(0x148)]&&_0x3b26b0[_0x526f2c(0x148)][_0x526f2c(0x13d)],_0x228c71[_0x526f2c(0x14c)]=_0x3b26b0[_0x526f2c(0x14c)],_0x228c71[_0x526f2c(0x14d)]=_0x3b26b0[_0x526f2c(0x14d)],_0x228c71[_0x526f2c(0x153)]=_0x257e53['statusCode'],_0x228c71[_0x526f2c(0x13f)]=_0x560724,_0x2203bf['bXhNc'](_0x271ee7,null,_0x228c71),_0x4c9355[_0x526f2c(0x141)](_0x2203bf[_0x526f2c(0x13e)],_0x3e8607);}),_0x358278['on'](_0x2203bf[_0x134dd6(0x134)],_0x190ecd=>{const _0x3cf08e=_0x134dd6;_0x4c9355=_0x190ecd,_0x190ecd[_0x3cf08e(0x14b)](_0x2203bf[_0x3cf08e(0x13e)],_0x3e8607);}),_0x2203bf['KXeOS'](monkeypatch,_0x358278,_0x2203bf[_0x134dd6(0x155)],(_0x568467,..._0x5608e0)=>{const _0x5e5350=_0x134dd6;_0x37220c=Date['now'](),_0x2203bf[_0x5e5350(0x163)](_0x568467,..._0x5608e0);}),_0x358278;};_0x2203bf[_0x5c616b(0x15d)](monkeypatch,http,_0x2203bf[_0x5c616b(0x150)],_0x5f04d5),_0x2203bf[_0x5c616b(0x15d)](monkeypatch,https,_0x2203bf['SYLuJ'],_0x5f04d5);}function restore(){const _0x1195ac=a153_0x22e975;http[_0x1195ac(0x143)]['unpatch'](),https[_0x1195ac(0x143)]['unpatch']();}const a153_0xe23702={};a153_0xe23702[a153_0x22e975(0x13a)]=spy,a153_0xe23702[a153_0x22e975(0x15e)]=restore,module[a153_0x22e975(0x151)]=a153_0xe23702;
@@ -1 +1 @@
1
- const a154_0x24f5bd=a154_0x596e;function a154_0x4116(){const _0x539124=['NOsTP','HZeZp','800eNMJiD','./performance/performance-tester','813xfWPCc','904WIIOzO','zDZMu','protocol','rvpyv','keepAlive','https:','zLcUd','agent','hasOwnProperty','gbBfZ','KEEP_ALIVE','52913aThhCO','3572045CwDJnu','35790glutKh','3146310gTbXhd','prototype','vAbcy','IrYOq','sRvZV','Cihrc','Agent','6250RujrFW','globalAgent','./performance/constants','measureWrapper','9567ORbPRB','16791522FocZzV','http','200DInckR','keepAliveMsecs','request'];a154_0x4116=function(){return _0x539124;};return a154_0x4116();}(function(_0x26093b,_0x551007){const _0x13c0b0=a154_0x596e,_0x3ee604=_0x26093b();while(!![]){try{const _0x7ef9ea=parseInt(_0x13c0b0(0x1e0))/0x1*(-parseInt(_0x13c0b0(0x1e1))/0x2)+-parseInt(_0x13c0b0(0x1ca))/0x3*(parseInt(_0x13c0b0(0x1d9))/0x4)+parseInt(_0x13c0b0(0x1ed))/0x5+parseInt(_0x13c0b0(0x1cb))/0x6+-parseInt(_0x13c0b0(0x1ec))/0x7*(parseInt(_0x13c0b0(0x1de))/0x8)+parseInt(_0x13c0b0(0x1d6))/0x9*(-parseInt(_0x13c0b0(0x1d2))/0xa)+parseInt(_0x13c0b0(0x1d7))/0xb;if(_0x7ef9ea===_0x551007)break;else _0x3ee604['push'](_0x3ee604['shift']());}catch(_0x16ed2a){_0x3ee604['push'](_0x3ee604['shift']());}}}(a154_0x4116,0x5d075));function a154_0x596e(_0x5781e1,_0x16390e){const _0x41162d=a154_0x4116();return a154_0x596e=function(_0x596e78,_0x2b769e){_0x596e78=_0x596e78-0x1ca;let _0x1e8a37=_0x41162d[_0x596e78];return _0x1e8a37;},a154_0x596e(_0x5781e1,_0x16390e);}const PerformanceTester=require(a154_0x24f5bd(0x1df)),{AUTOMATE_EVENTS:PerformanceEvents}=require(a154_0x24f5bd(0x1d4));module['exports']=PerformanceTester[a154_0x24f5bd(0x1d5)](PerformanceEvents[a154_0x24f5bd(0x1eb)],function(){const _0x15f99f=a154_0x24f5bd,_0x45c707={'NOsTP':function(_0x4079c7,_0x3c8de9){return _0x4079c7===_0x3c8de9;},'Cihrc':_0x15f99f(0x1e6),'zDZMu':_0x15f99f(0x1e8),'zLcUd':function(_0xc92a78,_0x5d67c9,_0x27778a){return _0xc92a78(_0x5d67c9,_0x27778a);},'sRvZV':function(_0x5580ab,_0x4c9ebc,_0x1a7d0c){return _0x5580ab(_0x4c9ebc,_0x1a7d0c);},'rvpyv':function(_0x459407,_0x11f3af){return _0x459407(_0x11f3af);},'gbBfZ':_0x15f99f(0x1d8),'lUQVn':function(_0x3f3798,_0x195e0e){return _0x3f3798(_0x195e0e);},'HZeZp':'https','vAbcy':function(_0x5c936b,_0x55ae15){return _0x5c936b*_0x55ae15;},'IrYOq':_0x15f99f(0x1e5)},_0x2ebfe2=_0x45c707[_0x15f99f(0x1e4)](require,_0x45c707[_0x15f99f(0x1ea)]),_0x3b8e1d=_0x45c707['lUQVn'](require,_0x45c707[_0x15f99f(0x1dd)]),_0x589e03=_0x45c707[_0x15f99f(0x1cd)](0x1e,0x3e8);if(_0x2ebfe2[_0x15f99f(0x1d3)]&&Object[_0x15f99f(0x1cc)][_0x15f99f(0x1e9)]['call'](_0x2ebfe2[_0x15f99f(0x1d3)],_0x45c707[_0x15f99f(0x1ce)]))_0x2ebfe2['globalAgent'][_0x15f99f(0x1e5)]=!![],_0x3b8e1d[_0x15f99f(0x1d3)][_0x15f99f(0x1e5)]=!![],_0x2ebfe2[_0x15f99f(0x1d3)]['keepAliveMsecs']=_0x589e03,_0x3b8e1d[_0x15f99f(0x1d3)][_0x15f99f(0x1da)]=_0x589e03;else{const _0x489622={};_0x489622[_0x15f99f(0x1e5)]=!![],_0x489622[_0x15f99f(0x1da)]=_0x589e03;const _0x4745f4=new _0x2ebfe2[(_0x15f99f(0x1d1))](_0x489622),_0x27a35e={};_0x27a35e[_0x15f99f(0x1e5)]=!![],_0x27a35e['keepAliveMsecs']=_0x589e03;const _0x4bebe6=new _0x3b8e1d[(_0x15f99f(0x1d1))](_0x27a35e),_0x4033a4=_0x2ebfe2['request'],_0x1d6ede=_0x3b8e1d[_0x15f99f(0x1db)];_0x2ebfe2[_0x15f99f(0x1db)]=function(_0x4c1c40,_0x1f0200){const _0xbbb6f=_0x15f99f;if(_0x45c707[_0xbbb6f(0x1dc)](_0x4c1c40[_0xbbb6f(0x1e3)],_0x45c707[_0xbbb6f(0x1d0)]))return _0x4c1c40[_0x45c707[_0xbbb6f(0x1e2)]]=_0x4bebe6,_0x45c707[_0xbbb6f(0x1e7)](_0x1d6ede,_0x4c1c40,_0x1f0200);return _0x4c1c40[_0x45c707[_0xbbb6f(0x1e2)]]=_0x4745f4,_0x45c707[_0xbbb6f(0x1cf)](_0x4033a4,_0x4c1c40,_0x1f0200);};}});
1
+ const a154_0x296144=a154_0x44ef;(function(_0x25d823,_0x2635d5){const _0x551247=a154_0x44ef,_0x40909f=_0x25d823();while(!![]){try{const _0x268717=-parseInt(_0x551247(0x98))/0x1+-parseInt(_0x551247(0x89))/0x2+parseInt(_0x551247(0x7c))/0x3*(parseInt(_0x551247(0x7d))/0x4)+parseInt(_0x551247(0x84))/0x5*(parseInt(_0x551247(0x91))/0x6)+parseInt(_0x551247(0x90))/0x7+parseInt(_0x551247(0x9d))/0x8*(-parseInt(_0x551247(0x95))/0x9)+parseInt(_0x551247(0x99))/0xa*(parseInt(_0x551247(0x94))/0xb);if(_0x268717===_0x2635d5)break;else _0x40909f['push'](_0x40909f['shift']());}catch(_0x35ebb9){_0x40909f['push'](_0x40909f['shift']());}}}(a154_0x2ae3,0x5623e));function a154_0x2ae3(){const _0x255c4e=['http','JrMbB','protocol','agent','1225cFSYsX','https:','FEAPl','request','globalAgent','642856wxpQDg','measureWrapper','call','UqTIt','./performance/performance-tester','exports','KEEP_ALIVE','354592XcLulZ','9534DxXEWP','prototype','Agent','2112IusPyN','9rvRgct','https','TppXe','370665KVygGo','47480BtIGCI','./performance/constants','keepAliveMsecs','keepAlive','3112288NPKPOt','7269uOUVml','136xjpmNe','KcPjp','hchQa'];a154_0x2ae3=function(){return _0x255c4e;};return a154_0x2ae3();}function a154_0x44ef(_0x4769cc,_0x5b4c14){const _0x2ae323=a154_0x2ae3();return a154_0x44ef=function(_0x44eff9,_0x230986){_0x44eff9=_0x44eff9-0x7c;let _0xee5616=_0x2ae323[_0x44eff9];return _0xee5616;},a154_0x44ef(_0x4769cc,_0x5b4c14);}const PerformanceTester=require(a154_0x296144(0x8d)),{AUTOMATE_EVENTS:PerformanceEvents}=require(a154_0x296144(0x9a));module[a154_0x296144(0x8e)]=PerformanceTester[a154_0x296144(0x8a)](PerformanceEvents[a154_0x296144(0x8f)],function(){const _0x390beb=a154_0x296144,_0x36e1b8={'lpIsF':function(_0xe6ac06,_0x5aaaf8){return _0xe6ac06===_0x5aaaf8;},'TppXe':_0x390beb(0x85),'JrMbB':_0x390beb(0x83),'FEAPl':function(_0x24b1d9,_0x1be934,_0x103886){return _0x24b1d9(_0x1be934,_0x103886);},'KcPjp':function(_0x3af3a0,_0x3901a6){return _0x3af3a0(_0x3901a6);},'UqTIt':_0x390beb(0x80),'JNeJi':_0x390beb(0x96),'hchQa':function(_0x1eeb9a,_0x2ba26e){return _0x1eeb9a*_0x2ba26e;},'dXbQX':_0x390beb(0x9c)},_0x23fa4d=_0x36e1b8[_0x390beb(0x7e)](require,_0x36e1b8[_0x390beb(0x8c)]),_0x5a3270=_0x36e1b8[_0x390beb(0x7e)](require,_0x36e1b8['JNeJi']),_0x151644=_0x36e1b8[_0x390beb(0x7f)](0x1e,0x3e8);if(_0x23fa4d[_0x390beb(0x88)]&&Object[_0x390beb(0x92)]['hasOwnProperty'][_0x390beb(0x8b)](_0x23fa4d[_0x390beb(0x88)],_0x36e1b8['dXbQX']))_0x23fa4d[_0x390beb(0x88)][_0x390beb(0x9c)]=!![],_0x5a3270[_0x390beb(0x88)]['keepAlive']=!![],_0x23fa4d[_0x390beb(0x88)]['keepAliveMsecs']=_0x151644,_0x5a3270['globalAgent']['keepAliveMsecs']=_0x151644;else{const _0x543f5b={};_0x543f5b[_0x390beb(0x9c)]=!![],_0x543f5b[_0x390beb(0x9b)]=_0x151644;const _0x48ae6d=new _0x23fa4d['Agent'](_0x543f5b),_0x3368e1={};_0x3368e1['keepAlive']=!![],_0x3368e1[_0x390beb(0x9b)]=_0x151644;const _0x55e0eb=new _0x5a3270[(_0x390beb(0x93))](_0x3368e1),_0x5206cd=_0x23fa4d['request'],_0x935ff=_0x5a3270[_0x390beb(0x87)];_0x23fa4d['request']=function(_0x3f612e,_0x4ea9af){const _0x53400e=_0x390beb;if(_0x36e1b8['lpIsF'](_0x3f612e[_0x53400e(0x82)],_0x36e1b8[_0x53400e(0x97)]))return _0x3f612e[_0x36e1b8['JrMbB']]=_0x55e0eb,_0x36e1b8[_0x53400e(0x86)](_0x935ff,_0x3f612e,_0x4ea9af);return _0x3f612e[_0x36e1b8[_0x53400e(0x81)]]=_0x48ae6d,_0x36e1b8[_0x53400e(0x86)](_0x5206cd,_0x3f612e,_0x4ea9af);};}});
@@ -1 +1 @@
1
- function a155_0x3cf6(){const _0x5504db=['isArray','TqFqE','10pFnCzO','node_modules','380264pGtvgT','30urspVq','split','81ojLKao','PIodU','DMlrC','ELckZ','IDMKB','128222RQWnlF','nQrpH','2|3|1|4|0','internal/','getFileName','KwpjZ','node:','pickUserFrameFile','78640POMAjO','1801849DGIOGe','1904860vlVRIA','3647699Fkcrdl','3MBegbb','startsWith','379866PKAMyH','tVTBH','exports'];a155_0x3cf6=function(){return _0x5504db;};return a155_0x3cf6();}const a155_0x279aad=a155_0x9e70;(function(_0x486ab7,_0x425cf8){const _0x465a0c=a155_0x9e70,_0x4de494=_0x486ab7();while(!![]){try{const _0x300d9a=-parseInt(_0x465a0c(0xd1))/0x1+parseInt(_0x465a0c(0xe6))/0x2*(parseInt(_0x465a0c(0xd5))/0x3)+parseInt(_0x465a0c(0xd3))/0x4+-parseInt(_0x465a0c(0xdf))/0x5*(parseInt(_0x465a0c(0xd7))/0x6)+parseInt(_0x465a0c(0xd2))/0x7+parseInt(_0x465a0c(0xde))/0x8*(-parseInt(_0x465a0c(0xe1))/0x9)+-parseInt(_0x465a0c(0xdc))/0xa*(-parseInt(_0x465a0c(0xd4))/0xb);if(_0x300d9a===_0x425cf8)break;else _0x4de494['push'](_0x4de494['shift']());}catch(_0x320303){_0x4de494['push'](_0x4de494['shift']());}}}(a155_0x3cf6,0x3b55f));function isInternalFrameFile(_0x899766){const _0xb7002d=a155_0x9e70,_0x385f47={};_0x385f47['ELckZ']=_0xb7002d(0xcb),_0x385f47[_0xb7002d(0xdb)]=_0xb7002d(0xcf),_0x385f47[_0xb7002d(0xce)]=_0xb7002d(0xcc),_0x385f47[_0xb7002d(0xe3)]=_0xb7002d(0xdd),_0x385f47[_0xb7002d(0xe5)]='<anonymous>';const _0x193c4c=_0x385f47,_0x22e43d=_0x193c4c[_0xb7002d(0xe4)][_0xb7002d(0xe0)]('|');let _0x5069ea=0x0;while(!![]){switch(_0x22e43d[_0x5069ea++]){case'0':return![];case'1':if(_0x899766[_0xb7002d(0xd6)](_0x193c4c['TqFqE'])||_0x899766[_0xb7002d(0xd6)](_0x193c4c['KwpjZ']))return!![];continue;case'2':if(!_0x899766)return!![];continue;case'3':if(_0x899766['includes'](_0x193c4c[_0xb7002d(0xe3)]))return!![];continue;case'4':if(_0x899766['includes'](_0x193c4c[_0xb7002d(0xe5)]))return!![];continue;}break;}}function a155_0x9e70(_0x2badd8,_0x42b369){const _0x3cf679=a155_0x3cf6();return a155_0x9e70=function(_0x9e70ad,_0x20276a){_0x9e70ad=_0x9e70ad-0xca;let _0x36892f=_0x3cf679[_0x9e70ad];return _0x36892f;},a155_0x9e70(_0x2badd8,_0x42b369);}function pickUserFrameFile(_0x123324){const _0x42d251=a155_0x9e70,_0x53fc11={'PIodU':function(_0x4380cf,_0x27ab9f){return _0x4380cf!==_0x27ab9f;},'nQrpH':'function','tVTBH':function(_0x575a4b,_0x4f7d8b){return _0x575a4b(_0x4f7d8b);}};if(!Array[_0x42d251(0xda)](_0x123324))return null;for(const _0x2ae12e of _0x123324){if(!_0x2ae12e||_0x53fc11[_0x42d251(0xe2)](typeof _0x2ae12e[_0x42d251(0xcd)],_0x53fc11[_0x42d251(0xca)]))continue;const _0x5eff4e=_0x2ae12e[_0x42d251(0xcd)]();if(!_0x53fc11[_0x42d251(0xd8)](isInternalFrameFile,_0x5eff4e))return _0x5eff4e;}return null;}const a155_0x190ad4={};a155_0x190ad4['isInternalFrameFile']=isInternalFrameFile,a155_0x190ad4[a155_0x279aad(0xd0)]=pickUserFrameFile,module[a155_0x279aad(0xd9)]=a155_0x190ad4;
1
+ function a155_0x4dbc(){const _0x2664f4=['function','117475Eusdqo','internal/','18BaPRtA','1570gyUMFa','1hAflhQ','pickUserFrameFile','9EPiAQp','1|0|4|2|3','eWqiW','isInternalFrameFile','fbPgm','startsWith','QDNhK','includes','2068968iKmXUn','CziUG','iFzCA','jKRKm','<anonymous>','584796rOBHmZ','402022fLxhSI','AMEvx','node_modules','22BrHjPm','split','196744TesexK','exports','733201DIGeVj','getFileName','3285qpEgoA'];a155_0x4dbc=function(){return _0x2664f4;};return a155_0x4dbc();}const a155_0x43f9ee=a155_0x244b;function a155_0x244b(_0x595beb,_0x1c4209){const _0x4dbc48=a155_0x4dbc();return a155_0x244b=function(_0x244b30,_0x13a5ef){_0x244b30=_0x244b30-0x1ed;let _0x2f807a=_0x4dbc48[_0x244b30];return _0x2f807a;},a155_0x244b(_0x595beb,_0x1c4209);}(function(_0x17a98d,_0x27fe87){const _0x1e9140=a155_0x244b,_0x445941=_0x17a98d();while(!![]){try{const _0x4d675b=-parseInt(_0x1e9140(0x200))/0x1*(parseInt(_0x1e9140(0x1f1))/0x2)+parseInt(_0x1e9140(0x202))/0x3*(parseInt(_0x1e9140(0x1f6))/0x4)+parseInt(_0x1e9140(0x1fc))/0x5*(parseInt(_0x1e9140(0x1fe))/0x6)+-parseInt(_0x1e9140(0x1f8))/0x7+parseInt(_0x1e9140(0x20a))/0x8+parseInt(_0x1e9140(0x1fa))/0x9*(parseInt(_0x1e9140(0x1ff))/0xa)+parseInt(_0x1e9140(0x1f4))/0xb*(-parseInt(_0x1e9140(0x1f0))/0xc);if(_0x4d675b===_0x27fe87)break;else _0x445941['push'](_0x445941['shift']());}catch(_0x1a6e64){_0x445941['push'](_0x445941['shift']());}}}(a155_0x4dbc,0x1febd));function isInternalFrameFile(_0x4050fb){const _0x270517=a155_0x244b,_0x36a6c2={};_0x36a6c2['AMEvx']=_0x270517(0x203),_0x36a6c2[_0x270517(0x1ed)]=_0x270517(0x1f3),_0x36a6c2['jKRKm']=_0x270517(0x1ef),_0x36a6c2[_0x270517(0x204)]='node:',_0x36a6c2[_0x270517(0x206)]=_0x270517(0x1fd);const _0x18b97c=_0x36a6c2,_0x5ddf6e=_0x18b97c[_0x270517(0x1f2)][_0x270517(0x1f5)]('|');let _0x2580ef=0x0;while(!![]){switch(_0x5ddf6e[_0x2580ef++]){case'0':if(_0x4050fb[_0x270517(0x209)](_0x18b97c[_0x270517(0x1ed)]))return!![];continue;case'1':if(!_0x4050fb)return!![];continue;case'2':if(_0x4050fb[_0x270517(0x209)](_0x18b97c[_0x270517(0x1ee)]))return!![];continue;case'3':return![];case'4':if(_0x4050fb['startsWith'](_0x18b97c[_0x270517(0x204)])||_0x4050fb[_0x270517(0x207)](_0x18b97c[_0x270517(0x206)]))return!![];continue;}break;}}function pickUserFrameFile(_0x3022fc){const _0x1391b9=a155_0x244b,_0x14c805={'CziUG':function(_0x52d819,_0x19c369){return _0x52d819!==_0x19c369;},'QDNhK':_0x1391b9(0x1fb),'KdtnA':function(_0x283e49,_0x2984f6){return _0x283e49(_0x2984f6);}};if(!Array['isArray'](_0x3022fc))return null;for(const _0x4873fc of _0x3022fc){if(!_0x4873fc||_0x14c805[_0x1391b9(0x20b)](typeof _0x4873fc[_0x1391b9(0x1f9)],_0x14c805[_0x1391b9(0x208)]))continue;const _0x42b28d=_0x4873fc[_0x1391b9(0x1f9)]();if(!_0x14c805['KdtnA'](isInternalFrameFile,_0x42b28d))return _0x42b28d;}return null;}const a155_0x539d13={};a155_0x539d13[a155_0x43f9ee(0x205)]=isInternalFrameFile,a155_0x539d13[a155_0x43f9ee(0x201)]=pickUserFrameFile,module[a155_0x43f9ee(0x1f7)]=a155_0x539d13;
@@ -1 +1 @@
1
- const a156_0x30fe0c=a156_0x3657;(function(_0x30ad0c,_0x57742d){const _0x3c83f5=a156_0x3657,_0x1c33ae=_0x30ad0c();while(!![]){try{const _0x33f1c2=parseInt(_0x3c83f5(0xed))/0x1*(parseInt(_0x3c83f5(0xda))/0x2)+parseInt(_0x3c83f5(0xf6))/0x3+-parseInt(_0x3c83f5(0xfc))/0x4+parseInt(_0x3c83f5(0xdb))/0x5+parseInt(_0x3c83f5(0xf7))/0x6+-parseInt(_0x3c83f5(0xf8))/0x7*(parseInt(_0x3c83f5(0xe5))/0x8)+-parseInt(_0x3c83f5(0xdc))/0x9;if(_0x33f1c2===_0x57742d)break;else _0x1c33ae['push'](_0x1c33ae['shift']());}catch(_0x22ce43){_0x1c33ae['push'](_0x1c33ae['shift']());}}}(a156_0x404a,0x33c09));function a156_0x3657(_0x503ceb,_0x4e40d5){const _0x404a59=a156_0x404a();return a156_0x3657=function(_0x365726,_0x258031){_0x365726=_0x365726-0xd5;let _0x56701a=_0x404a59[_0x365726];return _0x56701a;},a156_0x3657(_0x503ceb,_0x4e40d5);}const path=require('path'),{logDir}=require(a156_0x30fe0c(0xf0)),a156_0x50efd1={};function a156_0x404a(){const _0x253987=['https://collector-observability-devtestops.bsstag.com','env','PUPPETEER','359517lxGvqS','2005770CnKKoc','189385bmcNrL','exports','prod','api/v1/batch','626692JRaEkL','jest','Playwright','BROWSERSTACK_ENV','assign','pre-prod','CODECEPT_CUCUMBER','codeceptjs','76NULokJ','787065YoUfwt','3612564rjuWzL','api/v1/event','codeceptjs-cucumber','upload-attachments','testcafe','https://collector-observability-preprod.bsstag.com','CODECEPT','newman','cucumber','8DSFKkI','https://collector-observability.browserstack.com','OBSERVABILITY_UPLOAD_API_URL','JASMINE','https://upload-observability-devtestops-ssi.bsstag.com','jasmine','stag','PLAYWRIGHT','4883yXlzgG','staging','api/v1/screenshots','../logger','API_URL','https://upload-observability.browserstack.com'];a156_0x404a=function(){return _0x253987;};return a156_0x404a();}a156_0x50efd1[a156_0x30fe0c(0xec)]=a156_0x30fe0c(0xfe),a156_0x50efd1['MOCHA']='mocha',a156_0x50efd1[a156_0x30fe0c(0xe2)]=a156_0x30fe0c(0xd9),a156_0x50efd1[a156_0x30fe0c(0xd8)]=a156_0x30fe0c(0xde),a156_0x50efd1['JEST']=a156_0x30fe0c(0xfd),a156_0x50efd1['CUCUMBER']=a156_0x30fe0c(0xe4),a156_0x50efd1[a156_0x30fe0c(0xf5)]='puppeteer',a156_0x50efd1['TESTCAFE']=a156_0x30fe0c(0xe0),a156_0x50efd1['NEWMAN']=a156_0x30fe0c(0xe3),a156_0x50efd1[a156_0x30fe0c(0xe8)]=a156_0x30fe0c(0xea),module[a156_0x30fe0c(0xf9)]={'consoleHolder':Object[a156_0x30fe0c(0xd6)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a156_0x30fe0c(0xe6),'OBSERVABILITY_UPLOAD_API_URL':a156_0x30fe0c(0xf2),'EVENT_ENDPOINT':a156_0x30fe0c(0xdd),'BATCH_ENDPOINT':a156_0x30fe0c(0xfb),'SCREENSHOT_ENDPOINT':a156_0x30fe0c(0xef),'UPLOAD_ATTACHMENT_ENDPOINT':a156_0x30fe0c(0xdf),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0xea60,'MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE':0x64*0x400*0x400,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':path['join'](logDir,'.obs_test_details'),'FRAMEWORKS':a156_0x50efd1};const _env=(process[a156_0x30fe0c(0xf4)][a156_0x30fe0c(0xd5)]||a156_0x30fe0c(0xfa))['toLowerCase']();if(_env===a156_0x30fe0c(0xee)||_env===a156_0x30fe0c(0xeb))module['exports'][a156_0x30fe0c(0xf1)]=a156_0x30fe0c(0xf3),module[a156_0x30fe0c(0xf9)][a156_0x30fe0c(0xe7)]=a156_0x30fe0c(0xe9);else(_env==='preprod'||_env===a156_0x30fe0c(0xd7))&&(module['exports'][a156_0x30fe0c(0xf1)]=a156_0x30fe0c(0xe1),module[a156_0x30fe0c(0xf9)][a156_0x30fe0c(0xe7)]='https://upload-observability-preprod.bsstag.com');
1
+ function a156_0x3f10(){const _0x4ce3ff=['10745pDHvLy','https://collector-observability.browserstack.com','codeceptjs','JASMINE','api/v1/batch','API_URL','../logger','1650407sxiYBh','PUPPETEER','staging','Playwright','api/v1/screenshots','8690sEbNZp','https://upload-observability-devtestops-ssi.bsstag.com','CODECEPT','2JXhRRj','918IamTbw','MOCHA','puppeteer','OBSERVABILITY_UPLOAD_API_URL','stag','224427XOXnBp','cucumber','assign','782559qjXLMj','332yzcwLZ','CODECEPT_CUCUMBER','.obs_test_details','BROWSERSTACK_ENV','pre-prod','8UInGDU','133227bdYXwY','NEWMAN','JEST','jasmine','exports','https://collector-observability-preprod.bsstag.com','upload-attachments','jest','1967160DRmWZC','codeceptjs-cucumber','CUCUMBER','api/v1/event','path','TESTCAFE','join','https://collector-observability-devtestops.bsstag.com'];a156_0x3f10=function(){return _0x4ce3ff;};return a156_0x3f10();}const a156_0x24797f=a156_0x1772;(function(_0x218f4f,_0x4f54de){const _0x50606f=a156_0x1772,_0x4da204=_0x218f4f();while(!![]){try{const _0x153564=parseInt(_0x50606f(0x123))/0x1+parseInt(_0x50606f(0x11d))/0x2*(-parseInt(_0x50606f(0x12d))/0x3)+-parseInt(_0x50606f(0x127))/0x4*(-parseInt(_0x50606f(0x11a))/0x5)+-parseInt(_0x50606f(0x11e))/0x6*(parseInt(_0x50606f(0x13d))/0x7)+-parseInt(_0x50606f(0x12c))/0x8*(-parseInt(_0x50606f(0x126))/0x9)+-parseInt(_0x50606f(0x135))/0xa+parseInt(_0x50606f(0x144))/0xb;if(_0x153564===_0x4f54de)break;else _0x4da204['push'](_0x4da204['shift']());}catch(_0x3d53d7){_0x4da204['push'](_0x4da204['shift']());}}}(a156_0x3f10,0x1fa99));function a156_0x1772(_0x656a29,_0x1d109b){const _0x3f101a=a156_0x3f10();return a156_0x1772=function(_0x17726d,_0x316e6d){_0x17726d=_0x17726d-0x117;let _0x48c3c7=_0x3f101a[_0x17726d];return _0x48c3c7;},a156_0x1772(_0x656a29,_0x1d109b);}const path=require(a156_0x24797f(0x139)),{logDir}=require(a156_0x24797f(0x143)),a156_0x52d622={};a156_0x52d622['PLAYWRIGHT']=a156_0x24797f(0x118),a156_0x52d622[a156_0x24797f(0x11f)]='mocha',a156_0x52d622[a156_0x24797f(0x11c)]=a156_0x24797f(0x13f),a156_0x52d622[a156_0x24797f(0x128)]=a156_0x24797f(0x136),a156_0x52d622[a156_0x24797f(0x12f)]=a156_0x24797f(0x134),a156_0x52d622[a156_0x24797f(0x137)]=a156_0x24797f(0x124),a156_0x52d622[a156_0x24797f(0x145)]=a156_0x24797f(0x120),a156_0x52d622[a156_0x24797f(0x13a)]='testcafe',a156_0x52d622[a156_0x24797f(0x12e)]='newman',a156_0x52d622[a156_0x24797f(0x140)]=a156_0x24797f(0x130),module[a156_0x24797f(0x131)]={'consoleHolder':Object[a156_0x24797f(0x125)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a156_0x24797f(0x13e),'OBSERVABILITY_UPLOAD_API_URL':'https://upload-observability.browserstack.com','EVENT_ENDPOINT':a156_0x24797f(0x138),'BATCH_ENDPOINT':a156_0x24797f(0x141),'SCREENSHOT_ENDPOINT':a156_0x24797f(0x119),'UPLOAD_ATTACHMENT_ENDPOINT':a156_0x24797f(0x133),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0xea60,'MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE':0x64*0x400*0x400,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':path[a156_0x24797f(0x13b)](logDir,a156_0x24797f(0x129)),'FRAMEWORKS':a156_0x52d622};const _env=(process['env'][a156_0x24797f(0x12a)]||'prod')['toLowerCase']();if(_env===a156_0x24797f(0x117)||_env===a156_0x24797f(0x122))module['exports'][a156_0x24797f(0x142)]=a156_0x24797f(0x13c),module[a156_0x24797f(0x131)][a156_0x24797f(0x121)]=a156_0x24797f(0x11b);else(_env==='preprod'||_env===a156_0x24797f(0x12b))&&(module['exports'][a156_0x24797f(0x142)]=a156_0x24797f(0x132),module[a156_0x24797f(0x131)][a156_0x24797f(0x121)]='https://upload-observability-preprod.bsstag.com');
@@ -1 +1 @@
1
- const a157_0x1a320b=a157_0x569b;function a157_0x569b(_0x5d7c7e,_0x1b9483){const _0x2c0827=a157_0x2c08();return a157_0x569b=function(_0x569beb,_0x507cdf){_0x569beb=_0x569beb-0x131;let _0x4e72f0=_0x2c0827[_0x569beb];return _0x4e72f0;},a157_0x569b(_0x5d7c7e,_0x1b9483);}function a157_0x2c08(){const _0x4bc982=['username','exports','[Crash_Report_Upload]\x20Success\x20response:\x20','frameworkDetails',',\x20Argument\x20-\x20','true','constructor','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','application/json','stack','frameworkName','cdHOE','17474611TiaMpJ','189vMEiXe','defineProperty','depth','SEHrr','forEach','BS_TESTOPS_BUILD_HASHED_ID','2BUReNA','18970BFFcFE','1947567GCJSdP','Started\x20::\x20','USER_CONFIG_FOR_REPORTING','getConfig','136630vCEIks','format','env','watZH','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','LFPMu','o11yErrorHandler','toLowerCase','7912FPgyrf','YnluW','toString','o11yClassErrorHandler','frameworkVersion','Finished\x20::\x20','parse','CREDENTIALS_FOR_CRASH_REPORTING','IWRmV','1152203lWJVJY','qyVNO','CrashReporter','.\x20Error\x20-\x20','user','8Jlicbd','credentials','password','setCredentials','BROWSERSTACK_O11Y_PERF_MEASUREMENT','filterPII','qJuAf','emmRk','X-BSTACK-TESTOPS','XBLyi','847qfbGCB','userConfig','WPQlg','getPerformance','qINVG','cRxUl','length','WEynI','pid','24XjGkGw','initialize','moSQC','DpkJj','Content-Type','keys','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','xSukn','Error\x20in\x20executing\x20','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','.\x20Args\x20-\x20','../performance/performance-tester','headers','\x20--\x20','util','HdaBA','QvWpk','SEdpP','captureError','auth','getOwnPropertyNames','getCredentials','then','gCuvs','function','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','setAllDetails','stringify','ntItp','timerify','getFramework','../helper','AFrhS','apply','861407BSzpbF','accessKey','includes','recursivelyDeletePIIKeysFromObject','call','PgSRy','POST',',\x20PID\x20-\x20','catch','setConfigDetails','456jFNoOH','uploadCrashReport','HtImH','./utils','RoDEf'];a157_0x2c08=function(){return _0x4bc982;};return a157_0x2c08();}(function(_0x4c496f,_0x83e8b9){const _0x501930=a157_0x569b,_0xce8044=_0x4c496f();while(!![]){try{const _0x1aa09f=parseInt(_0x501930(0x15a))/0x1*(parseInt(_0x501930(0x17c))/0x2)+parseInt(_0x501930(0x17e))/0x3*(-parseInt(_0x501930(0x198))/0x4)+parseInt(_0x501930(0x17d))/0x5*(-parseInt(_0x501930(0x164))/0x6)+parseInt(_0x501930(0x1a2))/0x7*(parseInt(_0x501930(0x18a))/0x8)+-parseInt(_0x501930(0x176))/0x9*(parseInt(_0x501930(0x182))/0xa)+parseInt(_0x501930(0x175))/0xb+-parseInt(_0x501930(0x138))/0xc*(-parseInt(_0x501930(0x193))/0xd);if(_0x1aa09f===_0x83e8b9)break;else _0xce8044['push'](_0xce8044['shift']());}catch(_0x31076c){_0xce8044['push'](_0xce8044['shift']());}}}(a157_0x2c08,0xd534e));const util=require(a157_0x1a320b(0x146)),PerformanceTester=require(a157_0x1a320b(0x143)),{trace,debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a157_0x1a320b(0x167)),{getAgentVersion,nestedKeyValue}=require(a157_0x1a320b(0x157)),o11yErrorHandler=(_0x26ad38,_0x3e2b69='',_0x311572=[''],_0x59896f=![])=>{const _0x5b4c08={'WPQlg':function(_0x421ae6,_0x4bd9b6){return _0x421ae6(_0x4bd9b6);},'qyVNO':function(_0x44e9f3,_0x144cba,_0x2eb850){return _0x44e9f3(_0x144cba,_0x2eb850);},'xSukn':function(_0x2689a6,_0x149611){return _0x2689a6(_0x149611);},'IWRmV':function(_0x1fe5a5,_0x27feb1){return _0x1fe5a5 instanceof _0x27feb1;},'emmRk':function(_0x38f119,_0x474ec9,_0x3a10c7,_0x3b21e9,_0x37fa2d){return _0x38f119(_0x474ec9,_0x3a10c7,_0x3b21e9,_0x37fa2d);}};return function(..._0x1e2ef7){const _0xaf77cd=a157_0x569b;try{let _0x3aaf83=_0x26ad38;process[_0xaf77cd(0x184)][_0xaf77cd(0x19c)]&&(_0x3aaf83=PerformanceTester[_0xaf77cd(0x132)]()[_0xaf77cd(0x155)](_0x3aaf83));_0x59896f&&_0x5b4c08[_0xaf77cd(0x131)](trace,_0xaf77cd(0x17f)+_0x3e2b69+',\x20PID\x20-\x20'+process[_0xaf77cd(0x137)]+',\x20Argument\x20-\x20'+_0x5b4c08[_0xaf77cd(0x194)](nestedKeyValue,arguments[0x0],_0x311572));const _0x26c904=_0x3aaf83[_0xaf77cd(0x159)](null,arguments);_0x59896f&&_0x5b4c08[_0xaf77cd(0x13f)](trace,_0xaf77cd(0x18f)+_0x3e2b69+_0xaf77cd(0x161)+process[_0xaf77cd(0x137)]+_0xaf77cd(0x16d)+_0x5b4c08[_0xaf77cd(0x194)](nestedKeyValue,arguments[0x0],_0x311572));if(_0x5b4c08[_0xaf77cd(0x192)](_0x26c904,Promise))return _0x26c904['catch'](_0x201b34=>processError(_0x201b34,_0x26ad38,_0x1e2ef7,_0x3e2b69));return _0x26c904;}catch(_0xc47e5f){_0x5b4c08[_0xaf77cd(0x19f)](processError,_0xc47e5f,_0x26ad38,_0x1e2ef7,_0x3e2b69);}};},o11yClassErrorHandler=(_0x453b8b,_0x29e4fe,_0x14b12d='')=>{const _0x4337cf=a157_0x1a320b,_0x4ce27b={'sYKHN':function(_0x341b53,_0x3df2c5){return _0x341b53 instanceof _0x3df2c5;},'YnluW':function(_0x26c66f,_0x4dd494,_0x405d4c,_0x11cfd1,_0x22eed3){return _0x26c66f(_0x4dd494,_0x405d4c,_0x11cfd1,_0x22eed3);},'AFrhS':function(_0x39c481,_0x2122e5){return _0x39c481===_0x2122e5;},'qJuAf':_0x4337cf(0x150),'PSnzP':function(_0x2dbd31,_0x2c311c){return _0x2dbd31!==_0x2c311c;},'HtImH':_0x4337cf(0x16f),'qINVG':function(_0x26accb,_0x3ef213){return _0x26accb<_0x3ef213;}},_0x5a09b2=_0x453b8b['prototype'];if(_0x4ce27b[_0x4337cf(0x133)](Object[_0x4337cf(0x14c)](_0x5a09b2)[_0x4337cf(0x135)],0x2))return _0x453b8b;return Object[_0x4337cf(0x14c)](_0x5a09b2)[_0x4337cf(0x17a)](_0x402398=>{const _0x43bbaa=_0x4337cf,_0x1106ca={'FYpjG':function(_0x4d99f1,_0x292540){return _0x4ce27b['sYKHN'](_0x4d99f1,_0x292540);},'XBLyi':function(_0x15587,_0x3edd68,_0x320744,_0xd7dbe7,_0x3d3c47){const _0x22f9c0=a157_0x569b;return _0x4ce27b[_0x22f9c0(0x18b)](_0x15587,_0x3edd68,_0x320744,_0xd7dbe7,_0x3d3c47);}};if(!(_0x29e4fe&&_0x29e4fe[_0x43bbaa(0x15c)](_0x402398)))return;const _0x3b24af=_0x5a09b2[_0x402398];_0x4ce27b[_0x43bbaa(0x158)](typeof _0x3b24af,_0x4ce27b[_0x43bbaa(0x19e)])&&_0x4ce27b['PSnzP'](_0x402398,_0x4ce27b[_0x43bbaa(0x166)])&&Object[_0x43bbaa(0x177)](_0x5a09b2,_0x402398,{'writable':!![],'value':function(..._0x565024){const _0x1e4a2d=_0x43bbaa;try{const _0x20f713=(process[_0x1e4a2d(0x184)][_0x1e4a2d(0x19c)]?PerformanceTester['getPerformance']()[_0x1e4a2d(0x155)](_0x3b24af):_0x3b24af)[_0x1e4a2d(0x15e)](this,..._0x565024);if(_0x1106ca['FYpjG'](_0x20f713,Promise))return _0x20f713[_0x1e4a2d(0x162)](_0x1ee043=>processError(_0x1ee043,_0x3b24af,_0x565024,_0x14b12d));return _0x20f713;}catch(_0x3be1b8){_0x1106ca[_0x1e4a2d(0x1a1)](processError,_0x3be1b8,_0x3b24af,_0x565024,_0x14b12d);}}});}),_0x453b8b;};function processError(_0x22df5e,_0x108a8c,_0x328cad,_0x5054f2){const _0x46a32b=a157_0x1a320b,_0x479c98={'spiyx':function(_0x2c5e86,_0x26b813){return _0x2c5e86(_0x26b813);}};_0x479c98['spiyx'](debug,'Error\x20in\x20executing\x20'+_0x108a8c['name']+_0x46a32b(0x145)+_0x5054f2+_0x46a32b(0x196)+util[_0x46a32b(0x183)](_0x22df5e)+_0x46a32b(0x142)+_0x328cad+'.'),PerformanceTester[_0x46a32b(0x14a)](_0x22df5e);let _0x264cf0;try{_0x264cf0=JSON['stringify'](_0x328cad);}catch(_0xfd18fc){const _0xcd601={};_0xcd601[_0x46a32b(0x178)]=0x2,_0x264cf0=util['inspect'](_0x328cad,_0xcd601);}CrashReporter[_0x46a32b(0x165)](_0x46a32b(0x140)+_0x108a8c['name']+_0x46a32b(0x145)+_0x5054f2+'.\x20Error\x20-\x20'+_0x22df5e+_0x46a32b(0x142)+_0x264cf0+'.',_0x22df5e&&_0x22df5e[_0x46a32b(0x172)]);}class CrashReporter{static [a157_0x1a320b(0x1a3)]={};static [a157_0x1a320b(0x199)];static [a157_0x1a320b(0x16c)]={};static[a157_0x1a320b(0x139)](_0x5256ee,_0x544220,_0x5f19a1=null){const _0x37a22a=a157_0x1a320b,_0x5d8ad7={'DpkJj':function(_0x1e565b,_0x4ea7d9){return _0x1e565b(_0x4ea7d9);},'HdaBA':function(_0x55e18f,_0x2fbc0a){return _0x55e18f(_0x2fbc0a);}},_0x165d09=_0x5256ee['frameworkName'],_0x47947c=_0x5256ee[_0x37a22a(0x18e)];!_0x5f19a1&&(_0x5f19a1=_0x5d8ad7[_0x37a22a(0x13b)](getBrowserStackConfig,_0x165d09));!_0x47947c&&_0x5d8ad7[_0x37a22a(0x147)](getFrameworkVersion,_0x165d09);const _0x407699={};_0x407699[_0x37a22a(0x173)]=_0x165d09,_0x407699['frameworkVersion']=_0x47947c,this[_0x37a22a(0x152)](_0x407699,_0x544220,_0x5d8ad7['HdaBA'](getUserCredentials,_0x5f19a1));}static[a157_0x1a320b(0x19b)](_0x313208,_0x3c2286){const _0x11e5d9=a157_0x1a320b,_0x1ddffe={};_0x1ddffe[_0x11e5d9(0x169)]=_0x313208,_0x1ddffe[_0x11e5d9(0x15b)]=_0x3c2286,this[_0x11e5d9(0x199)]=_0x1ddffe,process['env'][_0x11e5d9(0x191)]=JSON[_0x11e5d9(0x153)](this[_0x11e5d9(0x199)]);}static[a157_0x1a320b(0x14d)](){const _0x5cb36d=a157_0x1a320b,_0x1fc55d={'ntItp':function(_0x796185,_0x3b796f){return _0x796185(_0x3b796f);}};if(!this[_0x5cb36d(0x199)]&&process[_0x5cb36d(0x184)]['CREDENTIALS_FOR_CRASH_REPORTING'])try{this['credentials']=JSON['parse'](process['env'][_0x5cb36d(0x191)]);}catch(_0xa47b27){_0x1fc55d[_0x5cb36d(0x154)](debug,_0x5cb36d(0x170)+_0xa47b27['toString']());}return this[_0x5cb36d(0x199)];}static[a157_0x1a320b(0x163)](_0x54d021){const _0x311dd5=a157_0x1a320b;this['userConfig']=this[_0x311dd5(0x19d)](_0x54d021),process[_0x311dd5(0x184)]['USER_CONFIG_FOR_REPORTING']=JSON['stringify'](this[_0x311dd5(0x1a3)]);}static['getConfig'](){const _0x4be036=a157_0x1a320b,_0x377384={'zCEnu':function(_0x4b8a56,_0x5bc8c7){return _0x4b8a56===_0x5bc8c7;},'cdHOE':function(_0x5a925c,_0x1b2082){return _0x5a925c(_0x1b2082);}};if(_0x377384['zCEnu'](Object[_0x4be036(0x13d)](this['userConfig'])[_0x4be036(0x135)],0x0)&&process[_0x4be036(0x184)][_0x4be036(0x180)])try{this['userConfig']=JSON[_0x4be036(0x190)](process['env'][_0x4be036(0x180)]);}catch(_0x379b5a){_0x377384[_0x4be036(0x174)](debug,_0x4be036(0x13e)+_0x379b5a[_0x4be036(0x18c)]()),this[_0x4be036(0x1a3)]={};}return this[_0x4be036(0x1a3)];}static['setFrameworkDetails'](_0x207591){const _0x22f349=a157_0x1a320b;this['frameworkDetails']=_0x207591,process[_0x22f349(0x184)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']=JSON['stringify'](this['frameworkDetails']);}static[a157_0x1a320b(0x156)](){const _0x64569b=a157_0x1a320b,_0xb5b7f7={'PgSRy':function(_0x3369cb,_0x199afb){return _0x3369cb===_0x199afb;},'WEynI':function(_0x332860,_0x5ba313){return _0x332860(_0x5ba313);}};if(_0xb5b7f7[_0x64569b(0x15f)](Object['keys'](this[_0x64569b(0x16c)])[_0x64569b(0x135)],0x0)&&process[_0x64569b(0x184)][_0x64569b(0x186)])try{this[_0x64569b(0x16c)]=JSON[_0x64569b(0x190)](process[_0x64569b(0x184)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']);}catch(_0xc72876){_0xb5b7f7[_0x64569b(0x136)](debug,_0x64569b(0x170)+_0xc72876['toString']());}return this[_0x64569b(0x16c)];}static['setAllDetails'](_0x3a2941,_0x3a3bb5,_0x47d309){const _0x54c78b=a157_0x1a320b;_0x3a2941&&this['setFrameworkDetails'](_0x3a2941),_0x3a3bb5&&this[_0x54c78b(0x163)](_0x3a3bb5),_0x47d309&&this[_0x54c78b(0x19b)](_0x47d309[_0x54c78b(0x169)],_0x47d309[_0x54c78b(0x15b)]);}static async[a157_0x1a320b(0x165)](_0x1c9d28,_0x50b38e){const _0x2e78c0=a157_0x1a320b,_0x27ea88={'cRxUl':function(_0x32f120,_0x477baf){return _0x32f120(_0x477baf);},'buXmF':_0x2e78c0(0x141),'watZH':function(_0x3b5f58){return _0x3b5f58();},'fdzbY':'/api/v1/analytics','RoDEf':_0x2e78c0(0x171),'lxETc':_0x2e78c0(0x16e),'tcCJB':function(_0x422380,_0x3133d6,_0x4ce3ad,_0x1cd86c,_0x6647d2,_0x529715){return _0x422380(_0x3133d6,_0x4ce3ad,_0x1cd86c,_0x6647d2,_0x529715);},'SEdpP':_0x2e78c0(0x160)};this[_0x2e78c0(0x14d)]();if(!this[_0x2e78c0(0x199)])return _0x27ea88[_0x2e78c0(0x134)](debug,_0x27ea88['buXmF']);this[_0x2e78c0(0x181)](),this[_0x2e78c0(0x156)]();const _0x14d702={'hashed_id':process['env'][_0x2e78c0(0x17b)],'observability_version':{'sdkVersion':_0x27ea88[_0x2e78c0(0x185)](getAgentVersion),'frameworkName':this[_0x2e78c0(0x16c)][_0x2e78c0(0x173)],'frameworkVersion':this[_0x2e78c0(0x16c)]['frameworkVersion']},'exception':{'error':_0x1c9d28[_0x2e78c0(0x18c)](),'stackTrace':_0x50b38e},'config':this[_0x2e78c0(0x1a3)]},_0x41fac7=_0x27ea88['fdzbY'],_0x5da2b9={};_0x5da2b9[_0x2e78c0(0x169)]=this[_0x2e78c0(0x199)][_0x2e78c0(0x169)],_0x5da2b9[_0x2e78c0(0x19a)]=this[_0x2e78c0(0x199)][_0x2e78c0(0x15b)];const _0x36bcee={};_0x36bcee[_0x2e78c0(0x13c)]=_0x27ea88[_0x2e78c0(0x168)],_0x36bcee[_0x2e78c0(0x1a0)]=_0x27ea88['lxETc'];const _0x297752={};_0x297752[_0x2e78c0(0x14b)]=_0x5da2b9,_0x297752[_0x2e78c0(0x144)]=_0x36bcee;const _0xcf3ccd=_0x297752;_0x27ea88['tcCJB'](nodeRequest,_0x27ea88[_0x2e78c0(0x149)],_0x41fac7,_0x14d702,_0xcf3ccd,![])[_0x2e78c0(0x14e)](_0x401da0=>{const _0x2625e8=_0x2e78c0;_0x27ea88['cRxUl'](debug,_0x2625e8(0x16b)+JSON['stringify'](_0x401da0));})[_0x2e78c0(0x162)](_0x30240e=>{const _0x2a83d3=_0x2e78c0;_0x27ea88[_0x2a83d3(0x134)](debug,_0x2a83d3(0x151)+util[_0x2a83d3(0x183)](_0x30240e));});}static[a157_0x1a320b(0x15d)](_0xdd21e7){const _0x55179e=a157_0x1a320b,_0x456cf8={};_0x456cf8['NsbjW']=_0x55179e(0x197),_0x456cf8[_0x55179e(0x179)]=_0x55179e(0x169),_0x456cf8[_0x55179e(0x14f)]='key',_0x456cf8[_0x55179e(0x148)]=_0x55179e(0x15b),_0x456cf8[_0x55179e(0x187)]=_0x55179e(0x19a),_0x456cf8['moSQC']=function(_0x150914,_0x3b8220){return _0x150914===_0x3b8220;},_0x456cf8['TIYXh']='object';const _0x464e26=_0x456cf8;if(!_0xdd21e7)return;const _0x14d2f9=[_0x464e26['NsbjW'],_0x464e26['SEHrr'],_0x464e26[_0x55179e(0x14f)],_0x464e26[_0x55179e(0x148)],_0x464e26[_0x55179e(0x187)]];for(const _0x239e0d in _0xdd21e7){if(_0x14d2f9[_0x55179e(0x15c)](_0x239e0d[_0x55179e(0x189)]()))delete _0xdd21e7[_0x239e0d];else _0x464e26[_0x55179e(0x13a)](typeof _0xdd21e7[_0x239e0d],_0x464e26['TIYXh'])&&this['recursivelyDeletePIIKeysFromObject'](_0xdd21e7[_0x239e0d]);}}static[a157_0x1a320b(0x19d)](_0x1f4f60){const _0x1bd3db=a157_0x1a320b,_0x5a76a6=JSON[_0x1bd3db(0x190)](JSON[_0x1bd3db(0x153)](_0x1f4f60));return this[_0x1bd3db(0x15d)](_0x5a76a6),_0x5a76a6;}}const a157_0x6b3356={};a157_0x6b3356[a157_0x1a320b(0x188)]=o11yErrorHandler,a157_0x6b3356[a157_0x1a320b(0x18d)]=o11yClassErrorHandler,a157_0x6b3356[a157_0x1a320b(0x195)]=CrashReporter,module[a157_0x1a320b(0x16a)]=a157_0x6b3356;
1
+ const a157_0x3e21cc=a157_0x55ab;function a157_0x538d(){const _0x34998f=['getPerformance','frameworkDetails','CREDENTIALS_FOR_CRASH_REPORTING','inspect','IrifB','6168oNeSIV','10yXDIdo','accessKey','2121qGsZYU','catch','XtDyZ','175488BCmMSU','function','hRoHH','3884MzYlpW','USER_CONFIG_FOR_REPORTING','CKftd','EErCX','LkjTd','frameworkVersion','frameworkName','application/json','EbwkE','name','X-BSTACK-TESTOPS','true','199ykPMOS','getConfig','BKdWK','JfLya','depth','password','Started\x20::\x20','CucJR','BS_TESTOPS_BUILD_HASHED_ID','setConfigDetails','KRUpr','./utils','keys','includes','hOlyR','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','AUKCB','/api/v1/analytics','stringify',',\x20Argument\x20-\x20','length','uploadCrashReport','format','HaeOF','gMpVF','parse','../performance/performance-tester','stack','34437887nnuwAq','setAllDetails','847674EhwOAm','\x20--\x20','pBUuO','LQgsK','timerify','GvjIM','biXqN','auth','env','username',',\x20PID\x20-\x20','103926ZhwOkj','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','DOSDm','POST','object','initialize','Content-Type','toLowerCase','pid','credentials','RlGhK','forEach','headers','getOwnPropertyNames','Error\x20in\x20executing\x20','setFrameworkDetails','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','exports','PRWtt','lvpds','nMKvv','key','3049915EcGSZd','pPRYl','BROWSERSTACK_O11Y_PERF_MEASUREMENT','toString','wTMPC','getCredentials','userConfig','o11yErrorHandler','getFramework','CgiOT','user','434mZUWDk','BoDyv','hbqdO','util','recursivelyDeletePIIKeysFromObject','WfQgN','filterPII','WlDGL','tuqrg','QxOwp','CrashReporter','setCredentials'];a157_0x538d=function(){return _0x34998f;};return a157_0x538d();}(function(_0x365378,_0x399d23){const _0x2dfdc2=a157_0x55ab,_0x237824=_0x365378();while(!![]){try{const _0x285d25=parseInt(_0x2dfdc2(0xb5))/0x1*(parseInt(_0x2dfdc2(0x119))/0x2)+parseInt(_0x2dfdc2(0x113))/0x3*(-parseInt(_0x2dfdc2(0x110))/0x4)+-parseInt(_0x2dfdc2(0xf4))/0x5+-parseInt(_0x2dfdc2(0xde))/0x6*(parseInt(_0x2dfdc2(0xff))/0x7)+-parseInt(_0x2dfdc2(0x116))/0x8+-parseInt(_0x2dfdc2(0xd3))/0x9*(parseInt(_0x2dfdc2(0x111))/0xa)+parseInt(_0x2dfdc2(0xd1))/0xb;if(_0x285d25===_0x399d23)break;else _0x237824['push'](_0x237824['shift']());}catch(_0x3718ad){_0x237824['push'](_0x237824['shift']());}}}(a157_0x538d,0x9911e));function a157_0x55ab(_0x23f145,_0x32210a){const _0x538d95=a157_0x538d();return a157_0x55ab=function(_0x55ab3e,_0x5cf1e4){_0x55ab3e=_0x55ab3e-0xb3;let _0x53d301=_0x538d95[_0x55ab3e];return _0x53d301;},a157_0x55ab(_0x23f145,_0x32210a);}const util=require(a157_0x3e21cc(0x102)),PerformanceTester=require(a157_0x3e21cc(0xcf)),{trace,debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a157_0x3e21cc(0xc0)),{getAgentVersion,nestedKeyValue}=require('../helper'),o11yErrorHandler=(_0x380c56,_0x217fe9='',_0x3c19fc=[''],_0x2c0247=![])=>{const _0x2a3cbe={'XtDyZ':function(_0x31bfa6,_0x1c55cc){return _0x31bfa6(_0x1c55cc);},'WfQgN':function(_0xf9f97,_0x3454d3,_0x10b097){return _0xf9f97(_0x3454d3,_0x10b097);},'RlGhK':function(_0x27f527,_0x80869f){return _0x27f527(_0x80869f);},'WlDGL':function(_0xa8a140,_0x110e19,_0x707904){return _0xa8a140(_0x110e19,_0x707904);},'HaeOF':function(_0x26d531,_0x397a81){return _0x26d531 instanceof _0x397a81;},'Ephej':function(_0x1b6184,_0x431c5e,_0x57df77,_0x364b85,_0x4406bc){return _0x1b6184(_0x431c5e,_0x57df77,_0x364b85,_0x4406bc);}};return function(..._0x94c5e8){const _0x109e2e=a157_0x55ab;try{let _0x55d25a=_0x380c56;process['env'][_0x109e2e(0xf6)]&&(_0x55d25a=PerformanceTester[_0x109e2e(0x10b)]()[_0x109e2e(0xd7)](_0x55d25a));_0x2c0247&&_0x2a3cbe[_0x109e2e(0x115)](trace,_0x109e2e(0xbb)+_0x217fe9+_0x109e2e(0xdd)+process[_0x109e2e(0xe6)]+_0x109e2e(0xc8)+_0x2a3cbe[_0x109e2e(0x104)](nestedKeyValue,arguments[0x0],_0x3c19fc));const _0x26cc4e=_0x55d25a['apply'](null,arguments);_0x2c0247&&_0x2a3cbe[_0x109e2e(0xe8)](trace,'Finished\x20::\x20'+_0x217fe9+_0x109e2e(0xdd)+process[_0x109e2e(0xe6)]+',\x20Argument\x20-\x20'+_0x2a3cbe[_0x109e2e(0x106)](nestedKeyValue,arguments[0x0],_0x3c19fc));if(_0x2a3cbe[_0x109e2e(0xcc)](_0x26cc4e,Promise))return _0x26cc4e[_0x109e2e(0x114)](_0x42f108=>processError(_0x42f108,_0x380c56,_0x94c5e8,_0x217fe9));return _0x26cc4e;}catch(_0x4edc02){_0x2a3cbe['Ephej'](processError,_0x4edc02,_0x380c56,_0x94c5e8,_0x217fe9);}};},o11yClassErrorHandler=(_0xe21e25,_0x518f0e,_0x1a4b1c='')=>{const _0x515888=a157_0x3e21cc,_0xd1c738={'ejSgS':function(_0x513448,_0x4c8057){return _0x513448 instanceof _0x4c8057;},'XhWUS':function(_0xbed9ef,_0x3bab19,_0xfc818,_0x2adc00,_0x2ef775){return _0xbed9ef(_0x3bab19,_0xfc818,_0x2adc00,_0x2ef775);},'pPRYl':function(_0x2a108a,_0xff86e3){return _0x2a108a===_0xff86e3;},'RTEOl':_0x515888(0x117),'PRWtt':function(_0x57c9ba,_0x578083){return _0x57c9ba!==_0x578083;},'wTMPC':'constructor','hRoHH':function(_0x17c426,_0x592080){return _0x17c426<_0x592080;}},_0x38dfae=_0xe21e25['prototype'];if(_0xd1c738[_0x515888(0x118)](Object[_0x515888(0xeb)](_0x38dfae)['length'],0x2))return _0xe21e25;return Object['getOwnPropertyNames'](_0x38dfae)[_0x515888(0xe9)](_0x42d9e5=>{const _0x59c6b9=_0x515888,_0x3819a5={'lvpds':function(_0x546251,_0x537a25){return _0xd1c738['ejSgS'](_0x546251,_0x537a25);},'JfLya':function(_0x4b242f,_0x132aec,_0x43f481,_0x39e151,_0x1b991d){return _0xd1c738['XhWUS'](_0x4b242f,_0x132aec,_0x43f481,_0x39e151,_0x1b991d);}};if(!(_0x518f0e&&_0x518f0e['includes'](_0x42d9e5)))return;const _0x68a197=_0x38dfae[_0x42d9e5];_0xd1c738[_0x59c6b9(0xf5)](typeof _0x68a197,_0xd1c738['RTEOl'])&&_0xd1c738[_0x59c6b9(0xf0)](_0x42d9e5,_0xd1c738[_0x59c6b9(0xf8)])&&Object['defineProperty'](_0x38dfae,_0x42d9e5,{'writable':!![],'value':function(..._0x3424f9){const _0x481c27=_0x59c6b9;try{const _0x136acd=(process[_0x481c27(0xdb)][_0x481c27(0xf6)]?PerformanceTester[_0x481c27(0x10b)]()['timerify'](_0x68a197):_0x68a197)['call'](this,..._0x3424f9);if(_0x3819a5[_0x481c27(0xf1)](_0x136acd,Promise))return _0x136acd[_0x481c27(0x114)](_0xbe735c=>processError(_0xbe735c,_0x68a197,_0x3424f9,_0x1a4b1c));return _0x136acd;}catch(_0x42b9f7){_0x3819a5[_0x481c27(0xb8)](processError,_0x42b9f7,_0x68a197,_0x3424f9,_0x1a4b1c);}}});}),_0xe21e25;};function processError(_0x17a52c,_0x6a9355,_0x4139a8,_0x688b13){const _0x36253c=a157_0x3e21cc,_0x221ac9={'gMpVF':function(_0x229129,_0x49640c){return _0x229129(_0x49640c);}};_0x221ac9[_0x36253c(0xcd)](debug,'Error\x20in\x20executing\x20'+_0x6a9355[_0x36253c(0x122)]+_0x36253c(0xd4)+_0x688b13+'.\x20Error\x20-\x20'+util[_0x36253c(0xcb)](_0x17a52c)+'.\x20Args\x20-\x20'+_0x4139a8+'.'),PerformanceTester['captureError'](_0x17a52c);let _0x411314;try{_0x411314=JSON[_0x36253c(0xc7)](_0x4139a8);}catch(_0x2757cc){const _0x9c5be4={};_0x9c5be4[_0x36253c(0xb9)]=0x2,_0x411314=util[_0x36253c(0x10e)](_0x4139a8,_0x9c5be4);}CrashReporter[_0x36253c(0xca)](_0x36253c(0xec)+_0x6a9355[_0x36253c(0x122)]+_0x36253c(0xd4)+_0x688b13+'.\x20Error\x20-\x20'+_0x17a52c+'.\x20Args\x20-\x20'+_0x411314+'.',_0x17a52c&&_0x17a52c[_0x36253c(0xd0)]);}class CrashReporter{static [a157_0x3e21cc(0xfa)]={};static ['credentials'];static [a157_0x3e21cc(0x10c)]={};static[a157_0x3e21cc(0xe3)](_0x48bf72,_0x2335c2,_0x4a6753=null){const _0x1d9600=a157_0x3e21cc,_0x48c4b1={'biXqN':function(_0x28f085,_0x292104){return _0x28f085(_0x292104);},'hbqdO':function(_0x3a8284,_0x1d17e2){return _0x3a8284(_0x1d17e2);}},_0x23c7b3=_0x48bf72[_0x1d9600(0x11f)],_0x2b7243=_0x48bf72['frameworkVersion'];!_0x4a6753&&(_0x4a6753=_0x48c4b1['biXqN'](getBrowserStackConfig,_0x23c7b3));!_0x2b7243&&_0x48c4b1[_0x1d9600(0xd9)](getFrameworkVersion,_0x23c7b3);const _0x5e687d={};_0x5e687d[_0x1d9600(0x11f)]=_0x23c7b3,_0x5e687d[_0x1d9600(0x11e)]=_0x2b7243,this[_0x1d9600(0xd2)](_0x5e687d,_0x2335c2,_0x48c4b1[_0x1d9600(0x101)](getUserCredentials,_0x4a6753));}static[a157_0x3e21cc(0x10a)](_0x4439d5,_0x49e76e){const _0xc036c4=a157_0x3e21cc,_0x59bb66={};_0x59bb66[_0xc036c4(0xdc)]=_0x4439d5,_0x59bb66[_0xc036c4(0x112)]=_0x49e76e,this[_0xc036c4(0xe7)]=_0x59bb66,process[_0xc036c4(0xdb)][_0xc036c4(0x10d)]=JSON[_0xc036c4(0xc7)](this[_0xc036c4(0xe7)]);}static[a157_0x3e21cc(0xf9)](){const _0x3ee05a=a157_0x3e21cc,_0x1ae2f2={'KRUpr':function(_0x4d6f43,_0x50763e){return _0x4d6f43(_0x50763e);}};if(!this[_0x3ee05a(0xe7)]&&process[_0x3ee05a(0xdb)]['CREDENTIALS_FOR_CRASH_REPORTING'])try{this[_0x3ee05a(0xe7)]=JSON['parse'](process[_0x3ee05a(0xdb)]['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x5e66c3){_0x1ae2f2[_0x3ee05a(0xbf)](debug,_0x3ee05a(0xc4)+_0x5e66c3['toString']());}return this[_0x3ee05a(0xe7)];}static[a157_0x3e21cc(0xbe)](_0x5d0567){const _0x4eb318=a157_0x3e21cc;this[_0x4eb318(0xfa)]=this[_0x4eb318(0x105)](_0x5d0567),process['env']['USER_CONFIG_FOR_REPORTING']=JSON['stringify'](this[_0x4eb318(0xfa)]);}static[a157_0x3e21cc(0xb6)](){const _0x3176ec=a157_0x3e21cc,_0x52b504={'BoDyv':function(_0x1b6062,_0x2d74dc){return _0x1b6062===_0x2d74dc;},'CKftd':function(_0x18330e,_0x22bbd5){return _0x18330e(_0x22bbd5);}};if(_0x52b504[_0x3176ec(0x100)](Object[_0x3176ec(0xc1)](this[_0x3176ec(0xfa)])['length'],0x0)&&process[_0x3176ec(0xdb)]['USER_CONFIG_FOR_REPORTING'])try{this[_0x3176ec(0xfa)]=JSON[_0x3176ec(0xce)](process[_0x3176ec(0xdb)][_0x3176ec(0x11a)]);}catch(_0x3bf5db){_0x52b504[_0x3176ec(0x11b)](debug,_0x3176ec(0xee)+_0x3bf5db['toString']()),this[_0x3176ec(0xfa)]={};}return this['userConfig'];}static['setFrameworkDetails'](_0x326250){const _0x424b4e=a157_0x3e21cc;this[_0x424b4e(0x10c)]=_0x326250,process[_0x424b4e(0xdb)][_0x424b4e(0xdf)]=JSON[_0x424b4e(0xc7)](this[_0x424b4e(0x10c)]);}static[a157_0x3e21cc(0xfc)](){const _0x36f189=a157_0x3e21cc,_0x42c3d4={'QxOwp':function(_0x52950a,_0x40a221){return _0x52950a===_0x40a221;},'gUyQb':function(_0x568932,_0x2626d3){return _0x568932(_0x2626d3);}};if(_0x42c3d4[_0x36f189(0x108)](Object['keys'](this[_0x36f189(0x10c)])[_0x36f189(0xc9)],0x0)&&process[_0x36f189(0xdb)][_0x36f189(0xdf)])try{this[_0x36f189(0x10c)]=JSON['parse'](process[_0x36f189(0xdb)][_0x36f189(0xdf)]);}catch(_0x3edd6c){_0x42c3d4['gUyQb'](debug,_0x36f189(0xc4)+_0x3edd6c[_0x36f189(0xf7)]());}return this[_0x36f189(0x10c)];}static[a157_0x3e21cc(0xd2)](_0x2d7989,_0xf36040,_0x49b253){const _0x27461d=a157_0x3e21cc;_0x2d7989&&this[_0x27461d(0xed)](_0x2d7989),_0xf36040&&this[_0x27461d(0xbe)](_0xf36040),_0x49b253&&this[_0x27461d(0x10a)](_0x49b253[_0x27461d(0xdc)],_0x49b253[_0x27461d(0x112)]);}static async[a157_0x3e21cc(0xca)](_0x2c079a,_0x5903fe){const _0x288747=a157_0x3e21cc,_0x4970e6={'IrifB':function(_0x3ee05c,_0x1fb074){return _0x3ee05c(_0x1fb074);},'CucJR':function(_0x2d99cb,_0x4d6d66){return _0x2d99cb(_0x4d6d66);},'AUKCB':function(_0x15ee98,_0xdb097b){return _0x15ee98(_0xdb097b);},'BKdWK':'[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','DOSDm':function(_0xfad6c5){return _0xfad6c5();},'GvjIM':_0x288747(0xc6),'CgiOT':_0x288747(0x120),'hOlyR':_0x288747(0xb4),'TbHNS':function(_0x575d9d,_0x34d9bc,_0x4bfc58,_0x49fde9,_0x37c5ad,_0x1f6cf6){return _0x575d9d(_0x34d9bc,_0x4bfc58,_0x49fde9,_0x37c5ad,_0x1f6cf6);},'Ajudx':_0x288747(0xe1)};this[_0x288747(0xf9)]();if(!this[_0x288747(0xe7)])return _0x4970e6[_0x288747(0xc5)](debug,_0x4970e6[_0x288747(0xb7)]);this[_0x288747(0xb6)](),this[_0x288747(0xfc)]();const _0x3b8ef8={'hashed_id':process['env'][_0x288747(0xbd)],'observability_version':{'sdkVersion':_0x4970e6[_0x288747(0xe0)](getAgentVersion),'frameworkName':this['frameworkDetails'][_0x288747(0x11f)],'frameworkVersion':this['frameworkDetails'][_0x288747(0x11e)]},'exception':{'error':_0x2c079a['toString'](),'stackTrace':_0x5903fe},'config':this[_0x288747(0xfa)]},_0x41953b=_0x4970e6[_0x288747(0xd8)],_0x513de8={};_0x513de8[_0x288747(0xdc)]=this[_0x288747(0xe7)][_0x288747(0xdc)],_0x513de8[_0x288747(0xba)]=this[_0x288747(0xe7)][_0x288747(0x112)];const _0x4e99a4={};_0x4e99a4[_0x288747(0xe4)]=_0x4970e6[_0x288747(0xfd)],_0x4e99a4[_0x288747(0xb3)]=_0x4970e6[_0x288747(0xc3)];const _0x37c427={};_0x37c427[_0x288747(0xda)]=_0x513de8,_0x37c427[_0x288747(0xea)]=_0x4e99a4;const _0x692e41=_0x37c427;_0x4970e6['TbHNS'](nodeRequest,_0x4970e6['Ajudx'],_0x41953b,_0x3b8ef8,_0x692e41,![])['then'](_0x3cdf7e=>{const _0xa5b335=_0x288747;_0x4970e6[_0xa5b335(0x10f)](debug,'[Crash_Report_Upload]\x20Success\x20response:\x20'+JSON['stringify'](_0x3cdf7e));})['catch'](_0x18dbe2=>{const _0x5e2e53=_0x288747;_0x4970e6[_0x5e2e53(0xbc)](debug,'[Crash_Report_Upload]\x20Failed\x20due\x20to\x20'+util[_0x5e2e53(0xcb)](_0x18dbe2));});}static[a157_0x3e21cc(0x103)](_0x134b49){const _0x5ef2bb=a157_0x3e21cc,_0x198669={};_0x198669['EbwkE']=_0x5ef2bb(0xfe),_0x198669[_0x5ef2bb(0xd6)]=_0x5ef2bb(0xdc),_0x198669[_0x5ef2bb(0x107)]=_0x5ef2bb(0xf3),_0x198669[_0x5ef2bb(0x11c)]=_0x5ef2bb(0x112),_0x198669[_0x5ef2bb(0x11d)]='password',_0x198669[_0x5ef2bb(0xf2)]=function(_0x4d0944,_0x29c78b){return _0x4d0944===_0x29c78b;},_0x198669[_0x5ef2bb(0xd5)]=_0x5ef2bb(0xe2);const _0x26fd6f=_0x198669;if(!_0x134b49)return;const _0x4d77a1=[_0x26fd6f[_0x5ef2bb(0x121)],_0x26fd6f['LQgsK'],_0x26fd6f[_0x5ef2bb(0x107)],_0x26fd6f['EErCX'],_0x26fd6f[_0x5ef2bb(0x11d)]];for(const _0x253da2 in _0x134b49){if(_0x4d77a1[_0x5ef2bb(0xc2)](_0x253da2[_0x5ef2bb(0xe5)]()))delete _0x134b49[_0x253da2];else _0x26fd6f[_0x5ef2bb(0xf2)](typeof _0x134b49[_0x253da2],_0x26fd6f[_0x5ef2bb(0xd5)])&&this[_0x5ef2bb(0x103)](_0x134b49[_0x253da2]);}}static[a157_0x3e21cc(0x105)](_0x379628){const _0x4991b4=a157_0x3e21cc,_0xde73b8=JSON[_0x4991b4(0xce)](JSON[_0x4991b4(0xc7)](_0x379628));return this[_0x4991b4(0x103)](_0xde73b8),_0xde73b8;}}const a157_0xcea24a={};a157_0xcea24a[a157_0x3e21cc(0xfb)]=o11yErrorHandler,a157_0xcea24a['o11yClassErrorHandler']=o11yClassErrorHandler,a157_0xcea24a[a157_0x3e21cc(0x109)]=CrashReporter,module[a157_0x3e21cc(0xef)]=a157_0xcea24a;