browserstack-node-sdk 1.69.0 → 1.70.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (223) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.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/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.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/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/mochaTestFramework.js +1 -1
  139. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  140. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  142. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  143. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  144. package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testFramework.js +1 -1
  146. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  147. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  148. package/src/bin/v2/grpcClient.js +1 -1
  149. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  150. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  151. package/src/bin/v2/instances/trackedContext.js +1 -1
  152. package/src/bin/v2/instances/trackedInstance.js +1 -1
  153. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  154. package/src/bin/v2/modules/baseModule.js +1 -1
  155. package/src/bin/v2/modules/loadTestModule.js +1 -1
  156. package/src/bin/v2/modules/observabilityModule.js +1 -1
  157. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  158. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  159. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  160. package/src/bin/v2/modules/testhubModule.js +1 -1
  161. package/src/bin/v2/runStateStore.js +1 -1
  162. package/src/bin/v2/sdkErrorHandler.js +1 -1
  163. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  164. package/src/bin/v2/state/hookState.js +1 -1
  165. package/src/bin/v2/state/testFrameworkState.js +1 -1
  166. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  167. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  168. package/src/bin/v2/utils/jest-utils.js +1 -1
  169. package/src/bin/vanilla-js/command.js +1 -1
  170. package/src/browserStackSdk.js +1 -1
  171. package/src/helpers/BrowserStackSetup.js +1 -1
  172. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  173. package/src/helpers/accessibility-automation/constants.js +1 -1
  174. package/src/helpers/accessibility-automation/helper.js +1 -1
  175. package/src/helpers/accessibility-automation/scripts.js +1 -1
  176. package/src/helpers/ats/constants.js +1 -1
  177. package/src/helpers/ats/helper.js +1 -1
  178. package/src/helpers/caCertHelper.js +1 -1
  179. package/src/helpers/capsMapping.js +1 -1
  180. package/src/helpers/central-scanner/constants.js +1 -1
  181. package/src/helpers/central-scanner/helpers.js +1 -1
  182. package/src/helpers/classLogger.js +1 -1
  183. package/src/helpers/driverInitErrorReporter.js +1 -1
  184. package/src/helpers/globals.js +1 -1
  185. package/src/helpers/helper.js +1 -1
  186. package/src/helpers/logger.js +1 -1
  187. package/src/helpers/metadata.js +1 -1
  188. package/src/helpers/patchHelper.js +1 -1
  189. package/src/helpers/patchHelpers.js +1 -1
  190. package/src/helpers/percy/Percy.js +1 -1
  191. package/src/helpers/percy/PercyBinary.js +1 -1
  192. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  193. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  194. package/src/helpers/percy/PercySDK.js +1 -1
  195. package/src/helpers/percy/index.js +1 -1
  196. package/src/helpers/percy/utils.js +1 -1
  197. package/src/helpers/performance/constants.js +1 -1
  198. package/src/helpers/performance/performance-tester.js +1 -1
  199. package/src/helpers/playwright-helper.js +1 -1
  200. package/src/helpers/processHelper.js +1 -1
  201. package/src/helpers/puppeteer-helper.js +1 -1
  202. package/src/helpers/request-spy.js +1 -1
  203. package/src/helpers/setKeepAlive.js +1 -1
  204. package/src/helpers/stackFrameUtils.js +1 -1
  205. package/src/helpers/test-observability/constants.js +1 -1
  206. package/src/helpers/test-observability/error-handler.js +1 -1
  207. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  208. package/src/helpers/test-observability/sessionHandler.js +1 -1
  209. package/src/helpers/test-observability/utils.js +1 -1
  210. package/src/helpers/test-orchestration/constants.js +1 -1
  211. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  212. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  213. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  214. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  215. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  216. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  217. package/src/helpers/testhub/constants.js +1 -1
  218. package/src/helpers/testhub/testhubHandler.js +1 -1
  219. package/src/helpers/testhub/utils.js +1 -1
  220. package/src/helpers/utilities.js +1 -1
  221. package/src/helpers/w3cMapping.js +1 -1
  222. package/src/hubAllocationMethods.js +1 -1
  223. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a37_0x3fffab=a37_0x397c;function a37_0x397c(_0x4ab2e7,_0x46c605){const _0x4d68ae=a37_0x4d68();return a37_0x397c=function(_0x397c30,_0x4d36ac){_0x397c30=_0x397c30-0x199;let _0x2a9478=_0x4d68ae[_0x397c30];return _0x2a9478;},a37_0x397c(_0x4ab2e7,_0x46c605);}(function(_0x5a52fa,_0x1de62c){const _0x500816=a37_0x397c,_0x3a1cb5=_0x5a52fa();while(!![]){try{const _0x3e796a=-parseInt(_0x500816(0x2b8))/0x1+parseInt(_0x500816(0x2a6))/0x2+-parseInt(_0x500816(0x213))/0x3+-parseInt(_0x500816(0x206))/0x4+-parseInt(_0x500816(0x1b0))/0x5+-parseInt(_0x500816(0x297))/0x6*(-parseInt(_0x500816(0x1a4))/0x7)+parseInt(_0x500816(0x2c2))/0x8*(parseInt(_0x500816(0x293))/0x9);if(_0x3e796a===_0x1de62c)break;else _0x3a1cb5['push'](_0x3a1cb5['shift']());}catch(_0x18be6f){_0x3a1cb5['push'](_0x3a1cb5['shift']());}}}(a37_0x4d68,0xa84df));const path=require(a37_0x3fffab(0x29a)),os=require('os'),fs=require('fs'),cp=require(a37_0x3fffab(0x214)),webSocketUtils=require(a37_0x3fffab(0x27b)),{sendInstrumentationEvent}=require(a37_0x3fffab(0x1b5)),BrowserstackLocalLauncher=require('browserstack-local'),got=require(a37_0x3fffab(0x1ae)),{logger}=require(a37_0x3fffab(0x256)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils'),{global_registry,WS_EVENTS,AG_API_URL,messageTypes,MessageDescription,TRIAL_GRID_URL}=require('../config/constants');exports['encodeBase64']=_0x128a6f=>Buffer[a37_0x3fffab(0x20c)](_0x128a6f)['toString'](a37_0x3fffab(0x223)),exports['getDirForConfig']=()=>{const _0x4486ab=a37_0x3fffab,_0x2e0588={};_0x2e0588[_0x4486ab(0x1a5)]='.ats';const _0x5e3d2f=_0x2e0588;return path[_0x4486ab(0x288)](os[_0x4486ab(0x1b2)](),_0x5e3d2f[_0x4486ab(0x1a5)]);},exports[a37_0x3fffab(0x2f2)]=()=>{const _0x2c20e1=a37_0x3fffab,_0x3f40fc={};_0x3f40fc[_0x2c20e1(0x250)]=_0x2c20e1(0x2fd);const _0x3f7a3e=_0x3f40fc;return path[_0x2c20e1(0x288)](this['getDirForConfig'](),_0x3f7a3e[_0x2c20e1(0x250)]);},exports[a37_0x3fffab(0x24f)]=async(_0x4c8189,_0xf071d,_0x48d11c,_0x1bfa63)=>{const _0x12fa06=a37_0x3fffab,_0x168ab3={'pzlbU':_0x12fa06(0x1c5),'aUrDT':function(_0x20fb04,_0x30d7f5){return _0x20fb04(_0x30d7f5);},'UgtuY':function(_0x4556d0){return _0x4556d0();},'vSWEk':function(_0x4cab03,_0x2931da){return _0x4cab03===_0x2931da;},'qWdZD':_0x12fa06(0x296),'WxWsH':_0x12fa06(0x295),'CtExL':'jFJsb','ntYnd':_0x12fa06(0x1db),'ceScP':function(_0x700e9b,_0x423d61){return _0x700e9b>_0x423d61;},'igMGz':function(_0x339efb,_0x85894d){return _0x339efb-_0x85894d;},'CuqTX':function(_0x3354b6,_0x521af0){return _0x3354b6===_0x521af0;},'ENJaQ':_0x12fa06(0x2d5),'dlxmr':function(_0x3d257a,_0x339ee2){return _0x3d257a>=_0x339ee2;},'vNaay':function(_0x2fc65a,_0x441903){return _0x2fc65a===_0x441903;},'rHTUN':_0x12fa06(0x1a7),'coIlJ':function(_0x3bbed1,_0x25bf04){return _0x3bbed1!==_0x25bf04;},'yfEYu':'AYlJk','rYRyb':'cesPi','NZTVs':_0x12fa06(0x24b)};try{if(_0x168ab3[_0x12fa06(0x1aa)](_0x168ab3[_0x12fa06(0x1c9)],_0x168ab3[_0x12fa06(0x2dc)])){const _0x1415b0={..._0x38bd83[_0x12fa06(0x2c3)],..._0x24a064};_0x2b3273=_0x1415b0;}else{const _0x3ce0ba=0x1388,_0x23023d=Date[_0x12fa06(0x2fc)]();let _0x289815=![];while(!_0x289815){if(_0x168ab3[_0x12fa06(0x1aa)](_0x168ab3[_0x12fa06(0x1f8)],_0x168ab3[_0x12fa06(0x2ca)]))_0x2f553d[_0x168ab3['pzlbU']]=_0x2eacd5;else{if(_0x168ab3[_0x12fa06(0x2ab)](_0x168ab3[_0x12fa06(0x2c1)](Date[_0x12fa06(0x2fc)](),_0x23023d),_0x1bfa63)){if(_0x168ab3[_0x12fa06(0x23c)](_0x168ab3[_0x12fa06(0x1a2)],_0x168ab3['ENJaQ']))throw new Error('Timeout\x20waiting\x20for\x20deployment\x20'+_0x48d11c+_0x12fa06(0x2ff)+_0xf071d+_0x12fa06(0x2e7));else{const _0x2445a6={};_0x2445a6['username']=_0x1c01ac,_0x2445a6['password']=_0x4c86db;const _0x3d5f8d={};_0x3d5f8d[_0x12fa06(0x22e)]=_0x2445a6;const _0x488e4b=_0x3d5f8d;_0x239381['writeFileSync'](this['getCredentialsPath'](),_0x44f707['stringify'](_0x488e4b));}}const _0x2325e6={};_0x2325e6[_0x12fa06(0x2fa)]=_0x48d11c,_0x2325e6[_0x12fa06(0x268)]=_0xf071d;const _0x749348=await _0x4c8189[_0x12fa06(0x209)](_0x2325e6),_0x583896=_0x749348[_0x12fa06(0x2cd)][_0x12fa06(0x1ca)]||0x1,_0x4c2651=_0x749348['status'][_0x12fa06(0x273)]||0x0;_0x289815=_0x168ab3[_0x12fa06(0x2ef)](_0x4c2651,_0x583896);if(!_0x289815){if(_0x168ab3[_0x12fa06(0x1d4)](_0x168ab3[_0x12fa06(0x2ad)],_0x168ab3[_0x12fa06(0x2ad)]))logger[_0x12fa06(0x1e9)]('Waiting\x20for\x20deployment\x20'+_0x48d11c+_0x12fa06(0x2ff)+_0xf071d+_0x12fa06(0x21e)),await new Promise(_0x581b5f=>setTimeout(_0x581b5f,_0x3ce0ba));else{const _0x3e2610={'PDsji':function(_0x1ab9a1,_0x3dce74){const _0x4e5c7e=_0x12fa06;return _0x168ab3[_0x4e5c7e(0x1c1)](_0x1ab9a1,_0x3dce74);},'XvbMU':function(_0xc9160b){const _0x4befbc=_0x12fa06;return _0x168ab3[_0x4befbc(0x237)](_0xc9160b);}};return new _0x5aeb8c((_0x2fa110,_0x3246b2)=>{const _0x50c716={'WXQYa':function(_0x3cfc3b,_0x5f147c){const _0x3ff1c3=a37_0x397c;return _0x3e2610[_0x3ff1c3(0x199)](_0x3cfc3b,_0x5f147c);},'neCLT':function(_0x24c4e2){return _0x3e2610['XvbMU'](_0x24c4e2);}};_0x8c696a&&_0x4623c6['stop'](_0x5d24e6=>{const _0x18ece9=a37_0x397c;if(_0x5d24e6)return _0x50c716['WXQYa'](_0x3246b2,_0x5d24e6);_0x50c716[_0x18ece9(0x241)](_0x2fa110);});});}}}}logger[_0x12fa06(0x1e9)](_0x12fa06(0x275)+_0x48d11c+_0x12fa06(0x2ff)+_0xf071d+_0x12fa06(0x1b7));}}catch(_0x12b8b5){if(_0x168ab3[_0x12fa06(0x242)](_0x168ab3[_0x12fa06(0x2b5)],_0x168ab3[_0x12fa06(0x2c7)])){logger['debug'](_0x168ab3['NZTVs'],_0x12b8b5);throw _0x12b8b5;}else _0x168ab3['aUrDT'](_0x2dd978,_0x12fa06(0x1ef)+_0x349434+'`\x20'+_0xb4cf13);}},exports[a37_0x3fffab(0x19c)]=(_0x2ce968,_0x1808dd,_0x1a8a79,_0x9324ae,_0x37a104,_0x453273,_0x2343c3,_0x32d087,_0x34276d,_0x5bc158,_0x10e095,_0x47dc26)=>{const _0x24f580=a37_0x3fffab,_0x50026b={};_0x50026b['edNCE']='7|3|6|5|9|11|10|0|2|8|4|1',_0x50026b[_0x24f580(0x272)]=function(_0xe52156,_0x10669a){return _0xe52156||_0x10669a;},_0x50026b['HhTKE']='ami-0a0b7559ee7c88dcd';const _0x567e76=_0x50026b,_0x1b08ac=_0x567e76[_0x24f580(0x2aa)]['split']('|');let _0x51db1c=0x0;while(!![]){switch(_0x1b08ac[_0x51db1c++]){case'0':global_registry[_0x24f580(0x1bd)]=_0x32d087;continue;case'1':global_registry[_0x24f580(0x208)]=_0x567e76[_0x24f580(0x272)](_0x47dc26,![]);continue;case'2':global_registry['browserVersion']=_0x34276d;continue;case'3':global_registry[_0x24f580(0x219)]=_0x1a8a79;continue;case'4':global_registry[_0x24f580(0x26b)]=_0x10e095;continue;case'5':global_registry['concurrency']=_0x9324ae;continue;case'6':global_registry[_0x24f580(0x2bc)]=_0x1808dd;continue;case'7':global_registry['cloudProvider']=_0x2ce968;continue;case'8':global_registry['minNodes']=_0x5bc158;continue;case'9':global_registry[_0x24f580(0x1ed)]=_0x37a104;continue;case'10':global_registry[_0x24f580(0x27e)]=_0x2343c3[_0x24f580(0x27e)]||_0x567e76[_0x24f580(0x254)];continue;case'11':global_registry['s3Bucket']=_0x453273;continue;}break;}},exports[a37_0x3fffab(0x2e0)]=_0x2460d4=>{const _0x13d1d0=a37_0x3fffab,_0x5f3adb={};_0x5f3adb[_0x13d1d0(0x1df)]=function(_0x4b164f,_0x563494){return _0x4b164f||_0x563494;},_0x5f3adb[_0x13d1d0(0x2e8)]='1.0.1';const _0x3fa7e3=_0x5f3adb;global_registry[_0x13d1d0(0x2c5)]=_0x3fa7e3[_0x13d1d0(0x1df)](_0x2460d4,_0x3fa7e3[_0x13d1d0(0x2e8)]);},exports['kebabCase']=_0x49dce3=>_0x49dce3[a37_0x3fffab(0x29b)](/([a-z])([A-Z])/g,'$1-$2')[a37_0x3fffab(0x29b)](/[\s_]+/g,'-')[a37_0x3fffab(0x1bf)](),exports[a37_0x3fffab(0x2e3)]=async(_0x425edd,_0x36c5c4,_0x4b80ce,_0xf57948,_0x2b2819,_0x58385e,_0x740a19)=>{const _0x1c2ab1=a37_0x3fffab,_0x25ce26={'IEeRI':function(_0x223664,_0x506d86,_0x241310,_0x550a13,_0x225d7a,_0x3ac804,_0x42368f){return _0x223664(_0x506d86,_0x241310,_0x550a13,_0x225d7a,_0x3ac804,_0x42368f);}};await _0x25ce26['IEeRI'](sendInstrumentationEvent,_0x425edd,_0x2b2819,_0xf57948,_0x58385e,null,_0x425edd);const _0x331ea9={};_0x331ea9[_0x1c2ab1(0x2de)]=WS_EVENTS[_0x1c2ab1(0x1f2)],_0x331ea9[_0x1c2ab1(0x26a)]=_0x4b80ce,await webSocketUtils[_0x1c2ab1(0x2a5)](_0x36c5c4,_0x331ea9,_0x740a19,!![]);},exports[a37_0x3fffab(0x2f4)]=_0x2d02ef=>{const _0x32ae49=a37_0x3fffab;return _0x2d02ef[_0x32ae49(0x281)];},exports[a37_0x3fffab(0x1cd)]=_0x2d4175=>{const _0x1ff4f8=a37_0x3fffab,_0x3dd51b={'qmSZk':_0x1ff4f8(0x2a0),'tVDzS':function(_0xc762d8,_0x7a8a96){return _0xc762d8(_0x7a8a96);},'KDuvM':'key','Nxvyd':_0x1ff4f8(0x2a1),'lkBcQ':_0x1ff4f8(0x1f4),'TWhqp':'true','DZFHG':_0x1ff4f8(0x290),'wUeaD':_0x1ff4f8(0x1dc),'FGBLD':function(_0x3482c3,_0x337287){return _0x3482c3!==_0x337287;},'RBXzU':'ybFoE','BGKZC':_0x1ff4f8(0x23b),'FdykQ':'custom-repeater','mbtqq':function(_0x1dba3e,_0x4ef8d4){return _0x1dba3e===_0x4ef8d4;},'wsJuF':'MTNxg','oyCHT':_0x1ff4f8(0x2d0)};let _0x4b8b10={};return _0x4b8b10[_0x3dd51b[_0x1ff4f8(0x2a2)]]=this[_0x1ff4f8(0x2f4)](_0x2d4175),_0x4b8b10[_0x3dd51b['Nxvyd']]=0x3,_0x4b8b10[_0x3dd51b[_0x1ff4f8(0x25c)]]=_0x3dd51b[_0x1ff4f8(0x2cf)],_0x4b8b10[_0x3dd51b['DZFHG']]=_0x3dd51b[_0x1ff4f8(0x21f)],_0x2d4175[_0x1ff4f8(0x239)]&&Array['isArray'](_0x2d4175[_0x1ff4f8(0x239)])&&(_0x3dd51b['FGBLD'](_0x3dd51b[_0x1ff4f8(0x27f)],_0x3dd51b[_0x1ff4f8(0x2f7)])?_0x4b8b10[_0x3dd51b['FdykQ']]=_0x2d4175['customRepeaters'][_0x1ff4f8(0x288)](','):_0x4c8470[_0x1ff4f8(0x19f)](_0x3dd51b[_0x1ff4f8(0x1f7)])),_0x2d4175[_0x1ff4f8(0x2c3)]&&_0x3dd51b[_0x1ff4f8(0x286)](_0x2d4175[_0x1ff4f8(0x2c3)]['constructor'],Object)&&(_0x3dd51b[_0x1ff4f8(0x286)](_0x3dd51b[_0x1ff4f8(0x23d)],_0x3dd51b[_0x1ff4f8(0x22c)])?_0x3dd51b[_0x1ff4f8(0x2fe)](_0x4dd720,_0x1ff4f8(0x20b)+_0x3da458):_0x4b8b10={..._0x2d4175[_0x1ff4f8(0x2c3)],..._0x4b8b10}),_0x4b8b10;},exports[a37_0x3fffab(0x300)]=_0x198326=>{const _0x434a27=a37_0x3fffab,_0xc30b68={};_0xc30b68[_0x434a27(0x2c8)]='Error\x20while\x20waiting\x20for\x20deployment:',_0xc30b68[_0x434a27(0x27a)]=function(_0x491c77,_0x381b00){return _0x491c77!==_0x381b00;},_0xc30b68[_0x434a27(0x21d)]=_0x434a27(0x230);const _0x543015=_0xc30b68,_0x3f79f6=new BrowserstackLocalLauncher['Local'](),_0x45ec72=this[_0x434a27(0x1cd)](_0x198326),_0x27fdce=_0x3f79f6[_0x434a27(0x231)](_0x45ec72);if(_0x27fdce){if(_0x543015[_0x434a27(0x27a)](_0x543015[_0x434a27(0x21d)],_0x543015[_0x434a27(0x21d)])){_0x3862db['debug'](_0x543015[_0x434a27(0x2c8)],_0x229441);throw _0x5e23fc;}else throw _0x27fdce;}return _0x3f79f6;},exports[a37_0x3fffab(0x1da)]=async _0x2982da=>{const _0x4be2ad=a37_0x3fffab,_0x53e225={'btTpv':function(_0x3f8daa,_0x1b21b3){return _0x3f8daa&&_0x1b21b3;},'KmJRd':function(_0x481fdd,_0xf5fddf){return _0x481fdd&&_0xf5fddf;},'LRWoE':_0x4be2ad(0x1c2),'hxTfc':_0x4be2ad(0x235),'vIKQr':function(_0x5223ff,_0x59882c){return _0x5223ff===_0x59882c;},'UTGGy':_0x4be2ad(0x205),'jPRsO':_0x4be2ad(0x1f6),'xQyOp':_0x4be2ad(0x1e0),'zjahi':_0x4be2ad(0x1e7),'iNKlg':function(_0x7e3365,_0x549f28){return _0x7e3365(_0x549f28);},'qMDtH':function(_0x5ebeb2){return _0x5ebeb2();},'AguZU':_0x4be2ad(0x292)};return new Promise((_0x249999,_0x142709)=>{const _0x11a02b=_0x4be2ad,_0x274e73={'WVYtH':function(_0x1090d1,_0xb6456d){const _0x38c1f8=a37_0x397c;return _0x53e225[_0x38c1f8(0x21c)](_0x1090d1,_0xb6456d);},'ZjoTx':function(_0x4a6ec2,_0x39b825){return _0x53e225['KmJRd'](_0x4a6ec2,_0x39b825);},'FGSct':_0x53e225['LRWoE'],'aIfqD':_0x53e225[_0x11a02b(0x27d)],'nCHrz':function(_0x22e489,_0x5ba9c7){const _0x2d3ba1=_0x11a02b;return _0x53e225[_0x2d3ba1(0x301)](_0x22e489,_0x5ba9c7);},'unESe':_0x53e225[_0x11a02b(0x20d)],'kmwbn':_0x53e225[_0x11a02b(0x26e)],'lQdhD':_0x53e225[_0x11a02b(0x265)],'RJnjR':_0x53e225[_0x11a02b(0x1cf)],'JsHbo':function(_0x3bba1a,_0x52b85d){return _0x53e225['iNKlg'](_0x3bba1a,_0x52b85d);},'yyqhc':function(_0x3dbca1){const _0x4b1da4=_0x11a02b;return _0x53e225[_0x4b1da4(0x1a6)](_0x3dbca1);}};if(_0x53e225[_0x11a02b(0x301)](_0x53e225[_0x11a02b(0x240)],_0x53e225[_0x11a02b(0x240)]))_0x2982da&&_0x2982da[_0x11a02b(0x24a)](_0x4ba797=>{const _0x371f92=_0x11a02b,_0x4bfa73={};_0x4bfa73['cxFhy']=_0x274e73[_0x371f92(0x1f3)];const _0x5db36b=_0x4bfa73;if(_0x274e73['nCHrz'](_0x274e73['unESe'],_0x274e73[_0x371f92(0x2dd)]))return _0x4c454f[_0x371f92(0x19f)](_0x5db36b['cxFhy'])[_0x371f92(0x2ec)]()[_0x371f92(0x284)]();else{if(_0x4ba797){if(_0x274e73[_0x371f92(0x299)](_0x274e73[_0x371f92(0x2ae)],_0x274e73[_0x371f92(0x2b6)])){const _0xb40dce=_0x5188b4[_0x371f92(0x2b2)](this[_0x371f92(0x2f2)]());if(_0xb40dce||_0x274e73['WVYtH'](_0x2dac0c,_0x51b811)){if(_0x274e73[_0x371f92(0x1eb)](_0x4d2687,_0x5b076c)){const _0x184f7c={};_0x184f7c[_0x371f92(0x29c)]=_0x5bb564,_0x184f7c[_0x371f92(0x2f9)]=_0x373209;const _0xe5352a={};_0xe5352a[_0x371f92(0x22e)]=_0x184f7c;const _0x3d98cd=_0xe5352a;_0x424dc1[_0x371f92(0x263)](this[_0x371f92(0x2f2)](),_0x2f1747[_0x371f92(0x221)](_0x3d98cd));}const _0x53cda9=_0x105637['parse'](_0xc98bee[_0x371f92(0x218)](this[_0x371f92(0x2f2)](),_0x274e73[_0x371f92(0x22f)]));return[_0x53cda9[_0x371f92(0x22e)][_0x371f92(0x29c)],_0x53cda9[_0x371f92(0x22e)][_0x371f92(0x2f9)]];}return null;}else return _0x274e73[_0x371f92(0x1d3)](_0x142709,_0x4ba797);}_0x274e73[_0x371f92(0x26d)](_0x249999);}});else return[_0x370569,_0x401683[_0x11a02b(0x2f8)](_0x36f1a7[_0x11a02b(0x267)])];});},exports[a37_0x3fffab(0x23a)]=(_0x400fdd,_0x3b8b29)=>{const _0x5d61a9=a37_0x3fffab,_0x510e0a={'CHiEX':function(_0x2fdfad,_0x8011b3){return _0x2fdfad(_0x8011b3);},'EEZGy':_0x5d61a9(0x226),'zByvI':_0x5d61a9(0x2a1),'Uxlpm':_0x5d61a9(0x1f4),'tvWNH':_0x5d61a9(0x269),'AnzFW':'localIdentifier','wMWpD':'ats-repeater','qtxDe':_0x5d61a9(0x2eb),'HTPyq':function(_0x15c055,_0x1a303b){return _0x15c055===_0x1a303b;},'PZXet':function(_0x540850,_0x226e8b){return _0x540850&&_0x226e8b;},'lqLBB':'iBPwJ','FORNs':_0x5d61a9(0x2f3),'rWJNA':function(_0xc55a16,_0xc4ba3){return _0xc55a16&&_0xc4ba3;},'RgohN':function(_0x1759c5,_0x34e2d7){return _0x1759c5!==_0x34e2d7;},'XXByi':_0x5d61a9(0x25b),'AaJij':'lFJjX','SaavX':_0x5d61a9(0x1c2)},_0x183be8=fs[_0x5d61a9(0x2b2)](this[_0x5d61a9(0x2f2)]());if(_0x183be8||_0x510e0a[_0x5d61a9(0x1a3)](_0x400fdd,_0x3b8b29)){if(_0x510e0a['HTPyq'](_0x510e0a[_0x5d61a9(0x1e3)],_0x510e0a['FORNs']))_0x510e0a[_0x5d61a9(0x2a9)](_0x102525,_0x5d61a9(0x1b9)+_0x730934[_0x5d61a9(0x26a)]);else{if(_0x510e0a[_0x5d61a9(0x28e)](_0x400fdd,_0x3b8b29)){if(_0x510e0a[_0x5d61a9(0x29e)](_0x510e0a[_0x5d61a9(0x1cc)],_0x510e0a[_0x5d61a9(0x19b)])){const _0x2ff8e8={};_0x2ff8e8['username']=_0x400fdd,_0x2ff8e8[_0x5d61a9(0x2f9)]=_0x3b8b29;const _0x2e84b6={};_0x2e84b6['Browserstack']=_0x2ff8e8;const _0x2fd255=_0x2e84b6;fs[_0x5d61a9(0x263)](this['getCredentialsPath'](),JSON[_0x5d61a9(0x221)](_0x2fd255));}else{let _0x38cbda={};return _0x38cbda[_0x510e0a[_0x5d61a9(0x1fd)]]=this[_0x5d61a9(0x2f4)](_0x55d0fb),_0x38cbda[_0x510e0a[_0x5d61a9(0x201)]]=0x3,_0x38cbda[_0x510e0a[_0x5d61a9(0x25f)]]=_0x510e0a[_0x5d61a9(0x2e2)],_0x38cbda[_0x510e0a['AnzFW']]=_0x510e0a[_0x5d61a9(0x24d)],_0x5bc530[_0x5d61a9(0x239)]&&_0x170ee3[_0x5d61a9(0x23e)](_0x7792e8[_0x5d61a9(0x239)])&&(_0x38cbda[_0x510e0a[_0x5d61a9(0x215)]]=_0x5bc3bb['customRepeaters'][_0x5d61a9(0x288)](',')),_0x2465de[_0x5d61a9(0x2c3)]&&_0x510e0a['HTPyq'](_0x38a326[_0x5d61a9(0x2c3)]['constructor'],_0x4b871e)&&(_0x38cbda={..._0x133c2c[_0x5d61a9(0x2c3)],..._0x38cbda}),_0x38cbda;}}const _0x15690c=JSON[_0x5d61a9(0x2f8)](fs[_0x5d61a9(0x218)](this['getCredentialsPath'](),_0x510e0a[_0x5d61a9(0x266)]));return[_0x15690c[_0x5d61a9(0x22e)][_0x5d61a9(0x29c)],_0x15690c[_0x5d61a9(0x22e)][_0x5d61a9(0x2f9)]];}}return null;},exports[a37_0x3fffab(0x279)]=async(_0x113b30,_0x330f07,_0xc96ff6)=>{const _0x4f7095=a37_0x3fffab,_0x3a502d={'pHOhm':_0x4f7095(0x229),'QETNv':function(_0x3bfce3,_0x525625,_0x28fce7){return _0x3bfce3(_0x525625,_0x28fce7);},'NswWj':function(_0x451b55,_0x49397b){return _0x451b55===_0x49397b;},'DRxSl':_0x4f7095(0x294),'YCirg':_0x4f7095(0x289)},_0x37514b='https://'+_0x113b30+':'+_0x330f07+'@'+AG_API_URL+_0x4f7095(0x1ad)+_0xc96ff6,_0xe669db={'method':_0x3a502d[_0x4f7095(0x2b4)],'headers':this['getAuthHeader'](_0x113b30,_0x330f07),'throwHttpErrors':![]},_0x4a2b0e=await _0x3a502d[_0x4f7095(0x1ea)](got,_0x37514b,_0xe669db);if(_0x3a502d[_0x4f7095(0x245)](_0x4a2b0e[_0x4f7095(0x29d)],0xc8)){if(_0x3a502d[_0x4f7095(0x245)](_0x3a502d[_0x4f7095(0x1a9)],_0x3a502d[_0x4f7095(0x2e4)]))throw _0x4f458a;else return[_0x4a2b0e,JSON[_0x4f7095(0x2f8)](_0x4a2b0e[_0x4f7095(0x267)])];}return[_0x4a2b0e,null];},exports['kubeApply']=async(_0x10af6b,_0x39888e)=>{const _0x5435e1=a37_0x3fffab,_0x5bdda3={};_0x5bdda3['qWOhU']=function(_0xdb332e,_0x42d5be){return _0xdb332e||_0x42d5be;},_0x5bdda3[_0x5435e1(0x1c6)]=_0x5435e1(0x287),_0x5bdda3[_0x5435e1(0x1ba)]=function(_0x5d7ff3,_0x5a68ce){return _0x5d7ff3>=_0x5a68ce;},_0x5bdda3[_0x5435e1(0x1c3)]=_0x5435e1(0x2a0),_0x5bdda3['RddUI']=_0x5435e1(0x1f5),_0x5bdda3[_0x5435e1(0x2be)]=_0x5435e1(0x1d0),_0x5bdda3[_0x5435e1(0x2cc)]=function(_0x5678f9,_0x7987ab){return _0x5678f9||_0x7987ab;},_0x5bdda3[_0x5435e1(0x28c)]=_0x5435e1(0x1ee),_0x5bdda3[_0x5435e1(0x1ac)]=function(_0x452e53,_0x180f4c){return _0x452e53===_0x180f4c;},_0x5bdda3['YPsgt']='mLCpC',_0x5bdda3[_0x5435e1(0x220)]='XAngE',_0x5bdda3[_0x5435e1(0x2d9)]='GzvoN',_0x5bdda3[_0x5435e1(0x253)]=function(_0x12caae,_0x48b59d){return _0x12caae!==_0x48b59d;},_0x5bdda3[_0x5435e1(0x216)]=_0x5435e1(0x1fc);const _0x1b74ca=_0x5bdda3,_0x450fbf=await import(_0x1b74ca['KbTbh']),_0x1f8a49=await _0x450fbf[_0x5435e1(0x2bb)][_0x5435e1(0x203)](_0x39888e),_0x63e47b=_0x10af6b[_0x5435e1(0x271)](_0x20fd44=>_0x20fd44&&_0x20fd44[_0x5435e1(0x21b)]&&_0x20fd44[_0x5435e1(0x1ab)]),_0x1be75d=[];for await(const _0x5c3a0d of _0x63e47b){if(_0x1b74ca[_0x5435e1(0x1ac)](_0x1b74ca[_0x5435e1(0x28a)],_0x1b74ca[_0x5435e1(0x220)]))_0x181b61[_0x5435e1(0x2c5)]=_0x1b74ca['qWOhU'](_0x3dc313,_0x1b74ca[_0x5435e1(0x1c6)]);else try{if(_0x1b74ca[_0x5435e1(0x1ac)](_0x1b74ca['asgtD'],_0x1b74ca[_0x5435e1(0x2d9)])){await _0x1f8a49[_0x5435e1(0x248)](_0x5c3a0d);const _0x3843d2=await _0x1f8a49[_0x5435e1(0x257)](_0x5c3a0d);_0x1be75d['push'](_0x3843d2[_0x5435e1(0x267)]);}else{const _0x5e775d=_0x2da070[_0x5435e1(0x2d7)][_0x5435e1(0x2c4)];_0x1b74ca[_0x5435e1(0x1ba)](_0x5e775d['split']('.')[0x0],0x12)&&_0x54f7a8[_0x5435e1(0x19f)](_0x1b74ca[_0x5435e1(0x1c3)]);}}catch(_0x34a123){if(_0x1b74ca['cvdMB'](_0x1b74ca[_0x5435e1(0x216)],_0x1b74ca['QMJCj'])){const _0x4575ba=_0x1b74ca['RddUI'][_0x5435e1(0x25a)]('|');let _0xd83dc8=0x0;while(!![]){switch(_0x4575ba[_0xd83dc8++]){case'0':_0x4b4875['minNodes']=_0x4cb83c;continue;case'1':_0x168101[_0x5435e1(0x1bd)]=_0x490dd4;continue;case'2':_0xcb7ef4[_0x5435e1(0x27e)]=_0x1fb5ae['ami']||_0x1b74ca[_0x5435e1(0x2be)];continue;case'3':_0x551c06[_0x5435e1(0x2d1)]=_0x51b2e8;continue;case'4':_0x9a68ea[_0x5435e1(0x219)]=_0x2bc0f6;continue;case'5':_0x1ce458[_0x5435e1(0x1ed)]=_0x403e9f;continue;case'6':_0x433e18['browserVersion']=_0x38d523;continue;case'7':_0x509919[_0x5435e1(0x26b)]=_0x24ab32;continue;case'8':_0x36dde2[_0x5435e1(0x2bc)]=_0x392da9;continue;case'9':_0x915982[_0x5435e1(0x1d5)]=_0xf9b44c;continue;case'10':_0x447d35[_0x5435e1(0x2bf)]=_0x4f6437;continue;case'11':_0x343fea['clusterAutoUpgrade']=_0x1b74ca[_0x5435e1(0x2cc)](_0x110264,![]);continue;}break;}}else{const _0x56b550=await _0x1f8a49['create'](_0x5c3a0d);_0x1be75d[_0x5435e1(0x298)](_0x56b550[_0x5435e1(0x267)]);}}}},exports['getAuthHeader']=(_0x303860,_0x1c8fec)=>{const _0x501ebe=a37_0x3fffab,_0x441ebb={'eihlo':_0x501ebe(0x235),'OitmY':_0x501ebe(0x2d6),'ZtBUM':_0x501ebe(0x28f),'AqSKu':function(_0x3082bb,_0x53298c){return _0x3082bb(_0x53298c);},'MUaZq':function(_0x272d18){return _0x272d18();},'SwVpg':function(_0x67a3ec,_0xf8ae8a){return _0x67a3ec>=_0xf8ae8a;},'VlJii':function(_0x42ee9b){return _0x42ee9b();},'BRBrq':_0x501ebe(0x1e8),'VRMNR':function(_0x29d757,_0x3bfcbe){return _0x29d757+_0x3bfcbe;},'voKxs':'Basic\x20','fZsBN':_0x501ebe(0x223),'AtfSr':function(_0x35ec2f,_0x40c05c){return _0x35ec2f!==_0x40c05c;},'lTlgL':_0x501ebe(0x207),'mPGeL':'X-cli-version','wKEcw':function(_0x56c0ba,_0x36cdc2){return _0x56c0ba===_0x36cdc2;},'xVDuw':_0x501ebe(0x227),'zFean':'X-cli-path','LcJgm':function(_0x4afdb0,_0x2abffb){return _0x4afdb0===_0x2abffb;},'mCHyk':_0x501ebe(0x2d3),'ytUlP':_0x501ebe(0x2e9),'rOVVC':'X-os','JRbuG':_0x501ebe(0x21a),'ZaxMV':_0x501ebe(0x2af),'uSzbi':_0x501ebe(0x262),'YsQzD':'pwEji','AGHIH':'PhqwC','LXphO':_0x501ebe(0x1f0),'jFfVq':'WXiTl','Vjcmw':'MfbYe','zNHBd':_0x501ebe(0x1e5)},_0x299c5c=_0x441ebb['MUaZq'](cli_version_and_path),_0x5bc3a8=_0x441ebb[_0x501ebe(0x2ee)](_os),_0x57a2a5=_0x441ebb['VlJii'](os_version),_0x5edbd6=_0x441ebb[_0x501ebe(0x2ee)](npm_version),_0x40bc2b=_0x441ebb['MUaZq'](ci_environment),_0x1b69cf={'Content-Type':_0x441ebb['BRBrq'],'Authorization':_0x441ebb[_0x501ebe(0x1c8)](_0x441ebb[_0x501ebe(0x212)],Buffer[_0x501ebe(0x20c)](_0x303860+':'+_0x1c8fec)[_0x501ebe(0x2ec)](_0x441ebb[_0x501ebe(0x29f)]))};if(_0x299c5c&&_0x299c5c['version']){if(_0x441ebb[_0x501ebe(0x2c9)](_0x441ebb[_0x501ebe(0x28d)],_0x441ebb[_0x501ebe(0x28d)]))try{return _0x5a35f5[_0x501ebe(0x19f)](_0x441ebb[_0x501ebe(0x202)])[_0x501ebe(0x2ec)]()[_0x501ebe(0x284)]();}catch(_0x41a461){return _0x441ebb['OitmY'];}else _0x1b69cf[_0x441ebb[_0x501ebe(0x2ce)]]=_0x299c5c['version'];}if(_0x299c5c&&_0x299c5c[_0x501ebe(0x29a)]){if(_0x441ebb[_0x501ebe(0x280)](_0x441ebb['xVDuw'],_0x441ebb[_0x501ebe(0x1a0)]))_0x1b69cf[_0x441ebb[_0x501ebe(0x283)]]=_0x299c5c[_0x501ebe(0x29a)];else return _0x521eaa[_0x501ebe(0x288)](_0x1924e2[_0x501ebe(0x1b2)](),_0x441ebb[_0x501ebe(0x2fb)]);}_0x5bc3a8&&(_0x441ebb[_0x501ebe(0x1b1)](_0x441ebb[_0x501ebe(0x270)],_0x441ebb[_0x501ebe(0x19e)])?_0x58206c&&_0x480b2f[_0x501ebe(0x24a)](_0x4af3ac=>{const _0x29cf2c=_0x501ebe;if(_0x4af3ac)return _0x441ebb[_0x29cf2c(0x1e2)](_0x15bf8e,_0x4af3ac);_0x441ebb['MUaZq'](_0x3c454a);}):_0x1b69cf[_0x441ebb[_0x501ebe(0x244)]]=_0x5bc3a8);if(_0x57a2a5){if(_0x441ebb[_0x501ebe(0x2c9)](_0x441ebb[_0x501ebe(0x1cb)],_0x441ebb[_0x501ebe(0x2b9)]))_0x1b69cf[_0x441ebb['uSzbi']]=_0x57a2a5;else{const _0xac42f5=_0x441692['versions'][_0x501ebe(0x2c4)];return _0x46de5d[_0x501ebe(0x1e9)](_0x501ebe(0x2a3)+_0xac42f5),_0x441ebb[_0x501ebe(0x2c0)](_0xac42f5['split']('.')[0x0],0x12);}}if(_0x5edbd6){if(_0x441ebb['LcJgm'](_0x441ebb[_0x501ebe(0x26c)],_0x441ebb['AGHIH']))return _0x441ebb[_0x501ebe(0x1ce)];else _0x1b69cf[_0x441ebb[_0x501ebe(0x304)]]=_0x5edbd6;}if(_0x40bc2b){if(_0x441ebb[_0x501ebe(0x2c9)](_0x441ebb[_0x501ebe(0x2db)],_0x441ebb[_0x501ebe(0x291)]))_0x1b69cf[_0x441ebb[_0x501ebe(0x234)]]=_0x40bc2b;else return _0x501ebe(0x233)+_0x5539b8[_0x501ebe(0x2de)]()+'\x20'+_0x17a438[_0x501ebe(0x2e1)]()+'\x20('+_0x3bd60f[_0x501ebe(0x19a)]()+')\x0aArchitecture:\x20'+_0x1945ce[_0x501ebe(0x2d2)]()+_0x501ebe(0x2e6)+_0x4ce3d4[_0x501ebe(0x2d7)][_0x501ebe(0x2c4)]+_0x501ebe(0x1a1)+_0x441ebb[_0x501ebe(0x2ee)](_0x483ed0)+'\x0a';}return _0x1b69cf;},exports[a37_0x3fffab(0x2da)]=async()=>{const _0x1698d8=a37_0x3fffab,_0x266853={};_0x266853['uFEXd']=function(_0x3dc53e,_0x459856){return _0x3dc53e>=_0x459856;},_0x266853[_0x1698d8(0x252)]=function(_0x84ad4,_0x364ad7){return _0x84ad4===_0x364ad7;},_0x266853[_0x1698d8(0x1b8)]=_0x1698d8(0x2b7),_0x266853[_0x1698d8(0x22a)]=_0x1698d8(0x1ff),_0x266853[_0x1698d8(0x1b6)]='npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20@azure/arm-authorization@9.0.0\x20--save';const _0x4c32a2=_0x266853,_0xd74cf2=process[_0x1698d8(0x2d7)][_0x1698d8(0x2c4)];_0x4c32a2[_0x1698d8(0x1fa)](_0xd74cf2[_0x1698d8(0x25a)]('.')[0x0],0x12)&&(_0x4c32a2[_0x1698d8(0x252)](_0x4c32a2[_0x1698d8(0x1b8)],_0x4c32a2[_0x1698d8(0x22a)])?_0x224062['error']=_0x556c0a:cp['execSync'](_0x4c32a2[_0x1698d8(0x1b6)]));},exports[a37_0x3fffab(0x1b4)]=_0x13f096=>_0x13f096===undefined||_0x13f096===null,exports[a37_0x3fffab(0x1dd)]=()=>{const _0x2e5c30=a37_0x3fffab,_0x56afd8={};_0x56afd8['qcbcQ']=function(_0x21d993,_0x5946d2){return _0x21d993>=_0x5946d2;};const _0x14f819=_0x56afd8,_0x1be499=process[_0x2e5c30(0x2d7)]['node'];return logger[_0x2e5c30(0x1e9)](_0x2e5c30(0x2a3)+_0x1be499),_0x14f819['qcbcQ'](_0x1be499[_0x2e5c30(0x25a)]('.')[0x0],0x12);},exports['responseValidation']=async(_0x5a8d2b,_0x104d6a,_0x6dc531,_0x5154ab,_0x3323f2)=>{const _0x1bc440=a37_0x3fffab,_0x31f17c={'EVBjU':function(_0xe31375,_0x395577){return _0xe31375&&_0x395577;},'sTkBO':'utf-8','PHEFd':_0x1bc440(0x2eb),'PeUFz':_0x1bc440(0x2ed),'jTjgY':function(_0x55e6a9,_0x11b87d){return _0x55e6a9(_0x11b87d);},'ScenH':function(_0x53bf43){return _0x53bf43();},'Aaoet':function(_0x52560c,_0xb84e4){return _0x52560c===_0xb84e4;},'rXrsg':function(_0x22bc1c,_0x5aa462){return _0x22bc1c!==_0x5aa462;},'MRnla':'WwhrL','SpfXn':_0x1bc440(0x19d),'awzjX':function(_0x3feae2,_0x375933){return _0x3feae2===_0x375933;},'deWBg':_0x1bc440(0x2c6),'AyUCz':function(_0x5ee336,_0x83e847){return _0x5ee336!==_0x83e847;},'pKddz':_0x1bc440(0x24c),'zjJqv':'EnzHQ','QvRQW':_0x1bc440(0x1fb)};let _0x1962e3;const _0x4e0c23=MessageDescription[_0x104d6a][_0x6dc531];let _0x5671b6=0x0;if(_0x31f17c[_0x1bc440(0x236)](_0x5a8d2b,null)||_0x31f17c['Aaoet'](_0x5a8d2b,undefined)){if(_0x31f17c[_0x1bc440(0x1c4)](_0x31f17c[_0x1bc440(0x222)],_0x31f17c[_0x1bc440(0x222)])){if(_0x31f17c[_0x1bc440(0x25d)](_0x19efc4,_0x326dc7)){const _0x49d603={};_0x49d603[_0x1bc440(0x29c)]=_0x10d953,_0x49d603[_0x1bc440(0x2f9)]=_0x56c7cf;const _0x222b52={};_0x222b52['Browserstack']=_0x49d603;const _0x1554d1=_0x222b52;_0x3caae3[_0x1bc440(0x263)](this[_0x1bc440(0x2f2)](),_0x5dceb8[_0x1bc440(0x221)](_0x1554d1));}const _0x5f1c2a=_0x3c2821[_0x1bc440(0x2f8)](_0x1f752b[_0x1bc440(0x218)](this[_0x1bc440(0x2f2)](),_0x31f17c[_0x1bc440(0x2d8)]));return[_0x5f1c2a[_0x1bc440(0x22e)][_0x1bc440(0x29c)],_0x5f1c2a['Browserstack'][_0x1bc440(0x2f9)]];}else _0x1962e3=_0x4e0c23+_0x1bc440(0x25e),await this[_0x1bc440(0x2e3)](_0x5154ab,_0x3323f2,_0x1962e3,messageTypes[_0x1bc440(0x258)],_0x104d6a+'-called',_0x104d6a+'-'+_0x6dc531+_0x1bc440(0x303),_0x31f17c[_0x1bc440(0x2f1)]),logger[_0x1bc440(0x19d)](_0x1962e3);}else{if(_0x31f17c[_0x1bc440(0x28b)](_0x5a8d2b['statusCode'],0x191))_0x31f17c[_0x1bc440(0x1c4)](_0x31f17c[_0x1bc440(0x1d1)],_0x31f17c[_0x1bc440(0x1d1)])?_0x57100c[_0x31f17c['PHEFd']]=_0x5e04ec['customRepeaters'][_0x1bc440(0x288)](','):(_0x1962e3=_0x4e0c23+_0x1bc440(0x302),await this[_0x1bc440(0x2e3)](_0x5154ab,_0x3323f2,_0x1962e3,messageTypes[_0x1bc440(0x258)],_0x104d6a+_0x1bc440(0x2d4),_0x104d6a+'-'+_0x6dc531+_0x1bc440(0x2ac),_0x31f17c[_0x1bc440(0x2f1)]),logger[_0x1bc440(0x19d)](_0x1962e3));else{if(_0x31f17c[_0x1bc440(0x1d6)](_0x5a8d2b[_0x1bc440(0x29d)],0xc8))_0x31f17c[_0x1bc440(0x236)](_0x31f17c[_0x1bc440(0x2b3)],_0x31f17c[_0x1bc440(0x2b3)])?(_0x1962e3=_0x4e0c23+'.\x20Non\x20200\x20response\x20from\x20server!\x20'+JSON[_0x1bc440(0x221)](_0x5a8d2b[_0x1bc440(0x267)]),await this['reportToGalactusAndSendToEDS'](_0x5154ab,_0x3323f2,_0x1962e3,messageTypes['ERROR'],_0x104d6a+'-called',_0x104d6a+'-'+_0x6dc531+_0x1bc440(0x1b3),_0x31f17c[_0x1bc440(0x2f1)]),logger[_0x1bc440(0x19d)](_0x1962e3)):_0x1aa173[_0x31f17c['PeUFz']]=_0x1f7d6a[_0x1bc440(0x2a4)];else{if(_0x31f17c['AyUCz'](_0x31f17c[_0x1bc440(0x2b0)],_0x31f17c[_0x1bc440(0x276)]))_0x5671b6=_0x5a8d2b[_0x1bc440(0x29d)];else{if(_0x5c0ada)return _0x31f17c[_0x1bc440(0x225)](_0x204afb,_0x522f6c);_0x31f17c[_0x1bc440(0x1a8)](_0x2ff29c);}}}}return _0x5671b6;},exports[a37_0x3fffab(0x1bb)]=async _0x38490b=>{const _0x4828d1=a37_0x3fffab,_0x5da6e9={'GtADF':_0x4828d1(0x1e5),'xyGtX':_0x4828d1(0x2fd),'XRtQR':function(_0xc17b03,_0xd67b73){return _0xc17b03!==_0xd67b73;},'gZVDP':_0x4828d1(0x210),'Ptgdq':function(_0x4d270d,_0x20c8c3){return _0x4d270d===_0x20c8c3;},'vkBCy':_0x4828d1(0x251),'DRmyI':_0x4828d1(0x255),'fRvYA':function(_0x4e80d4,_0x295a5c){return _0x4e80d4(_0x295a5c);},'PMqzi':'CyWsZ','UgJjM':'TNaSE','ZYeXn':'DroLm','COMyU':function(_0x4ca037,_0x161c08){return _0x4ca037(_0x161c08);},'IMVVD':function(_0x412c4c,_0x1613f9){return _0x412c4c!==_0x1613f9;},'vXPsG':'gJTfu','LNeaX':'JxSBo'};return new Promise((_0x245fb9,_0x2945d3)=>{const _0x703df=_0x4828d1,_0x5e6a30={'Sbboa':_0x5da6e9[_0x703df(0x232)],'QzaqJ':function(_0x2c7508,_0x54a76d){const _0x6bbdb7=_0x703df;return _0x5da6e9[_0x6bbdb7(0x2cb)](_0x2c7508,_0x54a76d);},'GYAVV':_0x5da6e9[_0x703df(0x1ec)],'zlOlY':function(_0x2e4567,_0x5a2cab){return _0x5da6e9['Ptgdq'](_0x2e4567,_0x5a2cab);},'ECuVC':_0x5da6e9['vkBCy'],'sAvKF':_0x5da6e9[_0x703df(0x1de)],'sBOzu':function(_0x2855c8,_0x6ffaa2){return _0x5da6e9['fRvYA'](_0x2855c8,_0x6ffaa2);},'wUrkE':_0x5da6e9[_0x703df(0x2ea)],'jkdIZ':_0x5da6e9['UgJjM'],'qjZYT':_0x5da6e9['ZYeXn'],'MlQhU':function(_0x3e9d91,_0x282863){const _0x344a18=_0x703df;return _0x5da6e9[_0x344a18(0x238)](_0x3e9d91,_0x282863);}};_0x5da6e9[_0x703df(0x247)](_0x5da6e9[_0x703df(0x260)],_0x5da6e9[_0x703df(0x1e1)])?cp[_0x703df(0x24e)](_0x38490b,(_0x5aa5b4,_0x120e3c,_0x1c0156)=>{const _0x25f74b=_0x703df;if(_0x5e6a30[_0x25f74b(0x22d)](_0x5e6a30[_0x25f74b(0x1d8)],_0x5e6a30[_0x25f74b(0x1d8)]))_0x54a7f0=_0xe412a0[_0x25f74b(0x29d)];else{if(_0x5aa5b4)_0x5e6a30[_0x25f74b(0x259)](_0x5e6a30[_0x25f74b(0x1e4)],_0x5e6a30[_0x25f74b(0x26f)])?_0x2e3593['error']=_0xc102bf:_0x5e6a30[_0x25f74b(0x27c)](_0x2945d3,_0x25f74b(0x1b9)+_0x5aa5b4[_0x25f74b(0x26a)]);else{if(_0x1c0156){if(_0x5e6a30[_0x25f74b(0x22d)](_0x5e6a30['wUrkE'],_0x5e6a30[_0x25f74b(0x1d7)]))_0x5e6a30[_0x25f74b(0x27c)](_0x245fb9,_0x25f74b(0x1ef)+_0x38490b+'`\x20'+_0x1c0156);else return _0x562ba6['join'](this[_0x25f74b(0x1f9)](),_0x5e6a30[_0x25f74b(0x200)]);}else{if(_0x5e6a30[_0x25f74b(0x22d)](_0x5e6a30[_0x25f74b(0x211)],_0x5e6a30[_0x25f74b(0x211)])){const _0x245230=new _0x39025c[(_0x25f74b(0x278))](),_0x1ff19e=this[_0x25f74b(0x1cd)](_0x3de3f4),_0x3b368d=_0x245230[_0x25f74b(0x231)](_0x1ff19e);if(_0x3b368d)throw _0x3b368d;return _0x245230;}else _0x5e6a30['MlQhU'](_0x245fb9,'Success:\x20'+_0x120e3c);}}}}):_0x27df7f[_0x5da6e9[_0x703df(0x285)]]=_0x12a197;});},exports[a37_0x3fffab(0x1bc)]=async(_0x51158a=TRIAL_GRID_URL,_0x37140a=a37_0x3fffab(0x229))=>{const _0x964f9a=a37_0x3fffab,_0x22ec73={'OBNgy':_0x964f9a(0x262),'RMMkJ':function(_0x3876e0,_0x49825f){return _0x3876e0(_0x49825f);},'qcmor':function(_0x30ea68,_0x6a787){return _0x30ea68===_0x6a787;},'kkpMh':'WkgML','AMoSG':function(_0x2264fc,_0x5c1ac5,_0x47900a){return _0x2264fc(_0x5c1ac5,_0x47900a);},'XzGPg':function(_0x214344,_0x239bac){return _0x214344===_0x239bac;},'GPnhY':function(_0x40c511,_0x567501){return _0x40c511!==_0x567501;},'MBOkH':_0x964f9a(0x1e6)},_0x2ef55d={};_0x2ef55d[_0x964f9a(0x1fe)]=_0x37140a;const _0x2ba195=_0x2ef55d,_0x5d31c4={};_0x5d31c4[_0x964f9a(0x1c0)]=![],_0x5d31c4['error']=null,_0x5d31c4[_0x964f9a(0x2df)]='';const _0x1b8499=_0x5d31c4;try{if(_0x22ec73[_0x964f9a(0x274)](_0x22ec73['kkpMh'],_0x22ec73[_0x964f9a(0x2b1)])){const _0x4d1042=await _0x22ec73[_0x964f9a(0x23f)](got,_0x51158a,_0x2ba195);_0x1b8499[_0x964f9a(0x2df)]=_0x964f9a(0x1c7)+_0x4d1042[_0x964f9a(0x29d)],_0x1b8499['status']=_0x22ec73['XzGPg'](_0x4d1042[_0x964f9a(0x29d)],0xc8);}else _0x329156[_0x22ec73[_0x964f9a(0x20e)]]=_0x3ef682;}catch(_0x20ce1b){if(_0x22ec73[_0x964f9a(0x2f6)](_0x22ec73[_0x964f9a(0x282)],_0x22ec73[_0x964f9a(0x282)]))return _0x22ec73[_0x964f9a(0x1f1)](_0x444572,_0x4278af);else _0x1b8499[_0x964f9a(0x19d)]=_0x20ce1b;}return _0x1b8499;},exports[a37_0x3fffab(0x224)]=async(_0xec678d,_0x12ed5a=TRIAL_GRID_URL)=>{const _0x4bdacb=a37_0x3fffab,_0x178347={'wPvrY':function(_0x104de9,_0x17909d){return _0x104de9(_0x17909d);},'dmkbH':function(_0x38b9ba,_0x3a2414){return _0x38b9ba(_0x3a2414);},'Bxhus':'GET','JZApb':function(_0x3b1ae5,_0x3ec601){return _0x3b1ae5===_0x3ec601;},'lsNtz':'PbJGQ','tYGqW':function(_0x3e4111,_0x567bbf,_0x3bc9a4){return _0x3e4111(_0x567bbf,_0x3bc9a4);},'VSiQt':function(_0x67bac0,_0x706598){return _0x67bac0===_0x706598;},'bxIkg':function(_0x2da028,_0x340b00){return _0x2da028===_0x340b00;},'RJSPA':_0x4bdacb(0x22b)},_0x409919={};_0x409919[_0x4bdacb(0x277)]=0x1bb,_0x409919['method']=_0x178347['Bxhus'],_0x409919[_0x4bdacb(0x243)]=_0xec678d;const _0x48ad14=_0x409919,_0x129f91={};_0x129f91[_0x4bdacb(0x1c0)]=![],_0x129f91[_0x4bdacb(0x19d)]=null,_0x129f91['data']='';const _0x6189c7=_0x129f91;try{if(_0x178347['JZApb'](_0x178347['lsNtz'],_0x178347[_0x4bdacb(0x20f)])){const _0x4fdb9c=await _0x178347[_0x4bdacb(0x1d9)](got,_0x12ed5a,_0x48ad14);_0x6189c7[_0x4bdacb(0x2df)]='response\x20code\x20:-\x20'+_0x4fdb9c[_0x4bdacb(0x29d)],_0x6189c7[_0x4bdacb(0x1c0)]=_0x178347[_0x4bdacb(0x217)](_0x4fdb9c[_0x4bdacb(0x29d)],0xc8);}else{if(_0x52ccae)_0x178347[_0x4bdacb(0x1af)](_0xb95360,_0x4bdacb(0x1b9)+_0x145ec4['message']);else _0xc795ec?_0x178347[_0x4bdacb(0x264)](_0x39890e,_0x4bdacb(0x1ef)+_0xb30fe+'`\x20'+_0x13582d):_0x178347['wPvrY'](_0x2a70eb,_0x4bdacb(0x20b)+_0x4e2689);}}catch(_0x573b4c){if(_0x178347[_0x4bdacb(0x249)](_0x178347['RJSPA'],_0x178347['RJSPA']))_0x6189c7[_0x4bdacb(0x19d)]=_0x573b4c;else throw new _0x579862(_0x4bdacb(0x1d2)+_0x5f5391+_0x4bdacb(0x2ff)+_0x4deab1+'\x20to\x20become\x20available.');}return _0x6189c7;};function a37_0x4d68(){const _0x5d6ce1=['rWJNA','.ats','localIdentifier','Vjcmw','PPOBr','28678149easQDf','QABcd','IuERF','mYPtI','78JFLzzV','push','nCHrz','path','replace','username','statusCode','RgohN','fZsBN','npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20@azure/arm-authorization@9.0.0\x20--save','verbose','KDuvM','node\x20version\x20installed\x20:\x20','version','sendEventToBackend','936412qrHSRS','uDZks','UYzVH','CHiEX','edNCE','ceScP','-auth-failed','rHTUN','lQdhD','sDCeb','zjJqv','kkpMh','existsSync','pKddz','pHOhm','yfEYu','RJnjR','hszgk','1046776MyQqHK','ZaxMV','JnwuK','KubernetesObjectApi','clusterName','GfnkJ','fBMss','s3Bucket','SwVpg','igMGz','8hPTqla','browserStackLocalOptions','node','uploaderImageVersion','KoxKQ','rYRyb','mZrps','AtfSr','ntYnd','XRtQR','naJHv','spec','mPGeL','TWhqp','ZUhfS','concurrency','arch','iUtNw','-called','vKRcw','N/A','versions','sTkBO','asgtD','installAzurePackages','jFfVq','WxWsH','kmwbn','type','data','updateGlobalRegistryForHubHa','release','tvWNH','reportToGalactusAndSendToEDS','YCirg','FqUpr','\x0aNode.js\x20Version:\x20','\x20to\x20become\x20available.','QvOBX','HPwQp','PMqzi','custom-repeater','toString','X-cli-version','MUaZq','dlxmr','FQaDl','SpfXn','getCredentialsPath','bBDud','getAccessKey','eOhzS','GPnhY','BGKZC','parse','password','name','ZtBUM','now','credentials.json','tVDzS','\x20in\x20namespace\x20','startLocalBinarySync','vIKQr','.\x20Unauthorized\x20request!','-null-response','LXphO','PDsji','platform','AaJij','updateGlobalRegistryWithConfig','error','ytUlP','execSync','xVDuw','\x0aNPM\x20Version:\x20','ENJaQ','PZXet','364973GBPpgJ','nhaWA','qMDtH','qXwhE','ScenH','DRxSl','vSWEk','metadata','nDoTs','/packages/cli/get-grid-details?gridId=','got','wPvrY','2109480KVKOvz','LcJgm','homedir','-non-200','isUndefined','./instrumentationUtils','AfHQF','\x20is\x20ready.','HMkRo','Error\x20executing\x20command:\x20','ufVXU','runCommand','curlRequest','hubVersion','ZLRZY','toLowerCase','status','aUrDT','utf-8','FayUR','rXrsg','X-os','DWuYk','response\x20code\x20:-\x20','VRMNR','qWdZD','replicas','JRbuG','XXByi','setLocalArgs','OitmY','zjahi','ami-0a0b7559ee7c88dcd','deWBg','Timeout\x20waiting\x20for\x20deployment\x20','JsHbo','vNaay','cloudProvider','AyUCz','jkdIZ','GYAVV','tYGqW','stopLocalBinary','NhgEf','ats-repeater','IsNodeCompatibleWithAzure','DRmyI','FLFvo','qfjGm','LNeaX','AqSKu','lqLBB','ECuVC','X-ci-environment','FnpYl','shMwA','application/json','debug','QETNv','ZjoTx','gZVDP','instanceType','@kubernetes/client-node','Intercepted\x20while\x20executing\x20command:\x20`','X-npm-version','RMMkJ','LOG','aIfqD','forceLocal','9|4|8|3|5|10|2|1|6|0|7|11','MofNC','qmSZk','CtExL','getDirForConfig','uFEXd','qqujv','XkiLy','EEZGy','method','yfmpu','Sbboa','zByvI','eihlo','makeApiClient','wlghh','DfQga','3365636PmdyWv','JEeqE','clusterAutoUpgrade','readNamespacedDeployment','getSystemMetaData','Success:\x20','from','UTGGy','OBNgy','lsNtz','HdZvb','qjZYT','voKxs','3999054WUPkzu','child_process','qtxDe','QMJCj','VSiQt','readFileSync','clusterRegion','FewhI','kind','btTpv','gStzp','\x20to\x20be\x20ready...','wUeaD','bMOTy','stringify','MRnla','base64','isTlsSupported','jTjgY','key','pjlMA',')\x0aArchitecture:\x20','GET','tWOux','bpczW','oyCHT','QzaqJ','Browserstack','FGSct','DEbCZ','startSync','xyGtX','\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20','zNHBd','npm\x20-v','Aaoet','UgtuY','COMyU','customRepeaters','fetchOrUpdateUserConfig','vruCi','CuqTX','wsJuF','isArray','AMoSG','AguZU','neCLT','coIlJ','secureProtocol','rOVVC','NswWj','luMpc','IMVVD','read','bxIkg','stop','Error\x20while\x20waiting\x20for\x20deployment:','pyCGR','wMWpD','exec','waitForDeployment','NbCaI','ZtPta','oKzhg','cvdMB','HhTKE','ADFJx','../config/logger','patch','ERROR','zlOlY','split','SsJRS','lkBcQ','EVBjU','.\x20Unknown\x20error!','Uxlpm','vXPsG','ZSIIN','X-os-version','writeFileSync','dmkbH','xQyOp','SaavX','body','namespace','true','message','maxNodes','YsQzD','yyqhc','jPRsO','sAvKF','mCHyk','filter','qkJAm','availableReplicas','qcmor','Deployment\x20','QvRQW','port','Local','getGridDetails','JrHgQ','./webSocketUtils','sBOzu','hxTfc','ami','RBXzU','wKEcw','accessKey','MBOkH','zFean','trim','GtADF','mbtqq','1.0.1','join','LJeAQ','YPsgt','awzjX','KbTbh','lTlgL'];a37_0x4d68=function(){return _0x5d6ce1;};return a37_0x4d68();}function getNpmVersion(){const _0x4841df=a37_0x3fffab,_0x34f910={};_0x34f910[_0x4841df(0x2e5)]=_0x4841df(0x1f0),_0x34f910[_0x4841df(0x2ba)]=function(_0x280022,_0x2178cb){return _0x280022===_0x2178cb;},_0x34f910['ZLRZY']='mlgbJ',_0x34f910[_0x4841df(0x246)]=_0x4841df(0x2a8),_0x34f910[_0x4841df(0x2f0)]=_0x4841df(0x235),_0x34f910[_0x4841df(0x2bd)]=function(_0x45f881,_0x14a270){return _0x45f881!==_0x14a270;},_0x34f910[_0x4841df(0x2f5)]=_0x4841df(0x261),_0x34f910[_0x4841df(0x204)]='N/A';const _0x535411=_0x34f910;try{if(_0x535411[_0x4841df(0x2ba)](_0x535411[_0x4841df(0x1be)],_0x535411[_0x4841df(0x246)]))_0x14fa3b[_0x535411[_0x4841df(0x2e5)]]=_0x1acd61;else return cp[_0x4841df(0x19f)](_0x535411[_0x4841df(0x2f0)])['toString']()[_0x4841df(0x284)]();}catch(_0x5f3743){return _0x535411[_0x4841df(0x2bd)](_0x535411['eOhzS'],_0x535411['eOhzS'])?_0x4e5e9d[_0x4841df(0x281)]:_0x535411[_0x4841df(0x204)];}}exports[a37_0x3fffab(0x20a)]=()=>{const _0xf8ed5b=a37_0x3fffab,_0x4e3407={'uDZks':function(_0x537972){return _0x537972();}};return _0xf8ed5b(0x233)+os[_0xf8ed5b(0x2de)]()+'\x20'+os[_0xf8ed5b(0x2e1)]()+'\x20('+os['platform']()+_0xf8ed5b(0x228)+os[_0xf8ed5b(0x2d2)]()+'\x0aNode.js\x20Version:\x20'+process[_0xf8ed5b(0x2d7)]['node']+_0xf8ed5b(0x1a1)+_0x4e3407[_0xf8ed5b(0x2a7)](getNpmVersion)+'\x0a';};
1
+ const a37_0x370151=a37_0x43ff;(function(_0x1f910c,_0x540a1f){const _0x316ab1=a37_0x43ff,_0x185475=_0x1f910c();while(!![]){try{const _0x10a268=parseInt(_0x316ab1(0x8e))/0x1+-parseInt(_0x316ab1(0x133))/0x2+parseInt(_0x316ab1(0xfc))/0x3+parseInt(_0x316ab1(0x131))/0x4+parseInt(_0x316ab1(0x1d6))/0x5*(parseInt(_0x316ab1(0xfe))/0x6)+-parseInt(_0x316ab1(0x1b2))/0x7+parseInt(_0x316ab1(0x127))/0x8*(-parseInt(_0x316ab1(0x14a))/0x9);if(_0x10a268===_0x540a1f)break;else _0x185475['push'](_0x185475['shift']());}catch(_0x20ec09){_0x185475['push'](_0x185475['shift']());}}}(a37_0x5e00,0x47d54));const path=require(a37_0x370151(0x1a9)),os=require('os'),fs=require('fs'),cp=require(a37_0x370151(0xc3)),webSocketUtils=require(a37_0x370151(0xf7)),{sendInstrumentationEvent}=require(a37_0x370151(0x89)),BrowserstackLocalLauncher=require(a37_0x370151(0x14d)),got=require(a37_0x370151(0x184)),{logger}=require('../config/logger'),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils'),{global_registry,WS_EVENTS,AG_API_URL,messageTypes,MessageDescription,TRIAL_GRID_URL}=require(a37_0x370151(0x19d));exports[a37_0x370151(0x1d4)]=_0x3b4ca6=>Buffer[a37_0x370151(0x110)](_0x3b4ca6)[a37_0x370151(0xc1)]('base64'),exports[a37_0x370151(0x101)]=()=>{const _0x41b5cc=a37_0x370151,_0x31d6aa={};_0x31d6aa['crQPO']='.ats';const _0x41c829=_0x31d6aa;return path[_0x41b5cc(0x1c2)](os[_0x41b5cc(0x13f)](),_0x41c829[_0x41b5cc(0x148)]);},exports[a37_0x370151(0xb4)]=()=>{const _0x5f11df=a37_0x370151,_0x20701b={};_0x20701b['SgQSO']=_0x5f11df(0x1c0);const _0x3f3c66=_0x20701b;return path[_0x5f11df(0x1c2)](this[_0x5f11df(0x101)](),_0x3f3c66[_0x5f11df(0x199)]);},exports[a37_0x370151(0x17f)]=async(_0x1e9621,_0x500332,_0x80f022,_0x146651)=>{const _0x4d97bb=a37_0x370151,_0x5a6132={'GRFmp':_0x4d97bb(0x1b1),'ZQPcI':function(_0x156c81,_0x4f5f6d){return _0x156c81&&_0x4f5f6d;},'tjbsW':_0x4d97bb(0x170),'iHIET':'Error\x20while\x20waiting\x20for\x20deployment:','rccfI':function(_0x6050a4,_0x7b344f){return _0x6050a4(_0x7b344f);},'GqBea':function(_0x4fb602){return _0x4fb602();},'QTXap':_0x4d97bb(0xcd),'HmnHY':function(_0x4dfa27,_0x331ff4){return _0x4dfa27===_0x331ff4;},'kvGuO':_0x4d97bb(0xdc),'yWAUA':_0x4d97bb(0xe4),'raRbv':function(_0x3cc083,_0x4e4f19){return _0x3cc083!==_0x4e4f19;},'CdaZT':_0x4d97bb(0x187),'pRxOg':function(_0x1a225f,_0x40af13){return _0x1a225f>_0x40af13;},'VUTzx':function(_0x2b72fe,_0x4e7b4d){return _0x2b72fe-_0x4e7b4d;},'DUkun':function(_0x5c68ae,_0x515d49){return _0x5c68ae!==_0x515d49;},'PfiUR':_0x4d97bb(0x1a8),'QGwdi':_0x4d97bb(0xc6),'KeyzJ':function(_0x341d0f,_0x3f4226){return _0x341d0f>=_0x3f4226;},'JGYrb':_0x4d97bb(0x19a),'MVYno':_0x4d97bb(0x159),'HeQxQ':function(_0x5e8d2e,_0x39e9c1){return _0x5e8d2e===_0x39e9c1;},'NNiFD':_0x4d97bb(0xed)};try{if(_0x5a6132['HmnHY'](_0x5a6132[_0x4d97bb(0x1ac)],_0x5a6132[_0x4d97bb(0x15f)]))_0x3613df[_0x5a6132[_0x4d97bb(0x1e2)]]=_0x2ef08d;else{const _0x44b06e=0x1388,_0x451a6b=Date[_0x4d97bb(0xa1)]();let _0x20c428=![];while(!_0x20c428){if(_0x5a6132[_0x4d97bb(0x18e)](_0x5a6132[_0x4d97bb(0x128)],_0x5a6132[_0x4d97bb(0x128)])){if(_0x5a6132['ZQPcI'](_0x43c91d,_0x3bbd2b)){const _0x54f72d={};_0x54f72d[_0x4d97bb(0x106)]=_0x2f1ce1,_0x54f72d['password']=_0x2ce6b8;const _0x8e0b80={};_0x8e0b80[_0x4d97bb(0x168)]=_0x54f72d;const _0x202f9e=_0x8e0b80;_0x2ae9b4[_0x4d97bb(0x17b)](this[_0x4d97bb(0xb4)](),_0x386924[_0x4d97bb(0xdd)](_0x202f9e));}const _0xa53d57=_0x3d0cf8[_0x4d97bb(0x1dc)](_0x59d69e[_0x4d97bb(0xd2)](this['getCredentialsPath'](),_0x5a6132[_0x4d97bb(0x13b)]));return[_0xa53d57[_0x4d97bb(0x168)][_0x4d97bb(0x106)],_0xa53d57['Browserstack'][_0x4d97bb(0x107)]];}else{if(_0x5a6132[_0x4d97bb(0x1d9)](_0x5a6132['VUTzx'](Date[_0x4d97bb(0xa1)](),_0x451a6b),_0x146651)){if(_0x5a6132[_0x4d97bb(0xab)](_0x5a6132[_0x4d97bb(0xbf)],_0x5a6132[_0x4d97bb(0x12b)]))throw new Error(_0x4d97bb(0x1b4)+_0x80f022+_0x4d97bb(0xc9)+_0x500332+'\x20to\x20become\x20available.');else{_0x1b3233[_0x4d97bb(0x154)](_0x5a6132[_0x4d97bb(0xb6)],_0x987e28);throw _0x573f1f;}}const _0x38fed8={};_0x38fed8[_0x4d97bb(0x1be)]=_0x80f022,_0x38fed8[_0x4d97bb(0x9e)]=_0x500332;const _0x2162e2=await _0x1e9621[_0x4d97bb(0x1dd)](_0x38fed8),_0x349eda=_0x2162e2[_0x4d97bb(0x13a)]['replicas']||0x1,_0x5bb34d=_0x2162e2[_0x4d97bb(0x1d2)][_0x4d97bb(0x10f)]||0x0;_0x20c428=_0x5a6132[_0x4d97bb(0xef)](_0x5bb34d,_0x349eda);if(!_0x20c428){if(_0x5a6132[_0x4d97bb(0x18e)](_0x5a6132['JGYrb'],_0x5a6132[_0x4d97bb(0x142)]))logger['debug'](_0x4d97bb(0x1e5)+_0x80f022+_0x4d97bb(0xc9)+_0x500332+_0x4d97bb(0x14b)),await new Promise(_0xb8e754=>setTimeout(_0xb8e754,_0x44b06e));else{const _0x36584e={'tRaDx':function(_0x4ce75d,_0x16eb44){const _0x4218e6=_0x4d97bb;return _0x5a6132[_0x4218e6(0xa6)](_0x4ce75d,_0x16eb44);},'NOiup':function(_0x24a232){const _0x571010=_0x4d97bb;return _0x5a6132[_0x571010(0x1ad)](_0x24a232);}};_0x4a95fa&&_0x4a0398[_0x4d97bb(0xec)](_0x1cbabb=>{const _0x15faf6=_0x4d97bb;if(_0x1cbabb)return _0x36584e[_0x15faf6(0x15d)](_0x441003,_0x1cbabb);_0x36584e[_0x15faf6(0x177)](_0xd01795);});}}}}logger[_0x4d97bb(0x154)](_0x4d97bb(0xeb)+_0x80f022+_0x4d97bb(0xc9)+_0x500332+'\x20is\x20ready.');}}catch(_0xc5d863){if(_0x5a6132[_0x4d97bb(0x87)](_0x5a6132[_0x4d97bb(0x10b)],_0x5a6132[_0x4d97bb(0x10b)])){logger[_0x4d97bb(0x154)](_0x5a6132[_0x4d97bb(0xb6)],_0xc5d863);throw _0xc5d863;}else return _0x30b584[_0x4d97bb(0x1c2)](_0x12fb39[_0x4d97bb(0x13f)](),_0x5a6132[_0x4d97bb(0x1cb)]);}},exports['updateGlobalRegistryWithConfig']=(_0x5280b9,_0x3e8225,_0x5c6bbb,_0x50d59f,_0x14c43e,_0x41d182,_0x522d1c,_0x18cc4f,_0x30df8e,_0x4ed106,_0x62d4a2,_0x14234c)=>{const _0x3603fb=a37_0x370151,_0x79d7c3={};_0x79d7c3[_0x3603fb(0x16b)]=_0x3603fb(0x172),_0x79d7c3[_0x3603fb(0x91)]=function(_0x2e01c5,_0x4ec622){return _0x2e01c5||_0x4ec622;},_0x79d7c3[_0x3603fb(0x11f)]=_0x3603fb(0x171);const _0x202d70=_0x79d7c3,_0x4ac624=_0x202d70[_0x3603fb(0x16b)]['split']('|');let _0x25c155=0x0;while(!![]){switch(_0x4ac624[_0x25c155++]){case'0':global_registry['clusterAutoUpgrade']=_0x202d70[_0x3603fb(0x91)](_0x14234c,![]);continue;case'1':global_registry[_0x3603fb(0xa4)]=_0x5280b9;continue;case'2':global_registry[_0x3603fb(0x153)]=_0x5c6bbb;continue;case'3':global_registry['s3Bucket']=_0x41d182;continue;case'4':global_registry[_0x3603fb(0x137)]=_0x522d1c['ami']||_0x202d70[_0x3603fb(0x11f)];continue;case'5':global_registry[_0x3603fb(0x99)]=_0x50d59f;continue;case'6':global_registry['minNodes']=_0x4ed106;continue;case'7':global_registry[_0x3603fb(0x9c)]=_0x30df8e;continue;case'8':global_registry['hubVersion']=_0x18cc4f;continue;case'9':global_registry[_0x3603fb(0x113)]=_0x14c43e;continue;case'10':global_registry[_0x3603fb(0x114)]=_0x3e8225;continue;case'11':global_registry[_0x3603fb(0x96)]=_0x62d4a2;continue;}break;}},exports[a37_0x370151(0xe3)]=_0x242861=>{const _0x46413a=a37_0x370151,_0x177f3b={};_0x177f3b[_0x46413a(0x11e)]=function(_0x505fc6,_0x2ff948){return _0x505fc6||_0x2ff948;},_0x177f3b[_0x46413a(0x7f)]=_0x46413a(0x10a);const _0x58becc=_0x177f3b;global_registry['uploaderImageVersion']=_0x58becc[_0x46413a(0x11e)](_0x242861,_0x58becc[_0x46413a(0x7f)]);},exports['kebabCase']=_0x28839e=>_0x28839e[a37_0x370151(0x156)](/([a-z])([A-Z])/g,a37_0x370151(0x192))[a37_0x370151(0x156)](/[\s_]+/g,'-')[a37_0x370151(0x17a)](),exports[a37_0x370151(0xfd)]=async(_0x2baa1f,_0x36d5cb,_0x1214c5,_0x4d251b,_0x1d295a,_0x23bfc9,_0x25f20d)=>{const _0x298b37=a37_0x370151,_0x5eb696={'fkmYH':function(_0x3a554d,_0x11706b,_0x33acd5,_0x4a08a0,_0xbfdd98,_0x5cc2f2,_0x295520){return _0x3a554d(_0x11706b,_0x33acd5,_0x4a08a0,_0xbfdd98,_0x5cc2f2,_0x295520);}};await _0x5eb696[_0x298b37(0x141)](sendInstrumentationEvent,_0x2baa1f,_0x1d295a,_0x4d251b,_0x23bfc9,null,_0x2baa1f);const _0x4ac8ce={};_0x4ac8ce[_0x298b37(0x112)]=WS_EVENTS[_0x298b37(0xde)],_0x4ac8ce[_0x298b37(0xbb)]=_0x1214c5,await webSocketUtils[_0x298b37(0x151)](_0x36d5cb,_0x4ac8ce,_0x25f20d,!![]);},exports['getAccessKey']=_0x44f8c2=>{return _0x44f8c2['accessKey'];},exports[a37_0x370151(0x81)]=_0x25afdd=>{const _0x3c3f1f=a37_0x370151,_0x37b526={'StdWo':function(_0x2995d8,_0x2bd93b){return _0x2995d8(_0x2bd93b);},'bEyDy':function(_0x116eef,_0x579d44){return _0x116eef(_0x579d44);},'JraTZ':function(_0x2895bb,_0x43c013){return _0x2895bb(_0x43c013);},'xdShy':function(_0x45fa16,_0x141dfe){return _0x45fa16||_0x141dfe;},'ejWVM':'1.0.1','CnzHQ':_0x3c3f1f(0xdb),'hBZQE':_0x3c3f1f(0x116),'ZAcpL':_0x3c3f1f(0xf4),'aIksg':_0x3c3f1f(0x118),'hGqne':_0x3c3f1f(0xc2),'MLbqD':_0x3c3f1f(0x125),'Ehfgx':function(_0x1ff30d,_0x226d7a){return _0x1ff30d===_0x226d7a;},'mHMuJ':_0x3c3f1f(0x9b),'ZOcHi':'aLFOd','bmcUN':'custom-repeater','dVHcG':function(_0xbcbd22,_0x2a023d){return _0xbcbd22!==_0x2a023d;},'yJCDi':'ojRuY','TkHTG':'bJrzL'};let _0x9a02ac={};_0x9a02ac[_0x37b526['CnzHQ']]=this['getAccessKey'](_0x25afdd),_0x9a02ac[_0x37b526[_0x3c3f1f(0x1ae)]]=0x3,_0x9a02ac[_0x37b526[_0x3c3f1f(0x18c)]]=_0x37b526[_0x3c3f1f(0x121)],_0x9a02ac[_0x37b526[_0x3c3f1f(0x1c9)]]=_0x37b526[_0x3c3f1f(0x1d8)];if(_0x25afdd[_0x3c3f1f(0xa9)]&&Array[_0x3c3f1f(0x1a3)](_0x25afdd[_0x3c3f1f(0xa9)])){if(_0x37b526[_0x3c3f1f(0x1bf)](_0x37b526['mHMuJ'],_0x37b526[_0x3c3f1f(0x1b8)])){if(_0x5b06c5)_0x37b526[_0x3c3f1f(0xbd)](_0x3898fe,_0x3c3f1f(0x8d)+_0x2c0a4a[_0x3c3f1f(0xbb)]);else _0xf17905?_0x37b526[_0x3c3f1f(0x188)](_0x220d34,_0x3c3f1f(0x1a7)+_0x185233+'`\x20'+_0x5f091f):_0x37b526[_0x3c3f1f(0x146)](_0x37c54c,_0x3c3f1f(0x135)+_0x10a19c);}else _0x9a02ac[_0x37b526['bmcUN']]=_0x25afdd[_0x3c3f1f(0xa9)][_0x3c3f1f(0x1c2)](',');}return _0x25afdd[_0x3c3f1f(0x18f)]&&_0x37b526['Ehfgx'](_0x25afdd[_0x3c3f1f(0x18f)][_0x3c3f1f(0x1bd)],Object)&&(_0x37b526[_0x3c3f1f(0xa2)](_0x37b526['yJCDi'],_0x37b526[_0x3c3f1f(0x84)])?_0x9a02ac={..._0x25afdd[_0x3c3f1f(0x18f)],..._0x9a02ac}:_0x53a642['uploaderImageVersion']=_0x37b526[_0x3c3f1f(0x1e0)](_0x165b5b,_0x37b526[_0x3c3f1f(0xf0)])),_0x9a02ac;},exports[a37_0x370151(0x105)]=_0x15f43c=>{const _0x27b35c=a37_0x370151,_0x2715c7={};_0x2715c7[_0x27b35c(0x12e)]=_0x27b35c(0xca),_0x2715c7[_0x27b35c(0x191)]=function(_0x4b632b,_0x2dff27){return _0x4b632b===_0x2dff27;},_0x2715c7[_0x27b35c(0xd1)]=_0x27b35c(0xa0),_0x2715c7[_0x27b35c(0x164)]=_0x27b35c(0xe9);const _0xe02c9c=_0x2715c7,_0x43a1b4=new BrowserstackLocalLauncher[(_0x27b35c(0xf6))](),_0x1aa937=this[_0x27b35c(0x81)](_0x15f43c),_0x578e6d=_0x43a1b4[_0x27b35c(0x160)](_0x1aa937);if(_0x578e6d){if(_0xe02c9c[_0x27b35c(0x191)](_0xe02c9c[_0x27b35c(0xd1)],_0xe02c9c[_0x27b35c(0x164)]))_0xe1ce6d[_0xe02c9c['jKDxJ']]=_0x4c5095;else throw _0x578e6d;}return _0x43a1b4;},exports['stopLocalBinary']=async _0x44d1d9=>{const _0x5bd746=a37_0x370151,_0x542f98={'fUZcS':_0x5bd746(0x17c),'OoOWq':function(_0x33dffd,_0x4da028){return _0x33dffd(_0x4da028);},'kvYRZ':function(_0x2cda7f){return _0x2cda7f();},'jjXyG':function(_0x4e71e4,_0x1e2ffa){return _0x4e71e4!==_0x1e2ffa;},'lLmrn':_0x5bd746(0x1cc),'AkpxB':function(_0x2e2496,_0x335105){return _0x2e2496===_0x335105;},'lhNUD':'knuiJ','hCDxS':function(_0x367ac2,_0x5a7c32){return _0x367ac2(_0x5a7c32);},'SMmKD':function(_0x53ff34,_0x3af4fb){return _0x53ff34!==_0x3af4fb;},'pvwpU':_0x5bd746(0xe6),'UlksF':'DNhQa'};return new Promise((_0x3ab28d,_0x12394c)=>{const _0x5ae221=_0x5bd746,_0x521ca4={'sfjdL':_0x542f98[_0x5ae221(0x14e)],'PgeNG':function(_0x404718,_0x3f7c03){const _0x45d115=_0x5ae221;return _0x542f98[_0x45d115(0x11b)](_0x404718,_0x3f7c03);},'OfudD':function(_0x1206f6){return _0x542f98['kvYRZ'](_0x1206f6);},'LgFrR':function(_0x23b151,_0x4f56ae){const _0x5687ce=_0x5ae221;return _0x542f98[_0x5687ce(0x16c)](_0x23b151,_0x4f56ae);},'OGdem':_0x542f98[_0x5ae221(0x181)],'sfUoF':function(_0x47ff63,_0xe6849a){const _0x42a2c2=_0x5ae221;return _0x542f98[_0x42a2c2(0x1ba)](_0x47ff63,_0xe6849a);},'FEPRZ':_0x542f98[_0x5ae221(0xa5)],'RGJKc':function(_0xe75289,_0x16ad45){const _0x37e8a4=_0x5ae221;return _0x542f98[_0x37e8a4(0x117)](_0xe75289,_0x16ad45);}};if(_0x542f98[_0x5ae221(0x124)](_0x542f98[_0x5ae221(0xa3)],_0x542f98[_0x5ae221(0x8a)]))_0x44d1d9&&_0x44d1d9[_0x5ae221(0xec)](_0x10ee67=>{const _0xe029ca=_0x5ae221;if(_0x521ca4['LgFrR'](_0x521ca4[_0xe029ca(0xf2)],_0x521ca4[_0xe029ca(0xf2)]))_0x560102[_0x521ca4['sfjdL']]=_0x4787e5['version'];else{if(_0x10ee67){if(_0x521ca4[_0xe029ca(0x1a6)](_0x521ca4['FEPRZ'],_0x521ca4[_0xe029ca(0x17d)]))return _0x521ca4['RGJKc'](_0x12394c,_0x10ee67);else{if(_0x3877d6)return _0x521ca4[_0xe029ca(0xac)](_0xdfa565,_0x1839b1);_0x521ca4['OfudD'](_0x48cb49);}}_0x521ca4['OfudD'](_0x3ab28d);}});else return[_0x4e3be7,_0x478699[_0x5ae221(0x1dc)](_0x3a3091[_0x5ae221(0x9a)])];});},exports[a37_0x370151(0x173)]=(_0x340cbf,_0x4d54d4)=>{const _0x517a47=a37_0x370151,_0x2ebed5={};_0x2ebed5[_0x517a47(0xe2)]='X-os',_0x2ebed5[_0x517a47(0xb1)]=function(_0x4e4430,_0x1422d8){return _0x4e4430&&_0x1422d8;},_0x2ebed5[_0x517a47(0x95)]=function(_0x45cdec,_0x53d52d){return _0x45cdec!==_0x53d52d;},_0x2ebed5[_0x517a47(0x176)]='mvoBB',_0x2ebed5['DxcdJ']=function(_0x424378,_0x46fcdc){return _0x424378===_0x46fcdc;},_0x2ebed5[_0x517a47(0x1b5)]=_0x517a47(0xd7),_0x2ebed5[_0x517a47(0xea)]=_0x517a47(0x1af),_0x2ebed5['yUgEw']='utf-8';const _0xc3f9c9=_0x2ebed5,_0x450ce5=fs[_0x517a47(0x179)](this[_0x517a47(0xb4)]());if(_0x450ce5||_0xc3f9c9[_0x517a47(0xb1)](_0x340cbf,_0x4d54d4)){if(_0xc3f9c9[_0x517a47(0x95)](_0xc3f9c9[_0x517a47(0x176)],_0xc3f9c9['rVvHd']))_0x39c0c7[_0xc3f9c9[_0x517a47(0xe2)]]=_0x3d6cb5;else{if(_0xc3f9c9['Zkoua'](_0x340cbf,_0x4d54d4)){if(_0xc3f9c9[_0x517a47(0x102)](_0xc3f9c9[_0x517a47(0x1b5)],_0xc3f9c9[_0x517a47(0xea)]))return _0x256d83[_0x517a47(0x180)];else{const _0x17b9d5={};_0x17b9d5[_0x517a47(0x106)]=_0x340cbf,_0x17b9d5[_0x517a47(0x107)]=_0x4d54d4;const _0x2f1663={};_0x2f1663[_0x517a47(0x168)]=_0x17b9d5;const _0xdd584b=_0x2f1663;fs['writeFileSync'](this[_0x517a47(0xb4)](),JSON['stringify'](_0xdd584b));}}const _0x3cb891=JSON['parse'](fs[_0x517a47(0xd2)](this[_0x517a47(0xb4)](),_0xc3f9c9[_0x517a47(0xd4)]));return[_0x3cb891[_0x517a47(0x168)][_0x517a47(0x106)],_0x3cb891[_0x517a47(0x168)]['password']];}}return null;},exports[a37_0x370151(0x185)]=async(_0x37d8d7,_0x3c47dd,_0x23c427)=>{const _0x1c80cf=a37_0x370151,_0x392b93={'shFmU':_0x1c80cf(0x12c),'YPRYf':function(_0xf35d37,_0x138c9e){return _0xf35d37||_0x138c9e;},'sSyQg':_0x1c80cf(0x171),'kNIfK':_0x1c80cf(0x194),'kamFc':function(_0x201277,_0x371a28,_0xc90b81){return _0x201277(_0x371a28,_0xc90b81);},'OLBHY':function(_0xc02d3c,_0x1cb595){return _0xc02d3c===_0x1cb595;},'LPoHZ':function(_0x2651e9,_0x4ad6ce){return _0x2651e9!==_0x4ad6ce;},'PewhT':_0x1c80cf(0x1a5)},_0x3fbd86='https://'+_0x37d8d7+':'+_0x3c47dd+'@'+AG_API_URL+'/packages/cli/get-grid-details?gridId='+_0x23c427,_0x2ac99f={'method':_0x392b93[_0x1c80cf(0x165)],'headers':this['getAuthHeader'](_0x37d8d7,_0x3c47dd),'throwHttpErrors':![]},_0x197837=await _0x392b93[_0x1c80cf(0x1c6)](got,_0x3fbd86,_0x2ac99f);if(_0x392b93[_0x1c80cf(0xe1)](_0x197837[_0x1c80cf(0x1c4)],0xc8)){if(_0x392b93['LPoHZ'](_0x392b93[_0x1c80cf(0x8c)],_0x392b93['PewhT'])){const _0x16a18f=_0x392b93[_0x1c80cf(0x175)][_0x1c80cf(0x143)]('|');let _0x1d106e=0x0;while(!![]){switch(_0x16a18f[_0x1d106e++]){case'0':_0x26d981[_0x1c80cf(0x9c)]=_0x53c23e;continue;case'1':_0x579af9[_0x1c80cf(0x96)]=_0x5c1014;continue;case'2':_0x12981c[_0x1c80cf(0xd6)]=_0x503886;continue;case'3':_0x16852a[_0x1c80cf(0x99)]=_0x13c2f7;continue;case'4':_0x3a1820[_0x1c80cf(0x114)]=_0x433c12;continue;case'5':_0x4152ca['minNodes']=_0xe5b289;continue;case'6':_0x4b25fc['cloudProvider']=_0x1030bf;continue;case'7':_0x2797f1[_0x1c80cf(0x113)]=_0x302311;continue;case'8':_0x232243['clusterRegion']=_0x127b66;continue;case'9':_0x1d96b2['s3Bucket']=_0x4c8f59;continue;case'10':_0x41a31a[_0x1c80cf(0x139)]=_0x392b93['YPRYf'](_0xf3a411,![]);continue;case'11':_0x304610[_0x1c80cf(0x137)]=_0x1eb46b[_0x1c80cf(0x137)]||_0x392b93[_0x1c80cf(0x1c3)];continue;}break;}}else return[_0x197837,JSON['parse'](_0x197837['body'])];}return[_0x197837,null];},exports[a37_0x370151(0x1db)]=async(_0xefbe4,_0x55c04e)=>{const _0x5e94b1=a37_0x370151,_0x7fc528={'vckJB':function(_0x21a60c,_0x237278){return _0x21a60c(_0x237278);},'sOyQA':_0x5e94b1(0xba),'KcyVu':_0x5e94b1(0xe5),'wmiUA':_0x5e94b1(0x182),'BWhLe':function(_0x4eed18,_0x1a78f2){return _0x4eed18===_0x1a78f2;},'agbTg':'DBijs','mCBeI':function(_0x3a966c,_0x49e637){return _0x3a966c!==_0x49e637;},'XKqpz':'huqHd','OzHzE':_0x5e94b1(0x166),'sJrQH':_0x5e94b1(0x1a1)},_0x2c4595=await import(_0x7fc528[_0x5e94b1(0x1bb)]),_0x394d17=await _0x2c4595[_0x5e94b1(0x94)][_0x5e94b1(0x1b7)](_0x55c04e),_0x41aaa3=_0xefbe4['filter'](_0x3959df=>_0x3959df&&_0x3959df[_0x5e94b1(0xc7)]&&_0x3959df['metadata']),_0x5d565b=[];for await(const _0x4f4392 of _0x41aaa3){if(_0x7fc528[_0x5e94b1(0x138)](_0x7fc528[_0x5e94b1(0x1da)],_0x7fc528['agbTg']))try{if(_0x7fc528[_0x5e94b1(0xcc)](_0x7fc528[_0x5e94b1(0xb7)],_0x7fc528['XKqpz']))_0x7fc528[_0x5e94b1(0xb2)](_0x3827cb,'Success:\x20'+_0x252a0d);else{await _0x394d17[_0x5e94b1(0x98)](_0x4f4392);const _0x14535a=await _0x394d17[_0x5e94b1(0x14c)](_0x4f4392);_0x5d565b[_0x5e94b1(0x19c)](_0x14535a[_0x5e94b1(0x9a)]);}}catch(_0x5c64f5){if(_0x7fc528[_0x5e94b1(0xcc)](_0x7fc528[_0x5e94b1(0x1cd)],_0x7fc528[_0x5e94b1(0x1a4)])){const _0x25252c=await _0x394d17['create'](_0x4f4392);_0x5d565b[_0x5e94b1(0x19c)](_0x25252c[_0x5e94b1(0x9a)]);}else throw _0x342378;}else try{return _0x29df25[_0x5e94b1(0xb9)](_0x7fc528[_0x5e94b1(0x108)])[_0x5e94b1(0xc1)]()[_0x5e94b1(0x86)]();}catch(_0x4fd88a){return _0x7fc528[_0x5e94b1(0x8b)];}}},exports[a37_0x370151(0x15c)]=(_0x5ad0a2,_0x429600)=>{const _0x4e45e3=a37_0x370151,_0x19c03e={'YdxjC':'npm\x20-v','Aasiq':'X-cli-path','mXQxA':_0x4e45e3(0x90),'ARBUs':function(_0x48da7e,_0x421787){return _0x48da7e(_0x421787);},'VWdLG':function(_0x4e90d7){return _0x4e90d7();},'KsRBp':function(_0x5787e6){return _0x5787e6();},'OaPTR':function(_0x1ddc5b){return _0x1ddc5b();},'HoZzP':function(_0x6414ec){return _0x6414ec();},'jTmFy':function(_0x561b14){return _0x561b14();},'hCfmg':'application/json','xbVmQ':function(_0x5020c8,_0x4a0e76){return _0x5020c8+_0x4a0e76;},'CDAPo':_0x4e45e3(0xa7),'wcukC':'base64','bFnrH':function(_0x59a466,_0xc40b2c){return _0x59a466!==_0xc40b2c;},'oaktZ':_0x4e45e3(0xaf),'vaDPa':_0x4e45e3(0x162),'MYxmY':_0x4e45e3(0x17c),'pBbxt':_0x4e45e3(0xaa),'FGqit':_0x4e45e3(0x16a),'rRkNB':_0x4e45e3(0x11a),'yBRLn':_0x4e45e3(0x169),'kEajd':function(_0xe3f0eb,_0x15ab96){return _0xe3f0eb===_0x15ab96;},'lBnGL':'SuVpG','jbLGZ':_0x4e45e3(0x167),'gNBQr':'X-os-version','WgwiR':function(_0x2f53df,_0x9d4760){return _0x2f53df!==_0x9d4760;},'IXZat':_0x4e45e3(0x152),'cqWUg':_0x4e45e3(0x1d1),'pxbCa':_0x4e45e3(0x18b),'HDfiQ':function(_0x489e12,_0x3329e1){return _0x489e12!==_0x3329e1;},'icxtX':_0x4e45e3(0x8f),'qWAkl':_0x4e45e3(0x1b1)},_0x308841=_0x19c03e['VWdLG'](cli_version_and_path),_0x59298e=_0x19c03e['KsRBp'](_os),_0x6b12c7=_0x19c03e[_0x4e45e3(0x13d)](os_version),_0x53b223=_0x19c03e[_0x4e45e3(0x17e)](npm_version),_0x189c2d=_0x19c03e[_0x4e45e3(0x183)](ci_environment),_0x203daa={'Content-Type':_0x19c03e[_0x4e45e3(0xad)],'Authorization':_0x19c03e['xbVmQ'](_0x19c03e[_0x4e45e3(0x126)],Buffer[_0x4e45e3(0x110)](_0x5ad0a2+':'+_0x429600)['toString'](_0x19c03e['wcukC']))};if(_0x308841&&_0x308841[_0x4e45e3(0xbe)]){if(_0x19c03e[_0x4e45e3(0x10c)](_0x19c03e[_0x4e45e3(0x134)],_0x19c03e[_0x4e45e3(0x19e)]))_0x203daa[_0x19c03e[_0x4e45e3(0x130)]]=_0x308841[_0x4e45e3(0xbe)];else return _0x408542[_0x4e45e3(0xb9)](_0x19c03e[_0x4e45e3(0x1a2)])['toString']()[_0x4e45e3(0x86)]();}_0x308841&&_0x308841[_0x4e45e3(0x1a9)]&&(_0x19c03e['bFnrH'](_0x19c03e[_0x4e45e3(0x1e3)],_0x19c03e['FGqit'])?_0x203daa[_0x19c03e['Aasiq']]=_0x308841['path']:_0x490ffd[_0x19c03e[_0x4e45e3(0x10d)]]=_0x18da83['path']);_0x59298e&&(_0x19c03e[_0x4e45e3(0x10c)](_0x19c03e[_0x4e45e3(0x16f)],_0x19c03e['rRkNB'])?_0x288e7b=_0x4902df[_0x4e45e3(0x1c4)]:_0x203daa[_0x19c03e[_0x4e45e3(0x1e4)]]=_0x59298e);if(_0x6b12c7){if(_0x19c03e[_0x4e45e3(0x122)](_0x19c03e[_0x4e45e3(0x1d5)],_0x19c03e[_0x4e45e3(0xb8)])){const _0x5a1574={};_0x5a1574[_0x4e45e3(0x106)]=_0x2e326c,_0x5a1574[_0x4e45e3(0x107)]=_0x354c6c;const _0xfdbebc={};_0xfdbebc['Browserstack']=_0x5a1574;const _0x43941c=_0xfdbebc;_0x33c607['writeFileSync'](this[_0x4e45e3(0xb4)](),_0x50c3d9[_0x4e45e3(0xdd)](_0x43941c));}else _0x203daa[_0x19c03e[_0x4e45e3(0x136)]]=_0x6b12c7;}return _0x53b223&&(_0x19c03e['WgwiR'](_0x19c03e[_0x4e45e3(0x1b3)],_0x19c03e[_0x4e45e3(0xc0)])?_0x203daa[_0x19c03e[_0x4e45e3(0x15a)]]=_0x53b223:_0x12e39d['execSync'](_0x19c03e[_0x4e45e3(0x190)])),_0x189c2d&&(_0x19c03e[_0x4e45e3(0x82)](_0x19c03e[_0x4e45e3(0xc4)],_0x19c03e[_0x4e45e3(0xc4)])?_0x19c03e[_0x4e45e3(0x1e1)](_0x23dfdc,_0x4e45e3(0x1a7)+_0x21149d+'`\x20'+_0x5a2381):_0x203daa[_0x19c03e[_0x4e45e3(0xf5)]]=_0x189c2d),_0x203daa;},exports['installAzurePackages']=async()=>{const _0x2721e9=a37_0x370151,_0x44c091={};_0x44c091[_0x2721e9(0x1c7)]='key',_0x44c091[_0x2721e9(0x18a)]=_0x2721e9(0x116),_0x44c091['SUTlt']='forceLocal',_0x44c091[_0x2721e9(0xcf)]=_0x2721e9(0x118),_0x44c091[_0x2721e9(0xf1)]='localIdentifier',_0x44c091[_0x2721e9(0xdf)]=_0x2721e9(0x125),_0x44c091['gupux']='custom-repeater',_0x44c091['EakWk']=function(_0x50823a,_0x21e3e4){return _0x50823a===_0x21e3e4;},_0x44c091[_0x2721e9(0x196)]=function(_0x21ae17,_0x3cf946){return _0x21ae17>=_0x3cf946;},_0x44c091[_0x2721e9(0x10e)]=function(_0x48a85a,_0x341233){return _0x48a85a===_0x341233;},_0x44c091[_0x2721e9(0x115)]='rOlov',_0x44c091[_0x2721e9(0x16d)]=_0x2721e9(0xb3),_0x44c091[_0x2721e9(0x1c5)]=_0x2721e9(0x90);const _0x51b7ce=_0x44c091,_0x487aba=process[_0x2721e9(0x158)][_0x2721e9(0x163)];if(_0x51b7ce[_0x2721e9(0x196)](_0x487aba[_0x2721e9(0x143)]('.')[0x0],0x12)){if(_0x51b7ce['QHZAl'](_0x51b7ce[_0x2721e9(0x115)],_0x51b7ce[_0x2721e9(0x16d)])){let _0x14dda6={};return _0x14dda6[_0x51b7ce['IQSNB']]=this['getAccessKey'](_0xd78ee8),_0x14dda6[_0x51b7ce['KVYHR']]=0x3,_0x14dda6[_0x51b7ce[_0x2721e9(0x123)]]=_0x51b7ce[_0x2721e9(0xcf)],_0x14dda6[_0x51b7ce[_0x2721e9(0xf1)]]=_0x51b7ce[_0x2721e9(0xdf)],_0x3d1463[_0x2721e9(0xa9)]&&_0x404557['isArray'](_0x5f5c7e['customRepeaters'])&&(_0x14dda6[_0x51b7ce[_0x2721e9(0xa8)]]=_0x109e8c[_0x2721e9(0xa9)][_0x2721e9(0x1c2)](',')),_0xe04774[_0x2721e9(0x18f)]&&_0x51b7ce['EakWk'](_0x6cf7fb[_0x2721e9(0x18f)]['constructor'],_0x1cad8e)&&(_0x14dda6={..._0x50c635[_0x2721e9(0x18f)],..._0x14dda6}),_0x14dda6;}else cp[_0x2721e9(0xb9)](_0x51b7ce[_0x2721e9(0x1c5)]);}},exports[a37_0x370151(0x1b9)]=_0x43fd1f=>_0x43fd1f===undefined||_0x43fd1f===null,exports[a37_0x370151(0x189)]=()=>{const _0x21a165=a37_0x370151,_0x5029f9={};_0x5029f9['dvTLm']=function(_0x3dae73,_0x2bc883){return _0x3dae73>=_0x2bc883;};const _0x47fcba=_0x5029f9,_0x2e25fc=process['versions']['node'];return logger[_0x21a165(0x154)]('node\x20version\x20installed\x20:\x20'+_0x2e25fc),_0x47fcba[_0x21a165(0x111)](_0x2e25fc[_0x21a165(0x143)]('.')[0x0],0x12);},exports[a37_0x370151(0x13e)]=async(_0x4e451f,_0x1d7d07,_0x119398,_0x256808,_0x26aa0a)=>{const _0xe15985=a37_0x370151,_0x4d2728={'jQIxT':'custom-repeater','sUAil':function(_0x21b123){return _0x21b123();},'QjisK':function(_0x47ce03,_0x42b8af){return _0x47ce03(_0x42b8af);},'zbTbx':function(_0x24f8cd,_0x39896e){return _0x24f8cd===_0x39896e;},'kDSEJ':function(_0x3be70b,_0xb1ff9e){return _0x3be70b===_0xb1ff9e;},'BbfzA':function(_0x2e96a2,_0x3e2cbb){return _0x2e96a2!==_0x3e2cbb;},'PXTxo':_0xe15985(0x161),'SfEcS':'IESGM','iAoHe':_0xe15985(0x120),'Gzhae':_0xe15985(0x155),'NYeAk':_0xe15985(0xd9),'dUuKc':function(_0x9f93ba,_0x477b1f){return _0x9f93ba!==_0x477b1f;},'hKCIy':_0xe15985(0x1de),'ASmck':'iZoWN'};let _0x2b84cb;const _0x2e0784=MessageDescription[_0x1d7d07][_0x119398];let _0x497649=0x0;if(_0x4d2728[_0xe15985(0x193)](_0x4e451f,null)||_0x4d2728['kDSEJ'](_0x4e451f,undefined))_0x4d2728['BbfzA'](_0x4d2728[_0xe15985(0x140)],_0x4d2728[_0xe15985(0x103)])?(_0x2b84cb=_0x2e0784+_0xe15985(0x83),await this[_0xe15985(0xfd)](_0x256808,_0x26aa0a,_0x2b84cb,messageTypes['ERROR'],_0x1d7d07+_0xe15985(0x92),_0x1d7d07+'-'+_0x119398+_0xe15985(0x12d),_0x4d2728[_0xe15985(0x1c8)]),logger[_0xe15985(0x120)](_0x2b84cb)):_0x28c87c[_0x4d2728[_0xe15985(0x1a0)]]=_0x5b51be['customRepeaters'][_0xe15985(0x1c2)](',');else{if(_0x4d2728['kDSEJ'](_0x4e451f[_0xe15985(0x1c4)],0x191))_0x4d2728[_0xe15985(0xcb)](_0x4d2728[_0xe15985(0x104)],_0x4d2728[_0xe15985(0x1b6)])?(_0x2b84cb=_0x2e0784+_0xe15985(0xc8),await this['reportToGalactusAndSendToEDS'](_0x256808,_0x26aa0a,_0x2b84cb,messageTypes[_0xe15985(0x1d0)],_0x1d7d07+_0xe15985(0x92),_0x1d7d07+'-'+_0x119398+_0xe15985(0x198),_0x4d2728[_0xe15985(0x1c8)]),logger[_0xe15985(0x120)](_0x2b84cb)):_0x438e18['error']=_0x30798b;else{if(_0x4d2728[_0xe15985(0x85)](_0x4e451f['statusCode'],0xc8)){if(_0x4d2728['dUuKc'](_0x4d2728[_0xe15985(0xfa)],_0x4d2728[_0xe15985(0xfa)]))return _0xe15985(0xe8)+_0x50fd88[_0xe15985(0x112)]()+'\x20'+_0x4d838d[_0xe15985(0x11d)]()+'\x20('+_0x1df852[_0xe15985(0x150)]()+_0xe15985(0x1bc)+_0x16b426['arch']()+'\x0aNode.js\x20Version:\x20'+_0x3d5f47['versions'][_0xe15985(0x163)]+_0xe15985(0x19f)+_0x4d2728['sUAil'](_0x507eda)+'\x0a';else _0x2b84cb=_0x2e0784+_0xe15985(0xbc)+JSON[_0xe15985(0xdd)](_0x4e451f[_0xe15985(0x9a)]),await this['reportToGalactusAndSendToEDS'](_0x256808,_0x26aa0a,_0x2b84cb,messageTypes['ERROR'],_0x1d7d07+_0xe15985(0x92),_0x1d7d07+'-'+_0x119398+_0xe15985(0x1aa),_0x4d2728[_0xe15985(0x1c8)]),logger[_0xe15985(0x120)](_0x2b84cb);}else{if(_0x4d2728[_0xe15985(0xce)](_0x4d2728[_0xe15985(0x147)],_0x4d2728[_0xe15985(0x147)]))_0x497649=_0x4e451f[_0xe15985(0x1c4)];else return _0x4d2728[_0xe15985(0x119)](_0x4bab29,_0x564f4e);}}}return _0x497649;},exports['runCommand']=async _0x2b0ef5=>{const _0x25f321=a37_0x370151,_0x5e8211={'GhbHZ':function(_0x42cc92,_0x5a7b58){return _0x42cc92!==_0x5a7b58;},'vBukB':'ZFOWu','fdUHX':'hsKJq','TeGBE':'vBXbN','ZOZMY':_0x25f321(0x109),'pqHgV':function(_0x4c70e4,_0x40f521){return _0x4c70e4(_0x40f521);},'pWKcE':function(_0x40201f,_0x122e82){return _0x40201f===_0x122e82;},'RUjiI':_0x25f321(0x13c),'Eiehx':function(_0x54faa5,_0x40b267){return _0x54faa5!==_0x40b267;},'kEByi':'cvUqo','FyzZk':function(_0x8ea3bf,_0x6ba428){return _0x8ea3bf(_0x6ba428);},'gsPMM':function(_0x509c6e,_0x658eeb){return _0x509c6e&&_0x658eeb;},'TNjdt':_0x25f321(0x170),'joPRe':'X-npm-version','ougtz':function(_0x1e8fed,_0x570174){return _0x1e8fed>=_0x570174;},'QuwrE':_0x25f321(0x90),'QhuoO':_0x25f321(0xd5),'eFmoD':'eydOO'};return new Promise((_0x58ca8f,_0x3c867b)=>{const _0x20dee4=_0x25f321,_0x12dee6={'cJpqA':_0x5e8211[_0x20dee4(0x186)],'GqekH':function(_0x3fa32e,_0x582e39){const _0x121365=_0x20dee4;return _0x5e8211[_0x121365(0xf9)](_0x3fa32e,_0x582e39);},'lsUcM':_0x5e8211[_0x20dee4(0x88)]};if(_0x5e8211[_0x20dee4(0x15b)](_0x5e8211['QhuoO'],_0x5e8211[_0x20dee4(0xee)]))cp[_0x20dee4(0x9f)](_0x2b0ef5,(_0x58edf3,_0x1249d0,_0x34b04a)=>{const _0x242a0f=_0x20dee4;if(_0x5e8211[_0x242a0f(0xf3)](_0x5e8211[_0x242a0f(0x1c1)],_0x5e8211[_0x242a0f(0x1b0)])){if(_0x58edf3)_0x5e8211['GhbHZ'](_0x5e8211[_0x242a0f(0xd8)],_0x5e8211[_0x242a0f(0xfb)])?_0x5e8211[_0x242a0f(0x129)](_0x3c867b,_0x242a0f(0x8d)+_0x58edf3[_0x242a0f(0xbb)]):_0x4859e2[_0x12dee6['cJpqA']]=_0x40bb2b;else{if(_0x34b04a){if(_0x5e8211[_0x242a0f(0x178)](_0x5e8211[_0x242a0f(0x157)],_0x5e8211[_0x242a0f(0x157)]))_0x5e8211[_0x242a0f(0x129)](_0x58ca8f,_0x242a0f(0x1a7)+_0x2b0ef5+'`\x20'+_0x34b04a);else{const _0x167188=_0x508a3a[_0x242a0f(0x158)]['node'];_0x12dee6[_0x242a0f(0x19b)](_0x167188[_0x242a0f(0x143)]('.')[0x0],0x12)&&_0x5f087a[_0x242a0f(0xb9)](_0x12dee6[_0x242a0f(0xc5)]);}}else{if(_0x5e8211[_0x242a0f(0x15b)](_0x5e8211['kEByi'],_0x5e8211['kEByi'])){const _0x4b8f3f={..._0x10e49a[_0x242a0f(0x18f)],..._0x3de8a5};_0x19395d=_0x4b8f3f;}else _0x5e8211[_0x242a0f(0x12a)](_0x58ca8f,'Success:\x20'+_0x1249d0);}}}else throw new _0x196fc2(_0x242a0f(0x1b4)+_0x17ad32+_0x242a0f(0xc9)+_0x153676+'\x20to\x20become\x20available.');});else{const _0x10b8c0=_0x2a9f6a[_0x20dee4(0x179)](this[_0x20dee4(0xb4)]());if(_0x10b8c0||_0x5e8211[_0x20dee4(0x1ce)](_0x1ae6ba,_0x4a8df3)){if(_0x5e8211[_0x20dee4(0x1ce)](_0x20b49c,_0x55f26c)){const _0x2e3fc7={};_0x2e3fc7[_0x20dee4(0x106)]=_0x5ab7ac,_0x2e3fc7[_0x20dee4(0x107)]=_0x4239b4;const _0xc24bee={};_0xc24bee[_0x20dee4(0x168)]=_0x2e3fc7;const _0x401417=_0xc24bee;_0x5dac17[_0x20dee4(0x17b)](this[_0x20dee4(0xb4)](),_0x42be03[_0x20dee4(0xdd)](_0x401417));}const _0x45585c=_0x27b4b4['parse'](_0x409828[_0x20dee4(0xd2)](this['getCredentialsPath'](),_0x5e8211['TNjdt']));return[_0x45585c[_0x20dee4(0x168)]['username'],_0x45585c[_0x20dee4(0x168)][_0x20dee4(0x107)]];}return null;}});},exports[a37_0x370151(0x1ab)]=async(_0x163095=TRIAL_GRID_URL,_0x33b157=a37_0x370151(0x194))=>{const _0x1af6ad=a37_0x370151,_0x4df9a5={'Pdtko':_0x1af6ad(0xe5),'JGnzG':function(_0x3e4b1e,_0x1bbcc2){return _0x3e4b1e>=_0x1bbcc2;},'Szyiy':function(_0x4bf4f9,_0x21c88d){return _0x4bf4f9!==_0x21c88d;},'itHDJ':_0x1af6ad(0x1e6),'TnHOP':function(_0x5f0fab,_0x7a3539,_0x1ad39a){return _0x5f0fab(_0x7a3539,_0x1ad39a);},'rBzVP':function(_0x10bba0,_0x47e459){return _0x10bba0===_0x47e459;},'EUqgC':_0x1af6ad(0xb5),'cbXYo':_0x1af6ad(0x195)},_0x4ffdb5={};_0x4ffdb5[_0x1af6ad(0xf8)]=_0x33b157;const _0x4c0396=_0x4ffdb5,_0x419c2f={};_0x419c2f[_0x1af6ad(0x1d2)]=![],_0x419c2f[_0x1af6ad(0x120)]=null,_0x419c2f[_0x1af6ad(0x145)]='';const _0x295397=_0x419c2f;try{if(_0x4df9a5['Szyiy'](_0x4df9a5['itHDJ'],_0x4df9a5['itHDJ']))return _0x4df9a5[_0x1af6ad(0x14f)];else{const _0x911409=await _0x4df9a5[_0x1af6ad(0x11c)](got,_0x163095,_0x4c0396);_0x295397[_0x1af6ad(0x145)]='response\x20code\x20:-\x20'+_0x911409[_0x1af6ad(0x1c4)],_0x295397[_0x1af6ad(0x1d2)]=_0x4df9a5[_0x1af6ad(0x1cf)](_0x911409[_0x1af6ad(0x1c4)],0xc8);}}catch(_0x29add9){if(_0x4df9a5['rBzVP'](_0x4df9a5[_0x1af6ad(0x1d3)],_0x4df9a5[_0x1af6ad(0x132)])){const _0x169a25=_0x3e196c[_0x1af6ad(0x158)][_0x1af6ad(0x163)];return _0x36643a['debug'](_0x1af6ad(0x1d7)+_0x169a25),_0x4df9a5[_0x1af6ad(0xae)](_0x169a25['split']('.')[0x0],0x12);}else _0x295397['error']=_0x29add9;}return _0x295397;},exports[a37_0x370151(0xe7)]=async(_0x172fb8,_0x12fd3f=TRIAL_GRID_URL)=>{const _0x580c3e=a37_0x370151,_0x32f61e={'nmRez':'credentials.json','iAfln':_0x580c3e(0x194),'QMYaC':function(_0x5bfa8d,_0x2be5fa){return _0x5bfa8d!==_0x2be5fa;},'SekTE':_0x580c3e(0x12f),'EqypZ':function(_0x5dae4d,_0x2d6d41,_0x53c144){return _0x5dae4d(_0x2d6d41,_0x53c144);},'FYvXU':function(_0x432204,_0x2defa4){return _0x432204===_0x2defa4;},'MWUps':_0x580c3e(0x18d)},_0x1a415e={};_0x1a415e['port']=0x1bb,_0x1a415e[_0x580c3e(0xf8)]=_0x32f61e[_0x580c3e(0xff)],_0x1a415e[_0x580c3e(0x80)]=_0x172fb8;const _0x7a978e=_0x1a415e,_0x3d42ce={};_0x3d42ce[_0x580c3e(0x1d2)]=![],_0x3d42ce[_0x580c3e(0x120)]=null,_0x3d42ce[_0x580c3e(0x145)]='';const _0xb63974=_0x3d42ce;try{if(_0x32f61e[_0x580c3e(0x1ca)](_0x32f61e[_0x580c3e(0x149)],_0x32f61e[_0x580c3e(0x149)])){const _0x1dde71=new _0x363233[(_0x580c3e(0xf6))](),_0x2837cd=this[_0x580c3e(0x81)](_0x398b7a),_0x256671=_0x1dde71['startSync'](_0x2837cd);if(_0x256671)throw _0x256671;return _0x1dde71;}else{const _0x3352ca=await _0x32f61e[_0x580c3e(0xd0)](got,_0x12fd3f,_0x7a978e);_0xb63974[_0x580c3e(0x145)]=_0x580c3e(0x100)+_0x3352ca['statusCode'],_0xb63974['status']=_0x32f61e[_0x580c3e(0xda)](_0x3352ca['statusCode'],0xc8);}}catch(_0x52d23e){if(_0x32f61e[_0x580c3e(0x1ca)](_0x32f61e[_0x580c3e(0xe0)],_0x32f61e['MWUps']))return _0x449976[_0x580c3e(0x1c2)](this[_0x580c3e(0x101)](),_0x32f61e['nmRez']);else _0xb63974['error']=_0x52d23e;}return _0xb63974;};function a37_0x43ff(_0x2e628a,_0x4e7599){const _0x5e00f3=a37_0x5e00();return a37_0x43ff=function(_0x43ffeb,_0x328fcc){_0x43ffeb=_0x43ffeb-0x7f;let _0x40e3cb=_0x5e00f3[_0x43ffeb];return _0x40e3cb;},a37_0x43ff(_0x2e628a,_0x4e7599);}function getNpmVersion(){const _0x4335ca=a37_0x370151,_0x16ce74={'JrgVR':function(_0x14488e,_0x177489){return _0x14488e(_0x177489);},'OPFeC':function(_0x52c9ff){return _0x52c9ff();},'HqwwW':function(_0x311687,_0x3bf044){return _0x311687===_0x3bf044;},'xTZZh':_0x4335ca(0x15e),'fRBpm':'npm\x20-v','DzvzH':'Xlnqc','WaqEK':_0x4335ca(0x197),'JwlHn':_0x4335ca(0xe5)};try{if(_0x16ce74[_0x4335ca(0x1df)](_0x16ce74[_0x4335ca(0x174)],_0x16ce74[_0x4335ca(0x174)]))return cp[_0x4335ca(0xb9)](_0x16ce74['fRBpm'])[_0x4335ca(0xc1)]()['trim']();else{const _0x41251f={'rBuWS':function(_0x22bbc8,_0x540582){const _0x3aadfd=_0x4335ca;return _0x16ce74[_0x3aadfd(0x144)](_0x22bbc8,_0x540582);},'JQIdi':function(_0x5ca456){return _0x16ce74['OPFeC'](_0x5ca456);}};return new _0x364d0f((_0x92f024,_0x1127f7)=>{const _0x1285cc=_0x4335ca;_0x2e7d71&&_0x286f71[_0x1285cc(0xec)](_0x44cd92=>{const _0x3aa692=_0x1285cc;if(_0x44cd92)return _0x41251f['rBuWS'](_0x1127f7,_0x44cd92);_0x41251f[_0x3aa692(0x93)](_0x92f024);});});}}catch(_0x3cc1dd){if(_0x16ce74['HqwwW'](_0x16ce74[_0x4335ca(0xd3)],_0x16ce74[_0x4335ca(0x16e)]))_0x16ce74[_0x4335ca(0x144)](_0x504e22,'Error\x20executing\x20command:\x20'+_0x46f4ff[_0x4335ca(0xbb)]);else return _0x16ce74['JwlHn'];}}function a37_0x5e00(){const _0x5a2259=['mXQxA','ucmAN','$1-$2','zbTbx','GET','JturJ','uVPiF','AcHRW','-auth-failed','SgQSO','fCUKm','GqekH','push','../config/constants','vaDPa','\x0aNPM\x20Version:\x20','jQIxT','IUWGV','YdxjC','isArray','sJrQH','lOhPS','sfUoF','Intercepted\x20while\x20executing\x20command:\x20`','LrjYE','path','-non-200','curlRequest','kvGuO','GqBea','hBZQE','MXVYl','fdUHX','X-ci-environment','2039737yeivgI','IXZat','Timeout\x20waiting\x20for\x20deployment\x20','UBVhA','NYeAk','makeApiClient','ZOcHi','isUndefined','AkpxB','wmiUA',')\x0aArchitecture:\x20','constructor','name','Ehfgx','credentials.json','vBukB','join','sSyQg','statusCode','kJmhU','kamFc','IQSNB','iAoHe','hGqne','QMYaC','QTXap','GRmFJ','OzHzE','gsPMM','rBzVP','ERROR','qpVfS','status','EUqgC','encodeBase64','lBnGL','1796605SZzDGN','node\x20version\x20installed\x20:\x20','MLbqD','pRxOg','agbTg','kubeApply','parse','readNamespacedDeployment','bRoyw','HqwwW','xdShy','ARBUs','GRFmp','pBbxt','yBRLn','Waiting\x20for\x20deployment\x20','OqXXL','QNvKo','secureProtocol','setLocalArgs','HDfiQ','.\x20Unknown\x20error!','TkHTG','dUuKc','trim','HeQxQ','QuwrE','./instrumentationUtils','UlksF','KcyVu','PewhT','Error\x20executing\x20command:\x20','276104mszdOv','uKrpY','npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20@azure/arm-authorization@9.0.0\x20--save','UgnFf','-called','JQIdi','KubernetesObjectApi','OdsCM','maxNodes','arch','read','concurrency','body','HLKYv','browserVersion','yjqPe','namespace','exec','NRAXl','now','dVHcG','pvwpU','cloudProvider','lhNUD','rccfI','Basic\x20','gupux','customRepeaters','aJkpm','DUkun','PgeNG','hCfmg','JGnzG','qyKgM','getSystemMetaData','Zkoua','vckJB','PcLbb','getCredentialsPath','QpCTu','iHIET','XKqpz','jbLGZ','execSync','npm\x20-v','message','.\x20Non\x20200\x20response\x20from\x20server!\x20','StdWo','version','PfiUR','cqWUg','toString','localIdentifier','child_process','icxtX','lsUcM','TFaZH','kind','.\x20Unauthorized\x20request!','\x20in\x20namespace\x20','X-os-version','BbfzA','mCBeI','.ats','kDSEJ','dsEZt','EqypZ','sjSRT','readFileSync','DzvzH','yUgEw','CTGHs','hubVersion','dZYHa','TeGBE','GEdRV','FYvXU','key','RXsLd','stringify','LOG','jliLO','MWUps','OLBHY','zwIyD','updateGlobalRegistryForHubHa','fhFTq','N/A','fnvrl','isTlsSupported','\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20','agjSC','ISCMu','Deployment\x20','stop','PmpFH','eFmoD','KeyzJ','ejWVM','COfsc','OGdem','GhbHZ','forceLocal','qWAkl','Local','./webSocketUtils','method','ougtz','hKCIy','ZOZMY','319929gwVPvU','reportToGalactusAndSendToEDS','6YDFSlX','iAfln','response\x20code\x20:-\x20','getDirForConfig','DxcdJ','SfEcS','Gzhae','startLocalBinarySync','username','password','sOyQA','KFVaw','1.0.1','NNiFD','bFnrH','Aasiq','QHZAl','availableReplicas','from','dvTLm','type','instanceType','clusterName','TvMtl','verbose','hCDxS','true','QjisK','bocTe','OoOWq','TnHOP','release','bSsvL','uOkbT','error','aIksg','kEajd','SUTlt','SMmKD','ats-repeater','CDAPo','88BHZbfr','CdaZT','pqHgV','FyzZk','QGwdi','6|8|4|3|7|9|11|2|0|5|1|10','-null-response','jKDxJ','Ecimx','MYxmY','862868ymkODS','cbXYo','59626rRGTjw','oaktZ','Success:\x20','gNBQr','ami','BWhLe','clusterAutoUpgrade','spec','tjbsW','Nfhwv','OaPTR','responseValidation','homedir','PXTxo','fkmYH','MVYno','split','JrgVR','data','JraTZ','ASmck','crQPO','SekTE','280107ajRRwr','\x20to\x20be\x20ready...','patch','browserstack-local','fUZcS','Pdtko','platform','sendEventToBackend','murOH','clusterRegion','debug','EHHRk','replace','RUjiI','versions','rWdrc','pxbCa','Eiehx','getAuthHeader','tRaDx','IVFCd','yWAUA','startSync','xqYOB','UanZt','node','cMuue','kNIfK','eABvt','KjNsE','Browserstack','X-os','VVWQs','EpUJB','jjXyG','TvVbJ','WaqEK','rRkNB','utf-8','ami-0a0b7559ee7c88dcd','1|2|10|5|9|3|4|8|7|6|11|0','fetchOrUpdateUserConfig','xTZZh','shFmU','rVvHd','NOiup','pWKcE','existsSync','toLowerCase','writeFileSync','X-cli-version','FEPRZ','HoZzP','waitForDeployment','accessKey','lLmrn','@kubernetes/client-node','jTmFy','got','getGridDetails','joPRe','icssK','bEyDy','IsNodeCompatibleWithAzure','KVYHR','X-npm-version','ZAcpL','flknu','raRbv','browserStackLocalOptions'];a37_0x5e00=function(){return _0x5a2259;};return a37_0x5e00();}exports[a37_0x370151(0xb0)]=()=>{const _0x1676c9=a37_0x370151,_0x144b8b={'yjqPe':function(_0x32a866){return _0x32a866();}};return'\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20'+os['type']()+'\x20'+os[_0x1676c9(0x11d)]()+'\x20('+os[_0x1676c9(0x150)]()+_0x1676c9(0x1bc)+os[_0x1676c9(0x97)]()+'\x0aNode.js\x20Version:\x20'+process[_0x1676c9(0x158)][_0x1676c9(0x163)]+_0x1676c9(0x19f)+_0x144b8b[_0x1676c9(0x9d)](getNpmVersion)+'\x0a';};
@@ -1 +1 @@
1
- const a38_0x4f32ba=a38_0x3f20;(function(_0x300704,_0x3c62e6){const _0x314194=a38_0x3f20,_0x27b0ec=_0x300704();while(!![]){try{const _0x48f7c6=parseInt(_0x314194(0x179))/0x1*(parseInt(_0x314194(0x18d))/0x2)+-parseInt(_0x314194(0x1aa))/0x3*(parseInt(_0x314194(0x199))/0x4)+-parseInt(_0x314194(0x1ae))/0x5+-parseInt(_0x314194(0x19a))/0x6*(parseInt(_0x314194(0x173))/0x7)+-parseInt(_0x314194(0x176))/0x8*(parseInt(_0x314194(0x1ca))/0x9)+parseInt(_0x314194(0x1c8))/0xa+parseInt(_0x314194(0x196))/0xb;if(_0x48f7c6===_0x3c62e6)break;else _0x27b0ec['push'](_0x27b0ec['shift']());}catch(_0x45db0b){_0x27b0ec['push'](_0x27b0ec['shift']());}}}(a38_0x4788,0x5a3cd));function a38_0x4788(){const _0x4d98a9=['data','env','VTbDe','addEventListener','dklNK','message','tmAyp','mxcsM','true','version','667566CSPMJv','TmqQd','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','zTVXp','2424220CmCQIv','jJhvh','WS_OPENED_BEFORE','sendEventToBackend','ICCTK','../config/constants','gridProfile','BuGEn','gZbot','BZxFe','hEUyG','hxBgf','../config/logger','PTWkh','dNYDK','logType','FvBHR','ayLsQ','wPXIJ','stringify','Socket\x20closed','CcQAQ','gfIxR','VlhfC','TIyua','requestId','1048700RaiUaC','Opums','2385kNXzTI','oXtQv','HbLPe','gridProfileId','KcuFS','pBSjB','parse','bstackUsername','debug','send','tUDzb','type','ysBUE','delay','UUyGP','ktCYp','zKVqk','./instrumentationUtils','KstIf','rOPHS','RJEsZ','2504089TGhTaS','Message\x20received\x20from\x20server!\x20=>\x20','addListeners','5784NqVkdg','Socket\x20error:\x20','XwUqe','17625cvAjny','BVEIf','INJFN','Socket\x20open','EPFHD','WS_CLOSED_BEFORE','error',']:\x20','LOG','info','zaPSs','WfeBl','yzeia','yrjgU','ivriG','pgHpY','iNhxH','open','lNDxh','FJZpA','38WnqeDw','Socket\x20reconnected','TxSEM','crYOJ','BsDtV','zsWmm','mIhRv','skQsf','gridName','17947600AIajAh','jLfHR','Rcbzc','12HQzHIK','6LzITHQ','sbMeS','HwvEi','MSnFD','lqPfp','QPXdJ'];a38_0x4788=function(){return _0x4d98a9;};return a38_0x4788();}const {global_registry,WS_EVENTS}=require(a38_0x4f32ba(0x1b3)),{logger}=require(a38_0x4f32ba(0x1ba)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a38_0x4f32ba(0x16f));exports[a38_0x4f32ba(0x175)]=_0x155ab0=>{const _0x254947=a38_0x4f32ba,_0x33c344={'crYOJ':_0x254947(0x18e),'gfIxR':function(_0x2823a8,_0x97fed3){return _0x2823a8===_0x97fed3;},'VTbDe':_0x254947(0x1b2),'TIyua':'true','dNYDK':_0x254947(0x162),'tUDzb':_0x254947(0x1cb),'zaPSs':function(_0x52781b,_0x27c2ce){return _0x52781b===_0x27c2ce;},'QPXdJ':_0x254947(0x192),'INJFN':_0x254947(0x19d),'BsDtV':_0x254947(0x17c),'BuGEn':function(_0x4de8d4,_0x40d150){return _0x4de8d4===_0x40d150;},'ivriG':'zrxRn','WfeBl':_0x254947(0x1cc),'sbMeS':function(_0x497efd,_0x2038a7){return _0x497efd!==_0x2038a7;},'yzeia':'WurDh','yrjgU':_0x254947(0x188),'ysBUE':_0x254947(0x18b),'FiuPD':_0x254947(0x1c9),'ktCYp':function(_0x450707,_0x24d8c0){return _0x450707===_0x24d8c0;},'TxSEM':_0x254947(0x17d),'lqPfp':function(_0x2a4d57){return _0x2a4d57();},'hEUyG':function(_0x400822){return _0x400822();},'pBSjB':function(_0x3de0e6){return _0x3de0e6();},'PTWkh':function(_0x174678){return _0x174678();},'SYHRf':function(_0x47011a,_0x3119b4){return _0x47011a!==_0x3119b4;},'MjhCW':_0x254947(0x1a6),'kCeIB':_0x254947(0x172),'zTVXp':function(_0x597424,_0x1039e3){return _0x597424===_0x1039e3;},'udsjS':function(_0x13f3e1,_0x31e866){return _0x13f3e1!==_0x31e866;},'mIhRv':'dQXJZ','UUyGP':_0x254947(0x1c3),'tzeUo':_0x254947(0x1c2),'ayLsQ':_0x254947(0x18a),'jLfHR':_0x254947(0x1a5),'FvBHR':_0x254947(0x17f),'NMiIu':'close'};_0x155ab0[_0x254947(0x1a3)](_0x33c344[_0x254947(0x1bf)],()=>{const _0x1d6408=_0x254947,_0x465260={};_0x465260[_0x1d6408(0x17a)]=_0x33c344[_0x1d6408(0x190)];const _0x286715=_0x465260;if(_0x33c344['gfIxR'](_0x33c344[_0x1d6408(0x1a2)],_0x33c344['VTbDe'])){if(_0x33c344[_0x1d6408(0x1c4)](process[_0x1d6408(0x1a1)][_0x1d6408(0x17e)],_0x33c344[_0x1d6408(0x1c6)]))_0x33c344[_0x1d6408(0x1c4)](_0x33c344[_0x1d6408(0x1bc)],_0x33c344[_0x1d6408(0x168)])?_0x3ad9db[_0x1d6408(0x166)](_0x286715[_0x1d6408(0x17a)]):logger[_0x1d6408(0x166)](_0x33c344[_0x1d6408(0x190)]);else{if(_0x33c344[_0x1d6408(0x183)](_0x33c344[_0x1d6408(0x19f)],_0x33c344[_0x1d6408(0x17b)])){_0x139175['debug']('Message\x20received\x20from\x20server!\x20=>\x20'+_0x25a915[_0x1d6408(0x1a0)]);let _0x2f9c2a,_0x5d5cd1;try{_0x5d5cd1=_0x3090ff['parse'](_0x4af486['data']),_0x2f9c2a=_0x5d5cd1[_0x1d6408(0x169)];}catch(_0x1b5dea){_0x187d8d[_0x1d6408(0x17f)](_0x1d6408(0x1ac)+_0x563a3e['data']);}}else logger[_0x1d6408(0x166)](_0x33c344[_0x1d6408(0x191)]),process[_0x1d6408(0x1a1)][_0x1d6408(0x1b0)]=!![];}}else _0x29a70d='['+new _0x5f4c40()['toUTCString']()+_0x1d6408(0x180)+_0x51709b[_0x1d6408(0x1a5)];}),_0x155ab0['addEventListener'](_0x33c344[_0x254947(0x197)],async function(_0x4321a0){const _0x585b95=_0x254947;if(_0x33c344[_0x585b95(0x1c4)](_0x33c344[_0x585b95(0x187)],_0x33c344[_0x585b95(0x184)]))_0x1206e2['debug'](_0x585b95(0x177)+_0x5e4151);else{logger[_0x585b95(0x166)](_0x585b95(0x174)+_0x4321a0[_0x585b95(0x1a0)]);let _0x16a584,_0x5da694;try{_0x33c344['sbMeS'](_0x33c344[_0x585b95(0x185)],_0x33c344[_0x585b95(0x186)])?(_0x5da694=JSON[_0x585b95(0x164)](_0x4321a0[_0x585b95(0x1a0)]),_0x16a584=_0x5da694[_0x585b95(0x169)]):_0x33c344[_0x585b95(0x1b5)](_0x60da27['env'][_0x585b95(0x17e)],_0x33c344[_0x585b95(0x1c6)])?_0x4edd60[_0x585b95(0x166)](_0x33c344[_0x585b95(0x190)]):(_0x568184[_0x585b95(0x166)](_0x33c344[_0x585b95(0x191)]),_0x48a2a7[_0x585b95(0x1a1)][_0x585b95(0x1b0)]=!![]);}catch(_0x46337f){_0x33c344[_0x585b95(0x19b)](_0x33c344[_0x585b95(0x16a)],_0x33c344['FiuPD'])?logger['error'](_0x585b95(0x1ac)+_0x4321a0['data']):_0x2bfe90[_0x585b95(0x195)]=_0x54f92b[_0x585b95(0x195)];}}}),_0x155ab0[_0x254947(0x1a3)](_0x33c344[_0x254947(0x1be)],function(_0x235d71){const _0x58de99=_0x254947;_0x33c344[_0x58de99(0x16d)](_0x33c344[_0x58de99(0x18f)],_0x33c344[_0x58de99(0x18f)])?logger[_0x58de99(0x166)](_0x58de99(0x177)+_0x235d71):_0x4e6403[_0x58de99(0x1a1)]['WS_CLOSED_BEFORE']=_0x33c344['TIyua'];}),_0x155ab0['addEventListener'](_0x33c344['NMiIu'],function(){const _0x1e4e23=_0x254947;if(_0x33c344['SYHRf'](_0x33c344['MjhCW'],_0x33c344['kCeIB']))_0x33c344[_0x1e4e23(0x1ad)](process['env']['WS_OPENED_BEFORE'],_0x33c344['TIyua'])&&(_0x33c344['udsjS'](_0x33c344[_0x1e4e23(0x193)],_0x33c344[_0x1e4e23(0x16c)])?process[_0x1e4e23(0x1a1)]['WS_CLOSED_BEFORE']=_0x33c344['TIyua']:_0x1d20fe['gridProfileId']=_0x1eced9[_0x1e4e23(0x161)]),logger[_0x1e4e23(0x166)](_0x33c344['tzeUo']);else{const _0x3a4d3e=_0x33c344[_0x1e4e23(0x19e)](_0x15c7e7),_0x17c84a={'requestId':_0x2fb98b['requestId'],'username':_0x1f9b66[_0x1e4e23(0x165)],'cli_version':_0x3a4d3e['version'],'cli_path':_0x3a4d3e['path'],'os':_0x33c344[_0x1e4e23(0x1b8)](_0xa06dd8),'os_version':_0x33c344[_0x1e4e23(0x163)](_0x19e897),'npm_version':_0x33c344[_0x1e4e23(0x1b8)](_0x23469e),'ci_environment':_0x33c344[_0x1e4e23(0x1bb)](_0x36b35f)};return _0x15f41e[_0x1e4e23(0x161)]&&(_0x17c84a[_0x1e4e23(0x161)]=_0x222d96[_0x1e4e23(0x161)]),_0xb74571[_0x1e4e23(0x1b4)]&&(_0x17c84a['gridProfile']=_0x2da50f[_0x1e4e23(0x1b4)]),_0x3825f8[_0x1e4e23(0x195)]&&(_0x17c84a[_0x1e4e23(0x195)]=_0x206d65[_0x1e4e23(0x195)]),_0x17c84a;}});};const getLogMetaData=()=>{const _0x4490f2=a38_0x4f32ba,_0x60771c={'mxcsM':function(_0x420a27,_0x372c30){return _0x420a27===_0x372c30;},'BZxFe':_0x4490f2(0x1a8),'gZbot':_0x4490f2(0x1c2),'iNhxH':function(_0x21e6c9){return _0x21e6c9();},'eHwvV':function(_0x583426){return _0x583426();},'pFiFR':function(_0x377371){return _0x377371();},'HwvEi':function(_0x3dfdfa,_0x305953){return _0x3dfdfa!==_0x305953;},'LqBFu':_0x4490f2(0x170),'wPXIJ':_0x4490f2(0x198),'jJhvh':_0x4490f2(0x1a4),'FJZpA':_0x4490f2(0x1c5),'maaPe':_0x4490f2(0x171)},_0x253d63=_0x60771c[_0x4490f2(0x189)](cli_version_and_path),_0x24fd91={'requestId':global_registry[_0x4490f2(0x1c7)],'username':global_registry[_0x4490f2(0x165)],'cli_version':_0x253d63[_0x4490f2(0x1a9)],'cli_path':_0x253d63['path'],'os':_0x60771c['eHwvV'](_os),'os_version':_0x60771c['pFiFR'](os_version),'npm_version':_0x60771c[_0x4490f2(0x189)](npm_version),'ci_environment':_0x60771c[_0x4490f2(0x189)](ci_environment)};return global_registry['gridProfileId']&&(_0x60771c[_0x4490f2(0x19c)](_0x60771c['LqBFu'],_0x60771c[_0x4490f2(0x1c0)])?_0x24fd91[_0x4490f2(0x161)]=global_registry[_0x4490f2(0x161)]:(_0x60771c[_0x4490f2(0x1a7)](_0x1976b0[_0x4490f2(0x1a1)]['WS_OPENED_BEFORE'],_0x60771c[_0x4490f2(0x1b7)])&&(_0x4492b9[_0x4490f2(0x1a1)][_0x4490f2(0x17e)]=_0x60771c['BZxFe']),_0x29f028[_0x4490f2(0x166)](_0x60771c[_0x4490f2(0x1b6)]))),global_registry[_0x4490f2(0x1b4)]&&(_0x60771c[_0x4490f2(0x19c)](_0x60771c[_0x4490f2(0x1af)],_0x60771c[_0x4490f2(0x1af)])?_0x24239a[_0x4490f2(0x1b4)]=_0x16ffbb['gridProfile']:_0x24fd91['gridProfile']=global_registry[_0x4490f2(0x1b4)]),global_registry[_0x4490f2(0x195)]&&(_0x60771c['HwvEi'](_0x60771c[_0x4490f2(0x18c)],_0x60771c['maaPe'])?_0x24fd91[_0x4490f2(0x195)]=global_registry[_0x4490f2(0x195)]:(_0x2cc1d1=_0x4d1471[_0x4490f2(0x164)](_0x362091[_0x4490f2(0x1a0)]),_0x3e64cc=_0x4cd21c[_0x4490f2(0x169)])),_0x24fd91;};function a38_0x3f20(_0x23f1a5,_0x21169e){const _0x47886f=a38_0x4788();return a38_0x3f20=function(_0x3f20a4,_0x55ef9b){_0x3f20a4=_0x3f20a4-0x161;let _0x315955=_0x47886f[_0x3f20a4];return _0x315955;},a38_0x3f20(_0x23f1a5,_0x21169e);}exports[a38_0x4f32ba(0x16b)]=_0x39bc90=>new Promise((_0x1bfa0b,_0x2efdcf)=>setTimeout(_0x1bfa0b,_0x39bc90)),exports[a38_0x4f32ba(0x1b1)]=async(_0x2a1a1e,_0x284f2b,_0x32a7c5=a38_0x4f32ba(0x182),_0x5a7112=![])=>{const _0x393b03=a38_0x4f32ba,_0x3e0603={'zhjuo':_0x393b03(0x17c),'hxBgf':function(_0x78b22d,_0x27321e){return _0x78b22d===_0x27321e;},'skQsf':function(_0x4d588a,_0x2fc334){return _0x4d588a!==_0x2fc334;},'rLdpo':'PShCn','zKVqk':function(_0x5e2140){return _0x5e2140();},'OwQZm':'aOYMq','TmqQd':_0x393b03(0x178)};let _0x361a6c=_0x284f2b[_0x393b03(0x1a5)];_0x3e0603[_0x393b03(0x1b9)](_0x284f2b[_0x393b03(0x169)],WS_EVENTS[_0x393b03(0x181)])&&(_0x3e0603[_0x393b03(0x194)](_0x3e0603['rLdpo'],_0x3e0603['rLdpo'])?_0x2b3daf[_0x393b03(0x17f)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x4a1c30[_0x393b03(0x1a0)]):_0x361a6c='['+new Date()['toUTCString']()+']:\x20'+_0x284f2b['message']);const _0x124064={};_0x124064[_0x393b03(0x1a5)]=_0x361a6c,_0x124064[_0x393b03(0x1bd)]=_0x32a7c5;const _0x457267={'type':_0x284f2b[_0x393b03(0x169)],..._0x3e0603[_0x393b03(0x16e)](getLogMetaData),'data':_0x124064};_0x2a1a1e[_0x393b03(0x167)](JSON[_0x393b03(0x1c1)](_0x457267)),_0x5a7112&&(_0x3e0603[_0x393b03(0x1b9)](_0x3e0603['OwQZm'],_0x3e0603[_0x393b03(0x1ab)])?(_0x151eb9[_0x393b03(0x166)](_0x3e0603['zhjuo']),_0x323a64['env']['WS_OPENED_BEFORE']=!![]):await this[_0x393b03(0x16b)](0x1f4));};
1
+ const a38_0x2d1bba=a38_0x557b;(function(_0x4241e5,_0x7c513d){const _0x257850=a38_0x557b,_0x504506=_0x4241e5();while(!![]){try{const _0x206428=-parseInt(_0x257850(0x1db))/0x1*(-parseInt(_0x257850(0x1d7))/0x2)+parseInt(_0x257850(0x1b4))/0x3*(parseInt(_0x257850(0x1be))/0x4)+parseInt(_0x257850(0x1e7))/0x5+parseInt(_0x257850(0x208))/0x6*(-parseInt(_0x257850(0x1f3))/0x7)+parseInt(_0x257850(0x1de))/0x8+parseInt(_0x257850(0x1c0))/0x9*(parseInt(_0x257850(0x1eb))/0xa)+-parseInt(_0x257850(0x1c5))/0xb;if(_0x206428===_0x7c513d)break;else _0x504506['push'](_0x504506['shift']());}catch(_0x2953ba){_0x504506['push'](_0x504506['shift']());}}}(a38_0x1fb4,0x98eca));function a38_0x557b(_0x43f549,_0x18f188){const _0x1fb4ee=a38_0x1fb4();return a38_0x557b=function(_0x557ba6,_0x481994){_0x557ba6=_0x557ba6-0x1ab;let _0xf14406=_0x1fb4ee[_0x557ba6];return _0xf14406;},a38_0x557b(_0x43f549,_0x18f188);}const {global_registry,WS_EVENTS}=require(a38_0x2d1bba(0x1f0)),{logger}=require(a38_0x2d1bba(0x1b7)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a38_0x2d1bba(0x1cb));exports['addListeners']=_0x465485=>{const _0x2cbb42=a38_0x2d1bba,_0xf94c08={};_0xf94c08['NfrDl']=_0x2cbb42(0x1b0),_0xf94c08['NDClj']=_0x2cbb42(0x1ab),_0xf94c08['FCOir']=function(_0x252961,_0x431864){return _0x252961===_0x431864;},_0xf94c08['LTTWe']=_0x2cbb42(0x218),_0xf94c08[_0x2cbb42(0x20b)]=_0x2cbb42(0x1ed),_0xf94c08['CwyfH']=function(_0x59b535,_0x53c1e1){return _0x59b535!==_0x53c1e1;},_0xf94c08[_0x2cbb42(0x1c6)]='SIEsG',_0xf94c08[_0x2cbb42(0x212)]='AgiXw',_0xf94c08[_0x2cbb42(0x1f2)]=_0x2cbb42(0x20d),_0xf94c08[_0x2cbb42(0x1ce)]=function(_0x535186,_0x951225){return _0x535186!==_0x951225;},_0xf94c08[_0x2cbb42(0x1bc)]=_0x2cbb42(0x1fd),_0xf94c08[_0x2cbb42(0x204)]=_0x2cbb42(0x1ec),_0xf94c08[_0x2cbb42(0x1ef)]=_0x2cbb42(0x1af),_0xf94c08['ZkBXj']='NRjCs',_0xf94c08[_0x2cbb42(0x205)]=_0x2cbb42(0x1e1),_0xf94c08['UiVLi']=function(_0x108638,_0x345d61){return _0x108638===_0x345d61;},_0xf94c08[_0x2cbb42(0x1c4)]=_0x2cbb42(0x1f9),_0xf94c08[_0x2cbb42(0x1ac)]=function(_0x1ceeb8,_0x61520d){return _0x1ceeb8!==_0x61520d;},_0xf94c08[_0x2cbb42(0x1d5)]=_0x2cbb42(0x211),_0xf94c08[_0x2cbb42(0x1e4)]=function(_0x5d5360,_0x5ec1d){return _0x5d5360===_0x5ec1d;},_0xf94c08[_0x2cbb42(0x1c7)]=_0x2cbb42(0x1c3),_0xf94c08['YexAn']=function(_0x340167,_0x4e2591){return _0x340167!==_0x4e2591;},_0xf94c08['xbhcq']=_0x2cbb42(0x1e8),_0xf94c08[_0x2cbb42(0x1c8)]=_0x2cbb42(0x1f8),_0xf94c08[_0x2cbb42(0x1bd)]=_0x2cbb42(0x1b5),_0xf94c08[_0x2cbb42(0x1c2)]=_0x2cbb42(0x1e0),_0xf94c08['GzBDV']=_0x2cbb42(0x1da),_0xf94c08[_0x2cbb42(0x1e9)]=_0x2cbb42(0x1ea),_0xf94c08['MSVdW']='close';const _0x31e2e1=_0xf94c08;_0x465485[_0x2cbb42(0x20a)](_0x31e2e1[_0x2cbb42(0x1c2)],()=>{const _0x49fa1d=_0x2cbb42,_0x52f0d4={};_0x52f0d4[_0x49fa1d(0x200)]=_0x31e2e1['NDClj'];const _0x42ab50=_0x52f0d4;_0x31e2e1[_0x49fa1d(0x1ca)](_0x31e2e1['LTTWe'],_0x31e2e1[_0x49fa1d(0x20b)])?_0x5325ef[_0x49fa1d(0x216)][_0x49fa1d(0x1ff)]=_0x31e2e1[_0x49fa1d(0x1d4)]:_0x31e2e1[_0x49fa1d(0x1ca)](process[_0x49fa1d(0x216)][_0x49fa1d(0x1ff)],_0x31e2e1['NfrDl'])?_0x31e2e1[_0x49fa1d(0x206)](_0x31e2e1[_0x49fa1d(0x1c6)],_0x31e2e1[_0x49fa1d(0x212)])?logger['debug'](_0x31e2e1[_0x49fa1d(0x1f2)]):_0xc712a0['gridProfile']=_0x4855b8[_0x49fa1d(0x1e5)]:_0x31e2e1[_0x49fa1d(0x1ce)](_0x31e2e1[_0x49fa1d(0x1bc)],_0x31e2e1[_0x49fa1d(0x1bc)])?(_0x564109['debug'](_0x42ab50[_0x49fa1d(0x200)]),_0x21bac8[_0x49fa1d(0x216)][_0x49fa1d(0x1cd)]=!![]):(logger[_0x49fa1d(0x1ba)](_0x31e2e1[_0x49fa1d(0x209)]),process[_0x49fa1d(0x216)][_0x49fa1d(0x1cd)]=!![]);}),_0x465485[_0x2cbb42(0x20a)](_0x31e2e1[_0x2cbb42(0x1d9)],async function(_0x1326ee){const _0x4fb6cc=_0x2cbb42;if(_0x31e2e1['FCOir'](_0x31e2e1['XzlvT'],_0x31e2e1['esAHc'])){_0x5da575[_0x4fb6cc(0x1ba)](_0x4fb6cc(0x1dd)+_0x6ba90c['data']);let _0x1ea426,_0x23bd7f;try{_0x23bd7f=_0x3e2186['parse'](_0x70b8a6[_0x4fb6cc(0x1b9)]),_0x1ea426=_0x23bd7f[_0x4fb6cc(0x214)];}catch(_0x5f2943){_0x19eb6f[_0x4fb6cc(0x1ea)](_0x4fb6cc(0x1b3)+_0x8d3284['data']);}}else{logger[_0x4fb6cc(0x1ba)](_0x4fb6cc(0x1dd)+_0x1326ee[_0x4fb6cc(0x1b9)]);let _0x4b6848,_0x416e82;try{_0x31e2e1[_0x4fb6cc(0x1ca)](_0x31e2e1[_0x4fb6cc(0x1d8)],_0x31e2e1['ifAGn'])?_0x2200ff='['+new _0x4453ca()[_0x4fb6cc(0x207)]()+']:\x20'+_0x196433[_0x4fb6cc(0x1da)]:(_0x416e82=JSON[_0x4fb6cc(0x1ae)](_0x1326ee[_0x4fb6cc(0x1b9)]),_0x4b6848=_0x416e82[_0x4fb6cc(0x214)]);}catch(_0x100888){_0x31e2e1[_0x4fb6cc(0x1cc)](_0x31e2e1[_0x4fb6cc(0x1c4)],_0x31e2e1['ocHvI'])?logger[_0x4fb6cc(0x1ea)](_0x4fb6cc(0x1b3)+_0x1326ee[_0x4fb6cc(0x1b9)]):_0x37631e['debug'](_0x4fb6cc(0x1fb)+_0x514e4f);}}}),_0x465485[_0x2cbb42(0x20a)](_0x31e2e1['bfbqM'],function(_0x3e60f4){const _0x5807d2=_0x2cbb42;_0x31e2e1[_0x5807d2(0x1ac)](_0x31e2e1['iOwjC'],_0x31e2e1[_0x5807d2(0x1d5)])?_0x934df6[_0x5807d2(0x1e6)]=_0x299966[_0x5807d2(0x1e6)]:logger[_0x5807d2(0x1ba)](_0x5807d2(0x1fb)+_0x3e60f4);}),_0x465485[_0x2cbb42(0x20a)](_0x31e2e1[_0x2cbb42(0x1ad)],function(){const _0x2989e6=_0x2cbb42,_0x2664e4={};_0x2664e4[_0x2989e6(0x1d1)]=_0x31e2e1[_0x2989e6(0x1f2)];const _0x3faa93=_0x2664e4;_0x31e2e1[_0x2989e6(0x1f6)](_0x31e2e1['xbhcq'],_0x31e2e1[_0x2989e6(0x210)])?_0x4931de[_0x2989e6(0x1ba)](_0x3faa93['NKhMq']):(_0x31e2e1[_0x2989e6(0x1e4)](process['env'][_0x2989e6(0x1cd)],_0x31e2e1[_0x2989e6(0x1d4)])&&(_0x31e2e1[_0x2989e6(0x1cc)](_0x31e2e1[_0x2989e6(0x1c8)],_0x31e2e1[_0x2989e6(0x1bd)])?(_0x31e2e1[_0x2989e6(0x1e4)](_0x24074d['env'][_0x2989e6(0x1cd)],_0x31e2e1[_0x2989e6(0x1d4)])&&(_0x21f7b5[_0x2989e6(0x216)][_0x2989e6(0x1ff)]=_0x31e2e1['NfrDl']),_0x459bc0[_0x2989e6(0x1ba)](_0x31e2e1[_0x2989e6(0x1c7)])):process[_0x2989e6(0x216)]['WS_CLOSED_BEFORE']=_0x31e2e1[_0x2989e6(0x1d4)]),logger['debug'](_0x31e2e1[_0x2989e6(0x1c7)]));});};function a38_0x1fb4(){const _0x108d04=['RBqHB','XzlvT','ifAGn','CwyfH','toUTCString','6VzcPNG','NDClj','addEventListener','ChneL','bstackUsername','Socket\x20reconnected','requestId','iGwoD','xbhcq','joSVs','EuLwH','CSVKP','type','hscoq','env','logType','fsRTQ','Socket\x20open','Ptaqo','MSVdW','parse','SuNcm','true','hfGOV','TMcLU','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','3pQqDyo','bglyf','JqoRg','../config/logger','uvbkL','data','debug','ORdbw','VqbXX','cMWMq','435436FgruMl','info','5045031CLOYzM','Tcngg','dTVLR','Socket\x20closed','ocHvI','23129777sAlAtW','jGYfC','qLYlL','yEBXs','SMtZG','FCOir','./instrumentationUtils','UiVLi','WS_OPENED_BEFORE','AnmER','FKOcW','XuKUO','NKhMq','qGDCx','sendEventToBackend','NfrDl','iOwjC','MUAwe','6TlUvbH','ZkBXj','GzBDV','message','373291lTOpUE',']:\x20','Message\x20received\x20from\x20server!\x20=>\x20','9732152katlTU','gridName','open','Qzihb','gASjw','path','uYayZ','gridProfile','gridProfileId','2543895kKLLWu','cPejZ','bfbqM','error','10WECgBv','iqwvL','iyQea','ltaNk','esAHc','../config/constants','sPwVf','dNGDj','5498528tcfPXv','send','Xqhsh','YexAn','kqDCj','kzIYg','sJXyw','IGwzt','Socket\x20error:\x20','stringify','JwPXc','NmvjR','WS_CLOSED_BEFORE','Lpjwv','LOG','yecgE'];a38_0x1fb4=function(){return _0x108d04;};return a38_0x1fb4();}const getLogMetaData=()=>{const _0x20cb28=a38_0x2d1bba,_0x250547={'Tcngg':function(_0x1e8ddc,_0x174b0f){return _0x1e8ddc===_0x174b0f;},'YjJLV':_0x20cb28(0x1b0),'Xqhsh':_0x20cb28(0x20d),'TgjkP':_0x20cb28(0x1ab),'OpkWv':function(_0x56eb81){return _0x56eb81();},'NmvjR':function(_0x11ba78){return _0x11ba78();},'iGwoD':function(_0x15e9e3){return _0x15e9e3();},'kqDCj':function(_0x433fa9){return _0x433fa9();},'ZdLZr':function(_0x4860d1,_0x4b558e){return _0x4860d1===_0x4b558e;},'TMcLU':_0x20cb28(0x1bb),'mSYim':_0x20cb28(0x1d2),'hfGOV':function(_0x389606,_0x270566){return _0x389606===_0x270566;},'zWRuv':_0x20cb28(0x1d0),'MUAwe':function(_0x170f11,_0xca550d){return _0x170f11===_0xca550d;},'sPwVf':_0x20cb28(0x1c9)},_0x3952c6=_0x250547['OpkWv'](cli_version_and_path),_0x1a7dfd={'requestId':global_registry[_0x20cb28(0x20e)],'username':global_registry[_0x20cb28(0x20c)],'cli_version':_0x3952c6['version'],'cli_path':_0x3952c6[_0x20cb28(0x1e3)],'os':_0x250547['NmvjR'](_os),'os_version':_0x250547[_0x20cb28(0x20f)](os_version),'npm_version':_0x250547[_0x20cb28(0x1f7)](npm_version),'ci_environment':_0x250547[_0x20cb28(0x1fe)](ci_environment)};return global_registry[_0x20cb28(0x1e6)]&&(_0x250547['ZdLZr'](_0x250547[_0x20cb28(0x1b2)],_0x250547['mSYim'])?_0x250547[_0x20cb28(0x1c1)](_0x238efd[_0x20cb28(0x216)][_0x20cb28(0x1ff)],_0x250547['YjJLV'])?_0x5ab814['debug'](_0x250547[_0x20cb28(0x1f5)]):(_0x5b34ea['debug'](_0x250547['TgjkP']),_0x2ac2df[_0x20cb28(0x216)][_0x20cb28(0x1cd)]=!![]):_0x1a7dfd['gridProfileId']=global_registry[_0x20cb28(0x1e6)]),global_registry[_0x20cb28(0x1e5)]&&(_0x250547[_0x20cb28(0x1b1)](_0x250547['zWRuv'],_0x250547['zWRuv'])?_0x1a7dfd[_0x20cb28(0x1e5)]=global_registry[_0x20cb28(0x1e5)]:_0x5c5a9f[_0x20cb28(0x1df)]=_0x151a7b['gridName']),global_registry[_0x20cb28(0x1df)]&&(_0x250547[_0x20cb28(0x1d6)](_0x250547[_0x20cb28(0x1f1)],_0x250547['sPwVf'])?_0x1a7dfd[_0x20cb28(0x1df)]=global_registry[_0x20cb28(0x1df)]:(_0x4bc843=_0x18478b[_0x20cb28(0x1ae)](_0x2421b7[_0x20cb28(0x1b9)]),_0xdaac79=_0x44d127[_0x20cb28(0x214)])),_0x1a7dfd;};exports['delay']=_0x263145=>new Promise((_0x4824f0,_0xe1c847)=>setTimeout(_0x4824f0,_0x263145)),exports[a38_0x2d1bba(0x1d3)]=async(_0x13ab09,_0x5e81b0,_0x46014f=a38_0x2d1bba(0x1bf),_0x31dbd4=![])=>{const _0x2b8dfc=a38_0x2d1bba,_0x422b8a={'gASjw':function(_0x28637d){return _0x28637d();},'hscoq':function(_0xcd4a23){return _0xcd4a23();},'FKOcW':function(_0x428d99){return _0x428d99();},'ltaNk':function(_0x3a6453){return _0x3a6453();},'CSVKP':function(_0x185264,_0x371668){return _0x185264===_0x371668;},'RBqHB':function(_0x5b2b2f,_0x2fb68c){return _0x5b2b2f===_0x2fb68c;},'RoJhp':'FavKL','pmhAH':_0x2b8dfc(0x1fa),'SgiGh':_0x2b8dfc(0x202),'JqoRg':_0x2b8dfc(0x1b8)};let _0x2fcfcc=_0x5e81b0['message'];_0x422b8a[_0x2b8dfc(0x213)](_0x5e81b0[_0x2b8dfc(0x214)],WS_EVENTS[_0x2b8dfc(0x201)])&&(_0x422b8a[_0x2b8dfc(0x203)](_0x422b8a['RoJhp'],_0x422b8a['pmhAH'])?_0x35985d[_0x2b8dfc(0x1ea)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x577d35[_0x2b8dfc(0x1b9)]):_0x2fcfcc='['+new Date()[_0x2b8dfc(0x207)]()+_0x2b8dfc(0x1dc)+_0x5e81b0['message']);const _0x11632e={};_0x11632e[_0x2b8dfc(0x1da)]=_0x2fcfcc,_0x11632e[_0x2b8dfc(0x217)]=_0x46014f;const _0x2a48bb={'type':_0x5e81b0[_0x2b8dfc(0x214)],..._0x422b8a[_0x2b8dfc(0x1cf)](getLogMetaData),'data':_0x11632e};_0x13ab09[_0x2b8dfc(0x1f4)](JSON[_0x2b8dfc(0x1fc)](_0x2a48bb));if(_0x31dbd4){if(_0x422b8a[_0x2b8dfc(0x203)](_0x422b8a['SgiGh'],_0x422b8a[_0x2b8dfc(0x1b6)])){const _0x3670b0=_0x422b8a[_0x2b8dfc(0x1e2)](_0x232a50),_0x1d32f3={'requestId':_0x35d60c['requestId'],'username':_0x12b64a[_0x2b8dfc(0x20c)],'cli_version':_0x3670b0['version'],'cli_path':_0x3670b0[_0x2b8dfc(0x1e3)],'os':_0x422b8a[_0x2b8dfc(0x215)](_0x19711a),'os_version':_0x422b8a[_0x2b8dfc(0x1cf)](_0x35d089),'npm_version':_0x422b8a[_0x2b8dfc(0x1e2)](_0x502a28),'ci_environment':_0x422b8a[_0x2b8dfc(0x1ee)](_0x82a2d4)};return _0x10634d[_0x2b8dfc(0x1e6)]&&(_0x1d32f3[_0x2b8dfc(0x1e6)]=_0xb92014[_0x2b8dfc(0x1e6)]),_0x431435[_0x2b8dfc(0x1e5)]&&(_0x1d32f3[_0x2b8dfc(0x1e5)]=_0xae034f[_0x2b8dfc(0x1e5)]),_0x3e0bd0[_0x2b8dfc(0x1df)]&&(_0x1d32f3[_0x2b8dfc(0x1df)]=_0x507d3e[_0x2b8dfc(0x1df)]),_0x1d32f3;}else await this['delay'](0x1f4);}};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserstack-node-sdk",
3
- "version": "1.69.0",
3
+ "version": "1.70.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -1 +1 @@
1
- const a0_0x4d78ee=a0_0x5ec3;function a0_0x5ec3(_0x846834,_0x1d1202){const _0x50cf08=a0_0x50cf();return a0_0x5ec3=function(_0x5ec3be,_0x3d3d2f){_0x5ec3be=_0x5ec3be-0xd1;let _0x2715af=_0x50cf08[_0x5ec3be];return _0x2715af;},a0_0x5ec3(_0x846834,_0x1d1202);}(function(_0x10df22,_0x49d6da){const _0x4ac9b7=a0_0x5ec3,_0x10605f=_0x10df22();while(!![]){try{const _0x20d6b8=parseInt(_0x4ac9b7(0x15b))/0x1*(parseInt(_0x4ac9b7(0x1a8))/0x2)+-parseInt(_0x4ac9b7(0x126))/0x3+parseInt(_0x4ac9b7(0xd2))/0x4*(-parseInt(_0x4ac9b7(0x1c9))/0x5)+-parseInt(_0x4ac9b7(0x15f))/0x6*(-parseInt(_0x4ac9b7(0x1c0))/0x7)+-parseInt(_0x4ac9b7(0x14b))/0x8*(-parseInt(_0x4ac9b7(0x1e0))/0x9)+parseInt(_0x4ac9b7(0xd5))/0xa+-parseInt(_0x4ac9b7(0x128))/0xb;if(_0x20d6b8===_0x49d6da)break;else _0x10605f['push'](_0x10605f['shift']());}catch(_0x140bc1){_0x10605f['push'](_0x10605f['shift']());}}}(a0_0x50cf,0x8fd71));const fs=require('fs'),util=require(a0_0x4d78ee(0x164)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x4d78ee(0x14e)),logger=require(a0_0x4d78ee(0x1a3))['winstonLogger'],testOpsHelper=require(a0_0x4d78ee(0x154)),requestSpy=require(a0_0x4d78ee(0x1c3)),PlaywrightSessionDetails=require(a0_0x4d78ee(0x152)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x4d78ee(0x172)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x4d78ee(0x102)),AccessibilityHelper=require(a0_0x4d78ee(0x140)),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),scripts=require(a0_0x4d78ee(0x177)),PerformanceTester=require(a0_0x4d78ee(0x168)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x4d78ee(0x1ba)),testHubConstants=require(a0_0x4d78ee(0xec)),globals=require('../../helpers/globals.js'),interopDefault=_0x337007=>_0x337007&&_0x337007['default']!==undefined?_0x337007[a0_0x4d78ee(0x19c)]:_0x337007,CodeceptJS=requireModule(a0_0x4d78ee(0xf5),'codeceptjs'),CodeceptUtils=requireModule(a0_0x4d78ee(0x1b5),a0_0x4d78ee(0x13b)),CodeceptWebDriver=interopDefault(requireModule('codeceptjs/lib/helper/WebDriver.js',a0_0x4d78ee(0x13b))),CodeceptRecorder=interopDefault(requireModule(a0_0x4d78ee(0x1d0),a0_0x4d78ee(0x13b))),CodeceptPlaywright=interopDefault(requireModule(a0_0x4d78ee(0x113),a0_0x4d78ee(0x13b)));function a0_0x50cf(){const _0xf1d97f=['Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','../../helpers/accessibility-automation/scripts','testFramework','WebDriver','tUoys','version','HvVXF','skipSessionName','from','TestCafe','hook','hookType','function','dNPAA','VEXnq','WhVjW','rjCLy','testAnalyticsId','apply','NKfQB','hdKdZ','name','failed','INFO','lLqRM','captureEvent','setGlobal','performScan','test-failed','NoCjP','sendCBTInfo','split','stop','ypiFG','cTTPA','event','flushPendingHookEvents','accessibilityPlatform','default','OYNgk','TEST_LOG','klAaB','SDK_POST_INITIALIZE','chromium','SDK_TEST','../../helpers/logger','stringify','stack','call','titlePath','2073194xFVdfC','OzyMb','reason','iCUIF','constructor','patch','SDK_POST_TEST','RpShT','MFozJ','contexts','qHzrC','action','push','codeceptjs/lib/utils.js','SaNGX','SuJFk','oVICI','bddStepFinish','./helper.js','container','CXuaP','arguments','saveScreenshot','mDtYz','35QmdUbC','lAgLs','epRiz','../../helpers/request-spy','SDK_PRE_INITIALIZE','title','args','a11y_core_config','xxUVw','55jWfWOK','aHLVf','step-comment','page','Screenshot\x20path\x20not\x20found','HuIiG','browserstack_executor:\x20','codeceptjs/lib/recorder.js','bs:addLog:','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','BS_A11Y_JWT','wzfOZ','BROWSERSTACK_TESTHUB_JWT','IWPWC','ENV_VAR','getAccessibilityResultsSummary','GET_RESULTS_SUMMARY','lvogS','TEST_RUN_FINISHED','debug','__driver','performScanWithRetry','\x0aStack:\x20','1683WvEfVt','LEUiD','411860ulsAwa','bddStep-before','afHCy','10574950JIeWgk','browserStackExecuteDriver','zDwUj','CoWlK','stopMonitoring','XXuWL','bddStep','MAqai','initSaveScreenshot','emit','base64','_before','lcfUB','start','config','bddStep-after','enabled','IuAYj','LtlGh','TEST_SCREENSHOT','find','passed','RnMFk','../../helpers/testhub/constants.js','command','PERFORM_SCAN','browserstackTestName','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','shouldWrapCommand','eiubF','hJfTM','codeceptjs/lib/index.js','test','bddStepStart','ctx','HOOK_RUN_FINISHED','TEST_RUN_SKIPPED','devtools://','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','captureError','PgNss','urHSU','toISOString','browserContext','../../helpers/accessibility-automation/helper','readFileSync','hook-passed','catch','step','measureWrapper','before','Suite','bMByR','test-skipped','warn','bstackAllyScanning','FzMbJ','setSessionStatus','SDK_HOOK','thJwtToken','fireEvent','codeceptjs/lib/helper/Playwright.js','pages','parse','class','slice','Performing\x20scan\x20for\x20','dispatcher','startMonitoring','TEST_RUN_STARTED','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','sctPl','test-after','BS_TESTOPS_ALLOW_SCREENSHOTS','all','setSessionName','eJlSo','TeyFb','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','status','1782387SYQcgQ','SDK_PRE_TEST','4988225gjTxvC','Element','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','url','string','cWkUc','env','OyEQV','Failed\x20to\x20execute\x20_before:\x20','test-before','patchSaveScreenshot','pid','started','domForge','toString','Puppeteer','screenshotOutputFolder','end','OUoMF','codeceptjs','webdriverio','gAJlw','exports','YpNuC','../../bin/playwright/accessibility-helper','format','Playwright','after','sUvQi','MieTq','IIGGC','bind','Etjbw','browser','skipSessionStatus','3704hNNaFP','commandsToWrap','prototype','../../helpers/helper','NMZjo','FRAMEWORK_DETAILS','hook-started','../../bin/playwright/sessionDetails','iALCB','../../helpers/test-observability/utils','OcdWz','MpfhL','DWryX','XzFPK','executeScript','test-passed','1VjlDxz','DDqxG','helpers','getSyncScript','706458vqIOGF','installAll','XLRAB','driver-init\x20capture\x20install\x20failed:\x20','startsWith','util','oGqjG','bstackA11yShouldScan','hook-failed','../../helpers/performance/performance-tester','btnHh','qaCax','JsCyv','KcDvV','--auto-open-devtools-for-tabs','xpsqW','RxpAp','rrBLS','uVmtN','./o11yHelper','yjjnk','add','getAccessibilityResults'];a0_0x50cf=function(){return _0xf1d97f;};return a0_0x50cf();}try{require('../../helpers/driverInitErrorReporter')[a0_0x4d78ee(0x160)]('codeceptjs');}catch(a0_0x1315af){logger[a0_0x4d78ee(0x1dc)](a0_0x4d78ee(0x162)+(a0_0x1315af&&a0_0x1315af['message']));}const playwrightMarkSessionStatus=(_0x54a1fa,_0x2028ff,_0x353226)=>{const _0x2282de=a0_0x4d78ee,_0x3a94a5={'eJlSo':_0x2282de(0x10f),'WBPQk':function(_0x3b2bb0,_0x3512c3){return _0x3b2bb0(_0x3512c3);}},_0x2e8743={};_0x2e8743[_0x2282de(0x125)]=_0x2028ff;const _0xece7e2={};_0xece7e2[_0x2282de(0x1b3)]=_0x3a94a5[_0x2282de(0x122)],_0xece7e2['arguments']=_0x2e8743;const _0xadc7ae=_0xece7e2;return!_0x3a94a5['WBPQk'](isUndefined,_0x353226)&&(_0xadc7ae[_0x2282de(0x1bd)][_0x2282de(0x1aa)]=JSON[_0x2282de(0x1a4)](_0x353226)),_0x54a1fa[_0x2282de(0x159)](()=>{},_0x2282de(0x1cf)+JSON[_0x2282de(0x1a4)](_0xadc7ae));},o11ySync=PerformanceTester[a0_0x4d78ee(0x107)](PerformanceO11yEvents['SYNC'],async _0x3288f3=>{const _0xac88c1=a0_0x4d78ee,_0x121f30={};_0x121f30[_0xac88c1(0xd4)]=function(_0x4be4de,_0x522c3d){return _0x4be4de===_0x522c3d;},_0x121f30[_0xac88c1(0x1c1)]=_0xac88c1(0x142);const _0x43e36e=_0x121f30;_0x43e36e['afHCy'](_0x3288f3[_0xac88c1(0x1ac)][_0xac88c1(0x18b)],_0x43e36e[_0xac88c1(0x1c1)])?await _0x3288f3[_0xac88c1(0x159)](_0x46f3f9=>{},testOpsHelper[_0xac88c1(0x15e)]()):await _0x3288f3[_0xac88c1(0x159)](testOpsHelper[_0xac88c1(0x15e)]());}),markSessionName=PerformanceTester[a0_0x4d78ee(0x107)](PerformanceAutEvents['SESSION_NAME'],async(_0x2fd974,_0x1f5203)=>{const _0x4cb396=a0_0x4d78ee,_0x5704d1={};_0x5704d1[_0x4cb396(0x1bf)]=_0x4cb396(0x121),_0x5704d1[_0x4cb396(0x189)]=function(_0x36ba5f,_0x4d9340){return _0x36ba5f===_0x4d9340;},_0x5704d1[_0x4cb396(0x19f)]=_0x4cb396(0x142);const _0x3cb11b=_0x5704d1,_0x4149cd={};_0x4149cd[_0x4cb396(0x18b)]=_0x1f5203;const _0x145cfd={};_0x145cfd[_0x4cb396(0x1b3)]=_0x3cb11b[_0x4cb396(0x1bf)],_0x145cfd[_0x4cb396(0x1bd)]=_0x4149cd;const _0x15a902=_0x145cfd;_0x3cb11b[_0x4cb396(0x189)](_0x2fd974[_0x4cb396(0x1ac)][_0x4cb396(0x18b)],_0x3cb11b[_0x4cb396(0x19f)])?await _0x2fd974['executeScript'](()=>{},_0x4cb396(0x1cf)+JSON['stringify'](_0x15a902)):await _0x2fd974['executeScript'](_0x4cb396(0x1cf)+JSON['stringify'](_0x15a902));}),patchSaveScreenshot=_0x4a058=>{const _0x1f9af2=a0_0x4d78ee,_0x4831a0={'IWPWC':'base64','kVemy':_0x1f9af2(0xe8),'SlGYK':function(_0x3c789d){return _0x3c789d();},'bMByR':function(_0x44d439,_0xf56365){return _0x44d439(_0xf56365);},'DWryX':_0x1f9af2(0x1cd),'uVmtN':function(_0x360296,_0x5593df){return _0x360296(_0x5593df);}};_0x4831a0[_0x1f9af2(0x171)](isTrue,process[_0x1f9af2(0x12e)][_0x1f9af2(0x11f)])&&!_0x4a058[_0x1f9af2(0x132)]&&(_0x4a058[_0x1f9af2(0x132)]=!![],_0x4a058[_0x1f9af2(0xdd)]=_0x4a058[_0x1f9af2(0x1be)],_0x4a058['saveScreenshot']=(_0xb3e224,_0x458671=![])=>{const _0x138494=_0x1f9af2,_0x3f161c={'hJfTM':_0x4831a0[_0x138494(0x1d6)],'yjjnk':_0x4831a0['kVemy'],'FzMbJ':function(_0x185290){return _0x4831a0['SlGYK'](_0x185290);},'MAqai':function(_0x1b6a07,_0x100335){const _0x3e1055=_0x138494;return _0x4831a0[_0x3e1055(0x10a)](_0x1b6a07,_0x100335);},'sUvQi':_0x4831a0[_0x138494(0x157)]};return new Promise(function(_0x48e51d,_0x566a28){const _0x2d40cd=_0x138494;_0x4a058[_0x2d40cd(0xdd)](_0xb3e224,_0x458671)['then'](()=>{const _0x2df0ca=_0x2d40cd,_0x2501b7=CodeceptUtils[_0x2df0ca(0x138)](_0xb3e224);if(_0x2501b7){const _0x32f6da=fs[_0x2df0ca(0x103)](_0x2501b7);process[_0x2df0ca(0xde)](_0x2df0ca(0x1d1)+process[_0x2df0ca(0x133)],{'timestamp':new Date()[_0x2df0ca(0x100)](),'message':_0x32f6da[_0x2df0ca(0x136)](_0x3f161c[_0x2df0ca(0xf4)]),'kind':_0x3f161c[_0x2df0ca(0x173)]}),_0x3f161c[_0x2df0ca(0x10e)](_0x48e51d);}_0x3f161c[_0x2df0ca(0xdc)](_0x566a28,new Error(_0x3f161c[_0x2df0ca(0x144)]));})[_0x2d40cd(0x105)](()=>null);});});},patchWebDriverBefore=(_0xcbd8ce,_0xf25100)=>{const _0x2015d4=a0_0x4d78ee,_0x36a45f={'hhzBb':function(_0x35d612){return _0x35d612();},'gAJlw':function(_0x3b6cf3,_0x240ede){return _0x3b6cf3(_0x240ede);},'RnMFk':function(_0x3cd3b3,_0x2afaa5){return _0x3cd3b3===_0x2afaa5;},'rjCLy':_0x2015d4(0x13c),'cWkUc':_0x2015d4(0x12c),'ttcsX':_0x2015d4(0x129),'sctPl':function(_0x1396b8,_0x361612){return _0x1396b8===_0x361612;},'XLRAB':_0x2015d4(0x182)},_0x5a8b9a=async function(_0x2325b4,_0x2d05c3){const _0x3bf467=_0x2015d4;_0x36a45f['hhzBb'](isAccessibilityAutomationSession)&&!global[_0x3bf467(0x10d)]&&global[_0x3bf467(0x19b)]&&scripts[_0x3bf467(0xf2)](_0x2325b4[_0x3bf467(0x18b)])&&_0x36a45f['gAJlw'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3bf467(0x10d)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3bf467(0xee)],async()=>{const _0xd1d5e5=_0x3bf467;logger[_0xd1d5e5(0x1dc)](_0xd1d5e5(0x118)+_0x2325b4[_0xd1d5e5(0x116)]+'\x20'+_0x2325b4['name']),await AccessibilityHelper[_0xd1d5e5(0xd6)](_0xcbd8ce,scripts[_0xd1d5e5(0x191)]);},{'command':_0x2325b4[_0x3bf467(0x18b)]})());global[_0x3bf467(0x10d)]=![];const _0x258d55=JSON['parse'](process[_0x3bf467(0x12e)][_0x3bf467(0x150)]||'{}');if(_0x36a45f['RnMFk'](_0x258d55?.[_0x3bf467(0x178)]?.[_0x3bf467(0x18b)],_0x36a45f[_0x3bf467(0x186)])&&_0x36a45f[_0x3bf467(0xeb)](typeof _0x258d55?.[_0x3bf467(0x178)]?.[_0x3bf467(0x17b)],_0x36a45f[_0x3bf467(0x12d)])&&_0x258d55?.['testFramework']?.[_0x3bf467(0x17b)][_0x3bf467(0x163)]('7'))return _0x2d05c3['apply'](null,Array['prototype'][_0x3bf467(0x117)]['call'](arguments,0x2));return _0x2d05c3[_0x3bf467(0x188)](this,Array[_0x3bf467(0x14d)][_0x3bf467(0x117)][_0x3bf467(0x1a6)](arguments,0x2));},_0x1c831c=CodeceptWebDriver[_0x2015d4(0x14d)]['_before'];CodeceptWebDriver[_0x2015d4(0x14d)][_0x2015d4(0xe0)]=async function(){const _0x5d9ac2=_0x2015d4;try{await _0x1c831c[_0x5d9ac2(0x188)](this,arguments);}catch(_0x518f32){logger[_0x5d9ac2(0x1dc)](_0x5d9ac2(0x130)+util[_0x5d9ac2(0x141)](_0x518f32));}(scripts[_0x5d9ac2(0x14c)]||[])['filter'](_0x404903=>_0x404903[_0x5d9ac2(0x18b)]&&_0x404903[_0x5d9ac2(0x116)])['forEach'](_0x4e8fd8=>{const _0x479470=_0x5d9ac2;this[_0x479470(0x149)]['overwriteCommand'](_0x4e8fd8[_0x479470(0x18b)],_0x5a8b9a[_0x479470(0x147)](this,_0x4e8fd8),_0x36a45f[_0x479470(0xeb)](_0x4e8fd8['class'],_0x36a45f['ttcsX']));}),_0x36a45f[_0x5d9ac2(0x13d)](processWebDriverConfig,_0xcbd8ce);try{_0xf25100&&_0x36a45f[_0x5d9ac2(0x11d)](typeof _0xf25100[_0x5d9ac2(0x19a)],_0x36a45f[_0x5d9ac2(0x161)])&&await _0xf25100[_0x5d9ac2(0x19a)]();}catch(_0x1e39c5){logger['debug'](_0x5d9ac2(0x1d2)+util[_0x5d9ac2(0x141)](_0x1e39c5));}};};function parseJwt(_0xa13bc2){const _0x1a6edb=a0_0x4d78ee,_0x49a39d={};_0x49a39d[_0x1a6edb(0x16a)]=_0x1a6edb(0xdf);const _0x5219b3=_0x49a39d;if(!_0xa13bc2)return null;return JSON[_0x1a6edb(0x115)](Buffer[_0x1a6edb(0x17e)](_0xa13bc2[_0x1a6edb(0x195)]('.')[0x1],_0x5219b3[_0x1a6edb(0x16a)])['toString']());}const patchPlaywrightBefore=_0x198c20=>{const _0x50d45d=a0_0x4d78ee,_0x5d4f26={'hkHyW':_0x50d45d(0x16d),'xxUVw':function(_0x14770a){return _0x14770a();},'SuJFk':function(_0x4d03b9,_0x8b0c4a){return _0x4d03b9(_0x8b0c4a);},'RxpAp':_0x50d45d(0xfb),'WhVjW':function(_0x28d194,_0x1d3663){return _0x28d194+_0x1d3663;},'KpXyc':_0x50d45d(0x1df),'MFozJ':function(_0x1635f3){return _0x1635f3();},'oVICI':function(_0xbfd8b){return _0xbfd8b();},'xpsqW':function(_0x1bf5e1){return _0x1bf5e1();},'qHzrC':function(_0x2aad57){return _0x2aad57();},'rrBLS':function(_0xf96c45,_0x911d1){return _0xf96c45===_0x911d1;},'OECQO':_0x50d45d(0x182)};PlaywrightSessionDetails[_0x50d45d(0x1ad)]();const _0xd4c7a6=CodeceptPlaywright[_0x50d45d(0x14d)][_0x50d45d(0xe0)];CodeceptPlaywright[_0x50d45d(0x14d)]['_before']=async function(){const _0x5b00aa=_0x50d45d,_0x2898b7={'CoWlK':function(_0x453d95){return _0x5d4f26['MFozJ'](_0x453d95);},'VEXnq':_0x5d4f26['RxpAp']};this[_0x5b00aa(0x101)]=await this[_0x5b00aa(0x149)][_0x5b00aa(0x1b1)]()[0x0];const _0x4e12c7=async()=>{const _0x384a05=_0x5b00aa,_0x7e0923=this['config']&&this['config'][_0x384a05(0x1a1)]&&this[_0x384a05(0xe3)][_0x384a05(0x1a1)]['args']&&Array['isArray'](this['config'][_0x384a05(0x1a1)][_0x384a05(0x1c6)])&&this['config'][_0x384a05(0x1a1)][_0x384a05(0x1c6)]['includes'](_0x5d4f26['hkHyW']);if(_0x5d4f26[_0x384a05(0x1c8)](isAccessibilityAutomationSession)&&!_0x7e0923)try{const _0x405e24=_0x5d4f26[_0x384a05(0x1b7)](parseJwt,process[_0x384a05(0x12e)][_0x384a05(0x1d3)]);if(_0x405e24&&_0x405e24['a11y_core_config']&&_0x405e24[_0x384a05(0x1c7)][_0x384a05(0x135)]){const _0x3e77a0=this['browserContext'][_0x384a05(0x114)]['bind'](this[_0x384a05(0x101)]);this[_0x384a05(0x101)]['pages']=async function(){const _0x386c9b=_0x384a05,_0x16602a=await _0x2898b7[_0x386c9b(0xd8)](_0x3e77a0),_0x34b6a3=[];for(const _0x430b14 of _0x16602a){try{const _0x14b54b=await _0x430b14[_0x386c9b(0x12b)]();!_0x14b54b[_0x386c9b(0x163)](_0x2898b7[_0x386c9b(0x184)])&&_0x34b6a3[_0x386c9b(0x1b4)](_0x430b14);}catch(_0x8506d6){_0x34b6a3[_0x386c9b(0x1b4)](_0x430b14);}}return _0x34b6a3;};}if(!_0x5d4f26['xxUVw'](isBrowserstackInfra)){const _0x553a99=await this[_0x384a05(0x1cc)][_0x384a05(0x12b)]();if(_0x553a99[_0x384a05(0x163)](_0x5d4f26[_0x384a05(0x16f)])){const _0x15c968=await this[_0x384a05(0x101)][_0x384a05(0x114)]();this['_setPage'](_0x15c968[0x0]);}}}catch(_0x3a5bf8){logger[_0x384a05(0x1dc)](_0x384a05(0x176)+_0x3a5bf8['message']+(_0x3a5bf8[_0x384a05(0x1a5)]?_0x5d4f26[_0x384a05(0x185)](_0x5d4f26['KpXyc'],_0x3a5bf8[_0x384a05(0x1a5)]):''));}};_0x5d4f26[_0x5b00aa(0x1b0)](isBrowserstackInfra)&&await _0x5d4f26[_0x5b00aa(0x1b8)](_0x4e12c7);await _0xd4c7a6[_0x5b00aa(0x188)](this,arguments);!_0x5d4f26[_0x5b00aa(0x16e)](isBrowserstackInfra)&&await _0x5d4f26[_0x5b00aa(0x1b2)](_0x4e12c7);try{_0x198c20&&_0x5d4f26[_0x5b00aa(0x170)](typeof _0x198c20[_0x5b00aa(0x19a)],_0x5d4f26['OECQO'])&&await _0x198c20[_0x5b00aa(0x19a)]();}catch(_0x1f201a){logger[_0x5b00aa(0x1dc)](_0x5b00aa(0x12a)+util[_0x5b00aa(0x141)](_0x1f201a));}};},getCodeceptDriver=()=>{const _0x51eb2d=a0_0x4d78ee,_0x2357b4={};_0x2357b4[_0x51eb2d(0xd7)]=_0x51eb2d(0x179),_0x2357b4[_0x51eb2d(0x13f)]='Playwright',_0x2357b4[_0x51eb2d(0x156)]=_0x51eb2d(0x137),_0x2357b4[_0x51eb2d(0xd1)]=_0x51eb2d(0x17f);const _0x96fff0=_0x2357b4,_0x29a857=[_0x96fff0['zDwUj'],_0x96fff0['YpNuC'],_0x96fff0[_0x51eb2d(0x156)],_0x96fff0['LEUiD']],_0x4ae3f9=_0x29a857[_0x51eb2d(0xe9)](_0x18e187=>!!CodeceptJS['container'][_0x51eb2d(0x15d)](_0x18e187));if(!_0x4ae3f9)return null;return CodeceptJS[_0x51eb2d(0x1bb)][_0x51eb2d(0x15d)](_0x4ae3f9);};module[a0_0x4d78ee(0x13e)]=function(_0x1f4db1){const _0x4ebf99=a0_0x4d78ee,_0x3979fa={'hdKdZ':function(_0x33065a,_0x55c37e){return _0x33065a(_0x55c37e);},'TeyFb':function(_0x1acad0,_0x434132,_0x131b49){return _0x1acad0(_0x434132,_0x131b49);},'RIiqs':'getAccessibilityResults','urHSU':_0x4ebf99(0x11c),'IuAYj':'getAccessibilityResultsSummary','XXuWL':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','lcfUB':_0x4ebf99(0x151),'iCUIF':_0x4ebf99(0x104),'DDqxG':_0x4ebf99(0x167),'NoCjP':_0x4ebf99(0xef),'vSIpe':function(_0xb770b2){return _0xb770b2();},'iALCB':function(_0x22f8d1,_0x5c7124,_0x2558ab){return _0x22f8d1(_0x5c7124,_0x2558ab);},'XzFPK':_0x4ebf99(0x166),'OzyMb':_0x4ebf99(0x131),'lvogS':function(_0x15318a){return _0x15318a();},'HuIiG':function(_0x1e7a5b,_0x280c46,_0x48d981){return _0x1e7a5b(_0x280c46,_0x48d981);},'btnHh':'test-started','tUoys':function(_0x139b89,_0x356c85,_0x291d43){return _0x139b89(_0x356c85,_0x291d43);},'dNPAA':function(_0x3c8b12){return _0x3c8b12();},'OYNgk':_0x4ebf99(0x15a),'LtlGh':function(_0x51b97e){return _0x51b97e();},'IIGGC':function(_0xa4b41,_0x5bde84,_0x32149a,_0x8af022){return _0xa4b41(_0x5bde84,_0x32149a,_0x8af022);},'oGqjG':function(_0x58f143,_0x147247,_0x30ad7e,_0x336099){return _0x58f143(_0x147247,_0x30ad7e,_0x336099);},'oXgGc':function(_0x370741,_0x5e46ce){return _0x370741===_0x5e46ce;},'wzfOZ':_0x4ebf99(0x109),'PgNss':_0x4ebf99(0x192),'OUoMF':_0x4ebf99(0x10b),'MieTq':function(_0x2401d7){return _0x2401d7();},'oePgh':_0x4ebf99(0xfc),'HvVXF':_0x4ebf99(0x11e),'cTTPA':_0x4ebf99(0x18d),'epRiz':_0x4ebf99(0x19e),'SaNGX':_0x4ebf99(0x1cb),'JsCyv':_0x4ebf99(0xd3),'OyEQV':_0x4ebf99(0xe4),'aHLVf':function(_0x42e5df){return _0x42e5df();},'eiubF':'Playwright'};_0x1f4db1[_0x4ebf99(0x14a)]&&(global['__skipSessionStatus']=_0x1f4db1['skipSessionStatus']);PerformanceTester[_0x4ebf99(0x11a)]();const _0x1f4289=_0x3979fa[_0x4ebf99(0x1ca)](getCodeceptDriver),_0x4004bf=new O11yHelper(_0x1f4289,_0x1f4db1),_0x24b8c6=!!CodeceptJS[_0x4ebf99(0x1bb)][_0x4ebf99(0x15d)](_0x3979fa[_0x4ebf99(0xf3)]);global[_0x4ebf99(0x1dd)]=_0x1f4289;_0x1f4289&&(PerformanceTester[_0x4ebf99(0x107)](PerformanceEvents[_0x4ebf99(0x1c4)],()=>{const _0x1fcddd=_0x4ebf99;_0x24b8c6?_0x3979fa[_0x1fcddd(0x18a)](patchPlaywrightBefore,_0x4004bf):_0x3979fa['TeyFb'](patchWebDriverBefore,_0x1f4289,_0x4004bf);})(),PerformanceTester['measureWrapper'](PerformanceEvents[_0x4ebf99(0x1a0)],()=>{const _0xfa2f80=_0x4ebf99,_0x8badf={};_0x8badf[_0xfa2f80(0x16c)]=_0x3979fa[_0xfa2f80(0xe6)],_0x8badf[_0xfa2f80(0x18e)]=_0x3979fa[_0xfa2f80(0xda)];const _0x10e496=_0x8badf;_0x1f4289[_0xfa2f80(0x1d8)]=async()=>{const _0x564ded=_0xfa2f80;if(global['accessibilityPlatform']){const _0x47bd95={};return _0x47bd95[_0x564ded(0xed)]=_0x10e496[_0x564ded(0x16c)],await PerformanceTester[_0x564ded(0x107)](PerformanceA11yEvents[_0x564ded(0xee)],async()=>{const _0x1235e4=_0x564ded;return await AccessibilityHelper[_0x1235e4(0xd6)](_0x1f4289,scripts[_0x1235e4(0x191)]);},_0x47bd95)(),await PerformanceTester[_0x564ded(0x107)](PerformanceA11yEvents[_0x564ded(0x1d9)],async()=>{const _0x1ffbb2=_0x564ded;return await AccessibilityHelper[_0x1ffbb2(0xd6)](_0x1f4289,scripts['getResultsSummary']);})();}return logger[_0x564ded(0x10c)](_0x10e496[_0x564ded(0x18e)]),{};},_0x1f4289[_0xfa2f80(0x175)]=async()=>{const _0x1b2de0=_0xfa2f80;if(global[_0x1b2de0(0x19b)]){const _0x1b8852={};return _0x1b8852[_0x1b2de0(0xed)]=_0x3979fa['RIiqs'],await PerformanceTester[_0x1b2de0(0x107)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1f4f56=_0x1b2de0;return await AccessibilityHelper[_0x1f4f56(0xd6)](_0x1f4289,scripts[_0x1f4f56(0x191)]);},_0x1b8852)(),await PerformanceTester[_0x1b2de0(0x107)](PerformanceA11yEvents['GET_RESULTS'],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x1f4289,scripts['getResults']);})();}return logger['warn'](_0x3979fa[_0x1b2de0(0xff)]),{};},_0x3979fa[_0xfa2f80(0x18a)](patchSaveScreenshot,_0x1f4289);})());CodeceptJS['event'][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x120)]['before'],()=>{const _0x12e67b=_0x4ebf99;PerformanceTester[_0x12e67b(0xe2)](PerformanceEvents[_0x12e67b(0x127)]);try{_0x4004bf[_0x12e67b(0xe2)](),testOpsHelper['addRequestSpy'](),PerformanceTester[_0x12e67b(0x139)](PerformanceEvents[_0x12e67b(0x127)]);}catch(_0x2a6c6f){PerformanceTester[_0x12e67b(0xfd)](_0x2a6c6f),PerformanceTester[_0x12e67b(0x139)](PerformanceEvents[_0x12e67b(0x127)],![],_0x2a6c6f);}}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS['event'][_0x4ebf99(0x120)]['after'],async()=>{const _0x3b16bb=_0x4ebf99;PerformanceTester['start'](PerformanceEvents[_0x3b16bb(0x1ae)]);try{requestSpy['restore'](),await _0x4004bf[_0x3b16bb(0x196)](),PerformanceTester[_0x3b16bb(0x139)](PerformanceEvents['SDK_POST_TEST']);}catch(_0x5972fa){PerformanceTester[_0x3b16bb(0xfd)](_0x5972fa),PerformanceTester[_0x3b16bb(0x139)](PerformanceEvents[_0x3b16bb(0x1ae)],![],_0x5972fa);}finally{PerformanceTester[_0x3b16bb(0xd9)]();}});const _0xc40fd1=(_0x45075d,_0x180462)=>{const _0x24668b=_0x4ebf99;if(!_0x4004bf)return;if(!_0x4004bf['hasLiveDriverSession']()){_0x4004bf['bufferPendingHookEvent'](_0x45075d,_0x180462);return;}CodeceptRecorder[_0x24668b(0x174)](()=>_0x4004bf[_0x24668b(0x112)](_0x45075d,_0x180462));};CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x180)]['started'],_0x36dee4=>{const _0x4c11e9=_0x4ebf99;PerformanceTester['start'](PerformanceEvents[_0x4c11e9(0x110)]);try{const _0x32f4b7=_0x36dee4[_0x4c11e9(0xf8)]['test'],_0x18ae96=_0x4004bf[_0x4c11e9(0x18f)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x32f4b7);_0x3979fa[_0x4c11e9(0x123)](_0xc40fd1,TEST_EVENTS['HOOK_RUN_STARTED'],_0x18ae96);const _0x4bb6bb={};_0x4bb6bb['hookType']=_0x3979fa['lcfUB'],PerformanceTester[_0x4c11e9(0x139)](PerformanceEvents['SDK_HOOK'],!![],null,_0x4bb6bb);}catch(_0xb74fb6){const _0x455722={};_0x455722[_0x4c11e9(0x181)]=_0x3979fa[_0x4c11e9(0xe1)],PerformanceTester[_0x4c11e9(0x139)](PerformanceEvents[_0x4c11e9(0x110)],![],_0xb74fb6,_0x455722),PerformanceTester['captureError'](_0xb74fb6);}}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)]['hook'][_0x4ebf99(0xea)],_0x24f1bb=>{const _0x526511=_0x4ebf99,_0x29b383={};_0x29b383[_0x526511(0x181)]=_0x3979fa[_0x526511(0x1ab)],PerformanceTester['start'](PerformanceHookEvents[_0x526511(0x110)],!![],null,_0x29b383);try{const _0x15ead3=_0x24f1bb[_0x526511(0xf8)][_0x526511(0xf6)],_0x1a488b=_0x4004bf[_0x526511(0x18f)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x15ead3);_0x3979fa[_0x526511(0x123)](_0xc40fd1,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1a488b);const _0x39bd1d={};_0x39bd1d[_0x526511(0x181)]=_0x3979fa[_0x526511(0x1ab)],PerformanceTester[_0x526511(0x139)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x39bd1d);}catch(_0x461c10){PerformanceTester['captureError'](_0x461c10);const _0x2738fa={};_0x2738fa[_0x526511(0x181)]=_0x3979fa[_0x526511(0x1ab)],PerformanceTester[_0x526511(0x139)](PerformanceHookEvents[_0x526511(0x110)],![],_0x461c10,_0x2738fa);}}),CodeceptJS['event'][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)]['hook'][_0x4ebf99(0x18c)],async(_0x3e7e85,_0x3f78ad)=>{const _0x15f2eb=_0x4ebf99;PerformanceTester[_0x15f2eb(0xe2)](PerformanceHookEvents['SDK_HOOK']);try{const _0x5ba1b1=_0x3e7e85[_0x15f2eb(0xf8)][_0x15f2eb(0xf6)],_0x2412ee=_0x4004bf[_0x15f2eb(0x18f)](TEST_EVENTS[_0x15f2eb(0xf9)],_0x5ba1b1,_0x3f78ad);_0x3979fa[_0x15f2eb(0x123)](_0xc40fd1,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2412ee);const _0x3a34f0={};_0x3a34f0[_0x15f2eb(0x181)]=_0x3979fa['DDqxG'],PerformanceTester['start'](PerformanceHookEvents[_0x15f2eb(0x110)],!![],null,_0x3a34f0);}catch(_0xb866a7){PerformanceTester[_0x15f2eb(0xfd)](_0xb866a7);const _0x20f100={};_0x20f100['hookType']=_0x3979fa[_0x15f2eb(0x15c)],PerformanceTester[_0x15f2eb(0x139)](PerformanceHookEvents[_0x15f2eb(0x110)],![],_0xb866a7,_0x20f100);}const _0x2a6452={};_0x2a6452['hookType']=_0x3979fa[_0x15f2eb(0x15c)],PerformanceTester['end'](PerformanceHookEvents[_0x15f2eb(0x110)],!![],null,_0x2a6452);}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS['event'][_0x4ebf99(0xf6)]['before'],_0x3fefbf=>{const _0x438c39=_0x4ebf99;PerformanceTester['start'](PerformanceHookEvents[_0x438c39(0x110)]);try{globals[_0x438c39(0x190)](_0x3979fa['NoCjP'],_0x3fefbf[_0x438c39(0x1c5)]);_0x3979fa['vSIpe'](isBrowserstackInfra)&&(_0x24b8c6&&(global['__workerDetails']={'currentTest':{'name':_0x3fefbf['title'],'testInfo':{'titlePath':_0x3fefbf[_0x438c39(0x1a7)]()}}}));try{const _0x578c31=_0x3979fa[_0x438c39(0x153)](shouldScanTestForAccessibility,_0x3fefbf[_0x438c39(0x1a7)](),!![]);globals['setGlobal'](_0x3979fa[_0x438c39(0x158)],_0x578c31);}catch(_0x2bd899){logger['debug']('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20'+util['format'](_0x2bd899));}const _0x4abc69={};_0x4abc69[_0x438c39(0x181)]=_0x3979fa[_0x438c39(0x1a9)],PerformanceTester[_0x438c39(0x139)](PerformanceHookEvents[_0x438c39(0x110)],!![],null,_0x4abc69);}catch(_0xda8943){PerformanceTester[_0x438c39(0xfd)](_0xda8943);const _0x48d3e3={};_0x48d3e3[_0x438c39(0x181)]=_0x3979fa[_0x438c39(0x1a9)],PerformanceTester[_0x438c39(0x139)](PerformanceHookEvents[_0x438c39(0x110)],![],_0xda8943,_0x48d3e3);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event']['test'][_0x4ebf99(0x134)],_0x146193=>{const _0x436f21=_0x4ebf99,_0x4ff06c={'iSqFc':function(_0x2cf0e4){const _0x3349ca=a0_0x5ec3;return _0x3979fa[_0x3349ca(0x1da)](_0x2cf0e4);},'NMZjo':function(_0x1efcd8,_0x5c8b8a){return _0x3979fa['hdKdZ'](_0x1efcd8,_0x5c8b8a);},'Etjbw':function(_0x34daf0,_0x13d6b7,_0x24eb78){const _0x575ed4=a0_0x5ec3;return _0x3979fa[_0x575ed4(0x1ce)](_0x34daf0,_0x13d6b7,_0x24eb78);}};PerformanceTester[_0x436f21(0xe2)](PerformanceHookEvents[_0x436f21(0x110)]);try{globals['setGlobal'](_0x3979fa[_0x436f21(0x193)],_0x146193[_0x436f21(0x1c5)]);const _0x4a7ae3=_0x4004bf[_0x436f21(0x18f)](TEST_EVENTS['TEST_RUN_STARTED'],_0x146193);CodeceptRecorder['add'](()=>_0x4004bf[_0x436f21(0x19a)]()),CodeceptRecorder[_0x436f21(0x174)](()=>_0x4004bf['fireEvent'](TEST_EVENTS[_0x436f21(0x11b)],_0x4a7ae3)),CodeceptRecorder[_0x436f21(0x174)](()=>_0x4004bf[_0x436f21(0x194)](_0x146193[_0x436f21(0x187)])),CodeceptRecorder[_0x436f21(0x174)](async()=>{const _0x3b41ac=_0x436f21;_0x4ff06c['iSqFc'](isBrowserstackInfra)&&(!_0x4ff06c['NMZjo'](isTrue,_0x1f4db1[_0x3b41ac(0x17d)])&&await _0x4ff06c[_0x3b41ac(0x148)](markSessionName,_0x1f4289,_0x146193[_0x3b41ac(0x1c5)]),_0x4004bf[_0x3b41ac(0xe5)]&&await _0x4ff06c[_0x3b41ac(0x14f)](o11ySync,_0x1f4289));});}catch(_0x1ec4ca){const _0x3f918e={};_0x3f918e[_0x436f21(0x181)]=_0x3979fa['btnHh'],PerformanceTester[_0x436f21(0x139)](PerformanceHookEvents[_0x436f21(0x110)],![],_0x1ec4ca,_0x3f918e),PerformanceTester['captureError'](_0x1ec4ca);}const _0x227ad7={};_0x227ad7[_0x436f21(0x181)]=_0x3979fa[_0x436f21(0x169)],PerformanceTester['end'](PerformanceHookEvents[_0x436f21(0x110)],!![],null,_0x227ad7);}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0xf6)][_0x4ebf99(0xea)],_0x24a9f3=>{const _0x136c12=_0x4ebf99,_0x18d265={'RpShT':function(_0x329172,_0x1b0d61,_0x2c480f){const _0x57ed9f=a0_0x5ec3;return _0x3979fa[_0x57ed9f(0x17a)](_0x329172,_0x1b0d61,_0x2c480f);},'CXuaP':function(_0x56cf85){const _0x47b3f3=a0_0x5ec3;return _0x3979fa[_0x47b3f3(0x183)](_0x56cf85);}};PerformanceTester[_0x136c12(0xe2)](PerformanceHookEvents['SDK_HOOK']);try{const _0x2b8d3=_0x4004bf[_0x136c12(0x18f)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x24a9f3);CodeceptRecorder[_0x136c12(0x174)](()=>_0x4004bf[_0x136c12(0x112)](TEST_EVENTS[_0x136c12(0x1db)],_0x2b8d3)),CodeceptRecorder[_0x136c12(0x174)](async()=>{const _0x54b1d7=_0x136c12,_0x3545df={'ypiFG':function(_0x4911f5,_0x5c7a42,_0x359f3c){return _0x18d265['RpShT'](_0x4911f5,_0x5c7a42,_0x359f3c);},'OcdWz':function(_0xc56212,_0x538cc0,_0x354b55){const _0x18a14d=a0_0x5ec3;return _0x18d265[_0x18a14d(0x1af)](_0xc56212,_0x538cc0,_0x354b55);}};_0x18d265[_0x54b1d7(0x1bc)](isBrowserstackInfra)&&await PerformanceTester[_0x54b1d7(0x107)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x2f730f=_0x54b1d7;_0x24b8c6?await _0x3545df[_0x2f730f(0x197)](playwrightMarkSessionStatus,_0x1f4289,STATE_PASSED):await _0x3545df[_0x2f730f(0x155)](markSessionStatus,_0x1f4289,STATE_PASSED);})();}),PerformanceTester[_0x136c12(0x139)](PerformanceEvents[_0x136c12(0x1a2)]);}catch(_0x5e97d6){PerformanceTester[_0x136c12(0xfd)](_0x5e97d6);const _0x4e9c68={};_0x4e9c68[_0x136c12(0x181)]=_0x3979fa[_0x136c12(0x19d)],PerformanceTester[_0x136c12(0x139)](PerformanceHookEvents['SDK_HOOK'],![],_0x5e97d6,_0x4e9c68),PerformanceTester[_0x136c12(0x139)](PerformanceEvents[_0x136c12(0x1a2)],![],_0x5e97d6);}const _0xa51a84={};_0xa51a84[_0x136c12(0x181)]=_0x3979fa[_0x136c12(0x19d)],PerformanceTester[_0x136c12(0x139)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xa51a84);}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0xf6)][_0x4ebf99(0x18c)],(_0x16703e,_0xc83d0)=>{const _0x44144e=_0x4ebf99;PerformanceTester[_0x44144e(0xe2)](PerformanceHookEvents[_0x44144e(0x110)]);try{if(_0x3979fa['oXgGc'](_0x16703e['constructor'][_0x44144e(0x18b)],_0x3979fa[_0x44144e(0x1d4)])){const _0x18a13e=_0x4004bf[_0x44144e(0x18f)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x16703e[_0x44144e(0xf8)]['currentTest']);CodeceptRecorder[_0x44144e(0x174)](()=>_0x4004bf[_0x44144e(0x112)](TEST_EVENTS[_0x44144e(0xfa)],_0x18a13e));}else{const _0x6b3275=_0x4004bf['captureEvent'](TEST_EVENTS[_0x44144e(0x1db)],_0x16703e,_0xc83d0);CodeceptRecorder['add'](()=>{const _0x5a92ad=_0x44144e;try{_0x4004bf[_0x5a92ad(0x112)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x6b3275);}catch(_0x2f6a1e){logger[_0x5a92ad(0x1dc)](_0x5a92ad(0xf1)+util[_0x5a92ad(0x141)](_0x2f6a1e)),PerformanceTester[_0x5a92ad(0x139)](PerformanceEvents[_0x5a92ad(0x1a2)],![],_0x2f6a1e);}}),CodeceptRecorder['add'](async()=>{const _0x59c39c=_0x44144e;try{_0x3979fa[_0x59c39c(0xe7)](isBrowserstackInfra)&&(_0x24b8c6?await _0x3979fa[_0x59c39c(0x146)](playwrightMarkSessionStatus,_0x1f4289,STATE_FAILED,_0xc83d0):await _0x3979fa[_0x59c39c(0x165)](markSessionStatus,_0x1f4289,STATE_FAILED,_0xc83d0));}catch(_0x60ffb8){logger[_0x59c39c(0x1dc)](_0x59c39c(0xf0)+util[_0x59c39c(0x141)](_0x60ffb8)),PerformanceTester[_0x59c39c(0x139)](PerformanceEvents[_0x59c39c(0x1a2)],![],_0x60ffb8);}});}PerformanceTester[_0x44144e(0x139)](PerformanceEvents['SDK_TEST']);}catch(_0x2f980b){PerformanceTester[_0x44144e(0xfd)](_0x2f980b);const _0x3b648c={};_0x3b648c[_0x44144e(0x181)]=_0x3979fa[_0x44144e(0xfe)],PerformanceTester[_0x44144e(0x139)](PerformanceHookEvents[_0x44144e(0x110)],![],_0x2f980b,_0x3b648c),PerformanceTester['end'](PerformanceEvents[_0x44144e(0x1a2)],![],_0x2f980b);}const _0xc10a6c={};_0xc10a6c[_0x44144e(0x181)]=_0x3979fa[_0x44144e(0xfe)],PerformanceTester['end'](PerformanceHookEvents[_0x44144e(0x110)],!![],null,_0xc10a6c);}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0xf6)]['skipped'],_0x2eb187=>{const _0x414db0=_0x4ebf99;PerformanceTester['start'](PerformanceHookEvents[_0x414db0(0x110)]);try{const _0x23dba1=_0x4004bf['captureEvent'](TEST_EVENTS[_0x414db0(0xfa)],_0x2eb187);CodeceptRecorder[_0x414db0(0x174)](()=>_0x4004bf[_0x414db0(0x112)](TEST_EVENTS[_0x414db0(0xfa)],_0x23dba1)),PerformanceTester[_0x414db0(0x139)](PerformanceEvents[_0x414db0(0x1a2)]);}catch(_0x25da88){PerformanceTester[_0x414db0(0xfd)](_0x25da88),PerformanceTester[_0x414db0(0x139)](PerformanceEvents[_0x414db0(0x1a2)],![],_0x25da88);const _0x5ec314={};_0x5ec314[_0x414db0(0x181)]=_0x3979fa['OUoMF'],PerformanceTester['end'](PerformanceHookEvents[_0x414db0(0x110)],![],_0x25da88,_0x5ec314);}const _0x233624={};_0x233624[_0x414db0(0x181)]=_0x3979fa[_0x414db0(0x13a)],PerformanceTester[_0x414db0(0x139)](PerformanceHookEvents[_0x414db0(0x110)],!![],null,_0x233624);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x4ebf99(0xf6)][_0x4ebf99(0x143)],async(_0xe3764b,_0x12eb5e)=>{const _0x32027d=_0x4ebf99;try{PerformanceTester[_0x32027d(0xe2)](PerformanceHookEvents[_0x32027d(0x110)]);const _0x183bc8=_0x3979fa[_0x32027d(0x1ce)](shouldScanTestForAccessibility,_0xe3764b[_0x32027d(0x1a7)](),!![]);if(_0x3979fa[_0x32027d(0x145)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x183bc8){const _0x5789a3={};_0x5789a3['thTestRunUuid']=_0xe3764b['testAnalyticsId'],_0x5789a3['thBuildUuid']=process[_0x32027d(0x12e)][testHubConstants[_0x32027d(0x1d7)]['BROWSERSTACK_TESTHUB_UUID']],_0x5789a3[_0x32027d(0x111)]=process[_0x32027d(0x12e)][testHubConstants[_0x32027d(0x1d7)][_0x32027d(0x1d5)]];const _0x2b1400=_0x5789a3;logger['debug'](_0x32027d(0x124)+JSON[_0x32027d(0x1a4)](_0x2b1400)),CodeceptRecorder['add'](async()=>{const _0x560688=_0x32027d;await accessibilityRetryHelper[_0x560688(0x1de)](_0x1f4289,_0xe3764b[_0x560688(0x1c5)]),await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](_0x1f4289,_0x2b1400);}),logger['info'](_0x3979fa['oePgh']);}const _0x524a4a={};_0x524a4a['hookType']=_0x3979fa['HvVXF'],PerformanceTester[_0x32027d(0x139)](PerformanceHookEvents[_0x32027d(0x110)],!![],null,_0x524a4a);}catch(_0x332210){PerformanceTester['captureError'](_0x332210);const _0x24cac3={};_0x24cac3[_0x32027d(0x181)]=_0x3979fa[_0x32027d(0x17c)],PerformanceTester[_0x32027d(0x139)](PerformanceHookEvents[_0x32027d(0x110)],![],_0x332210,_0x24cac3);}}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x106)]['comment'],_0x9f4d1e=>{const _0x405c73=_0x4ebf99;PerformanceTester[_0x405c73(0xe2)](PerformanceHookEvents[_0x405c73(0x110)]);try{process['emit'](_0x405c73(0x1d1)+process[_0x405c73(0x133)],{'timestamp':new Date()['toISOString'](),'level':_0x3979fa[_0x405c73(0x198)],'message':_0x9f4d1e,'kind':_0x3979fa[_0x405c73(0x1c2)],'http_response':{}});}catch(_0x2b6d3e){PerformanceTester[_0x405c73(0xfd)](_0x2b6d3e);const _0x457865={};_0x457865[_0x405c73(0x181)]=_0x3979fa[_0x405c73(0x1b6)],PerformanceTester[_0x405c73(0x139)](PerformanceHookEvents['SDK_HOOK'],![],_0x2b6d3e,_0x457865);}const _0xe1dcb5={};_0xe1dcb5[_0x405c73(0x181)]=_0x3979fa[_0x405c73(0x1b6)],PerformanceTester[_0x405c73(0x139)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xe1dcb5);}),CodeceptJS['event'][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0xdb)][_0x4ebf99(0x108)],_0x2d43d0=>{const _0x53058e=_0x4ebf99,_0x3672c4={};_0x3672c4[_0x53058e(0x181)]=_0x3979fa[_0x53058e(0x16b)],PerformanceTester[_0x53058e(0x107)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x47059f=_0x53058e;_0x4004bf[_0x47059f(0xf7)](_0x2d43d0);},_0x3672c4)();}),CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0x119)]['on'](CodeceptJS[_0x4ebf99(0x199)][_0x4ebf99(0xdb)][_0x4ebf99(0x143)],_0x101659=>{const _0x2dcffa=_0x4ebf99,_0x2fbbd7={};_0x2fbbd7[_0x2dcffa(0x181)]=_0x3979fa[_0x2dcffa(0x12f)],PerformanceTester[_0x2dcffa(0x107)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0xbe7876=_0x2dcffa;_0x4004bf[_0xbe7876(0x1b9)](_0x101659);},_0x2fbbd7)();});};
1
+ const a0_0x2de6b1=a0_0x1c57;(function(_0x41d657,_0x46c46f){const _0x1e4431=a0_0x1c57,_0xb8e1b=_0x41d657();while(!![]){try{const _0xd921e5=parseInt(_0x1e4431(0x225))/0x1+-parseInt(_0x1e4431(0x29b))/0x2+parseInt(_0x1e4431(0x1f3))/0x3*(parseInt(_0x1e4431(0x28b))/0x4)+-parseInt(_0x1e4431(0x269))/0x5+parseInt(_0x1e4431(0x294))/0x6*(parseInt(_0x1e4431(0x23a))/0x7)+-parseInt(_0x1e4431(0x250))/0x8*(parseInt(_0x1e4431(0x1ae))/0x9)+parseInt(_0x1e4431(0x25c))/0xa;if(_0xd921e5===_0x46c46f)break;else _0xb8e1b['push'](_0xb8e1b['shift']());}catch(_0x196e2d){_0xb8e1b['push'](_0xb8e1b['shift']());}}}(a0_0x5020,0xd252d));const fs=require('fs'),util=require(a0_0x2de6b1(0x205)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a0_0x2de6b1(0x229))[a0_0x2de6b1(0x27a)],testOpsHelper=require(a0_0x2de6b1(0x265)),requestSpy=require(a0_0x2de6b1(0x1e4)),PlaywrightSessionDetails=require(a0_0x2de6b1(0x1fc)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x2de6b1(0x1b2)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x2de6b1(0x22f)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),accessibilityRetryHelper=require(a0_0x2de6b1(0x262)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a0_0x2de6b1(0x273)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x2de6b1(0x18e)),testHubConstants=require(a0_0x2de6b1(0x20f)),globals=require(a0_0x2de6b1(0x1d2)),interopDefault=_0x49df4d=>_0x49df4d&&_0x49df4d[a0_0x2de6b1(0x25b)]!==undefined?_0x49df4d[a0_0x2de6b1(0x25b)]:_0x49df4d,CodeceptJS=requireModule(a0_0x2de6b1(0x281),'codeceptjs'),CodeceptUtils=requireModule(a0_0x2de6b1(0x27c),a0_0x2de6b1(0x20d)),CodeceptWebDriver=interopDefault(requireModule(a0_0x2de6b1(0x27d),a0_0x2de6b1(0x20d))),CodeceptRecorder=interopDefault(requireModule(a0_0x2de6b1(0x29a),a0_0x2de6b1(0x20d))),CodeceptPlaywright=interopDefault(requireModule(a0_0x2de6b1(0x240),a0_0x2de6b1(0x20d)));function a0_0x5020(){const _0x4f9943=['saveScreenshot','246703onMRfl','GET_RESULTS','url','bs:addLog:','../../helpers/logger','test-before','nTMtm','browserContext','FRAMEWORK_DETAILS','emit','../../helpers/accessibility-automation/helper','step','Screenshot\x20path\x20not\x20found','WebDriver','OtZCV','step-comment','Apntu','setSessionName','SESSION_STATUS','saveAccessibilityResultsWithRetry','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','959esrSfa','TEST_RUN_STARTED','ewuqy','SESSION_NAME','patch','bddStep','codeceptjs/lib/helper/Playwright.js','add','name','__driver','push','pwNNL','DTeYe','shouldWrapCommand','ENV_VAR','stop','enabled','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','page','prototype','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','Uqdas','16EhiVnV','debug','aPYpl','XpCUz','Playwright','vrbld','HBQhl','executeScript','getSyncScript','split','BROWSERSTACK_TESTHUB_UUID','default','19089690wpszcL','fireEvent','hasLiveDriverSession','test-skipped','browserstack_executor:\x20','EMwfP','../../helpers/accessibility-automation/accessibilityRetryHelper','aOQSP','command','../../helpers/test-observability/utils','nDNCJ','eBYAv','skipSessionName','921340RGQUsa','filter','kDNBm','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','bufferPendingHookEvent','YYVja','../../helpers/driverInitErrorReporter','rlliS','performScan','message','../../helpers/performance/performance-tester','contexts','stringify','initSaveScreenshot','browserstackTestName','hook','exports','winstonLogger','accessibilityPlatform','codeceptjs/lib/utils.js','codeceptjs/lib/helper/WebDriver.js','args','TEST_RUN_FINISHED','passed','codeceptjs/lib/index.js','kdlvo','OzsYz','uXziR','iyYxU','before','dispatcher','__skipSessionStatus','hook-passed','EABfc','564MGmoWs','installAll','sendCBTInfo','stack','call','patchSaveScreenshot','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','warn','Element','11922WTOEfc','bddStep-before','driver-init\x20capture\x20install\x20failed:\x20','SDK_TEST','devtools://','AkrTH','codeceptjs/lib/recorder.js','2633446YvcBQC','bstackAllyScanning','pid','getAccessibilityResults','./helper.js','overwriteCommand','MRvLP','RwPPn','container','znroK','OttuW','started','class','readFileSync','ZSjWx','hook-failed','env','titlePath','SgBiW','uTcSD','flushPendingHookEvents','YjSAZ','bddStepStart','toISOString','_before','end','apply','then','failed','hook-started','domForge','startsWith','SDK_POST_INITIALIZE','startMonitoring','arguments','cymtQ','2736558PMSZEA','SDK_POST_TEST','comment','catch','./o11yHelper','chromium','config','GET_RESULTS_SUMMARY','TestCafe','includes','helpers','webdriverio','bCTSU','WytvC','bstackA11yShouldScan','TEST_LOG','captureError','BS_A11Y_JWT','title','version','test','BS_TESTOPS_ALLOW_SCREENSHOTS','slice','LyRzN','PERFORM_SCAN','__workerDetails','zrlfR','test-started','EQKdq','setGlobal','vNZGa','restore','SYNC','status','hookType','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','../../helpers/globals.js','TEST_RUN_SKIPPED','eOsMJ','vUfbK','LGKkM','constructor','bddStepFinish','measureWrapper','gXbiv','LFNPB','reason','after','nTcUd','WYETc','_setPage','hBpyb','zcBGK','getAccessibilityResultsSummary','../../helpers/request-spy','MjAtX','CpVjW','QJATO','ZiTeO','oBOKL','parse','testFramework','HOOK_RUN_STARTED','MtsHY','test-failed','OaOwc','mijSS','Failed\x20to\x20execute\x20_before:\x20','Suite','11547hqstkp','MaagC','bind','CWVxy','lgzeE','eQPBH','captureEvent','thBuildUuid','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../bin/playwright/sessionDetails','find','lIchL','skipSessionStatus','oHGZX','ChaNM','bSEMS','string','format','util','HyfeJ','getResults','function','UqjIl','all','miKuK','JgnLn','codeceptjs','a11y_core_config','../../helpers/testhub/constants.js','browserStackExecuteDriver','TEST_SCREENSHOT','iHwUG','ctx','event','gFKIz','action','SDK_PRE_TEST','kXLoA','SDK_HOOK','ZbFAC','from','start','WfEId','forEach','browser','pages','screenshotOutputFolder','xtkIY','HOOK_RUN_FINISHED'];a0_0x5020=function(){return _0x4f9943;};return a0_0x5020();}try{require(a0_0x2de6b1(0x26f))[a0_0x2de6b1(0x28c)](a0_0x2de6b1(0x20d));}catch(a0_0xdce547){logger['debug'](a0_0x2de6b1(0x296)+(a0_0xdce547&&a0_0xdce547['message']));}const playwrightMarkSessionStatus=(_0x1114c6,_0x4b6bab,_0x591070)=>{const _0x443373=a0_0x2de6b1,_0x4fd10a={'ewuqy':'setSessionStatus','ZiTeO':function(_0x31340c,_0x8a979f){return _0x31340c(_0x8a979f);}},_0x37ff32={};_0x37ff32[_0x443373(0x1cf)]=_0x4b6bab;const _0x2a2613={};_0x2a2613[_0x443373(0x216)]=_0x4fd10a[_0x443373(0x23c)],_0x2a2613['arguments']=_0x37ff32;const _0x5741da=_0x2a2613;return!_0x4fd10a[_0x443373(0x1e8)](isUndefined,_0x591070)&&(_0x5741da[_0x443373(0x1ac)][_0x443373(0x1dc)]=JSON['stringify'](_0x591070)),_0x1114c6[_0x443373(0x257)](()=>{},_0x443373(0x260)+JSON[_0x443373(0x275)](_0x5741da));},o11ySync=PerformanceTester[a0_0x2de6b1(0x1d9)](PerformanceO11yEvents[a0_0x2de6b1(0x1ce)],async _0x2549bb=>{const _0xfba9a3=a0_0x2de6b1,_0x2fabff={};_0x2fabff[_0xfba9a3(0x233)]=function(_0x41d1cd,_0x28a1a0){return _0x41d1cd===_0x28a1a0;},_0x2fabff['WxNOX']=_0xfba9a3(0x254);const _0x44a750=_0x2fabff;_0x44a750[_0xfba9a3(0x233)](_0x2549bb[_0xfba9a3(0x1d7)][_0xfba9a3(0x242)],_0x44a750['WxNOX'])?await _0x2549bb[_0xfba9a3(0x257)](_0x590137=>{},testOpsHelper[_0xfba9a3(0x258)]()):await _0x2549bb[_0xfba9a3(0x257)](testOpsHelper[_0xfba9a3(0x258)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents[a0_0x2de6b1(0x23d)],async(_0x41e4f5,_0x4f4656)=>{const _0x305464=a0_0x2de6b1,_0x2523d0={};_0x2523d0[_0x305464(0x1e2)]=_0x305464(0x236),_0x2523d0[_0x305464(0x24f)]=function(_0x35c804,_0x3b8030){return _0x35c804===_0x3b8030;},_0x2523d0[_0x305464(0x190)]=_0x305464(0x254);const _0x1d24c6=_0x2523d0,_0x2e0968={};_0x2e0968[_0x305464(0x242)]=_0x4f4656;const _0x18f2e5={};_0x18f2e5[_0x305464(0x216)]=_0x1d24c6['zcBGK'],_0x18f2e5['arguments']=_0x2e0968;const _0x1170c8=_0x18f2e5;_0x1d24c6[_0x305464(0x24f)](_0x41e4f5[_0x305464(0x1d7)][_0x305464(0x242)],_0x1d24c6[_0x305464(0x190)])?await _0x41e4f5[_0x305464(0x257)](()=>{},_0x305464(0x260)+JSON[_0x305464(0x275)](_0x1170c8)):await _0x41e4f5[_0x305464(0x257)]('browserstack_executor:\x20'+JSON[_0x305464(0x275)](_0x1170c8));}),patchSaveScreenshot=_0x50d944=>{const _0x4510e3=a0_0x2de6b1,_0x5c314a={'qubQx':'base64','UlXvL':_0x4510e3(0x211),'shMqt':function(_0x269523){return _0x269523();},'JgnLn':function(_0x4c49cf,_0xca06e0){return _0x4c49cf(_0xca06e0);},'DTeYe':_0x4510e3(0x231)};_0x5c314a[_0x4510e3(0x20c)](isTrue,process[_0x4510e3(0x19a)][_0x4510e3(0x1c3)])&&!_0x50d944[_0x4510e3(0x290)]&&(_0x50d944[_0x4510e3(0x290)]=!![],_0x50d944[_0x4510e3(0x276)]=_0x50d944[_0x4510e3(0x224)],_0x50d944[_0x4510e3(0x224)]=(_0x4aeb57,_0x173fd0=![])=>{return new Promise(function(_0x169897,_0x3acb1a){const _0x8f92d8=a0_0x1c57,_0x40c16a={'kXLoA':_0x5c314a['qubQx'],'xtkIY':_0x5c314a['UlXvL'],'pwNNL':function(_0x159af0){return _0x5c314a['shMqt'](_0x159af0);},'CpVjW':function(_0x3b52b3,_0x2c4706){return _0x5c314a['JgnLn'](_0x3b52b3,_0x2c4706);},'MaagC':_0x5c314a[_0x8f92d8(0x246)]};_0x50d944[_0x8f92d8(0x276)](_0x4aeb57,_0x173fd0)[_0x8f92d8(0x1a5)](()=>{const _0x1cf3ca=_0x8f92d8,_0x3cbf83=CodeceptUtils[_0x1cf3ca(0x221)](_0x4aeb57);if(_0x3cbf83){const _0x51e993=fs[_0x1cf3ca(0x197)](_0x3cbf83);process[_0x1cf3ca(0x22e)]('bs:addLog:'+process[_0x1cf3ca(0x18c)],{'timestamp':new Date()[_0x1cf3ca(0x1a1)](),'message':_0x51e993['toString'](_0x40c16a[_0x1cf3ca(0x218)]),'kind':_0x40c16a[_0x1cf3ca(0x222)]}),_0x40c16a[_0x1cf3ca(0x245)](_0x169897);}_0x40c16a[_0x1cf3ca(0x1e6)](_0x3acb1a,new Error(_0x40c16a[_0x1cf3ca(0x1f4)]));})[_0x8f92d8(0x1b1)](()=>null);});});},patchWebDriverBefore=(_0x537669,_0x3a8353)=>{const _0x2e6a7a=a0_0x2de6b1,_0x362f9e={'bSEMS':function(_0x4bdb20){return _0x4bdb20();},'eQPBH':function(_0x1e4938,_0x5f3b8c){return _0x1e4938(_0x5f3b8c);},'eBYAv':function(_0xea417b,_0x5de769){return _0xea417b===_0x5de769;},'aPYpl':_0x2e6a7a(0x1b9),'YjSAZ':function(_0x23d5a3,_0xc7072c){return _0x23d5a3===_0xc7072c;},'iHwUG':_0x2e6a7a(0x203),'SgBiW':function(_0x1d50f6,_0xf9b13){return _0x1d50f6===_0xf9b13;},'LxVrD':_0x2e6a7a(0x293),'CWVxy':function(_0x17935a,_0xc4627b){return _0x17935a(_0xc4627b);},'uTcSD':function(_0x1f2dca,_0x63b288){return _0x1f2dca===_0x63b288;},'gFKIz':_0x2e6a7a(0x208)},_0x2d4fbb=async function(_0x5e7467,_0xf309f2){const _0x2d732c=_0x2e6a7a;_0x362f9e[_0x2d732c(0x202)](isAccessibilityAutomationSession)&&!global[_0x2d732c(0x18b)]&&global[_0x2d732c(0x27b)]&&scripts[_0x2d732c(0x247)](_0x5e7467[_0x2d732c(0x242)])&&_0x362f9e[_0x2d732c(0x1f8)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0x2d732c(0x1d9)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2e0ce4=_0x2d732c;logger['debug']('Performing\x20scan\x20for\x20'+_0x5e7467[_0x2e0ce4(0x196)]+'\x20'+_0x5e7467[_0x2e0ce4(0x242)]),await AccessibilityHelper[_0x2e0ce4(0x210)](_0x537669,scripts[_0x2e0ce4(0x271)]);},{'command':_0x5e7467[_0x2d732c(0x242)]})());global['bstackAllyScanning']=![];const _0x2907c0=JSON['parse'](process['env'][_0x2d732c(0x22d)]||'{}');if(_0x362f9e[_0x2d732c(0x267)](_0x2907c0?.['testFramework']?.['name'],_0x362f9e[_0x2d732c(0x252)])&&_0x362f9e[_0x2d732c(0x19f)](typeof _0x2907c0?.[_0x2d732c(0x1eb)]?.[_0x2d732c(0x1c1)],_0x362f9e[_0x2d732c(0x212)])&&_0x2907c0?.[_0x2d732c(0x1eb)]?.[_0x2d732c(0x1c1)][_0x2d732c(0x1a9)]('7'))return _0xf309f2['apply'](null,Array[_0x2d732c(0x24d)][_0x2d732c(0x1c4)][_0x2d732c(0x28f)](arguments,0x2));return _0xf309f2[_0x2d732c(0x1a4)](this,Array[_0x2d732c(0x24d)][_0x2d732c(0x1c4)][_0x2d732c(0x28f)](arguments,0x2));},_0x376cd1=CodeceptWebDriver[_0x2e6a7a(0x24d)][_0x2e6a7a(0x1a2)];CodeceptWebDriver[_0x2e6a7a(0x24d)]['_before']=async function(){const _0x4e3525=_0x2e6a7a;try{await _0x376cd1['apply'](this,arguments);}catch(_0x5233cb){logger[_0x4e3525(0x251)](_0x4e3525(0x1f1)+util[_0x4e3525(0x204)](_0x5233cb));}(scripts['commandsToWrap']||[])[_0x4e3525(0x26a)](_0x4e3272=>_0x4e3272[_0x4e3525(0x242)]&&_0x4e3272[_0x4e3525(0x196)])[_0x4e3525(0x21e)](_0x28c07f=>{const _0x289537=_0x4e3525;this[_0x289537(0x21f)][_0x289537(0x18f)](_0x28c07f[_0x289537(0x242)],_0x2d4fbb[_0x289537(0x1f5)](this,_0x28c07f),_0x362f9e[_0x289537(0x19c)](_0x28c07f[_0x289537(0x196)],_0x362f9e['LxVrD']));}),_0x362f9e[_0x4e3525(0x1f6)](processWebDriverConfig,_0x537669);try{_0x3a8353&&_0x362f9e[_0x4e3525(0x19d)](typeof _0x3a8353[_0x4e3525(0x19e)],_0x362f9e[_0x4e3525(0x215)])&&await _0x3a8353[_0x4e3525(0x19e)]();}catch(_0x45f3aa){logger[_0x4e3525(0x251)](_0x4e3525(0x239)+util[_0x4e3525(0x204)](_0x45f3aa));}};};function parseJwt(_0x3c91c6){const _0xe9c1f5=a0_0x2de6b1,_0x1a4c6d={};_0x1a4c6d[_0xe9c1f5(0x26e)]='base64';const _0x3a5745=_0x1a4c6d;if(!_0x3c91c6)return null;return JSON[_0xe9c1f5(0x1ea)](Buffer[_0xe9c1f5(0x21b)](_0x3c91c6[_0xe9c1f5(0x259)]('.')[0x1],_0x3a5745['YYVja'])['toString']());}const patchPlaywrightBefore=_0x2316ee=>{const _0x6fdc0c=a0_0x2de6b1,_0x274609={'vrbld':'--auto-open-devtools-for-tabs','SJinX':function(_0x193819){return _0x193819();},'kdlvo':function(_0x567f61,_0x33b33c){return _0x567f61(_0x33b33c);},'nTcUd':function(_0x255df7){return _0x255df7();},'CpcZF':_0x6fdc0c(0x298),'WfEId':function(_0x164ee7,_0xad186c){return _0x164ee7+_0xad186c;},'EQKdq':'\x0aStack:\x20','CoZEW':function(_0x2bbe9a){return _0x2bbe9a();},'eOsMJ':function(_0xa27344){return _0xa27344();},'vUfbK':function(_0x44c471){return _0x44c471();},'OzsYz':function(_0x1c7c7f,_0x4427ba){return _0x1c7c7f===_0x4427ba;},'lIchL':_0x6fdc0c(0x208)};PlaywrightSessionDetails[_0x6fdc0c(0x23e)]();const _0x37c046=CodeceptPlaywright[_0x6fdc0c(0x24d)][_0x6fdc0c(0x1a2)];CodeceptPlaywright[_0x6fdc0c(0x24d)]['_before']=async function(){const _0x2d7fdf=_0x6fdc0c,_0x25c6f8={'waZwC':function(_0x15ffb0){return _0x274609['CoZEW'](_0x15ffb0);},'WYETc':_0x274609['CpcZF']};this[_0x2d7fdf(0x22c)]=await this[_0x2d7fdf(0x21f)][_0x2d7fdf(0x274)]()[0x0];const _0x138e66=async()=>{const _0x70c3d7=_0x2d7fdf,_0x58173c=this[_0x70c3d7(0x1b4)]&&this[_0x70c3d7(0x1b4)][_0x70c3d7(0x1b3)]&&this[_0x70c3d7(0x1b4)][_0x70c3d7(0x1b3)][_0x70c3d7(0x27e)]&&Array['isArray'](this[_0x70c3d7(0x1b4)][_0x70c3d7(0x1b3)][_0x70c3d7(0x27e)])&&this[_0x70c3d7(0x1b4)][_0x70c3d7(0x1b3)][_0x70c3d7(0x27e)][_0x70c3d7(0x1b7)](_0x274609[_0x70c3d7(0x255)]);if(_0x274609['SJinX'](isAccessibilityAutomationSession)&&!_0x58173c)try{const _0x550beb=_0x274609[_0x70c3d7(0x282)](parseJwt,process[_0x70c3d7(0x19a)][_0x70c3d7(0x1bf)]);if(_0x550beb&&_0x550beb['a11y_core_config']&&_0x550beb[_0x70c3d7(0x20e)][_0x70c3d7(0x1a8)]){const _0x4a6cbe=this[_0x70c3d7(0x22c)][_0x70c3d7(0x220)][_0x70c3d7(0x1f5)](this[_0x70c3d7(0x22c)]);this['browserContext'][_0x70c3d7(0x220)]=async function(){const _0x4c0960=_0x70c3d7,_0x2ec27a=await _0x25c6f8['waZwC'](_0x4a6cbe),_0x38bc17=[];for(const _0x211d32 of _0x2ec27a){try{const _0x394cf5=await _0x211d32[_0x4c0960(0x227)]();!_0x394cf5[_0x4c0960(0x1a9)](_0x25c6f8[_0x4c0960(0x1df)])&&_0x38bc17['push'](_0x211d32);}catch(_0x126f16){_0x38bc17[_0x4c0960(0x244)](_0x211d32);}}return _0x38bc17;};}if(!_0x274609[_0x70c3d7(0x1de)](isBrowserstackInfra)){const _0x3e1f31=await this[_0x70c3d7(0x24c)][_0x70c3d7(0x227)]();if(_0x3e1f31['startsWith'](_0x274609['CpcZF'])){const _0x7366f4=await this[_0x70c3d7(0x22c)][_0x70c3d7(0x220)]();this[_0x70c3d7(0x1e0)](_0x7366f4[0x0]);}}}catch(_0xf05abc){logger[_0x70c3d7(0x251)](_0x70c3d7(0x24e)+_0xf05abc[_0x70c3d7(0x272)]+(_0xf05abc['stack']?_0x274609[_0x70c3d7(0x21d)](_0x274609[_0x70c3d7(0x1ca)],_0xf05abc[_0x70c3d7(0x28e)]):''));}};_0x274609[_0x2d7fdf(0x1d4)](isBrowserstackInfra)&&await _0x274609[_0x2d7fdf(0x1d5)](_0x138e66);await _0x37c046[_0x2d7fdf(0x1a4)](this,arguments);!_0x274609[_0x2d7fdf(0x1d4)](isBrowserstackInfra)&&await _0x274609['nTcUd'](_0x138e66);try{_0x2316ee&&_0x274609[_0x2d7fdf(0x283)](typeof _0x2316ee[_0x2d7fdf(0x19e)],_0x274609[_0x2d7fdf(0x1fe)])&&await _0x2316ee[_0x2d7fdf(0x19e)]();}catch(_0x4c7e2e){logger[_0x2d7fdf(0x251)](_0x2d7fdf(0x291)+util[_0x2d7fdf(0x204)](_0x4c7e2e));}};},getCodeceptDriver=()=>{const _0x588a60=a0_0x2de6b1,_0x57949c={};_0x57949c[_0x588a60(0x198)]=_0x588a60(0x232),_0x57949c[_0x588a60(0x284)]=_0x588a60(0x254),_0x57949c[_0x588a60(0x285)]='Puppeteer',_0x57949c[_0x588a60(0x1d6)]=_0x588a60(0x1b6);const _0x3a99e1=_0x57949c,_0x54695a=[_0x3a99e1['ZSjWx'],_0x3a99e1[_0x588a60(0x284)],_0x3a99e1[_0x588a60(0x285)],_0x3a99e1['LGKkM']],_0x14837a=_0x54695a[_0x588a60(0x1fd)](_0x151b82=>!!CodeceptJS[_0x588a60(0x192)][_0x588a60(0x1b8)](_0x151b82));if(!_0x14837a)return null;return CodeceptJS[_0x588a60(0x192)][_0x588a60(0x1b8)](_0x14837a);};function a0_0x1c57(_0x59ceea,_0x4534d5){const _0x5020d5=a0_0x5020();return a0_0x1c57=function(_0x1c5738,_0x3f75f8){_0x1c5738=_0x1c5738-0x18b;let _0x3d1c99=_0x5020d5[_0x1c5738];return _0x3d1c99;},a0_0x1c57(_0x59ceea,_0x4534d5);}module[a0_0x2de6b1(0x279)]=function(_0x29799f){const _0x36a009=a0_0x2de6b1,_0x28a237={'kNFaR':function(_0x4671d4,_0x22b0fe){return _0x4671d4(_0x22b0fe);},'AkrTH':function(_0x3e1871,_0x252d98,_0x43a666){return _0x3e1871(_0x252d98,_0x43a666);},'znroK':_0x36a009(0x18d),'KoAtk':_0x36a009(0x1d1),'ZbFAC':_0x36a009(0x1e3),'WFNtN':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','LyRzN':function(_0xab593f,_0x2722e4){return _0xab593f(_0x2722e4);},'HBQhl':_0x36a009(0x1a7),'nDNCJ':_0x36a009(0x289),'cymtQ':function(_0x48db10,_0x15133f,_0x4daf24){return _0x48db10(_0x15133f,_0x4daf24);},'UqjIl':function(_0x8e7b21,_0x355aa4,_0x4332dc){return _0x8e7b21(_0x355aa4,_0x4332dc);},'oBOKL':_0x36a009(0x199),'OaOwc':_0x36a009(0x277),'kDNBm':function(_0x44f46e){return _0x44f46e();},'QJATO':_0x36a009(0x1bc),'lgzeE':_0x36a009(0x22a),'MjAtX':function(_0x1c1d23,_0x1581f5){return _0x1c1d23(_0x1581f5);},'JuGwZ':_0x36a009(0x1c9),'vNZGa':function(_0x48f6a8){return _0x48f6a8();},'WytvC':'test-passed','Apntu':function(_0x1d7334){return _0x1d7334();},'EABfc':function(_0x178703,_0x163c94,_0x465e5a,_0x4a7d14){return _0x178703(_0x163c94,_0x465e5a,_0x4a7d14);},'bCTSU':function(_0x5c505a,_0x5b1e73,_0x5f2818,_0x49aedf){return _0x5c505a(_0x5b1e73,_0x5f2818,_0x49aedf);},'rlliS':function(_0x1e3582,_0x406831){return _0x1e3582===_0x406831;},'EMwfP':_0x36a009(0x1f2),'nTMtm':_0x36a009(0x1ee),'ChaNM':_0x36a009(0x25f),'MtsHY':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','aOQSP':'test-after','miKuK':'INFO','zrlfR':_0x36a009(0x1bd),'frqkZ':_0x36a009(0x234),'LFNPB':_0x36a009(0x295),'RwPPn':'bddStep-after','oHGZX':_0x36a009(0x254)};_0x29799f['skipSessionStatus']&&(global[_0x36a009(0x288)]=_0x29799f[_0x36a009(0x1ff)]);PerformanceTester[_0x36a009(0x1ab)]();const _0x3f73a4=_0x28a237[_0x36a009(0x235)](getCodeceptDriver),_0x36aeb6=new O11yHelper(_0x3f73a4,_0x29799f),_0x3e5e42=!!CodeceptJS[_0x36a009(0x192)][_0x36a009(0x1b8)](_0x28a237[_0x36a009(0x200)]);global[_0x36a009(0x243)]=_0x3f73a4;_0x3f73a4&&(PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x54ed02=_0x36a009;_0x3e5e42?_0x28a237['kNFaR'](patchPlaywrightBefore,_0x36aeb6):_0x28a237[_0x54ed02(0x299)](patchWebDriverBefore,_0x3f73a4,_0x36aeb6);})(),PerformanceTester[_0x36a009(0x1d9)](PerformanceEvents[_0x36a009(0x1aa)],()=>{const _0x205abb=_0x36a009,_0x32dbf5={};_0x32dbf5['lHQRq']=_0x28a237[_0x205abb(0x21a)],_0x32dbf5[_0x205abb(0x253)]=_0x28a237['WFNtN'];const _0xcc7485=_0x32dbf5;_0x3f73a4[_0x205abb(0x1e3)]=async()=>{const _0x24c124=_0x205abb;if(global[_0x24c124(0x27b)]){const _0x27c7a6={};return _0x27c7a6['command']=_0xcc7485['lHQRq'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x24c124(0x1c6)],async()=>{const _0x3ee89e=_0x24c124;return await AccessibilityHelper[_0x3ee89e(0x210)](_0x3f73a4,scripts['performScan']);},_0x27c7a6)(),await PerformanceTester[_0x24c124(0x1d9)](PerformanceA11yEvents[_0x24c124(0x1b5)],async()=>{const _0x4de491=_0x24c124;return await AccessibilityHelper[_0x4de491(0x210)](_0x3f73a4,scripts['getResultsSummary']);})();}return logger[_0x24c124(0x292)](_0xcc7485[_0x24c124(0x253)]),{};},_0x3f73a4[_0x205abb(0x18d)]=async()=>{const _0x3a3fdb=_0x205abb;if(global[_0x3a3fdb(0x27b)]){const _0x4a1d9d={};return _0x4a1d9d[_0x3a3fdb(0x264)]=_0x28a237[_0x3a3fdb(0x193)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3a3fdb(0x1c6)],async()=>{const _0x3e57ef=_0x3a3fdb;return await AccessibilityHelper[_0x3e57ef(0x210)](_0x3f73a4,scripts['performScan']);},_0x4a1d9d)(),await PerformanceTester[_0x3a3fdb(0x1d9)](PerformanceA11yEvents[_0x3a3fdb(0x226)],async()=>{const _0x24fb9e=_0x3a3fdb;return await AccessibilityHelper[_0x24fb9e(0x210)](_0x3f73a4,scripts[_0x24fb9e(0x207)]);})();}return logger[_0x3a3fdb(0x292)](_0x28a237['KoAtk']),{};},_0x28a237[_0x205abb(0x1c5)](patchSaveScreenshot,_0x3f73a4);})());CodeceptJS['event'][_0x36a009(0x287)]['on'](CodeceptJS[_0x36a009(0x214)][_0x36a009(0x20a)][_0x36a009(0x286)],()=>{const _0x3e6319=_0x36a009;PerformanceTester['start'](PerformanceEvents['SDK_PRE_TEST']);try{_0x36aeb6['start'](),testOpsHelper['addRequestSpy'](),PerformanceTester['end'](PerformanceEvents[_0x3e6319(0x217)]);}catch(_0x18bb46){PerformanceTester[_0x3e6319(0x1be)](_0x18bb46),PerformanceTester[_0x3e6319(0x1a3)](PerformanceEvents[_0x3e6319(0x217)],![],_0x18bb46);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x36a009(0x214)]['all'][_0x36a009(0x1dd)],async()=>{const _0xc56f19=_0x36a009;PerformanceTester['start'](PerformanceEvents[_0xc56f19(0x1af)]);try{requestSpy[_0xc56f19(0x1cd)](),await _0x36aeb6[_0xc56f19(0x249)](),PerformanceTester[_0xc56f19(0x1a3)](PerformanceEvents[_0xc56f19(0x1af)]);}catch(_0x2093ad){PerformanceTester[_0xc56f19(0x1be)](_0x2093ad),PerformanceTester[_0xc56f19(0x1a3)](PerformanceEvents['SDK_POST_TEST'],![],_0x2093ad);}finally{PerformanceTester['stopMonitoring']();}});const _0x3d2897=(_0x48bfd5,_0x88d65d)=>{const _0x36bb54=_0x36a009;if(!_0x36aeb6)return;if(!_0x36aeb6[_0x36bb54(0x25e)]()){_0x36aeb6[_0x36bb54(0x26d)](_0x48bfd5,_0x88d65d);return;}CodeceptRecorder[_0x36bb54(0x241)](()=>_0x36aeb6[_0x36bb54(0x25d)](_0x48bfd5,_0x88d65d));};CodeceptJS['event'][_0x36a009(0x287)]['on'](CodeceptJS['event'][_0x36a009(0x278)][_0x36a009(0x195)],_0x54a473=>{const _0x2e1dfd=_0x36a009;PerformanceTester['start'](PerformanceEvents['SDK_HOOK']);try{const _0x1c48eb=_0x54a473['ctx']['test'],_0x5538a4=_0x36aeb6[_0x2e1dfd(0x1f9)](TEST_EVENTS[_0x2e1dfd(0x1ec)],_0x1c48eb);_0x28a237[_0x2e1dfd(0x299)](_0x3d2897,TEST_EVENTS[_0x2e1dfd(0x1ec)],_0x5538a4);const _0x5ec64c={};_0x5ec64c[_0x2e1dfd(0x1d0)]=_0x28a237[_0x2e1dfd(0x256)],PerformanceTester[_0x2e1dfd(0x1a3)](PerformanceEvents[_0x2e1dfd(0x219)],!![],null,_0x5ec64c);}catch(_0x284df0){const _0x540312={};_0x540312[_0x2e1dfd(0x1d0)]=_0x28a237['HBQhl'],PerformanceTester[_0x2e1dfd(0x1a3)](PerformanceEvents[_0x2e1dfd(0x219)],![],_0x284df0,_0x540312),PerformanceTester[_0x2e1dfd(0x1be)](_0x284df0);}}),CodeceptJS[_0x36a009(0x214)][_0x36a009(0x287)]['on'](CodeceptJS['event']['hook'][_0x36a009(0x280)],_0x5813f4=>{const _0x339e75=_0x36a009,_0x330d39={};_0x330d39[_0x339e75(0x1d0)]=_0x28a237[_0x339e75(0x266)],PerformanceTester[_0x339e75(0x21c)](PerformanceHookEvents[_0x339e75(0x219)],!![],null,_0x330d39);try{const _0x1465c1=_0x5813f4[_0x339e75(0x213)][_0x339e75(0x1c2)],_0x23f899=_0x36aeb6['captureEvent'](TEST_EVENTS[_0x339e75(0x223)],_0x1465c1);_0x28a237[_0x339e75(0x1ad)](_0x3d2897,TEST_EVENTS[_0x339e75(0x223)],_0x23f899);const _0x22ec7d={};_0x22ec7d[_0x339e75(0x1d0)]=_0x28a237['nDNCJ'],PerformanceTester[_0x339e75(0x1a3)](PerformanceHookEvents[_0x339e75(0x219)],!![],null,_0x22ec7d);}catch(_0x2144f8){PerformanceTester['captureError'](_0x2144f8);const _0x2fa02a={};_0x2fa02a[_0x339e75(0x1d0)]=_0x28a237[_0x339e75(0x266)],PerformanceTester[_0x339e75(0x1a3)](PerformanceHookEvents[_0x339e75(0x219)],![],_0x2144f8,_0x2fa02a);}}),CodeceptJS[_0x36a009(0x214)][_0x36a009(0x287)]['on'](CodeceptJS['event'][_0x36a009(0x278)][_0x36a009(0x1a6)],async(_0x177684,_0x196af8)=>{const _0x1fa87f=_0x36a009;PerformanceTester['start'](PerformanceHookEvents[_0x1fa87f(0x219)]);try{const _0x21592d=_0x177684[_0x1fa87f(0x213)][_0x1fa87f(0x1c2)],_0x2d6274=_0x36aeb6[_0x1fa87f(0x1f9)](TEST_EVENTS[_0x1fa87f(0x223)],_0x21592d,_0x196af8);_0x28a237[_0x1fa87f(0x209)](_0x3d2897,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2d6274);const _0x5d9e01={};_0x5d9e01[_0x1fa87f(0x1d0)]=_0x28a237[_0x1fa87f(0x1e9)],PerformanceTester[_0x1fa87f(0x21c)](PerformanceHookEvents[_0x1fa87f(0x219)],!![],null,_0x5d9e01);}catch(_0x21daa0){PerformanceTester['captureError'](_0x21daa0);const _0x548a84={};_0x548a84['hookType']=_0x28a237[_0x1fa87f(0x1e9)],PerformanceTester[_0x1fa87f(0x1a3)](PerformanceHookEvents['SDK_HOOK'],![],_0x21daa0,_0x548a84);}const _0x479712={};_0x479712[_0x1fa87f(0x1d0)]=_0x28a237[_0x1fa87f(0x1e9)],PerformanceTester[_0x1fa87f(0x1a3)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x479712);}),CodeceptJS['event'][_0x36a009(0x287)]['on'](CodeceptJS[_0x36a009(0x214)][_0x36a009(0x1c2)]['before'],_0x1df724=>{const _0x10e7cf=_0x36a009;PerformanceTester[_0x10e7cf(0x21c)](PerformanceHookEvents['SDK_HOOK']);try{globals['setGlobal'](_0x28a237[_0x10e7cf(0x1ef)],_0x1df724[_0x10e7cf(0x1c0)]);_0x28a237[_0x10e7cf(0x26b)](isBrowserstackInfra)&&(_0x3e5e42&&(global[_0x10e7cf(0x1c7)]={'currentTest':{'name':_0x1df724[_0x10e7cf(0x1c0)],'testInfo':{'titlePath':_0x1df724['titlePath']()}}}));try{const _0x4084ce=_0x28a237[_0x10e7cf(0x209)](shouldScanTestForAccessibility,_0x1df724[_0x10e7cf(0x19b)](),!![]);globals[_0x10e7cf(0x1cb)](_0x28a237[_0x10e7cf(0x1e7)],_0x4084ce);}catch(_0x31573c){logger[_0x10e7cf(0x251)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20'+util[_0x10e7cf(0x204)](_0x31573c));}const _0x161925={};_0x161925[_0x10e7cf(0x1d0)]=_0x28a237[_0x10e7cf(0x1f7)],PerformanceTester[_0x10e7cf(0x1a3)](PerformanceHookEvents[_0x10e7cf(0x219)],!![],null,_0x161925);}catch(_0x43c693){PerformanceTester[_0x10e7cf(0x1be)](_0x43c693);const _0x1d66a7={};_0x1d66a7[_0x10e7cf(0x1d0)]=_0x28a237['lgzeE'],PerformanceTester[_0x10e7cf(0x1a3)](PerformanceHookEvents[_0x10e7cf(0x219)],![],_0x43c693,_0x1d66a7);}}),CodeceptJS[_0x36a009(0x214)][_0x36a009(0x287)]['on'](CodeceptJS[_0x36a009(0x214)][_0x36a009(0x1c2)][_0x36a009(0x195)],_0x4d2030=>{const _0x4d7660=_0x36a009,_0x2834c9={'gXbiv':function(_0x39d42b){const _0xd3c539=a0_0x1c57;return _0x28a237[_0xd3c539(0x26b)](_0x39d42b);},'mijSS':function(_0x3ca678,_0x347066){const _0x4b3b28=a0_0x1c57;return _0x28a237[_0x4b3b28(0x1e5)](_0x3ca678,_0x347066);},'vJYEb':function(_0x366ead,_0x1ee859,_0x50c475){const _0x3ece47=a0_0x1c57;return _0x28a237[_0x3ece47(0x1ad)](_0x366ead,_0x1ee859,_0x50c475);},'HyfeJ':function(_0xb4c0f7,_0xf7fdae){const _0x40676a=a0_0x1c57;return _0x28a237[_0x40676a(0x1e5)](_0xb4c0f7,_0xf7fdae);}};PerformanceTester[_0x4d7660(0x21c)](PerformanceHookEvents[_0x4d7660(0x219)]);try{globals[_0x4d7660(0x1cb)](_0x28a237[_0x4d7660(0x1ef)],_0x4d2030[_0x4d7660(0x1c0)]);const _0x344257=_0x36aeb6['captureEvent'](TEST_EVENTS[_0x4d7660(0x23b)],_0x4d2030);CodeceptRecorder[_0x4d7660(0x241)](()=>_0x36aeb6[_0x4d7660(0x19e)]()),CodeceptRecorder['add'](()=>_0x36aeb6['fireEvent'](TEST_EVENTS[_0x4d7660(0x23b)],_0x344257)),CodeceptRecorder[_0x4d7660(0x241)](()=>_0x36aeb6[_0x4d7660(0x28d)](_0x4d2030['testAnalyticsId'])),CodeceptRecorder[_0x4d7660(0x241)](async()=>{const _0x591bff=_0x4d7660;_0x2834c9[_0x591bff(0x1da)](isBrowserstackInfra)&&(!_0x2834c9[_0x591bff(0x1f0)](isTrue,_0x29799f[_0x591bff(0x268)])&&await _0x2834c9['vJYEb'](markSessionName,_0x3f73a4,_0x4d2030[_0x591bff(0x1c0)]),_0x36aeb6[_0x591bff(0x24a)]&&await _0x2834c9[_0x591bff(0x206)](o11ySync,_0x3f73a4));});}catch(_0x16851a){const _0xd24787={};_0xd24787[_0x4d7660(0x1d0)]=_0x28a237['JuGwZ'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x16851a,_0xd24787),PerformanceTester[_0x4d7660(0x1be)](_0x16851a);}const _0x1b1b8f={};_0x1b1b8f[_0x4d7660(0x1d0)]=_0x28a237['JuGwZ'],PerformanceTester['end'](PerformanceHookEvents[_0x4d7660(0x219)],!![],null,_0x1b1b8f);}),CodeceptJS[_0x36a009(0x214)][_0x36a009(0x287)]['on'](CodeceptJS['event'][_0x36a009(0x1c2)][_0x36a009(0x280)],_0x1b4778=>{const _0x2ceb07=_0x36a009;PerformanceTester[_0x2ceb07(0x21c)](PerformanceHookEvents[_0x2ceb07(0x219)]);try{const _0x21ee2f=_0x36aeb6[_0x2ceb07(0x1f9)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x1b4778);CodeceptRecorder[_0x2ceb07(0x241)](()=>_0x36aeb6[_0x2ceb07(0x25d)](TEST_EVENTS[_0x2ceb07(0x27f)],_0x21ee2f)),CodeceptRecorder[_0x2ceb07(0x241)](async()=>{const _0x22021a=_0x2ceb07,_0x33fc45={'OttuW':function(_0x5e46ee,_0x508bdc,_0x5d74ec){const _0x77860a=a0_0x1c57;return _0x28a237[_0x77860a(0x209)](_0x5e46ee,_0x508bdc,_0x5d74ec);},'hBpyb':function(_0x5dd153,_0x365238,_0x1ac4ac){const _0x1ebbfc=a0_0x1c57;return _0x28a237[_0x1ebbfc(0x209)](_0x5dd153,_0x365238,_0x1ac4ac);}};_0x28a237[_0x22021a(0x1cc)](isBrowserstackInfra)&&await PerformanceTester[_0x22021a(0x1d9)](PerformanceAutEvents[_0x22021a(0x237)],async()=>{const _0x5278fb=_0x22021a;_0x3e5e42?await _0x33fc45[_0x5278fb(0x194)](playwrightMarkSessionStatus,_0x3f73a4,STATE_PASSED):await _0x33fc45[_0x5278fb(0x1e1)](markSessionStatus,_0x3f73a4,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x2ceb07(0x297)]);}catch(_0x949317){PerformanceTester[_0x2ceb07(0x1be)](_0x949317);const _0x1c1cc8={};_0x1c1cc8[_0x2ceb07(0x1d0)]=_0x28a237[_0x2ceb07(0x1bb)],PerformanceTester['end'](PerformanceHookEvents[_0x2ceb07(0x219)],![],_0x949317,_0x1c1cc8),PerformanceTester[_0x2ceb07(0x1a3)](PerformanceEvents[_0x2ceb07(0x297)],![],_0x949317);}const _0x1fa25c={};_0x1fa25c[_0x2ceb07(0x1d0)]=_0x28a237[_0x2ceb07(0x1bb)],PerformanceTester[_0x2ceb07(0x1a3)](PerformanceHookEvents[_0x2ceb07(0x219)],!![],null,_0x1fa25c);}),CodeceptJS[_0x36a009(0x214)][_0x36a009(0x287)]['on'](CodeceptJS[_0x36a009(0x214)][_0x36a009(0x1c2)][_0x36a009(0x1a6)],(_0x2b4181,_0x52302d)=>{const _0x1bf871=_0x36a009;PerformanceTester[_0x1bf871(0x21c)](PerformanceHookEvents[_0x1bf871(0x219)]);try{if(_0x28a237[_0x1bf871(0x270)](_0x2b4181[_0x1bf871(0x1d7)]['name'],_0x28a237[_0x1bf871(0x261)])){const _0x367ee6=_0x36aeb6['captureEvent'](TEST_EVENTS[_0x1bf871(0x1d3)],_0x2b4181[_0x1bf871(0x213)]['currentTest']);CodeceptRecorder['add'](()=>_0x36aeb6['fireEvent'](TEST_EVENTS[_0x1bf871(0x1d3)],_0x367ee6));}else{const _0x5b058a=_0x36aeb6[_0x1bf871(0x1f9)](TEST_EVENTS[_0x1bf871(0x27f)],_0x2b4181,_0x52302d);CodeceptRecorder[_0x1bf871(0x241)](()=>{const _0x2227bb=_0x1bf871;try{_0x36aeb6['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x5b058a);}catch(_0x1ff240){logger[_0x2227bb(0x251)](_0x2227bb(0x24b)+util['format'](_0x1ff240)),PerformanceTester['end'](PerformanceEvents[_0x2227bb(0x297)],![],_0x1ff240);}}),CodeceptRecorder[_0x1bf871(0x241)](async()=>{const _0x4036cc=_0x1bf871;try{_0x28a237['Apntu'](isBrowserstackInfra)&&(_0x3e5e42?await _0x28a237[_0x4036cc(0x28a)](playwrightMarkSessionStatus,_0x3f73a4,STATE_FAILED,_0x52302d):await _0x28a237[_0x4036cc(0x1ba)](markSessionStatus,_0x3f73a4,STATE_FAILED,_0x52302d));}catch(_0x5712fe){logger[_0x4036cc(0x251)](_0x4036cc(0x26c)+util[_0x4036cc(0x204)](_0x5712fe)),PerformanceTester['end'](PerformanceEvents[_0x4036cc(0x297)],![],_0x5712fe);}});}PerformanceTester[_0x1bf871(0x1a3)](PerformanceEvents[_0x1bf871(0x297)]);}catch(_0xdbea7e){PerformanceTester[_0x1bf871(0x1be)](_0xdbea7e);const _0x292aaa={};_0x292aaa[_0x1bf871(0x1d0)]=_0x28a237['nTMtm'],PerformanceTester[_0x1bf871(0x1a3)](PerformanceHookEvents['SDK_HOOK'],![],_0xdbea7e,_0x292aaa),PerformanceTester[_0x1bf871(0x1a3)](PerformanceEvents[_0x1bf871(0x297)],![],_0xdbea7e);}const _0x59b79a={};_0x59b79a[_0x1bf871(0x1d0)]=_0x28a237[_0x1bf871(0x22b)],PerformanceTester[_0x1bf871(0x1a3)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x59b79a);}),CodeceptJS['event'][_0x36a009(0x287)]['on'](CodeceptJS[_0x36a009(0x214)][_0x36a009(0x1c2)]['skipped'],_0x5cf056=>{const _0x325d6e=_0x36a009;PerformanceTester[_0x325d6e(0x21c)](PerformanceHookEvents[_0x325d6e(0x219)]);try{const _0x289134=_0x36aeb6[_0x325d6e(0x1f9)](TEST_EVENTS[_0x325d6e(0x1d3)],_0x5cf056);CodeceptRecorder[_0x325d6e(0x241)](()=>_0x36aeb6[_0x325d6e(0x25d)](TEST_EVENTS[_0x325d6e(0x1d3)],_0x289134)),PerformanceTester[_0x325d6e(0x1a3)](PerformanceEvents[_0x325d6e(0x297)]);}catch(_0x2805c7){PerformanceTester[_0x325d6e(0x1be)](_0x2805c7),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x2805c7);const _0x3edff1={};_0x3edff1[_0x325d6e(0x1d0)]=_0x28a237[_0x325d6e(0x201)],PerformanceTester[_0x325d6e(0x1a3)](PerformanceHookEvents[_0x325d6e(0x219)],![],_0x2805c7,_0x3edff1);}const _0xdb66a8={};_0xdb66a8[_0x325d6e(0x1d0)]=_0x28a237[_0x325d6e(0x201)],PerformanceTester[_0x325d6e(0x1a3)](PerformanceHookEvents[_0x325d6e(0x219)],!![],null,_0xdb66a8);}),CodeceptJS[_0x36a009(0x214)][_0x36a009(0x287)]['on'](CodeceptJS[_0x36a009(0x214)][_0x36a009(0x1c2)][_0x36a009(0x1dd)],async(_0x2dc8af,_0x3a1715)=>{const _0x40646b=_0x36a009;try{PerformanceTester[_0x40646b(0x21c)](PerformanceHookEvents[_0x40646b(0x219)]);const _0x3eab8a=_0x28a237['AkrTH'](shouldScanTestForAccessibility,_0x2dc8af[_0x40646b(0x19b)](),!![]);if(_0x28a237[_0x40646b(0x235)](isAccessibilityAutomationSession)&&global[_0x40646b(0x27b)]&&_0x3eab8a){const _0x7450d2={};_0x7450d2['thTestRunUuid']=_0x2dc8af['testAnalyticsId'],_0x7450d2[_0x40646b(0x1fa)]=process['env'][testHubConstants[_0x40646b(0x248)][_0x40646b(0x25a)]],_0x7450d2['thJwtToken']=process[_0x40646b(0x19a)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x3e83c2=_0x7450d2;logger[_0x40646b(0x251)](_0x40646b(0x1fb)+JSON[_0x40646b(0x275)](_0x3e83c2)),CodeceptRecorder[_0x40646b(0x241)](async()=>{const _0x1d7b02=_0x40646b;await accessibilityRetryHelper['performScanWithRetry'](_0x3f73a4,_0x2dc8af[_0x1d7b02(0x1c0)]),await accessibilityRetryHelper[_0x1d7b02(0x238)](_0x3f73a4,_0x3e83c2);}),logger['info'](_0x28a237[_0x40646b(0x1ed)]);}const _0x29326a={};_0x29326a['hookType']=_0x28a237[_0x40646b(0x263)],PerformanceTester[_0x40646b(0x1a3)](PerformanceHookEvents[_0x40646b(0x219)],!![],null,_0x29326a);}catch(_0x41602f){PerformanceTester['captureError'](_0x41602f);const _0x42a673={};_0x42a673[_0x40646b(0x1d0)]=_0x28a237[_0x40646b(0x263)],PerformanceTester[_0x40646b(0x1a3)](PerformanceHookEvents[_0x40646b(0x219)],![],_0x41602f,_0x42a673);}}),CodeceptJS['event'][_0x36a009(0x287)]['on'](CodeceptJS['event'][_0x36a009(0x230)][_0x36a009(0x1b0)],_0x59d408=>{const _0x326237=_0x36a009;PerformanceTester[_0x326237(0x21c)](PerformanceHookEvents['SDK_HOOK']);try{process[_0x326237(0x22e)](_0x326237(0x228)+process[_0x326237(0x18c)],{'timestamp':new Date()['toISOString'](),'level':_0x28a237[_0x326237(0x20b)],'message':_0x59d408,'kind':_0x28a237[_0x326237(0x1c8)],'http_response':{}});}catch(_0x24c4f2){PerformanceTester[_0x326237(0x1be)](_0x24c4f2);const _0x58b28b={};_0x58b28b[_0x326237(0x1d0)]=_0x28a237['frqkZ'],PerformanceTester[_0x326237(0x1a3)](PerformanceHookEvents['SDK_HOOK'],![],_0x24c4f2,_0x58b28b);}const _0x1d5c07={};_0x1d5c07['hookType']=_0x28a237['frqkZ'],PerformanceTester['end'](PerformanceHookEvents[_0x326237(0x219)],!![],null,_0x1d5c07);}),CodeceptJS[_0x36a009(0x214)][_0x36a009(0x287)]['on'](CodeceptJS[_0x36a009(0x214)][_0x36a009(0x23f)][_0x36a009(0x286)],_0x422871=>{const _0x2fd70b=_0x36a009,_0x21352b={};_0x21352b['hookType']=_0x28a237[_0x2fd70b(0x1db)],PerformanceTester[_0x2fd70b(0x1d9)](PerformanceHookEvents[_0x2fd70b(0x219)],()=>{const _0x2d65ef=_0x2fd70b;_0x36aeb6[_0x2d65ef(0x1a0)](_0x422871);},_0x21352b)();}),CodeceptJS[_0x36a009(0x214)]['dispatcher']['on'](CodeceptJS[_0x36a009(0x214)][_0x36a009(0x23f)]['after'],_0x429cf2=>{const _0x5a9d32=_0x36a009,_0x6461d5={};_0x6461d5[_0x5a9d32(0x1d0)]=_0x28a237[_0x5a9d32(0x191)],PerformanceTester[_0x5a9d32(0x1d9)](PerformanceHookEvents[_0x5a9d32(0x219)],()=>{const _0x3f586b=_0x5a9d32;_0x36aeb6[_0x3f586b(0x1d8)](_0x429cf2);},_0x6461d5)();});};