browserstack-node-sdk 1.68.0 → 1.68.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 (220) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/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/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a37_0xd765(){const _0x2b025d=['45rQFlJL','FmgpM','OdNaR','wwryV','yHvSo','fDGLu','FdzcC','Success:\x20','split','cZIDR','Waiting\x20for\x20deployment\x20','PhcOo','xBXUM','NQgGL','XeoRx','.ats','qREYu','rkJSk','\x20in\x20namespace\x20','bKhOx','9835pPifno','vcnTn','LyBNW','getAuthHeader','ccBLw','.\x20Non\x20200\x20response\x20from\x20server!\x20','IezZr','eUkwr','TEgLx','getSystemMetaData','installAzurePackages','KEZqL','status','credentials.json','aOBRR','maxNodes','-null-response','nOWGk','THzMh','HOeqp','ufwrb','qlLUM','browserStackLocalOptions','lXbFP','iyDOm','RpuqT','vTJPE','uqseY','curlRequest','key','yffbR','itBUd','HQxGO','hxzkM','method','dIcUA','fstoV','tZJSz','cbdDA','vNfup','kind','HbvWK','VgWvG','ERROR','aTAqM','secureProtocol','IZYXc','uUuvC','13051764kNHAup','isUndefined','updateGlobalRegistryForHubHa','\x20to\x20be\x20ready...','lfbaU','X-cli-path','npm\x20-v','Intercepted\x20while\x20executing\x20command:\x20`','Bbowj','tJyhM','Upuzl','pAiZp','itRMK','qzgab','oHeYG','updateGlobalRegistryWithConfig','AfJpp','rbJKI','JFPcB','ZUTYZ','WNuLh','port','SUUmA','BhnCz','ami-0a0b7559ee7c88dcd','OXDRZ','BZLKj','LCyZR','X-os-version','availableReplicas','gEwzG','cinpy','./instrumentationUtils','ytHoN','hubVersion','ACXAJ','zeAeg','/packages/cli/get-grid-details?gridId=','CCqbX','yVylC','VOXwQ','type','setLocalArgs','concurrency','UlFBG','clusterRegion','xvkoR','Golju','JBSSi','ClCUi','versions','fIjMh','getCredentialsPath','lpMEi','\x0aNPM\x20Version:\x20','vqHBt','DJIBF','mjfWy','\x0aNode.js\x20Version:\x20','HnLiI','true','QVdcO','gkvCk','writeFileSync','clusterName','lViQD','aKQUD','465527vPOFqV','$1-$2','Sfthj','ERMFq','grxrD','replicas','wmzgM','@kubernetes/client-node','patch','execSync','nqbhD','response\x20code\x20:-\x20','startSync','.\x20Unauthorized\x20request!','rOfRR','node','lgXtY','QrXzZ','gDGYM','TcodV','startLocalBinarySync','Basic\x20','QRDWj','UOUXd','iKkBg','vMOFC','data','IetWE','stop','from','fQbVP','XRIGX','BktfS','Uksif','fDpXK','DhBeI','GET','readNamespacedDeployment','existsSync','QKtto','KfoHG','RHZNU','WUWnz','XTMmJ','801516vyupHd','HbMkh','cloudProvider','base64','encodeBase64','ryiqD','body','s3Bucket','ats-repeater','got','name','.\x20Unknown\x20error!','YlLou','getGridDetails','statusCode','isTlsSupported','\x20to\x20become\x20available.','atwqX','Error\x20while\x20waiting\x20for\x20deployment:','AmJrz','-called','RHGbR','Error\x20executing\x20command:\x20','password','runCommand','fxrbM','forceLocal','PAKYq','796IDIPPi','LOG','push','homedir','MrkDd','mKoki','getDirForConfig','jPkFS','../config/constants','platform','AaNGa',')\x0aArchitecture:\x20','minNodes','GtupV','EYDog','deWnO','replace','QfkDi','join','dHqaD','TrPLL','IsNodeCompatibleWithAzure','3897016PUyiLH','CwRaV','./webSocketUtils','verbose','YfJCZ','iVOwk','HTtXR','CewmF','LkFVN','BFBDx','stringify','HNEcW','nMWPO','zFyXv','debug','MYGhv','sendEventToBackend','KubernetesObjectApi','JCPeI','XyKVX','cKtsg','6003yGBzbD','CsJDz','mjBnL','ydFDF','kubeApply','ewMVo','28jYrtUZ','vquWj','PzDDX','Yfqzy','message','DWihb','\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20','Browserstack','IYtpd','N/A','pzPPh','getAccessKey','Local','fXUOK','gzhNi','SLNND','toLowerCase','error','readFileSync','hqFsR','pAnGo','vEpIW','yedcz','NKIYs','UhWuX','Timeout\x20waiting\x20for\x20deployment\x20','MTSKf','ejwmM','custom-repeater','ZKaoV','https://','customRepeaters','AUaZo','-auth-failed','HNEPQ','GBfVz','GadXO','yKQeW','parse','KolZe','uploaderImageVersion','IalbZ','GGziC','epysz','YWwfc','filter','namespace','child_process','trim','Tktpv','isArray','WVRuL','TnPkp','dmLTJ','arch','JNzIu','localIdentifier','wNFct','ATQqT','yqibM','reportToGalactusAndSendToEDS','yFqke','toString','X-npm-version','mgLUL','release','KNVUO','TzItL','zlbAL','gcEUv','-non-200','path','accessKey','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','utf-8','qRYwF','stopLocalBinary','../config/logger','version','srrFZ','pkTvC','ukpao','QEker','aHKrk','OPoaN','qSLqZ','uhqDM','ami','rroJR','UOflR','QFddC','SUGIA','bRwJq','UTnzB','uPpEm','90278jfhDtB','DcikM','wpMgN','Pzrwf','hToPl','now','yEFMx','node\x20version\x20installed\x20:\x20','iZmyg','makeApiClient','DiEdm','clusterAutoUpgrade','xlIrt','VOUYr','browserVersion','5700OmhDZf','jTkKg','GtULK','username','Deployment\x20'];a37_0xd765=function(){return _0x2b025d;};return a37_0xd765();}const a37_0x53dceb=a37_0x34e6;(function(_0x1236b6,_0x15c294){const _0x2e71cd=a37_0x34e6,_0x25d895=_0x1236b6();while(!![]){try{const _0x5584d9=-parseInt(_0x2e71cd(0x111))/0x1+parseInt(_0x2e71cd(0x1e9))/0x2*(parseInt(_0x2e71cd(0x8a))/0x3)+-parseInt(_0x2e71cd(0x159))/0x4*(parseInt(_0x2e71cd(0x9e))/0x5)+parseInt(_0x2e71cd(0x13d))/0x6*(-parseInt(_0x2e71cd(0x18a))/0x7)+-parseInt(_0x2e71cd(0x16f))/0x8+-parseInt(_0x2e71cd(0x184))/0x9*(-parseInt(_0x2e71cd(0x85))/0xa)+parseInt(_0x2e71cd(0xce))/0xb;if(_0x5584d9===_0x15c294)break;else _0x25d895['push'](_0x25d895['shift']());}catch(_0x293490){_0x25d895['push'](_0x25d895['shift']());}}}(a37_0xd765,0x59338));const path=require(a37_0x53dceb(0x1d1)),os=require('os'),fs=require('fs'),cp=require(a37_0x53dceb(0x1b9)),webSocketUtils=require(a37_0x53dceb(0x171)),{sendInstrumentationEvent}=require('./instrumentationUtils'),BrowserstackLocalLauncher=require('browserstack-local'),got=require(a37_0x53dceb(0x146)),{logger}=require(a37_0x53dceb(0x1d7)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a37_0x53dceb(0xee)),{global_registry,WS_EVENTS,AG_API_URL,messageTypes,MessageDescription,TRIAL_GRID_URL}=require(a37_0x53dceb(0x161));exports[a37_0x53dceb(0x141)]=_0x5662ae=>Buffer['from'](_0x5662ae)[a37_0x53dceb(0x1c8)]('base64'),exports[a37_0x53dceb(0x15f)]=()=>{const _0x37f606=a37_0x53dceb,_0x37528b={};_0x37528b[_0x37f606(0xc8)]=_0x37f606(0x99);const _0x220a10=_0x37528b;return path[_0x37f606(0x16b)](os[_0x37f606(0x15c)](),_0x220a10[_0x37f606(0xc8)]);},exports[a37_0x53dceb(0x102)]=()=>{const _0x192f55=a37_0x53dceb,_0x532420={};_0x532420[_0x192f55(0xc1)]=_0x192f55(0xab);const _0x533dda=_0x532420;return path[_0x192f55(0x16b)](this[_0x192f55(0x15f)](),_0x533dda[_0x192f55(0xc1)]);},exports['waitForDeployment']=async(_0x3241f3,_0x1e9c41,_0x1b4606,_0x130c2c)=>{const _0x935fa0=a37_0x53dceb,_0x1a7e37={'miApW':'X-ci-environment','snpHn':function(_0x6cfc6d,_0x3f81f6){return _0x6cfc6d>=_0x3f81f6;},'KfoHG':function(_0x11e5e8,_0x70b53e){return _0x11e5e8(_0x70b53e);},'zeAeg':function(_0x13b4ba,_0x2c4bb6){return _0x13b4ba(_0x2c4bb6);},'Tktpv':function(_0x23085e,_0x2ae374){return _0x23085e===_0x2ae374;},'rkJSk':_0x935fa0(0x1c4),'aOBRR':_0x935fa0(0xe9),'rOfRR':function(_0x4a889b,_0x40a9ce){return _0x4a889b!==_0x40a9ce;},'XTMmJ':_0x935fa0(0x1a2),'OuNpm':_0x935fa0(0x13b),'BktfS':function(_0xb1c34b,_0x247b86){return _0xb1c34b>_0x247b86;},'oHeYG':function(_0x380411,_0x25479c){return _0x380411-_0x25479c;},'YfJCZ':_0x935fa0(0x16c),'gYaqw':function(_0x3a4092,_0x5d2e43){return _0x3a4092>=_0x5d2e43;},'THzMh':_0x935fa0(0x1df),'jroWw':_0x935fa0(0x1f3),'vTJPE':_0x935fa0(0x15d),'FmgpM':_0x935fa0(0xe0),'njaKa':_0x935fa0(0x14f)};try{if(_0x1a7e37['Tktpv'](_0x1a7e37[_0x935fa0(0x9b)],_0x1a7e37[_0x935fa0(0xac)]))_0xd1665c[_0x1a7e37['miApW']]=_0x213243;else{const _0x2acca7=0x1388,_0x266f8f=Date[_0x935fa0(0x1ee)]();let _0x189cbd=![];while(!_0x189cbd){if(_0x1a7e37[_0x935fa0(0x11f)](_0x1a7e37[_0x935fa0(0x13c)],_0x1a7e37['OuNpm'])){if(_0x1a7e37[_0x935fa0(0x131)](_0x1a7e37[_0x935fa0(0xdc)](Date[_0x935fa0(0x1ee)](),_0x266f8f),_0x130c2c)){if(_0x1a7e37['Tktpv'](_0x1a7e37[_0x935fa0(0x173)],_0x1a7e37[_0x935fa0(0x173)]))throw new Error(_0x935fa0(0x1a3)+_0x1b4606+_0x935fa0(0x9c)+_0x1e9c41+_0x935fa0(0x14d));else{const _0x494e9a=_0x21bc7f[_0x935fa0(0x100)]['node'];return _0x1e20e8[_0x935fa0(0x17d)](_0x935fa0(0x1f0)+_0x494e9a),_0x1a7e37['snpHn'](_0x494e9a[_0x935fa0(0x92)]('.')[0x0],0x12);}}const _0x2c203b={};_0x2c203b[_0x935fa0(0x147)]=_0x1b4606,_0x2c203b[_0x935fa0(0x1b8)]=_0x1e9c41;const _0x503aab=await _0x3241f3[_0x935fa0(0x136)](_0x2c203b),_0x5d119d=_0x503aab['spec'][_0x935fa0(0x116)]||0x1,_0x4431ab=_0x503aab[_0x935fa0(0xaa)][_0x935fa0(0xeb)]||0x0;_0x189cbd=_0x1a7e37['gYaqw'](_0x4431ab,_0x5d119d),!_0x189cbd&&(_0x1a7e37['Tktpv'](_0x1a7e37[_0x935fa0(0xb0)],_0x1a7e37['jroWw'])?_0xa7edfa[_0x935fa0(0x19b)]=_0x2b6d6e:(logger['debug'](_0x935fa0(0x94)+_0x1b4606+'\x20in\x20namespace\x20'+_0x1e9c41+_0x935fa0(0xd1)),await new Promise(_0x27ea60=>setTimeout(_0x27ea60,_0x2acca7))));}else{if(_0xcccffd)_0x1a7e37[_0x935fa0(0x139)](_0x19607e,_0x935fa0(0x153)+_0x4c561b[_0x935fa0(0x18e)]);else _0x5d324c?_0x1a7e37[_0x935fa0(0x139)](_0x424a52,_0x935fa0(0xd5)+_0x5f37e4+'`\x20'+_0x242d77):_0x1a7e37[_0x935fa0(0xf2)](_0x439684,'Success:\x20'+_0xd2233e);}}logger[_0x935fa0(0x17d)](_0x935fa0(0x89)+_0x1b4606+_0x935fa0(0x9c)+_0x1e9c41+'\x20is\x20ready.');}}catch(_0x471c93){if(_0x1a7e37[_0x935fa0(0x1bb)](_0x1a7e37[_0x935fa0(0xb8)],_0x1a7e37[_0x935fa0(0x8b)])){const _0x4945a9={..._0xb8f3be[_0x935fa0(0xb4)],..._0xd182db};_0x56d9f1=_0x4945a9;}else{logger[_0x935fa0(0x17d)](_0x1a7e37['njaKa'],_0x471c93);throw _0x471c93;}}},exports[a37_0x53dceb(0xdd)]=(_0x3da50f,_0x42d735,_0xef5c26,_0x1c03c1,_0x4dbccd,_0x330e0b,_0x297f8e,_0x27f878,_0x498433,_0x2e6248,_0x4396b5,_0xdcbdbf)=>{const _0x455d19=a37_0x53dceb,_0xfb6bef={};_0xfb6bef[_0x455d19(0x1ce)]='3|7|11|8|9|6|1|10|0|4|2|5',_0xfb6bef['QKtto']=_0x455d19(0xe6),_0xfb6bef[_0x455d19(0x18d)]=function(_0x24e2ed,_0x2bc68f){return _0x24e2ed||_0x2bc68f;};const _0x1cd2a2=_0xfb6bef,_0x42ba37=_0x1cd2a2[_0x455d19(0x1ce)][_0x455d19(0x92)]('|');let _0x3ed62c=0x0;while(!![]){switch(_0x42ba37[_0x3ed62c++]){case'0':global_registry['browserVersion']=_0x498433;continue;case'1':global_registry['ami']=_0x297f8e['ami']||_0x1cd2a2[_0x455d19(0x138)];continue;case'2':global_registry[_0x455d19(0xad)]=_0x4396b5;continue;case'3':global_registry[_0x455d19(0x13f)]=_0x3da50f;continue;case'4':global_registry[_0x455d19(0x165)]=_0x2e6248;continue;case'5':global_registry[_0x455d19(0x81)]=_0x1cd2a2[_0x455d19(0x18d)](_0xdcbdbf,![]);continue;case'6':global_registry[_0x455d19(0x144)]=_0x330e0b;continue;case'7':global_registry[_0x455d19(0xfb)]=_0xef5c26;continue;case'8':global_registry[_0x455d19(0xf9)]=_0x1c03c1;continue;case'9':global_registry['instanceType']=_0x4dbccd;continue;case'10':global_registry[_0x455d19(0xf0)]=_0x27f878;continue;case'11':global_registry[_0x455d19(0x10e)]=_0x42d735;continue;}break;}},exports[a37_0x53dceb(0xd0)]=_0x39405d=>{const _0x581095=a37_0x53dceb,_0x223c6a={};_0x223c6a[_0x581095(0x142)]=function(_0x4cbbdf,_0x3c0cb2){return _0x4cbbdf||_0x3c0cb2;},_0x223c6a[_0x581095(0x17a)]='1.0.1';const _0x561503=_0x223c6a;global_registry[_0x581095(0x1b2)]=_0x561503[_0x581095(0x142)](_0x39405d,_0x561503['HNEcW']);},exports['kebabCase']=_0x1cb1b2=>_0x1cb1b2[a37_0x53dceb(0x169)](/([a-z])([A-Z])/g,a37_0x53dceb(0x112))['replace'](/[\s_]+/g,'-')[a37_0x53dceb(0x19a)](),exports[a37_0x53dceb(0x1c6)]=async(_0x2c1f79,_0x56775c,_0x534a4d,_0xaac91c,_0x12aa0c,_0xdc2f7,_0x24ea87)=>{const _0x32f926=a37_0x53dceb,_0x1faefe={'iZmyg':function(_0x44d69c,_0x5b51e4,_0x315927,_0x337e0e,_0x86c38a,_0x5b17cb,_0x13ab19){return _0x44d69c(_0x5b51e4,_0x315927,_0x337e0e,_0x86c38a,_0x5b17cb,_0x13ab19);}};await _0x1faefe[_0x32f926(0x1f1)](sendInstrumentationEvent,_0x2c1f79,_0x12aa0c,_0xaac91c,_0xdc2f7,null,_0x2c1f79);const _0x1c0e94={};_0x1c0e94[_0x32f926(0xf7)]=WS_EVENTS[_0x32f926(0x15a)],_0x1c0e94[_0x32f926(0x18e)]=_0x534a4d,await webSocketUtils[_0x32f926(0x17f)](_0x56775c,_0x1c0e94,_0x24ea87,!![]);},exports[a37_0x53dceb(0x195)]=_0x4580ff=>{const _0x3fc3d8=a37_0x53dceb;return _0x4580ff[_0x3fc3d8(0x1d2)];},exports[a37_0x53dceb(0xf8)]=_0x5cd2c9=>{const _0x4f9c56=a37_0x53dceb,_0x3ac6b9={};_0x3ac6b9['fxrbM']='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',_0x3ac6b9[_0x4f9c56(0xb9)]='N/A',_0x3ac6b9['yKQeW']=_0x4f9c56(0xbb),_0x3ac6b9[_0x4f9c56(0xe7)]=_0x4f9c56(0x172),_0x3ac6b9[_0x4f9c56(0x129)]=_0x4f9c56(0x157),_0x3ac6b9[_0x4f9c56(0x86)]=_0x4f9c56(0x10a),_0x3ac6b9[_0x4f9c56(0x1ae)]=_0x4f9c56(0x1c2),_0x3ac6b9['xvkoR']=_0x4f9c56(0x145),_0x3ac6b9[_0x4f9c56(0x1cf)]=function(_0x5b6f22,_0x4f8302){return _0x5b6f22!==_0x4f8302;},_0x3ac6b9[_0x4f9c56(0x113)]=_0x4f9c56(0x127),_0x3ac6b9[_0x4f9c56(0xd8)]='custom-repeater',_0x3ac6b9[_0x4f9c56(0x10c)]=function(_0x429c0f,_0x2e4dbe){return _0x429c0f===_0x2e4dbe;},_0x3ac6b9['GGziC']=_0x4f9c56(0x18f);const _0xcd2c34=_0x3ac6b9;let _0x58a61f={};_0x58a61f[_0xcd2c34[_0x4f9c56(0x1af)]]=this[_0x4f9c56(0x195)](_0x5cd2c9),_0x58a61f[_0xcd2c34[_0x4f9c56(0xe7)]]=0x3,_0x58a61f[_0xcd2c34[_0x4f9c56(0x129)]]=_0xcd2c34[_0x4f9c56(0x86)],_0x58a61f[_0xcd2c34[_0x4f9c56(0x1ae)]]=_0xcd2c34[_0x4f9c56(0xfc)];_0x5cd2c9[_0x4f9c56(0x1a9)]&&Array[_0x4f9c56(0x1bc)](_0x5cd2c9['customRepeaters'])&&(_0xcd2c34[_0x4f9c56(0x1cf)](_0xcd2c34['Sfthj'],_0xcd2c34[_0x4f9c56(0x113)])?_0x5ec5b5[_0x4f9c56(0x11a)](_0xcd2c34[_0x4f9c56(0x156)]):_0x58a61f[_0xcd2c34[_0x4f9c56(0xd8)]]=_0x5cd2c9['customRepeaters'][_0x4f9c56(0x16b)](','));if(_0x5cd2c9[_0x4f9c56(0xb4)]&&_0xcd2c34[_0x4f9c56(0x10c)](_0x5cd2c9[_0x4f9c56(0xb4)]['constructor'],Object)){if(_0xcd2c34[_0x4f9c56(0x1cf)](_0xcd2c34['GGziC'],_0xcd2c34[_0x4f9c56(0x1b4)]))return _0xcd2c34[_0x4f9c56(0xb9)];else _0x58a61f={..._0x5cd2c9[_0x4f9c56(0xb4)],..._0x58a61f};}return _0x58a61f;},exports[a37_0x53dceb(0x125)]=_0x45384c=>{const _0x1eb5f2=a37_0x53dceb,_0xce7275={};_0xce7275[_0x1eb5f2(0x199)]=function(_0x1f38f8,_0x266efb){return _0x1f38f8&&_0x266efb;},_0xce7275[_0x1eb5f2(0xb7)]=_0x1eb5f2(0x1d4),_0xce7275[_0x1eb5f2(0x1d9)]=function(_0x11d1b4,_0x59fbab){return _0x11d1b4!==_0x59fbab;},_0xce7275[_0x1eb5f2(0xc4)]=_0x1eb5f2(0x1b6);const _0x27d62d=_0xce7275,_0x5422c0=new BrowserstackLocalLauncher['Local'](),_0x20aac5=this['setLocalArgs'](_0x45384c),_0x512ee3=_0x5422c0[_0x1eb5f2(0x11d)](_0x20aac5);if(_0x512ee3){if(_0x27d62d['srrFZ'](_0x27d62d[_0x1eb5f2(0xc4)],_0x27d62d[_0x1eb5f2(0xc4)])){const _0x1aaa91=_0x19ecb0['existsSync'](this[_0x1eb5f2(0x102)]());if(_0x1aaa91||_0x27d62d[_0x1eb5f2(0x199)](_0x3a8568,_0x486e7d)){if(_0x27d62d[_0x1eb5f2(0x199)](_0x351a0a,_0x5aff58)){const _0x128873={};_0x128873[_0x1eb5f2(0x88)]=_0x533524,_0x128873[_0x1eb5f2(0x154)]=_0x2c66e5;const _0x365889={};_0x365889[_0x1eb5f2(0x191)]=_0x128873;const _0x4f4ee4=_0x365889;_0x687984[_0x1eb5f2(0x10d)](this[_0x1eb5f2(0x102)](),_0x14c455[_0x1eb5f2(0x179)](_0x4f4ee4));}const _0x3801ec=_0x11cc72[_0x1eb5f2(0x1b0)](_0x26466f[_0x1eb5f2(0x19c)](this[_0x1eb5f2(0x102)](),_0x27d62d[_0x1eb5f2(0xb7)]));return[_0x3801ec[_0x1eb5f2(0x191)][_0x1eb5f2(0x88)],_0x3801ec['Browserstack'][_0x1eb5f2(0x154)]];}return null;}else throw _0x512ee3;}return _0x5422c0;},exports[a37_0x53dceb(0x1d6)]=async _0x467ea7=>{const _0x3dc744=a37_0x53dceb,_0x1affad={'JBSSi':'custom-repeater','vMOFC':function(_0x8ea8a7,_0x4edeb5){return _0x8ea8a7(_0x4edeb5);},'itRMK':function(_0x22d889,_0x2f3c95){return _0x22d889===_0x2f3c95;},'pyEjf':_0x3dc744(0xbd),'ukpao':_0x3dc744(0x122),'vcnTn':function(_0x2579c9,_0x1f1c9c){return _0x2579c9!==_0x1f1c9c;},'SYbvU':_0x3dc744(0x17b),'pAnGo':_0x3dc744(0xa9),'XWxUV':function(_0x3c3d3b){return _0x3c3d3b();},'EYDog':function(_0x415ed2,_0x70682e){return _0x415ed2!==_0x70682e;},'bRwJq':_0x3dc744(0xfa)};return new Promise((_0xadcae2,_0xb4a36f)=>{const _0x2e237d=_0x3dc744,_0x17ee12={'oTGiK':_0x1affad[_0x2e237d(0xfe)],'JNzIu':function(_0x59f44a,_0x96a22f){const _0x294dbd=_0x2e237d;return _0x1affad[_0x294dbd(0x12a)](_0x59f44a,_0x96a22f);},'OAEuV':function(_0x49a349,_0x511dcb){const _0xc54dcf=_0x2e237d;return _0x1affad[_0xc54dcf(0xda)](_0x49a349,_0x511dcb);},'DGjxD':_0x1affad['pyEjf'],'atwqX':_0x1affad[_0x2e237d(0x1db)],'Bbowj':function(_0x9c4673,_0x1924e6){const _0x392a59=_0x2e237d;return _0x1affad[_0x392a59(0x9f)](_0x9c4673,_0x1924e6);},'AmJrz':_0x1affad['SYbvU'],'yffbR':_0x1affad[_0x2e237d(0x19e)],'fcHcU':function(_0x584516){return _0x1affad['XWxUV'](_0x584516);}};_0x1affad[_0x2e237d(0x167)](_0x1affad[_0x2e237d(0x1e6)],_0x1affad['bRwJq'])?_0x3f7244[_0x17ee12['oTGiK']]=_0x4cbe52[_0x2e237d(0x1a9)][_0x2e237d(0x16b)](','):_0x467ea7&&_0x467ea7['stop'](_0x2b17cb=>{const _0x444a0b=_0x2e237d;if(_0x17ee12['OAEuV'](_0x17ee12['DGjxD'],_0x17ee12[_0x444a0b(0x14e)]))throw _0x2f04b5;else{if(_0x2b17cb){if(_0x17ee12[_0x444a0b(0xd6)](_0x17ee12[_0x444a0b(0x150)],_0x17ee12[_0x444a0b(0xbc)]))return _0x17ee12[_0x444a0b(0x1c1)](_0xb4a36f,_0x2b17cb);else _0x17ee12[_0x444a0b(0x1c1)](_0xdcb836,_0x444a0b(0x91)+_0x32607a);}_0x17ee12['fcHcU'](_0xadcae2);}});});},exports['fetchOrUpdateUserConfig']=(_0x47c270,_0x251cfb)=>{const _0x34be49=a37_0x53dceb,_0x207175={};_0x207175[_0x34be49(0xf6)]=_0x34be49(0xd3),_0x207175[_0x34be49(0x1b1)]=_0x34be49(0x99),_0x207175[_0x34be49(0xc3)]=function(_0x6d9d35,_0x3d3e6e){return _0x6d9d35&&_0x3d3e6e;},_0x207175[_0x34be49(0xd9)]=function(_0x2f844d,_0x42039c){return _0x2f844d!==_0x42039c;},_0x207175[_0x34be49(0xdb)]=_0x34be49(0x132),_0x207175[_0x34be49(0x124)]=function(_0x18d6ec,_0xd7b51d){return _0x18d6ec&&_0xd7b51d;},_0x207175['HOeqp']=function(_0x2d8903,_0x507978){return _0x2d8903===_0x507978;},_0x207175[_0x34be49(0x1ed)]=_0x34be49(0xd2),_0x207175[_0x34be49(0x10b)]=_0x34be49(0x1d4);const _0x2e1c63=_0x207175,_0x311144=fs[_0x34be49(0x137)](this[_0x34be49(0x102)]());if(_0x311144||_0x2e1c63[_0x34be49(0xc3)](_0x47c270,_0x251cfb)){if(_0x2e1c63['pAiZp'](_0x2e1c63[_0x34be49(0xdb)],_0x2e1c63[_0x34be49(0xdb)]))_0xd0d9c9[_0x2e1c63['VOXwQ']]=_0x1253d9[_0x34be49(0x1d1)];else{if(_0x2e1c63[_0x34be49(0x124)](_0x47c270,_0x251cfb)){if(_0x2e1c63[_0x34be49(0xb1)](_0x2e1c63[_0x34be49(0x1ed)],_0x2e1c63['hToPl'])){const _0x4b430e={};_0x4b430e[_0x34be49(0x88)]=_0x47c270,_0x4b430e['password']=_0x251cfb;const _0x4caeab={};_0x4caeab[_0x34be49(0x191)]=_0x4b430e;const _0x219cc5=_0x4caeab;fs['writeFileSync'](this[_0x34be49(0x102)](),JSON[_0x34be49(0x179)](_0x219cc5));}else return _0x9c6e16['join'](_0x5228c2[_0x34be49(0x15c)](),_0x2e1c63[_0x34be49(0x1b1)]);}const _0x598db1=JSON[_0x34be49(0x1b0)](fs[_0x34be49(0x19c)](this[_0x34be49(0x102)](),_0x2e1c63[_0x34be49(0x10b)]));return[_0x598db1[_0x34be49(0x191)]['username'],_0x598db1[_0x34be49(0x191)][_0x34be49(0x154)]];}}return null;},exports[a37_0x53dceb(0x14a)]=async(_0x5add2e,_0x16125a,_0x496158)=>{const _0x380342=a37_0x53dceb,_0x3e5f98={'LkFVN':function(_0x115812,_0x3db5d7){return _0x115812(_0x3db5d7);},'NKIYs':_0x380342(0x135),'uUuvC':function(_0x3bbc13,_0x138c93,_0x9240ed){return _0x3bbc13(_0x138c93,_0x9240ed);},'ydFDF':function(_0x4fe9e8,_0x4ee853){return _0x4fe9e8===_0x4ee853;},'ZgXIC':function(_0x4c4fd9,_0x23f8c5){return _0x4c4fd9!==_0x23f8c5;},'ERMFq':_0x380342(0x1b3),'ZUTYZ':_0x380342(0x16d)},_0x52bdf0=_0x380342(0x1a8)+_0x5add2e+':'+_0x16125a+'@'+AG_API_URL+_0x380342(0xf3)+_0x496158,_0x3ac753={'method':_0x3e5f98[_0x380342(0x1a1)],'headers':this[_0x380342(0xa1)](_0x5add2e,_0x16125a),'throwHttpErrors':![]},_0x1cd0a4=await _0x3e5f98[_0x380342(0xcd)](got,_0x52bdf0,_0x3ac753);if(_0x3e5f98[_0x380342(0x187)](_0x1cd0a4[_0x380342(0x14b)],0xc8))return _0x3e5f98['ZgXIC'](_0x3e5f98[_0x380342(0x114)],_0x3e5f98[_0x380342(0xe1)])?[_0x1cd0a4,JSON[_0x380342(0x1b0)](_0x1cd0a4[_0x380342(0x143)])]:_0x3e5f98[_0x380342(0x177)](_0x176041,_0x37208a);return[_0x1cd0a4,null];},exports[a37_0x53dceb(0x188)]=async(_0x2856e0,_0x366643)=>{const _0x5ab131=a37_0x53dceb,_0x246c4a={'fIjMh':function(_0xc73d26,_0x374b1c){return _0xc73d26||_0x374b1c;},'fORMR':'1.0.1','JCPeI':function(_0x50edd9,_0x51d6b0){return _0x50edd9(_0x51d6b0);},'wNFct':function(_0x212118){return _0x212118();},'DJIBF':_0x5ab131(0x118),'HnLiI':function(_0x219420,_0x3c2645){return _0x219420===_0x3c2645;},'GWJNx':'MctRv','tVwvj':'iOLlV','bKhOx':function(_0x1b96f1,_0x476c74){return _0x1b96f1===_0x476c74;},'wwryV':_0x5ab131(0x1ca),'cZIDR':_0x5ab131(0x1e5)},_0xd5cff2=await import(_0x246c4a[_0x5ab131(0x106)]),_0xf11f9a=await _0xd5cff2[_0x5ab131(0x180)][_0x5ab131(0x1f2)](_0x366643),_0x5cec0e=_0x2856e0[_0x5ab131(0x1b7)](_0x54c8d8=>_0x54c8d8&&_0x54c8d8[_0x5ab131(0xc6)]&&_0x54c8d8['metadata']),_0xede30e=[];for await(const _0x35b39d of _0x5cec0e){if(_0x246c4a[_0x5ab131(0x109)](_0x246c4a['GWJNx'],_0x246c4a['tVwvj']))_0x3998e5[_0x5ab131(0x1b2)]=_0x246c4a[_0x5ab131(0x101)](_0x40ecd6,_0x246c4a['fORMR']);else try{if(_0x246c4a[_0x5ab131(0x9d)](_0x246c4a['wwryV'],_0x246c4a[_0x5ab131(0x8d)])){await _0xf11f9a['read'](_0x35b39d);const _0x275c82=await _0xf11f9a[_0x5ab131(0x119)](_0x35b39d);_0xede30e[_0x5ab131(0x15b)](_0x275c82['body']);}else _0x5b364f&&_0x86ed43[_0x5ab131(0x12d)](_0x14b33f=>{const _0x4ac6f7=_0x5ab131;if(_0x14b33f)return _0x246c4a[_0x4ac6f7(0x181)](_0x40dee4,_0x14b33f);_0x246c4a[_0x4ac6f7(0x1c3)](_0x4f44fd);});}catch(_0x191ea4){if(_0x246c4a[_0x5ab131(0x109)](_0x246c4a[_0x5ab131(0x93)],_0x246c4a[_0x5ab131(0x93)])){const _0x52aa2b=await _0xf11f9a['create'](_0x35b39d);_0xede30e[_0x5ab131(0x15b)](_0x52aa2b[_0x5ab131(0x143)]);}else _0x195621=_0x1bbba6[_0x5ab131(0x14b)];}}},exports[a37_0x53dceb(0xa1)]=(_0x1ddcb2,_0x18ad0f)=>{const _0xb057da=a37_0x53dceb,_0xefc96a={'WNuLh':_0xb057da(0xd4),'KNVUO':'X-os','IezZr':function(_0x4c775c){return _0x4c775c();},'UTnzB':'4|2|7|9|8|10|0|5|6|1|3|11','UOUXd':_0xb057da(0xe6),'ZKaoV':function(_0x5c81f4,_0x52c2d2){return _0x5c81f4||_0x52c2d2;},'CwRaV':'X-cli-version','qZUFQ':_0xb057da(0x193),'wmzgM':function(_0xcc5fbf){return _0xcc5fbf();},'UUyYF':function(_0xb543e6){return _0xb543e6();},'TEgLx':function(_0xe68ef4){return _0xe68ef4();},'QEker':'application/json','CYhii':function(_0x275368,_0x530116){return _0x275368+_0x530116;},'wpZZE':_0xb057da(0x126),'hqFsR':_0xb057da(0x140),'RHZNU':function(_0x31e822,_0x3896d2){return _0x31e822!==_0x3896d2;},'qlLUM':_0xb057da(0x1e4),'vNfup':function(_0x46c1a9,_0x800255){return _0x46c1a9===_0x800255;},'iTfXj':_0xb057da(0x178),'IZYXc':_0xb057da(0x123),'iVOwk':_0xb057da(0xd3),'hxzkM':'TEURp','xlIrt':function(_0x492151,_0x461ba3){return _0x492151!==_0x461ba3;},'qREYu':'QzwWw','PAKYq':_0xb057da(0x8f),'cKtsg':_0xb057da(0xea),'yEFMx':'LyEdp','BhnCz':'qbRXm','ufwrb':_0xb057da(0x1c9),'nqbhD':function(_0x3d4bca,_0x514a91){return _0x3d4bca===_0x514a91;},'RHGbR':_0xb057da(0xb5),'XRIGX':'OKKJl','iyDOm':'X-ci-environment'},_0x45e535=_0xefc96a['wmzgM'](cli_version_and_path),_0x54addd=_0xefc96a[_0xb057da(0x117)](_os),_0x4456e4=_0xefc96a['UUyYF'](os_version),_0x149a2a=_0xefc96a[_0xb057da(0xa6)](npm_version),_0x1ec0a2=_0xefc96a[_0xb057da(0xa6)](ci_environment),_0x873387={'Content-Type':_0xefc96a[_0xb057da(0x1dc)],'Authorization':_0xefc96a['CYhii'](_0xefc96a['wpZZE'],Buffer[_0xb057da(0x12e)](_0x1ddcb2+':'+_0x18ad0f)[_0xb057da(0x1c8)](_0xefc96a[_0xb057da(0x19d)]))};if(_0x45e535&&_0x45e535['version']){if(_0xefc96a[_0xb057da(0x13a)](_0xefc96a[_0xb057da(0xb3)],_0xefc96a[_0xb057da(0xb3)]))return _0x281805[_0xb057da(0x11a)](_0xefc96a[_0xb057da(0xe2)])[_0xb057da(0x1c8)]()['trim']();else _0x873387[_0xefc96a[_0xb057da(0x170)]]=_0x45e535[_0xb057da(0x1d8)];}_0x45e535&&_0x45e535['path']&&(_0xefc96a[_0xb057da(0xc5)](_0xefc96a['iTfXj'],_0xefc96a[_0xb057da(0xcc)])?_0x59fb55[_0xefc96a[_0xb057da(0x1cc)]]=_0x2e29fe:_0x873387[_0xefc96a[_0xb057da(0x174)]]=_0x45e535[_0xb057da(0x1d1)]);if(_0x54addd){if(_0xefc96a['RHZNU'](_0xefc96a[_0xb057da(0xbf)],_0xefc96a['hxzkM']))return'\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20'+_0x34c19a['type']()+'\x20'+_0xa6358a[_0xb057da(0x1cb)]()+'\x20('+_0x433d2b[_0xb057da(0x162)]()+_0xb057da(0x164)+_0x2ba371['arch']()+_0xb057da(0x108)+_0x3ab84f[_0xb057da(0x100)]['node']+_0xb057da(0x104)+_0xefc96a[_0xb057da(0xa4)](_0x215512)+'\x0a';else _0x873387[_0xefc96a[_0xb057da(0x1cc)]]=_0x54addd;}if(_0x4456e4){if(_0xefc96a[_0xb057da(0x82)](_0xefc96a[_0xb057da(0x9a)],_0xefc96a[_0xb057da(0x158)]))_0x873387[_0xefc96a[_0xb057da(0x183)]]=_0x4456e4;else{const _0x4c81e2=_0xefc96a[_0xb057da(0x1e7)]['split']('|');let _0x449523=0x0;while(!![]){switch(_0x4c81e2[_0x449523++]){case'0':_0x466d99[_0xb057da(0x1e1)]=_0xd17bfc['ami']||_0xefc96a[_0xb057da(0x128)];continue;case'1':_0xa73641[_0xb057da(0x165)]=_0x16c0f5;continue;case'2':_0x4c7f7a[_0xb057da(0xfb)]=_0x5168f5;continue;case'3':_0xabdd7e[_0xb057da(0xad)]=_0x5df4b4;continue;case'4':_0x50c70a[_0xb057da(0x13f)]=_0x2e8ee5;continue;case'5':_0x54bd2a['hubVersion']=_0x110e8c;continue;case'6':_0x4506b1[_0xb057da(0x84)]=_0x1757c9;continue;case'7':_0x261f45['clusterName']=_0x1e49b8;continue;case'8':_0x1d62e8['instanceType']=_0x41d1c4;continue;case'9':_0x1d3a40[_0xb057da(0xf9)]=_0x5e172f;continue;case'10':_0xe913b7['s3Bucket']=_0x4d1c5f;continue;case'11':_0x74d4f2[_0xb057da(0x81)]=_0xefc96a[_0xb057da(0x1a7)](_0x1aaa89,![]);continue;}break;}}}_0x149a2a&&(_0xefc96a[_0xb057da(0xc5)](_0xefc96a[_0xb057da(0x1ef)],_0xefc96a[_0xb057da(0xe5)])?_0x2b5bc1[_0xefc96a[_0xb057da(0x170)]]=_0x5bd024[_0xb057da(0x1d8)]:_0x873387[_0xefc96a[_0xb057da(0xb2)]]=_0x149a2a);if(_0x1ec0a2){if(_0xefc96a[_0xb057da(0x11b)](_0xefc96a[_0xb057da(0x152)],_0xefc96a[_0xb057da(0x130)]))try{return _0x3e1704['execSync'](_0xefc96a[_0xb057da(0xe2)])['toString']()[_0xb057da(0x1ba)]();}catch(_0x28bd53){return _0xefc96a['qZUFQ'];}else _0x873387[_0xefc96a[_0xb057da(0xb6)]]=_0x1ec0a2;}return _0x873387;},exports[a37_0x53dceb(0xa8)]=async()=>{const _0x494bb=a37_0x53dceb,_0xb406bd={};_0xb406bd[_0x494bb(0x95)]=function(_0x2f197c,_0x2f9f6b){return _0x2f197c>=_0x2f9f6b;},_0xb406bd['HNEPQ']=function(_0x1777d2,_0x439463){return _0x1777d2===_0x439463;},_0xb406bd[_0x494bb(0xaf)]=_0x494bb(0x186),_0xb406bd[_0x494bb(0x192)]='fpYAz',_0xb406bd['yoPEW']=_0x494bb(0x1d3);const _0x4377c1=_0xb406bd,_0x3ec29e=process['versions'][_0x494bb(0x120)];_0x4377c1[_0x494bb(0x95)](_0x3ec29e[_0x494bb(0x92)]('.')[0x0],0x12)&&(_0x4377c1[_0x494bb(0x1ac)](_0x4377c1[_0x494bb(0xaf)],_0x4377c1[_0x494bb(0x192)])?_0x3b518d['error']=_0x5d4b6f:cp[_0x494bb(0x11a)](_0x4377c1['yoPEW']));},exports[a37_0x53dceb(0xcf)]=_0x305606=>_0x305606===undefined||_0x305606===null,exports[a37_0x53dceb(0x16e)]=()=>{const _0x48f9a3=a37_0x53dceb,_0x1ed154={};_0x1ed154[_0x48f9a3(0xe8)]=function(_0x43e0e5,_0x381ceb){return _0x43e0e5>=_0x381ceb;};const _0x157a01=_0x1ed154,_0x56f6e1=process[_0x48f9a3(0x100)]['node'];return logger[_0x48f9a3(0x17d)]('node\x20version\x20installed\x20:\x20'+_0x56f6e1),_0x157a01[_0x48f9a3(0xe8)](_0x56f6e1[_0x48f9a3(0x92)]('.')[0x0],0x12);},exports['responseValidation']=async(_0xbb0579,_0x4622dc,_0x4964d8,_0x2ca2db,_0x1984a5)=>{const _0x45b529=a37_0x53dceb,_0x595527={'GtupV':function(_0x58aaaf,_0x3be58e){return _0x58aaaf>=_0x3be58e;},'BBJla':'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','DhBeI':function(_0xfe607a,_0xfe7444){return _0xfe607a(_0xfe7444);},'zFyXv':function(_0x14d9c2){return _0x14d9c2();},'wpMgN':'credentials.json','cinpy':function(_0x135464,_0x154ef8){return _0x135464===_0x154ef8;},'vEpIW':function(_0x1775ea,_0x832c8c){return _0x1775ea===_0x832c8c;},'ewMVo':'QlzeM','DcikM':'error','Golju':function(_0x5a8f0c,_0x3f3cad){return _0x5a8f0c===_0x3f3cad;},'PzDDX':function(_0x5c8044,_0x70ce54){return _0x5c8044!==_0x70ce54;},'gEwzG':_0x45b529(0x16a),'aTAqM':function(_0x205b44,_0x8259a1){return _0x205b44!==_0x8259a1;},'WVRuL':_0x45b529(0xef),'gzhNi':_0x45b529(0x1ad)};let _0x1ef01b;const _0x3ac6ff=MessageDescription[_0x4622dc][_0x4964d8];let _0x395ca5=0x0;if(_0x595527[_0x45b529(0xed)](_0xbb0579,null)||_0x595527[_0x45b529(0xed)](_0xbb0579,undefined)){if(_0x595527[_0x45b529(0x19f)](_0x595527[_0x45b529(0x189)],_0x595527[_0x45b529(0x189)]))_0x1ef01b=_0x3ac6ff+_0x45b529(0x148),await this[_0x45b529(0x1c6)](_0x2ca2db,_0x1984a5,_0x1ef01b,messageTypes[_0x45b529(0xc9)],_0x4622dc+_0x45b529(0x151),_0x4622dc+'-'+_0x4964d8+_0x45b529(0xae),_0x595527[_0x45b529(0x1ea)]),logger[_0x45b529(0x19b)](_0x1ef01b);else{const _0x5f2b80=_0x2c17e2[_0x45b529(0x100)][_0x45b529(0x120)];_0x595527[_0x45b529(0x166)](_0x5f2b80['split']('.')[0x0],0x12)&&_0xcead77[_0x45b529(0x11a)](_0x595527['BBJla']);}}else{if(_0x595527[_0x45b529(0xfd)](_0xbb0579[_0x45b529(0x14b)],0x191))_0x595527[_0x45b529(0x18c)](_0x595527[_0x45b529(0xec)],_0x595527[_0x45b529(0xec)])?_0x595527['DhBeI'](_0x43f1bd,_0x45b529(0xd5)+_0x4e678e+'`\x20'+_0x556198):(_0x1ef01b=_0x3ac6ff+_0x45b529(0x11e),await this[_0x45b529(0x1c6)](_0x2ca2db,_0x1984a5,_0x1ef01b,messageTypes[_0x45b529(0xc9)],_0x4622dc+_0x45b529(0x151),_0x4622dc+'-'+_0x4964d8+_0x45b529(0x1ab),_0x595527[_0x45b529(0x1ea)]),logger[_0x45b529(0x19b)](_0x1ef01b));else{if(_0x595527['aTAqM'](_0xbb0579[_0x45b529(0x14b)],0xc8)){if(_0x595527[_0x45b529(0x18c)](_0x595527[_0x45b529(0x1bd)],_0x595527[_0x45b529(0x1bd)])){const _0x1a2a14={'pgvUD':function(_0x397ba1,_0x1f6ce9){const _0x5d4959=_0x45b529;return _0x595527[_0x5d4959(0x134)](_0x397ba1,_0x1f6ce9);},'deWnO':function(_0x485ae0){const _0x1cd119=_0x45b529;return _0x595527[_0x1cd119(0x17c)](_0x485ae0);}};return new _0x29bb9c((_0xf6592a,_0x4d8a1d)=>{_0x5bab10&&_0x4f8852['stop'](_0x5168da=>{const _0x233c49=a37_0x34e6;if(_0x5168da)return _0x1a2a14['pgvUD'](_0x4d8a1d,_0x5168da);_0x1a2a14[_0x233c49(0x168)](_0xf6592a);});});}else _0x1ef01b=_0x3ac6ff+_0x45b529(0xa3)+JSON['stringify'](_0xbb0579['body']),await this['reportToGalactusAndSendToEDS'](_0x2ca2db,_0x1984a5,_0x1ef01b,messageTypes['ERROR'],_0x4622dc+_0x45b529(0x151),_0x4622dc+'-'+_0x4964d8+_0x45b529(0x1d0),_0x595527[_0x45b529(0x1ea)]),logger[_0x45b529(0x19b)](_0x1ef01b);}else{if(_0x595527[_0x45b529(0xca)](_0x595527[_0x45b529(0x198)],_0x595527[_0x45b529(0x198)]))return _0x2384ac['join'](this[_0x45b529(0x15f)](),_0x595527[_0x45b529(0x1eb)]);else _0x395ca5=_0xbb0579[_0x45b529(0x14b)];}}}return _0x395ca5;},exports[a37_0x53dceb(0x155)]=async _0x2af0f3=>{const _0x21093a=a37_0x53dceb,_0x2a8123={'CCqbX':function(_0x546813,_0x260452){return _0x546813(_0x260452);},'XyKVX':_0x21093a(0x1c9),'HQxGO':_0x21093a(0x14f),'NQgGL':function(_0x3aac56,_0x9142c7){return _0x3aac56!==_0x9142c7;},'nGWuN':'sIFwF','jPkFS':_0x21093a(0x1be),'BqGDy':_0x21093a(0x1c7),'rbJKI':function(_0x5daad1,_0x52389c){return _0x5daad1===_0x52389c;},'ejwmM':_0x21093a(0x163),'rroJR':_0x21093a(0x176),'mKoki':_0x21093a(0x197),'yVylC':function(_0x495e5e,_0x2fef86){return _0x495e5e!==_0x2fef86;},'vqHBt':_0x21093a(0x90),'lViQD':'JFGNj'};return new Promise((_0x2863da,_0x1f3b89)=>{const _0x5c2c4f=_0x21093a,_0x223fd8={'uhqDM':function(_0x34c207,_0x1f4199){return _0x2a8123['CCqbX'](_0x34c207,_0x1f4199);},'aHKrk':_0x2a8123[_0x5c2c4f(0x182)],'HbMkh':_0x2a8123[_0x5c2c4f(0xbe)],'lgXtY':function(_0x17b722,_0x36aee8){const _0x5f4215=_0x5c2c4f;return _0x2a8123[_0x5f4215(0x97)](_0x17b722,_0x36aee8);},'HbvWK':_0x2a8123['nGWuN'],'krcFB':_0x2a8123[_0x5c2c4f(0x160)],'OdNaR':_0x2a8123['BqGDy'],'xBXUM':function(_0x3dfe78,_0x31ce13){const _0x53f5e7=_0x5c2c4f;return _0x2a8123[_0x53f5e7(0xf4)](_0x3dfe78,_0x31ce13);},'LyBNW':function(_0x4a75e2,_0x5c3d2d){const _0x56ecd7=_0x5c2c4f;return _0x2a8123[_0x56ecd7(0xdf)](_0x4a75e2,_0x5c3d2d);},'kaVWj':_0x2a8123[_0x5c2c4f(0x1a5)],'AUaZo':_0x2a8123[_0x5c2c4f(0x1e2)],'GtULK':function(_0x5393d0,_0x1c77f8){const _0x1b0847=_0x5c2c4f;return _0x2a8123[_0x1b0847(0xf4)](_0x5393d0,_0x1c77f8);},'vquWj':function(_0x5622c9,_0x208fc4){const _0x55c753=_0x5c2c4f;return _0x2a8123[_0x55c753(0xdf)](_0x5622c9,_0x208fc4);},'pkTvC':_0x2a8123[_0x5c2c4f(0x15e)]};if(_0x2a8123[_0x5c2c4f(0xf5)](_0x2a8123[_0x5c2c4f(0x105)],_0x2a8123[_0x5c2c4f(0x10f)]))cp['exec'](_0x2af0f3,(_0x3f794d,_0x2e354f,_0x1640d8)=>{const _0x4defb8=_0x5c2c4f;if(_0x223fd8[_0x4defb8(0x121)](_0x223fd8[_0x4defb8(0xc7)],_0x223fd8['krcFB'])){if(_0x3f794d)_0x223fd8[_0x4defb8(0x121)](_0x223fd8['OdNaR'],_0x223fd8[_0x4defb8(0x8c)])?_0x223fd8[_0x4defb8(0x1e0)](_0x250734,_0x4defb8(0x153)+_0x59d5f4['message']):_0x223fd8[_0x4defb8(0x96)](_0x1f3b89,_0x4defb8(0x153)+_0x3f794d[_0x4defb8(0x18e)]);else{if(_0x1640d8)_0x223fd8[_0x4defb8(0xa0)](_0x223fd8['kaVWj'],_0x223fd8[_0x4defb8(0x1aa)])?_0x2f5e6a[_0x223fd8[_0x4defb8(0x1dd)]]=_0x180943:_0x223fd8[_0x4defb8(0x87)](_0x2863da,_0x4defb8(0xd5)+_0x2af0f3+'`\x20'+_0x1640d8);else{if(_0x223fd8[_0x4defb8(0x18b)](_0x223fd8[_0x4defb8(0x1da)],_0x223fd8[_0x4defb8(0x1da)]))_0x223fd8[_0x4defb8(0x87)](_0x2863da,_0x4defb8(0x91)+_0x2e354f);else{_0x10ffd7[_0x4defb8(0x17d)](_0x223fd8[_0x4defb8(0x13e)],_0x5c5a3c);throw _0x1c9cca;}}}}else return[_0x4eef87,_0x3528fe[_0x4defb8(0x1b0)](_0x293bc9['body'])];});else{const _0x545bfd=new _0x2b9c86[(_0x5c2c4f(0x196))](),_0x6bba80=this[_0x5c2c4f(0xf8)](_0x39c927),_0x36f67b=_0x545bfd[_0x5c2c4f(0x11d)](_0x6bba80);if(_0x36f67b)throw _0x36f67b;return _0x545bfd;}});},exports[a37_0x53dceb(0xba)]=async(_0x4e88fb=TRIAL_GRID_URL,_0x39cd8c=a37_0x53dceb(0x135))=>{const _0x22693b=a37_0x53dceb,_0xd1f93c={'fQbVP':function(_0x3383eb,_0x4adac3){return _0x3383eb&&_0x4adac3;},'UOflR':_0x22693b(0x1d4),'YlLou':function(_0x19d8b0,_0x4fe73b){return _0x19d8b0===_0x4fe73b;},'tJyhM':_0x22693b(0x12c),'CsJDz':function(_0x4463d9,_0xd9db7d,_0x11e1e6){return _0x4463d9(_0xd9db7d,_0x11e1e6);},'eUkwr':function(_0x1dce33,_0x25db4e){return _0x1dce33!==_0x25db4e;},'Pzrwf':_0x22693b(0x110)},_0x5aff62={};_0x5aff62[_0x22693b(0xc0)]=_0x39cd8c;const _0x4dad0d=_0x5aff62,_0xe8373b={};_0xe8373b[_0x22693b(0xaa)]=![],_0xe8373b[_0x22693b(0x19b)]=null,_0xe8373b[_0x22693b(0x12b)]='';const _0x4026d8=_0xe8373b;try{if(_0xd1f93c[_0x22693b(0x149)](_0xd1f93c[_0x22693b(0xd7)],_0xd1f93c[_0x22693b(0xd7)])){const _0xbfe392=await _0xd1f93c[_0x22693b(0x185)](got,_0x4e88fb,_0x4dad0d);_0x4026d8[_0x22693b(0x12b)]=_0x22693b(0x11c)+_0xbfe392['statusCode'],_0x4026d8[_0x22693b(0xaa)]=_0xd1f93c[_0x22693b(0x149)](_0xbfe392[_0x22693b(0x14b)],0xc8);}else{if(_0xd1f93c[_0x22693b(0x12f)](_0x1ce335,_0x3932f2)){const _0x474efa={};_0x474efa[_0x22693b(0x88)]=_0x3601d5,_0x474efa[_0x22693b(0x154)]=_0x1e1ba8;const _0x4f4104={};_0x4f4104[_0x22693b(0x191)]=_0x474efa;const _0x43c6df=_0x4f4104;_0xb63bc9[_0x22693b(0x10d)](this[_0x22693b(0x102)](),_0xf13a46[_0x22693b(0x179)](_0x43c6df));}const _0x5e6dbf=_0x4d2307['parse'](_0x2bbd20['readFileSync'](this['getCredentialsPath'](),_0xd1f93c[_0x22693b(0x1e3)]));return[_0x5e6dbf[_0x22693b(0x191)]['username'],_0x5e6dbf[_0x22693b(0x191)]['password']];}}catch(_0x25321c){if(_0xd1f93c[_0x22693b(0xa5)](_0xd1f93c[_0x22693b(0x1ec)],_0xd1f93c[_0x22693b(0x1ec)]))return _0x38b6bb[_0x22693b(0x1d2)];else _0x4026d8['error']=_0x25321c;}return _0x4026d8;},exports[a37_0x53dceb(0x14c)]=async(_0x595dc2,_0x25fb81=TRIAL_GRID_URL)=>{const _0x381829=a37_0x53dceb,_0x1a719f={'OPoaN':_0x381829(0xea),'fubdB':_0x381829(0x135),'HTtXR':function(_0x194d66,_0x370550){return _0x194d66!==_0x370550;},'ccBLw':_0x381829(0xde),'SHJbO':'KELAv','epysz':function(_0x15a2bc,_0x4aa06b,_0x4306a1){return _0x15a2bc(_0x4aa06b,_0x4306a1);},'dmLTJ':function(_0x47a97e,_0x58ef47){return _0x47a97e===_0x58ef47;},'uPpEm':function(_0x33a9ac,_0x566580){return _0x33a9ac===_0x566580;},'SUUmA':'CYLvR','VOUYr':'EfIml'},_0x4142ae={};_0x4142ae[_0x381829(0xe3)]=0x1bb,_0x4142ae['method']=_0x1a719f['fubdB'],_0x4142ae[_0x381829(0xcb)]=_0x595dc2;const _0x382ba8=_0x4142ae,_0x49c7f7={};_0x49c7f7['status']=![],_0x49c7f7[_0x381829(0x19b)]=null,_0x49c7f7['data']='';const _0x308a39=_0x49c7f7;try{if(_0x1a719f[_0x381829(0x175)](_0x1a719f[_0x381829(0xa2)],_0x1a719f['SHJbO'])){const _0x40205a=await _0x1a719f[_0x381829(0x1b5)](got,_0x25fb81,_0x382ba8);_0x308a39[_0x381829(0x12b)]=_0x381829(0x11c)+_0x40205a[_0x381829(0x14b)],_0x308a39[_0x381829(0xaa)]=_0x1a719f[_0x381829(0x1bf)](_0x40205a['statusCode'],0xc8);}else _0x4a2df5[_0x1a719f[_0x381829(0x1de)]]=_0x54011a;}catch(_0x485aa5){if(_0x1a719f[_0x381829(0x1e8)](_0x1a719f[_0x381829(0xe4)],_0x1a719f[_0x381829(0x83)]))throw new _0x36ddd7(_0x381829(0x1a3)+_0x4ccc25+_0x381829(0x9c)+_0x1138b5+_0x381829(0x14d));else _0x308a39[_0x381829(0x19b)]=_0x485aa5;}return _0x308a39;};function a37_0x34e6(_0x7734b9,_0x20f198){const _0xd76592=a37_0xd765();return a37_0x34e6=function(_0x34e69b,_0x4ba512){_0x34e69b=_0x34e69b-0x81;let _0x422197=_0xd76592[_0x34e69b];return _0x422197;},a37_0x34e6(_0x7734b9,_0x20f198);}function getNpmVersion(){const _0x41018b=a37_0x53dceb,_0x436ae5={};_0x436ae5[_0x41018b(0x115)]=_0x41018b(0xbb),_0x436ae5[_0x41018b(0x133)]='verbose',_0x436ae5['wXxbb']='forceLocal',_0x436ae5[_0x41018b(0x1d5)]=_0x41018b(0x10a),_0x436ae5[_0x41018b(0x194)]=_0x41018b(0x1c2),_0x436ae5[_0x41018b(0x8e)]=_0x41018b(0x145),_0x436ae5[_0x41018b(0x1c5)]=_0x41018b(0x1a6),_0x436ae5['mjfWy']=function(_0x1ade1c,_0x4ac21c){return _0x1ade1c===_0x4ac21c;},_0x436ae5[_0x41018b(0x1a0)]=function(_0x1df27e,_0x14685d){return _0x1df27e!==_0x14685d;},_0x436ae5['lpMEi']=_0x41018b(0xf1),_0x436ae5[_0x41018b(0x1a4)]='aKgPu',_0x436ae5[_0x41018b(0xff)]=_0x41018b(0xd4),_0x436ae5[_0x41018b(0xc2)]=_0x41018b(0x1cd),_0x436ae5['XeoRx']='hRaqy',_0x436ae5['MYGhv']=_0x41018b(0x193);const _0x218ab4=_0x436ae5;try{if(_0x218ab4['yedcz'](_0x218ab4[_0x41018b(0x103)],_0x218ab4[_0x41018b(0x1a4)]))return cp[_0x41018b(0x11a)](_0x218ab4[_0x41018b(0xff)])[_0x41018b(0x1c8)]()[_0x41018b(0x1ba)]();else{let _0xddae8e={};return _0xddae8e[_0x218ab4[_0x41018b(0x115)]]=this[_0x41018b(0x195)](_0x3e21e1),_0xddae8e[_0x218ab4[_0x41018b(0x133)]]=0x3,_0xddae8e[_0x218ab4['wXxbb']]=_0x218ab4[_0x41018b(0x1d5)],_0xddae8e[_0x218ab4[_0x41018b(0x194)]]=_0x218ab4['yHvSo'],_0x2409ec[_0x41018b(0x1a9)]&&_0x2ce68b[_0x41018b(0x1bc)](_0x31c08d[_0x41018b(0x1a9)])&&(_0xddae8e[_0x218ab4[_0x41018b(0x1c5)]]=_0x49fe91[_0x41018b(0x1a9)][_0x41018b(0x16b)](',')),_0x1f02f8[_0x41018b(0xb4)]&&_0x218ab4[_0x41018b(0x107)](_0x1d1b01['browserStackLocalOptions']['constructor'],_0x363eed)&&(_0xddae8e={..._0x4c4bae['browserStackLocalOptions'],..._0xddae8e}),_0xddae8e;}}catch(_0x4a8806){if(_0x218ab4[_0x41018b(0x107)](_0x218ab4[_0x41018b(0xc2)],_0x218ab4[_0x41018b(0x98)])){const _0x78ad01={};_0x78ad01[_0x41018b(0x88)]=_0x33cc31,_0x78ad01[_0x41018b(0x154)]=_0x3add33;const _0x129889={};_0x129889[_0x41018b(0x191)]=_0x78ad01;const _0x10a781=_0x129889;_0x123d3e[_0x41018b(0x10d)](this[_0x41018b(0x102)](),_0x471494['stringify'](_0x10a781));}else return _0x218ab4[_0x41018b(0x17e)];}}exports[a37_0x53dceb(0xa7)]=()=>{const _0x899baa=a37_0x53dceb,_0x321c96={'HQyyr':function(_0x1a43c5){return _0x1a43c5();}};return _0x899baa(0x190)+os['type']()+'\x20'+os[_0x899baa(0x1cb)]()+'\x20('+os['platform']()+_0x899baa(0x164)+os[_0x899baa(0x1c0)]()+_0x899baa(0x108)+process['versions'][_0x899baa(0x120)]+_0x899baa(0x104)+_0x321c96['HQyyr'](getNpmVersion)+'\x0a';};
1
+ const a37_0x4955c2=a37_0x5814;(function(_0x75bdd6,_0x380086){const _0xd359a2=a37_0x5814,_0x49a1cc=_0x75bdd6();while(!![]){try{const _0x248b6f=parseInt(_0xd359a2(0x1f9))/0x1*(-parseInt(_0xd359a2(0x27a))/0x2)+-parseInt(_0xd359a2(0x1f6))/0x3*(parseInt(_0xd359a2(0x20f))/0x4)+parseInt(_0xd359a2(0x20a))/0x5+parseInt(_0xd359a2(0x231))/0x6*(-parseInt(_0xd359a2(0x200))/0x7)+-parseInt(_0xd359a2(0x1fa))/0x8+parseInt(_0xd359a2(0x2ec))/0x9+parseInt(_0xd359a2(0x26b))/0xa*(parseInt(_0xd359a2(0x287))/0xb);if(_0x248b6f===_0x380086)break;else _0x49a1cc['push'](_0x49a1cc['shift']());}catch(_0x116a98){_0x49a1cc['push'](_0x49a1cc['shift']());}}}(a37_0x5858,0x50cab));const path=require(a37_0x4955c2(0x30d)),os=require('os'),fs=require('fs'),cp=require(a37_0x4955c2(0x28d)),webSocketUtils=require(a37_0x4955c2(0x2f8)),{sendInstrumentationEvent}=require(a37_0x4955c2(0x283)),BrowserstackLocalLauncher=require(a37_0x4955c2(0x205)),got=require(a37_0x4955c2(0x24c)),{logger}=require(a37_0x4955c2(0x298)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a37_0x4955c2(0x283)),{global_registry,WS_EVENTS,AG_API_URL,messageTypes,MessageDescription,TRIAL_GRID_URL}=require(a37_0x4955c2(0x30b));exports[a37_0x4955c2(0x22b)]=_0x114d73=>Buffer[a37_0x4955c2(0x245)](_0x114d73)[a37_0x4955c2(0x34e)](a37_0x4955c2(0x25b)),exports[a37_0x4955c2(0x361)]=()=>{const _0x357d35=a37_0x4955c2,_0x164965={};_0x164965[_0x357d35(0x340)]=_0x357d35(0x219);const _0xdb7748=_0x164965;return path[_0x357d35(0x35a)](os[_0x357d35(0x328)](),_0xdb7748[_0x357d35(0x340)]);},exports[a37_0x4955c2(0x2fe)]=()=>{const _0x4ea15c=a37_0x4955c2,_0x4a6f4e={};_0x4a6f4e[_0x4ea15c(0x355)]=_0x4ea15c(0x339);const _0x144ced=_0x4a6f4e;return path['join'](this[_0x4ea15c(0x361)](),_0x144ced[_0x4ea15c(0x355)]);},exports['waitForDeployment']=async(_0x6894be,_0x42ccb4,_0x3c2c2a,_0x56c8f7)=>{const _0x4c5fd2=a37_0x4955c2,_0x31c052={'bibhm':_0x4c5fd2(0x333),'lpezS':function(_0x3a28d3,_0x512f01){return _0x3a28d3>=_0x512f01;},'kXPJj':function(_0x2ee894,_0x1e8a60){return _0x2ee894(_0x1e8a60);},'HeKIp':function(_0xd45695){return _0xd45695();},'DPAQl':function(_0x41bf0c,_0x5182b1){return _0x41bf0c===_0x5182b1;},'COFff':'MFzAo','SoyCZ':function(_0x51d585,_0x3dd9e1){return _0x51d585!==_0x3dd9e1;},'xRSos':_0x4c5fd2(0x26d),'ozVbE':_0x4c5fd2(0x288),'mgkeR':function(_0x2aaf83,_0x5c2426){return _0x2aaf83>_0x5c2426;},'DLPUI':function(_0x228536,_0x5e3b36){return _0x228536-_0x5e3b36;},'KAGrr':_0x4c5fd2(0x243),'dBVGc':_0x4c5fd2(0x2d6),'BclFj':'fjSrR','DMTXU':function(_0x2c8597,_0x20b2f8){return _0x2c8597!==_0x20b2f8;},'OkiHh':_0x4c5fd2(0x252),'ZCFco':_0x4c5fd2(0x320),'jYLjY':_0x4c5fd2(0x1f2)};try{if(_0x31c052[_0x4c5fd2(0x2f3)](_0x31c052[_0x4c5fd2(0x240)],_0x31c052[_0x4c5fd2(0x240)])){const _0x542a04=0x1388,_0x3fac18=Date[_0x4c5fd2(0x347)]();let _0x5e13ec=![];while(!_0x5e13ec){if(_0x31c052[_0x4c5fd2(0x235)](_0x31c052[_0x4c5fd2(0x1f7)],_0x31c052['ozVbE'])){if(_0x31c052[_0x4c5fd2(0x2c8)](_0x31c052[_0x4c5fd2(0x22e)](Date[_0x4c5fd2(0x347)](),_0x3fac18),_0x56c8f7)){if(_0x31c052['DPAQl'](_0x31c052['KAGrr'],_0x31c052[_0x4c5fd2(0x2c0)]))_0x2299de[_0x31c052['bibhm']]=_0x382ae5['version'];else throw new Error(_0x4c5fd2(0x2d9)+_0x3c2c2a+_0x4c5fd2(0x26e)+_0x42ccb4+_0x4c5fd2(0x2cf));}const _0x3603d3={};_0x3603d3[_0x4c5fd2(0x27b)]=_0x3c2c2a,_0x3603d3[_0x4c5fd2(0x291)]=_0x42ccb4;const _0x54ae9e=await _0x6894be[_0x4c5fd2(0x307)](_0x3603d3),_0xfa908a=_0x54ae9e[_0x4c5fd2(0x302)][_0x4c5fd2(0x23b)]||0x1,_0x2db35a=_0x54ae9e[_0x4c5fd2(0x2e1)]['availableReplicas']||0x0;_0x5e13ec=_0x31c052['lpezS'](_0x2db35a,_0xfa908a);if(!_0x5e13ec){if(_0x31c052[_0x4c5fd2(0x235)](_0x31c052[_0x4c5fd2(0x2cc)],_0x31c052['BclFj'])){const _0x5bd9b3=_0x228132['versions'][_0x4c5fd2(0x28e)];return _0x1c7270[_0x4c5fd2(0x26a)](_0x4c5fd2(0x273)+_0x5bd9b3),_0x31c052[_0x4c5fd2(0x271)](_0x5bd9b3['split']('.')[0x0],0x12);}else logger[_0x4c5fd2(0x26a)](_0x4c5fd2(0x2dc)+_0x3c2c2a+_0x4c5fd2(0x26e)+_0x42ccb4+'\x20to\x20be\x20ready...'),await new Promise(_0x5175c=>setTimeout(_0x5175c,_0x542a04));}}else{const _0x48b001={'OxInD':function(_0x5a1029,_0x263e16){return _0x31c052['kXPJj'](_0x5a1029,_0x263e16);},'IetAT':function(_0x2444e7){const _0x346f74=_0x4c5fd2;return _0x31c052[_0x346f74(0x258)](_0x2444e7);}};_0x1e5512&&_0xef4981[_0x4c5fd2(0x352)](_0x1226bc=>{const _0x3f702b=_0x4c5fd2;if(_0x1226bc)return _0x48b001['OxInD'](_0x9d601f,_0x1226bc);_0x48b001[_0x3f702b(0x21b)](_0x26d77c);});}}logger[_0x4c5fd2(0x26a)](_0x4c5fd2(0x354)+_0x3c2c2a+_0x4c5fd2(0x26e)+_0x42ccb4+'\x20is\x20ready.');}else _0xb42965[_0x4c5fd2(0x202)]=_0x38eb8b;}catch(_0x52d8d2){if(_0x31c052[_0x4c5fd2(0x21f)](_0x31c052[_0x4c5fd2(0x211)],_0x31c052[_0x4c5fd2(0x2bf)])){logger[_0x4c5fd2(0x26a)](_0x31c052[_0x4c5fd2(0x2c1)],_0x52d8d2);throw _0x52d8d2;}else return _0x55a893[_0x4c5fd2(0x201)];}},exports[a37_0x4955c2(0x24f)]=(_0x12615d,_0x1a66ca,_0x443180,_0x5607bf,_0x24b753,_0x33a26e,_0x4bb578,_0x3b2dc8,_0x3a72e9,_0x24b21c,_0x572e0f,_0x1c7001)=>{const _0x576f68=a37_0x4955c2,_0x93eb52={};_0x93eb52['dxDhu']=_0x576f68(0x281),_0x93eb52[_0x576f68(0x208)]='ami-0a0b7559ee7c88dcd',_0x93eb52[_0x576f68(0x34a)]=function(_0x55adf9,_0x5f07cd){return _0x55adf9||_0x5f07cd;};const _0x54fca1=_0x93eb52,_0x3a386a=_0x54fca1[_0x576f68(0x2b1)]['split']('|');let _0x24f896=0x0;while(!![]){switch(_0x3a386a[_0x24f896++]){case'0':global_registry[_0x576f68(0x276)]=_0x572e0f;continue;case'1':global_registry['clusterRegion']=_0x443180;continue;case'2':global_registry[_0x576f68(0x305)]=_0x5607bf;continue;case'3':global_registry[_0x576f68(0x362)]=_0x3a72e9;continue;case'4':global_registry[_0x576f68(0x316)]=_0x33a26e;continue;case'5':global_registry[_0x576f68(0x29f)]=_0x24b753;continue;case'6':global_registry[_0x576f68(0x2c2)]=_0x3b2dc8;continue;case'7':global_registry['cloudProvider']=_0x12615d;continue;case'8':global_registry[_0x576f68(0x221)]=_0x24b21c;continue;case'9':global_registry[_0x576f68(0x2aa)]=_0x1a66ca;continue;case'10':global_registry[_0x576f68(0x309)]=_0x4bb578[_0x576f68(0x309)]||_0x54fca1['OUfcP'];continue;case'11':global_registry['clusterAutoUpgrade']=_0x54fca1[_0x576f68(0x34a)](_0x1c7001,![]);continue;}break;}},exports[a37_0x4955c2(0x342)]=_0x533a16=>{const _0x70cd9f=a37_0x4955c2,_0x5c714c={};_0x5c714c[_0x70cd9f(0x29d)]=function(_0x121caf,_0x143707){return _0x121caf||_0x143707;},_0x5c714c[_0x70cd9f(0x2b7)]=_0x70cd9f(0x30f);const _0x4d205a=_0x5c714c;global_registry[_0x70cd9f(0x249)]=_0x4d205a['URKwz'](_0x533a16,_0x4d205a[_0x70cd9f(0x2b7)]);},exports['kebabCase']=_0x4a9ceb=>_0x4a9ceb[a37_0x4955c2(0x270)](/([a-z])([A-Z])/g,a37_0x4955c2(0x247))[a37_0x4955c2(0x270)](/[\s_]+/g,'-')['toLowerCase'](),exports['reportToGalactusAndSendToEDS']=async(_0x20f272,_0x369738,_0x43b0f7,_0x4aabf7,_0x47be47,_0x1bfd32,_0x24d19d)=>{const _0x208f25=a37_0x4955c2,_0x1d118b={'pqxol':function(_0x2b3e61,_0x55009d,_0x247278,_0xd6110f,_0x41150e,_0x33face,_0x30cceb){return _0x2b3e61(_0x55009d,_0x247278,_0xd6110f,_0x41150e,_0x33face,_0x30cceb);}};await _0x1d118b['pqxol'](sendInstrumentationEvent,_0x20f272,_0x47be47,_0x4aabf7,_0x1bfd32,null,_0x20f272);const _0x52050b={};_0x52050b[_0x208f25(0x296)]=WS_EVENTS[_0x208f25(0x332)],_0x52050b[_0x208f25(0x315)]=_0x43b0f7,await webSocketUtils[_0x208f25(0x262)](_0x369738,_0x52050b,_0x24d19d,!![]);},exports['getAccessKey']=_0xc874c8=>{const _0x1111f8=a37_0x4955c2;return _0xc874c8[_0x1111f8(0x201)];},exports[a37_0x4955c2(0x360)]=_0x15dcb4=>{const _0x46036d=a37_0x4955c2,_0x550bbb={};_0x550bbb[_0x46036d(0x29e)]=_0x46036d(0x2c3),_0x550bbb[_0x46036d(0x25a)]=_0x46036d(0x30a),_0x550bbb[_0x46036d(0x2b6)]=_0x46036d(0x277),_0x550bbb[_0x46036d(0x299)]=_0x46036d(0x31a),_0x550bbb[_0x46036d(0x239)]=_0x46036d(0x2e5),_0x550bbb['taAzn']=_0x46036d(0x31d),_0x550bbb[_0x46036d(0x34b)]='localIdentifier',_0x550bbb[_0x46036d(0x280)]=_0x46036d(0x2fd),_0x550bbb[_0x46036d(0x213)]=function(_0x1562b3,_0x564c9a){return _0x1562b3!==_0x564c9a;},_0x550bbb['qycgz']=_0x46036d(0x349),_0x550bbb[_0x46036d(0x343)]=_0x46036d(0x346),_0x550bbb[_0x46036d(0x2d0)]=function(_0x48962e,_0x326395){return _0x48962e===_0x326395;},_0x550bbb[_0x46036d(0x1fe)]=_0x46036d(0x341);const _0x59d0fb=_0x550bbb;let _0x54b6af={};return _0x54b6af[_0x59d0fb['kDrNc']]=this['getAccessKey'](_0x15dcb4),_0x54b6af[_0x59d0fb[_0x46036d(0x299)]]=0x3,_0x54b6af[_0x59d0fb[_0x46036d(0x239)]]=_0x59d0fb[_0x46036d(0x223)],_0x54b6af[_0x59d0fb['CMthI']]=_0x59d0fb[_0x46036d(0x280)],_0x15dcb4[_0x46036d(0x20b)]&&Array[_0x46036d(0x1ed)](_0x15dcb4[_0x46036d(0x20b)])&&(_0x59d0fb[_0x46036d(0x213)](_0x59d0fb['qycgz'],_0x59d0fb['qycgz'])?_0x53d69f[_0x59d0fb[_0x46036d(0x29e)]]=_0x7f58c6:_0x54b6af[_0x59d0fb[_0x46036d(0x343)]]=_0x15dcb4[_0x46036d(0x20b)]['join'](',')),_0x15dcb4['browserStackLocalOptions']&&_0x59d0fb['TcRZS'](_0x15dcb4['browserStackLocalOptions'][_0x46036d(0x2f0)],Object)&&(_0x59d0fb['sFODz'](_0x59d0fb[_0x46036d(0x1fe)],_0x59d0fb[_0x46036d(0x1fe)])?_0x3cf067[_0x59d0fb[_0x46036d(0x25a)]]=_0x3ec55e[_0x46036d(0x30d)]:_0x54b6af={..._0x15dcb4[_0x46036d(0x251)],..._0x54b6af}),_0x54b6af;},exports[a37_0x4955c2(0x238)]=_0x1637f2=>{const _0x4e5d08=a37_0x4955c2,_0x3ccd50={'WsNMj':function(_0x5d2e77){return _0x5d2e77();},'skEVE':function(_0x2bdf89,_0x3a5ec9){return _0x2bdf89===_0x3a5ec9;},'YhPzA':_0x4e5d08(0x2ad)},_0x1ac62a=new BrowserstackLocalLauncher['Local'](),_0x2d41bf=this[_0x4e5d08(0x360)](_0x1637f2),_0x4943fa=_0x1ac62a[_0x4e5d08(0x2e3)](_0x2d41bf);if(_0x4943fa){if(_0x3ccd50['skEVE'](_0x3ccd50['YhPzA'],_0x3ccd50[_0x4e5d08(0x23f)]))throw _0x4943fa;else return _0x4e5d08(0x29a)+_0x212d9a['type']()+'\x20'+_0x3feb71[_0x4e5d08(0x2ce)]()+'\x20('+_0x257bb0[_0x4e5d08(0x2b9)]()+_0x4e5d08(0x293)+_0x35b45a[_0x4e5d08(0x2a8)]()+'\x0aNode.js\x20Version:\x20'+_0x384d33[_0x4e5d08(0x2db)][_0x4e5d08(0x28e)]+'\x0aNPM\x20Version:\x20'+_0x3ccd50[_0x4e5d08(0x246)](_0x507200)+'\x0a';}return _0x1ac62a;},exports[a37_0x4955c2(0x34c)]=async _0x2fe5c2=>{const _0x4a710d=a37_0x4955c2,_0x578897={'wZFbT':_0x4a710d(0x2f7),'Agldk':function(_0x522c5e,_0x191ec0){return _0x522c5e||_0x191ec0;},'JJGke':_0x4a710d(0x357),'uyOWk':function(_0x96fe28,_0x51a9aa){return _0x96fe28!==_0x51a9aa;},'OEJYR':_0x4a710d(0x310),'IqGlV':_0x4a710d(0x2ea),'aCyqm':_0x4a710d(0x337),'ssbLX':function(_0x3f54be,_0x5c3d70){return _0x3f54be(_0x5c3d70);},'knSAk':function(_0x229bc5){return _0x229bc5();},'IawrS':_0x4a710d(0x277),'bjIHd':'verbose','zqsHx':'forceLocal','BlTEK':_0x4a710d(0x31d),'ukSOZ':_0x4a710d(0x254),'bWKqK':_0x4a710d(0x2fd),'xDXTv':_0x4a710d(0x346),'keMin':function(_0xc5725b,_0x4aed70){return _0xc5725b===_0x4aed70;},'HWQnR':_0x4a710d(0x323)};return new Promise((_0x530870,_0x4647e4)=>{const _0x22c102=_0x4a710d,_0x4ee7be={'vjrAs':_0x578897['wZFbT'],'mRMiD':function(_0xa58cfb,_0x1a0ef6){return _0x578897['Agldk'](_0xa58cfb,_0x1a0ef6);},'URQao':_0x578897[_0x22c102(0x21d)],'PAakm':function(_0x2095ca,_0x5be841){const _0x33750f=_0x22c102;return _0x578897[_0x33750f(0x2d3)](_0x2095ca,_0x5be841);},'MMlzr':_0x578897[_0x22c102(0x23c)],'FoPyY':_0x578897[_0x22c102(0x2be)],'QgRAQ':function(_0x28a4fc,_0xa650c0){const _0x123eda=_0x22c102;return _0x578897[_0x123eda(0x2d3)](_0x28a4fc,_0xa650c0);},'vWkVB':_0x578897[_0x22c102(0x284)],'zgKMC':function(_0x32cd5e,_0x5a9b92){const _0x8311dc=_0x22c102;return _0x578897[_0x8311dc(0x32d)](_0x32cd5e,_0x5a9b92);},'RDwzP':function(_0x4d57f0){return _0x578897['knSAk'](_0x4d57f0);},'KbdQp':_0x578897[_0x22c102(0x1fd)],'kuTps':_0x578897[_0x22c102(0x322)],'QEBmZ':_0x578897[_0x22c102(0x2da)],'YokAS':_0x578897[_0x22c102(0x1fb)],'wVQWr':_0x578897[_0x22c102(0x326)],'HwLQL':_0x578897[_0x22c102(0x2b2)],'RqYOD':_0x578897['xDXTv'],'rlVqt':function(_0x3a3bba,_0x30689d){return _0x578897['keMin'](_0x3a3bba,_0x30689d);}};if(_0x578897[_0x22c102(0x33a)](_0x578897['HWQnR'],_0x578897[_0x22c102(0x2a7)]))_0x2fe5c2&&_0x2fe5c2['stop'](_0x5f09cb=>{const _0x39deb5=_0x22c102;if(_0x4ee7be['PAakm'](_0x4ee7be[_0x39deb5(0x21c)],_0x4ee7be[_0x39deb5(0x1f0)])){if(_0x5f09cb){if(_0x4ee7be[_0x39deb5(0x2c5)](_0x4ee7be[_0x39deb5(0x35d)],_0x4ee7be[_0x39deb5(0x35d)]))throw new _0x311fc0(_0x39deb5(0x2d9)+_0x5b9914+_0x39deb5(0x26e)+_0x1b6bfe+_0x39deb5(0x2cf));else return _0x4ee7be[_0x39deb5(0x248)](_0x4647e4,_0x5f09cb);}_0x4ee7be['RDwzP'](_0x530870);}else{const _0x35d09c=_0x4ee7be['vjrAs'][_0x39deb5(0x2f2)]('|');let _0x3e8a84=0x0;while(!![]){switch(_0x35d09c[_0x3e8a84++]){case'0':_0x970984[_0x39deb5(0x221)]=_0x3c3c87;continue;case'1':_0x116862[_0x39deb5(0x305)]=_0x587f5a;continue;case'2':_0x18703a['clusterAutoUpgrade']=_0x4ee7be[_0x39deb5(0x237)](_0x5f1831,![]);continue;case'3':_0x3d4ee4[_0x39deb5(0x276)]=_0x20d00a;continue;case'4':_0x37e3d0['cloudProvider']=_0x44de6f;continue;case'5':_0x15e87c[_0x39deb5(0x2c2)]=_0x734364;continue;case'6':_0x3a6380[_0x39deb5(0x316)]=_0x24a74b;continue;case'7':_0x143649[_0x39deb5(0x309)]=_0x349550[_0x39deb5(0x309)]||_0x4ee7be[_0x39deb5(0x275)];continue;case'8':_0x2cc6e7[_0x39deb5(0x29f)]=_0x1b2265;continue;case'9':_0x4d7a80[_0x39deb5(0x2e9)]=_0x3f4fba;continue;case'10':_0x5821b1[_0x39deb5(0x2aa)]=_0x51c5be;continue;case'11':_0x3d35a1['browserVersion']=_0x8fc42c;continue;}break;}}});else{let _0x62a1d6={};return _0x62a1d6[_0x4ee7be[_0x22c102(0x24a)]]=this[_0x22c102(0x286)](_0x353a5d),_0x62a1d6[_0x4ee7be[_0x22c102(0x26f)]]=0x3,_0x62a1d6[_0x4ee7be[_0x22c102(0x259)]]=_0x4ee7be['YokAS'],_0x62a1d6[_0x4ee7be['wVQWr']]=_0x4ee7be['HwLQL'],_0x9d7515[_0x22c102(0x20b)]&&_0x2e4da3[_0x22c102(0x1ed)](_0x50c515[_0x22c102(0x20b)])&&(_0x62a1d6[_0x4ee7be[_0x22c102(0x236)]]=_0x42fd6c[_0x22c102(0x20b)][_0x22c102(0x35a)](',')),_0x337a70[_0x22c102(0x251)]&&_0x4ee7be[_0x22c102(0x2fb)](_0x18daa9['browserStackLocalOptions'][_0x22c102(0x2f0)],_0x224515)&&(_0x62a1d6={..._0x3472eb[_0x22c102(0x251)],..._0x62a1d6}),_0x62a1d6;}});},exports[a37_0x4955c2(0x22c)]=(_0x5c8da7,_0x130e84)=>{const _0x3862ff=a37_0x4955c2,_0x3bc977={};_0x3bc977[_0x3862ff(0x215)]=_0x3862ff(0x1f2),_0x3bc977[_0x3862ff(0x2ae)]=function(_0xd77198,_0x2bb307){return _0xd77198&&_0x2bb307;},_0x3bc977[_0x3862ff(0x33c)]=function(_0x361252,_0x1f8c49){return _0x361252===_0x1f8c49;},_0x3bc977[_0x3862ff(0x23e)]=_0x3862ff(0x23a),_0x3bc977[_0x3862ff(0x233)]=function(_0x607db9,_0x2deef0){return _0x607db9&&_0x2deef0;},_0x3bc977['SzrwY']=function(_0x19988d,_0x34a3b2){return _0x19988d!==_0x34a3b2;},_0x3bc977[_0x3862ff(0x2e8)]='DVAIN',_0x3bc977[_0x3862ff(0x27f)]='jBUhW',_0x3bc977[_0x3862ff(0x203)]=_0x3862ff(0x2dd);const _0x508936=_0x3bc977,_0x4b5bba=fs[_0x3862ff(0x27e)](this[_0x3862ff(0x2fe)]());if(_0x4b5bba||_0x508936['MIRdd'](_0x5c8da7,_0x130e84)){if(_0x508936[_0x3862ff(0x33c)](_0x508936[_0x3862ff(0x23e)],_0x508936[_0x3862ff(0x23e)])){if(_0x508936[_0x3862ff(0x233)](_0x5c8da7,_0x130e84)){if(_0x508936['SzrwY'](_0x508936[_0x3862ff(0x2e8)],_0x508936[_0x3862ff(0x27f)])){const _0x681262={};_0x681262[_0x3862ff(0x220)]=_0x5c8da7,_0x681262['password']=_0x130e84;const _0x3b276a={};_0x3b276a['Browserstack']=_0x681262;const _0x1dce37=_0x3b276a;fs[_0x3862ff(0x278)](this['getCredentialsPath'](),JSON[_0x3862ff(0x241)](_0x1dce37));}else{const _0x3244f6=new _0x3ea15d[(_0x3862ff(0x353))](),_0x20f395=this[_0x3862ff(0x360)](_0x3e649f),_0x11c56c=_0x3244f6['startSync'](_0x20f395);if(_0x11c56c)throw _0x11c56c;return _0x3244f6;}}const _0x5a3c3c=JSON[_0x3862ff(0x292)](fs[_0x3862ff(0x2bd)](this[_0x3862ff(0x2fe)](),_0x508936[_0x3862ff(0x203)]));return[_0x5a3c3c[_0x3862ff(0x327)][_0x3862ff(0x220)],_0x5a3c3c[_0x3862ff(0x327)][_0x3862ff(0x24e)]];}else{_0x2d55d7[_0x3862ff(0x26a)](_0x508936[_0x3862ff(0x215)],_0x4d0225);throw _0x59d0df;}}return null;},exports[a37_0x4955c2(0x2ca)]=async(_0x162f31,_0x1ae482,_0x369af8)=>{const _0x33f860=a37_0x4955c2,_0x18b431={'UqSAx':'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','gmVto':_0x33f860(0x242),'HSXRl':function(_0xb3c4bc,_0x1640d3,_0x1469a2){return _0xb3c4bc(_0x1640d3,_0x1469a2);},'PSWaZ':function(_0x5d5ac5,_0x4a9392){return _0x5d5ac5===_0x4a9392;},'MbIGq':function(_0x222b10,_0x35a558){return _0x222b10!==_0x35a558;},'mzSBL':'BcnJu'},_0x4315ee='https://'+_0x162f31+':'+_0x1ae482+'@'+AG_API_URL+'/packages/cli/get-grid-details?gridId='+_0x369af8,_0x4ce024={'method':_0x18b431[_0x33f860(0x207)],'headers':this[_0x33f860(0x2c4)](_0x162f31,_0x1ae482),'throwHttpErrors':![]},_0x1b878c=await _0x18b431['HSXRl'](got,_0x4315ee,_0x4ce024);if(_0x18b431[_0x33f860(0x232)](_0x1b878c['statusCode'],0xc8)){if(_0x18b431[_0x33f860(0x222)](_0x18b431[_0x33f860(0x297)],_0x18b431[_0x33f860(0x297)]))_0x31b3f3[_0x33f860(0x312)](_0x18b431[_0x33f860(0x264)]);else return[_0x1b878c,JSON[_0x33f860(0x292)](_0x1b878c['body'])];}return[_0x1b878c,null];},exports[a37_0x4955c2(0x268)]=async(_0x5a3bde,_0x43184e)=>{const _0x2fd25f=a37_0x4955c2,_0x263c89={'gVrDJ':function(_0x189c48,_0x2c6d20){return _0x189c48(_0x2c6d20);},'SQcmw':function(_0x48318d,_0x22fa6b){return _0x48318d(_0x22fa6b);},'NJIsQ':function(_0x4f52f0,_0x307014){return _0x4f52f0(_0x307014);},'jXRIF':_0x2fd25f(0x219),'iNfBb':_0x2fd25f(0x29c),'tuGZi':function(_0x1a5074,_0x4da118){return _0x1a5074===_0x4da118;},'NPyiC':'rKLDQ','FXKBf':_0x2fd25f(0x2d5),'CdlIj':function(_0x48d156,_0x3f8f68){return _0x48d156!==_0x3f8f68;},'uCeKK':_0x2fd25f(0x2b3),'HpBIH':_0x2fd25f(0x2eb),'LNYye':_0x2fd25f(0x225)},_0x33c7b0=await import(_0x263c89[_0x2fd25f(0x336)]),_0x133f51=await _0x33c7b0[_0x2fd25f(0x2b0)]['makeApiClient'](_0x43184e),_0x15b428=_0x5a3bde[_0x2fd25f(0x25c)](_0xd10573=>_0xd10573&&_0xd10573[_0x2fd25f(0x2a0)]&&_0xd10573['metadata']),_0x233dc6=[];for await(const _0x2653cf of _0x15b428){if(_0x263c89[_0x2fd25f(0x269)](_0x263c89[_0x2fd25f(0x2f5)],_0x263c89[_0x2fd25f(0x265)]))return _0x263c89[_0x2fd25f(0x26c)](_0x2be42e,_0x5ed2fd);else try{if(_0x263c89[_0x2fd25f(0x229)](_0x263c89[_0x2fd25f(0x2d7)],_0x263c89[_0x2fd25f(0x2d7)])){if(_0x1bcad0)_0x263c89[_0x2fd25f(0x358)](_0x2e0cf4,_0x2fd25f(0x32f)+_0x18d13a[_0x2fd25f(0x315)]);else _0x45781a?_0x263c89[_0x2fd25f(0x26c)](_0x5641fd,_0x2fd25f(0x25e)+_0x388ee3+'`\x20'+_0x2bdaf0):_0x263c89[_0x2fd25f(0x2bb)](_0x2511d8,_0x2fd25f(0x27d)+_0xa8596a);}else{await _0x133f51[_0x2fd25f(0x2af)](_0x2653cf);const _0x2c5a83=await _0x133f51[_0x2fd25f(0x317)](_0x2653cf);_0x233dc6[_0x2fd25f(0x35f)](_0x2c5a83[_0x2fd25f(0x2d2)]);}}catch(_0x2c86f2){if(_0x263c89[_0x2fd25f(0x229)](_0x263c89['HpBIH'],_0x263c89[_0x2fd25f(0x2e2)])){const _0x1e26d2=await _0x133f51[_0x2fd25f(0x1ff)](_0x2653cf);_0x233dc6[_0x2fd25f(0x35f)](_0x1e26d2[_0x2fd25f(0x2d2)]);}else return _0x5a36a3['join'](_0x5f0c92['homedir'](),_0x263c89[_0x2fd25f(0x218)]);}}},exports[a37_0x4955c2(0x2c4)]=(_0x33f663,_0x1c2c1b)=>{const _0xf26e4f=a37_0x4955c2,_0x129d95={'gjhUD':function(_0x52f4ae,_0x5ebec8){return _0x52f4ae||_0x5ebec8;},'JnoxR':'1.0.1','kyzgt':'X-os-version','RAQrE':_0xf26e4f(0x267),'AQSXY':function(_0x2b3939,_0x3f570f){return _0x2b3939(_0x3f570f);},'PQcNl':_0xf26e4f(0x339),'fZPaY':function(_0x317001){return _0x317001();},'dcjee':function(_0x27f567){return _0x27f567();},'aSTvC':'application/json','cusOK':function(_0x4710b6,_0x4061e0){return _0x4710b6+_0x4061e0;},'IkvrO':_0xf26e4f(0x2ac),'dDsXe':_0xf26e4f(0x25b),'eQdwg':function(_0x6e66d9,_0x107258){return _0x6e66d9===_0x107258;},'DciyQ':_0xf26e4f(0x2fc),'ooCCT':_0xf26e4f(0x294),'KXpKe':_0xf26e4f(0x333),'hCNPL':_0xf26e4f(0x348),'GomDv':_0xf26e4f(0x30a),'svEUW':function(_0x16abf7,_0x24d7e9){return _0x16abf7!==_0x24d7e9;},'yMnHW':'qtimm','GaRkv':'CVlnR','IyzkQ':'X-os','Dniuv':function(_0x8a9a1a,_0x1699f3){return _0x8a9a1a===_0x1699f3;},'ehLTS':_0xf26e4f(0x364),'FkChS':function(_0x365b02,_0x5582a5){return _0x365b02===_0x5582a5;},'wGSiU':_0xf26e4f(0x32b),'NwKVA':_0xf26e4f(0x28c),'nbVRV':_0xf26e4f(0x289),'AovKa':_0xf26e4f(0x2e0)},_0x36615a=_0x129d95[_0xf26e4f(0x216)](cli_version_and_path),_0x3fc1ff=_0x129d95[_0xf26e4f(0x216)](_os),_0xc8a906=_0x129d95['fZPaY'](os_version),_0x237899=_0x129d95[_0xf26e4f(0x216)](npm_version),_0x2a4fb2=_0x129d95[_0xf26e4f(0x32c)](ci_environment),_0x4383ef={'Content-Type':_0x129d95[_0xf26e4f(0x217)],'Authorization':_0x129d95['cusOK'](_0x129d95[_0xf26e4f(0x356)],Buffer[_0xf26e4f(0x245)](_0x33f663+':'+_0x1c2c1b)[_0xf26e4f(0x34e)](_0x129d95[_0xf26e4f(0x21a)]))};_0x36615a&&_0x36615a[_0xf26e4f(0x2d1)]&&(_0x129d95[_0xf26e4f(0x27c)](_0x129d95[_0xf26e4f(0x20e)],_0x129d95['ooCCT'])?_0x4f6edd['uploaderImageVersion']=_0x129d95[_0xf26e4f(0x20d)](_0x2a8870,_0x129d95[_0xf26e4f(0x209)]):_0x4383ef[_0x129d95['KXpKe']]=_0x36615a[_0xf26e4f(0x2d1)]);_0x36615a&&_0x36615a[_0xf26e4f(0x30d)]&&(_0x129d95[_0xf26e4f(0x27c)](_0x129d95[_0xf26e4f(0x228)],_0x129d95[_0xf26e4f(0x228)])?_0x4383ef[_0x129d95[_0xf26e4f(0x301)]]=_0x36615a[_0xf26e4f(0x30d)]:_0xdb8154[_0x129d95[_0xf26e4f(0x2c6)]]=_0x5a0e92);_0x3fc1ff&&(_0x129d95[_0xf26e4f(0x2ef)](_0x129d95['yMnHW'],_0x129d95[_0xf26e4f(0x2a6)])?_0x4383ef[_0x129d95[_0xf26e4f(0x334)]]=_0x3fc1ff:_0x290945[_0x129d95[_0xf26e4f(0x2ba)]]=_0x26007e);_0xc8a906&&(_0x129d95[_0xf26e4f(0x318)](_0x129d95['ehLTS'],_0x129d95['ehLTS'])?_0x4383ef[_0x129d95['kyzgt']]=_0xc8a906:_0x129d95['AQSXY'](_0x3cbf73,'Intercepted\x20while\x20executing\x20command:\x20`'+_0x2dbd12+'`\x20'+_0x5ce07b));if(_0x237899){if(_0x129d95[_0xf26e4f(0x214)](_0x129d95['wGSiU'],_0x129d95[_0xf26e4f(0x21e)]))_0x4383ef[_0x129d95['RAQrE']]=_0x237899;else throw _0x3a7f3f;}if(_0x2a4fb2){if(_0x129d95[_0xf26e4f(0x2ef)](_0x129d95[_0xf26e4f(0x345)],_0x129d95[_0xf26e4f(0x350)]))_0x4383ef[_0x129d95[_0xf26e4f(0x30c)]]=_0x2a4fb2;else return _0x3a63df['join'](this[_0xf26e4f(0x361)](),_0x129d95[_0xf26e4f(0x33d)]);}return _0x4383ef;},exports[a37_0x4955c2(0x1ee)]=async()=>{const _0x339ab6=a37_0x4955c2,_0x387c29={};_0x387c29['NUxjM']=function(_0x6f8fe3,_0x15b587){return _0x6f8fe3>=_0x15b587;},_0x387c29['YLzEi']='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',_0x387c29[_0x339ab6(0x2e7)]=function(_0x5831a9,_0x5224ec){return _0x5831a9>=_0x5224ec;},_0x387c29['NgmhI']=function(_0xfe0b9f,_0xebb4c4){return _0xfe0b9f===_0xebb4c4;},_0x387c29[_0x339ab6(0x30e)]=_0x339ab6(0x2b5);const _0x9bee3=_0x387c29,_0x21baf5=process[_0x339ab6(0x2db)][_0x339ab6(0x28e)];if(_0x9bee3[_0x339ab6(0x2e7)](_0x21baf5['split']('.')[0x0],0x12)){if(_0x9bee3['NgmhI'](_0x9bee3[_0x339ab6(0x30e)],_0x9bee3[_0x339ab6(0x30e)]))cp[_0x339ab6(0x312)](_0x9bee3['YLzEi']);else{const _0x5f0077=_0x30e1c4[_0x339ab6(0x2db)][_0x339ab6(0x28e)];_0x9bee3[_0x339ab6(0x256)](_0x5f0077[_0x339ab6(0x2f2)]('.')[0x0],0x12)&&_0x12e818[_0x339ab6(0x312)](_0x9bee3[_0x339ab6(0x272)]);}}},exports['isUndefined']=_0x23cc9d=>_0x23cc9d===undefined||_0x23cc9d===null,exports[a37_0x4955c2(0x1ef)]=()=>{const _0x276794=a37_0x4955c2,_0x254781={};_0x254781['pYIQC']=function(_0x31962f,_0x4e3f82){return _0x31962f>=_0x4e3f82;};const _0x3cf845=_0x254781,_0x188d34=process[_0x276794(0x2db)][_0x276794(0x28e)];return logger[_0x276794(0x26a)](_0x276794(0x273)+_0x188d34),_0x3cf845['pYIQC'](_0x188d34[_0x276794(0x2f2)]('.')[0x0],0x12);},exports['responseValidation']=async(_0x14b15f,_0x1d67f1,_0x3c40a6,_0x251ff1,_0x3279a0)=>{const _0x352278=a37_0x4955c2,_0x5a47e1={};_0x5a47e1[_0x352278(0x2e4)]=_0x352278(0x346),_0x5a47e1[_0x352278(0x335)]=_0x352278(0x2e0),_0x5a47e1[_0x352278(0x234)]=_0x352278(0x210),_0x5a47e1[_0x352278(0x206)]='N/A',_0x5a47e1[_0x352278(0x250)]=function(_0x5364c8,_0x399234){return _0x5364c8===_0x399234;},_0x5a47e1['hRxUR']=function(_0x380346,_0x1280ca){return _0x380346===_0x1280ca;},_0x5a47e1['FZtFe']=_0x352278(0x227),_0x5a47e1[_0x352278(0x329)]=_0x352278(0x2cd),_0x5a47e1['gLKHW']=_0x352278(0x202),_0x5a47e1[_0x352278(0x359)]=function(_0x55ff18,_0x121018){return _0x55ff18===_0x121018;},_0x5a47e1[_0x352278(0x2fa)]=function(_0x4f3c73,_0x13741d){return _0x4f3c73!==_0x13741d;},_0x5a47e1['OwWFJ']='oIXXA',_0x5a47e1[_0x352278(0x1f3)]=_0x352278(0x2f1),_0x5a47e1['taxLt']=function(_0x45c9d2,_0x12814f){return _0x45c9d2!==_0x12814f;},_0x5a47e1[_0x352278(0x1f8)]=_0x352278(0x31e),_0x5a47e1['gRXWe']=_0x352278(0x311),_0x5a47e1[_0x352278(0x22f)]=_0x352278(0x33e);const _0xe91085=_0x5a47e1;let _0xc6617;const _0x1063f1=MessageDescription[_0x1d67f1][_0x3c40a6];let _0x23601d=0x0;if(_0xe91085[_0x352278(0x250)](_0x14b15f,null)||_0xe91085['jagyb'](_0x14b15f,undefined))_0xe91085['hRxUR'](_0xe91085[_0x352278(0x226)],_0xe91085[_0x352278(0x329)])?_0x214201[_0xe91085[_0x352278(0x2e4)]]=_0x30311a[_0x352278(0x20b)][_0x352278(0x35a)](','):(_0xc6617=_0x1063f1+_0x352278(0x33b),await this[_0x352278(0x2a5)](_0x251ff1,_0x3279a0,_0xc6617,messageTypes[_0x352278(0x34f)],_0x1d67f1+'-called',_0x1d67f1+'-'+_0x3c40a6+_0x352278(0x2b4),_0xe91085[_0x352278(0x257)]),logger[_0x352278(0x202)](_0xc6617));else{if(_0xe91085[_0x352278(0x359)](_0x14b15f[_0x352278(0x330)],0x191))_0xe91085[_0x352278(0x2fa)](_0xe91085[_0x352278(0x29b)],_0xe91085[_0x352278(0x1f3)])?(_0xc6617=_0x1063f1+_0x352278(0x295),await this[_0x352278(0x2a5)](_0x251ff1,_0x3279a0,_0xc6617,messageTypes[_0x352278(0x34f)],_0x1d67f1+_0x352278(0x22a),_0x1d67f1+'-'+_0x3c40a6+_0x352278(0x2d8),_0xe91085['gLKHW']),logger[_0x352278(0x202)](_0xc6617)):_0x3e2f75[_0xe91085['ppJtY']]=_0x4dee04;else{if(_0xe91085[_0x352278(0x319)](_0x14b15f['statusCode'],0xc8)){if(_0xe91085[_0x352278(0x2bc)](_0xe91085[_0x352278(0x1f8)],_0xe91085['sCsaF']))_0xc6617=_0x1063f1+_0x352278(0x344)+JSON[_0x352278(0x241)](_0x14b15f[_0x352278(0x2d2)]),await this['reportToGalactusAndSendToEDS'](_0x251ff1,_0x3279a0,_0xc6617,messageTypes[_0x352278(0x34f)],_0x1d67f1+_0x352278(0x22a),_0x1d67f1+'-'+_0x3c40a6+_0x352278(0x1f1),_0xe91085['gLKHW']),logger[_0x352278(0x202)](_0xc6617);else try{return _0xa9c660['execSync'](_0xe91085['laEPE'])[_0x352278(0x34e)]()[_0x352278(0x23d)]();}catch(_0x23bf13){return _0xe91085[_0x352278(0x206)];}}else{if(_0xe91085[_0x352278(0x2fa)](_0xe91085[_0x352278(0x290)],_0xe91085[_0x352278(0x22f)]))_0x23601d=_0x14b15f['statusCode'];else return _0xe91085[_0x352278(0x206)];}}}return _0x23601d;},exports[a37_0x4955c2(0x33f)]=async _0x20394c=>{const _0x229dc5=a37_0x4955c2,_0x444276={'OJvuF':function(_0x1950f2,_0x39e15b){return _0x1950f2(_0x39e15b);},'GbBzg':function(_0x34401e,_0x4e58d1){return _0x34401e&&_0x4e58d1;},'xuWNc':_0x229dc5(0x2dd),'Equhl':function(_0x4dec5d,_0x4c5936){return _0x4dec5d(_0x4c5936);},'ynGbD':function(_0x13e2d5){return _0x13e2d5();},'SBNxN':function(_0x3eb0ec,_0x16ee7f){return _0x3eb0ec!==_0x16ee7f;},'RywYY':'xZrKx','ErTRB':_0x229dc5(0x24d),'GrfDC':function(_0x1477e9,_0x3009a2){return _0x1477e9===_0x3009a2;},'Yhttr':'aFXBv','qRMxI':_0x229dc5(0x28b),'REeiJ':_0x229dc5(0x2f6),'Issjp':function(_0x4b6ad8,_0x55a18e){return _0x4b6ad8(_0x55a18e);},'IwICq':_0x229dc5(0x24b),'cFWlx':'UMVGs','csylD':_0x229dc5(0x2a4),'hFbMv':_0x229dc5(0x2cb)};return new Promise((_0x50afae,_0x4d41c5)=>{const _0x16dd69=_0x229dc5,_0x5a4d6a={'bnuHO':function(_0x511473,_0x358a78){const _0x3a6a02=a37_0x5814;return _0x444276[_0x3a6a02(0x2a2)](_0x511473,_0x358a78);},'Igirn':function(_0x18f09f,_0x2c3816){const _0x27cb3f=a37_0x5814;return _0x444276[_0x27cb3f(0x2ff)](_0x18f09f,_0x2c3816);},'ySbSe':_0x444276[_0x16dd69(0x255)],'MPbxo':function(_0x25a7e5,_0x21053a){return _0x444276['Equhl'](_0x25a7e5,_0x21053a);},'PMnEZ':function(_0x4b2b2a){return _0x444276['ynGbD'](_0x4b2b2a);},'GyyOD':function(_0xf0fed1,_0x4effbf){return _0x444276['SBNxN'](_0xf0fed1,_0x4effbf);},'UZnPK':_0x444276[_0x16dd69(0x351)],'dhRfW':_0x444276['ErTRB'],'HXMsB':function(_0x117f48,_0x5d1a45){const _0x3760c7=_0x16dd69;return _0x444276[_0x3760c7(0x230)](_0x117f48,_0x5d1a45);},'YZlmh':_0x444276[_0x16dd69(0x2f4)],'raYQQ':_0x444276['qRMxI'],'tEVmX':function(_0x15f5b4,_0x46f671){const _0x7a3da0=_0x16dd69;return _0x444276[_0x7a3da0(0x230)](_0x15f5b4,_0x46f671);},'hPeaM':_0x444276[_0x16dd69(0x2b8)],'bqguU':function(_0x27b166,_0x56de0f){const _0x1f1f95=_0x16dd69;return _0x444276[_0x1f1f95(0x31b)](_0x27b166,_0x56de0f);},'fkGzE':_0x444276[_0x16dd69(0x31f)],'yITDn':_0x444276[_0x16dd69(0x2d4)]};if(_0x444276[_0x16dd69(0x2c7)](_0x444276['csylD'],_0x444276[_0x16dd69(0x314)]))cp[_0x16dd69(0x35c)](_0x20394c,(_0x2aaf54,_0x5f1d5b,_0x1c4aa5)=>{const _0x572e38=_0x16dd69,_0x1c030d={'XRGUF':function(_0x1eaf0d,_0x5e8920){const _0x5d5b0a=a37_0x5814;return _0x5a4d6a[_0x5d5b0a(0x22d)](_0x1eaf0d,_0x5e8920);},'kYzAV':function(_0x5cd283){return _0x5a4d6a['PMnEZ'](_0x5cd283);}};if(_0x5a4d6a[_0x572e38(0x244)](_0x5a4d6a[_0x572e38(0x224)],_0x5a4d6a['dhRfW'])){if(_0x2aaf54){if(_0x5a4d6a['HXMsB'](_0x5a4d6a['YZlmh'],_0x5a4d6a['raYQQ'])){const _0x39bedb={'YyQUF':function(_0x20168f,_0x2dd323){const _0x1f091b=_0x572e38;return _0x1c030d[_0x1f091b(0x363)](_0x20168f,_0x2dd323);},'mrnwh':function(_0x4fb8b9){const _0x358cdc=_0x572e38;return _0x1c030d[_0x358cdc(0x28a)](_0x4fb8b9);}};return new _0x5c524e((_0x163373,_0x324c54)=>{const _0x205d68=_0x572e38,_0x5bfb1e={'NmFBU':function(_0x433152,_0x2436e6){const _0x3dcf19=a37_0x5814;return _0x39bedb[_0x3dcf19(0x31c)](_0x433152,_0x2436e6);},'NgwKj':function(_0x693a34){const _0x273bbc=a37_0x5814;return _0x39bedb[_0x273bbc(0x253)](_0x693a34);}};_0x35a905&&_0x3044be[_0x205d68(0x352)](_0x49e2a0=>{const _0x5e539f=_0x205d68;if(_0x49e2a0)return _0x5bfb1e[_0x5e539f(0x32e)](_0x324c54,_0x49e2a0);_0x5bfb1e[_0x5e539f(0x285)](_0x163373);});});}else _0x5a4d6a[_0x572e38(0x22d)](_0x4d41c5,'Error\x20executing\x20command:\x20'+_0x2aaf54['message']);}else _0x1c4aa5?_0x5a4d6a['tEVmX'](_0x5a4d6a[_0x572e38(0x25d)],_0x5a4d6a[_0x572e38(0x25d)])?_0x5a4d6a[_0x572e38(0x1f4)](_0x50afae,'Intercepted\x20while\x20executing\x20command:\x20`'+_0x20394c+'`\x20'+_0x1c4aa5):_0x5a4d6a[_0x572e38(0x300)](_0x51c0c9,_0x572e38(0x32f)+_0x23609a[_0x572e38(0x315)]):_0x5a4d6a[_0x572e38(0x2ed)](_0x5a4d6a[_0x572e38(0x313)],_0x5a4d6a[_0x572e38(0x35b)])?_0x1d0ff0=_0x372a81['statusCode']:_0x5a4d6a[_0x572e38(0x300)](_0x50afae,_0x572e38(0x27d)+_0x5f1d5b);}else{const _0x15a005=_0xec0b84[_0x572e38(0x27e)](this[_0x572e38(0x2fe)]());if(_0x15a005||_0x5a4d6a[_0x572e38(0x2ab)](_0xb6d8c0,_0x214952)){if(_0x5a4d6a['Igirn'](_0x5e118e,_0x5ee2d3)){const _0x1a2330={};_0x1a2330[_0x572e38(0x220)]=_0x143d4b,_0x1a2330[_0x572e38(0x24e)]=_0x4a31d0;const _0x48b17f={};_0x48b17f[_0x572e38(0x327)]=_0x1a2330;const _0x2ad2a7=_0x48b17f;_0x243e2e[_0x572e38(0x278)](this[_0x572e38(0x2fe)](),_0x4a028b[_0x572e38(0x241)](_0x2ad2a7));}const _0x1b2460=_0x58c6b9[_0x572e38(0x292)](_0x117a33[_0x572e38(0x2bd)](this['getCredentialsPath'](),_0x5a4d6a[_0x572e38(0x321)]));return[_0x1b2460[_0x572e38(0x327)]['username'],_0x1b2460[_0x572e38(0x327)]['password']];}return null;}});else{const _0x535fe4={..._0x2b7f8c[_0x16dd69(0x251)],..._0x25545b};_0x115a40=_0x535fe4;}});},exports[a37_0x4955c2(0x266)]=async(_0x1a910e=TRIAL_GRID_URL,_0x4de730=a37_0x4955c2(0x242))=>{const _0x569a16=a37_0x4955c2,_0x3cee03={'jaCbr':function(_0x820439,_0x21874a){return _0x820439&&_0x21874a;},'NmJzb':_0x569a16(0x2dd),'ckbom':_0x569a16(0x210),'wIsvb':function(_0x1ca519,_0x5ee156){return _0x1ca519!==_0x5ee156;},'UAmFO':_0x569a16(0x2df),'XWSSj':function(_0x37a5f2,_0x4f391e,_0x6fb70c){return _0x37a5f2(_0x4f391e,_0x6fb70c);},'ChRgv':function(_0x4e18e2,_0x2386b6){return _0x4e18e2===_0x2386b6;},'fRVGf':function(_0x294588,_0x5e0363){return _0x294588!==_0x5e0363;},'IuhYD':_0x569a16(0x1f5),'VJAfq':_0x569a16(0x2c9)},_0x1877a0={};_0x1877a0[_0x569a16(0x261)]=_0x4de730;const _0x5299fd=_0x1877a0,_0x3e7f6b={};_0x3e7f6b[_0x569a16(0x2e1)]=![],_0x3e7f6b[_0x569a16(0x202)]=null,_0x3e7f6b['data']='';const _0x5556ce=_0x3e7f6b;try{if(_0x3cee03['wIsvb'](_0x3cee03[_0x569a16(0x308)],_0x3cee03[_0x569a16(0x308)])){if(_0x3cee03[_0x569a16(0x306)](_0x444b48,_0x23414e)){const _0x3b63e8={};_0x3b63e8[_0x569a16(0x220)]=_0x227d7b,_0x3b63e8['password']=_0x4e81ce;const _0x460448={};_0x460448[_0x569a16(0x327)]=_0x3b63e8;const _0x419d1f=_0x460448;_0x1cf0dc[_0x569a16(0x278)](this[_0x569a16(0x2fe)](),_0x5b523b[_0x569a16(0x241)](_0x419d1f));}const _0x4be0ca=_0x9e497f['parse'](_0x4bb7a2[_0x569a16(0x2bd)](this[_0x569a16(0x2fe)](),_0x3cee03[_0x569a16(0x2ee)]));return[_0x4be0ca[_0x569a16(0x327)]['username'],_0x4be0ca[_0x569a16(0x327)][_0x569a16(0x24e)]];}else{const _0x24392a=await _0x3cee03[_0x569a16(0x28f)](got,_0x1a910e,_0x5299fd);_0x5556ce[_0x569a16(0x324)]=_0x569a16(0x25f)+_0x24392a[_0x569a16(0x330)],_0x5556ce['status']=_0x3cee03[_0x569a16(0x35e)](_0x24392a[_0x569a16(0x330)],0xc8);}}catch(_0x1a1c9b){if(_0x3cee03['fRVGf'](_0x3cee03['IuhYD'],_0x3cee03[_0x569a16(0x2de)]))_0x5556ce[_0x569a16(0x202)]=_0x1a1c9b;else return _0x5f4532[_0x569a16(0x312)](_0x3cee03[_0x569a16(0x204)])['toString']()[_0x569a16(0x23d)]();}return _0x5556ce;},exports['isTlsSupported']=async(_0x366a53,_0x479778=TRIAL_GRID_URL)=>{const _0x50915a=a37_0x4955c2,_0x171070={'ZwPVu':function(_0x425fc6,_0x507ee6){return _0x425fc6(_0x507ee6);},'IEyDg':function(_0x1dd560){return _0x1dd560();},'YUdEp':'GET','pScbc':function(_0x28b81e,_0x5a402b){return _0x28b81e!==_0x5a402b;},'XVcql':_0x50915a(0x279),'xQWum':function(_0x1a36f5,_0x4b6ea6,_0x207b05){return _0x1a36f5(_0x4b6ea6,_0x207b05);},'BtWyu':function(_0x2dd1bd,_0x4c69be){return _0x2dd1bd===_0x4c69be;},'RfaAv':function(_0x135849,_0x17a877){return _0x135849!==_0x17a877;},'jTYVL':'KrZiF'},_0x48f365={};_0x48f365[_0x50915a(0x212)]=0x1bb,_0x48f365[_0x50915a(0x261)]=_0x171070[_0x50915a(0x303)],_0x48f365['secureProtocol']=_0x366a53;const _0x2503d8=_0x48f365,_0x149e7b={};_0x149e7b[_0x50915a(0x2e1)]=![],_0x149e7b['error']=null,_0x149e7b['data']='';const _0x184714=_0x149e7b;try{if(_0x171070['pScbc'](_0x171070[_0x50915a(0x260)],_0x171070[_0x50915a(0x260)]))_0x57052d['error']=_0x30b95c;else{const _0x478687=await _0x171070[_0x50915a(0x325)](got,_0x479778,_0x2503d8);_0x184714['data']=_0x50915a(0x25f)+_0x478687[_0x50915a(0x330)],_0x184714['status']=_0x171070['BtWyu'](_0x478687['statusCode'],0xc8);}}catch(_0x270c74){if(_0x171070[_0x50915a(0x2a3)](_0x171070[_0x50915a(0x338)],_0x171070['jTYVL'])){if(_0x42a1bf)return _0x171070['ZwPVu'](_0x44f6e2,_0x2c1ca9);_0x171070[_0x50915a(0x282)](_0x42bb03);}else _0x184714['error']=_0x270c74;}return _0x184714;};function a37_0x5858(){const _0x43da19=['DMTXU','username','minNodes','MbIGq','taAzn','UZnPK','cTxIN','FZtFe','gmmyR','hCNPL','CdlIj','-called','encodeBase64','fetchOrUpdateUserConfig','MPbxo','DLPUI','SNNLZ','GrfDC','246MxjQMi','PSWaZ','KPLHL','laEPE','SoyCZ','RqYOD','mRMiD','startLocalBinarySync','GkbRJ','LPMep','replicas','OEJYR','trim','hJFND','YhPzA','COFff','stringify','GET','orYEi','GyyOD','from','WsNMj','$1-$2','zgKMC','uploaderImageVersion','KbdQp','DZvdR','got','IGlUo','password','updateGlobalRegistryWithConfig','jagyb','browserStackLocalOptions','ZhFjt','mrnwh','localIdentifier','xuWNc','NUxjM','gLKHW','HeKIp','QEBmZ','maMJj','base64','filter','hPeaM','Intercepted\x20while\x20executing\x20command:\x20`','response\x20code\x20:-\x20','XVcql','method','sendEventToBackend','iPtvZ','UqSAx','FXKBf','curlRequest','X-npm-version','kubeApply','tuGZi','debug','73900LVSXsQ','gVrDJ','MBiKR','\x20in\x20namespace\x20','kuTps','replace','lpezS','YLzEi','node\x20version\x20installed\x20:\x20','PNWPS','URQao','maxNodes','key','writeFileSync','HjDzh','1123114pTwNwm','name','eQdwg','Success:\x20','existsSync','aWCoE','AjBSJ','7|1|9|2|5|4|10|6|3|8|0|11','IEyDg','./instrumentationUtils','aCyqm','NgwKj','getAccessKey','1111CIsLzh','rRzYC','YRwwN','kYzAV','hbzak','ZAJmw','child_process','node','XWSSj','gRXWe','namespace','parse',')\x0aArchitecture:\x20','Aujoa','.\x20Unauthorized\x20request!','type','mzSBL','../config/logger','GuKye','\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20','OwWFJ','@kubernetes/client-node','URKwz','oBMgi','instanceType','kind','AsfqY','OJvuF','RfaAv','hIJEQ','reportToGalactusAndSendToEDS','GaRkv','HWQnR','arch','fgtHD','clusterName','Igirn','Basic\x20','ldUhu','MIRdd','read','KubernetesObjectApi','dxDhu','bWKqK','ZavTE','-null-response','JOjKA','kDrNc','GasbX','REeiJ','platform','RAQrE','NJIsQ','hRxUR','readFileSync','IqGlV','ZCFco','dBVGc','jYLjY','hubVersion','X-os','getAuthHeader','QgRAQ','kyzgt','SBNxN','mgkeR','EUSjd','getGridDetails','PIEcZ','BclFj','aBXPF','release','\x20to\x20become\x20available.','TcRZS','version','body','uyOWk','cFWlx','vWMiZ','CrkMr','uCeKK','-auth-failed','Timeout\x20waiting\x20for\x20deployment\x20','zqsHx','versions','Waiting\x20for\x20deployment\x20','utf-8','VJAfq','Wepro','X-ci-environment','status','LNYye','startSync','QGRED','forceLocal','Oxlsm','LMHYD','mSIQK','clusterRegion','igiSt','gtnju','1327626esKxNy','HXMsB','NmJzb','svEUW','constructor','TElNR','split','DPAQl','Yhttr','NPyiC','FJcOv','4|9|10|1|8|6|7|5|11|0|3|2','./webSocketUtils','hPPyL','Tdhee','rlVqt','rEZuP','ats-repeater','getCredentialsPath','GbBzg','bnuHO','GomDv','spec','YUdEp','\x0aNPM\x20Version:\x20','concurrency','jaCbr','readNamespacedDeployment','UAmFO','ami','X-cli-path','../config/constants','AovKa','path','ObbjB','1.0.1','Sloaz','Kjtem','execSync','fkGzE','hFbMv','message','s3Bucket','patch','Dniuv','taxLt','verbose','Issjp','YyQUF','true','BuSvf','IwICq','fOcni','ySbSe','bjIHd','BjgGI','data','xQWum','ukSOZ','Browserstack','homedir','Saqis','BFEAj','dIAqo','dcjee','ssbLX','NmFBU','Error\x20executing\x20command:\x20','statusCode','getSystemMetaData','LOG','X-cli-version','IyzkQ','ppJtY','iNfBb','bbOeK','jTYVL','credentials.json','keMin','.\x20Unknown\x20error!','yqyRy','PQcNl','nvWbx','runCommand','vReHI','dEvXb','updateGlobalRegistryForHubHa','VLfRi','.\x20Non\x20200\x20response\x20from\x20server!\x20','NwKVA','custom-repeater','now','zfvnE','HpURp','LKtHf','CMthI','stopLocalBinary','VZbYt','toString','ERROR','nbVRV','RywYY','stop','Local','Deployment\x20','shlGu','IkvrO','ami-0a0b7559ee7c88dcd','SQcmw','XRzHg','join','yITDn','exec','vWkVB','ChRgv','push','setLocalArgs','getDirForConfig','browserVersion','XRGUF','GqYPX','isArray','installAzurePackages','IsNodeCompatibleWithAzure','FoPyY','-non-200','Error\x20while\x20waiting\x20for\x20deployment:','BBsdk','bqguU','RFaEC','3tQPDLE','xRSos','sCsaF','1yyUhsB','661616ybPzjQ','BlTEK','lvkRU','IawrS','jRLfm','create','47698LnDqEb','accessKey','error','XgJKf','ckbom','browserstack-local','yvXav','gmVto','OUfcP','JnoxR','3248965uEwRmc','customRepeaters','VPJnA','gjhUD','DciyQ','1156564qgumij','npm\x20-v','OkiHh','port','sFODz','FkChS','sAKHb','fZPaY','aSTvC','jXRIF','.ats','dDsXe','IetAT','MMlzr','JJGke','wGSiU'];a37_0x5858=function(){return _0x43da19;};return a37_0x5858();}function a37_0x5814(_0x588a38,_0x3ed799){const _0x585844=a37_0x5858();return a37_0x5814=function(_0x58143a,_0x398148){_0x58143a=_0x58143a-0x1ed;let _0x1db32a=_0x585844[_0x58143a];return _0x1db32a;},a37_0x5814(_0x588a38,_0x3ed799);}function getNpmVersion(){const _0x2e7a5=a37_0x4955c2,_0x5e8600={};_0x5e8600[_0x2e7a5(0x32a)]=function(_0x36a9ad,_0x2b878d){return _0x36a9ad!==_0x2b878d;},_0x5e8600[_0x2e7a5(0x2f9)]=_0x2e7a5(0x2a1),_0x5e8600['lvkRU']=_0x2e7a5(0x20c),_0x5e8600[_0x2e7a5(0x34d)]=_0x2e7a5(0x210),_0x5e8600[_0x2e7a5(0x274)]=function(_0xd20c49,_0xc4b905){return _0xd20c49!==_0xc4b905;},_0x5e8600[_0x2e7a5(0x263)]='spQSq',_0x5e8600[_0x2e7a5(0x2e6)]='N/A';const _0xafc342=_0x5e8600;try{if(_0xafc342[_0x2e7a5(0x32a)](_0xafc342[_0x2e7a5(0x2f9)],_0xafc342[_0x2e7a5(0x1fc)]))return cp[_0x2e7a5(0x312)](_0xafc342[_0x2e7a5(0x34d)])[_0x2e7a5(0x34e)]()[_0x2e7a5(0x23d)]();else{const _0x47ea59={};_0x47ea59[_0x2e7a5(0x220)]=_0x47fce4,_0x47ea59[_0x2e7a5(0x24e)]=_0x38ff18;const _0x4fe475={};_0x4fe475[_0x2e7a5(0x327)]=_0x47ea59;const _0x40e154=_0x4fe475;_0x25b4c0[_0x2e7a5(0x278)](this['getCredentialsPath'](),_0x495b67[_0x2e7a5(0x241)](_0x40e154));}}catch(_0x4fadbb){return _0xafc342[_0x2e7a5(0x274)](_0xafc342[_0x2e7a5(0x263)],_0xafc342[_0x2e7a5(0x263)])?[_0x3a087f,_0x560ac9[_0x2e7a5(0x292)](_0x1dcaa9[_0x2e7a5(0x2d2)])]:_0xafc342[_0x2e7a5(0x2e6)];}}exports[a37_0x4955c2(0x331)]=()=>{const _0x1651c1=a37_0x4955c2,_0x50ff3e={'fgtHD':function(_0x166b3c){return _0x166b3c();}};return'\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20'+os[_0x1651c1(0x296)]()+'\x20'+os[_0x1651c1(0x2ce)]()+'\x20('+os[_0x1651c1(0x2b9)]()+_0x1651c1(0x293)+os['arch']()+'\x0aNode.js\x20Version:\x20'+process[_0x1651c1(0x2db)][_0x1651c1(0x28e)]+_0x1651c1(0x304)+_0x50ff3e[_0x1651c1(0x2a9)](getNpmVersion)+'\x0a';};
@@ -1 +1 @@
1
- function a38_0x31e6(_0x527d0e,_0x21d265){const _0x5d0862=a38_0x5d08();return a38_0x31e6=function(_0x31e661,_0x51bba6){_0x31e661=_0x31e661-0x89;let _0x1a4288=_0x5d0862[_0x31e661];return _0x1a4288;},a38_0x31e6(_0x527d0e,_0x21d265);}const a38_0x1c7e3b=a38_0x31e6;(function(_0x39b5f6,_0x246816){const _0x307377=a38_0x31e6,_0x4a737c=_0x39b5f6();while(!![]){try{const _0x1dec89=parseInt(_0x307377(0x93))/0x1*(-parseInt(_0x307377(0xc1))/0x2)+parseInt(_0x307377(0xf2))/0x3+parseInt(_0x307377(0xca))/0x4*(-parseInt(_0x307377(0x98))/0x5)+parseInt(_0x307377(0xcf))/0x6+parseInt(_0x307377(0xdd))/0x7+parseInt(_0x307377(0xce))/0x8*(-parseInt(_0x307377(0x8f))/0x9)+parseInt(_0x307377(0x89))/0xa*(parseInt(_0x307377(0xba))/0xb);if(_0x1dec89===_0x246816)break;else _0x4a737c['push'](_0x4a737c['shift']());}catch(_0x39e622){_0x4a737c['push'](_0x4a737c['shift']());}}}(a38_0x5d08,0xd7487));function a38_0x5d08(){const _0x488f06=['kqyHL','lkPkr','dFVrL','YatjM','parse','error','env','WrHEG','aMcjg','bstackUsername','tUJyY','tInTJ','true','close','./instrumentationUtils','requestId','addListeners','55iFtrdb','gridProfileId','qgqkZ','hOjFf','VCBHu','OuXaQ','jRUGh','1990902biLCJf','zZoEJ','wBoqb','data','debug','zoTSa','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','open','RjByo','990060mKMznM','message','jIWBR','ceiay','48qSQjes','130590Jkdtyj','YPYlI','Socket\x20error:\x20','Socket\x20open','delay','logType','NXEaC','WS_CLOSED_BEFORE','cLVwe','uXpQV','jogrl','GycuG','jhphy','fQBuK','5701458jcYkkY','mMKZH','KjjwQ','Socket\x20closed','iAsyM','BoFgv','oVckG','clwDL','UPYHk','RVtUv','SEvpA','version','aTVRW','gridProfile','Message\x20received\x20from\x20server!\x20=>\x20','ULWmI','ywqPg','bQeME','rZrxJ','rycvb','../config/constants','5059245mnWUFT','790420WOUSvH','cSYLI','addEventListener','XuXSL','LNBDo','HHZbz','75861rRCPyO','WS_OPENED_BEFORE','Mffro','wSBtY','1GsKNBw','LnXvz','OKfzq','toUTCString','type','20jclPhf','ejamu','jNSxD','brtiy','cEnWG','Dykgt','odalr','path','gridName','CRgFR','MqeNa','brvYx','DuuGO','Socket\x20reconnected','lyzhg','send','efyMW'];a38_0x5d08=function(){return _0x488f06;};return a38_0x5d08();}const {global_registry,WS_EVENTS}=require(a38_0x1c7e3b(0xf1)),{logger}=require('../config/logger'),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a38_0x1c7e3b(0xb7));exports[a38_0x1c7e3b(0xb9)]=_0x88855e=>{const _0x3543e4=a38_0x1c7e3b,_0x5333b6={};_0x5333b6['jRUGh']=_0x3543e4(0xa5),_0x5333b6[_0x3543e4(0xbd)]=_0x3543e4(0xd2),_0x5333b6[_0x3543e4(0x8e)]=function(_0x3bc360,_0x543ad9){return _0x3bc360!==_0x543ad9;},_0x5333b6[_0x3543e4(0xc2)]=_0x3543e4(0xda),_0x5333b6[_0x3543e4(0xa4)]=_0x3543e4(0xdc),_0x5333b6[_0x3543e4(0x8c)]=function(_0x3fb588,_0x518d5d){return _0x3fb588===_0x518d5d;},_0x5333b6[_0x3543e4(0xe6)]=_0x3543e4(0xb5),_0x5333b6[_0x3543e4(0xe9)]=function(_0x6b41ce,_0x87f5a4){return _0x6b41ce===_0x87f5a4;},_0x5333b6[_0x3543e4(0xa8)]=_0x3543e4(0x94),_0x5333b6['rycvb']='MIzzu',_0x5333b6[_0x3543e4(0x9e)]=function(_0x33fd09,_0x750bd){return _0x33fd09===_0x750bd;},_0x5333b6[_0x3543e4(0x92)]='NLhna',_0x5333b6[_0x3543e4(0xe5)]=function(_0x3617c1,_0x3ca0af){return _0x3617c1!==_0x3ca0af;},_0x5333b6['GIfMx']=_0x3543e4(0xdb),_0x5333b6['ewSvk']=_0x3543e4(0xc6),_0x5333b6[_0x3543e4(0xbc)]=_0x3543e4(0xd8),_0x5333b6['pcpym']=_0x3543e4(0xb0),_0x5333b6[_0x3543e4(0xe7)]=_0x3543e4(0xc3),_0x5333b6[_0x3543e4(0x99)]=function(_0x3c37d6,_0x1267fd){return _0x3c37d6!==_0x1267fd;},_0x5333b6['clwDL']='HzuoQ',_0x5333b6[_0x3543e4(0xde)]=_0x3543e4(0xe0),_0x5333b6[_0x3543e4(0xd0)]=_0x3543e4(0xa9),_0x5333b6[_0x3543e4(0xcd)]=_0x3543e4(0xc9),_0x5333b6[_0x3543e4(0xbf)]=function(_0x3a75aa,_0x388b45){return _0x3a75aa===_0x388b45;},_0x5333b6[_0x3543e4(0xef)]=_0x3543e4(0xe1),_0x5333b6[_0x3543e4(0xab)]=_0x3543e4(0xc8),_0x5333b6[_0x3543e4(0x9d)]=_0x3543e4(0xcb),_0x5333b6['aMcjg']='error',_0x5333b6[_0x3543e4(0xcc)]=_0x3543e4(0xb6);const _0x1d47ef=_0x5333b6;_0x88855e['addEventListener'](_0x1d47ef[_0x3543e4(0xab)],()=>{const _0x1d18d0=_0x3543e4;_0x1d47ef[_0x1d18d0(0x8e)](_0x1d47ef[_0x1d18d0(0xc2)],_0x1d47ef[_0x1d18d0(0xa4)])?_0x1d47ef[_0x1d18d0(0x8c)](process['env'][_0x1d18d0(0xd6)],_0x1d47ef['RVtUv'])?_0x1d47ef[_0x1d18d0(0xe9)](_0x1d47ef[_0x1d18d0(0xa8)],_0x1d47ef[_0x1d18d0(0xf0)])?_0x97671b['debug'](_0x1d47ef[_0x1d18d0(0xc0)]):logger[_0x1d18d0(0xc5)](_0x1d47ef[_0x1d18d0(0xc0)]):_0x1d47ef['odalr'](_0x1d47ef[_0x1d18d0(0x92)],_0x1d47ef['wSBtY'])?(logger['debug'](_0x1d47ef[_0x1d18d0(0xbd)]),process[_0x1d18d0(0xaf)][_0x1d18d0(0x90)]=!![]):(_0x2495d9['debug'](_0x1d47ef[_0x1d18d0(0xbd)]),_0x4f9112[_0x1d18d0(0xaf)][_0x1d18d0(0x90)]=!![]):_0x1c2ab8[_0x1d18d0(0xa0)]=_0x328aa6[_0x1d18d0(0xa0)];}),_0x88855e['addEventListener'](_0x1d47ef['Dykgt'],async function(_0x2b96c0){const _0x1bb30a=_0x3543e4;if(_0x1d47ef['UPYHk'](_0x1d47ef['GIfMx'],_0x1d47ef['ewSvk'])){logger[_0x1bb30a(0xc5)](_0x1bb30a(0xeb)+_0x2b96c0[_0x1bb30a(0xc4)]);let _0x511cc1,_0x577dbc;try{_0x1d47ef['odalr'](_0x1d47ef[_0x1bb30a(0xbc)],_0x1d47ef['pcpym'])?_0x4d432e[_0x1bb30a(0xae)](_0x1bb30a(0xc7)+_0x4ad053[_0x1bb30a(0xc4)]):(_0x577dbc=JSON[_0x1bb30a(0xad)](_0x2b96c0[_0x1bb30a(0xc4)]),_0x511cc1=_0x577dbc[_0x1bb30a(0x97)]);}catch(_0x506ed7){if(_0x1d47ef[_0x1bb30a(0x8e)](_0x1d47ef['SEvpA'],_0x1d47ef[_0x1bb30a(0xe7)])){_0x4ebca9[_0x1bb30a(0xc5)](_0x1bb30a(0xeb)+_0x58a31a[_0x1bb30a(0xc4)]);let _0x38b94e,_0x43cbbe;try{_0x43cbbe=_0x54e0a4[_0x1bb30a(0xad)](_0x1bbf9a[_0x1bb30a(0xc4)]),_0x38b94e=_0x43cbbe[_0x1bb30a(0x97)];}catch(_0x13890b){_0x22bb0a[_0x1bb30a(0xae)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x5da068[_0x1bb30a(0xc4)]);}}else logger[_0x1bb30a(0xae)](_0x1bb30a(0xc7)+_0x2b96c0[_0x1bb30a(0xc4)]);}}else _0x7a83b5[_0x1bb30a(0xea)]=_0x3a5602[_0x1bb30a(0xea)];}),_0x88855e[_0x3543e4(0x8b)](_0x1d47ef[_0x3543e4(0xb1)],function(_0x236a97){const _0xcd2b77=_0x3543e4,_0x4f99dc={};_0x4f99dc['cLVwe']=_0x1d47ef[_0xcd2b77(0xe6)];const _0x198ba0=_0x4f99dc;_0x1d47ef[_0xcd2b77(0x99)](_0x1d47ef['clwDL'],_0x1d47ef[_0xcd2b77(0xe4)])?_0x2b37d9['env'][_0xcd2b77(0xd6)]=_0x198ba0[_0xcd2b77(0xd7)]:logger['debug']('Socket\x20error:\x20'+_0x236a97);}),_0x88855e[_0x3543e4(0x8b)](_0x1d47ef[_0x3543e4(0xcc)],function(){const _0x17ae56=_0x3543e4,_0x3ac512={'cSYLI':function(_0x5e8648,_0x305e5b){const _0x3b1307=a38_0x31e6;return _0x1d47ef[_0x3b1307(0x9e)](_0x5e8648,_0x305e5b);},'NXEaC':_0x1d47ef['RVtUv'],'KjjwQ':_0x1d47ef['mMKZH']};_0x1d47ef[_0x17ae56(0x9e)](_0x1d47ef[_0x17ae56(0xd0)],_0x1d47ef[_0x17ae56(0xcd)])?_0x32e023[_0x17ae56(0xbb)]=_0x9bdd39[_0x17ae56(0xbb)]:(_0x1d47ef[_0x17ae56(0x9e)](process[_0x17ae56(0xaf)][_0x17ae56(0x90)],_0x1d47ef[_0x17ae56(0xe6)])&&(_0x1d47ef[_0x17ae56(0xbf)](_0x1d47ef[_0x17ae56(0xef)],_0x1d47ef[_0x17ae56(0xef)])?process[_0x17ae56(0xaf)]['WS_CLOSED_BEFORE']=_0x1d47ef['RVtUv']:(_0x3ac512[_0x17ae56(0x8a)](_0x57ee25[_0x17ae56(0xaf)][_0x17ae56(0x90)],_0x3ac512[_0x17ae56(0xd5)])&&(_0x256cad[_0x17ae56(0xaf)][_0x17ae56(0xd6)]=_0x3ac512[_0x17ae56(0xd5)]),_0x4fe3cb['debug'](_0x3ac512[_0x17ae56(0xdf)]))),logger[_0x17ae56(0xc5)](_0x1d47ef[_0x17ae56(0xde)]));});};const getLogMetaData=()=>{const _0x43ae75=a38_0x1c7e3b,_0x3dfbc5={'brtiy':function(_0x3f79ba){return _0x3f79ba();},'brvYx':function(_0x3b8b23){return _0x3b8b23();},'WPSyL':function(_0x4ef30a){return _0x4ef30a();},'ULWmI':function(_0xd18cb3,_0x2c413f){return _0xd18cb3!==_0x2c413f;},'oVckG':_0x43ae75(0xe2),'rZdUY':'vmPKV','VCBHu':_0x43ae75(0xee),'XWtnE':_0x43ae75(0x95),'CRgFR':'PHtxT'},_0x59e67b=_0x3dfbc5['brtiy'](cli_version_and_path),_0x47b557={'requestId':global_registry[_0x43ae75(0xb8)],'username':global_registry[_0x43ae75(0xb2)],'cli_version':_0x59e67b[_0x43ae75(0xe8)],'cli_path':_0x59e67b[_0x43ae75(0x9f)],'os':_0x3dfbc5[_0x43ae75(0x9b)](_os),'os_version':_0x3dfbc5[_0x43ae75(0xa3)](os_version),'npm_version':_0x3dfbc5['WPSyL'](npm_version),'ci_environment':_0x3dfbc5[_0x43ae75(0xa3)](ci_environment)};return global_registry['gridProfileId']&&(_0x3dfbc5[_0x43ae75(0xec)](_0x3dfbc5[_0x43ae75(0xe3)],_0x3dfbc5['oVckG'])?(_0x15db97=_0x1e9b7d[_0x43ae75(0xad)](_0x4850b1[_0x43ae75(0xc4)]),_0x3b1b6f=_0x32f985['type']):_0x47b557[_0x43ae75(0xbb)]=global_registry['gridProfileId']),global_registry[_0x43ae75(0xea)]&&(_0x3dfbc5['ULWmI'](_0x3dfbc5['rZdUY'],_0x3dfbc5[_0x43ae75(0xbe)])?_0x47b557[_0x43ae75(0xea)]=global_registry[_0x43ae75(0xea)]:_0x8e881e='['+new _0x4c4c8d()[_0x43ae75(0x96)]()+']:\x20'+_0x1c50c0[_0x43ae75(0xcb)]),global_registry[_0x43ae75(0xa0)]&&(_0x3dfbc5[_0x43ae75(0xec)](_0x3dfbc5['XWtnE'],_0x3dfbc5[_0x43ae75(0xa1)])?_0x47b557[_0x43ae75(0xa0)]=global_registry[_0x43ae75(0xa0)]:_0x5b1814[_0x43ae75(0xc5)](_0x43ae75(0xd1)+_0x2d151e)),_0x47b557;};exports[a38_0x1c7e3b(0xd3)]=_0x3ad6d4=>new Promise((_0x321fdd,_0x2ec286)=>setTimeout(_0x321fdd,_0x3ad6d4)),exports['sendEventToBackend']=async(_0x45dc7d,_0x580d6c,_0x309bb9='info',_0x3ab61e=![])=>{const _0x31809f=a38_0x1c7e3b,_0x13fd46={'cEnWG':function(_0xf06edb,_0x4afede){return _0xf06edb===_0x4afede;},'pQSDo':_0x31809f(0xb5),'Mffro':'Socket\x20reconnected','jNSxD':'Socket\x20open','tUJyY':function(_0x398c2c){return _0x398c2c();},'lkPkr':function(_0x5f3209){return _0x5f3209();},'ywqPg':function(_0x5c7b0a){return _0x5c7b0a();},'LNBDo':function(_0x5d0930,_0x8a207f){return _0x5d0930!==_0x8a207f;},'MqeNa':_0x31809f(0xb4),'PHbpG':'GYwZb','lyzhg':function(_0x1b5b5a){return _0x1b5b5a();},'bwazb':_0x31809f(0xac),'avxRc':_0x31809f(0xd9)};let _0x44a2e3=_0x580d6c[_0x31809f(0xcb)];_0x13fd46['cEnWG'](_0x580d6c['type'],WS_EVENTS['LOG'])&&(_0x13fd46[_0x31809f(0x8d)](_0x13fd46[_0x31809f(0xa2)],_0x13fd46['PHbpG'])?_0x44a2e3='['+new Date()[_0x31809f(0x96)]()+']:\x20'+_0x580d6c[_0x31809f(0xcb)]:_0x13fd46[_0x31809f(0x9c)](_0x5b8b4e[_0x31809f(0xaf)][_0x31809f(0xd6)],_0x13fd46['pQSDo'])?_0x279558[_0x31809f(0xc5)](_0x13fd46[_0x31809f(0x91)]):(_0x52938d['debug'](_0x13fd46[_0x31809f(0x9a)]),_0x52eef8[_0x31809f(0xaf)]['WS_OPENED_BEFORE']=!![]));const _0xb24f4a={};_0xb24f4a[_0x31809f(0xcb)]=_0x44a2e3,_0xb24f4a[_0x31809f(0xd4)]=_0x309bb9;const _0x481f8b={'type':_0x580d6c[_0x31809f(0x97)],..._0x13fd46[_0x31809f(0xa6)](getLogMetaData),'data':_0xb24f4a};_0x45dc7d[_0x31809f(0xa7)](JSON['stringify'](_0x481f8b));if(_0x3ab61e){if(_0x13fd46[_0x31809f(0x8d)](_0x13fd46['bwazb'],_0x13fd46['avxRc']))await this[_0x31809f(0xd3)](0x1f4);else{const _0xbb7fa2=_0x13fd46[_0x31809f(0xb3)](_0x308bd6),_0x35ee98={'requestId':_0x37614c['requestId'],'username':_0x3d4e88['bstackUsername'],'cli_version':_0xbb7fa2[_0x31809f(0xe8)],'cli_path':_0xbb7fa2['path'],'os':_0x13fd46[_0x31809f(0xaa)](_0x4f3f78),'os_version':_0x13fd46[_0x31809f(0xed)](_0x565411),'npm_version':_0x13fd46[_0x31809f(0xb3)](_0x36578d),'ci_environment':_0x13fd46['tUJyY'](_0x45dc8a)};return _0x5afbf6[_0x31809f(0xbb)]&&(_0x35ee98[_0x31809f(0xbb)]=_0x349d8f['gridProfileId']),_0x3abb07[_0x31809f(0xea)]&&(_0x35ee98[_0x31809f(0xea)]=_0x51f192[_0x31809f(0xea)]),_0x3edb8f[_0x31809f(0xa0)]&&(_0x35ee98[_0x31809f(0xa0)]=_0x6406e1[_0x31809f(0xa0)]),_0x35ee98;}}};
1
+ const a38_0x275cf6=a38_0x3ec4;(function(_0x223089,_0x4a3a20){const _0x1f6f88=a38_0x3ec4,_0x36f8ff=_0x223089();while(!![]){try{const _0x270452=parseInt(_0x1f6f88(0x117))/0x1+-parseInt(_0x1f6f88(0x146))/0x2+parseInt(_0x1f6f88(0x171))/0x3+-parseInt(_0x1f6f88(0x15a))/0x4+-parseInt(_0x1f6f88(0x160))/0x5+parseInt(_0x1f6f88(0x125))/0x6+-parseInt(_0x1f6f88(0x176))/0x7*(-parseInt(_0x1f6f88(0x154))/0x8);if(_0x270452===_0x4a3a20)break;else _0x36f8ff['push'](_0x36f8ff['shift']());}catch(_0x561053){_0x36f8ff['push'](_0x36f8ff['shift']());}}}(a38_0x467a,0xec688));const {global_registry,WS_EVENTS}=require('../config/constants'),{logger}=require(a38_0x275cf6(0x13a)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils');exports['addListeners']=_0x52557a=>{const _0x42d7b5=a38_0x275cf6,_0xfabc4a={'xdyaX':function(_0x4e3291){return _0x4e3291();},'SfWTD':function(_0xbe00b3){return _0xbe00b3();},'QlGmU':function(_0x2983b9){return _0x2983b9();},'YPMas':function(_0x1f9f4c,_0x5819bf){return _0x1f9f4c===_0x5819bf;},'flJBX':'EjifI','KatPM':function(_0x44719f,_0x3eb247){return _0x44719f===_0x3eb247;},'XKCbo':_0x42d7b5(0x149),'CZpTi':function(_0x36abc2,_0x152c58){return _0x36abc2!==_0x152c58;},'yzhFJ':_0x42d7b5(0x170),'FVCkd':'Socket\x20reconnected','YcBvo':_0x42d7b5(0x172),'UnvMZ':'Socket\x20open','EYLXg':_0x42d7b5(0x161),'fZhnq':_0x42d7b5(0x16b),'FitAe':_0x42d7b5(0x141),'OvmZB':_0x42d7b5(0x16f),'LPSar':_0x42d7b5(0x15c),'ukrtb':_0x42d7b5(0x150),'cSOdH':function(_0x5ee421,_0x25f7a0){return _0x5ee421===_0x25f7a0;},'TnazJ':_0x42d7b5(0x14e),'tSpQb':_0x42d7b5(0x166),'bMjZp':function(_0x4338b7,_0x2b1f01){return _0x4338b7===_0x2b1f01;},'IcMji':function(_0x27a9a4,_0x31e2d3){return _0x27a9a4!==_0x31e2d3;},'MIoDt':_0x42d7b5(0x167),'dejjI':'Socket\x20closed','MpBYB':'open','OnDYd':_0x42d7b5(0x178),'TOZGF':_0x42d7b5(0x14a),'xpMSr':_0x42d7b5(0x115)};_0x52557a[_0x42d7b5(0x159)](_0xfabc4a[_0x42d7b5(0x139)],()=>{const _0x55176a=_0x42d7b5,_0x1994c1={'efojJ':function(_0x4b7e00){return _0xfabc4a['xdyaX'](_0x4b7e00);},'QvYow':function(_0x560731){const _0x145052=a38_0x3ec4;return _0xfabc4a[_0x145052(0x116)](_0x560731);},'uAlPh':function(_0x3c5f8c){const _0xff2ae=a38_0x3ec4;return _0xfabc4a[_0xff2ae(0x123)](_0x3c5f8c);}};if(_0xfabc4a['YPMas'](_0xfabc4a['flJBX'],_0xfabc4a['flJBX'])){if(_0xfabc4a[_0x55176a(0x168)](process[_0x55176a(0x11c)][_0x55176a(0x119)],_0xfabc4a[_0x55176a(0x11b)]))_0xfabc4a[_0x55176a(0x16a)](_0xfabc4a['yzhFJ'],_0xfabc4a[_0x55176a(0x135)])?_0x11bc44[_0x55176a(0x12b)](_0x55176a(0x14f)+_0x2a610c):logger[_0x55176a(0x12b)](_0xfabc4a[_0x55176a(0x145)]);else{if(_0xfabc4a['CZpTi'](_0xfabc4a['YcBvo'],_0xfabc4a[_0x55176a(0x11e)])){const _0x3816b2=_0x1994c1[_0x55176a(0x16c)](_0x5adcc8),_0x59bbb6={'requestId':_0x218d0c[_0x55176a(0x158)],'username':_0x234d30[_0x55176a(0x138)],'cli_version':_0x3816b2[_0x55176a(0x134)],'cli_path':_0x3816b2[_0x55176a(0x13f)],'os':_0x1994c1[_0x55176a(0x153)](_0x506294),'os_version':_0x1994c1[_0x55176a(0x153)](_0x5eab2c),'npm_version':_0x1994c1[_0x55176a(0x153)](_0x581a06),'ci_environment':_0x1994c1[_0x55176a(0x127)](_0x2b0f64)};return _0x420838[_0x55176a(0x165)]&&(_0x59bbb6[_0x55176a(0x165)]=_0x3048d7[_0x55176a(0x165)]),_0x26a768['gridProfile']&&(_0x59bbb6[_0x55176a(0x12f)]=_0x38ba85[_0x55176a(0x12f)]),_0x42cc27[_0x55176a(0x12e)]&&(_0x59bbb6[_0x55176a(0x12e)]=_0x3721e6['gridName']),_0x59bbb6;}else logger[_0x55176a(0x12b)](_0xfabc4a[_0x55176a(0x11a)]),process[_0x55176a(0x11c)][_0x55176a(0x12c)]=!![];}}else _0x230942[_0x55176a(0x165)]=_0xe0bddb[_0x55176a(0x165)];}),_0x52557a[_0x42d7b5(0x159)](_0xfabc4a[_0x42d7b5(0x11f)],async function(_0x7ff974){const _0x295f2f=_0x42d7b5,_0x14ed3a={};_0x14ed3a[_0x295f2f(0x157)]=_0xfabc4a['XKCbo'];const _0x551501=_0x14ed3a;if(_0xfabc4a[_0x295f2f(0x168)](_0xfabc4a[_0x295f2f(0x175)],_0xfabc4a[_0x295f2f(0x175)])){logger[_0x295f2f(0x12b)](_0x295f2f(0x174)+_0x7ff974[_0x295f2f(0x131)]);let _0x133c2e,_0x1f66e8;try{if(_0xfabc4a['CZpTi'](_0xfabc4a[_0x295f2f(0x13d)],_0xfabc4a[_0x295f2f(0x13d)])){_0x538f6f['debug']('Message\x20received\x20from\x20server!\x20=>\x20'+_0x2e9e7d[_0x295f2f(0x131)]);let _0x1a7364,_0x1c3d4d;try{_0x1c3d4d=_0xf43b6a['parse'](_0x3099f2[_0x295f2f(0x131)]),_0x1a7364=_0x1c3d4d[_0x295f2f(0x132)];}catch(_0x340e07){_0xbbafae[_0x295f2f(0x14a)](_0x295f2f(0x118)+_0x1e4a10[_0x295f2f(0x131)]);}}else _0x1f66e8=JSON[_0x295f2f(0x16e)](_0x7ff974['data']),_0x133c2e=_0x1f66e8['type'];}catch(_0x18fbc2){_0xfabc4a[_0x295f2f(0x16a)](_0xfabc4a[_0x295f2f(0x11d)],_0xfabc4a[_0x295f2f(0x177)])?logger['error'](_0x295f2f(0x118)+_0x7ff974['data']):_0x468d6c[_0x295f2f(0x11c)][_0x295f2f(0x119)]=_0x551501[_0x295f2f(0x157)];}}else _0x2c0f3b['debug'](_0xfabc4a[_0x295f2f(0x145)]);}),_0x52557a[_0x42d7b5(0x159)](_0xfabc4a[_0x42d7b5(0x112)],function(_0x45f269){const _0x4eac69=_0x42d7b5;_0xfabc4a[_0x4eac69(0x16a)](_0xfabc4a[_0x4eac69(0x144)],_0xfabc4a['ukrtb'])?logger[_0x4eac69(0x12b)](_0x4eac69(0x14f)+_0x45f269):(_0x450eba=_0x228bbb['parse'](_0x21bf61[_0x4eac69(0x131)]),_0x5d1cb8=_0x11d6f4[_0x4eac69(0x132)]);}),_0x52557a[_0x42d7b5(0x159)](_0xfabc4a[_0x42d7b5(0x15e)],function(){const _0x2e8e71=_0x42d7b5;_0xfabc4a['cSOdH'](_0xfabc4a[_0x2e8e71(0x169)],_0xfabc4a[_0x2e8e71(0x163)])?_0x3a3b33='['+new _0x168b25()[_0x2e8e71(0x151)]()+_0x2e8e71(0x137)+_0x4d46b9[_0x2e8e71(0x178)]:(_0xfabc4a[_0x2e8e71(0x13e)](process[_0x2e8e71(0x11c)][_0x2e8e71(0x12c)],_0xfabc4a['XKCbo'])&&(_0xfabc4a[_0x2e8e71(0x12d)](_0xfabc4a['MIoDt'],_0xfabc4a[_0x2e8e71(0x143)])?_0x2df715[_0x2e8e71(0x12e)]=_0x9d768c[_0x2e8e71(0x12e)]:process[_0x2e8e71(0x11c)][_0x2e8e71(0x119)]=_0xfabc4a['XKCbo']),logger[_0x2e8e71(0x12b)](_0xfabc4a[_0x2e8e71(0x155)]));});};function a38_0x3ec4(_0x2602f3,_0xdbe783){const _0x467a4b=a38_0x467a();return a38_0x3ec4=function(_0x3ec40b,_0x46ad71){_0x3ec40b=_0x3ec40b-0x112;let _0x4a411d=_0x467a4b[_0x3ec40b];return _0x4a411d;},a38_0x3ec4(_0x2602f3,_0xdbe783);}const getLogMetaData=()=>{const _0x1c336c=a38_0x275cf6,_0x3beb06={'IvjEy':_0x1c336c(0x113),'qCMvR':function(_0x5bb179){return _0x5bb179();},'cjMeO':function(_0x6a7331,_0x2ae60d){return _0x6a7331!==_0x2ae60d;},'bZpmb':'MkLcb','hujrI':_0x1c336c(0x124),'cvSvV':_0x1c336c(0x114),'MrWeg':_0x1c336c(0x15f)},_0x457ab6=_0x3beb06[_0x1c336c(0x164)](cli_version_and_path),_0x45abfa={'requestId':global_registry[_0x1c336c(0x158)],'username':global_registry[_0x1c336c(0x138)],'cli_version':_0x457ab6[_0x1c336c(0x134)],'cli_path':_0x457ab6[_0x1c336c(0x13f)],'os':_0x3beb06['qCMvR'](_os),'os_version':_0x3beb06[_0x1c336c(0x164)](os_version),'npm_version':_0x3beb06[_0x1c336c(0x164)](npm_version),'ci_environment':_0x3beb06[_0x1c336c(0x164)](ci_environment)};return global_registry['gridProfileId']&&(_0x3beb06['cjMeO'](_0x3beb06[_0x1c336c(0x15b)],_0x3beb06[_0x1c336c(0x15b)])?(_0x1afd50[_0x1c336c(0x12b)](_0x3beb06[_0x1c336c(0x156)]),_0x23c2ab[_0x1c336c(0x11c)][_0x1c336c(0x12c)]=!![]):_0x45abfa['gridProfileId']=global_registry[_0x1c336c(0x165)]),global_registry[_0x1c336c(0x12f)]&&(_0x3beb06['cjMeO'](_0x3beb06[_0x1c336c(0x142)],_0x3beb06['hujrI'])?_0x535c91['error'](_0x1c336c(0x118)+_0x5bed80[_0x1c336c(0x131)]):_0x45abfa[_0x1c336c(0x12f)]=global_registry[_0x1c336c(0x12f)]),global_registry['gridName']&&(_0x3beb06[_0x1c336c(0x122)](_0x3beb06[_0x1c336c(0x136)],_0x3beb06[_0x1c336c(0x126)])?_0x45abfa[_0x1c336c(0x12e)]=global_registry[_0x1c336c(0x12e)]:_0x15fcc1[_0x1c336c(0x12f)]=_0x3344c2[_0x1c336c(0x12f)]),_0x45abfa;};function a38_0x467a(){const _0x195ddc=['parse','ZNemi','kDXhu','2858721eizngI','pjDtV','ZgEqy','Message\x20received\x20from\x20server!\x20=>\x20','EYLXg','6687058srSOYy','OvmZB','message','TOZGF','Socket\x20open','IlZrb','close','SfWTD','200353vPTJOA','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','WS_CLOSED_BEFORE','UnvMZ','XKCbo','env','FitAe','YcBvo','OnDYd','nhLEk','stringify','cjMeO','QlGmU','NWniF','7140960rBxmJT','MrWeg','uAlPh','BZwXC','Socket\x20closed','send','debug','WS_OPENED_BEFORE','IcMji','gridName','gridProfile','KBMyw','data','type','XwNSm','version','yzhFJ','cvSvV',']:\x20','bstackUsername','MpBYB','../config/logger','Socket\x20reconnected','delay','fZhnq','bMjZp','path','nrmdr','GshGA','hujrI','MIoDt','LPSar','FVCkd','689784BDaxJi','xAkWX','LOG','true','error','sMLKZ','eOzrN','UIRgZ','SrTfv','Socket\x20error:\x20','PHQyN','toUTCString','mRNJc','QvYow','8AKBpBC','dejjI','IvjEy','byemN','requestId','addEventListener','3050268uKzafr','bZpmb','RjKwq','info','xpMSr','fDXZz','6114635PhlGsX','ORBVj','DtDTh','tSpQb','qCMvR','gridProfileId','EzRvL','bwNpL','KatPM','TnazJ','CZpTi','ivDab','efojJ','wVHzx'];a38_0x467a=function(){return _0x195ddc;};return a38_0x467a();}exports[a38_0x275cf6(0x13c)]=_0x4c643d=>new Promise((_0x46c201,_0x305cda)=>setTimeout(_0x46c201,_0x4c643d)),exports['sendEventToBackend']=async(_0x572e29,_0x217705,_0x220c2e=a38_0x275cf6(0x15d),_0x4d3968=![])=>{const _0x130fd7=a38_0x275cf6,_0x304aba={'nrmdr':function(_0x3c1642,_0x5ad386){return _0x3c1642===_0x5ad386;},'mRNJc':_0x130fd7(0x149),'ZgEqy':_0x130fd7(0x13b),'UBAFu':_0x130fd7(0x113),'DtDTh':function(_0x277394,_0x44cfc5){return _0x277394===_0x44cfc5;},'UIRgZ':_0x130fd7(0x129),'eOzrN':function(_0x4d1c49,_0x5e20af){return _0x4d1c49!==_0x5e20af;},'nhLEk':'TrriF','sMLKZ':_0x130fd7(0x133),'wVHzx':function(_0x4fcddf){return _0x4fcddf();},'BZwXC':_0x130fd7(0x147),'KBMyw':'mothm'};let _0xecb173=_0x217705[_0x130fd7(0x178)];_0x304aba[_0x130fd7(0x162)](_0x217705[_0x130fd7(0x132)],WS_EVENTS[_0x130fd7(0x148)])&&(_0x304aba[_0x130fd7(0x14c)](_0x304aba[_0x130fd7(0x120)],_0x304aba[_0x130fd7(0x14b)])?_0xecb173='['+new Date()[_0x130fd7(0x151)]()+_0x130fd7(0x137)+_0x217705[_0x130fd7(0x178)]:_0x304aba[_0x130fd7(0x140)](_0x1ce451[_0x130fd7(0x11c)]['WS_CLOSED_BEFORE'],_0x304aba[_0x130fd7(0x152)])?_0x494d12[_0x130fd7(0x12b)](_0x304aba[_0x130fd7(0x173)]):(_0x495816[_0x130fd7(0x12b)](_0x304aba['UBAFu']),_0x55f9e8[_0x130fd7(0x11c)]['WS_OPENED_BEFORE']=!![]));const _0xf10612={};_0xf10612['message']=_0xecb173,_0xf10612['logType']=_0x220c2e;const _0x3d65ba={'type':_0x217705[_0x130fd7(0x132)],..._0x304aba[_0x130fd7(0x16d)](getLogMetaData),'data':_0xf10612};_0x572e29[_0x130fd7(0x12a)](JSON[_0x130fd7(0x121)](_0x3d65ba)),_0x4d3968&&(_0x304aba[_0x130fd7(0x14c)](_0x304aba[_0x130fd7(0x128)],_0x304aba[_0x130fd7(0x130)])?await this[_0x130fd7(0x13c)](0x1f4):(_0x304aba[_0x130fd7(0x162)](_0x479b88['env'][_0x130fd7(0x12c)],_0x304aba[_0x130fd7(0x152)])&&(_0x5df747[_0x130fd7(0x11c)][_0x130fd7(0x119)]=_0x304aba[_0x130fd7(0x152)]),_0x20e1e3[_0x130fd7(0x12b)](_0x304aba[_0x130fd7(0x14d)])));};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserstack-node-sdk",
3
- "version": "1.68.0",
3
+ "version": "1.68.1",
4
4
  "private": false,
5
5
  "description": "Node SDK for browserstack selenium-webdriver tests",
6
6
  "main": "./src/index.js",
@@ -1 +1 @@
1
- function a0_0x2d12(){const _0x34b793=['Screenshot\x20path\x20not\x20found','bs:addLog:','_setPage','fireEvent','OfGRr','wyIiK','sAEaI','xzGVM','base64','add','BJlZA','after','readFileSync','OhFDU','performScan','pid','BS_TESTOPS_ALLOW_SCREENSHOTS','TEST_SCREENSHOT','initSaveScreenshot','format','find','WNlpf','default','1059866MzTajy','status','OkKiu','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20','all','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','includes','SESSION_NAME','ofSoX','../../helpers/driverInitErrorReporter','BYHjI','BROWSERSTACK_TESTHUB_UUID','url','yQOYM','hook-passed','uyetu','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','yFVOV','sendCBTInfo','../../helpers/performance/constants','devtools://','bddStepStart','__skipSessionStatus','cNSgG','252763pUEJBX','ReDYO','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','KvRQz','../../helpers/performance/performance-tester','captureEvent','PcNEC','push','flushPendingHookEvents','setSessionName','captureError','name','call','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','edxRa','codeceptjs/lib/helper/WebDriver.js','hook-started','mKHAQ','loSBr','titlePath','skipped','accessibilityPlatform','browserContext','overwriteCommand','hasLiveDriverSession','codeceptjs','stringify','emit','WebDriver','jeoAk','performScanWithRetry','Playwright','patch','GET_RESULTS_SUMMARY','WEmmD','njPep','command','EVVoY','failed','lPRHs','function','contexts','fumap','class','getAccessibilityResults','stopMonitoring','iiHGj','hook','page','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','fxRlU','parse','toString','args','mIIoI','event','1396DUAcgR','env','SDK_POST_TEST','1297407FRcDaP','bOmPV','CeKlM','SDK_PRE_INITIALIZE','bufferPendingHookEvent','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','1573EhlsmV','fODYT','browserstack_executor:\x20','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','./o11yHelper','../../helpers/accessibility-automation/helper','thTestRunUuid','saveScreenshot','webdriverio','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','restore','title','CUxYg','xaNAD','SESSION_STATUS','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','XNTmL','SDK_TEST','test-passed','setSessionStatus','test-skipped','slice','XoPyI','browserStackExecuteDriver','PtZJo','hntcG','aavTP','HOOK_RUN_FINISHED','trSwR','test-started','dispatcher','measureWrapper','../../bin/playwright/accessibility-helper','CPtKt','../../helpers/logger','GET_RESULTS','JBJkC','../../bin/playwright/sessionDetails','helpers','pages','split','codeceptjs/lib/helper/Playwright.js','startMonitoring','start','SYNC','action','BS_A11Y_JWT','message','constructor','PERFORM_SCAN','INFO','hookType','enabled','startsWith','then','--auto-open-devtools-for-tabs','bddStep-after','codeceptjs/lib/utils.js','1490256iVrbeJ','Suite','LLoRb','skipSessionStatus','ceMho','8484816hUbseB','saveAccessibilityResultsWithRetry','_before','executeScript','stack','wGxzi','../../helpers/testhub/constants.js','TestCafe','\x0aStack:\x20','codeceptjs/lib/recorder.js','fRCQx','SDK_POST_INITIALIZE','Puppeteer','qtWcY','started','bLotp','testAnalyticsId','SEYNV','commandsToWrap','__driver','SDK_HOOK','2maWkCe','ENV_VAR','test','./helper.js','Rmuxc','filter','../../helpers/accessibility-automation/scripts','thBuildUuid','13195CgrBRC','BROWSERSTACK_TESTHUB_JWT','version','HOOK_RUN_STARTED','arguments','addRequestSpy','dhHmd','debug','vOgxm','TqVGH','flBaX','bddStep-before','wtZFw','end','qPVcY','getResultsSummary','aZejb','before','TEST_LOG','SDK_PRE_TEST','zCaRL','warn','ctx','forEach','qqqSU','pKuBB','step','bddStepFinish','patchSaveScreenshot','TEST_RUN_STARTED','../../helpers/globals.js','bstackAllyScanning','getSyncScript','../../helpers/accessibility-automation/accessibilityRetryHelper','browser','browserstackTestName','config','iXBuq','PjOIY','a11y_core_config','info','DRuoQ','testFramework','stop','currentTest','test-before','container','ZXqed','Unrhe','MzqIj','driver-init\x20capture\x20install\x20failed:\x20','hook-failed','apply','BAmrL','winstonLogger','OLOwF','YbWwc','chromium','zPZQK','TEST_RUN_FINISHED','toISOString','catch','oEyyM','bind','bstackA11yShouldScan','TOdCz','shouldWrapCommand','102vWdTXL','Jasou','TEST_RUN_SKIPPED','27080wNzqIC','prototype','Yjito','VdEmM','setGlobal','bddStep','bhqJm','string','step-comment'];a0_0x2d12=function(){return _0x34b793;};return a0_0x2d12();}function a0_0xc6f8(_0x5ddac7,_0x38dd44){const _0x2d12bf=a0_0x2d12();return a0_0xc6f8=function(_0xc6f814,_0x49daa4){_0xc6f814=_0xc6f814-0x183;let _0x25f75a=_0x2d12bf[_0xc6f814];return _0x25f75a;},a0_0xc6f8(_0x5ddac7,_0x38dd44);}const a0_0x540a6f=a0_0xc6f8;(function(_0x4cad75,_0x4406b5){const _0x13b365=a0_0xc6f8,_0x33ddf0=_0x4cad75();while(!![]){try{const _0x4900df=parseInt(_0x13b365(0x223))/0x1*(parseInt(_0x13b365(0x1b5))/0x2)+-parseInt(_0x13b365(0x276))/0x3+parseInt(_0x13b365(0x273))/0x4*(parseInt(_0x13b365(0x1bd))/0x5)+parseInt(_0x13b365(0x200))/0x6*(parseInt(_0x13b365(0x23b))/0x7)+-parseInt(_0x13b365(0x1a0))/0x8+-parseInt(_0x13b365(0x19b))/0x9+parseInt(_0x13b365(0x203))/0xa*(-parseInt(_0x13b365(0x27c))/0xb);if(_0x4900df===_0x4406b5)break;else _0x33ddf0['push'](_0x33ddf0['shift']());}catch(_0x2665f4){_0x33ddf0['push'](_0x33ddf0['shift']());}}}(a0_0x2d12,0x85fdf));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a0_0x540a6f(0x183))[a0_0x540a6f(0x1f3)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a0_0x540a6f(0x186)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x540a6f(0x280)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x540a6f(0x281)),AccessibilityHelper=require(a0_0x540a6f(0x29c)),accessibilityRetryHelper=require(a0_0x540a6f(0x1de)),scripts=require(a0_0x540a6f(0x1bb)),PerformanceTester=require(a0_0x540a6f(0x23f)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a0_0x540a6f(0x236)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x540a6f(0x1b8)),testHubConstants=require(a0_0x540a6f(0x1a6)),globals=require(a0_0x540a6f(0x1db)),interopDefault=_0x2c2f3b=>_0x2c2f3b&&_0x2c2f3b[a0_0x540a6f(0x222)]!==undefined?_0x2c2f3b['default']:_0x2c2f3b,CodeceptJS=requireModule('codeceptjs/lib/index.js',a0_0x540a6f(0x254)),CodeceptUtils=requireModule(a0_0x540a6f(0x19a),a0_0x540a6f(0x254)),CodeceptWebDriver=interopDefault(requireModule(a0_0x540a6f(0x24a),a0_0x540a6f(0x254))),CodeceptRecorder=interopDefault(requireModule(a0_0x540a6f(0x1a9),'codeceptjs')),CodeceptPlaywright=interopDefault(requireModule(a0_0x540a6f(0x18a),a0_0x540a6f(0x254)));try{require(a0_0x540a6f(0x22c))['installAll'](a0_0x540a6f(0x254));}catch(a0_0x295ac0){logger[a0_0x540a6f(0x1c4)](a0_0x540a6f(0x1ef)+(a0_0x295ac0&&a0_0x295ac0[a0_0x540a6f(0x190)]));}const playwrightMarkSessionStatus=(_0x279afa,_0x5610bb,_0x50b4ae)=>{const _0x1cdc5f=a0_0x540a6f,_0x596b9f={'jQLME':_0x1cdc5f(0x28f),'OYuqd':function(_0x150eb7,_0x5efad3){return _0x150eb7(_0x5efad3);}},_0x34195d={};_0x34195d[_0x1cdc5f(0x224)]=_0x5610bb;const _0x15297d={};_0x15297d[_0x1cdc5f(0x18e)]=_0x596b9f['jQLME'],_0x15297d[_0x1cdc5f(0x1c1)]=_0x34195d;const _0x5565e7=_0x15297d;return!_0x596b9f['OYuqd'](isUndefined,_0x50b4ae)&&(_0x5565e7[_0x1cdc5f(0x1c1)]['reason']=JSON[_0x1cdc5f(0x255)](_0x50b4ae)),_0x279afa[_0x1cdc5f(0x1a3)](()=>{},_0x1cdc5f(0x27e)+JSON[_0x1cdc5f(0x255)](_0x5565e7));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a0_0x540a6f(0x18d)],async _0x171f73=>{const _0x5e8bfb=a0_0x540a6f,_0x2063de={};_0x2063de[_0x5e8bfb(0x277)]=function(_0x2d7dce,_0x1478d0){return _0x2d7dce===_0x1478d0;},_0x2063de[_0x5e8bfb(0x265)]=_0x5e8bfb(0x25a);const _0xc00f2d=_0x2063de;_0xc00f2d[_0x5e8bfb(0x277)](_0x171f73['constructor'][_0x5e8bfb(0x246)],_0xc00f2d['fumap'])?await _0x171f73[_0x5e8bfb(0x1a3)](_0x209405=>{},testOpsHelper[_0x5e8bfb(0x1dd)]()):await _0x171f73[_0x5e8bfb(0x1a3)](testOpsHelper[_0x5e8bfb(0x1dd)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents[a0_0x540a6f(0x22a)],async(_0x160303,_0x187b45)=>{const _0x401f15=a0_0x540a6f,_0xca256b={};_0xca256b[_0x401f15(0x278)]=_0x401f15(0x244),_0xca256b[_0x401f15(0x294)]=function(_0x50ee07,_0x1d51e1){return _0x50ee07===_0x1d51e1;},_0xca256b['xaNAD']=_0x401f15(0x25a);const _0x41c74d=_0xca256b,_0x5a7cdf={};_0x5a7cdf[_0x401f15(0x246)]=_0x187b45;const _0x4d8651={};_0x4d8651[_0x401f15(0x18e)]=_0x41c74d['CeKlM'],_0x4d8651['arguments']=_0x5a7cdf;const _0xa40a44=_0x4d8651;_0x41c74d[_0x401f15(0x294)](_0x160303[_0x401f15(0x191)][_0x401f15(0x246)],_0x41c74d[_0x401f15(0x289)])?await _0x160303[_0x401f15(0x1a3)](()=>{},_0x401f15(0x27e)+JSON[_0x401f15(0x255)](_0xa40a44)):await _0x160303[_0x401f15(0x1a3)](_0x401f15(0x27e)+JSON[_0x401f15(0x255)](_0xa40a44));}),patchSaveScreenshot=_0x5c0a9b=>{const _0x4bec15=a0_0x540a6f,_0x18e9bb={'TOdCz':_0x4bec15(0x214),'wKQjq':_0x4bec15(0x21d),'zCaRL':function(_0x329129){return _0x329129();},'WNlpf':function(_0x15dc65,_0x54e518){return _0x15dc65(_0x54e518);},'ZXqed':_0x4bec15(0x20c)};_0x18e9bb[_0x4bec15(0x221)](isTrue,process[_0x4bec15(0x274)][_0x4bec15(0x21c)])&&!_0x5c0a9b[_0x4bec15(0x1d9)]&&(_0x5c0a9b['patchSaveScreenshot']=!![],_0x5c0a9b[_0x4bec15(0x21e)]=_0x5c0a9b[_0x4bec15(0x283)],_0x5c0a9b['saveScreenshot']=(_0xbe566e,_0x3dfba1=![])=>{const _0x279bf4=_0x4bec15,_0x14738e={'EVVoY':_0x18e9bb[_0x279bf4(0x1fe)],'TqVGH':_0x18e9bb['wKQjq'],'wyIiK':function(_0x199e16){const _0x3792ea=_0x279bf4;return _0x18e9bb[_0x3792ea(0x1d1)](_0x199e16);},'icTBW':function(_0x36f277,_0x3834eb){const _0x55f17e=_0x279bf4;return _0x18e9bb[_0x55f17e(0x221)](_0x36f277,_0x3834eb);},'BJlZA':_0x18e9bb[_0x279bf4(0x1ec)]};return new Promise(function(_0x50cc03,_0x1648d7){const _0x22a85b=_0x279bf4,_0x4f9a8c={'fODYT':_0x14738e[_0x22a85b(0x260)],'wjpar':_0x14738e[_0x22a85b(0x1c6)],'LLoRb':function(_0x2e737b){const _0x5c0753=_0x22a85b;return _0x14738e[_0x5c0753(0x211)](_0x2e737b);},'NrzmI':function(_0x105112,_0x40b8e1){return _0x14738e['icTBW'](_0x105112,_0x40b8e1);},'yFVOV':_0x14738e[_0x22a85b(0x216)]};_0x5c0a9b['initSaveScreenshot'](_0xbe566e,_0x3dfba1)[_0x22a85b(0x197)](()=>{const _0x5cd5ab=_0x22a85b,_0x5e3940=CodeceptUtils['screenshotOutputFolder'](_0xbe566e);if(_0x5e3940){const _0x45e5bd=fs[_0x5cd5ab(0x218)](_0x5e3940);process[_0x5cd5ab(0x256)]('bs:addLog:'+process[_0x5cd5ab(0x21b)],{'timestamp':new Date()[_0x5cd5ab(0x1f9)](),'message':_0x45e5bd[_0x5cd5ab(0x26f)](_0x4f9a8c[_0x5cd5ab(0x27d)]),'kind':_0x4f9a8c['wjpar']}),_0x4f9a8c[_0x5cd5ab(0x19d)](_0x50cc03);}_0x4f9a8c['NrzmI'](_0x1648d7,new Error(_0x4f9a8c[_0x5cd5ab(0x234)]));})[_0x22a85b(0x1fa)](()=>null);});});},patchWebDriverBefore=(_0xb0434,_0x3b5232)=>{const _0x525590=a0_0x540a6f,_0x3bb58e={'DRuoQ':function(_0x5c309e){return _0x5c309e();},'ceMho':function(_0x3a7f66,_0x973b82){return _0x3a7f66(_0x973b82);},'aavTP':function(_0x4c5739,_0x25a0e6){return _0x4c5739===_0x25a0e6;},'fxRlU':_0x525590(0x284),'LxPvs':function(_0x3938b9,_0x343bc6){return _0x3938b9===_0x343bc6;},'aOoFm':_0x525590(0x20a),'dhHmd':function(_0x49e2ae,_0x22bf42){return _0x49e2ae===_0x22bf42;},'Yjito':'Element','mIIoI':function(_0x3bdfa4,_0x18a7c6){return _0x3bdfa4===_0x18a7c6;},'xzGVM':_0x525590(0x263)},_0x454dd1=async function(_0x75d0b1,_0x55516b){const _0x28eb9b=_0x525590;_0x3bb58e[_0x28eb9b(0x1e6)](isAccessibilityAutomationSession)&&!global[_0x28eb9b(0x1dc)]&&global['accessibilityPlatform']&&scripts[_0x28eb9b(0x1ff)](_0x75d0b1['name'])&&_0x3bb58e[_0x28eb9b(0x19f)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x28eb9b(0x1dc)]=!![],await PerformanceTester[_0x28eb9b(0x29b)](PerformanceA11yEvents[_0x28eb9b(0x192)],async()=>{const _0x1df1d8=_0x28eb9b;logger['debug']('Performing\x20scan\x20for\x20'+_0x75d0b1[_0x1df1d8(0x266)]+'\x20'+_0x75d0b1[_0x1df1d8(0x246)]),await AccessibilityHelper['browserStackExecuteDriver'](_0xb0434,scripts[_0x1df1d8(0x21a)]);},{'command':_0x75d0b1[_0x28eb9b(0x246)]})());global[_0x28eb9b(0x1dc)]=![];const _0xdd815f=JSON[_0x28eb9b(0x26e)](process['env']['FRAMEWORK_DETAILS']||'{}');if(_0x3bb58e[_0x28eb9b(0x296)](_0xdd815f?.[_0x28eb9b(0x1e7)]?.[_0x28eb9b(0x246)],_0x3bb58e[_0x28eb9b(0x26d)])&&_0x3bb58e['LxPvs'](typeof _0xdd815f?.['testFramework']?.[_0x28eb9b(0x1bf)],_0x3bb58e['aOoFm'])&&_0xdd815f?.[_0x28eb9b(0x1e7)]?.[_0x28eb9b(0x1bf)][_0x28eb9b(0x196)]('7'))return _0x55516b[_0x28eb9b(0x1f1)](null,Array[_0x28eb9b(0x204)][_0x28eb9b(0x291)][_0x28eb9b(0x247)](arguments,0x2));return _0x55516b[_0x28eb9b(0x1f1)](this,Array[_0x28eb9b(0x204)][_0x28eb9b(0x291)][_0x28eb9b(0x247)](arguments,0x2));},_0x5b9886=CodeceptWebDriver[_0x525590(0x204)][_0x525590(0x1a2)];CodeceptWebDriver[_0x525590(0x204)][_0x525590(0x1a2)]=async function(){const _0x24404c=_0x525590;try{await _0x5b9886[_0x24404c(0x1f1)](this,arguments);}catch(_0x340f3b){logger[_0x24404c(0x1c4)]('Failed\x20to\x20execute\x20_before:\x20'+util[_0x24404c(0x21f)](_0x340f3b));}(scripts[_0x24404c(0x1b2)]||[])[_0x24404c(0x1ba)](_0x202f0b=>_0x202f0b[_0x24404c(0x246)]&&_0x202f0b['class'])[_0x24404c(0x1d4)](_0x601f66=>{const _0x581ee0=_0x24404c;this[_0x581ee0(0x1df)][_0x581ee0(0x252)](_0x601f66[_0x581ee0(0x246)],_0x454dd1[_0x581ee0(0x1fc)](this,_0x601f66),_0x3bb58e[_0x581ee0(0x1c3)](_0x601f66[_0x581ee0(0x266)],_0x3bb58e[_0x581ee0(0x205)]));}),_0x3bb58e[_0x24404c(0x19f)](processWebDriverConfig,_0xb0434);try{_0x3b5232&&_0x3bb58e[_0x24404c(0x271)](typeof _0x3b5232['flushPendingHookEvents'],_0x3bb58e[_0x24404c(0x213)])&&await _0x3b5232[_0x24404c(0x243)]();}catch(_0x2bf071){logger[_0x24404c(0x1c4)](_0x24404c(0x233)+util['format'](_0x2bf071));}};};function parseJwt(_0x47702a){const _0x7cf656=a0_0x540a6f,_0x49146b={};_0x49146b[_0x7cf656(0x29d)]=_0x7cf656(0x214);const _0x5eeb63=_0x49146b;if(!_0x47702a)return null;return JSON['parse'](Buffer['from'](_0x47702a[_0x7cf656(0x189)]('.')[0x1],_0x5eeb63[_0x7cf656(0x29d)])['toString']());}const patchPlaywrightBefore=_0x2456ee=>{const _0x4ee288=a0_0x540a6f,_0x1f64d9={'sAEaI':function(_0xe69d0a){return _0xe69d0a();},'pKuBB':_0x4ee288(0x237),'lPRHs':_0x4ee288(0x198),'GjZBL':function(_0xbdfd67){return _0xbdfd67();},'qPVcY':function(_0x43f39d,_0x541486){return _0x43f39d(_0x541486);},'BYHjI':function(_0x196379,_0x5d5451){return _0x196379+_0x5d5451;},'flBaX':_0x4ee288(0x1a8),'Jasou':function(_0x2f6931){return _0x2f6931();},'akPWx':function(_0xb38812){return _0xb38812();},'cNSgG':function(_0x502f84,_0x4e1d82){return _0x502f84===_0x4e1d82;},'yQOYM':'function'};PlaywrightSessionDetails[_0x4ee288(0x25b)]();const _0x4e85fc=CodeceptPlaywright['prototype'][_0x4ee288(0x1a2)];CodeceptPlaywright[_0x4ee288(0x204)]['_before']=async function(){const _0x745fd5=_0x4ee288,_0xc6e84c={'edxRa':function(_0x1f902c){const _0x579a81=a0_0xc6f8;return _0x1f64d9[_0x579a81(0x212)](_0x1f902c);},'OLOwF':_0x1f64d9[_0x745fd5(0x1d6)],'PRbUI':_0x1f64d9[_0x745fd5(0x262)],'YbWwc':function(_0x15a8f6){return _0x1f64d9['GjZBL'](_0x15a8f6);},'zPZQK':function(_0x7836ab,_0x3769e2){const _0x1101ed=_0x745fd5;return _0x1f64d9[_0x1101ed(0x1cb)](_0x7836ab,_0x3769e2);},'loSBr':function(_0x5947de,_0x388df1){const _0x447cdd=_0x745fd5;return _0x1f64d9[_0x447cdd(0x22d)](_0x5947de,_0x388df1);},'KvRQz':_0x1f64d9[_0x745fd5(0x1c7)]};this[_0x745fd5(0x251)]=await this[_0x745fd5(0x1df)][_0x745fd5(0x264)]()[0x0];const _0x312a53=async()=>{const _0x1fdcb3=_0x745fd5,_0x51460d=this[_0x1fdcb3(0x1e1)]&&this[_0x1fdcb3(0x1e1)][_0x1fdcb3(0x1f6)]&&this[_0x1fdcb3(0x1e1)][_0x1fdcb3(0x1f6)][_0x1fdcb3(0x270)]&&Array['isArray'](this[_0x1fdcb3(0x1e1)][_0x1fdcb3(0x1f6)]['args'])&&this[_0x1fdcb3(0x1e1)][_0x1fdcb3(0x1f6)][_0x1fdcb3(0x270)][_0x1fdcb3(0x229)](_0xc6e84c['PRbUI']);if(_0xc6e84c[_0x1fdcb3(0x1f5)](isAccessibilityAutomationSession)&&!_0x51460d)try{const _0x51b568=_0xc6e84c[_0x1fdcb3(0x1f7)](parseJwt,process[_0x1fdcb3(0x274)][_0x1fdcb3(0x18f)]);if(_0x51b568&&_0x51b568[_0x1fdcb3(0x1e4)]&&_0x51b568[_0x1fdcb3(0x1e4)]['domForge']){const _0x106c57=this[_0x1fdcb3(0x251)]['pages'][_0x1fdcb3(0x1fc)](this[_0x1fdcb3(0x251)]);this[_0x1fdcb3(0x251)][_0x1fdcb3(0x188)]=async function(){const _0x29b9f3=_0x1fdcb3,_0x34acc3=await _0xc6e84c[_0x29b9f3(0x249)](_0x106c57),_0x477ba1=[];for(const _0x535aa6 of _0x34acc3){try{const _0x5b70b4=await _0x535aa6[_0x29b9f3(0x22f)]();!_0x5b70b4[_0x29b9f3(0x196)](_0xc6e84c[_0x29b9f3(0x1f4)])&&_0x477ba1[_0x29b9f3(0x242)](_0x535aa6);}catch(_0x17c2a2){_0x477ba1[_0x29b9f3(0x242)](_0x535aa6);}}return _0x477ba1;};}if(!_0xc6e84c[_0x1fdcb3(0x249)](isBrowserstackInfra)){const _0xc9679=await this[_0x1fdcb3(0x26b)][_0x1fdcb3(0x22f)]();if(_0xc9679[_0x1fdcb3(0x196)](_0xc6e84c['OLOwF'])){const _0x5877ea=await this[_0x1fdcb3(0x251)]['pages']();this[_0x1fdcb3(0x20e)](_0x5877ea[0x0]);}}}catch(_0x305a77){logger[_0x1fdcb3(0x1c4)](_0x1fdcb3(0x27b)+_0x305a77['message']+(_0x305a77[_0x1fdcb3(0x1a4)]?_0xc6e84c[_0x1fdcb3(0x24d)](_0xc6e84c[_0x1fdcb3(0x23e)],_0x305a77[_0x1fdcb3(0x1a4)]):''));}};_0x1f64d9['sAEaI'](isBrowserstackInfra)&&await _0x1f64d9[_0x745fd5(0x201)](_0x312a53);await _0x4e85fc[_0x745fd5(0x1f1)](this,arguments);!_0x1f64d9['GjZBL'](isBrowserstackInfra)&&await _0x1f64d9['akPWx'](_0x312a53);try{_0x2456ee&&_0x1f64d9[_0x745fd5(0x23a)](typeof _0x2456ee[_0x745fd5(0x243)],_0x1f64d9[_0x745fd5(0x230)])&&await _0x2456ee['flushPendingHookEvents']();}catch(_0x532969){logger[_0x745fd5(0x1c4)](_0x745fd5(0x27f)+util['format'](_0x532969));}};},getCodeceptDriver=()=>{const _0x3d3b21=a0_0x540a6f,_0x30ab21={};_0x30ab21[_0x3d3b21(0x1aa)]=_0x3d3b21(0x257),_0x30ab21['OfGRr']=_0x3d3b21(0x25a),_0x30ab21[_0x3d3b21(0x298)]=_0x3d3b21(0x1ac),_0x30ab21['OkKiu']=_0x3d3b21(0x1a7);const _0x677c16=_0x30ab21,_0x28c756=[_0x677c16[_0x3d3b21(0x1aa)],_0x677c16[_0x3d3b21(0x210)],_0x677c16[_0x3d3b21(0x298)],_0x677c16[_0x3d3b21(0x225)]],_0x1ac1bb=_0x28c756[_0x3d3b21(0x220)](_0x38c4fc=>!!CodeceptJS['container'][_0x3d3b21(0x187)](_0x38c4fc));if(!_0x1ac1bb)return null;return CodeceptJS[_0x3d3b21(0x1eb)][_0x3d3b21(0x187)](_0x1ac1bb);};module['exports']=function(_0x271209){const _0xc33c3c=a0_0x540a6f,_0x13d0e8={'Unrhe':function(_0x195fdb,_0x39ccf7){return _0x195fdb(_0x39ccf7);},'mKHAQ':function(_0x220362,_0x56eb78,_0x23c92e){return _0x220362(_0x56eb78,_0x23c92e);},'BAmrL':'getAccessibilityResultsSummary','MzqIj':_0xc33c3c(0x26c),'iXBuq':_0xc33c3c(0x267),'wjVfB':_0xc33c3c(0x285),'bLotp':_0xc33c3c(0x24b),'WEmmD':_0xc33c3c(0x231),'JPOYq':function(_0x16bc97,_0x516699,_0x32bfbc){return _0x16bc97(_0x516699,_0x32bfbc);},'aZejb':_0xc33c3c(0x1f0),'qqqSU':_0xc33c3c(0x1e0),'bhqJm':function(_0xeb7698){return _0xeb7698();},'iiHGj':function(_0x48f7ff,_0x456d2f,_0x55cb5b){return _0x48f7ff(_0x456d2f,_0x55cb5b);},'qtWcY':_0xc33c3c(0x1fd),'vdUfa':_0xc33c3c(0x1ea),'njPep':_0xc33c3c(0x299),'VdEmM':function(_0x194e4b,_0x49cbde,_0x125705){return _0x194e4b(_0x49cbde,_0x125705);},'XoPyI':_0xc33c3c(0x28e),'PjOIY':function(_0x5797bf,_0x4ab1c0,_0x1a4097,_0x369b07){return _0x5797bf(_0x4ab1c0,_0x1a4097,_0x369b07);},'Rmuxc':function(_0x387b3a,_0x1da9b1){return _0x387b3a===_0x1da9b1;},'wtZFw':_0xc33c3c(0x19c),'uyetu':'test-failed','hntcG':_0xc33c3c(0x290),'oEyyM':function(_0x496fda,_0x58327d,_0x2c7a99){return _0x496fda(_0x58327d,_0x2c7a99);},'jeoAk':_0xc33c3c(0x248),'SEYNV':'test-after','YBeTD':_0xc33c3c(0x193),'JBJkC':_0xc33c3c(0x1cf),'CUxYg':_0xc33c3c(0x20b),'OhFDU':_0xc33c3c(0x1c8),'wGxzi':_0xc33c3c(0x199),'ReDYO':'Playwright'};_0x271209[_0xc33c3c(0x19e)]&&(global[_0xc33c3c(0x239)]=_0x271209[_0xc33c3c(0x19e)]);PerformanceTester[_0xc33c3c(0x18b)]();const _0x473a6b=_0x13d0e8[_0xc33c3c(0x209)](getCodeceptDriver),_0x296a08=new O11yHelper(_0x473a6b,_0x271209),_0x4f7108=!!CodeceptJS[_0xc33c3c(0x1eb)][_0xc33c3c(0x187)](_0x13d0e8[_0xc33c3c(0x23c)]);global[_0xc33c3c(0x1b3)]=_0x473a6b;_0x473a6b&&(PerformanceTester['measureWrapper'](PerformanceEvents[_0xc33c3c(0x279)],()=>{const _0x4faad3=_0xc33c3c;_0x4f7108?_0x13d0e8[_0x4faad3(0x1ed)](patchPlaywrightBefore,_0x296a08):_0x13d0e8[_0x4faad3(0x24c)](patchWebDriverBefore,_0x473a6b,_0x296a08);})(),PerformanceTester[_0xc33c3c(0x29b)](PerformanceEvents[_0xc33c3c(0x1ab)],()=>{const _0x150d80=_0xc33c3c;_0x473a6b['getAccessibilityResultsSummary']=async()=>{const _0x311419=a0_0xc6f8;if(global[_0x311419(0x250)]){const _0x162127={};return _0x162127[_0x311419(0x25f)]=_0x13d0e8[_0x311419(0x1f2)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x311419(0x192)],async()=>{const _0x1c3075=_0x311419;return await AccessibilityHelper[_0x1c3075(0x293)](_0x473a6b,scripts[_0x1c3075(0x21a)]);},_0x162127)(),await PerformanceTester[_0x311419(0x29b)](PerformanceA11yEvents[_0x311419(0x25c)],async()=>{const _0x227fba=_0x311419;return await AccessibilityHelper[_0x227fba(0x293)](_0x473a6b,scripts[_0x227fba(0x1cc)]);})();}return logger[_0x311419(0x1d2)](_0x13d0e8[_0x311419(0x1ee)]),{};},_0x473a6b['getAccessibilityResults']=async()=>{const _0x107166=a0_0xc6f8;if(global[_0x107166(0x250)]){const _0x7eb8b7={};return _0x7eb8b7[_0x107166(0x25f)]=_0x13d0e8[_0x107166(0x1e2)],await PerformanceTester[_0x107166(0x29b)](PerformanceA11yEvents[_0x107166(0x192)],async()=>{const _0x5bf4ce=_0x107166;return await AccessibilityHelper[_0x5bf4ce(0x293)](_0x473a6b,scripts[_0x5bf4ce(0x21a)]);},_0x7eb8b7)(),await PerformanceTester[_0x107166(0x29b)](PerformanceA11yEvents[_0x107166(0x184)],async()=>{const _0x3c5d0a=_0x107166;return await AccessibilityHelper[_0x3c5d0a(0x293)](_0x473a6b,scripts['getResults']);})();}return logger[_0x107166(0x1d2)](_0x13d0e8['wjVfB']),{};},_0x13d0e8[_0x150d80(0x1ed)](patchSaveScreenshot,_0x473a6b);})());CodeceptJS['event'][_0xc33c3c(0x29a)]['on'](CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x227)][_0xc33c3c(0x1ce)],()=>{const _0x42c597=_0xc33c3c;PerformanceTester[_0x42c597(0x18c)](PerformanceEvents[_0x42c597(0x1d0)]);try{_0x296a08[_0x42c597(0x18c)](),testOpsHelper[_0x42c597(0x1c2)](),PerformanceTester[_0x42c597(0x1ca)](PerformanceEvents[_0x42c597(0x1d0)]);}catch(_0x34f366){PerformanceTester['captureError'](_0x34f366),PerformanceTester[_0x42c597(0x1ca)](PerformanceEvents['SDK_PRE_TEST'],![],_0x34f366);}}),CodeceptJS[_0xc33c3c(0x272)]['dispatcher']['on'](CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x227)]['after'],async()=>{const _0x4097e7=_0xc33c3c;PerformanceTester[_0x4097e7(0x18c)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x4097e7(0x286)](),await _0x296a08[_0x4097e7(0x1e8)](),PerformanceTester[_0x4097e7(0x1ca)](PerformanceEvents[_0x4097e7(0x275)]);}catch(_0x1864ba){PerformanceTester[_0x4097e7(0x245)](_0x1864ba),PerformanceTester[_0x4097e7(0x1ca)](PerformanceEvents[_0x4097e7(0x275)],![],_0x1864ba);}finally{PerformanceTester[_0x4097e7(0x268)]();}});const _0x5397b5=(_0x432d60,_0x16ec15)=>{const _0x192386=_0xc33c3c;if(!_0x296a08)return;if(!_0x296a08[_0x192386(0x253)]()){_0x296a08[_0x192386(0x27a)](_0x432d60,_0x16ec15);return;}CodeceptRecorder[_0x192386(0x215)](()=>_0x296a08[_0x192386(0x20f)](_0x432d60,_0x16ec15));};CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x29a)]['on'](CodeceptJS['event']['hook']['started'],_0x54be32=>{const _0xf14bf4=_0xc33c3c;PerformanceTester['start'](PerformanceEvents[_0xf14bf4(0x1b4)]);try{const _0xf3b747=_0x54be32[_0xf14bf4(0x1d3)]['test'],_0x305d4b=_0x296a08[_0xf14bf4(0x240)](TEST_EVENTS['HOOK_RUN_STARTED'],_0xf3b747);_0x13d0e8['mKHAQ'](_0x5397b5,TEST_EVENTS[_0xf14bf4(0x1c0)],_0x305d4b);const _0x238508={};_0x238508[_0xf14bf4(0x194)]=_0x13d0e8['bLotp'],PerformanceTester[_0xf14bf4(0x1ca)](PerformanceEvents['SDK_HOOK'],!![],null,_0x238508);}catch(_0x4f215c){const _0x18dd08={};_0x18dd08[_0xf14bf4(0x194)]=_0x13d0e8[_0xf14bf4(0x1af)],PerformanceTester[_0xf14bf4(0x1ca)](PerformanceEvents[_0xf14bf4(0x1b4)],![],_0x4f215c,_0x18dd08),PerformanceTester[_0xf14bf4(0x245)](_0x4f215c);}}),CodeceptJS[_0xc33c3c(0x272)]['dispatcher']['on'](CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x26a)]['passed'],_0x19c2d7=>{const _0x5d31e1=_0xc33c3c,_0x512912={};_0x512912[_0x5d31e1(0x194)]=_0x13d0e8['WEmmD'],PerformanceTester['start'](PerformanceHookEvents[_0x5d31e1(0x1b4)],!![],null,_0x512912);try{const _0x5c77e7=_0x19c2d7[_0x5d31e1(0x1d3)]['test'],_0x56a1ab=_0x296a08[_0x5d31e1(0x240)](TEST_EVENTS[_0x5d31e1(0x297)],_0x5c77e7);_0x13d0e8[_0x5d31e1(0x24c)](_0x5397b5,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x56a1ab);const _0xc3d8a5={};_0xc3d8a5[_0x5d31e1(0x194)]=_0x13d0e8[_0x5d31e1(0x25d)],PerformanceTester['end'](PerformanceHookEvents[_0x5d31e1(0x1b4)],!![],null,_0xc3d8a5);}catch(_0x5976b6){PerformanceTester[_0x5d31e1(0x245)](_0x5976b6);const _0x42c713={};_0x42c713[_0x5d31e1(0x194)]=_0x13d0e8['WEmmD'],PerformanceTester[_0x5d31e1(0x1ca)](PerformanceHookEvents[_0x5d31e1(0x1b4)],![],_0x5976b6,_0x42c713);}}),CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x29a)]['on'](CodeceptJS[_0xc33c3c(0x272)]['hook'][_0xc33c3c(0x261)],async(_0xc3efba,_0xfe4c22)=>{const _0x13751c=_0xc33c3c;PerformanceTester[_0x13751c(0x18c)](PerformanceHookEvents[_0x13751c(0x1b4)]);try{const _0x2a7501=_0xc3efba['ctx'][_0x13751c(0x1b7)],_0xcbea5b=_0x296a08[_0x13751c(0x240)](TEST_EVENTS[_0x13751c(0x297)],_0x2a7501,_0xfe4c22);_0x13d0e8['JPOYq'](_0x5397b5,TEST_EVENTS['HOOK_RUN_FINISHED'],_0xcbea5b);const _0x4f83e7={};_0x4f83e7[_0x13751c(0x194)]=_0x13d0e8[_0x13751c(0x1cd)],PerformanceTester[_0x13751c(0x18c)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4f83e7);}catch(_0x513e4a){PerformanceTester['captureError'](_0x513e4a);const _0x38ec04={};_0x38ec04[_0x13751c(0x194)]=_0x13d0e8['aZejb'],PerformanceTester[_0x13751c(0x1ca)](PerformanceHookEvents['SDK_HOOK'],![],_0x513e4a,_0x38ec04);}const _0xb18165={};_0xb18165[_0x13751c(0x194)]=_0x13d0e8[_0x13751c(0x1cd)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0xb18165);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0xc33c3c(0x1b7)]['before'],_0x4653a3=>{const _0x262ef8=_0xc33c3c;PerformanceTester[_0x262ef8(0x18c)](PerformanceHookEvents[_0x262ef8(0x1b4)]);try{globals['setGlobal'](_0x13d0e8[_0x262ef8(0x1d5)],_0x4653a3[_0x262ef8(0x287)]);_0x13d0e8[_0x262ef8(0x209)](isBrowserstackInfra)&&(_0x4f7108&&(global['__workerDetails']={'currentTest':{'name':_0x4653a3[_0x262ef8(0x287)],'testInfo':{'titlePath':_0x4653a3['titlePath']()}}}));try{const _0x3a53d9=_0x13d0e8[_0x262ef8(0x269)](shouldScanTestForAccessibility,_0x4653a3[_0x262ef8(0x24e)](),!![]);globals['setGlobal'](_0x13d0e8[_0x262ef8(0x1ad)],_0x3a53d9);}catch(_0x329118){logger[_0x262ef8(0x1c4)](_0x262ef8(0x226)+util[_0x262ef8(0x21f)](_0x329118));}const _0x4857bb={};_0x4857bb['hookType']=_0x13d0e8['vdUfa'],PerformanceTester[_0x262ef8(0x1ca)](PerformanceHookEvents[_0x262ef8(0x1b4)],!![],null,_0x4857bb);}catch(_0x4a035c){PerformanceTester['captureError'](_0x4a035c);const _0x14f67e={};_0x14f67e[_0x262ef8(0x194)]=_0x13d0e8['vdUfa'],PerformanceTester['end'](PerformanceHookEvents[_0x262ef8(0x1b4)],![],_0x4a035c,_0x14f67e);}}),CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x29a)]['on'](CodeceptJS['event'][_0xc33c3c(0x1b7)][_0xc33c3c(0x1ae)],_0x145db8=>{const _0x44f2ff=_0xc33c3c;PerformanceTester[_0x44f2ff(0x18c)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x44f2ff(0x207)](_0x13d0e8[_0x44f2ff(0x1d5)],_0x145db8[_0x44f2ff(0x287)]);const _0x2fe0e2=_0x296a08['captureEvent'](TEST_EVENTS[_0x44f2ff(0x1da)],_0x145db8);CodeceptRecorder[_0x44f2ff(0x215)](()=>_0x296a08[_0x44f2ff(0x243)]()),CodeceptRecorder[_0x44f2ff(0x215)](()=>_0x296a08['fireEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x2fe0e2)),CodeceptRecorder[_0x44f2ff(0x215)](()=>_0x296a08[_0x44f2ff(0x235)](_0x145db8[_0x44f2ff(0x1b0)])),CodeceptRecorder[_0x44f2ff(0x215)](async()=>{const _0x285f5c=_0x44f2ff;_0x13d0e8[_0x285f5c(0x209)](isBrowserstackInfra)&&(!_0x13d0e8['Unrhe'](isTrue,_0x271209['skipSessionName'])&&await _0x13d0e8[_0x285f5c(0x269)](markSessionName,_0x473a6b,_0x145db8[_0x285f5c(0x287)]),_0x296a08[_0x285f5c(0x195)]&&await _0x13d0e8[_0x285f5c(0x1ed)](o11ySync,_0x473a6b));});}catch(_0x112d46){const _0x18a006={};_0x18a006[_0x44f2ff(0x194)]=_0x13d0e8[_0x44f2ff(0x25e)],PerformanceTester[_0x44f2ff(0x1ca)](PerformanceHookEvents[_0x44f2ff(0x1b4)],![],_0x112d46,_0x18a006),PerformanceTester[_0x44f2ff(0x245)](_0x112d46);}const _0x4253e6={};_0x4253e6['hookType']=_0x13d0e8[_0x44f2ff(0x25e)],PerformanceTester[_0x44f2ff(0x1ca)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4253e6);}),CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x29a)]['on'](CodeceptJS[_0xc33c3c(0x272)]['test']['passed'],_0x3d29fc=>{const _0x3104a7=_0xc33c3c,_0x3f2f16={'ofSoX':function(_0x8c7b04,_0x5200e0,_0x46ac96){const _0x13ee55=a0_0xc6f8;return _0x13d0e8[_0x13ee55(0x206)](_0x8c7b04,_0x5200e0,_0x46ac96);},'PcNEC':function(_0x517acf){return _0x13d0e8['bhqJm'](_0x517acf);}};PerformanceTester[_0x3104a7(0x18c)](PerformanceHookEvents[_0x3104a7(0x1b4)]);try{const _0x26e411=_0x296a08[_0x3104a7(0x240)](TEST_EVENTS[_0x3104a7(0x1f8)],_0x3d29fc);CodeceptRecorder[_0x3104a7(0x215)](()=>_0x296a08[_0x3104a7(0x20f)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x26e411)),CodeceptRecorder['add'](async()=>{const _0x59c57c=_0x3104a7;_0x3f2f16[_0x59c57c(0x241)](isBrowserstackInfra)&&await PerformanceTester[_0x59c57c(0x29b)](PerformanceAutEvents[_0x59c57c(0x28a)],async()=>{const _0x541ce5=_0x59c57c;_0x4f7108?await _0x3f2f16[_0x541ce5(0x22b)](playwrightMarkSessionStatus,_0x473a6b,STATE_PASSED):await _0x3f2f16[_0x541ce5(0x22b)](markSessionStatus,_0x473a6b,STATE_PASSED);})();}),PerformanceTester[_0x3104a7(0x1ca)](PerformanceEvents['SDK_TEST']);}catch(_0xbc3ec){PerformanceTester['captureError'](_0xbc3ec);const _0x44a106={};_0x44a106[_0x3104a7(0x194)]=_0x13d0e8[_0x3104a7(0x292)],PerformanceTester['end'](PerformanceHookEvents[_0x3104a7(0x1b4)],![],_0xbc3ec,_0x44a106),PerformanceTester[_0x3104a7(0x1ca)](PerformanceEvents[_0x3104a7(0x28d)],![],_0xbc3ec);}const _0x45dff1={};_0x45dff1[_0x3104a7(0x194)]=_0x13d0e8[_0x3104a7(0x292)],PerformanceTester[_0x3104a7(0x1ca)](PerformanceHookEvents[_0x3104a7(0x1b4)],!![],null,_0x45dff1);}),CodeceptJS['event'][_0xc33c3c(0x29a)]['on'](CodeceptJS[_0xc33c3c(0x272)]['test'][_0xc33c3c(0x261)],(_0x2bc998,_0x43df82)=>{const _0x1fbd8f=_0xc33c3c,_0xa93854={'vOgxm':function(_0x319048){const _0x3153e8=a0_0xc6f8;return _0x13d0e8[_0x3153e8(0x209)](_0x319048);},'XNTmL':function(_0x4d6fe3,_0x50cb09,_0x249632,_0x56d3fa){const _0x3c9a9a=a0_0xc6f8;return _0x13d0e8[_0x3c9a9a(0x1e3)](_0x4d6fe3,_0x50cb09,_0x249632,_0x56d3fa);}};PerformanceTester[_0x1fbd8f(0x18c)](PerformanceHookEvents[_0x1fbd8f(0x1b4)]);try{if(_0x13d0e8[_0x1fbd8f(0x1b9)](_0x2bc998[_0x1fbd8f(0x191)][_0x1fbd8f(0x246)],_0x13d0e8[_0x1fbd8f(0x1c9)])){const _0x74aad0=_0x296a08['captureEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x2bc998['ctx'][_0x1fbd8f(0x1e9)]);CodeceptRecorder[_0x1fbd8f(0x215)](()=>_0x296a08[_0x1fbd8f(0x20f)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x74aad0));}else{const _0x1436a5=_0x296a08['captureEvent'](TEST_EVENTS[_0x1fbd8f(0x1f8)],_0x2bc998,_0x43df82);CodeceptRecorder[_0x1fbd8f(0x215)](()=>{const _0x102fbb=_0x1fbd8f;try{_0x296a08[_0x102fbb(0x20f)](TEST_EVENTS[_0x102fbb(0x1f8)],_0x1436a5);}catch(_0x519d4f){logger[_0x102fbb(0x1c4)](_0x102fbb(0x228)+util['format'](_0x519d4f)),PerformanceTester[_0x102fbb(0x1ca)](PerformanceEvents[_0x102fbb(0x28d)],![],_0x519d4f);}}),CodeceptRecorder[_0x1fbd8f(0x215)](async()=>{const _0x2cb6c7=_0x1fbd8f;try{_0xa93854[_0x2cb6c7(0x1c5)](isBrowserstackInfra)&&(_0x4f7108?await _0xa93854[_0x2cb6c7(0x28c)](playwrightMarkSessionStatus,_0x473a6b,STATE_FAILED,_0x43df82):await _0xa93854[_0x2cb6c7(0x28c)](markSessionStatus,_0x473a6b,STATE_FAILED,_0x43df82));}catch(_0x524ac2){logger['debug'](_0x2cb6c7(0x28b)+util[_0x2cb6c7(0x21f)](_0x524ac2)),PerformanceTester[_0x2cb6c7(0x1ca)](PerformanceEvents[_0x2cb6c7(0x28d)],![],_0x524ac2);}});}PerformanceTester[_0x1fbd8f(0x1ca)](PerformanceEvents[_0x1fbd8f(0x28d)]);}catch(_0x25f055){PerformanceTester[_0x1fbd8f(0x245)](_0x25f055);const _0x40fd8d={};_0x40fd8d[_0x1fbd8f(0x194)]=_0x13d0e8[_0x1fbd8f(0x232)],PerformanceTester[_0x1fbd8f(0x1ca)](PerformanceHookEvents[_0x1fbd8f(0x1b4)],![],_0x25f055,_0x40fd8d),PerformanceTester[_0x1fbd8f(0x1ca)](PerformanceEvents[_0x1fbd8f(0x28d)],![],_0x25f055);}const _0x5d4673={};_0x5d4673[_0x1fbd8f(0x194)]=_0x13d0e8['uyetu'],PerformanceTester['end'](PerformanceHookEvents[_0x1fbd8f(0x1b4)],!![],null,_0x5d4673);}),CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x29a)]['on'](CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x1b7)][_0xc33c3c(0x24f)],_0xf17af1=>{const _0x339d96=_0xc33c3c;PerformanceTester[_0x339d96(0x18c)](PerformanceHookEvents['SDK_HOOK']);try{const _0x218b2a=_0x296a08[_0x339d96(0x240)](TEST_EVENTS[_0x339d96(0x202)],_0xf17af1);CodeceptRecorder[_0x339d96(0x215)](()=>_0x296a08[_0x339d96(0x20f)](TEST_EVENTS[_0x339d96(0x202)],_0x218b2a)),PerformanceTester['end'](PerformanceEvents[_0x339d96(0x28d)]);}catch(_0x417c23){PerformanceTester[_0x339d96(0x245)](_0x417c23),PerformanceTester[_0x339d96(0x1ca)](PerformanceEvents[_0x339d96(0x28d)],![],_0x417c23);const _0x59d794={};_0x59d794[_0x339d96(0x194)]=_0x13d0e8[_0x339d96(0x295)],PerformanceTester['end'](PerformanceHookEvents[_0x339d96(0x1b4)],![],_0x417c23,_0x59d794);}const _0x4dadd0={};_0x4dadd0['hookType']=_0x13d0e8[_0x339d96(0x295)],PerformanceTester[_0x339d96(0x1ca)](PerformanceHookEvents[_0x339d96(0x1b4)],!![],null,_0x4dadd0);}),CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x29a)]['on'](CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x1b7)][_0xc33c3c(0x217)],async(_0x988eee,_0x3c2274)=>{const _0x3683e4=_0xc33c3c;try{PerformanceTester[_0x3683e4(0x18c)](PerformanceHookEvents[_0x3683e4(0x1b4)]);const _0x28e2c3=_0x13d0e8[_0x3683e4(0x1fb)](shouldScanTestForAccessibility,_0x988eee[_0x3683e4(0x24e)](),!![]);if(_0x13d0e8[_0x3683e4(0x209)](isAccessibilityAutomationSession)&&global[_0x3683e4(0x250)]&&_0x28e2c3){const _0x3750c7={};_0x3750c7[_0x3683e4(0x282)]=_0x988eee[_0x3683e4(0x1b0)],_0x3750c7[_0x3683e4(0x1bc)]=process[_0x3683e4(0x274)][testHubConstants['ENV_VAR'][_0x3683e4(0x22e)]],_0x3750c7['thJwtToken']=process[_0x3683e4(0x274)][testHubConstants[_0x3683e4(0x1b6)][_0x3683e4(0x1be)]];const _0x42dd24=_0x3750c7;logger['debug'](_0x3683e4(0x23d)+JSON[_0x3683e4(0x255)](_0x42dd24)),CodeceptRecorder[_0x3683e4(0x215)](async()=>{const _0x955bca=_0x3683e4;await accessibilityRetryHelper[_0x955bca(0x259)](_0x473a6b,_0x988eee['title']),await accessibilityRetryHelper[_0x955bca(0x1a1)](_0x473a6b,_0x42dd24);}),logger[_0x3683e4(0x1e5)](_0x13d0e8[_0x3683e4(0x258)]);}const _0x2c49c5={};_0x2c49c5['hookType']=_0x13d0e8[_0x3683e4(0x1b1)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2c49c5);}catch(_0x385e04){PerformanceTester[_0x3683e4(0x245)](_0x385e04);const _0x4fa6da={};_0x4fa6da[_0x3683e4(0x194)]=_0x13d0e8[_0x3683e4(0x1b1)],PerformanceTester['end'](PerformanceHookEvents[_0x3683e4(0x1b4)],![],_0x385e04,_0x4fa6da);}}),CodeceptJS[_0xc33c3c(0x272)]['dispatcher']['on'](CodeceptJS['event'][_0xc33c3c(0x1d7)]['comment'],_0x2a33d1=>{const _0x42958a=_0xc33c3c;PerformanceTester[_0x42958a(0x18c)](PerformanceHookEvents[_0x42958a(0x1b4)]);try{process[_0x42958a(0x256)](_0x42958a(0x20d)+process[_0x42958a(0x21b)],{'timestamp':new Date()['toISOString'](),'level':_0x13d0e8['YBeTD'],'message':_0x2a33d1,'kind':_0x13d0e8[_0x42958a(0x185)],'http_response':{}});}catch(_0x459cac){PerformanceTester['captureError'](_0x459cac);const _0x366ad1={};_0x366ad1[_0x42958a(0x194)]=_0x13d0e8[_0x42958a(0x288)],PerformanceTester[_0x42958a(0x1ca)](PerformanceHookEvents[_0x42958a(0x1b4)],![],_0x459cac,_0x366ad1);}const _0x1d7c85={};_0x1d7c85[_0x42958a(0x194)]=_0x13d0e8['CUxYg'],PerformanceTester[_0x42958a(0x1ca)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1d7c85);}),CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x29a)]['on'](CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x208)]['before'],_0x31d66b=>{const _0x565c44=_0xc33c3c,_0x50a391={};_0x50a391['hookType']=_0x13d0e8[_0x565c44(0x219)],PerformanceTester[_0x565c44(0x29b)](PerformanceHookEvents[_0x565c44(0x1b4)],()=>{const _0x177650=_0x565c44;_0x296a08[_0x177650(0x238)](_0x31d66b);},_0x50a391)();}),CodeceptJS[_0xc33c3c(0x272)][_0xc33c3c(0x29a)]['on'](CodeceptJS[_0xc33c3c(0x272)]['bddStep'][_0xc33c3c(0x217)],_0x3ddb9e=>{const _0x11bde9=_0xc33c3c,_0x484774={};_0x484774[_0x11bde9(0x194)]=_0x13d0e8[_0x11bde9(0x1a5)],PerformanceTester[_0x11bde9(0x29b)](PerformanceHookEvents[_0x11bde9(0x1b4)],()=>{const _0x2b9a59=_0x11bde9;_0x296a08[_0x2b9a59(0x1d8)](_0x3ddb9e);},_0x484774)();});};
1
+ const a0_0x5a9833=a0_0x3e39;(function(_0x1c5352,_0x31f863){const _0x583ed6=a0_0x3e39,_0x585810=_0x1c5352();while(!![]){try{const _0x2f8144=-parseInt(_0x583ed6(0x17a))/0x1*(-parseInt(_0x583ed6(0x146))/0x2)+-parseInt(_0x583ed6(0x1e7))/0x3*(parseInt(_0x583ed6(0x15d))/0x4)+-parseInt(_0x583ed6(0x145))/0x5+parseInt(_0x583ed6(0x173))/0x6+parseInt(_0x583ed6(0x168))/0x7+-parseInt(_0x583ed6(0x123))/0x8+parseInt(_0x583ed6(0x16f))/0x9;if(_0x2f8144===_0x31f863)break;else _0x585810['push'](_0x585810['shift']());}catch(_0x4a519f){_0x585810['push'](_0x585810['shift']());}}}(a0_0x3de1,0xc89fa));function a0_0x3e39(_0x9d472c,_0x153c71){const _0x3de189=a0_0x3de1();return a0_0x3e39=function(_0x3e3915,_0x51a76a){_0x3e3915=_0x3e3915-0x11f;let _0x5f14df=_0x3de189[_0x3e3915];return _0x5f14df;},a0_0x3e39(_0x9d472c,_0x153c71);}const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a0_0x5a9833(0x151))[a0_0x5a9833(0x13c)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a0_0x5a9833(0x1d6)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x5a9833(0x177)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x5a9833(0x1be)),AccessibilityHelper=require(a0_0x5a9833(0x1eb)),accessibilityRetryHelper=require(a0_0x5a9833(0x19c)),scripts=require(a0_0x5a9833(0x13b)),PerformanceTester=require(a0_0x5a9833(0x19d)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require(a0_0x5a9833(0x172)),globals=require(a0_0x5a9833(0x196)),interopDefault=_0x4ac171=>_0x4ac171&&_0x4ac171['default']!==undefined?_0x4ac171[a0_0x5a9833(0x1d1)]:_0x4ac171,CodeceptJS=requireModule('codeceptjs/lib/index.js',a0_0x5a9833(0x1f8)),CodeceptUtils=requireModule(a0_0x5a9833(0x1f2),a0_0x5a9833(0x1f8)),CodeceptWebDriver=interopDefault(requireModule(a0_0x5a9833(0x1d2),a0_0x5a9833(0x1f8))),CodeceptRecorder=interopDefault(requireModule(a0_0x5a9833(0x1ab),'codeceptjs')),CodeceptPlaywright=interopDefault(requireModule('codeceptjs/lib/helper/Playwright.js',a0_0x5a9833(0x1f8)));try{require(a0_0x5a9833(0x1dc))['installAll'](a0_0x5a9833(0x1f8));}catch(a0_0x1fb200){logger[a0_0x5a9833(0x18d)](a0_0x5a9833(0x1e1)+(a0_0x1fb200&&a0_0x1fb200[a0_0x5a9833(0x1b1)]));}function a0_0x3de1(){const _0x4f8767=['parse','addRequestSpy','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','SDK_PRE_TEST','SDK_PRE_INITIALIZE','bind','getAccessibilityResults','a11y_core_config','ENV_VAR','slice','action','stringify','tvmXz','config','Puppeteer','started','uVAFH','debug','SDK_POST_INITIALIZE','vkXWN','bddStep-after','captureError','HoqLc','hook-failed','YreBe','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','../../helpers/globals.js','command','BkfeD','stopMonitoring','HOOK_RUN_FINISHED','nWphp','../../helpers/accessibility-automation/accessibilityRetryHelper','../../helpers/performance/performance-tester','startsWith','bstackAllyScanning','sendCBTInfo','test-failed','CoNVs','pages','BS_A11Y_JWT','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','HOOK_RUN_STARTED','TEST_RUN_SKIPPED','ZiRCa','getResultsSummary','readFileSync','codeceptjs/lib/recorder.js','all','setGlobal','domForge','skipSessionStatus','cwvxA','message','saveScreenshot','flushPendingHookEvents','function','VcRfi','prototype','GXvtf','TEST_RUN_STARTED','FhQwF','UKwHc','toString','kIpwy','_setPage','../../helpers/accessibility-automation/helper','webdriverio','SYNC','title','TEST_LOG','url','PERFORM_SCAN','qUhzm','stop','gnwgK','TMKdN','start','args','nqSSz','rKIhK','vlSQm','SDK_TEST','BmBVA','KxaSz','default','codeceptjs/lib/helper/WebDriver.js','before','wJZye','FRAMEWORK_DETAILS','../../bin/playwright/sessionDetails','toISOString','pmmkj','srqjr','CAwJM','base64','../../helpers/driverInitErrorReporter','after','nUrPX','lgeam','browserstack_executor:\x20','driver-init\x20capture\x20install\x20failed:\x20','vLXKa','warn','setSessionStatus','skipSessionName','accessibilityPlatform','2863647dgkCBK','add','restore','getResults','../../bin/playwright/accessibility-helper','__workerDetails','browserContext','emit','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','pid','tDmaP','codeceptjs/lib/utils.js','commandsToWrap','format','kPhhf','SDK_POST_TEST','forEach','codeceptjs','CavGg','patchSaveScreenshot','JtJGx','WebDriver','SDK_HOOK','event','test','name','yzvIo','test-skipped','PClNf','JPHPL','xCKiB','browser','end','TnXxg','browserStackExecuteDriver','fLRmT','PykFF','captureEvent','nETsv','executeScript','includes','Failed\x20to\x20execute\x20_before:\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','apply','patch','dEaCI','GET_RESULTS','MoOfp','qHkbc','push','JYcvZ','test-after','SzLUW','kUonq','helpers','failed','chromium','info','TEST_RUN_FINISHED','Suite','test-passed','env','hasLiveDriverSession','FiEkE','DFbqW','DtRAk','otijC','ywQBz','call','constructor','JPWpd','cwuMX','HbGVK','GET_RESULTS_SUMMARY','lzxrz','performScan','kVrpR','enabled','Performing\x20scan\x20for\x20','80416eWlEAE','filter','sWYMP','eHDOe','wSypG','_before','string','testFramework','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','shouldWrapCommand','YIzMN','ctx','arguments','measureWrapper','catch','isArray','yzfJG','oODnB','getAccessibilityResultsSummary','step-comment','dispatcher','FgGws','CTHjo','from','../../helpers/accessibility-automation/scripts','winstonLogger','split','xAlsQ','setSessionName','VviVE','thBuildUuid','gqAVb','Ivysk','hookType','6234375ThgTRd','2782CstoNg','Playwright','class','TestCafe','thTestRunUuid','getSyncScript','pbrQh','container','--auto-open-devtools-for-tabs','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20','Screenshot\x20path\x20not\x20found','../../helpers/logger','startMonitoring','hUZCM','fireEvent','bstackA11yShouldScan','rxpwM','lIrWw','NArxX','browserstackTestName','passed','overwriteCommand','bddStep','4WcMZez','initSaveScreenshot','uDjwx','LdVGB','znJTz','YohPq','version','vvFBy','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','screenshotOutputFolder','testAnalyticsId','1791104vJtRON','hook','hook-passed','titlePath','BROWSERSTACK_TESTHUB_UUID','lQyZs','LYsCU','8658315pWfqND','bddStep-before','stack','../../helpers/testhub/constants.js','9631692TUSqXs','bufferPendingHookEvent','bs:addLog:','LmfxN','./o11yHelper','bddStepFinish','EEcqU','151VAXNUZ','VKUrC'];a0_0x3de1=function(){return _0x4f8767;};return a0_0x3de1();}const playwrightMarkSessionStatus=(_0x1b8687,_0x32dca8,_0x536cb3)=>{const _0x2e499d=a0_0x5a9833,_0x3178ec={'wJZye':_0x2e499d(0x1e4),'kUonq':function(_0x40989b,_0x3a3474){return _0x40989b(_0x3a3474);}},_0x3742bf={};_0x3742bf['status']=_0x32dca8;const _0x2445f3={};_0x2445f3[_0x2e499d(0x186)]=_0x3178ec[_0x2e499d(0x1d4)],_0x2445f3['arguments']=_0x3742bf;const _0xed71c8=_0x2445f3;return!_0x3178ec[_0x2e499d(0x21c)](isUndefined,_0x536cb3)&&(_0xed71c8[_0x2e499d(0x12f)]['reason']=JSON[_0x2e499d(0x187)](_0x536cb3)),_0x1b8687[_0x2e499d(0x20e)](()=>{},_0x2e499d(0x1e0)+JSON['stringify'](_0xed71c8));},o11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a0_0x5a9833(0x1c0)],async _0x36d5d0=>{const _0x497574=a0_0x5a9833,_0x140e82={};_0x140e82['srqjr']=function(_0x1dbca1,_0x35031d){return _0x1dbca1===_0x35031d;},_0x140e82['eJQKL']=_0x497574(0x147);const _0x48601e=_0x140e82;_0x48601e[_0x497574(0x1d9)](_0x36d5d0[_0x497574(0x22c)][_0x497574(0x200)],_0x48601e['eJQKL'])?await _0x36d5d0['executeScript'](_0x163b1c=>{},testOpsHelper[_0x497574(0x14b)]()):await _0x36d5d0[_0x497574(0x20e)](testOpsHelper[_0x497574(0x14b)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_NAME'],async(_0x1f508b,_0x39b9a5)=>{const _0x5c4979=a0_0x5a9833,_0x586ded={};_0x586ded[_0x5c4979(0x126)]=_0x5c4979(0x13f),_0x586ded['waKvl']=function(_0x3fd314,_0x3b48aa){return _0x3fd314===_0x3b48aa;},_0x586ded[_0x5c4979(0x194)]=_0x5c4979(0x147);const _0x3bd0ef=_0x586ded,_0x370276={};_0x370276[_0x5c4979(0x200)]=_0x39b9a5;const _0x5ce663={};_0x5ce663[_0x5c4979(0x186)]=_0x3bd0ef[_0x5c4979(0x126)],_0x5ce663['arguments']=_0x370276;const _0x2283a0=_0x5ce663;_0x3bd0ef['waKvl'](_0x1f508b['constructor']['name'],_0x3bd0ef[_0x5c4979(0x194)])?await _0x1f508b[_0x5c4979(0x20e)](()=>{},_0x5c4979(0x1e0)+JSON[_0x5c4979(0x187)](_0x2283a0)):await _0x1f508b['executeScript'](_0x5c4979(0x1e0)+JSON[_0x5c4979(0x187)](_0x2283a0));}),patchSaveScreenshot=_0x3e8a6c=>{const _0x3c7e2f=a0_0x5a9833,_0x52cef3={'HoqLc':'base64','VviVE':'TEST_SCREENSHOT','nOwoV':function(_0x8b8e63){return _0x8b8e63();},'cwuMX':function(_0x5c3f01,_0x530621){return _0x5c3f01(_0x530621);},'cwvxA':_0x3c7e2f(0x150),'YohPq':function(_0x18b264,_0x186cd6){return _0x18b264(_0x186cd6);}};_0x52cef3[_0x3c7e2f(0x162)](isTrue,process[_0x3c7e2f(0x224)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x3e8a6c['patchSaveScreenshot']&&(_0x3e8a6c[_0x3c7e2f(0x1fa)]=!![],_0x3e8a6c['initSaveScreenshot']=_0x3e8a6c['saveScreenshot'],_0x3e8a6c[_0x3c7e2f(0x1b2)]=(_0x33fb2c,_0x3217dd=![])=>{const _0x4ec79a=_0x3c7e2f,_0x1f12e3={'BkfeD':_0x52cef3[_0x4ec79a(0x192)],'PClNf':_0x52cef3[_0x4ec79a(0x140)],'kxjPQ':function(_0x3b9ad0){return _0x52cef3['nOwoV'](_0x3b9ad0);},'JtJGx':function(_0x11585a,_0x4b8f6b){const _0x2bb6d5=_0x4ec79a;return _0x52cef3[_0x2bb6d5(0x22e)](_0x11585a,_0x4b8f6b);},'kIpwy':_0x52cef3[_0x4ec79a(0x1b0)]};return new Promise(function(_0x5ee426,_0x5f20f5){const _0x57cd69=_0x4ec79a,_0x19aea0={'rxpwM':_0x1f12e3[_0x57cd69(0x198)],'yzfJG':_0x1f12e3[_0x57cd69(0x203)],'nETsv':function(_0x2cb151){return _0x1f12e3['kxjPQ'](_0x2cb151);},'pmmkj':function(_0x68d8b9,_0x1b88f5){const _0x2cb342=_0x57cd69;return _0x1f12e3[_0x2cb342(0x1fb)](_0x68d8b9,_0x1b88f5);},'NArxX':_0x1f12e3[_0x57cd69(0x1bc)]};_0x3e8a6c[_0x57cd69(0x15e)](_0x33fb2c,_0x3217dd)['then'](()=>{const _0x158862=_0x57cd69,_0x11dc23=CodeceptUtils[_0x158862(0x166)](_0x33fb2c);if(_0x11dc23){const _0x41215b=fs[_0x158862(0x1aa)](_0x11dc23);process[_0x158862(0x1ee)]('bs:addLog:'+process[_0x158862(0x1f0)],{'timestamp':new Date()['toISOString'](),'message':_0x41215b[_0x158862(0x1bb)](_0x19aea0[_0x158862(0x156)]),'kind':_0x19aea0[_0x158862(0x133)]}),_0x19aea0[_0x158862(0x20d)](_0x5ee426);}_0x19aea0[_0x158862(0x1d8)](_0x5f20f5,new Error(_0x19aea0[_0x158862(0x158)]));})[_0x57cd69(0x131)](()=>null);});});},patchWebDriverBefore=(_0xdd1774,_0x46b7da)=>{const _0x59d070=a0_0x5a9833,_0x265ac2={'nUrPX':function(_0xabcf4){return _0xabcf4();},'ljkHM':function(_0x1312ee,_0x2945d5){return _0x1312ee(_0x2945d5);},'gnwgK':function(_0x539e72,_0x18e0ce){return _0x539e72===_0x18e0ce;},'VdfUC':_0x59d070(0x1bf),'lQyZs':function(_0x44b527,_0x4d39c8){return _0x44b527===_0x4d39c8;},'lIrWw':_0x59d070(0x129),'FjayS':function(_0x5a82f9,_0x5d0e8c){return _0x5a82f9===_0x5d0e8c;},'tDmaP':'Element','DFbqW':function(_0x362894,_0x3c4193){return _0x362894(_0x3c4193);},'HbGVK':function(_0x44c852,_0x1f1d6a){return _0x44c852===_0x1f1d6a;},'WUacV':_0x59d070(0x1b4)},_0x12fe29=async function(_0x2c2668,_0x12142f){const _0xed5ff=_0x59d070;_0x265ac2[_0xed5ff(0x1de)](isAccessibilityAutomationSession)&&!global[_0xed5ff(0x19f)]&&global[_0xed5ff(0x1e6)]&&scripts[_0xed5ff(0x12c)](_0x2c2668['name'])&&_0x265ac2['ljkHM'](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],await PerformanceTester[_0xed5ff(0x130)](PerformanceA11yEvents[_0xed5ff(0x1c4)],async()=>{const _0xec1b28=_0xed5ff;logger['debug'](_0xec1b28(0x122)+_0x2c2668[_0xec1b28(0x148)]+'\x20'+_0x2c2668[_0xec1b28(0x200)]),await AccessibilityHelper[_0xec1b28(0x209)](_0xdd1774,scripts['performScan']);},{'command':_0x2c2668[_0xed5ff(0x200)]})());global[_0xed5ff(0x19f)]=![];const _0x4eb38e=JSON[_0xed5ff(0x17c)](process['env'][_0xed5ff(0x1d5)]||'{}');if(_0x265ac2[_0xed5ff(0x1c7)](_0x4eb38e?.[_0xed5ff(0x12a)]?.[_0xed5ff(0x200)],_0x265ac2['VdfUC'])&&_0x265ac2[_0xed5ff(0x16d)](typeof _0x4eb38e?.[_0xed5ff(0x12a)]?.[_0xed5ff(0x163)],_0x265ac2[_0xed5ff(0x157)])&&_0x4eb38e?.['testFramework']?.['version'][_0xed5ff(0x19e)]('7'))return _0x12142f[_0xed5ff(0x212)](null,Array[_0xed5ff(0x1b6)][_0xed5ff(0x185)][_0xed5ff(0x22b)](arguments,0x2));return _0x12142f['apply'](this,Array['prototype'][_0xed5ff(0x185)]['call'](arguments,0x2));},_0x36cf87=CodeceptWebDriver[_0x59d070(0x1b6)][_0x59d070(0x128)];CodeceptWebDriver['prototype'][_0x59d070(0x128)]=async function(){const _0x369f71=_0x59d070,_0x2afb03={'lzxrz':function(_0x5449e7,_0x48e2e4){return _0x265ac2['FjayS'](_0x5449e7,_0x48e2e4);},'VcRfi':_0x265ac2[_0x369f71(0x1f1)]};try{await _0x36cf87['apply'](this,arguments);}catch(_0xb19f84){logger[_0x369f71(0x18d)](_0x369f71(0x210)+util[_0x369f71(0x1f4)](_0xb19f84));}(scripts[_0x369f71(0x1f3)]||[])[_0x369f71(0x124)](_0x3eb395=>_0x3eb395[_0x369f71(0x200)]&&_0x3eb395[_0x369f71(0x148)])[_0x369f71(0x1f7)](_0x260167=>{const _0x5126f6=_0x369f71;this[_0x5126f6(0x206)][_0x5126f6(0x15b)](_0x260167['name'],_0x12fe29[_0x5126f6(0x181)](this,_0x260167),_0x2afb03[_0x5126f6(0x231)](_0x260167[_0x5126f6(0x148)],_0x2afb03[_0x5126f6(0x1b5)]));}),_0x265ac2[_0x369f71(0x227)](processWebDriverConfig,_0xdd1774);try{_0x46b7da&&_0x265ac2[_0x369f71(0x22f)](typeof _0x46b7da[_0x369f71(0x1b3)],_0x265ac2['WUacV'])&&await _0x46b7da['flushPendingHookEvents']();}catch(_0x42d7e3){logger[_0x369f71(0x18d)](_0x369f71(0x195)+util[_0x369f71(0x1f4)](_0x42d7e3));}};};function parseJwt(_0x38491f){const _0x2fdd5b=a0_0x5a9833,_0x4cc747={};_0x4cc747[_0x2fdd5b(0x139)]=_0x2fdd5b(0x1db);const _0x44b35e=_0x4cc747;if(!_0x38491f)return null;return JSON['parse'](Buffer[_0x2fdd5b(0x13a)](_0x38491f[_0x2fdd5b(0x13d)]('.')[0x1],_0x44b35e[_0x2fdd5b(0x139)])[_0x2fdd5b(0x1bb)]());}const patchPlaywrightBefore=_0x27b6e8=>{const _0x15b327=a0_0x5a9833,_0x21b888={'UKwHc':function(_0x3e83b9){return _0x3e83b9();},'hUZCM':'devtools://','uDjwx':_0x15b327(0x14e),'jlSFM':function(_0x3e6c68,_0x26aa0c){return _0x3e6c68(_0x26aa0c);},'qUhzm':function(_0x119ce2){return _0x119ce2();},'sWYMP':function(_0x1396ba,_0x4a766a){return _0x1396ba+_0x4a766a;},'CoNVs':'\x0aStack:\x20','TMKdN':function(_0x51e4dd){return _0x51e4dd();},'vlSQm':function(_0x17ed5c,_0x3dc2b9){return _0x17ed5c===_0x3dc2b9;},'dEaCI':_0x15b327(0x1b4)};PlaywrightSessionDetails[_0x15b327(0x213)]();const _0x2262a1=CodeceptPlaywright[_0x15b327(0x1b6)][_0x15b327(0x128)];CodeceptPlaywright[_0x15b327(0x1b6)][_0x15b327(0x128)]=async function(){const _0x624ce2=_0x15b327;this['browserContext']=await this['browser']['contexts']()[0x0];const _0x20f425=async()=>{const _0x48c8aa=a0_0x3e39,_0xb890b5={'ywQBz':function(_0x2f8036){const _0x396a11=a0_0x3e39;return _0x21b888[_0x396a11(0x1ba)](_0x2f8036);},'rKIhK':_0x21b888['hUZCM']},_0x3aefe1=this['config']&&this[_0x48c8aa(0x189)][_0x48c8aa(0x21f)]&&this[_0x48c8aa(0x189)][_0x48c8aa(0x21f)][_0x48c8aa(0x1ca)]&&Array[_0x48c8aa(0x132)](this['config']['chromium'][_0x48c8aa(0x1ca)])&&this['config'][_0x48c8aa(0x21f)][_0x48c8aa(0x1ca)][_0x48c8aa(0x20f)](_0x21b888[_0x48c8aa(0x15f)]);if(_0x21b888[_0x48c8aa(0x1ba)](isAccessibilityAutomationSession)&&!_0x3aefe1)try{const _0x4e2613=_0x21b888['jlSFM'](parseJwt,process[_0x48c8aa(0x224)][_0x48c8aa(0x1a4)]);if(_0x4e2613&&_0x4e2613[_0x48c8aa(0x183)]&&_0x4e2613['a11y_core_config'][_0x48c8aa(0x1ae)]){const _0x361f26=this[_0x48c8aa(0x1ed)][_0x48c8aa(0x1a3)][_0x48c8aa(0x181)](this[_0x48c8aa(0x1ed)]);this[_0x48c8aa(0x1ed)]['pages']=async function(){const _0xc1bb49=_0x48c8aa,_0x76396f=await _0xb890b5[_0xc1bb49(0x22a)](_0x361f26),_0x1aa2ba=[];for(const _0x1b8a12 of _0x76396f){try{const _0x4edab4=await _0x1b8a12[_0xc1bb49(0x1c3)]();!_0x4edab4[_0xc1bb49(0x19e)](_0xb890b5[_0xc1bb49(0x1cc)])&&_0x1aa2ba[_0xc1bb49(0x218)](_0x1b8a12);}catch(_0x50977e){_0x1aa2ba['push'](_0x1b8a12);}}return _0x1aa2ba;};}if(!_0x21b888[_0x48c8aa(0x1c5)](isBrowserstackInfra)){const _0x4629b5=await this['page'][_0x48c8aa(0x1c3)]();if(_0x4629b5['startsWith'](_0x21b888[_0x48c8aa(0x153)])){const _0xe1884c=await this['browserContext'][_0x48c8aa(0x1a3)]();this[_0x48c8aa(0x1bd)](_0xe1884c[0x0]);}}}catch(_0x348420){logger[_0x48c8aa(0x18d)](_0x48c8aa(0x12b)+_0x348420[_0x48c8aa(0x1b1)]+(_0x348420[_0x48c8aa(0x171)]?_0x21b888[_0x48c8aa(0x125)](_0x21b888[_0x48c8aa(0x1a2)],_0x348420[_0x48c8aa(0x171)]):''));}};_0x21b888[_0x624ce2(0x1c8)](isBrowserstackInfra)&&await _0x21b888[_0x624ce2(0x1c8)](_0x20f425);await _0x2262a1[_0x624ce2(0x212)](this,arguments);!_0x21b888[_0x624ce2(0x1c5)](isBrowserstackInfra)&&await _0x21b888['TMKdN'](_0x20f425);try{_0x27b6e8&&_0x21b888[_0x624ce2(0x1cd)](typeof _0x27b6e8['flushPendingHookEvents'],_0x21b888[_0x624ce2(0x214)])&&await _0x27b6e8[_0x624ce2(0x1b3)]();}catch(_0x2655c8){logger['debug']('Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20'+util[_0x624ce2(0x1f4)](_0x2655c8));}};},getCodeceptDriver=()=>{const _0x32409c=a0_0x5a9833,_0x1d5021={};_0x1d5021['IWzuv']=_0x32409c(0x1fc),_0x1d5021[_0x32409c(0x1f5)]=_0x32409c(0x147),_0x1d5021[_0x32409c(0x20a)]=_0x32409c(0x18a),_0x1d5021[_0x32409c(0x228)]=_0x32409c(0x149);const _0x17da6b=_0x1d5021,_0x4e5c9f=[_0x17da6b['IWzuv'],_0x17da6b[_0x32409c(0x1f5)],_0x17da6b['fLRmT'],_0x17da6b[_0x32409c(0x228)]],_0x4886f6=_0x4e5c9f['find'](_0x5cf9ae=>!!CodeceptJS['container'][_0x32409c(0x21d)](_0x5cf9ae));if(!_0x4886f6)return null;return CodeceptJS[_0x32409c(0x14d)][_0x32409c(0x21d)](_0x4886f6);};module['exports']=function(_0x478ea3){const _0x35626e=a0_0x5a9833,_0x434414={'GXvtf':function(_0x4022e1,_0x26cc37){return _0x4022e1(_0x26cc37);},'otijC':function(_0x36e568,_0x112281,_0x24e826){return _0x36e568(_0x112281,_0x24e826);},'xAlsQ':_0x35626e(0x135),'yzvIo':_0x35626e(0x1ef),'FhQwF':_0x35626e(0x182),'kVrpR':_0x35626e(0x17e),'LYsCU':'hook-started','vvFBy':_0x35626e(0x16a),'pbrQh':function(_0x4ed0eb,_0x16f576,_0x53c42d){return _0x4ed0eb(_0x16f576,_0x53c42d);},'LdVGB':function(_0x33d9f8,_0x3f1c56,_0x54f0bf){return _0x33d9f8(_0x3f1c56,_0x54f0bf);},'gqAVb':_0x35626e(0x193),'vkXWN':_0x35626e(0x159),'zMTWm':function(_0x129c96){return _0x129c96();},'KxaSz':_0x35626e(0x155),'qHkbc':'test-before','FgGws':function(_0x2cb34e){return _0x2cb34e();},'FiEkE':function(_0x1cbb70,_0x2b25ad){return _0x1cbb70(_0x2b25ad);},'MoOfp':'test-started','CavGg':function(_0x2aebb2,_0x592c80,_0x1c01e4){return _0x2aebb2(_0x592c80,_0x1c01e4);},'Ivysk':function(_0x10a11f){return _0x10a11f();},'YIzMN':_0x35626e(0x223),'EEcqU':function(_0x42b914,_0x25f8a9,_0x559f22,_0x1f8926){return _0x42b914(_0x25f8a9,_0x559f22,_0x1f8926);},'nqSSz':function(_0x12272b,_0x221fd2){return _0x12272b===_0x221fd2;},'SzLUW':_0x35626e(0x222),'VKUrC':_0x35626e(0x1a1),'oODnB':_0x35626e(0x202),'BmBVA':function(_0x386d4d){return _0x386d4d();},'YnAVq':_0x35626e(0x211),'JPWpd':_0x35626e(0x21a),'LmfxN':'INFO','nWphp':_0x35626e(0x1c2),'lgeam':_0x35626e(0x136),'znJTz':_0x35626e(0x170),'wSypG':_0x35626e(0x190),'uVAFH':function(_0x15d53a){return _0x15d53a();},'ZiRCa':'Playwright'};_0x478ea3['skipSessionStatus']&&(global['__skipSessionStatus']=_0x478ea3[_0x35626e(0x1af)]);PerformanceTester[_0x35626e(0x152)]();const _0x5ae7d2=_0x434414[_0x35626e(0x18c)](getCodeceptDriver),_0x90d9=new O11yHelper(_0x5ae7d2,_0x478ea3),_0x473ac5=!!CodeceptJS[_0x35626e(0x14d)][_0x35626e(0x21d)](_0x434414[_0x35626e(0x1a8)]);global['__driver']=_0x5ae7d2;_0x5ae7d2&&(PerformanceTester[_0x35626e(0x130)](PerformanceEvents[_0x35626e(0x180)],()=>{const _0x428c7e=_0x35626e;_0x473ac5?_0x434414[_0x428c7e(0x1b7)](patchPlaywrightBefore,_0x90d9):_0x434414['otijC'](patchWebDriverBefore,_0x5ae7d2,_0x90d9);})(),PerformanceTester[_0x35626e(0x130)](PerformanceEvents[_0x35626e(0x18e)],()=>{const _0x6e833b=_0x35626e,_0x271ac7={};_0x271ac7[_0x6e833b(0x20b)]=_0x434414[_0x6e833b(0x13e)],_0x271ac7[_0x6e833b(0x205)]=_0x434414[_0x6e833b(0x201)],_0x271ac7[_0x6e833b(0x188)]=_0x434414[_0x6e833b(0x1b9)],_0x271ac7[_0x6e833b(0x1da)]=_0x434414[_0x6e833b(0x120)];const _0x3eb7d3=_0x271ac7;_0x5ae7d2['getAccessibilityResultsSummary']=async()=>{const _0x482d5b=_0x6e833b;if(global[_0x482d5b(0x1e6)]){const _0x3b2f3f={};return _0x3b2f3f['command']=_0x3eb7d3['PykFF'],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5301f4=_0x482d5b;return await AccessibilityHelper[_0x5301f4(0x209)](_0x5ae7d2,scripts[_0x5301f4(0x11f)]);},_0x3b2f3f)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x482d5b(0x230)],async()=>{const _0x974d33=_0x482d5b;return await AccessibilityHelper['browserStackExecuteDriver'](_0x5ae7d2,scripts[_0x974d33(0x1a9)]);})();}return logger[_0x482d5b(0x1e3)](_0x3eb7d3[_0x482d5b(0x205)]),{};},_0x5ae7d2[_0x6e833b(0x182)]=async()=>{const _0x28fd5a=_0x6e833b;if(global[_0x28fd5a(0x1e6)]){const _0x34e5e6={};return _0x34e5e6[_0x28fd5a(0x197)]=_0x3eb7d3['tvmXz'],await PerformanceTester[_0x28fd5a(0x130)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x557866=_0x28fd5a;return await AccessibilityHelper[_0x557866(0x209)](_0x5ae7d2,scripts[_0x557866(0x11f)]);},_0x34e5e6)(),await PerformanceTester[_0x28fd5a(0x130)](PerformanceA11yEvents[_0x28fd5a(0x215)],async()=>{const _0xe94eb5=_0x28fd5a;return await AccessibilityHelper[_0xe94eb5(0x209)](_0x5ae7d2,scripts[_0xe94eb5(0x1ea)]);})();}return logger[_0x28fd5a(0x1e3)](_0x3eb7d3[_0x28fd5a(0x1da)]),{};},_0x434414['GXvtf'](patchSaveScreenshot,_0x5ae7d2);})());CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x137)]['on'](CodeceptJS['event'][_0x35626e(0x1ac)][_0x35626e(0x1d3)],()=>{const _0x25ef47=_0x35626e;PerformanceTester['start'](PerformanceEvents[_0x25ef47(0x17f)]);try{_0x90d9[_0x25ef47(0x1c9)](),testOpsHelper[_0x25ef47(0x17d)](),PerformanceTester[_0x25ef47(0x207)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x44c1b2){PerformanceTester[_0x25ef47(0x191)](_0x44c1b2),PerformanceTester['end'](PerformanceEvents[_0x25ef47(0x17f)],![],_0x44c1b2);}}),CodeceptJS[_0x35626e(0x1fe)]['dispatcher']['on'](CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x1ac)][_0x35626e(0x1dd)],async()=>{const _0x19fd89=_0x35626e;PerformanceTester[_0x19fd89(0x1c9)](PerformanceEvents[_0x19fd89(0x1f6)]);try{requestSpy[_0x19fd89(0x1e9)](),await _0x90d9[_0x19fd89(0x1c6)](),PerformanceTester[_0x19fd89(0x207)](PerformanceEvents[_0x19fd89(0x1f6)]);}catch(_0x29e04a){PerformanceTester[_0x19fd89(0x191)](_0x29e04a),PerformanceTester[_0x19fd89(0x207)](PerformanceEvents[_0x19fd89(0x1f6)],![],_0x29e04a);}finally{PerformanceTester[_0x19fd89(0x199)]();}});const _0xe517d5=(_0x4a13a1,_0x1b5f30)=>{const _0x16d86e=_0x35626e;if(!_0x90d9)return;if(!_0x90d9[_0x16d86e(0x225)]()){_0x90d9[_0x16d86e(0x174)](_0x4a13a1,_0x1b5f30);return;}CodeceptRecorder['add'](()=>_0x90d9['fireEvent'](_0x4a13a1,_0x1b5f30));};CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x35626e(0x169)][_0x35626e(0x18b)],_0x277e79=>{const _0x3e92cc=_0x35626e;PerformanceTester[_0x3e92cc(0x1c9)](PerformanceEvents['SDK_HOOK']);try{const _0x2102d=_0x277e79[_0x3e92cc(0x12e)][_0x3e92cc(0x1ff)],_0x4170f5=_0x90d9[_0x3e92cc(0x20c)](TEST_EVENTS[_0x3e92cc(0x1a6)],_0x2102d);_0x434414[_0x3e92cc(0x229)](_0xe517d5,TEST_EVENTS[_0x3e92cc(0x1a6)],_0x4170f5);const _0x26e820={};_0x26e820[_0x3e92cc(0x144)]=_0x434414[_0x3e92cc(0x16e)],PerformanceTester[_0x3e92cc(0x207)](PerformanceEvents['SDK_HOOK'],!![],null,_0x26e820);}catch(_0x568e25){const _0x242f82={};_0x242f82[_0x3e92cc(0x144)]=_0x434414[_0x3e92cc(0x16e)],PerformanceTester['end'](PerformanceEvents[_0x3e92cc(0x1fd)],![],_0x568e25,_0x242f82),PerformanceTester[_0x3e92cc(0x191)](_0x568e25);}}),CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x137)]['on'](CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x169)][_0x35626e(0x15a)],_0x51df67=>{const _0x1439f8=_0x35626e,_0x2c63ec={};_0x2c63ec[_0x1439f8(0x144)]=_0x434414[_0x1439f8(0x164)],PerformanceTester[_0x1439f8(0x1c9)](PerformanceHookEvents[_0x1439f8(0x1fd)],!![],null,_0x2c63ec);try{const _0x157098=_0x51df67[_0x1439f8(0x12e)]['test'],_0x31ff4b=_0x90d9[_0x1439f8(0x20c)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x157098);_0x434414[_0x1439f8(0x14c)](_0xe517d5,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x31ff4b);const _0x2d1bc0={};_0x2d1bc0[_0x1439f8(0x144)]=_0x434414[_0x1439f8(0x164)],PerformanceTester[_0x1439f8(0x207)](PerformanceHookEvents[_0x1439f8(0x1fd)],!![],null,_0x2d1bc0);}catch(_0x11126b){PerformanceTester[_0x1439f8(0x191)](_0x11126b);const _0x59f052={};_0x59f052[_0x1439f8(0x144)]=_0x434414['vvFBy'],PerformanceTester[_0x1439f8(0x207)](PerformanceHookEvents[_0x1439f8(0x1fd)],![],_0x11126b,_0x59f052);}}),CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x137)]['on'](CodeceptJS[_0x35626e(0x1fe)]['hook'][_0x35626e(0x21e)],async(_0x481fb5,_0x2433dc)=>{const _0x161d65=_0x35626e;PerformanceTester[_0x161d65(0x1c9)](PerformanceHookEvents['SDK_HOOK']);try{const _0x54367a=_0x481fb5[_0x161d65(0x12e)]['test'],_0x1c6e06=_0x90d9[_0x161d65(0x20c)](TEST_EVENTS[_0x161d65(0x19a)],_0x54367a,_0x2433dc);_0x434414['LdVGB'](_0xe517d5,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1c6e06);const _0x58dc7d={};_0x58dc7d[_0x161d65(0x144)]=_0x434414[_0x161d65(0x142)],PerformanceTester[_0x161d65(0x1c9)](PerformanceHookEvents[_0x161d65(0x1fd)],!![],null,_0x58dc7d);}catch(_0x15b462){PerformanceTester['captureError'](_0x15b462);const _0x5783b4={};_0x5783b4[_0x161d65(0x144)]=_0x434414['gqAVb'],PerformanceTester[_0x161d65(0x207)](PerformanceHookEvents['SDK_HOOK'],![],_0x15b462,_0x5783b4);}const _0x365da3={};_0x365da3[_0x161d65(0x144)]=_0x434414['gqAVb'],PerformanceTester[_0x161d65(0x207)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x365da3);}),CodeceptJS['event'][_0x35626e(0x137)]['on'](CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x1ff)][_0x35626e(0x1d3)],_0x4ca21a=>{const _0x559022=_0x35626e;PerformanceTester[_0x559022(0x1c9)](PerformanceHookEvents[_0x559022(0x1fd)]);try{globals['setGlobal'](_0x434414[_0x559022(0x18f)],_0x4ca21a[_0x559022(0x1c1)]);_0x434414['zMTWm'](isBrowserstackInfra)&&(_0x473ac5&&(global[_0x559022(0x1ec)]={'currentTest':{'name':_0x4ca21a[_0x559022(0x1c1)],'testInfo':{'titlePath':_0x4ca21a[_0x559022(0x16b)]()}}}));try{const _0xf07d49=_0x434414['LdVGB'](shouldScanTestForAccessibility,_0x4ca21a[_0x559022(0x16b)](),!![]);globals[_0x559022(0x1ad)](_0x434414[_0x559022(0x1d0)],_0xf07d49);}catch(_0x13d1b6){logger[_0x559022(0x18d)](_0x559022(0x14f)+util[_0x559022(0x1f4)](_0x13d1b6));}const _0x4ff6b9={};_0x4ff6b9['hookType']=_0x434414[_0x559022(0x217)],PerformanceTester[_0x559022(0x207)](PerformanceHookEvents[_0x559022(0x1fd)],!![],null,_0x4ff6b9);}catch(_0xf3525f){PerformanceTester[_0x559022(0x191)](_0xf3525f);const _0x23ab0c={};_0x23ab0c[_0x559022(0x144)]=_0x434414[_0x559022(0x217)],PerformanceTester[_0x559022(0x207)](PerformanceHookEvents[_0x559022(0x1fd)],![],_0xf3525f,_0x23ab0c);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x1ff)]['started'],_0x31ef42=>{const _0x3edf40=_0x35626e;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{globals['setGlobal'](_0x434414['vkXWN'],_0x31ef42[_0x3edf40(0x1c1)]);const _0x5c15bf=_0x90d9['captureEvent'](TEST_EVENTS[_0x3edf40(0x1b8)],_0x31ef42);CodeceptRecorder[_0x3edf40(0x1e8)](()=>_0x90d9[_0x3edf40(0x1b3)]()),CodeceptRecorder[_0x3edf40(0x1e8)](()=>_0x90d9['fireEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x5c15bf)),CodeceptRecorder['add'](()=>_0x90d9[_0x3edf40(0x1a0)](_0x31ef42[_0x3edf40(0x167)])),CodeceptRecorder[_0x3edf40(0x1e8)](async()=>{const _0x48a830=_0x3edf40;_0x434414[_0x48a830(0x138)](isBrowserstackInfra)&&(!_0x434414['GXvtf'](isTrue,_0x478ea3[_0x48a830(0x1e5)])&&await _0x434414['pbrQh'](markSessionName,_0x5ae7d2,_0x31ef42[_0x48a830(0x1c1)]),_0x90d9[_0x48a830(0x121)]&&await _0x434414[_0x48a830(0x226)](o11ySync,_0x5ae7d2));});}catch(_0x1b1d99){const _0x155042={};_0x155042['hookType']=_0x434414[_0x3edf40(0x216)],PerformanceTester[_0x3edf40(0x207)](PerformanceHookEvents[_0x3edf40(0x1fd)],![],_0x1b1d99,_0x155042),PerformanceTester[_0x3edf40(0x191)](_0x1b1d99);}const _0x438ba3={};_0x438ba3[_0x3edf40(0x144)]=_0x434414[_0x3edf40(0x216)],PerformanceTester[_0x3edf40(0x207)](PerformanceHookEvents[_0x3edf40(0x1fd)],!![],null,_0x438ba3);}),CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x137)]['on'](CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x1ff)]['passed'],_0x630310=>{const _0x41cd08=_0x35626e,_0x50af55={'vLXKa':function(_0x151e67,_0x232e75,_0x2faf04){const _0x4ea648=a0_0x3e39;return _0x434414[_0x4ea648(0x1f9)](_0x151e67,_0x232e75,_0x2faf04);},'TnXxg':function(_0x442f91){const _0x50c218=a0_0x3e39;return _0x434414[_0x50c218(0x143)](_0x442f91);}};PerformanceTester[_0x41cd08(0x1c9)](PerformanceHookEvents[_0x41cd08(0x1fd)]);try{const _0xdee105=_0x90d9[_0x41cd08(0x20c)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x630310);CodeceptRecorder[_0x41cd08(0x1e8)](()=>_0x90d9[_0x41cd08(0x154)](TEST_EVENTS[_0x41cd08(0x221)],_0xdee105)),CodeceptRecorder['add'](async()=>{const _0x4e5d9e=_0x41cd08,_0x41ce95={'JPHPL':function(_0xc47564,_0x46ec28,_0x5055cb){const _0x4b5a79=a0_0x3e39;return _0x50af55[_0x4b5a79(0x1e2)](_0xc47564,_0x46ec28,_0x5055cb);},'JYcvZ':function(_0x114060,_0x2e89c6,_0x29aac4){return _0x50af55['vLXKa'](_0x114060,_0x2e89c6,_0x29aac4);}};_0x50af55[_0x4e5d9e(0x208)](isBrowserstackInfra)&&await PerformanceTester[_0x4e5d9e(0x130)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x4f0662=_0x4e5d9e;_0x473ac5?await _0x41ce95[_0x4f0662(0x204)](playwrightMarkSessionStatus,_0x5ae7d2,STATE_PASSED):await _0x41ce95[_0x4f0662(0x219)](markSessionStatus,_0x5ae7d2,STATE_PASSED);})();}),PerformanceTester[_0x41cd08(0x207)](PerformanceEvents['SDK_TEST']);}catch(_0x10bf30){PerformanceTester['captureError'](_0x10bf30);const _0xe0259e={};_0xe0259e[_0x41cd08(0x144)]=_0x434414[_0x41cd08(0x12d)],PerformanceTester['end'](PerformanceHookEvents[_0x41cd08(0x1fd)],![],_0x10bf30,_0xe0259e),PerformanceTester[_0x41cd08(0x207)](PerformanceEvents[_0x41cd08(0x1ce)],![],_0x10bf30);}const _0x510a62={};_0x510a62[_0x41cd08(0x144)]=_0x434414[_0x41cd08(0x12d)],PerformanceTester[_0x41cd08(0x207)](PerformanceHookEvents[_0x41cd08(0x1fd)],!![],null,_0x510a62);}),CodeceptJS[_0x35626e(0x1fe)]['dispatcher']['on'](CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x1ff)][_0x35626e(0x21e)],(_0x344a92,_0xbc6e3c)=>{const _0x5eb87e=_0x35626e;PerformanceTester[_0x5eb87e(0x1c9)](PerformanceHookEvents[_0x5eb87e(0x1fd)]);try{if(_0x434414[_0x5eb87e(0x1cb)](_0x344a92[_0x5eb87e(0x22c)]['name'],_0x434414[_0x5eb87e(0x21b)])){const _0x44bfb7=_0x90d9[_0x5eb87e(0x20c)](TEST_EVENTS[_0x5eb87e(0x1a7)],_0x344a92[_0x5eb87e(0x12e)]['currentTest']);CodeceptRecorder[_0x5eb87e(0x1e8)](()=>_0x90d9['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x44bfb7));}else{const _0x2db083=_0x90d9['captureEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x344a92,_0xbc6e3c);CodeceptRecorder[_0x5eb87e(0x1e8)](()=>{const _0x317da7=_0x5eb87e;try{_0x90d9['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x2db083);}catch(_0x3dee68){logger['debug']('Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20'+util[_0x317da7(0x1f4)](_0x3dee68)),PerformanceTester[_0x317da7(0x207)](PerformanceEvents[_0x317da7(0x1ce)],![],_0x3dee68);}}),CodeceptRecorder[_0x5eb87e(0x1e8)](async()=>{const _0x284579=_0x5eb87e;try{_0x434414[_0x284579(0x138)](isBrowserstackInfra)&&(_0x473ac5?await _0x434414['EEcqU'](playwrightMarkSessionStatus,_0x5ae7d2,STATE_FAILED,_0xbc6e3c):await _0x434414[_0x284579(0x179)](markSessionStatus,_0x5ae7d2,STATE_FAILED,_0xbc6e3c));}catch(_0xb5088e){logger[_0x284579(0x18d)](_0x284579(0x1a5)+util[_0x284579(0x1f4)](_0xb5088e)),PerformanceTester[_0x284579(0x207)](PerformanceEvents[_0x284579(0x1ce)],![],_0xb5088e);}});}PerformanceTester[_0x5eb87e(0x207)](PerformanceEvents[_0x5eb87e(0x1ce)]);}catch(_0x26c178){PerformanceTester[_0x5eb87e(0x191)](_0x26c178);const _0x1c3105={};_0x1c3105[_0x5eb87e(0x144)]=_0x434414[_0x5eb87e(0x17b)],PerformanceTester[_0x5eb87e(0x207)](PerformanceHookEvents['SDK_HOOK'],![],_0x26c178,_0x1c3105),PerformanceTester[_0x5eb87e(0x207)](PerformanceEvents[_0x5eb87e(0x1ce)],![],_0x26c178);}const _0x42c5a8={};_0x42c5a8[_0x5eb87e(0x144)]=_0x434414[_0x5eb87e(0x17b)],PerformanceTester[_0x5eb87e(0x207)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x42c5a8);}),CodeceptJS[_0x35626e(0x1fe)]['dispatcher']['on'](CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x1ff)]['skipped'],_0x467423=>{const _0x3f1ebf=_0x35626e;PerformanceTester[_0x3f1ebf(0x1c9)](PerformanceHookEvents[_0x3f1ebf(0x1fd)]);try{const _0x423e06=_0x90d9[_0x3f1ebf(0x20c)](TEST_EVENTS[_0x3f1ebf(0x1a7)],_0x467423);CodeceptRecorder[_0x3f1ebf(0x1e8)](()=>_0x90d9[_0x3f1ebf(0x154)](TEST_EVENTS[_0x3f1ebf(0x1a7)],_0x423e06)),PerformanceTester[_0x3f1ebf(0x207)](PerformanceEvents['SDK_TEST']);}catch(_0x5d99e5){PerformanceTester[_0x3f1ebf(0x191)](_0x5d99e5),PerformanceTester[_0x3f1ebf(0x207)](PerformanceEvents['SDK_TEST'],![],_0x5d99e5);const _0x38ef0f={};_0x38ef0f[_0x3f1ebf(0x144)]=_0x434414[_0x3f1ebf(0x134)],PerformanceTester[_0x3f1ebf(0x207)](PerformanceHookEvents[_0x3f1ebf(0x1fd)],![],_0x5d99e5,_0x38ef0f);}const _0x349c09={};_0x349c09[_0x3f1ebf(0x144)]=_0x434414['oODnB'],PerformanceTester['end'](PerformanceHookEvents[_0x3f1ebf(0x1fd)],!![],null,_0x349c09);}),CodeceptJS[_0x35626e(0x1fe)]['dispatcher']['on'](CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x1ff)]['after'],async(_0x2d3f2c,_0xa99433)=>{const _0x4c1d97=_0x35626e;try{PerformanceTester[_0x4c1d97(0x1c9)](PerformanceHookEvents[_0x4c1d97(0x1fd)]);const _0x3019e8=_0x434414[_0x4c1d97(0x160)](shouldScanTestForAccessibility,_0x2d3f2c[_0x4c1d97(0x16b)](),!![]);if(_0x434414[_0x4c1d97(0x1cf)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x3019e8){const _0x21a1a4={};_0x21a1a4[_0x4c1d97(0x14a)]=_0x2d3f2c[_0x4c1d97(0x167)],_0x21a1a4[_0x4c1d97(0x141)]=process['env'][testHubConstants[_0x4c1d97(0x184)][_0x4c1d97(0x16c)]],_0x21a1a4['thJwtToken']=process[_0x4c1d97(0x224)][testHubConstants[_0x4c1d97(0x184)]['BROWSERSTACK_TESTHUB_JWT']];const _0x24c957=_0x21a1a4;logger[_0x4c1d97(0x18d)](_0x4c1d97(0x165)+JSON['stringify'](_0x24c957)),CodeceptRecorder[_0x4c1d97(0x1e8)](async()=>{const _0x3bec09=_0x4c1d97;await accessibilityRetryHelper['performScanWithRetry'](_0x5ae7d2,_0x2d3f2c[_0x3bec09(0x1c1)]),await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](_0x5ae7d2,_0x24c957);}),logger[_0x4c1d97(0x220)](_0x434414['YnAVq']);}const _0x22bb4a={};_0x22bb4a[_0x4c1d97(0x144)]=_0x434414[_0x4c1d97(0x22d)],PerformanceTester[_0x4c1d97(0x207)](PerformanceHookEvents[_0x4c1d97(0x1fd)],!![],null,_0x22bb4a);}catch(_0x18a458){PerformanceTester[_0x4c1d97(0x191)](_0x18a458);const _0x170435={};_0x170435[_0x4c1d97(0x144)]=_0x434414['JPWpd'],PerformanceTester['end'](PerformanceHookEvents[_0x4c1d97(0x1fd)],![],_0x18a458,_0x170435);}}),CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x137)]['on'](CodeceptJS['event']['step']['comment'],_0x26aff3=>{const _0x27388a=_0x35626e;PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);try{process[_0x27388a(0x1ee)](_0x27388a(0x175)+process[_0x27388a(0x1f0)],{'timestamp':new Date()[_0x27388a(0x1d7)](),'level':_0x434414[_0x27388a(0x176)],'message':_0x26aff3,'kind':_0x434414[_0x27388a(0x19b)],'http_response':{}});}catch(_0x25bfd7){PerformanceTester[_0x27388a(0x191)](_0x25bfd7);const _0x51916a={};_0x51916a[_0x27388a(0x144)]=_0x434414[_0x27388a(0x1df)],PerformanceTester[_0x27388a(0x207)](PerformanceHookEvents[_0x27388a(0x1fd)],![],_0x25bfd7,_0x51916a);}const _0x3989e2={};_0x3989e2[_0x27388a(0x144)]=_0x434414[_0x27388a(0x1df)],PerformanceTester['end'](PerformanceHookEvents[_0x27388a(0x1fd)],!![],null,_0x3989e2);}),CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x137)]['on'](CodeceptJS[_0x35626e(0x1fe)]['bddStep'][_0x35626e(0x1d3)],_0x598674=>{const _0x365c3f=_0x35626e,_0x3d1141={};_0x3d1141['hookType']=_0x434414[_0x365c3f(0x161)],PerformanceTester[_0x365c3f(0x130)](PerformanceHookEvents['SDK_HOOK'],()=>{_0x90d9['bddStepStart'](_0x598674);},_0x3d1141)();}),CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x137)]['on'](CodeceptJS[_0x35626e(0x1fe)][_0x35626e(0x15c)]['after'],_0x25b9d1=>{const _0x3c7621=_0x35626e,_0x386cfb={};_0x386cfb['hookType']=_0x434414[_0x3c7621(0x127)],PerformanceTester[_0x3c7621(0x130)](PerformanceHookEvents[_0x3c7621(0x1fd)],()=>{const _0x15c46c=_0x3c7621;_0x90d9[_0x15c46c(0x178)](_0x25b9d1);},_0x386cfb)();});};