browserstack-node-sdk 1.57.2 → 1.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/generated/sdk-messages_pb.d.ts +376 -36
  41. package/generated/sdk-messages_pb.js +2955 -279
  42. package/generated/sdk_grpc_pb.d.ts +5 -0
  43. package/generated/sdk_grpc_pb.js +51 -0
  44. package/package.json +1 -1
  45. package/src/ai-sdk-node/bundle.js +1 -1
  46. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  47. package/src/bin/codeceptjs/command.js +1 -1
  48. package/src/bin/codeceptjs/helper.js +1 -1
  49. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  50. package/src/bin/cucumber-js/command.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  52. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  53. package/src/bin/cucumber-js/test-observability.js +1 -1
  54. package/src/bin/cucumber-js/test.setup.js +1 -1
  55. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  56. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  57. package/src/bin/integrations/command.js +1 -1
  58. package/src/bin/integrations/constants.js +1 -1
  59. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -0
  60. package/src/bin/jasmine/command.js +2 -0
  61. package/src/bin/jasmine/test.setup.js +1 -0
  62. package/src/bin/jasmine/testRunMap.js +1 -0
  63. package/src/bin/jest/command.js +1 -1
  64. package/src/bin/jest/customImplements/customCircus.js +1 -1
  65. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  66. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  67. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  68. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  69. package/src/bin/jest/jest.setup.js +1 -1
  70. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  71. package/src/bin/jest/test-observability/helper.js +1 -1
  72. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  73. package/src/bin/jest/test-observability/test-details.js +1 -1
  74. package/src/bin/jest/test.setup.js +1 -1
  75. package/src/bin/jest/test_before.setup.js +1 -1
  76. package/src/bin/launcher/launcher.js +1 -1
  77. package/src/bin/load/index.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  83. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  84. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  85. package/src/bin/mocha/test.setup.js +1 -1
  86. package/src/bin/newman/command.js +1 -1
  87. package/src/bin/newman/helper.js +1 -1
  88. package/src/bin/newman/reporter/index.js +1 -1
  89. package/src/bin/newman/scriptRunner.js +1 -1
  90. package/src/bin/nightwatch/command.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/sessionDetails.js +1 -1
  101. package/src/bin/puppeteer/patches.js +1 -1
  102. package/src/bin/puppeteer/sessionDetails.js +1 -1
  103. package/src/bin/puppeteer/test.setup.js +1 -1
  104. package/src/bin/runner.js +1 -1
  105. package/src/bin/setup.js +1 -1
  106. package/src/bin/test-runner/index.js +1 -1
  107. package/src/bin/test-runner/runTest.js +1 -1
  108. package/src/bin/test-runner/testWorker.js +1 -1
  109. package/src/bin/testcafe/a11y-runner.js +1 -0
  110. package/src/bin/testcafe/command.js +2 -0
  111. package/src/bin/testcafe/reporter/index.js +1 -0
  112. package/src/bin/testcafe/reporter/tcUtils.js +1 -0
  113. package/src/bin/testcafe/session-registry.js +1 -0
  114. package/src/bin/testcafe/stdout-interceptor.js +1 -0
  115. package/src/bin/testcafe/testcafe-action-patcher.js +1 -0
  116. package/src/bin/testcafe/w3c-driver.js +1 -0
  117. package/src/bin/utils/apiUtilityMethods.js +1 -1
  118. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  119. package/src/bin/utils/constants.js +1 -1
  120. package/src/bin/utils/log4jsAppender.js +1 -1
  121. package/src/bin/utils/logPatcher.js +1 -1
  122. package/src/bin/utils/logReportingAPI.js +1 -1
  123. package/src/bin/utils/playwright-patcher.js +1 -1
  124. package/src/bin/utils/puppeteer-patcher.js +1 -1
  125. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  126. package/src/bin/utils/sharedUtils.js +1 -1
  127. package/src/bin/v2/TestInfo.js +1 -1
  128. package/src/bin/v2/browserstackCLI.js +1 -1
  129. package/src/bin/v2/cliUtils.js +1 -1
  130. package/src/bin/v2/customTagManager.js +1 -1
  131. package/src/bin/v2/eventDispatcher.js +1 -1
  132. package/src/bin/v2/framework/automationFramework.js +1 -1
  133. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  134. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  136. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  137. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  138. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  140. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testFramework.js +1 -1
  142. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -0
  143. package/src/bin/v2/framework/testcafeTestFramework.js +1 -0
  144. package/src/bin/v2/grpcClient.js +1 -1
  145. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  146. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  147. package/src/bin/v2/instances/trackedContext.js +1 -1
  148. package/src/bin/v2/instances/trackedInstance.js +1 -1
  149. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  150. package/src/bin/v2/modules/baseModule.js +1 -1
  151. package/src/bin/v2/modules/loadTestModule.js +1 -1
  152. package/src/bin/v2/modules/observabilityModule.js +1 -1
  153. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  154. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  155. package/src/bin/v2/modules/testcafeDriverModule.js +1 -0
  156. package/src/bin/v2/modules/testhubModule.js +1 -1
  157. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  158. package/src/bin/v2/state/hookState.js +1 -1
  159. package/src/bin/v2/state/testFrameworkState.js +1 -1
  160. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  161. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  162. package/src/bin/v2/utils/jest-utils.js +1 -1
  163. package/src/bin/vanilla-js/command.js +1 -1
  164. package/src/browserStackSdk.js +1 -1
  165. package/src/helpers/BrowserStackSetup.js +1 -1
  166. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  167. package/src/helpers/accessibility-automation/constants.js +1 -1
  168. package/src/helpers/accessibility-automation/helper.js +1 -1
  169. package/src/helpers/accessibility-automation/scripts.js +1 -1
  170. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  171. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  172. package/src/helpers/ats/constants.js +1 -1
  173. package/src/helpers/ats/helper.js +1 -1
  174. package/src/helpers/caCertHelper.js +1 -1
  175. package/src/helpers/capsMapping.js +1 -1
  176. package/src/helpers/central-scanner/constants.js +1 -1
  177. package/src/helpers/central-scanner/helpers.js +1 -1
  178. package/src/helpers/classLogger.js +1 -1
  179. package/src/helpers/driverInitErrorReporter.js +1 -1
  180. package/src/helpers/globals.js +1 -1
  181. package/src/helpers/helper.js +1 -1
  182. package/src/helpers/logger.js +1 -1
  183. package/src/helpers/metadata.js +1 -1
  184. package/src/helpers/patchHelper.js +1 -1
  185. package/src/helpers/patchHelpers.js +1 -1
  186. package/src/helpers/percy/Percy.js +1 -1
  187. package/src/helpers/percy/PercyBinary.js +1 -1
  188. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  189. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  190. package/src/helpers/percy/PercySDK.js +1 -1
  191. package/src/helpers/percy/index.js +1 -1
  192. package/src/helpers/percy/utils.js +1 -1
  193. package/src/helpers/performance/constants.js +1 -1
  194. package/src/helpers/performance/performance-tester.js +1 -1
  195. package/src/helpers/playwright-helper.js +1 -1
  196. package/src/helpers/processHelper.js +1 -1
  197. package/src/helpers/puppeteer-helper.js +1 -1
  198. package/src/helpers/request-spy.js +1 -1
  199. package/src/helpers/setKeepAlive.js +1 -1
  200. package/src/helpers/stackFrameUtils.js +1 -1
  201. package/src/helpers/test-observability/constants.js +1 -1
  202. package/src/helpers/test-observability/error-handler.js +1 -1
  203. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  204. package/src/helpers/test-observability/sessionHandler.js +1 -1
  205. package/src/helpers/test-observability/utils.js +1 -1
  206. package/src/helpers/test-orchestration/constants.js +1 -1
  207. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  208. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  209. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  210. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  211. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  212. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  213. package/src/helpers/testhub/constants.js +1 -1
  214. package/src/helpers/testhub/testhubHandler.js +1 -1
  215. package/src/helpers/testhub/utils.js +1 -1
  216. package/src/helpers/timeoutPromise.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a134_0x40e0f2=a134_0x45ce;(function(_0xaaed2a,_0xa7fb78){const _0x5e8793=a134_0x45ce,_0x5f3593=_0xaaed2a();while(!![]){try{const _0xf37189=parseInt(_0x5e8793(0x118))/0x1+-parseInt(_0x5e8793(0x13b))/0x2+parseInt(_0x5e8793(0x98))/0x3*(parseInt(_0x5e8793(0x8f))/0x4)+parseInt(_0x5e8793(0x93))/0x5+parseInt(_0x5e8793(0xdd))/0x6+-parseInt(_0x5e8793(0xa2))/0x7*(parseInt(_0x5e8793(0x11d))/0x8)+parseInt(_0x5e8793(0x103))/0x9*(-parseInt(_0x5e8793(0x10d))/0xa);if(_0xf37189===_0xa7fb78)break;else _0x5f3593['push'](_0x5f3593['shift']());}catch(_0x40022c){_0x5f3593['push'](_0x5f3593['shift']());}}}(a134_0x867e,0x7b487));const fs=require('fs'),fsPromise=require(a134_0x40e0f2(0xc7)),{performance,PerformanceObserver}=require('perf_hooks'),path=require('path'),util=require(a134_0x40e0f2(0xd1)),logger=require(a134_0x40e0f2(0xaa))[a134_0x40e0f2(0x92)],{getLogDir}=require(a134_0x40e0f2(0xaa)),{getProcessId,sleep,debug,getTestName}=require(a134_0x40e0f2(0xf4));class PerformanceTester{static [a134_0x40e0f2(0x101)];static ['_events']=[];static [a134_0x40e0f2(0x121)]=[];static [a134_0x40e0f2(0x11c)]=[];static [a134_0x40e0f2(0x113)]=![];static ['jsonReportDirName']='performance-report';static [a134_0x40e0f2(0xfb)]=process[a134_0x40e0f2(0xa0)][a134_0x40e0f2(0xe8)]?path[a134_0x40e0f2(0xd6)](process[a134_0x40e0f2(0xa0)]['browserStackCwd'],a134_0x40e0f2(0x109)):path['join'](process['cwd'](),a134_0x40e0f2(0x109));static [a134_0x40e0f2(0xa5)]=this['errorReportDirName']+a134_0x40e0f2(0xe5)+getProcessId()+a134_0x40e0f2(0xa3);static [a134_0x40e0f2(0xf3)]={};static [a134_0x40e0f2(0xf1)]={};static['startMonitoring'](_0x1be09a,_0x3d7d39=this['errorReportDirName']+a134_0x40e0f2(0xe5)+getProcessId()+'.json'){const _0x468023=a134_0x40e0f2,_0x331ec6={'fjefF':function(_0x187075,_0x34992c){return _0x187075===_0x34992c;},'mVLZz':'measure','HmbQE':function(_0x28dbad){return _0x28dbad();},'ievUY':function(_0x4eb76d,_0x5da12a){return _0x4eb76d+_0x5da12a;},'YHXCM':_0x468023(0xae),'gglQf':_0x468023(0x114)};try{this[_0x468023(0x124)]=path['join'](_0x331ec6['HmbQE'](getLogDir),this['jsonReportDirName']),!_0x1be09a&&(_0x1be09a=this['jsonReportDirPath']+'/performance-report-'+_0x331ec6['HmbQE'](getProcessId)+_0x468023(0xa3)),!fs['existsSync'](this[_0x468023(0x124)])&&fs['mkdirSync'](this['jsonReportDirPath']);}catch(_0x3c3e4d){logger[_0x468023(0xa4)](_0x331ec6[_0x468023(0x126)](_0x331ec6[_0x468023(0xc3)],_0x3c3e4d));}if(this['started']||!this['isEnabled']())return;this[_0x468023(0x101)]=new PerformanceObserver(_0x12026f=>{const _0x12b2e3=_0x468023;_0x12026f[_0x12b2e3(0x11f)]()['forEach'](_0x408cda=>{const _0x2266a2=_0x12b2e3;if(_0x331ec6[_0x2266a2(0xab)](_0x408cda[_0x2266a2(0x9d)],_0x331ec6[_0x2266a2(0xfe)])){let _0x268f48={};if(_0x408cda['toJSON'])_0x268f48=_0x408cda[_0x2266a2(0xff)]();else for(const _0xdf68d3 in _0x408cda){_0x268f48[_0xdf68d3]=_0x408cda[_0xdf68d3];}this[_0x2266a2(0xf3)][_0x408cda['name']]&&(_0x268f48=Object['assign'](_0x268f48,this['details'][_0x408cda['name']])),delete this[_0x2266a2(0xf3)][_0x408cda[_0x2266a2(0x10b)]],this[_0x2266a2(0x121)][_0x2266a2(0x9a)](_0x268f48);}else this[_0x2266a2(0x11a)][_0x2266a2(0x9a)](_0x408cda);});});const _0x27da7d={};_0x27da7d[_0x468023(0x10f)]=!![],_0x27da7d[_0x468023(0x105)]=[_0x331ec6[_0x468023(0x99)],_0x331ec6['mVLZz']],this[_0x468023(0x101)][_0x468023(0xbb)](_0x27da7d),this[_0x468023(0x113)]=!![],this['jsonReportFileName']=_0x1be09a,this[_0x468023(0xa5)]=_0x3d7d39;}static['getPerformance'](){return performance;}static[a134_0x40e0f2(0x139)](_0x34bf8b,_0x8d3634){const _0x920006=a134_0x40e0f2,_0x3a03a5={};_0x3a03a5[_0x920006(0x102)]=function(_0x4775c5,_0x57c564){return _0x4775c5+_0x57c564;},_0x3a03a5[_0x920006(0x127)]=function(_0x2167ab,_0x35c74f){return _0x2167ab||_0x35c74f;},_0x3a03a5['YOmCw']=function(_0x179d88,_0x4503d2){return _0x179d88===_0x4503d2;};const _0x512ef3=_0x3a03a5,_0x1d6b45={};if(!_0x34bf8b||_0x512ef3['YOmCw'](_0x34bf8b[_0x920006(0xfa)],0x0))return;_0x34bf8b[_0x920006(0xd7)](_0x1a57ba=>{const _0x331423=_0x920006;!_0x1d6b45[_0x1a57ba[_0x331423(0x10b)]]&&(_0x1d6b45[_0x1a57ba[_0x331423(0x10b)]]=0x0),_0x1d6b45[_0x1a57ba[_0x331423(0x10b)]]+=_0x1a57ba[_0x331423(0xec)];});const _0x377a16=_0x8d3634[_0x920006(0xcb)]((_0x5c0de3,_0x52f8f4)=>{const _0x41e72b=_0x920006;return _0x512ef3[_0x41e72b(0x102)](_0x1d6b45[_0x52f8f4],_0x512ef3[_0x41e72b(0x127)](_0x5c0de3,0x0));},0x0);return _0x377a16;}static async[a134_0x40e0f2(0x128)](_0x1ce19c,_0x401a0a){const _0x831c2e=a134_0x40e0f2,_0x4a094a={'MJPAk':function(_0x50611b,_0x54daa){return _0x50611b+_0x54daa;},'pmKpo':function(_0x54302e,_0x2fe7c2){return _0x54302e||_0x2fe7c2;},'Ssrpj':function(_0x219048,_0x131177){return _0x219048===_0x131177;},'UNqDN':function(_0x10dc86,_0x62e04){return _0x10dc86(_0x62e04);}};if(!_0x1ce19c||_0x4a094a[_0x831c2e(0xfc)](_0x1ce19c[_0x831c2e(0xfa)],0x0))return 0x0;const _0x44e2e7=[];for(const _0x5c020a of _0x1ce19c){const _0x29508d=path['join']('.',_0x5c020a);try{const _0x5293f9=this[_0x831c2e(0x90)](_0x29508d);_0x5293f9[_0x831c2e(0xd7)](_0x2d00a0=>{const _0x161b4c=_0x831c2e;!_0x44e2e7[_0x2d00a0[_0x161b4c(0x10b)]]&&(_0x44e2e7[_0x2d00a0['name']]=0x0),_0x44e2e7[_0x2d00a0[_0x161b4c(0x10b)]]+=_0x2d00a0[_0x161b4c(0xec)];});}catch(_0xcbf688){_0x4a094a[_0x831c2e(0xd9)](debug,_0x831c2e(0xba)+_0xcbf688['toString']());}}const _0x4be5b5=_0x401a0a['reduce']((_0x59e71d,_0xa6914b)=>{const _0x5b3d7c=_0x831c2e;return _0x4a094a[_0x5b3d7c(0xd3)](_0x44e2e7[_0xa6914b],_0x4a094a[_0x5b3d7c(0x132)](_0x59e71d,0x0));},0x0);return _0x4a094a[_0x831c2e(0xd9)](debug,_0x831c2e(0x111)+_0x401a0a+'\x20for\x20all\x20processes\x20is\x20'+_0x4be5b5),_0x4be5b5;}static['getEventsFromJSON'](_0x3553fd){const _0x2cd865=a134_0x40e0f2;if(_0x3553fd){if(!fs[_0x2cd865(0xda)](_0x3553fd))return[];return JSON[_0x2cd865(0x137)](fs[_0x2cd865(0xc4)](_0x3553fd)[_0x2cd865(0x108)]());}}static async['stopAndGenerate'](_0x4fbbb8='performance-own.html',_0x73ced1=null){const _0x28427c=a134_0x40e0f2,_0x34f7fc={'nbWky':function(_0x4cdc02,_0x8b8723){return _0x4cdc02(_0x8b8723);},'EtIQB':function(_0x284cd4,_0x3424cf){return _0x284cd4(_0x3424cf);}};if(!this['started'])return;await _0x34f7fc[_0x28427c(0xe4)](sleep,0x1e),this[_0x28427c(0x101)][_0x28427c(0xb3)](),this['started']=![],this[_0x28427c(0xdc)](this['_events']);const _0x2f057d=this[_0x28427c(0xef)](this[_0x28427c(0x11a)]),_0x200baf=path[_0x28427c(0xd6)](process[_0x28427c(0xe6)](),_0x4fbbb8);fs[_0x28427c(0x95)](_0x200baf,_0x2f057d,_0x1aaee2=>{const _0x15c453=_0x28427c;if(_0x1aaee2){_0x34f7fc[_0x15c453(0x133)](debug,_0x15c453(0x12f)+_0x1aaee2[_0x15c453(0x108)]());return;}_0x34f7fc[_0x15c453(0x133)](debug,_0x15c453(0x10e)+_0x200baf);});if(_0x73ced1)return this['calculateTimeFromEvents'](this[_0x28427c(0x11a)],_0x73ced1);}static['generateHTMLReport'](_0x263b5){const _0x32abe9=a134_0x40e0f2,_0x4b40f8={};_0x4b40f8[_0x32abe9(0xb5)]=_0x32abe9(0xf2),_0x4b40f8[_0x32abe9(0x96)]=_0x32abe9(0x135),_0x4b40f8[_0x32abe9(0xac)]=_0x32abe9(0xce),_0x4b40f8['EAUDD']=_0x32abe9(0xb0);const _0x53b5c9=_0x4b40f8;let _0x5a586c=_0x53b5c9[_0x32abe9(0xb5)];return _0x5a586c+=_0x53b5c9[_0x32abe9(0x96)],_0x5a586c+=_0x53b5c9['UQBxg'],_0x263b5[_0x32abe9(0xcf)](_0x2a5832=>{const _0x1133cc=_0x32abe9;_0x5a586c+='<tr><td>'+_0x2a5832[_0x1133cc(0x10b)]+'</td><td>'+_0x2a5832[_0x1133cc(0xec)]+_0x1133cc(0x104);}),_0x5a586c+=_0x53b5c9[_0x32abe9(0x119)],_0x5a586c;}static[a134_0x40e0f2(0xdc)](_0x13d2aa){const _0x4f9c41=a134_0x40e0f2;if(!this[_0x4f9c41(0xdf)])return;const _0x3e5e00={};_0x13d2aa[_0x4f9c41(0xd7)](_0x1b487e=>{const _0x5c9123=_0x4f9c41;!_0x3e5e00[_0x1b487e['name']]&&(_0x3e5e00[_0x1b487e[_0x5c9123(0x10b)]]=0x0),_0x3e5e00[_0x1b487e[_0x5c9123(0x10b)]]+=_0x1b487e['duration'];});const _0x354c81=Object[_0x4f9c41(0xc2)](_0x3e5e00)[_0x4f9c41(0xd7)](([_0x223870,_0x204e2a])=>{const _0x115849=_0x4f9c41,_0xc7a200={};return _0xc7a200[_0x115849(0x10b)]=_0x223870,_0xc7a200[_0x115849(0xec)]=_0x204e2a,_0xc7a200;});fs[_0x4f9c41(0xa6)](this[_0x4f9c41(0xdf)],JSON[_0x4f9c41(0x9c)](_0x354c81));}static[a134_0x40e0f2(0xf9)](){const _0x4bfc78=a134_0x40e0f2,_0x29c813={};_0x29c813['KFyNH']=function(_0x17c5db,_0x123c1b){return _0x17c5db===_0x123c1b;},_0x29c813[_0x4bfc78(0xb9)]='false';const _0x490ff5=_0x29c813;return!_0x490ff5['KFyNH'](process[_0x4bfc78(0xa0)][_0x4bfc78(0xe9)],_0x490ff5[_0x4bfc78(0xb9)]);}static['measure'](_0x1c5cac,_0x3d6b35,_0x14f040=null,_0x596b11={},_0x1d0c7e=null){const _0x18823d=a134_0x40e0f2,_0x5a8e21={'YEgEU':function(_0x327983,_0x15b1e2){return _0x327983(_0x15b1e2);},'Jllkd':function(_0x1c5894,_0x47c467){return _0x1c5894 instanceof _0x47c467;}};try{if(this[_0x18823d(0x113)]&&this[_0x18823d(0xf9)]()){let _0x2d9ab1=_0x1c5cac;_0x14f040&&(_0x2d9ab1=_0x1c5cac+'['+JSON['stringify'](_0x14f040)+']');PerformanceTester[_0x18823d(0xe7)](_0x2d9ab1),this[_0x18823d(0xf3)]&&(this[_0x18823d(0xf3)][_0x2d9ab1]=_0x596b11);try{const _0x21ed3b=_0x3d6b35['apply'](null,_0x1d0c7e);if(_0x5a8e21['Jllkd'](_0x21ed3b,Promise))return new Promise((_0x1445a0,_0x33451d)=>{const _0x446a29=_0x18823d,_0x5ed553={'Dpogq':function(_0x337653,_0x387cff){return _0x5a8e21['YEgEU'](_0x337653,_0x387cff);}};_0x21ed3b[_0x446a29(0xb7)](_0x373718=>{const _0x16f281=_0x446a29;PerformanceTester['end'](_0x2d9ab1),_0x5ed553[_0x16f281(0x115)](_0x1445a0,_0x373718);})['catch'](_0x640cc0=>{const _0x4b8d32=_0x446a29;PerformanceTester[_0x4b8d32(0x11e)](_0x2d9ab1,![],util[_0x4b8d32(0x8d)](_0x640cc0)),_0x5a8e21['YEgEU'](_0x33451d,_0x640cc0);});});;return PerformanceTester[_0x18823d(0x11e)](_0x2d9ab1),_0x21ed3b;}catch(_0x25e650){PerformanceTester[_0x18823d(0x11e)](_0x2d9ab1,![],util[_0x18823d(0x8d)](_0x25e650));throw _0x25e650;}};return _0x3d6b35['apply'](null,_0x1d0c7e);}catch(_0x49f5b3){return logger['debug'](_0x18823d(0xe1)+(_0x49f5b3[_0x18823d(0xad)]||_0x49f5b3[_0x18823d(0x136)]||_0x49f5b3)),_0x3d6b35[_0x18823d(0x91)](null,_0x1d0c7e);}}static[a134_0x40e0f2(0xb1)](_0x4c8299,_0x37d756,_0x161959={}){const _0x4a4bc1=a134_0x40e0f2,_0xea3162={'HQAzl':function(_0x1c69ef){return _0x1c69ef();},'fOeVg':function(_0x10da10){return _0x10da10();}},_0x2c5675=this;return _0x161959[_0x4a4bc1(0xbc)]=_0xea3162[_0x4a4bc1(0x10a)](getProcessId),_0x161959[_0x4a4bc1(0x97)]=_0xea3162[_0x4a4bc1(0x10c)](getTestName),_0x161959[_0x4a4bc1(0xb4)]=global[_0x4a4bc1(0x94)]&&global[_0x4a4bc1(0x94)]['index'],function(){const _0x27612b=_0x4a4bc1,_0x2fc00e=[_0x4c8299,_0x37d756,null,_0x161959]['concat'](arguments);return _0x2c5675[_0x27612b(0xbe)][_0x27612b(0x91)](_0x2c5675,_0x2fc00e);};}static[a134_0x40e0f2(0xb6)](){const _0x5aa231=a134_0x40e0f2,_0x346095=/(^.*)\[(.*)\]$/,_0x47d998={},_0x2d6a5a={},_0x591154=[],_0x19eb9a=this['_measureEvents'][_0x5aa231(0xf6)](0x0,this[_0x5aa231(0x121)][_0x5aa231(0xfa)]);for(const _0x40ba2a of _0x19eb9a){const _0x1c2ea6=_0x40ba2a['name'][_0x5aa231(0x8b)](_0x346095),_0xaf32c1=Object[_0x5aa231(0xca)]({},_0x40ba2a);_0x1c2ea6&&(_0xaf32c1[_0x5aa231(0x10b)]=_0x1c2ea6[0x1],_0xaf32c1[_0x5aa231(0xd0)]=JSON[_0x5aa231(0x137)](_0x1c2ea6[0x2])),_0x591154[_0x5aa231(0x9a)](_0xaf32c1);}return _0x591154;}static[a134_0x40e0f2(0x125)](){const _0x1f4254=a134_0x40e0f2,_0x3a6999={'ekNgg':function(_0x58b75d){return _0x58b75d();},'xflUr':function(_0xd2527b,_0x348f75){return _0xd2527b+_0x348f75;},'tvSwZ':_0x1f4254(0xcd),'KhJFV':function(_0x4d0c3c,_0x6220f4){return _0x4d0c3c===_0x6220f4;},'Fcflt':function(_0x172ef9,_0x460ee2){return _0x172ef9+_0x460ee2;}};try{this['jsonReportDirPath']=path[_0x1f4254(0xd6)](_0x3a6999[_0x1f4254(0x117)](getLogDir),this[_0x1f4254(0xc6)]);if(fs[_0x1f4254(0xda)](this[_0x1f4254(0x124)])){const _0x2a9189=fs[_0x1f4254(0x9b)](this[_0x1f4254(0x124)]);for(const _0x4fe7a9 of _0x2a9189){fs[_0x1f4254(0x12e)](path[_0x1f4254(0xd6)](this['jsonReportDirPath'],_0x4fe7a9));}}}catch(_0x17c9d5){logger['debug'](_0x3a6999[_0x1f4254(0xc1)](_0x3a6999[_0x1f4254(0x120)],_0x17c9d5));}if(_0x3a6999[_0x1f4254(0x106)](this[_0x1f4254(0x121)]['length'],0x0))return;const _0x1ed25b=this[_0x1f4254(0xb6)](),_0x122850=JSON['stringify'](_0x1ed25b),_0x4c4ed1=_0x3a6999[_0x1f4254(0x8a)](_0x122850[_0x1f4254(0xd8)](0x1,-0x1),',');fs['appendFileSync'](this[_0x1f4254(0xdf)],_0x4c4ed1);}static async[a134_0x40e0f2(0x112)](){const _0xa519a1=a134_0x40e0f2,_0x592aba={'SMwLB':function(_0x5ca3a0){return _0x5ca3a0();},'qGvUF':function(_0x14ab9c,_0x2db0e7){return _0x14ab9c===_0x2db0e7;},'sAYGF':'key-metrics.json','vTdbK':_0xa519a1(0xbf),'csmSN':'modified-key-metrics.json','PPOMC':function(_0x420d9c,_0x239c54){return _0x420d9c+_0x239c54;},'pvVmi':function(_0x49b40d,_0x4524bc){return _0x49b40d+_0x4524bc;},'fUshg':'Error\x20processing\x20key-metrics.json:\x20%s','CpCTw':_0xa519a1(0xf5),'bbbEY':_0xa519a1(0x116),'OqbWA':function(_0x281308,_0x1c0f76){return _0x281308>_0x1c0f76;}};this[_0xa519a1(0x124)]=path[_0xa519a1(0xd6)](_0x592aba[_0xa519a1(0xa1)](getLogDir),this[_0xa519a1(0xc6)]);if(!this[_0xa519a1(0x113)]||_0x592aba[_0xa519a1(0x107)](this[_0xa519a1(0x121)][_0xa519a1(0xfa)],0x0))return[];if(!fs['existsSync'](this[_0xa519a1(0x124)]))return this[_0xa519a1(0x121)];const _0x57b679=(await fsPromise[_0xa519a1(0xf0)](this[_0xa519a1(0x124)]))[_0xa519a1(0xd7)](_0x48f806=>path[_0xa519a1(0xbd)](this[_0xa519a1(0x124)],_0x48f806));try{const _0x1300ba=path[_0xa519a1(0xa7)](this['jsonReportDirPath']),_0x1d0118=path[_0xa519a1(0xd6)](_0x1300ba,_0x592aba[_0xa519a1(0xb8)]);if(fs[_0xa519a1(0xda)](_0x1d0118))try{await fsPromise[_0xa519a1(0x123)](_0x1d0118,fs[_0xa519a1(0xc5)]['F_OK']);const _0x2e9da1=await fsPromise[_0xa519a1(0x134)](_0x1d0118,_0x592aba['vTdbK']),_0x1bb737=JSON[_0xa519a1(0x137)](_0x2e9da1),_0x1f8623=path['join'](this[_0xa519a1(0x124)],_0x592aba['csmSN']);let _0x119575='';Array[_0xa519a1(0x110)](_0x1bb737)?_0x119575=_0x592aba[_0xa519a1(0x131)](_0x1bb737[_0xa519a1(0xd7)](_0x317a87=>JSON[_0xa519a1(0x9c)](_0x317a87))[_0xa519a1(0xd6)](','),','):_0x119575=_0x592aba[_0xa519a1(0xfd)](JSON[_0xa519a1(0x9c)](_0x1bb737),','),await fsPromise[_0xa519a1(0x95)](_0x1f8623,_0x119575),_0x57b679[_0xa519a1(0x9a)](_0x1f8623),await fsPromise[_0xa519a1(0x100)](_0x1d0118);}catch(_0x11ea6d){logger[_0xa519a1(0xaf)](util[_0xa519a1(0x8d)](_0x592aba[_0xa519a1(0xee)],_0x11ea6d['stack']||_0x11ea6d[_0xa519a1(0x136)]||_0x11ea6d));}else logger['info'](_0x592aba[_0xa519a1(0xa8)]);}catch(_0xeeef4f){logger[_0xa519a1(0xaf)](util[_0xa519a1(0x8d)](_0x592aba['bbbEY'],_0xeeef4f['stack']||_0xeeef4f[_0xa519a1(0x136)]||_0xeeef4f));}let _0x1958d7=(await Promise[_0xa519a1(0xf7)](_0x57b679['map'](_0x35b17f=>fsPromise['readFile'](_0x35b17f,_0xa519a1(0xbf)))))[_0xa519a1(0xd7)](_0x4348ae=>'['+_0x4348ae[_0xa519a1(0xd8)](0x0,-0x1)+']')[_0xa519a1(0xd7)](_0x383fc9=>JSON['parse'](_0x383fc9))[_0xa519a1(0xdb)]();return _0x592aba[_0xa519a1(0xeb)](this[_0xa519a1(0x121)][_0xa519a1(0xfa)],0x0)&&(_0x1958d7=_0x1958d7['concat'](this[_0xa519a1(0xb6)]())),this[_0xa519a1(0x101)]['disconnect'](),_0x1958d7;}static[a134_0x40e0f2(0x129)](){const _0x11023a=a134_0x40e0f2,_0x2bdad3={};_0x2bdad3['xcvmz']=function(_0x363385,_0x4dd0d5){return _0x363385===_0x4dd0d5;},_0x2bdad3['UHAxl']=function(_0x497701,_0x374d56){return _0x497701+_0x374d56;};const _0x4ad4f7=_0x2bdad3;if(_0x4ad4f7[_0x11023a(0x138)](this['_errorEvents']['length'],0x0))return;const _0x484375=JSON[_0x11023a(0x9c)](this[_0x11023a(0x11c)]),_0x5908b3=_0x4ad4f7[_0x11023a(0xc9)](_0x484375[_0x11023a(0xd8)](0x1,-0x1),',');fs[_0x11023a(0xe2)](this[_0x11023a(0x11b)],_0x5908b3);}static[a134_0x40e0f2(0x12c)](){const _0x3fa547=a134_0x40e0f2,_0x43d641={};_0x43d641[_0x3fa547(0xe0)]=function(_0xa8ff44,_0xe22913){return _0xa8ff44>_0xe22913;};const _0x3a4dd7=_0x43d641;if(this[_0x3fa547(0xa5)]){if(!fs[_0x3fa547(0xda)](this[_0x3fa547(0xa5)]))return this[_0x3fa547(0x11c)];let _0x2fbdee=fs[_0x3fa547(0xc4)](this['errorReportFileName'])[_0x3fa547(0x108)]();_0x2fbdee='['+_0x2fbdee[_0x3fa547(0xd8)](0x0,-0x1)+']';let _0x278492=JSON['parse'](_0x2fbdee);return _0x3a4dd7[_0x3fa547(0xe0)](this[_0x3fa547(0x11c)][_0x3fa547(0xfa)],0x0)&&(_0x278492=_0x278492[_0x3fa547(0xc0)](this['_errorEvents'])),fs[_0x3fa547(0x12e)](this[_0x3fa547(0xa5)]),_0x278492;}}static['captureError'](_0x3a262b){const _0x5df3ac=a134_0x40e0f2;if(!this[_0x5df3ac(0xf9)]())return;this[_0x5df3ac(0x11c)]['push']({'message':_0x3a262b['message'],'trace':_0x3a262b[_0x5df3ac(0xad)],'code':_0x3a262b['code']||null,'time':new Date()});}static[a134_0x40e0f2(0xe3)](){const _0x52534e=a134_0x40e0f2;try{if(!this['isEnabled']())return;this['_observer'][_0x52534e(0xb3)](),this[_0x52534e(0x125)](),this['pushErrors']();}catch(_0x3b4b80){logger[_0x52534e(0xa4)](_0x52534e(0x130)+util[_0x52534e(0x8d)](_0x3b4b80));}}static async[a134_0x40e0f2(0xc8)](){const _0x58fd2a=a134_0x40e0f2,_0x417e16={'PkhRP':function(_0x5655f4,_0x55b332){return _0x5655f4(_0x55b332);}};await _0x417e16[_0x58fd2a(0xd5)](sleep,0x1e);const _0xf96aa9=await this[_0x58fd2a(0x112)](),_0x28541d=this[_0x58fd2a(0x12c)]();if(!this[_0x58fd2a(0xf9)]()){const _0x3bcd5c={};return _0x3bcd5c['measures']=[],_0x3bcd5c['errors']=[],_0x3bcd5c;}const _0x13749d={};return _0x13749d[_0x58fd2a(0x122)]=_0xf96aa9,_0x13749d['errors']=_0x28541d,_0x13749d;}static['start'](_0x51ee39){const _0x2cb96f=a134_0x40e0f2,_0x3c9ee7={};_0x3c9ee7['Jsatf']=function(_0x14a898,_0x42dc9a){return _0x14a898+_0x42dc9a;},_0x3c9ee7[_0x2cb96f(0xed)]=_0x2cb96f(0xf8);const _0x16b20e=_0x3c9ee7,_0x181e2c=_0x16b20e[_0x2cb96f(0x12a)](_0x51ee39,_0x16b20e[_0x2cb96f(0xed)]);if(this[_0x2cb96f(0xf1)][_0x181e2c])return;performance['mark'](_0x181e2c),this[_0x2cb96f(0xf1)][_0x181e2c]=0x1;}static[a134_0x40e0f2(0x11e)](_0x2ca8d7,_0x2af68e=!![],_0xcb6374=null,_0x1ade61={}){const _0xe57fdb=a134_0x40e0f2,_0x2ffd64={'zaGpr':_0xe57fdb(0xd4),'iUeEM':function(_0x223365,_0x51e87a){return _0x223365+_0x51e87a;},'OhlsX':_0xe57fdb(0x13a),'snKEW':function(_0x3bf7e,_0x410b61){return _0x3bf7e+_0x410b61;},'UxDwb':'-start','lGwak':function(_0x397eaa){return _0x397eaa();},'UaGBO':function(_0x31b2eb){return _0x31b2eb();},'qTbNH':function(_0x4c5e56,_0x3ed022){return _0x4c5e56+_0x3ed022;}},_0xbc8788=_0x2ffd64['zaGpr'][_0xe57fdb(0x12d)]('|');let _0x3155f3=0x0;while(!![]){switch(_0xbc8788[_0x3155f3++]){case'0':performance[_0xe57fdb(0x12b)](_0x2ffd64[_0xe57fdb(0x9f)](_0x2ca8d7,_0x2ffd64[_0xe57fdb(0xcc)]));continue;case'1':delete this['eventsMap'][_0x2ffd64[_0xe57fdb(0xb2)](_0x2ca8d7,_0x2ffd64[_0xe57fdb(0xea)])];continue;case'2':const _0x58b577={};_0x58b577[_0xe57fdb(0x8e)]=_0x2af68e,_0x58b577[_0xe57fdb(0x9e)]=_0xcb6374,this[_0xe57fdb(0xf3)][_0x2ca8d7]=Object[_0xe57fdb(0xca)](_0x58b577,Object['assign'](Object['assign']({'worker':_0x2ffd64[_0xe57fdb(0x8c)](getProcessId),'platform':global[_0xe57fdb(0x94)]&&global[_0xe57fdb(0x94)]['index'],'testName':_0x2ffd64[_0xe57fdb(0xde)](getTestName)},_0x1ade61),this[_0xe57fdb(0xf3)][_0x2ca8d7]||{}));continue;case'3':this[_0xe57fdb(0xf1)][_0x2ffd64[_0xe57fdb(0xb2)](_0x2ca8d7,_0x2ffd64[_0xe57fdb(0xea)])]&&performance[_0xe57fdb(0xbe)](_0x2ca8d7,_0x2ffd64[_0xe57fdb(0xb2)](_0x2ca8d7,_0x2ffd64[_0xe57fdb(0xea)]),_0x2ffd64[_0xe57fdb(0xd2)](_0x2ca8d7,_0x2ffd64['OhlsX']));continue;case'4':if(!this[_0xe57fdb(0xf1)][_0x2ffd64[_0xe57fdb(0xd2)](_0x2ca8d7,_0x2ffd64['UxDwb'])])return;continue;}break;}}}function a134_0x45ce(_0x3cbb93,_0xcb5d56){const _0x867e5f=a134_0x867e();return a134_0x45ce=function(_0x45ceaa,_0x37d021){_0x45ceaa=_0x45ceaa-0x8a;let _0x3fa384=_0x867e5f[_0x45ceaa];return _0x3fa384;},a134_0x45ce(_0x3cbb93,_0xcb5d56);}function a134_0x867e(){const _0x3dd876=['writeFile','jLrjU','testName','302637zlYeRT','gglQf','push','readdirSync','stringify','entryType','failure','iUeEM','env','SMwLB','6977229qdPXVE','.json','debug','errorReportFileName','writeFileSync','dirname','CpCTw','exports','../logger','fjefF','UQBxg','stack','Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','info','</tbody></table></body></html>','measureWrapper','snKEW','disconnect','platform','tgZUJ','getCleanedPerfEvents','then','sAYGF','YooNn','Error\x20in\x20doing\x20csv\x20operations:\x20','observe','worker','resolve','measure','utf-8','concat','xflUr','entries','YHXCM','readFileSync','constants','jsonReportDirName','fs/promises','finalize','UHAxl','assign','reduce','OhlsX','Error\x20while\x20removing\x20files:\x20','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','forEach','meta','util','qTbNH','MJPAk','4|0|3|1|2','PkhRP','join','map','slice','UNqDN','existsSync','flat','generateJSON','3959778exQyyg','UaGBO','jsonReportFileName','zBKNC','error\x20in\x20measure\x20','appendFileSync','stopMonitoring','EtIQB','/error-report-','cwd','start','browserStackCwd','BROWSERSTACK_SDK_INSTRUMENTATION','UxDwb','OqbWA','duration','lUzsr','fUshg','generateHTMLReport','readdir','eventsMap','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','details','../processHelper','key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','splice','all','-start','isEnabled','length','errorReportDirName','Ssrpj','pvVmi','mVLZz','toJSON','unlink','_observer','JgqUS','84411DQFkIN','</td></tr>','entryTypes','KhJFV','qGvUF','toString','error-report','HQAzl','name','fOeVg','1230BTJnbY','Performance\x20report\x20is\x20at\x20','buffered','isArray','Time\x20for\x20','finalizePerfMeasures','started','function','Dpogq','Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','ekNgg','873940VTlfxY','EAUDD','_events','errorFile','_errorEvents','8lCbMoe','end','getEntries','tvSwZ','_measureEvents','measures','access','jsonReportDirPath','pushPerfMeasures','ievUY','NOsoV','calculateTimesFromMultipleFiles','pushErrors','Jsatf','mark','finalizeErrors','split','unlinkSync','Error\x20in\x20writing\x20html\x20','Error\x20stopping\x20monitoring\x20','PPOMC','pmKpo','nbWky','readFile','<h1>Performance\x20Report</h1>','message','parse','xcvmz','calculateTimeFromEvents','-end','306822PzPgpr','Fcflt','match','lGwak','format','success','40GoHjqc','getEventsFromJSON','apply','winstonLogger','1330245hQDQUu','__platformCaps'];a134_0x867e=function(){return _0x3dd876;};return a134_0x867e();}module[a134_0x40e0f2(0xa9)]=PerformanceTester;
1
+ 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 +1 @@
1
- const a135_0x7ba3ca=a135_0x5bf1;(function(_0xc337fc,_0x84d2da){const _0x5738aa=a135_0x5bf1,_0x515a42=_0xc337fc();while(!![]){try{const _0x477de4=-parseInt(_0x5738aa(0x1b1))/0x1*(parseInt(_0x5738aa(0x1e9))/0x2)+-parseInt(_0x5738aa(0x1f7))/0x3+-parseInt(_0x5738aa(0x1bb))/0x4*(parseInt(_0x5738aa(0x200))/0x5)+parseInt(_0x5738aa(0x183))/0x6+parseInt(_0x5738aa(0x19a))/0x7+-parseInt(_0x5738aa(0x1c1))/0x8*(-parseInt(_0x5738aa(0x1f4))/0x9)+-parseInt(_0x5738aa(0x181))/0xa*(parseInt(_0x5738aa(0x1a6))/0xb);if(_0x477de4===_0x84d2da)break;else _0x515a42['push'](_0x515a42['shift']());}catch(_0x1f068b){_0x515a42['push'](_0x515a42['shift']());}}}(a135_0x1d55,0x195c3));function a135_0x1d55(){const _0x4af0e1=['workers','JdYqD','440ABmsJa','RovDS','winstonLogger','generatePlaywrightUrl','checkPwandBootstrapCli','GeXjl','configPath','nQplR','NkegP','playwrightConfigObject','YmBeV','Playwright\x20not\x20available:\x20','getPlaywrightUrl','cpTWW','roIzx','webkit','JWxEw','mLpLR','OIoRh','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','parse','dKtrR','ljEpT','includes','capabilities','eoaqM','getPlaywrightModulePath','qXkBC','sSJEe','firefox','cbyac','MoDiE','stringify','true','browserstack.buildProductMap','No\x20modified\x20config\x20received\x20from\x20gRPC','Error\x20loading\x20bundled\x20Playwright\x20entry:\x20','BLBPh','SDK-5318:\x20getBundledConnectionClass\x20walk\x20failed:\x20','env','1418IkUyJT','nCqOd','\x20failed\x20(','VPWmF','config','getBuildProductMap','Could\x20not\x20import\x20GrpcClient:\x20','Socket\x20idle\x20from\x20a\x20long\x20time','BS_A11Y_JWT','DKDHz','browserstack.accessibilityOptions.scannerVersion','28062OHAsyi','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','YjwGB','355089RrmOwM','../bin/v2/browserstackCLI','Error\x20getting\x20Playwright\x20BrowserType:\x20','ZFzAQ','gWPgg','message','getModifiedConfigFromCLI','auXRF','__platformCaps','1615dhDjIl','../bin/utils/constants','exports','GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request','ihWQd','BrowserType','gLXpi','platformCaps','warn','Received\x20modified\x20config\x20from\x20gRPC:\x20','FIBhy','util','YkRCj','BROWSERSTACK_PRODUCT_MAP','QgopE','entries','sTLph','VNeHB','cliConfig','Target\x20page,\x20context\x20or\x20browser\x20has\x20been\x20closed','YHjBu','iTphj','asTbk','browser','ceaYm','qcaZD','[A11Y]\x20connectOverCDP\x20attempt\x20','__accessibilityOptions','ECONNRESET','jEEnB','./helper','SDK-5318:\x20getBundledConnectionClass\x20called\x20before\x20_connection\x20populated;\x20returning\x20null','getPlaywrightBrowserType','_connection','toLowerCase','Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw','cucumberjs-pw','setFrameworkDetail','getBrowserFromCaps','GBjBK','PLAYWRIGHT','getBundledConnectionClass','isArray','KkdIC','HScdR','jRGYv','length','browserstack.accessibilityOptions.wcagVersion','apply','error','BROWSERSTACK_TESTHUB_UUID','FRAMEWORKS','cBGft','KQofY','jeZOU','31480HPVMJG','HHFkk','995880ExqjMu','Tyxsp','getInstance','getPWCorePath','elNmN','../bin/v2/grpcClient','Unable\x20to\x20get\x20the\x20websocket\x20connection','vGuYK','projects','dyDbZ','OfNOg','browserstack.accessibility','WUmuw','setBrowserstackConfig','QatJa','vEzEZ','connectWithRetry','HnbMg','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','ECONNREFUSED','constructor','./logger','client','768208wveJsQ','getBrowserTypePath','use','tDheV','../bin/v2/cliUtils','sQaan','Ojuqy','chromium','BROWSERSTACK_TEST_ACCESSIBILITY_YML','LwGNT','coBYa','THUOd','110PkAXgh','),\x20retrying\x20in\x20','No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response','Detected\x20Playwright\x20version\x20','format','Timeout','rnSJv','join','WebSocket\x20error','requirePWModule','[Playwright]\x20connect\x20attempt\x20','190lAoOaJ','\x20for\x20','debug','\x20attempts\x20—\x20surfacing\x20error:\x20','browserName','framework','getConfig','connectOverCDP','./testhub/utils','W3CMapping','728xdMcVu','connectOverCDPWithRetry','getPlaywrightConfig','gSZil'];a135_0x1d55=function(){return _0x4af0e1;};return a135_0x1d55();}function a135_0x5bf1(_0xd8c90f,_0x462c3d){const _0x1d5515=a135_0x1d55();return a135_0x5bf1=function(_0x5bf15c,_0x2fc728){_0x5bf15c=_0x5bf15c-0x168;let _0xcfac00=_0x1d5515[_0x5bf15c];return _0xcfac00;},a135_0x5bf1(_0xd8c90f,_0x462c3d);}const path=require('path'),util=require(a135_0x7ba3ca(0x20b)),{importFileFromPWCore}=require(a135_0x7ba3ca(0x168)),helper=require(a135_0x7ba3ca(0x168)),logger=require(a135_0x7ba3ca(0x198))[a135_0x7ba3ca(0x1c3)],W3CMapping=require('./w3cMapping')[a135_0x7ba3ca(0x1ba)](),constants=require(a135_0x7ba3ca(0x201)),BrowserstackCLI=require(a135_0x7ba3ca(0x1f8)),CLIUtils=require(a135_0x7ba3ca(0x19e));let GrpcClient;try{GrpcClient=require(a135_0x7ba3ca(0x188));}catch(a135_0x583fb0){logger[a135_0x7ba3ca(0x1b3)](a135_0x7ba3ca(0x1ef)+a135_0x583fb0[a135_0x7ba3ca(0x1fc)]),GrpcClient=null;}const convertW3CToJsonWire=_0x54835a=>{const _0x50875f=a135_0x7ba3ca,_0x5ca6c0={};_0x5ca6c0[_0x50875f(0x218)]=function(_0x58f67d,_0x5ec318){return _0x58f67d||_0x5ec318;},_0x5ca6c0['QatJa']=function(_0x11b7a9,_0x29a290){return _0x11b7a9===_0x29a290;},_0x5ca6c0[_0x50875f(0x1a0)]='bstack:options',_0x5ca6c0[_0x50875f(0x216)]=function(_0x3d92c1,_0x2c24dd){return _0x3d92c1===_0x2c24dd;},_0x5ca6c0[_0x50875f(0x1a4)]=function(_0x2d54c9,_0x1e5aa0){return _0x2d54c9 in _0x1e5aa0;};const _0x8a67f6=_0x5ca6c0,_0x10e543={};for(const [_0x406d0a,_0x1f95d0]of Object['entries'](_0x8a67f6[_0x50875f(0x218)](_0x54835a,{}))){if(_0x8a67f6['QatJa'](_0x406d0a,_0x8a67f6[_0x50875f(0x1a0)]))continue;let _0x40e78c=![];for(const [_0x235431,_0x3969be]of Object[_0x50875f(0x20f)](W3CMapping)){if(_0x8a67f6[_0x50875f(0x191)](_0x406d0a,_0x3969be)){_0x10e543[_0x235431]=_0x1f95d0,_0x40e78c=!![];break;}}!_0x40e78c&&(_0x10e543[_0x406d0a]=_0x1f95d0);}const _0x410b60=_0x54835a[_0x8a67f6['Ojuqy']]||{};for(const [_0x533baa,_0x110acd]of Object[_0x50875f(0x20f)](_0x410b60)){let _0x327abc=![];for(const [_0x3419fc,_0x20221a]of Object[_0x50875f(0x20f)](W3CMapping)){if(_0x8a67f6[_0x50875f(0x216)](_0x533baa,_0x20221a)){_0x10e543[_0x3419fc]=_0x110acd,_0x327abc=!![];break;}}!_0x327abc&&!_0x8a67f6[_0x50875f(0x1a4)](_0x533baa,_0x10e543)&&(_0x10e543[_0x533baa]=_0x110acd);}return logger['debug']('Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20'+JSON['stringify'](_0x10e543)),_0x10e543;},getModifiedConfigFromCLI=async _0x350533=>{const _0x278964=a135_0x7ba3ca,_0x421b78={};_0x421b78[_0x278964(0x219)]=_0x278964(0x203),_0x421b78[_0x278964(0x1c2)]=_0x278964(0x16e),_0x421b78[_0x278964(0x1df)]=_0x278964(0x16d),_0x421b78[_0x278964(0x184)]=_0x278964(0x1e4),_0x421b78[_0x278964(0x1ec)]=function(_0x4f0b1d,_0x174f97){return _0x4f0b1d>_0x174f97;},_0x421b78[_0x278964(0x18d)]=_0x278964(0x1a8);const _0x9a4dba=_0x421b78;try{if(!GrpcClient)return logger[_0x278964(0x1b3)](_0x9a4dba['qcaZD']),null;const _0x3c1274={};_0x3c1274[_0x278964(0x1d9)]=_0x350533,_0x3c1274[_0x278964(0x1b6)]=_0x9a4dba[_0x278964(0x1c2)],_0x3c1274[_0x278964(0x1bf)]=0x1,_0x3c1274['projects']=[];const _0x366e30=_0x3c1274;logger[_0x278964(0x1b3)](_0x9a4dba[_0x278964(0x1df)]);const _0x2ee3be={};_0x2ee3be[_0x278964(0x1ca)]=_0x366e30;const _0x4a08c4=await GrpcClient['getInstance']()[_0x278964(0x1bd)](_0x2ee3be);if(!_0x4a08c4[_0x278964(0x1b7)]())return logger[_0x278964(0x1b3)](_0x9a4dba[_0x278964(0x184)]),null;const _0x541d0c=JSON[_0x278964(0x1d5)](_0x4a08c4['getConfig']());logger['debug'](_0x278964(0x209)+JSON[_0x278964(0x1e1)](_0x541d0c));if(_0x541d0c['capabilities']&&Array[_0x278964(0x174)](_0x541d0c[_0x278964(0x1d9)])&&_0x9a4dba[_0x278964(0x1ec)](_0x541d0c[_0x278964(0x1d9)][_0x278964(0x178)],0x0))return _0x541d0c['capabilities'][0x0];else{if(_0x541d0c[_0x278964(0x18b)]&&Array['isArray'](_0x541d0c[_0x278964(0x18b)])&&_0x9a4dba[_0x278964(0x1ec)](_0x541d0c['projects'][_0x278964(0x178)],0x0)){const _0x523d07=_0x541d0c['projects'][0x0];if(_0x523d07[_0x278964(0x19c)]&&_0x523d07['use'][_0x278964(0x207)])return _0x523d07[_0x278964(0x19c)][_0x278964(0x207)];}}return logger['debug'](_0x9a4dba[_0x278964(0x18d)]),null;}catch(_0x163897){logger[_0x278964(0x17b)](_0x278964(0x1f5)+_0x163897[_0x278964(0x1fc)]);throw _0x163897;}},generatePlaywrightUrl=(_0x3d738f,_0x5f3648)=>{const _0x582c2b=a135_0x7ba3ca,_0x1bb676={'FIBhy':function(_0x295ad6,_0x55772c){return _0x295ad6!==_0x55772c;},'XKXwa':function(_0xa01e67,_0x55a890){return _0xa01e67!==_0x55a890;},'QHxlw':function(_0x14217e,_0x5c2a79){return _0x14217e!==_0x5c2a79;},'gSZil':function(_0x3048d9,_0x4ed2c4){return _0x3048d9!==_0x4ed2c4;},'cBGft':function(_0x524c03,_0x1a6eca){return _0x524c03!==_0x1a6eca;},'mLpLR':function(_0x13afac,_0x4b684e){return _0x13afac(_0x4b684e);},'dKtrR':function(_0x3c03a7,_0x10239a){return _0x3c03a7||_0x10239a;},'THUOd':_0x582c2b(0x18e),'QgopE':'browserstack.accessibilityOptions.authToken','GeXjl':function(_0x59a28a,_0x5403d7){return _0x59a28a(_0x5403d7);},'YHjBu':_0x582c2b(0x179),'MoDiE':_0x582c2b(0x1f3),'qmgyi':function(_0x30ef3f,_0x508232){return _0x30ef3f(_0x508232);},'qXkBC':'browserstack.accessibilityOptions.scannerProcessingTimeout','ZFzAQ':function(_0x2a8efa,_0x1f0b25){return _0x2a8efa===_0x1f0b25;},'sQaan':_0x582c2b(0x1e2),'cpTWW':'browserstack.testhubBuildUuid','YmBeV':_0x582c2b(0x1e3),'JWxEw':function(_0x4a5805,_0x662f67){return _0x4a5805+_0x662f67;}},_0x4c2192=helper[_0x582c2b(0x1cd)](_0x3d738f),_0x42d762=_0x1bb676[_0x582c2b(0x1d2)](convertW3CToJsonWire,_0x5f3648);try{const _0x339565=[_0x1bb676[_0x582c2b(0x1d6)](_0x5f3648,{}),global['__launchCaps']||{},global[_0x582c2b(0x1ff)]||{},global[_0x582c2b(0x21b)]||{}],_0x43844d=_0x108f4e=>{const _0x458e46=_0x582c2b;if(_0x1bb676[_0x458e46(0x20a)](_0x42d762[_0x108f4e],undefined)&&_0x1bb676[_0x458e46(0x20a)](_0x42d762[_0x108f4e],null)&&_0x1bb676['XKXwa'](_0x42d762[_0x108f4e],''))return;for(const _0x371d9f of _0x339565){if(_0x371d9f&&_0x1bb676['QHxlw'](_0x371d9f[_0x108f4e],undefined)&&_0x1bb676[_0x458e46(0x1be)](_0x371d9f[_0x108f4e],null)&&_0x1bb676[_0x458e46(0x17e)](_0x371d9f[_0x108f4e],'')){_0x42d762[_0x108f4e]=_0x371d9f[_0x108f4e];return;}}};_0x1bb676[_0x582c2b(0x1d2)](_0x43844d,_0x1bb676[_0x582c2b(0x1a5)]),_0x1bb676[_0x582c2b(0x1d2)](_0x43844d,_0x1bb676[_0x582c2b(0x20e)]),_0x1bb676['GeXjl'](_0x43844d,_0x1bb676[_0x582c2b(0x214)]),_0x1bb676[_0x582c2b(0x1c6)](_0x43844d,_0x1bb676[_0x582c2b(0x1e0)]),_0x1bb676['qmgyi'](_0x43844d,_0x1bb676[_0x582c2b(0x1dc)]),!_0x42d762[_0x1bb676['QgopE']]&&process[_0x582c2b(0x1e8)][_0x582c2b(0x1f1)]&&(_0x42d762[_0x1bb676[_0x582c2b(0x20e)]]=process[_0x582c2b(0x1e8)][_0x582c2b(0x1f1)]),_0x1bb676[_0x582c2b(0x1fa)](_0x42d762[_0x1bb676[_0x582c2b(0x1a5)]],undefined)&&process[_0x582c2b(0x1e8)][_0x582c2b(0x1a2)]&&_0x1bb676['ZFzAQ'](_0x1bb676['qmgyi'](String,process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])[_0x582c2b(0x16c)](),_0x1bb676[_0x582c2b(0x19f)])&&(_0x42d762[_0x1bb676[_0x582c2b(0x1a5)]]=!![]);}catch(_0x2374ea){logger[_0x582c2b(0x1b3)](_0x582c2b(0x1d4)+util[_0x582c2b(0x1aa)](_0x2374ea));}return _0x42d762[_0x1bb676[_0x582c2b(0x1ce)]]=process[_0x582c2b(0x1e8)][_0x582c2b(0x17c)],_0x42d762[_0x1bb676[_0x582c2b(0x1cb)]]=helper[_0x582c2b(0x1ee)](),_0x1bb676[_0x582c2b(0x1d1)](_0x4c2192,_0x1bb676['qmgyi'](encodeURIComponent,JSON[_0x582c2b(0x1e1)](_0x42d762)));},getBrowserFromCaps=_0x30111e=>{const _0x460c6=a135_0x7ba3ca,_0x23a571={};_0x23a571[_0x460c6(0x1dd)]='chrome';const _0x59bfb7=_0x23a571;return _0x30111e[_0x460c6(0x1b5)]||_0x30111e[_0x460c6(0x217)]||_0x59bfb7[_0x460c6(0x1dd)];},getBrowserTypeFromBundledPlaywright=()=>{const _0x5d1864=a135_0x7ba3ca;try{const _0x5c1baf=helper[_0x5d1864(0x186)]();if(!_0x5c1baf)return null;const _0x205aba=helper[_0x5d1864(0x1af)](_0x5c1baf),_0x28f8e6=_0x205aba&&(_0x205aba[_0x5d1864(0x1a1)]||_0x205aba[_0x5d1864(0x1de)]||_0x205aba[_0x5d1864(0x1d0)]);if(!_0x28f8e6)return null;return _0x28f8e6['constructor']||null;}catch(_0x143a7d){return logger['debug'](_0x5d1864(0x1e5)+util[_0x5d1864(0x1aa)](_0x143a7d)),null;}},getBundledConnectionClass=()=>{const _0x593a5c=a135_0x7ba3ca,_0x30a18a={};_0x30a18a['dYJaz']=_0x593a5c(0x169);const _0x5e9fdd=_0x30a18a;try{const _0x52078c=helper['getPWCorePath']();if(!_0x52078c)return null;const _0x3a1e53=helper[_0x593a5c(0x1af)](_0x52078c),_0x37a347=_0x3a1e53&&(_0x3a1e53[_0x593a5c(0x1a1)]||_0x3a1e53['firefox']||_0x3a1e53[_0x593a5c(0x1d0)]);if(!_0x37a347)return null;if(!_0x37a347[_0x593a5c(0x16b)])return logger[_0x593a5c(0x1b3)](_0x5e9fdd['dYJaz']),null;if(!_0x37a347['_connection'][_0x593a5c(0x197)])return null;return _0x37a347[_0x593a5c(0x16b)][_0x593a5c(0x197)];}catch(_0x4939f4){return logger['debug'](_0x593a5c(0x1e7)+util['format'](_0x4939f4)),null;}},isPlaywrightAvailable=()=>{const _0x55755f=a135_0x7ba3ca,_0x39ff01={'nCqOd':'lib','shSUW':'client','LwGNT':'browserType.js','vGuYK':function(_0x2e45bd,_0x3387b6){return _0x2e45bd(_0x3387b6);},'HnbMg':function(_0x4d2784){return _0x4d2784();}};try{const _0x135f09=path[_0x55755f(0x1ad)](_0x39ff01[_0x55755f(0x1ea)],_0x39ff01['shSUW'],_0x39ff01[_0x55755f(0x1a3)]),_0xf09eeb=_0x39ff01[_0x55755f(0x18a)](importFileFromPWCore,_0x135f09);if(_0xf09eeb)return!![];return!!_0x39ff01[_0x55755f(0x194)](getBrowserTypeFromBundledPlaywright);}catch(_0x439d6f){return logger[_0x55755f(0x1b3)](_0x55755f(0x1cc)+util[_0x55755f(0x1aa)](_0x439d6f)),![];}},getPlaywrightBrowserType=()=>{const _0x4959e5=a135_0x7ba3ca,_0xb51d39={'SwNjV':'lib','KQofY':_0x4959e5(0x199),'gLXpi':'browserType.js','jEEnB':function(_0x38fd40,_0x26717e){return _0x38fd40(_0x26717e);},'OIoRh':function(_0x561f48){return _0x561f48();}};try{const _0x1362c1=path[_0x4959e5(0x1ad)](_0xb51d39['SwNjV'],_0xb51d39[_0x4959e5(0x17f)],_0xb51d39[_0x4959e5(0x206)]),_0x2b95b5=_0xb51d39[_0x4959e5(0x21d)](importFileFromPWCore,_0x1362c1);if(_0x2b95b5&&_0x2b95b5[_0x4959e5(0x205)])return _0x2b95b5['BrowserType'];return _0xb51d39[_0x4959e5(0x1d3)](getBrowserTypeFromBundledPlaywright);}catch(_0x4a15bc){return logger[_0x4959e5(0x1b3)](_0x4959e5(0x1f9)+util[_0x4959e5(0x1aa)](_0x4a15bc)),null;}},getPlaywrightModulePath=()=>{const _0x5e641f=a135_0x7ba3ca,_0x43d397={};_0x43d397[_0x5e641f(0x19d)]=_0x5e641f(0x195);const _0x21602d=_0x43d397;return logger['debug'](_0x21602d[_0x5e641f(0x19d)]),null;},getBrowserTypePath=()=>{const _0x4f79f3=a135_0x7ba3ca,_0x155d2d={};_0x155d2d['ihWQd']='getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead';const _0x2dde5a=_0x155d2d;return logger[_0x4f79f3(0x1b3)](_0x2dde5a[_0x4f79f3(0x204)]),null;},checkPwandBootstrapCli=async(_0x5726a2,_0x2c9cea,_0x21aefa)=>{const _0x2b444e=a135_0x7ba3ca,_0x38b742={'KkdIC':function(_0x4b51a9,_0x3d5b4e){return _0x4b51a9(_0x3d5b4e);},'YkRCj':_0x2b444e(0x1b9)};if(_0x5726a2){const _0x1a0303=constants[_0x2b444e(0x17d)][_0x2b444e(0x172)];logger[_0x2b444e(0x1b3)](_0x2b444e(0x1a9)+_0x5726a2+_0x2b444e(0x1b2)+_0x2c9cea+'\x20flow'),CLIUtils[_0x2b444e(0x16f)](_0x2c9cea,_0x1a0303);const {getProductMap:_0x19291e}=_0x38b742[_0x2b444e(0x175)](require,_0x38b742[_0x2b444e(0x20c)]);process[_0x2b444e(0x1e8)][_0x2b444e(0x20d)]=JSON[_0x2b444e(0x1e1)](_0x38b742[_0x2b444e(0x175)](_0x19291e,_0x21aefa[_0x2b444e(0x1ed)])),BrowserstackCLI[_0x2b444e(0x185)]()[_0x2b444e(0x190)](_0x21aefa[_0x2b444e(0x1ed)],_0x21aefa[_0x2b444e(0x1c7)],_0x21aefa[_0x2b444e(0x212)]),await BrowserstackCLI[_0x2b444e(0x185)]()['bootstrap']();}},connectOverCDPWithRetry=async(_0x494fc6,_0x13837c,_0x5b7a5e,_0x1e3730=0x3,_0x5d991c=0x1f4)=>{const _0x1f84f3=a135_0x7ba3ca,_0xb2c085={};_0xb2c085[_0x1f84f3(0x171)]=function(_0x58e80a,_0x5c47a5){return _0x58e80a<=_0x5c47a5;},_0xb2c085[_0x1f84f3(0x1f2)]=_0x1f84f3(0x213),_0xb2c085['vEzEZ']='Timeout',_0xb2c085[_0x1f84f3(0x215)]=_0x1f84f3(0x1ae),_0xb2c085['rnSJv']='connectOverCDP:\x20CDPSession',_0xb2c085[_0x1f84f3(0x1cf)]=_0x1f84f3(0x21c),_0xb2c085[_0x1f84f3(0x177)]=_0x1f84f3(0x196),_0xb2c085[_0x1f84f3(0x187)]=function(_0x5345d9,_0x57daf){return _0x5345d9===_0x57daf;},_0xb2c085[_0x1f84f3(0x1f6)]=function(_0xa26306,_0x417a0f){return _0xa26306+_0x417a0f;},_0xb2c085[_0x1f84f3(0x1da)]=function(_0x2d554c,_0x24f9bd){return _0x2d554c*_0x24f9bd;},_0xb2c085[_0x1f84f3(0x176)]=function(_0x42d7c0,_0x3d3e4c){return _0x42d7c0+_0x3d3e4c;},_0xb2c085['gWPgg']=function(_0xad7cf0,_0x3ad39c){return _0xad7cf0+_0x3ad39c;};const _0x4565e6=_0xb2c085;let _0x4e39b1;for(let _0x2e266b=0x0;_0x4565e6['GBjBK'](_0x2e266b,_0x1e3730);_0x2e266b++){try{return await _0x494fc6[_0x1f84f3(0x1b8)][_0x1f84f3(0x17a)](_0x13837c,_0x5b7a5e);}catch(_0xf70666){_0x4e39b1=_0xf70666;const _0xa68410=_0xf70666&&_0xf70666[_0x1f84f3(0x1fc)]||'',_0x11cb61=_0xa68410[_0x1f84f3(0x1d8)](_0x4565e6['DKDHz'])||_0xa68410[_0x1f84f3(0x1d8)](_0x4565e6[_0x1f84f3(0x192)])||_0xa68410['includes'](_0x4565e6[_0x1f84f3(0x215)])||_0xa68410['includes'](_0x4565e6[_0x1f84f3(0x1ac)])||_0xa68410[_0x1f84f3(0x1d8)](_0x4565e6[_0x1f84f3(0x1cf)])||_0xa68410[_0x1f84f3(0x1d8)](_0x4565e6[_0x1f84f3(0x177)]);if(!_0x11cb61||_0x4565e6['elNmN'](_0x2e266b,_0x1e3730)){_0x11cb61&&logger['warn']('[A11Y]\x20connectOverCDP\x20gave\x20up\x20after\x20'+_0x4565e6['YjwGB'](_0x2e266b,0x1)+_0x1f84f3(0x1b4)+_0xa68410);throw _0xf70666;}const _0x1fe186=_0x4565e6[_0x1f84f3(0x1da)](_0x5d991c,_0x4565e6[_0x1f84f3(0x1f6)](_0x2e266b,0x1));logger[_0x1f84f3(0x208)](_0x1f84f3(0x21a)+_0x4565e6['HScdR'](_0x2e266b,0x1)+'/'+_0x4565e6[_0x1f84f3(0x1fb)](_0x1e3730,0x1)+_0x1f84f3(0x1eb)+_0xa68410+'),\x20retrying\x20in\x20'+_0x1fe186+'ms'),await new Promise(_0x2baae3=>setTimeout(_0x2baae3,_0x1fe186));}}throw _0x4e39b1;},connectWithRetry=async(_0x372a85,_0x1934dc,_0x52da6e,_0x23f20f=0x3,_0x2e9e2b=0x3e8)=>{const _0x368932=a135_0x7ba3ca,_0x8f7034={};_0x8f7034[_0x368932(0x1c8)]=function(_0x2e6ce8,_0x40c265){return _0x2e6ce8<=_0x40c265;},_0x8f7034[_0x368932(0x18f)]=_0x368932(0x1f0),_0x8f7034[_0x368932(0x1c0)]=_0x368932(0x189),_0x8f7034[_0x368932(0x182)]=_0x368932(0x213),_0x8f7034['sTLph']=_0x368932(0x1ab),_0x8f7034[_0x368932(0x1d7)]=_0x368932(0x1ae),_0x8f7034[_0x368932(0x18c)]=_0x368932(0x21c),_0x8f7034[_0x368932(0x211)]=_0x368932(0x196),_0x8f7034[_0x368932(0x1fe)]=function(_0x3f223d,_0x3472c4){return _0x3f223d===_0x3472c4;},_0x8f7034[_0x368932(0x180)]=function(_0x3d493a,_0x2b78c7){return _0x3d493a+_0x2b78c7;},_0x8f7034[_0x368932(0x1e6)]=function(_0x2ea1ca,_0x584b74){return _0x2ea1ca*_0x584b74;},_0x8f7034['NkegP']=function(_0x30b89b,_0x4d775e){return _0x30b89b+_0x4d775e;};const _0x5ca8d8=_0x8f7034;let _0x18e9f6;for(let _0x45a12f=0x0;_0x5ca8d8[_0x368932(0x1c8)](_0x45a12f,_0x23f20f);_0x45a12f++){try{return await _0x372a85[_0x368932(0x17a)](_0x1934dc,_0x52da6e);}catch(_0x5b0152){_0x18e9f6=_0x5b0152;const _0x47eefe=_0x5b0152&&_0x5b0152['message']||'',_0x4264ab=_0x47eefe[_0x368932(0x1d8)](_0x5ca8d8[_0x368932(0x18f)])||_0x47eefe[_0x368932(0x1d8)](_0x5ca8d8[_0x368932(0x1c0)])||_0x47eefe[_0x368932(0x1d8)](_0x5ca8d8[_0x368932(0x182)])||_0x47eefe['includes'](_0x5ca8d8[_0x368932(0x210)])||_0x47eefe[_0x368932(0x1d8)](_0x5ca8d8[_0x368932(0x1d7)])||_0x47eefe[_0x368932(0x1d8)](_0x5ca8d8[_0x368932(0x18c)])||_0x47eefe['includes'](_0x5ca8d8['VNeHB']);if(!_0x4264ab||_0x5ca8d8[_0x368932(0x1fe)](_0x45a12f,_0x23f20f)){_0x4264ab&&logger['warn']('[Playwright]\x20connect\x20gave\x20up\x20after\x20'+_0x5ca8d8['jeZOU'](_0x45a12f,0x1)+_0x368932(0x1b4)+_0x47eefe+'.\x20Session\x20may\x20be\x20reported\x20unlinked\x20(device\x20name\x20missing\x20on\x20dashboard).');throw _0x5b0152;}const _0x37e4c8=_0x5ca8d8[_0x368932(0x1e6)](_0x2e9e2b,_0x5ca8d8[_0x368932(0x180)](_0x45a12f,0x1));logger[_0x368932(0x208)](_0x368932(0x1b0)+_0x5ca8d8[_0x368932(0x1c9)](_0x45a12f,0x1)+'/'+_0x5ca8d8[_0x368932(0x180)](_0x23f20f,0x1)+_0x368932(0x1eb)+_0x47eefe+_0x368932(0x1a7)+_0x37e4c8+'ms'),await new Promise(_0x3d8542=>setTimeout(_0x3d8542,_0x37e4c8));}}throw _0x18e9f6;},a135_0x495786={};a135_0x495786['convertW3CToJsonWire']=convertW3CToJsonWire,a135_0x495786[a135_0x7ba3ca(0x1fd)]=getModifiedConfigFromCLI,a135_0x495786[a135_0x7ba3ca(0x1c4)]=generatePlaywrightUrl,a135_0x495786[a135_0x7ba3ca(0x170)]=getBrowserFromCaps,a135_0x495786['isPlaywrightAvailable']=isPlaywrightAvailable,a135_0x495786[a135_0x7ba3ca(0x16a)]=getPlaywrightBrowserType,a135_0x495786[a135_0x7ba3ca(0x1db)]=getPlaywrightModulePath,a135_0x495786[a135_0x7ba3ca(0x19b)]=getBrowserTypePath,a135_0x495786['importFileFromPWCore']=importFileFromPWCore,a135_0x495786[a135_0x7ba3ca(0x1c5)]=checkPwandBootstrapCli,a135_0x495786[a135_0x7ba3ca(0x1bc)]=connectOverCDPWithRetry,a135_0x495786[a135_0x7ba3ca(0x193)]=connectWithRetry,a135_0x495786[a135_0x7ba3ca(0x173)]=getBundledConnectionClass,module[a135_0x7ba3ca(0x202)]=a135_0x495786;
1
+ const a150_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 +1 @@
1
- const a136_0x465d10=a136_0xf475;function a136_0xf475(_0x5cac54,_0x26c68b){const _0x4c693d=a136_0x4c69();return a136_0xf475=function(_0xf47516,_0x586fda){_0xf47516=_0xf47516-0x159;let _0x49d99c=_0x4c693d[_0xf47516];return _0x49d99c;},a136_0xf475(_0x5cac54,_0x26c68b);}(function(_0x1cdfa7,_0x2f54e9){const _0x41babb=a136_0xf475,_0x5a765f=_0x1cdfa7();while(!![]){try{const _0x365966=-parseInt(_0x41babb(0x175))/0x1+-parseInt(_0x41babb(0x15f))/0x2*(-parseInt(_0x41babb(0x15a))/0x3)+parseInt(_0x41babb(0x16c))/0x4*(-parseInt(_0x41babb(0x176))/0x5)+-parseInt(_0x41babb(0x15c))/0x6*(parseInt(_0x41babb(0x170))/0x7)+-parseInt(_0x41babb(0x178))/0x8*(-parseInt(_0x41babb(0x179))/0x9)+parseInt(_0x41babb(0x17b))/0xa+-parseInt(_0x41babb(0x159))/0xb*(-parseInt(_0x41babb(0x17c))/0xc);if(_0x365966===_0x2f54e9)break;else _0x5a765f['push'](_0x5a765f['shift']());}catch(_0x4e9622){_0x5a765f['push'](_0x5a765f['shift']());}}}(a136_0x4c69,0x5e783));const worker=require('worker_threads'),{fileLogger}=require(a136_0x465d10(0x16a)),{consoleHolder}=require('./test-observability/constants'),globals=require(a136_0x465d10(0x163)),constants=require(a136_0x465d10(0x172));exports[a136_0x465d10(0x161)]=()=>{const _0x51a23d=a136_0x465d10;return process[_0x51a23d(0x174)]+'-'+worker[_0x51a23d(0x164)];},exports[a136_0x465d10(0x173)]=()=>{const _0x3dfa1f=a136_0x465d10,_0x2194a0={};_0x2194a0['MTUAu']=_0x3dfa1f(0x15d);const _0x2581fe=_0x2194a0;return globals[_0x3dfa1f(0x165)](_0x2581fe[_0x3dfa1f(0x16d)]);},exports[a136_0x465d10(0x16e)]=(_0x5b0044=0x64)=>new Promise(_0x1d4a5a=>setTimeout(_0x1d4a5a,_0x5b0044)),exports[a136_0x465d10(0x162)]=_0x3c1a05=>{const _0x189b1f=a136_0x465d10,_0x412e73={};_0x412e73[_0x189b1f(0x166)]=function(_0x212b20,_0x166992){return _0x212b20===_0x166992;},_0x412e73[_0x189b1f(0x160)]=_0x189b1f(0x171),_0x412e73[_0x189b1f(0x15e)]=function(_0x63aea6,_0xf3ad2b){return _0x63aea6===_0xf3ad2b;},_0x412e73[_0x189b1f(0x168)]=function(_0x5864f7,_0x170f40){return _0x5864f7===_0x170f40;};const _0x873d9e=_0x412e73;fileLogger[_0x189b1f(0x162)]('['+new Date()[_0x189b1f(0x169)]()+'][\x20'+constants[_0x189b1f(0x17a)]+_0x189b1f(0x15b)+_0x3c1a05),(_0x873d9e[_0x189b1f(0x166)](process['env'][_0x189b1f(0x16b)],_0x873d9e[_0x189b1f(0x160)])||_0x873d9e[_0x189b1f(0x15e)](process[_0x189b1f(0x167)][_0x189b1f(0x16b)],'1')||_0x873d9e['IxSRw'](process[_0x189b1f(0x167)][_0x189b1f(0x177)],_0x873d9e[_0x189b1f(0x160)])||_0x873d9e[_0x189b1f(0x166)](process['env'][_0x189b1f(0x177)],'1'))&&consoleHolder[_0x189b1f(0x16f)]('\x0a['+new Date()['toISOString']()+'][\x20'+constants[_0x189b1f(0x17a)]+_0x189b1f(0x15b)+_0x3c1a05+'\x0a');};function a136_0x4c69(){const _0x14b75d=['121602Uhrnjt','1342145WbZpYc','BROWSERSTACK_OBSERVABILITY_DEBUG','8fNYacK','472275CkpdgZ','TEST_REPORTING_ANALYTICS','626550rxCafe','48GJtgpf','2195831bgXxCk','390675sobjCt','\x20]\x20','3468wzZImT','browserstackTestName','OgEPB','4FfAscJ','AhDFv','getProcessId','debug','./globals','threadId','getGlobal','iytPI','env','IxSRw','toISOString','./logger','BROWSERSTACK_TEST_REPORTING_DEBUG','4vDALFl','MTUAu','sleep','log','4809WwemSF','true','../bin/utils/constants','getTestName','pid'];a136_0x4c69=function(){return _0x14b75d;};return a136_0x4c69();}
1
+ function a151_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 +1 @@
1
- const a137_0x2fe918=a137_0x9f68;(function(_0x275653,_0x1673d2){const _0x41c65e=a137_0x9f68,_0x40a7d2=_0x275653();while(!![]){try{const _0x2382a2=-parseInt(_0x41c65e(0x134))/0x1*(-parseInt(_0x41c65e(0x151))/0x2)+parseInt(_0x41c65e(0x11f))/0x3*(-parseInt(_0x41c65e(0x14e))/0x4)+-parseInt(_0x41c65e(0x121))/0x5+-parseInt(_0x41c65e(0x12a))/0x6+-parseInt(_0x41c65e(0x145))/0x7*(-parseInt(_0x41c65e(0x147))/0x8)+parseInt(_0x41c65e(0x115))/0x9+parseInt(_0x41c65e(0x140))/0xa;if(_0x2382a2===_0x1673d2)break;else _0x40a7d2['push'](_0x40a7d2['shift']());}catch(_0x3d7a65){_0x40a7d2['push'](_0x40a7d2['shift']());}}}(a137_0x378c,0x64f7c));const util=require(a137_0x2fe918(0x148)),helper=require(a137_0x2fe918(0x14a)),logger=require(a137_0x2fe918(0x112))[a137_0x2fe918(0x11c)],W3CMapping=require(a137_0x2fe918(0x11e))[a137_0x2fe918(0x117)](),constants=require(a137_0x2fe918(0x128)),BrowserstackCLI=require('../bin/v2/browserstackCLI'),CLIUtils=require(a137_0x2fe918(0x13e)),getAPIUtilityMethods=()=>{const _0x3dfec1=a137_0x2fe918,_0x5f08b3={'rSjJh':function(_0x5a0c74,_0x314579){return _0x5a0c74(_0x314579);},'eyRzh':_0x3dfec1(0x116)};return _0x5f08b3[_0x3dfec1(0x12e)](require,_0x5f08b3[_0x3dfec1(0x144)]);},getPuppeteerUrl=_0x20a177=>{const _0x5df645=a137_0x2fe918,_0x249176={'wjVbA':function(_0x514cf1){return _0x514cf1();}};if(_0x20a177[_0x5df645(0x13a)])return _0x20a177[_0x5df645(0x13a)];const _0xef821a=_0x249176[_0x5df645(0x119)](getAPIUtilityMethods);return _0xef821a[_0x5df645(0x120)]('');},convertW3CToJsonWire=_0x3c002f=>{const _0x4f8c37=a137_0x2fe918,_0x2005ac={};_0x2005ac['XCWwB']=function(_0x57405a,_0x513a42){return _0x57405a||_0x513a42;},_0x2005ac[_0x4f8c37(0x125)]=function(_0xf77bc7,_0x37706f){return _0xf77bc7===_0x37706f;},_0x2005ac['ucUpF']='bstack:options',_0x2005ac['yFNtz']=function(_0x2affc4,_0x559521){return _0x2affc4===_0x559521;},_0x2005ac[_0x4f8c37(0x122)]=function(_0x327e5b,_0x2246d8){return _0x327e5b in _0x2246d8;};const _0x59e018=_0x2005ac,_0x4861ef={};for(const [_0x2600d7,_0x2030ac]of Object['entries'](_0x59e018[_0x4f8c37(0x114)](_0x3c002f,{}))){if(_0x59e018[_0x4f8c37(0x125)](_0x2600d7,_0x59e018['ucUpF']))continue;let _0x9bdaa5=![];for(const [_0x3f5aaa,_0x4183c5]of Object[_0x4f8c37(0x132)](W3CMapping)){if(_0x59e018[_0x4f8c37(0x125)](_0x2600d7,_0x4183c5)){_0x4861ef[_0x3f5aaa]=_0x2030ac,_0x9bdaa5=!![];break;}}!_0x9bdaa5&&(_0x4861ef[_0x2600d7]=_0x2030ac);}const _0x4e9650=_0x3c002f[_0x59e018['ucUpF']]||{};for(const [_0x19fbfb,_0x25bc9b]of Object[_0x4f8c37(0x132)](_0x4e9650)){let _0x5e39a7=![];for(const [_0x24ca68,_0x19faa0]of Object[_0x4f8c37(0x132)](W3CMapping)){if(_0x59e018['yFNtz'](_0x19fbfb,_0x19faa0)){_0x4861ef[_0x24ca68]=_0x25bc9b,_0x5e39a7=!![];break;}}!_0x5e39a7&&!_0x59e018[_0x4f8c37(0x122)](_0x19fbfb,_0x4861ef)&&(_0x4861ef[_0x19fbfb]=_0x25bc9b);}return logger[_0x4f8c37(0x12c)]('[PuppeteerHelper]\x20Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20'+JSON[_0x4f8c37(0x12d)](_0x4861ef)),_0x4861ef;},generatePuppeteerUrl=(_0x41e4b9,_0x3e49e8)=>{const _0x7cde8c=a137_0x2fe918,_0x2a66ce={'GyvVI':function(_0x3c4e6e,_0x483142){return _0x3c4e6e(_0x483142);},'JGIGn':_0x7cde8c(0x14c),'CTavk':_0x7cde8c(0x141),'aMPPY':function(_0x4c9555,_0x485e48){return _0x4c9555+_0x485e48;},'VBiaM':function(_0x3b0d79,_0x5a7ca3){return _0x3b0d79(_0x5a7ca3);}},_0x46c743=_0x2a66ce[_0x7cde8c(0x14b)](getPuppeteerUrl,_0x41e4b9),_0x452204=_0x2a66ce[_0x7cde8c(0x14b)](convertW3CToJsonWire,_0x3e49e8);return _0x452204[_0x2a66ce[_0x7cde8c(0x126)]]=process['env'][_0x7cde8c(0x127)],_0x452204[_0x2a66ce[_0x7cde8c(0x11a)]]=helper[_0x7cde8c(0x143)](),_0x2a66ce[_0x7cde8c(0x123)](_0x46c743,_0x2a66ce[_0x7cde8c(0x124)](encodeURIComponent,JSON[_0x7cde8c(0x12d)](_0x452204)));},isPuppeteerAvailable=()=>{const _0x53f750=a137_0x2fe918,_0x472b3f={};_0x472b3f[_0x53f750(0x118)]=_0x53f750(0x14d),_0x472b3f['ngwAR']='puppeteer';const _0x2157ae=_0x472b3f;try{return require['resolve'](_0x2157ae[_0x53f750(0x118)]),!![];}catch{try{return require['resolve'](_0x2157ae[_0x53f750(0x142)]),!![];}catch{return![];}}},getPuppeteerVersion=()=>{const _0x5548f5=a137_0x2fe918,_0x287c38={};_0x287c38[_0x5548f5(0x152)]=_0x5548f5(0x14d),_0x287c38['maPCk']=_0x5548f5(0x12b);const _0x1d2df4=_0x287c38;return helper[_0x5548f5(0x153)](_0x1d2df4[_0x5548f5(0x152)])||helper[_0x5548f5(0x153)](_0x1d2df4[_0x5548f5(0x12f)]);},checkPuppeteerAndBootstrapCli=async(_0x48055f,_0xbf7665,_0x37e3b7)=>{const _0x1e2a5e=a137_0x2fe918,_0x37a0e3={'Qtbog':'true','ymNoQ':function(_0x2b747c,_0x5799e0){return _0x2b747c(_0x5799e0);},'UYnlJ':'./testhub/utils'};if(_0x48055f){const _0xd9773e=constants[_0x1e2a5e(0x139)][_0x1e2a5e(0x131)];logger[_0x1e2a5e(0x12c)](_0x1e2a5e(0x136)+_0x48055f+_0x1e2a5e(0x150)+_0xbf7665+_0x1e2a5e(0x11b)),process[_0x1e2a5e(0x13d)][_0x1e2a5e(0x149)]=_0x37a0e3[_0x1e2a5e(0x11d)],CLIUtils[_0x1e2a5e(0x130)](_0xbf7665,_0xd9773e);const {getProductMap:_0x226af1}=_0x37a0e3[_0x1e2a5e(0x113)](require,_0x37a0e3[_0x1e2a5e(0x137)]);process[_0x1e2a5e(0x13d)][_0x1e2a5e(0x14f)]=JSON[_0x1e2a5e(0x12d)](_0x37a0e3[_0x1e2a5e(0x113)](_0x226af1,_0x37e3b7['config'])),BrowserstackCLI[_0x1e2a5e(0x129)]()[_0x1e2a5e(0x135)](_0x37e3b7[_0x1e2a5e(0x13c)],_0x37e3b7['configPath'],_0x37e3b7[_0x1e2a5e(0x13f)]),await BrowserstackCLI[_0x1e2a5e(0x129)]()[_0x1e2a5e(0x138)]();}},a137_0x2af6d2={};function a137_0x9f68(_0xa3b5a,_0x5e1d41){const _0x378c99=a137_0x378c();return a137_0x9f68=function(_0x9f6816,_0xaaada1){_0x9f6816=_0x9f6816-0x112;let _0x16c42c=_0x378c99[_0x9f6816];return _0x16c42c;},a137_0x9f68(_0xa3b5a,_0x5e1d41);}a137_0x2af6d2[a137_0x2fe918(0x133)]=getPuppeteerUrl,a137_0x2af6d2[a137_0x2fe918(0x146)]=convertW3CToJsonWire,a137_0x2af6d2[a137_0x2fe918(0x13b)]=generatePuppeteerUrl,a137_0x2af6d2['isPuppeteerAvailable']=isPuppeteerAvailable,a137_0x2af6d2['getPuppeteerVersion']=getPuppeteerVersion,a137_0x2af6d2['checkPuppeteerAndBootstrapCli']=checkPuppeteerAndBootstrapCli,module['exports']=a137_0x2af6d2;function a137_0x378c(){const _0x5185d4=['oznmn','wjVbA','CTavk','\x20flow','winstonLogger','Qtbog','./w3cMapping','26646frsCqR','getPuppeteerHubUrl','831050WdBVgP','Laeam','aMPPY','VBiaM','axxWv','JGIGn','BROWSERSTACK_TESTHUB_UUID','../bin/utils/constants','getInstance','905904SMdqlZ','puppeteer','debug','stringify','rSjJh','maPCk','setFrameworkDetail','PUPPETEER','entries','getPuppeteerUrl','1snKlpN','setBrowserstackConfig','[PuppeteerHelper]\x20Detected\x20Puppeteer\x20version\x20','UYnlJ','bootstrap','FRAMEWORKS','turboScaleUrl','generatePuppeteerUrl','config','env','../bin/v2/cliUtils','cliConfig','1100620mPhtFh','browserstack.buildProductMap','ngwAR','getBuildProductMap','eyRzh','7HBszYg','convertW3CToJsonWire','274760CIsmgR','util','BROWSERSTACK_PUPPETEER','./helper','GyvVI','browserstack.testhubBuildUuid','puppeteer-core','344haIXdt','BROWSERSTACK_PRODUCT_MAP','\x20for\x20','1390682NicGMU','rUNNJ','getPackageVersion','./logger','ymNoQ','XCWwB','5893758ejKOWi','../bin/utils/apiUtilityMethods','W3CMapping'];a137_0x378c=function(){return _0x5185d4;};return a137_0x378c();}
1
+ 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 +1 @@
1
- function a138_0x58c8(_0x450557,_0x58b120){const _0x2d1bfa=a138_0x2d1b();return a138_0x58c8=function(_0x58c8b7,_0x4f3493){_0x58c8b7=_0x58c8b7-0x17e;let _0x199835=_0x2d1bfa[_0x58c8b7];return _0x199835;},a138_0x58c8(_0x450557,_0x58b120);}const a138_0x609ccf=a138_0x58c8;(function(_0x890552,_0x4b4a7f){const _0x10915b=a138_0x58c8,_0x1b2844=_0x890552();while(!![]){try{const _0x18444f=parseInt(_0x10915b(0x1ab))/0x1+parseInt(_0x10915b(0x18d))/0x2+-parseInt(_0x10915b(0x1a4))/0x3+-parseInt(_0x10915b(0x188))/0x4+-parseInt(_0x10915b(0x1a0))/0x5+-parseInt(_0x10915b(0x19e))/0x6*(parseInt(_0x10915b(0x18b))/0x7)+parseInt(_0x10915b(0x183))/0x8;if(_0x18444f===_0x4b4a7f)break;else _0x1b2844['push'](_0x1b2844['shift']());}catch(_0x30e9db){_0x1b2844['push'](_0x1b2844['shift']());}}}(a138_0x2d1b,0x48ca4));const http=require(a138_0x609ccf(0x1a7)),https=require(a138_0x609ccf(0x184)),monkeypatch=require('monkeypatch');function spy(_0x39635f){const _0x347e24=a138_0x609ccf,_0x581860={'UETvT':function(_0x1c3e68,_0x175bda){return _0x1c3e68 instanceof _0x175bda;},'yrsIb':function(_0x144287,_0x1ad960){return _0x144287===_0x1ad960;},'WqAIg':_0x347e24(0x18f),'nEZKX':_0x347e24(0x18a),'veEBo':function(_0x513152,..._0x4eb3f1){return _0x513152(..._0x4eb3f1);},'siyFo':function(_0x2947a7,_0x415042,_0x361b7a){return _0x2947a7(_0x415042,_0x361b7a);},'AGvFa':function(_0x4d53a4,_0x4d715a){return _0x4d53a4-_0x4d715a;},'pDgIC':_0x347e24(0x1a3),'RIRBx':_0x347e24(0x1ad),'jsVaR':function(_0x1f9db4,_0x148090,_0x4a5869,_0x12e4a8){return _0x1f9db4(_0x148090,_0x4a5869,_0x12e4a8);},'nLbmq':_0x347e24(0x19b),'dJHTI':_0x347e24(0x180)},_0x15f0f1=function(){const _0x1dcb33=_0x347e24,_0x5275c7={'KjSCl':function(_0x287547,_0x550fc5,_0x150b9a){const _0x1b4363=a138_0x58c8;return _0x581860[_0x1b4363(0x1a2)](_0x287547,_0x550fc5,_0x150b9a);},'OyrRZ':function(_0x5b9f7b,_0x4ffef5){return _0x581860['AGvFa'](_0x5b9f7b,_0x4ffef5);},'WYUcX':function(_0x2023b0,_0x1309fe,_0x35b6fb){return _0x581860['siyFo'](_0x2023b0,_0x1309fe,_0x35b6fb);},'evfWA':_0x581860[_0x1dcb33(0x189)]},_0x5a6560=arguments[0x0],_0x137818=Array[_0x1dcb33(0x192)][_0x1dcb33(0x1ac)][_0x1dcb33(0x1a8)](arguments,0x1),_0x1eabe3=_0x5a6560[_0x1dcb33(0x1a1)](this,_0x137818);let _0x5c7b06=Date[_0x1dcb33(0x191)](),_0x1a6e53;const _0xa2d498={};_0x137818[_0x1dcb33(0x17f)](_0x36240e=>{const _0x2b0a9d=_0x1dcb33;if(_0x581860[_0x2b0a9d(0x182)](_0x36240e,URL)){const _0x4657fd={};_0x4657fd['url']=_0x36240e,Object['assign'](_0xa2d498,_0x4657fd);}else _0x581860[_0x2b0a9d(0x19c)](typeof _0x36240e,_0x581860['WqAIg'])&&Object['assign'](_0xa2d498,_0x36240e);});const _0x123fea=_0x3b4064=>{const _0x5b9a82=_0x1dcb33,_0x17538f={};_0x17538f['host']=_0xa2d498[_0x5b9a82(0x187)]||_0xa2d498[_0x5b9a82(0x19f)]||_0xa2d498[_0x5b9a82(0x181)]&&(_0xa2d498[_0x5b9a82(0x181)][_0x5b9a82(0x187)]||_0xa2d498[_0x5b9a82(0x181)][_0x5b9a82(0x19f)]),_0x17538f[_0x5b9a82(0x19d)]=_0xa2d498['path']||_0xa2d498['url']&&_0xa2d498[_0x5b9a82(0x181)][_0x5b9a82(0x193)],_0x17538f[_0x5b9a82(0x186)]=_0xa2d498[_0x5b9a82(0x186)],_0x17538f[_0x5b9a82(0x17e)]=_0xa2d498['headers'],_0x5275c7[_0x5b9a82(0x198)](_0x39635f,_0x3b4064,_0x17538f);};return _0x1eabe3[_0x1dcb33(0x194)](_0x581860[_0x1dcb33(0x1a5)],_0x4ce188=>{const _0x24a9ae=_0x1dcb33,_0x86d2ee=_0x5275c7[_0x24a9ae(0x18c)](Date[_0x24a9ae(0x191)](),_0x5c7b06),_0x3d0b83={};_0x3d0b83[_0x24a9ae(0x19f)]=_0xa2d498['host']||_0xa2d498[_0x24a9ae(0x19f)]||_0xa2d498[_0x24a9ae(0x181)]&&(_0xa2d498[_0x24a9ae(0x181)][_0x24a9ae(0x187)]||_0xa2d498[_0x24a9ae(0x181)][_0x24a9ae(0x19f)]),_0x3d0b83[_0x24a9ae(0x19d)]=_0xa2d498['path']||_0xa2d498[_0x24a9ae(0x181)]&&_0xa2d498[_0x24a9ae(0x181)][_0x24a9ae(0x193)],_0x3d0b83[_0x24a9ae(0x186)]=_0xa2d498[_0x24a9ae(0x186)],_0x3d0b83[_0x24a9ae(0x17e)]=_0xa2d498[_0x24a9ae(0x17e)],_0x3d0b83[_0x24a9ae(0x1a9)]=_0x4ce188[_0x24a9ae(0x185)],_0x3d0b83[_0x24a9ae(0x199)]=_0x86d2ee,_0x5275c7['WYUcX'](_0x39635f,null,_0x3d0b83),_0x1a6e53[_0x24a9ae(0x1aa)](_0x5275c7['evfWA'],_0x123fea);}),_0x1eabe3['on'](_0x581860[_0x1dcb33(0x190)],_0x9498ae=>{_0x1a6e53=_0x9498ae,_0x9498ae['once'](_0x581860['nEZKX'],_0x123fea);}),_0x581860[_0x1dcb33(0x195)](monkeypatch,_0x1eabe3,_0x581860[_0x1dcb33(0x1a6)],(_0x172af5,..._0x51aca9)=>{const _0x1d88e9=_0x1dcb33;_0x5c7b06=Date['now'](),_0x581860[_0x1d88e9(0x18e)](_0x172af5,..._0x51aca9);}),_0x1eabe3;};_0x581860['jsVaR'](monkeypatch,http,_0x581860[_0x347e24(0x19a)],_0x15f0f1),_0x581860[_0x347e24(0x195)](monkeypatch,https,_0x581860[_0x347e24(0x19a)],_0x15f0f1);}function restore(){const _0x4b810d=a138_0x609ccf;http[_0x4b810d(0x180)]['unpatch'](),https['request'][_0x4b810d(0x197)]();}const a138_0x2fb7be={};a138_0x2fb7be[a138_0x609ccf(0x196)]=spy,a138_0x2fb7be['restore']=restore,module['exports']=a138_0x2fb7be;function a138_0x2d1b(){const _0x2e8440=['prototype','pathname','once','jsVaR','spy','unpatch','KjSCl','duration_ms','dJHTI','end','yrsIb','path','6hylmZd','hostname','1641310xQOtSQ','apply','siyFo','response','559320hCXGha','pDgIC','nLbmq','http','call','status_code','removeListener','460472xQeYRR','slice','socket','headers','forEach','request','url','UETvT','7218488nrgXGY','https','statusCode','method','host','1509284lSYlZO','nEZKX','error','3270323yewqTZ','OyrRZ','589154HNvzvZ','veEBo','object','RIRBx','now'];a138_0x2d1b=function(){return _0x2e8440;};return a138_0x2d1b();}
1
+ const a153_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 +1 @@
1
- const a139_0x2c84e6=a139_0x3299;function a139_0x3299(_0x1687c4,_0x33776c){const _0x375f10=a139_0x375f();return a139_0x3299=function(_0x32999c,_0xf8dbeb){_0x32999c=_0x32999c-0x90;let _0x20ac3b=_0x375f10[_0x32999c];return _0x20ac3b;},a139_0x3299(_0x1687c4,_0x33776c);}function a139_0x375f(){const _0x27c6dd=['KEEP_ALIVE','https:','http','267254hghQkj','ebAsP','Agent','419301RAOxru','XBmWW','request','6unvfTp','266651QCCyiS','1284MtcRoq','TnetI','2BlpBDJ','ZzaXj','xcZUX','protocol','110gNLtNG','globalAgent','2983672AeLEks','1664709IjtJXA','keepAliveMsecs','2463552watoUu','exports','https','measureWrapper','call','4TwUpSf','agent','892120YYxEba','keepAlive'];a139_0x375f=function(){return _0x27c6dd;};return a139_0x375f();}(function(_0x379d76,_0x2e85d3){const _0x3f122b=a139_0x3299,_0x34c741=_0x379d76();while(!![]){try{const _0x3b36ef=-parseInt(_0x3f122b(0x9c))/0x1*(parseInt(_0x3f122b(0xa6))/0x2)+-parseInt(_0x3f122b(0xad))/0x3*(parseInt(_0x3f122b(0x95))/0x4)+-parseInt(_0x3f122b(0x97))/0x5*(parseInt(_0x3f122b(0xa2))/0x6)+-parseInt(_0x3f122b(0x90))/0x7+-parseInt(_0x3f122b(0xac))/0x8+parseInt(_0x3f122b(0x9f))/0x9*(-parseInt(_0x3f122b(0xaa))/0xa)+-parseInt(_0x3f122b(0xa3))/0xb*(-parseInt(_0x3f122b(0xa4))/0xc);if(_0x3b36ef===_0x2e85d3)break;else _0x34c741['push'](_0x34c741['shift']());}catch(_0x249def){_0x34c741['push'](_0x34c741['shift']());}}}(a139_0x375f,0x56df8));const PerformanceTester=require('./performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceEvents}=require('./performance/constants');module[a139_0x2c84e6(0x91)]=PerformanceTester[a139_0x2c84e6(0x93)](PerformanceEvents[a139_0x2c84e6(0x99)],function(){const _0x2949eb=a139_0x2c84e6,_0x1d2ea7={'ECqYF':function(_0x19db8d,_0x37cde7){return _0x19db8d===_0x37cde7;},'TnetI':_0x2949eb(0x9a),'XBmWW':_0x2949eb(0x96),'IZYdY':function(_0xe5243e,_0x4bc3f,_0x25cdfa){return _0xe5243e(_0x4bc3f,_0x25cdfa);},'ebAsP':function(_0x522a70,_0x62fabd,_0x30f7bf){return _0x522a70(_0x62fabd,_0x30f7bf);},'xcZUX':function(_0x158ecc,_0x231c84){return _0x158ecc(_0x231c84);},'ZzaXj':_0x2949eb(0x9b),'oBpaM':_0x2949eb(0x92),'ryVrB':function(_0x22c723,_0xaa528c){return _0x22c723*_0xaa528c;},'yeOFv':'keepAlive'},_0xac0b02=_0x1d2ea7[_0x2949eb(0xa8)](require,_0x1d2ea7[_0x2949eb(0xa7)]),_0x1073b7=_0x1d2ea7[_0x2949eb(0xa8)](require,_0x1d2ea7['oBpaM']),_0x235eb6=_0x1d2ea7['ryVrB'](0x1e,0x3e8);if(_0xac0b02['globalAgent']&&Object['prototype']['hasOwnProperty'][_0x2949eb(0x94)](_0xac0b02[_0x2949eb(0xab)],_0x1d2ea7['yeOFv']))_0xac0b02[_0x2949eb(0xab)][_0x2949eb(0x98)]=!![],_0x1073b7['globalAgent'][_0x2949eb(0x98)]=!![],_0xac0b02[_0x2949eb(0xab)][_0x2949eb(0xae)]=_0x235eb6,_0x1073b7[_0x2949eb(0xab)][_0x2949eb(0xae)]=_0x235eb6;else{const _0x4e82e4={};_0x4e82e4[_0x2949eb(0x98)]=!![],_0x4e82e4[_0x2949eb(0xae)]=_0x235eb6;const _0x2538c5=new _0xac0b02[(_0x2949eb(0x9e))](_0x4e82e4),_0x4b4f20={};_0x4b4f20['keepAlive']=!![],_0x4b4f20[_0x2949eb(0xae)]=_0x235eb6;const _0x1cae3a=new _0x1073b7[(_0x2949eb(0x9e))](_0x4b4f20),_0x3de63f=_0xac0b02['request'],_0x228ac2=_0x1073b7[_0x2949eb(0xa1)];_0xac0b02[_0x2949eb(0xa1)]=function(_0x548401,_0x5e30fc){const _0x4ac02a=_0x2949eb;if(_0x1d2ea7['ECqYF'](_0x548401[_0x4ac02a(0xa9)],_0x1d2ea7[_0x4ac02a(0xa5)]))return _0x548401[_0x1d2ea7[_0x4ac02a(0xa0)]]=_0x1cae3a,_0x1d2ea7['IZYdY'](_0x228ac2,_0x548401,_0x5e30fc);return _0x548401[_0x1d2ea7[_0x4ac02a(0xa0)]]=_0x2538c5,_0x1d2ea7[_0x4ac02a(0x9d)](_0x3de63f,_0x548401,_0x5e30fc);};}});
1
+ 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 +1 @@
1
- const a140_0x5b440e=a140_0x5858;(function(_0x19e642,_0x480f2f){const _0x48f22a=a140_0x5858,_0x55164c=_0x19e642();while(!![]){try{const _0x4d5075=-parseInt(_0x48f22a(0x95))/0x1+parseInt(_0x48f22a(0xa4))/0x2+parseInt(_0x48f22a(0xa5))/0x3*(parseInt(_0x48f22a(0x91))/0x4)+-parseInt(_0x48f22a(0x9e))/0x5*(-parseInt(_0x48f22a(0xa1))/0x6)+-parseInt(_0x48f22a(0xa6))/0x7+-parseInt(_0x48f22a(0x97))/0x8+-parseInt(_0x48f22a(0xa9))/0x9*(-parseInt(_0x48f22a(0x93))/0xa);if(_0x4d5075===_0x480f2f)break;else _0x55164c['push'](_0x55164c['shift']());}catch(_0x187d9b){_0x55164c['push'](_0x55164c['shift']());}}}(a140_0x5c55,0x7af08));function isInternalFrameFile(_0xc91f62){const _0x1dea99=a140_0x5858,_0x555de5={};_0x555de5[_0x1dea99(0xaa)]=_0x1dea99(0x92),_0x555de5[_0x1dea99(0x8f)]=_0x1dea99(0x8e),_0x555de5['sUGcb']=_0x1dea99(0x9a),_0x555de5[_0x1dea99(0xa2)]=_0x1dea99(0xa8),_0x555de5[_0x1dea99(0x9c)]=_0x1dea99(0x94);const _0x4a72d9=_0x555de5,_0xdb1b0b=_0x4a72d9[_0x1dea99(0xaa)]['split']('|');let _0x426ff3=0x0;while(!![]){switch(_0xdb1b0b[_0x426ff3++]){case'0':if(!_0xc91f62)return!![];continue;case'1':if(_0xc91f62[_0x1dea99(0x9b)](_0x4a72d9[_0x1dea99(0x8f)]))return!![];continue;case'2':return![];case'3':if(_0xc91f62[_0x1dea99(0x90)](_0x4a72d9[_0x1dea99(0x9d)])||_0xc91f62[_0x1dea99(0x90)](_0x4a72d9[_0x1dea99(0xa2)]))return!![];continue;case'4':if(_0xc91f62[_0x1dea99(0x9b)](_0x4a72d9[_0x1dea99(0x9c)]))return!![];continue;}break;}}function pickUserFrameFile(_0x189552){const _0x494289=a140_0x5858,_0x12b7f1={'lcdXq':function(_0x4a601d,_0x224cce){return _0x4a601d!==_0x224cce;},'wqDby':_0x494289(0xa0),'gkrWf':function(_0x3634ca,_0x104673){return _0x3634ca(_0x104673);}};if(!Array['isArray'](_0x189552))return null;for(const _0x12d32e of _0x189552){if(!_0x12d32e||_0x12b7f1[_0x494289(0x98)](typeof _0x12d32e[_0x494289(0x9f)],_0x12b7f1[_0x494289(0x96)]))continue;const _0x407bf2=_0x12d32e[_0x494289(0x9f)]();if(!_0x12b7f1[_0x494289(0xa3)](isInternalFrameFile,_0x407bf2))return _0x407bf2;}return null;}const a140_0x2f8530={};function a140_0x5c55(){const _0xf8acb5=['0|1|3|4|2','270dViGqt','<anonymous>','41465rSSCNN','wqDby','5599584EBXtkt','lcdXq','isInternalFrameFile','node:','includes','PySMh','sUGcb','2287760EFnAeq','getFileName','function','12KyAgWG','uBzfn','gkrWf','719914SrRDim','1074uQJLNT','6159356mMmzDz','pickUserFrameFile','internal/','134226Gntvfg','CRftG','node_modules','Qcahu','startsWith','4996uVLAtJ'];a140_0x5c55=function(){return _0xf8acb5;};return a140_0x5c55();}function a140_0x5858(_0x234965,_0x68d651){const _0x5c55bb=a140_0x5c55();return a140_0x5858=function(_0x585809,_0x4c2378){_0x585809=_0x585809-0x8e;let _0x54a6cf=_0x5c55bb[_0x585809];return _0x54a6cf;},a140_0x5858(_0x234965,_0x68d651);}a140_0x2f8530[a140_0x5b440e(0x99)]=isInternalFrameFile,a140_0x2f8530[a140_0x5b440e(0xa7)]=pickUserFrameFile,module['exports']=a140_0x2f8530;
1
+ 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 +1 @@
1
- const a141_0x492ffc=a141_0x18ca;function a141_0x4863(){const _0x1385e7=['88193PMXuEt','api/v1/event','CODECEPT','https://upload-observability-preprod.bsstag.com','../logger','970vyMkQL','codeceptjs','40722633LvBNZg','join','cucumber','mocha','puppeteer','7653055vBgSkL','api/v1/batch','https://upload-observability-devtestops-ssi.bsstag.com','path','PLAYWRIGHT','https://collector-observability-devtestops.bsstag.com','4857YETQeQ','.obs_test_details','toLowerCase','OBSERVABILITY_UPLOAD_API_URL','https://upload-observability.browserstack.com','2909872lcrnfw','BROWSERSTACK_ENV','api/v1/screenshots','Playwright','pre-prod','1497757Boyadj','codeceptjs-cucumber','JEST','https://collector-observability-preprod.bsstag.com','API_URL','preprod','576ygAtvp','CODECEPT_CUCUMBER','6513608vXJUDg','env','stag','exports','PUPPETEER'];a141_0x4863=function(){return _0x1385e7;};return a141_0x4863();}(function(_0x43ced2,_0x320165){const _0x5ef3ac=a141_0x18ca,_0x3742d3=_0x43ced2();while(!![]){try{const _0xb0df9=parseInt(_0x5ef3ac(0x14f))/0x1+parseInt(_0x5ef3ac(0x138))/0x2*(-parseInt(_0x5ef3ac(0x145))/0x3)+parseInt(_0x5ef3ac(0x157))/0x4+parseInt(_0x5ef3ac(0x13f))/0x5+parseInt(_0x5ef3ac(0x155))/0x6*(parseInt(_0x5ef3ac(0x15c))/0x7)+parseInt(_0x5ef3ac(0x14a))/0x8+-parseInt(_0x5ef3ac(0x13a))/0x9;if(_0xb0df9===_0x320165)break;else _0x3742d3['push'](_0x3742d3['shift']());}catch(_0x3f5ff2){_0x3742d3['push'](_0x3742d3['shift']());}}}(a141_0x4863,0xe09f8));const path=require(a141_0x492ffc(0x142)),{logDir}=require(a141_0x492ffc(0x137)),a141_0x84474e={};a141_0x84474e[a141_0x492ffc(0x143)]=a141_0x492ffc(0x14d),a141_0x84474e['MOCHA']=a141_0x492ffc(0x13d),a141_0x84474e[a141_0x492ffc(0x135)]=a141_0x492ffc(0x139),a141_0x84474e[a141_0x492ffc(0x156)]=a141_0x492ffc(0x150),a141_0x84474e[a141_0x492ffc(0x151)]='jest',a141_0x84474e['CUCUMBER']=a141_0x492ffc(0x13c),a141_0x84474e[a141_0x492ffc(0x15b)]=a141_0x492ffc(0x13e),a141_0x84474e['NEWMAN']='newman',module['exports']={'consoleHolder':Object['assign']({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':'https://collector-observability.browserstack.com','OBSERVABILITY_UPLOAD_API_URL':a141_0x492ffc(0x149),'EVENT_ENDPOINT':a141_0x492ffc(0x15d),'BATCH_ENDPOINT':a141_0x492ffc(0x140),'SCREENSHOT_ENDPOINT':a141_0x492ffc(0x14c),'UPLOAD_ATTACHMENT_ENDPOINT':'upload-attachments','DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0xea60,'MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE':0x64*0x400*0x400,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':path[a141_0x492ffc(0x13b)](logDir,a141_0x492ffc(0x146)),'FRAMEWORKS':a141_0x84474e};const _env=(process[a141_0x492ffc(0x158)][a141_0x492ffc(0x14b)]||'prod')[a141_0x492ffc(0x147)]();function a141_0x18ca(_0x101475,_0x1381ba){const _0x486302=a141_0x4863();return a141_0x18ca=function(_0x18ca22,_0x43e962){_0x18ca22=_0x18ca22-0x135;let _0x558c46=_0x486302[_0x18ca22];return _0x558c46;},a141_0x18ca(_0x101475,_0x1381ba);}if(_env==='staging'||_env===a141_0x492ffc(0x159))module[a141_0x492ffc(0x15a)][a141_0x492ffc(0x153)]=a141_0x492ffc(0x144),module[a141_0x492ffc(0x15a)]['OBSERVABILITY_UPLOAD_API_URL']=a141_0x492ffc(0x141);else(_env===a141_0x492ffc(0x154)||_env===a141_0x492ffc(0x14e))&&(module[a141_0x492ffc(0x15a)][a141_0x492ffc(0x153)]=a141_0x492ffc(0x152),module[a141_0x492ffc(0x15a)][a141_0x492ffc(0x148)]=a141_0x492ffc(0x136));
1
+ const a156_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 +1 @@
1
- const a142_0x5eec32=a142_0x5be7;(function(_0x125a7d,_0x1d1c3e){const _0x5914e2=a142_0x5be7,_0x480eaa=_0x125a7d();while(!![]){try{const _0xd989d5=-parseInt(_0x5914e2(0x165))/0x1*(parseInt(_0x5914e2(0x167))/0x2)+-parseInt(_0x5914e2(0x155))/0x3*(-parseInt(_0x5914e2(0x1c3))/0x4)+parseInt(_0x5914e2(0x18d))/0x5+parseInt(_0x5914e2(0x160))/0x6+parseInt(_0x5914e2(0x1a4))/0x7*(parseInt(_0x5914e2(0x157))/0x8)+-parseInt(_0x5914e2(0x18a))/0x9+-parseInt(_0x5914e2(0x192))/0xa;if(_0xd989d5===_0x1d1c3e)break;else _0x480eaa['push'](_0x480eaa['shift']());}catch(_0x43053d){_0x480eaa['push'](_0x480eaa['shift']());}}}(a142_0x3c4f,0x6f216));const util=require(a142_0x5eec32(0x169)),PerformanceTester=require('../performance/performance-tester'),{trace,debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a142_0x5eec32(0x175)),{getAgentVersion,nestedKeyValue}=require(a142_0x5eec32(0x181)),o11yErrorHandler=(_0x4047e5,_0x5a204e='',_0x246faa=[''],_0x6eeda5=![])=>{const _0x564815={'BxDkW':function(_0x24e9ee,_0x4be2ad){return _0x24e9ee(_0x4be2ad);},'rTqRh':function(_0x582db3,_0x595069,_0x5d16c7){return _0x582db3(_0x595069,_0x5d16c7);},'WOCKB':function(_0x5714c7,_0x276f24,_0x28f4a4){return _0x5714c7(_0x276f24,_0x28f4a4);},'fBqLD':function(_0x525bd4,_0x2def97){return _0x525bd4 instanceof _0x2def97;},'ndLIO':function(_0x11b173,_0x5de9a1,_0x921fa8,_0x1f4947,_0x209331){return _0x11b173(_0x5de9a1,_0x921fa8,_0x1f4947,_0x209331);}};return function(..._0x1d65fa){const _0x259c49=a142_0x5be7;try{let _0xbd407=_0x4047e5;process[_0x259c49(0x17d)][_0x259c49(0x198)]&&(_0xbd407=PerformanceTester[_0x259c49(0x15b)]()['timerify'](_0xbd407));_0x6eeda5&&_0x564815[_0x259c49(0x194)](trace,_0x259c49(0x17f)+_0x5a204e+',\x20PID\x20-\x20'+process[_0x259c49(0x162)]+',\x20Argument\x20-\x20'+_0x564815[_0x259c49(0x1c1)](nestedKeyValue,arguments[0x0],_0x246faa));const _0x44af24=_0xbd407[_0x259c49(0x171)](null,arguments);_0x6eeda5&&_0x564815[_0x259c49(0x194)](trace,_0x259c49(0x1c2)+_0x5a204e+_0x259c49(0x16c)+process[_0x259c49(0x162)]+_0x259c49(0x18c)+_0x564815[_0x259c49(0x195)](nestedKeyValue,arguments[0x0],_0x246faa));if(_0x564815[_0x259c49(0x19f)](_0x44af24,Promise))return _0x44af24[_0x259c49(0x1b1)](_0x44df6f=>processError(_0x44df6f,_0x4047e5,_0x1d65fa,_0x5a204e));return _0x44af24;}catch(_0x1a2140){_0x564815[_0x259c49(0x199)](processError,_0x1a2140,_0x4047e5,_0x1d65fa,_0x5a204e);}};},o11yClassErrorHandler=(_0x1cbeef,_0x442eda,_0x5bd8d3='')=>{const _0x249f17=a142_0x5eec32,_0x5e4d36={'mWrkg':function(_0x557f47,_0x5afae9){return _0x557f47 instanceof _0x5afae9;},'fSsTM':function(_0x2cb0e6,_0x3decc9,_0x28c31b,_0x575199,_0x1bf45a){return _0x2cb0e6(_0x3decc9,_0x28c31b,_0x575199,_0x1bf45a);},'ggNhk':function(_0x58fa1d,_0x1160e5){return _0x58fa1d===_0x1160e5;},'BcjJR':_0x249f17(0x1c7),'IAQcY':function(_0x1697e7,_0x177014){return _0x1697e7!==_0x177014;},'iYiqh':_0x249f17(0x1ae),'BlZdm':function(_0xe74d3a,_0x45af27){return _0xe74d3a<_0x45af27;}},_0x4799e5=_0x1cbeef[_0x249f17(0x16f)];if(_0x5e4d36[_0x249f17(0x19c)](Object[_0x249f17(0x190)](_0x4799e5)[_0x249f17(0x16e)],0x2))return _0x1cbeef;return Object[_0x249f17(0x190)](_0x4799e5)['forEach'](_0xf516e=>{const _0x36e803=_0x249f17,_0x2a9bf1={'uoRIZ':function(_0x1ff5da,_0x1d4273){return _0x5e4d36['mWrkg'](_0x1ff5da,_0x1d4273);},'KQhcx':function(_0x2cb0ca,_0x275cc5,_0x520d89,_0x291b5e,_0x466a1b){const _0x431652=a142_0x5be7;return _0x5e4d36[_0x431652(0x176)](_0x2cb0ca,_0x275cc5,_0x520d89,_0x291b5e,_0x466a1b);}};if(!(_0x442eda&&_0x442eda['includes'](_0xf516e)))return;const _0x3c253a=_0x4799e5[_0xf516e];_0x5e4d36[_0x36e803(0x191)](typeof _0x3c253a,_0x5e4d36[_0x36e803(0x1a3)])&&_0x5e4d36[_0x36e803(0x1b7)](_0xf516e,_0x5e4d36['iYiqh'])&&Object[_0x36e803(0x178)](_0x4799e5,_0xf516e,{'writable':!![],'value':function(..._0x40e749){const _0x337bec=_0x36e803;try{const _0x1eabe1=(process['env'][_0x337bec(0x198)]?PerformanceTester[_0x337bec(0x15b)]()[_0x337bec(0x189)](_0x3c253a):_0x3c253a)['call'](this,..._0x40e749);if(_0x2a9bf1[_0x337bec(0x17e)](_0x1eabe1,Promise))return _0x1eabe1[_0x337bec(0x1b1)](_0x1d5090=>processError(_0x1d5090,_0x3c253a,_0x40e749,_0x5bd8d3));return _0x1eabe1;}catch(_0xfcee9f){_0x2a9bf1[_0x337bec(0x1af)](processError,_0xfcee9f,_0x3c253a,_0x40e749,_0x5bd8d3);}}});}),_0x1cbeef;};function processError(_0xdb49ef,_0x1b3f05,_0x5d696e,_0x244155){const _0x4d045b=a142_0x5eec32,_0xcf931a={'zTjpa':function(_0x1af5e1,_0x3735f9){return _0x1af5e1(_0x3735f9);}};_0xcf931a[_0x4d045b(0x1bb)](debug,'Error\x20in\x20executing\x20'+_0x1b3f05[_0x4d045b(0x1a8)]+_0x4d045b(0x187)+_0x244155+_0x4d045b(0x15c)+util['format'](_0xdb49ef)+_0x4d045b(0x17c)+_0x5d696e+'.'),PerformanceTester['captureError'](_0xdb49ef);let _0x15d18b;try{_0x15d18b=JSON[_0x4d045b(0x180)](_0x5d696e);}catch(_0xb73580){const _0x5a4c0e={};_0x5a4c0e[_0x4d045b(0x156)]=0x2,_0x15d18b=util[_0x4d045b(0x186)](_0x5d696e,_0x5a4c0e);}CrashReporter[_0x4d045b(0x15d)](_0x4d045b(0x17a)+_0x1b3f05[_0x4d045b(0x1a8)]+'\x20--\x20'+_0x244155+_0x4d045b(0x15c)+_0xdb49ef+'.\x20Args\x20-\x20'+_0x15d18b+'.',_0xdb49ef&&_0xdb49ef[_0x4d045b(0x15f)]);}function a142_0x5be7(_0x3bd247,_0x38d0d2){const _0x3c4ff2=a142_0x3c4f();return a142_0x5be7=function(_0x5be7b3,_0x5e0dde){_0x5be7b3=_0x5be7b3-0x155;let _0xef585b=_0x3c4ff2[_0x5be7b3];return _0xef585b;},a142_0x5be7(_0x3bd247,_0x38d0d2);}class CrashReporter{static [a142_0x5eec32(0x1b9)]={};static [a142_0x5eec32(0x197)];static [a142_0x5eec32(0x177)]={};static[a142_0x5eec32(0x174)](_0xd54ada,_0x3d5dfc,_0x5ea9c4=null){const _0x3b7b3c=a142_0x5eec32,_0x4a9ac3={'ENFZE':function(_0x2e2d9f,_0xe9482c){return _0x2e2d9f(_0xe9482c);},'DsNdU':function(_0x25823a,_0x4f8058){return _0x25823a(_0x4f8058);},'kztDY':function(_0x19468a,_0x3a59d5){return _0x19468a(_0x3a59d5);}},_0x516cc2=_0xd54ada['frameworkName'],_0x4c45ef=_0xd54ada['frameworkVersion'];!_0x5ea9c4&&(_0x5ea9c4=_0x4a9ac3['ENFZE'](getBrowserStackConfig,_0x516cc2));!_0x4c45ef&&_0x4a9ac3[_0x3b7b3c(0x173)](getFrameworkVersion,_0x516cc2);const _0x87525e={};_0x87525e['frameworkName']=_0x516cc2,_0x87525e['frameworkVersion']=_0x4c45ef,this['setAllDetails'](_0x87525e,_0x3d5dfc,_0x4a9ac3[_0x3b7b3c(0x15a)](getUserCredentials,_0x5ea9c4));}static[a142_0x5eec32(0x166)](_0x216ce7,_0x123976){const _0x4bdda4=a142_0x5eec32,_0x2a4963={};_0x2a4963[_0x4bdda4(0x1bd)]=_0x216ce7,_0x2a4963[_0x4bdda4(0x182)]=_0x123976,this[_0x4bdda4(0x197)]=_0x2a4963,process[_0x4bdda4(0x17d)][_0x4bdda4(0x1a5)]=JSON[_0x4bdda4(0x180)](this['credentials']);}static[a142_0x5eec32(0x19e)](){const _0x182a3a=a142_0x5eec32,_0x16dbcb={'qCEXO':function(_0x996106,_0x385e91){return _0x996106(_0x385e91);}};if(!this['credentials']&&process[_0x182a3a(0x17d)]['CREDENTIALS_FOR_CRASH_REPORTING'])try{this[_0x182a3a(0x197)]=JSON['parse'](process['env']['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x2442d1){_0x16dbcb[_0x182a3a(0x184)](debug,_0x182a3a(0x1be)+_0x2442d1[_0x182a3a(0x19b)]());}return this[_0x182a3a(0x197)];}static[a142_0x5eec32(0x17b)](_0x5890ab){const _0x3a2489=a142_0x5eec32;this[_0x3a2489(0x1b9)]=this[_0x3a2489(0x1b8)](_0x5890ab),process[_0x3a2489(0x17d)]['USER_CONFIG_FOR_REPORTING']=JSON[_0x3a2489(0x180)](this['userConfig']);}static[a142_0x5eec32(0x168)](){const _0xcf2107=a142_0x5eec32,_0x258df3={'VjBku':function(_0x21e71d,_0x2edc48){return _0x21e71d===_0x2edc48;},'WUjPQ':function(_0x18d123,_0x4b4b7b){return _0x18d123(_0x4b4b7b);}};if(_0x258df3[_0xcf2107(0x1b5)](Object[_0xcf2107(0x1bf)](this[_0xcf2107(0x1b9)])[_0xcf2107(0x16e)],0x0)&&process[_0xcf2107(0x17d)][_0xcf2107(0x183)])try{this[_0xcf2107(0x1b9)]=JSON[_0xcf2107(0x1b0)](process[_0xcf2107(0x17d)]['USER_CONFIG_FOR_REPORTING']);}catch(_0x2c24a6){_0x258df3[_0xcf2107(0x170)](debug,_0xcf2107(0x158)+_0x2c24a6[_0xcf2107(0x19b)]()),this['userConfig']={};}return this['userConfig'];}static[a142_0x5eec32(0x15e)](_0x542d1a){const _0x486984=a142_0x5eec32;this[_0x486984(0x177)]=_0x542d1a,process[_0x486984(0x17d)][_0x486984(0x159)]=JSON[_0x486984(0x180)](this['frameworkDetails']);}static[a142_0x5eec32(0x1ab)](){const _0x53ca35=a142_0x5eec32,_0x5dcd25={'QtDwM':function(_0x3ad753,_0x59cf0a){return _0x3ad753===_0x59cf0a;},'KdViT':function(_0x110288,_0x167a45){return _0x110288(_0x167a45);}};if(_0x5dcd25[_0x53ca35(0x1a2)](Object[_0x53ca35(0x1bf)](this[_0x53ca35(0x177)])[_0x53ca35(0x16e)],0x0)&&process[_0x53ca35(0x17d)][_0x53ca35(0x159)])try{this[_0x53ca35(0x177)]=JSON['parse'](process['env'][_0x53ca35(0x159)]);}catch(_0x43fe26){_0x5dcd25[_0x53ca35(0x185)](debug,_0x53ca35(0x1be)+_0x43fe26[_0x53ca35(0x19b)]());}return this[_0x53ca35(0x177)];}static[a142_0x5eec32(0x196)](_0xdcd761,_0x2ace4a,_0x2996c1){const _0x455842=a142_0x5eec32;_0xdcd761&&this[_0x455842(0x15e)](_0xdcd761),_0x2ace4a&&this['setConfigDetails'](_0x2ace4a),_0x2996c1&&this[_0x455842(0x166)](_0x2996c1['username'],_0x2996c1[_0x455842(0x182)]);}static async[a142_0x5eec32(0x15d)](_0x38ae21,_0x1c9ee2){const _0x58b76f=a142_0x5eec32,_0xb22d31={'BNIdF':function(_0x2e01c1,_0x3faaff){return _0x2e01c1(_0x3faaff);},'SxoeV':function(_0x26ae99,_0x5c35db){return _0x26ae99(_0x5c35db);},'rpYhZ':function(_0x235780,_0x1a04d9){return _0x235780(_0x1a04d9);},'HmHoI':_0x58b76f(0x1a6),'zoehK':function(_0x483281){return _0x483281();},'nQxqt':_0x58b76f(0x1bc),'yCcrY':_0x58b76f(0x1a7),'NZzty':'true','LOECy':function(_0x170484,_0x305cde,_0x12809a,_0x19a662,_0x35d560,_0x2125c9){return _0x170484(_0x305cde,_0x12809a,_0x19a662,_0x35d560,_0x2125c9);},'aoYVi':_0x58b76f(0x1c6)};this[_0x58b76f(0x19e)]();if(!this[_0x58b76f(0x197)])return _0xb22d31[_0x58b76f(0x1a1)](debug,_0xb22d31[_0x58b76f(0x1aa)]);this[_0x58b76f(0x168)](),this[_0x58b76f(0x1ab)]();const _0x28e686={'hashed_id':process[_0x58b76f(0x17d)][_0x58b76f(0x18e)],'observability_version':{'sdkVersion':_0xb22d31['zoehK'](getAgentVersion),'frameworkName':this[_0x58b76f(0x177)]['frameworkName'],'frameworkVersion':this[_0x58b76f(0x177)][_0x58b76f(0x1a9)]},'exception':{'error':_0x38ae21[_0x58b76f(0x19b)](),'stackTrace':_0x1c9ee2},'config':this[_0x58b76f(0x1b9)]},_0x22f6e4=_0xb22d31['nQxqt'],_0x28257a={};_0x28257a['username']=this[_0x58b76f(0x197)][_0x58b76f(0x1bd)],_0x28257a['password']=this[_0x58b76f(0x197)][_0x58b76f(0x182)];const _0x3d0d1e={};_0x3d0d1e[_0x58b76f(0x1ba)]=_0xb22d31['yCcrY'],_0x3d0d1e[_0x58b76f(0x16d)]=_0xb22d31[_0x58b76f(0x1c0)];const _0x27c40f={};_0x27c40f[_0x58b76f(0x18f)]=_0x28257a,_0x27c40f[_0x58b76f(0x161)]=_0x3d0d1e;const _0x12e48f=_0x27c40f;_0xb22d31['LOECy'](nodeRequest,_0xb22d31[_0x58b76f(0x1b4)],_0x22f6e4,_0x28e686,_0x12e48f,![])[_0x58b76f(0x1c5)](_0x1581a0=>{const _0x57b61a=_0x58b76f;_0xb22d31[_0x57b61a(0x172)](debug,_0x57b61a(0x1ac)+JSON[_0x57b61a(0x180)](_0x1581a0));})[_0x58b76f(0x1b1)](_0x4942ba=>{const _0x2dbb52=_0x58b76f;_0xb22d31[_0x2dbb52(0x179)](debug,_0x2dbb52(0x1c4)+util['format'](_0x4942ba));});}static[a142_0x5eec32(0x188)](_0x5252af){const _0x2f32a9=a142_0x5eec32,_0x3c9937={};_0x3c9937[_0x2f32a9(0x1a0)]=_0x2f32a9(0x1b3),_0x3c9937['rPqnO']=_0x2f32a9(0x1bd),_0x3c9937['JrJLK']='key',_0x3c9937['UwtSJ']=_0x2f32a9(0x182),_0x3c9937['dtdyK']=_0x2f32a9(0x16a),_0x3c9937['WSblA']=function(_0x2051f9,_0x14cb61){return _0x2051f9===_0x14cb61;},_0x3c9937[_0x2f32a9(0x163)]='object';const _0x49a9c2=_0x3c9937;if(!_0x5252af)return;const _0x3c4389=[_0x49a9c2[_0x2f32a9(0x1a0)],_0x49a9c2[_0x2f32a9(0x1b2)],_0x49a9c2[_0x2f32a9(0x16b)],_0x49a9c2[_0x2f32a9(0x1ad)],_0x49a9c2[_0x2f32a9(0x164)]];for(const _0x1ee919 in _0x5252af){if(_0x3c4389[_0x2f32a9(0x1b6)](_0x1ee919[_0x2f32a9(0x18b)]()))delete _0x5252af[_0x1ee919];else _0x49a9c2['WSblA'](typeof _0x5252af[_0x1ee919],_0x49a9c2[_0x2f32a9(0x163)])&&this['recursivelyDeletePIIKeysFromObject'](_0x5252af[_0x1ee919]);}}static[a142_0x5eec32(0x1b8)](_0x14af22){const _0x1143c2=a142_0x5eec32,_0x46e7d0=JSON[_0x1143c2(0x1b0)](JSON[_0x1143c2(0x180)](_0x14af22));return this['recursivelyDeletePIIKeysFromObject'](_0x46e7d0),_0x46e7d0;}}const a142_0x1a6ccd={};function a142_0x3c4f(){const _0x58a333=['KqYOM','rpYhZ','QtDwM','BcjJR','978026vYVHiV','CREDENTIALS_FOR_CRASH_REPORTING','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','application/json','name','frameworkVersion','HmHoI','getFramework','[Crash_Report_Upload]\x20Success\x20response:\x20','UwtSJ','constructor','KQhcx','parse','catch','rPqnO','user','aoYVi','VjBku','includes','IAQcY','filterPII','userConfig','Content-Type','zTjpa','/api/v1/analytics','username','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','keys','NZzty','rTqRh','Finished\x20::\x20','121292kYDuti','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','then','POST','function','81tQrKKc','depth','16DzXZcR','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','kztDY','getPerformance','.\x20Error\x20-\x20','uploadCrashReport','setFrameworkDetails','stack','193530GXrbrk','headers','pid','kPuYK','dtdyK','23794CQARJZ','setCredentials','22DHTgbx','getConfig','util','password','JrJLK',',\x20PID\x20-\x20','X-BSTACK-TESTOPS','length','prototype','WUjPQ','apply','BNIdF','DsNdU','initialize','./utils','fSsTM','frameworkDetails','defineProperty','SxoeV','Error\x20in\x20executing\x20','setConfigDetails','.\x20Args\x20-\x20','env','uoRIZ','Started\x20::\x20','stringify','../helper','accessKey','USER_CONFIG_FOR_REPORTING','qCEXO','KdViT','inspect','\x20--\x20','recursivelyDeletePIIKeysFromObject','timerify','2789280SFZDKv','toLowerCase',',\x20Argument\x20-\x20','721395KEBMbl','BS_TESTOPS_BUILD_HASHED_ID','auth','getOwnPropertyNames','ggNhk','2478470NGHWOZ','exports','BxDkW','WOCKB','setAllDetails','credentials','BROWSERSTACK_O11Y_PERF_MEASUREMENT','ndLIO','o11yErrorHandler','toString','BlZdm','o11yClassErrorHandler','getCredentials','fBqLD'];a142_0x3c4f=function(){return _0x58a333;};return a142_0x3c4f();}a142_0x1a6ccd[a142_0x5eec32(0x19a)]=o11yErrorHandler,a142_0x1a6ccd[a142_0x5eec32(0x19d)]=o11yClassErrorHandler,a142_0x1a6ccd['CrashReporter']=CrashReporter,module[a142_0x5eec32(0x193)]=a142_0x1a6ccd;
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;