browserstack-node-sdk 1.66.1 → 1.66.3

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
- const a37_0xb7a8e7=a37_0x5692;(function(_0x148413,_0x3ebadb){const _0x13d352=a37_0x5692,_0x1db2bf=_0x148413();while(!![]){try{const _0x4635e1=parseInt(_0x13d352(0x1f7))/0x1*(-parseInt(_0x13d352(0x200))/0x2)+-parseInt(_0x13d352(0x1fe))/0x3+parseInt(_0x13d352(0x1a1))/0x4*(-parseInt(_0x13d352(0xf3))/0x5)+parseInt(_0x13d352(0x122))/0x6*(parseInt(_0x13d352(0x1be))/0x7)+parseInt(_0x13d352(0x197))/0x8+parseInt(_0x13d352(0x142))/0x9*(-parseInt(_0x13d352(0x18a))/0xa)+parseInt(_0x13d352(0xbc))/0xb;if(_0x4635e1===_0x3ebadb)break;else _0x1db2bf['push'](_0x1db2bf['shift']());}catch(_0x53a4d6){_0x1db2bf['push'](_0x1db2bf['shift']());}}}(a37_0x2bd5,0x52620));function a37_0x2bd5(){const _0x581486=['updateGlobalRegistryForHubHa','\x20is\x20ready.','zPrni','Ywgrr','VmUSf','toString','PMJRm','cloudProvider','aRQmP','BHxkX','WIuXX','credentials.json','CjYJH','CFRTS','KzEKc','spec','hZGVI','zuVWK','MTQQX','isTlsSupported','QYWMI','eRFwW','CaGnQ','Error\x20while\x20waiting\x20for\x20deployment:','UelvH','mlOwf','stop','fZFll','version','verbose','tRhOe','kFACr','path','ppiaO','sDJFK','LJfFx','../config/logger','$1-$2','trim','.\x20Unknown\x20error!','soqpj','hVwBK','ttJbi','UhwsB','VEVIE','irEhJ','startLocalBinarySync','startSync','browserVersion','fetchOrUpdateUserConfig','forceLocal',')\x0aArchitecture:\x20','qmRjZ','3265930xJfEIc','hVuzG','lVwLQ','FWnNa','bbckh','jPHNP','eSvEh','sJrMT','XiMQa','clusterAutoUpgrade','Pkyjg','dhrWO','OaFuU','5216440ybwPWt','X-os','writeFileSync','cWLGT','yvyTL','getCredentialsPath','ieMfS','GQRBT','response\x20code\x20:-\x20','s3Bucket','4DmuxJA','Deployment\x20','ZdCrh','./instrumentationUtils','constructor','isArray','MWora','pEIFu','zzfMO','hubVersion','nHBYY','installAzurePackages','MubOM','WCYCY','ats-repeater','password','JrWxW','WueHm','CrmnI','jJFsl','yJagv','aqQQa','X-ci-environment','EDfPg','Error\x20executing\x20command:\x20','ami-0a0b7559ee7c88dcd','custom-repeater','EOJDO','ZrKof','7TaHqSI','OZBdl','kakgy','sIkKe','arch','filter','waitForDeployment','platform','jyXyC','QwMXA','Ohrfu','TVQQS','parse','iFAMG','updateGlobalRegistryWithConfig','X-cli-version','wuaUf','status','secureProtocol','utf-8','LiJYT','jhBsB','-called','LLGKZ','clusterRegion','wyfad','lGvpV','getGridDetails','aSLFw','clhDw','application/json','npm\x20-v','\x20to\x20become\x20available.','readFileSync','hNSrR','message','data','cgJNo','type','IsNodeCompatibleWithAzure','zYBXy','OIWzV','JpSAX','QsNvq','JICxz','BCmMs','UrDkR','rHwVi','KubernetesObjectApi','YpTnS','kAbVg','CYzaN','ZAmHb','push','evsqG','exec','crRGt','1wIAgsa','WIyGI','AVRJE','aStsd','SMBov','ZJLJb','YsDDI','1344921eRHueN','\x0aNPM\x20Version:\x20','799382lroXep','split','dwjkv','eNhcm','IQxoP','wkMQS','hQLyW','body','XalWC','Afrcd','statusCode','xecmq','instanceType','patch','4|9|2|10|11|1|3|8|7|5|0|6','uxBFl','readNamespacedDeployment','UaVax','fkjYB','LksjY','minNodes','encodeBase64','X-os-version','qvTDp','GET','runCommand','responseValidation','gJwpr','LGDJG','replicas','WhxmN','key','setLocalArgs','IWxhc','metadata','LkRlS','pUAdk','homedir','ltELg','availableReplicas','yOORD','qeRUi','ImCFb','base64','CReDb','browserstack-local','error','wMBOQ','16889928IXEriR','jmeQc','OjBhe','X-npm-version','@kubernetes/client-node','maxNodes','CweVq','QWLij','VewIc','FnDsr','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','-auth-failed','../config/constants','getAccessKey','HLUyf','BlpyA','Waiting\x20for\x20deployment\x20','usBcL','uvsit','EGBol','rEinE','gjwcw','yDzer','AWQtk','concurrency','fCUYW','xDjSK','SOaBQ','QhWRw','join','qvqtL','now','ERROR','agiDr','PoTZO','KEnJU','uploaderImageVersion','Ygezw','node','release','from','eOgXH','WLxYA','EWwRZ','kubeApply','JIVay','citWM','yoRSf','gZQnh','CaZwn','dvIAj','\x20in\x20namespace\x20','QvIWg','1.0.1','qisLd','2668585QQSXNo','debug','UWTuv','AzhXH','.ats','ctogE','getAuthHeader','EVnvD','true','jRxph','bXcEB','\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20','KojIH','customRepeaters','CjFMz','TMAJM','ZKmVV','HxodD','muGLr','Local','node\x20version\x20installed\x20:\x20','HWMoZ','-null-response','BNbPb','PdBtk','VdsEZ','otMRH','create','evYsp','Intercepted\x20while\x20executing\x20command:\x20`','replace','XLpGb','Timeout\x20waiting\x20for\x20deployment\x20','jFHdC','YcqLP','tlAtP','FUfoT','toLowerCase','xbSYk','lRYXR','.\x20Unauthorized\x20request!','IWYpU','https://','iPHSe','browserStackLocalOptions','uwdlW','getSystemMetaData','1109028MIivav','wOTCr','HtVwq','NHCWq','VwDse','Success:\x20','PKBrc','3|9|6|4|11|8|1|7|0|5|2|10','accessKey','XdolM','wZvPM','OZLTP','dgJsw','execSync','Ykmiw','kebabCase','VxIAZ','\x20to\x20be\x20ready...','FNSrz','ZlGJf','wcOmi','versions','FjAfm','FmhEN','stringify','LIVed','iLlyf','ecppF','ddEGz','uQQsh','dhfzo','reportToGalactusAndSendToEDS','18gnbtWu','LkdDm','mCDgG','jbGoZ','ami','FanzQ','txhtv','got','curlRequest','NODcD','existsSync','Browserstack','username','/packages/cli/get-grid-details?gridId=','eOwSX','localIdentifier','dChKs','DpNts','getDirForConfig'];a37_0x2bd5=function(){return _0x581486;};return a37_0x2bd5();}const path=require(a37_0xb7a8e7(0x175)),os=require('os'),fs=require('fs'),cp=require('child_process'),webSocketUtils=require('./webSocketUtils'),{sendInstrumentationEvent}=require(a37_0xb7a8e7(0x1a4)),BrowserstackLocalLauncher=require(a37_0xb7a8e7(0xb9)),got=require(a37_0xb7a8e7(0x149)),{logger}=require(a37_0xb7a8e7(0x179)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a37_0xb7a8e7(0x1a4)),{global_registry,WS_EVENTS,AG_API_URL,messageTypes,MessageDescription,TRIAL_GRID_URL}=require(a37_0xb7a8e7(0xc8));exports[a37_0xb7a8e7(0x215)]=_0x5c0088=>Buffer[a37_0xb7a8e7(0xe4)](_0x5c0088)[a37_0xb7a8e7(0x15a)](a37_0xb7a8e7(0xb7)),exports[a37_0xb7a8e7(0x154)]=()=>{const _0xf88ded=a37_0xb7a8e7,_0x54723c={};_0x54723c[_0xf88ded(0xd5)]=_0xf88ded(0xf7);const _0x3b0289=_0x54723c;return path[_0xf88ded(0xd9)](os[_0xf88ded(0xb1)](),_0x3b0289['fCUYW']);},exports['getCredentialsPath']=()=>{const _0x4b1a19=a37_0xb7a8e7,_0x16ce9d={};_0x16ce9d[_0x4b1a19(0x13e)]=_0x4b1a19(0x160);const _0x1a9c1e=_0x16ce9d;return path['join'](this[_0x4b1a19(0x154)](),_0x1a9c1e[_0x4b1a19(0x13e)]);},exports[a37_0xb7a8e7(0x1c4)]=async(_0x120437,_0x2d779c,_0x440745,_0xd13b57)=>{const _0x3decbc=a37_0xb7a8e7,_0x303ff0={'ctogE':function(_0x26703a,_0x81f637){return _0x26703a(_0x81f637);},'ITJVS':'.ats','YcqLP':function(_0x355a69){return _0x355a69();},'uQQsh':_0x3decbc(0x160),'WIyGI':function(_0x3c5e75,_0x326753){return _0x3c5e75(_0x326753);},'iPHSe':function(_0x305acc,_0x3f3e75){return _0x305acc===_0x3f3e75;},'riJvz':'pAJKi','Afrcd':_0x3decbc(0x18e),'EVnvD':function(_0xb327bf,_0x146208){return _0xb327bf!==_0x146208;},'EOJDO':_0x3decbc(0xdd),'EDyoL':function(_0x4cf9f4,_0x3b0207){return _0x4cf9f4>_0x3b0207;},'wMBOQ':function(_0x31fdbe,_0x464787){return _0x31fdbe-_0x464787;},'CrmnI':_0x3decbc(0xfc),'NODcD':function(_0x48f35e,_0x4d11f4){return _0x48f35e>=_0x4d11f4;},'OIWzV':_0x3decbc(0x166),'QAIao':_0x3decbc(0x147),'dhrWO':function(_0x25d0b6,_0x79c866){return _0x25d0b6===_0x79c866;},'GQRBT':_0x3decbc(0x1fc),'Pkyjg':_0x3decbc(0x136),'rHwVi':_0x3decbc(0x16c)};try{if(_0x303ff0['iPHSe'](_0x303ff0['riJvz'],_0x303ff0[_0x3decbc(0x209)]))_0x303ff0[_0x3decbc(0xf8)](_0x2e3d0a,'Intercepted\x20while\x20executing\x20command:\x20`'+_0x17df0a+'`\x20'+_0x39d244);else{const _0x444a96=0x1388,_0x44bd52=Date[_0x3decbc(0xdb)]();let _0x31e738=![];while(!_0x31e738){if(_0x303ff0[_0x3decbc(0xfa)](_0x303ff0[_0x3decbc(0x1bc)],_0x303ff0['EOJDO']))return _0x45926b['join'](_0x2401b3[_0x3decbc(0xb1)](),_0x303ff0['ITJVS']);else{if(_0x303ff0['EDyoL'](_0x303ff0[_0x3decbc(0xbb)](Date[_0x3decbc(0xdb)](),_0x44bd52),_0xd13b57)){if(_0x303ff0[_0x3decbc(0xfa)](_0x303ff0[_0x3decbc(0x1b3)],_0x303ff0[_0x3decbc(0x1b3)]))return new _0x4ee815((_0x551888,_0x41c417)=>{const _0x116bed=_0x3decbc,_0x2bb42b={'hQLyW':function(_0x4c72e7,_0x4ad0be){const _0x243bcc=a37_0x5692;return _0x303ff0[_0x243bcc(0xf8)](_0x4c72e7,_0x4ad0be);},'XLpGb':function(_0xa37593){const _0x76a8c6=a37_0x5692;return _0x303ff0[_0x76a8c6(0x115)](_0xa37593);}};_0x56190f&&_0x2ce945[_0x116bed(0x16f)](_0x3543ef=>{const _0x5733a2=_0x116bed;if(_0x3543ef)return _0x2bb42b[_0x5733a2(0x206)](_0x41c417,_0x3543ef);_0x2bb42b[_0x5733a2(0x112)](_0x551888);});});else throw new Error(_0x3decbc(0x113)+_0x440745+'\x20in\x20namespace\x20'+_0x2d779c+_0x3decbc(0x1de));}const _0x50e4d0={};_0x50e4d0['name']=_0x440745,_0x50e4d0['namespace']=_0x2d779c;const _0x35e6b4=await _0x120437[_0x3decbc(0x210)](_0x50e4d0),_0x20cdca=_0x35e6b4[_0x3decbc(0x164)][_0x3decbc(0xa9)]||0x1,_0x4b0fbf=_0x35e6b4[_0x3decbc(0x1cf)][_0x3decbc(0xb3)]||0x0;_0x31e738=_0x303ff0[_0x3decbc(0x14b)](_0x4b0fbf,_0x20cdca);if(!_0x31e738){if(_0x303ff0[_0x3decbc(0x11e)](_0x303ff0[_0x3decbc(0x1e7)],_0x303ff0['QAIao']))return _0x2918bb[_0x3decbc(0xd9)](this['getDirForConfig'](),_0x303ff0[_0x3decbc(0x13f)]);else logger[_0x3decbc(0xf4)](_0x3decbc(0xcc)+_0x440745+_0x3decbc(0xef)+_0x2d779c+_0x3decbc(0x133)),await new Promise(_0x4d3788=>setTimeout(_0x4d3788,_0x444a96));}}}logger[_0x3decbc(0xf4)](_0x3decbc(0x1a2)+_0x440745+_0x3decbc(0xef)+_0x2d779c+_0x3decbc(0x156));}}catch(_0x20857d){if(_0x303ff0[_0x3decbc(0x195)](_0x303ff0[_0x3decbc(0x19e)],_0x303ff0[_0x3decbc(0x194)]))_0x303ff0[_0x3decbc(0x1f8)](_0x2620fc,_0x3decbc(0x127)+_0x538a81);else{logger[_0x3decbc(0xf4)](_0x303ff0[_0x3decbc(0x1ed)],_0x20857d);throw _0x20857d;}}},exports[a37_0xb7a8e7(0x1cc)]=(_0x5e0c94,_0x33bf32,_0x4cc6e2,_0x259492,_0x25f93c,_0x391502,_0x2534a2,_0x4df3ab,_0x42b84b,_0x41df4a,_0x45de10,_0x3fcdc7)=>{const _0x269e6e=a37_0xb7a8e7,_0x3c8c93={};_0x3c8c93[_0x269e6e(0x1ce)]=_0x269e6e(0x20e),_0x3c8c93[_0x269e6e(0x1d3)]=_0x269e6e(0x1ba),_0x3c8c93[_0x269e6e(0xd1)]=function(_0x1b77ae,_0x2628b6){return _0x1b77ae||_0x2628b6;};const _0x124e8a=_0x3c8c93,_0x40abd3=_0x124e8a[_0x269e6e(0x1ce)][_0x269e6e(0x201)]('|');let _0x3c9240=0x0;while(!![]){switch(_0x40abd3[_0x3c9240++]){case'0':global_registry[_0x269e6e(0xc1)]=_0x45de10;continue;case'1':global_registry[_0x269e6e(0x1a0)]=_0x391502;continue;case'2':global_registry['clusterName']=_0x33bf32;continue;case'3':global_registry[_0x269e6e(0x146)]=_0x2534a2[_0x269e6e(0x146)]||_0x124e8a[_0x269e6e(0x1d3)];continue;case'4':global_registry[_0x269e6e(0x15c)]=_0x5e0c94;continue;case'5':global_registry[_0x269e6e(0x214)]=_0x41df4a;continue;case'6':global_registry[_0x269e6e(0x193)]=_0x124e8a[_0x269e6e(0xd1)](_0x3fcdc7,![]);continue;case'7':global_registry['browserVersion']=_0x42b84b;continue;case'8':global_registry[_0x269e6e(0x1aa)]=_0x4df3ab;continue;case'9':global_registry[_0x269e6e(0x1d6)]=_0x4cc6e2;continue;case'10':global_registry['concurrency']=_0x259492;continue;case'11':global_registry[_0x269e6e(0x20c)]=_0x25f93c;continue;}break;}},exports[a37_0xb7a8e7(0x155)]=_0x7bce07=>{const _0x456cc5=a37_0xb7a8e7,_0x3313c2={};_0x3313c2[_0x456cc5(0x1c1)]=function(_0x1c5903,_0x2ddd7b){return _0x1c5903||_0x2ddd7b;},_0x3313c2[_0x456cc5(0x1a3)]='1.0.1';const _0x28653e=_0x3313c2;global_registry[_0x456cc5(0xe0)]=_0x28653e[_0x456cc5(0x1c1)](_0x7bce07,_0x28653e[_0x456cc5(0x1a3)]);},exports[a37_0xb7a8e7(0x131)]=_0x5f3557=>_0x5f3557[a37_0xb7a8e7(0x111)](/([a-z])([A-Z])/g,a37_0xb7a8e7(0x17a))['replace'](/[\s_]+/g,'-')[a37_0xb7a8e7(0x118)](),exports[a37_0xb7a8e7(0x141)]=async(_0x389f31,_0xd1aaf9,_0x504d67,_0x231c3a,_0x2067ef,_0x2dcb2a,_0x3ceada)=>{const _0x2de66e={'MjDNy':function(_0x18b7f8,_0x19abac,_0x551ee7,_0x3fef6e,_0x1417c5,_0x4836d9,_0x56223){return _0x18b7f8(_0x19abac,_0x551ee7,_0x3fef6e,_0x1417c5,_0x4836d9,_0x56223);}};await _0x2de66e['MjDNy'](sendInstrumentationEvent,_0x389f31,_0x2067ef,_0x231c3a,_0x2dcb2a,null,_0x389f31);const _0x281289={};_0x281289['type']=WS_EVENTS['LOG'],_0x281289['message']=_0x504d67,await webSocketUtils['sendEventToBackend'](_0xd1aaf9,_0x281289,_0x3ceada,!![]);},exports[a37_0xb7a8e7(0xc9)]=_0x2775fa=>{const _0x3c5947=a37_0xb7a8e7;return _0x2775fa[_0x3c5947(0x12a)];},exports[a37_0xb7a8e7(0xac)]=_0x1a3344=>{const _0x1beb28=a37_0xb7a8e7,_0x2d0894={};_0x2d0894['kVhwY']=function(_0x35494a,_0x2efebf){return _0x35494a>=_0x2efebf;},_0x2d0894[_0x1beb28(0x17d)]='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',_0x2d0894['gJwpr']=_0x1beb28(0x129),_0x2d0894[_0x1beb28(0x177)]=_0x1beb28(0x1ba),_0x2d0894['vGklA']=function(_0x49c5e6,_0x520293){return _0x49c5e6||_0x520293;},_0x2d0894[_0x1beb28(0xe1)]=_0x1beb28(0xab),_0x2d0894[_0x1beb28(0x1f6)]=_0x1beb28(0x172),_0x2d0894[_0x1beb28(0xe9)]=_0x1beb28(0x187),_0x2d0894[_0x1beb28(0x1f9)]=_0x1beb28(0xfb),_0x2d0894[_0x1beb28(0x212)]='localIdentifier',_0x2d0894['CReDb']=_0x1beb28(0x1af),_0x2d0894[_0x1beb28(0xe6)]=function(_0x5237e4,_0x18bc31){return _0x5237e4!==_0x18bc31;},_0x2d0894['ZlGJf']=_0x1beb28(0xb0),_0x2d0894[_0x1beb28(0x140)]=_0x1beb28(0x1bb),_0x2d0894[_0x1beb28(0x12d)]=function(_0x574888,_0xadfe8b){return _0x574888===_0xadfe8b;},_0x2d0894['muGLr']=_0x1beb28(0xea),_0x2d0894[_0x1beb28(0x205)]='DmyEz';const _0x114347=_0x2d0894;let _0x5935fb={};_0x5935fb[_0x114347[_0x1beb28(0xe1)]]=this['getAccessKey'](_0x1a3344),_0x5935fb[_0x114347[_0x1beb28(0x1f6)]]=0x3,_0x5935fb[_0x114347[_0x1beb28(0xe9)]]=_0x114347[_0x1beb28(0x1f9)],_0x5935fb[_0x114347['fkjYB']]=_0x114347[_0x1beb28(0xb8)];if(_0x1a3344[_0x1beb28(0x100)]&&Array[_0x1beb28(0x1a6)](_0x1a3344[_0x1beb28(0x100)])){if(_0x114347[_0x1beb28(0xe6)](_0x114347[_0x1beb28(0x135)],_0x114347[_0x1beb28(0x135)])){const _0x5c06fc=_0x27aaff[_0x1beb28(0x137)][_0x1beb28(0xe2)];_0x114347['kVhwY'](_0x5c06fc[_0x1beb28(0x201)]('.')[0x0],0x12)&&_0x21a4e8[_0x1beb28(0x12f)](_0x114347[_0x1beb28(0x17d)]);}else _0x5935fb[_0x114347[_0x1beb28(0x140)]]=_0x1a3344[_0x1beb28(0x100)][_0x1beb28(0xd9)](',');}if(_0x1a3344[_0x1beb28(0x11f)]&&_0x114347['OZLTP'](_0x1a3344[_0x1beb28(0x11f)][_0x1beb28(0x1a5)],Object)){if(_0x114347['OZLTP'](_0x114347[_0x1beb28(0x105)],_0x114347[_0x1beb28(0x205)])){const _0x4cb836=_0x114347[_0x1beb28(0xa7)][_0x1beb28(0x201)]('|');let _0x381df6=0x0;while(!![]){switch(_0x4cb836[_0x381df6++]){case'0':_0x5ad0b4[_0x1beb28(0x185)]=_0xda3c68;continue;case'1':_0x9b5506['ami']=_0x3fde5d[_0x1beb28(0x146)]||_0x114347[_0x1beb28(0x177)];continue;case'2':_0x264748[_0x1beb28(0xc1)]=_0xf4bcdd;continue;case'3':_0x332829[_0x1beb28(0x15c)]=_0x3973a1;continue;case'4':_0x4eb422[_0x1beb28(0xd4)]=_0x45c7db;continue;case'5':_0x5a6a84[_0x1beb28(0x214)]=_0x23fa55;continue;case'6':_0x4bc440['clusterName']=_0x4e281a;continue;case'7':_0x2fb565['hubVersion']=_0x3f49f7;continue;case'8':_0x22a290[_0x1beb28(0x1a0)]=_0x275529;continue;case'9':_0x4f9171['clusterRegion']=_0x431c70;continue;case'10':_0x43e8d6[_0x1beb28(0x193)]=_0x114347['vGklA'](_0x375509,![]);continue;case'11':_0x1b3f9b[_0x1beb28(0x20c)]=_0x46b8d;continue;}break;}}else _0x5935fb={..._0x1a3344[_0x1beb28(0x11f)],..._0x5935fb};}return _0x5935fb;},exports[a37_0xb7a8e7(0x183)]=_0x4f7c72=>{const _0x46b51d=a37_0xb7a8e7,_0xbc320a={};_0xbc320a[_0x46b51d(0x157)]=_0x46b51d(0x1b7),_0xbc320a[_0x46b51d(0x167)]=function(_0x54640c,_0xefca82){return _0x54640c===_0xefca82;},_0xbc320a['eNhcm']='hRzjE';const _0x2e99b=_0xbc320a,_0x372f5d=new BrowserstackLocalLauncher['Local'](),_0x2fb07e=this[_0x46b51d(0xac)](_0x4f7c72),_0x25cd06=_0x372f5d[_0x46b51d(0x184)](_0x2fb07e);if(_0x25cd06){if(_0x2e99b[_0x46b51d(0x167)](_0x2e99b[_0x46b51d(0x203)],_0x2e99b[_0x46b51d(0x203)]))throw _0x25cd06;else _0x371be5[_0x2e99b[_0x46b51d(0x157)]]=_0x3b1d16;}return _0x372f5d;},exports['stopLocalBinary']=async _0x1ae65f=>{const _0x5eee75=a37_0xb7a8e7,_0x535595={'MpQkK':function(_0x1f590c,_0x32f265){return _0x1f590c&&_0x32f265;},'IFIEY':function(_0x3f41d0,_0x5cfe15){return _0x3f41d0&&_0x5cfe15;},'ppiaO':_0x5eee75(0x1d1),'yOORD':'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','CjYJH':'X-os-version','yoRSf':function(_0x4c9044,_0x3479ed){return _0x4c9044!==_0x3479ed;},'kFACr':_0x5eee75(0xb2),'qfcQJ':_0x5eee75(0xf2),'iIhAa':'Fwvaz','LiJYT':_0x5eee75(0x13c),'Ykmiw':function(_0x4065aa,_0x2f2f7d){return _0x4065aa(_0x2f2f7d);},'nWtdf':function(_0x5b445d){return _0x5b445d();},'QvIWg':function(_0x5618e3,_0x527085){return _0x5618e3===_0x527085;},'dvIAj':_0x5eee75(0x1fb)};return new Promise((_0x367d2f,_0x5db871)=>{const _0x584bc7=_0x5eee75,_0x5635f6={'aRQmP':_0x535595[_0x584bc7(0xb4)],'VmUSf':_0x535595[_0x584bc7(0x161)],'eOwSX':function(_0x5031d8,_0x513694){const _0x5536c0=_0x584bc7;return _0x535595[_0x5536c0(0xeb)](_0x5031d8,_0x513694);},'JICxz':_0x535595[_0x584bc7(0x174)],'PKBrc':_0x535595['qfcQJ'],'CFRTS':function(_0x3f8ad1,_0x394931){const _0x3692a5=_0x584bc7;return _0x535595[_0x3692a5(0xeb)](_0x3f8ad1,_0x394931);},'NHCWq':_0x535595['iIhAa'],'KojIH':_0x535595[_0x584bc7(0x1d2)],'mlOwf':function(_0x39acbb,_0x4f8c50){const _0x10d4cf=_0x584bc7;return _0x535595[_0x10d4cf(0x130)](_0x39acbb,_0x4f8c50);},'jPHNP':function(_0x46ef64){return _0x535595['nWtdf'](_0x46ef64);}};if(_0x535595[_0x584bc7(0xf0)](_0x535595[_0x584bc7(0xee)],_0x535595[_0x584bc7(0xee)]))_0x1ae65f&&_0x1ae65f['stop'](_0x436b19=>{const _0x4b4652=_0x584bc7,_0x3388e1={};_0x3388e1[_0x4b4652(0x1a8)]=_0x5635f6[_0x4b4652(0x15d)],_0x3388e1['EWwRZ']=_0x5635f6[_0x4b4652(0x159)];const _0x117864=_0x3388e1;if(_0x5635f6[_0x4b4652(0x150)](_0x5635f6[_0x4b4652(0x1ea)],_0x5635f6[_0x4b4652(0x128)])){if(_0x436b19){if(_0x5635f6[_0x4b4652(0x162)](_0x5635f6[_0x4b4652(0x125)],_0x5635f6[_0x4b4652(0xff)]))return _0x5635f6[_0x4b4652(0x16e)](_0x5db871,_0x436b19);else _0x1cd7d8['execSync'](_0x117864[_0x4b4652(0x1a8)]);}_0x5635f6[_0x4b4652(0x18f)](_0x367d2f);}else _0x384f70[_0x117864[_0x4b4652(0xe7)]]=_0x2d0376;});else{const _0x2beba4=_0x4023e1[_0x584bc7(0x14c)](this['getCredentialsPath']());if(_0x2beba4||_0x535595['MpQkK'](_0x2f3c53,_0x4d0ccd)){if(_0x535595['IFIEY'](_0x46d7dd,_0x76d1b6)){const _0x3f66d6={};_0x3f66d6[_0x584bc7(0x14e)]=_0x58cfc7,_0x3f66d6[_0x584bc7(0x1b0)]=_0x29a141;const _0xb92cb3={};_0xb92cb3[_0x584bc7(0x14d)]=_0x3f66d6;const _0x4ad2a3=_0xb92cb3;_0x2ae315['writeFileSync'](this[_0x584bc7(0x19c)](),_0x56a7e8[_0x584bc7(0x13a)](_0x4ad2a3));}const _0x5ab0a9=_0x2e231f['parse'](_0xb4612f['readFileSync'](this[_0x584bc7(0x19c)](),_0x535595[_0x584bc7(0x176)]));return[_0x5ab0a9['Browserstack'][_0x584bc7(0x14e)],_0x5ab0a9[_0x584bc7(0x14d)]['password']];}return null;}});},exports[a37_0xb7a8e7(0x186)]=(_0x1b04cd,_0x577415)=>{const _0x344869=a37_0xb7a8e7,_0x19402f={'kAbVg':'X-cli-version','FWnNa':function(_0xd5fe60,_0x2ac77b){return _0xd5fe60(_0x2ac77b);},'ImCFb':function(_0x1bd6b5,_0x160e4e){return _0x1bd6b5&&_0x160e4e;},'AWQtk':function(_0x76d425,_0x321a1c){return _0x76d425!==_0x321a1c;},'PMJRm':_0x344869(0x12c),'CYzaN':'QHWnl','gZQnh':_0x344869(0x180),'yvyTL':_0x344869(0x1d1)},_0x289004=fs[_0x344869(0x14c)](this[_0x344869(0x19c)]());if(_0x289004||_0x19402f['ImCFb'](_0x1b04cd,_0x577415)){if(_0x19402f[_0x344869(0xd3)](_0x19402f[_0x344869(0x15b)],_0x19402f[_0x344869(0x1f1)])){if(_0x19402f[_0x344869(0xb6)](_0x1b04cd,_0x577415)){if(_0x19402f[_0x344869(0xd3)](_0x19402f[_0x344869(0xec)],_0x19402f[_0x344869(0xec)]))_0x5ca985[_0x19402f[_0x344869(0x1f0)]]=_0x207c5c[_0x344869(0x171)];else{const _0x7c72c7={};_0x7c72c7[_0x344869(0x14e)]=_0x1b04cd,_0x7c72c7[_0x344869(0x1b0)]=_0x577415;const _0x23d600={};_0x23d600[_0x344869(0x14d)]=_0x7c72c7;const _0x5f4461=_0x23d600;fs[_0x344869(0x199)](this[_0x344869(0x19c)](),JSON['stringify'](_0x5f4461));}}const _0x212539=JSON[_0x344869(0x1ca)](fs[_0x344869(0x1df)](this[_0x344869(0x19c)](),_0x19402f[_0x344869(0x19b)]));return[_0x212539[_0x344869(0x14d)]['username'],_0x212539['Browserstack'][_0x344869(0x1b0)]];}else return _0x19402f[_0x344869(0x18d)](_0x19d3d2,_0x22e8b5);}return null;},exports[a37_0xb7a8e7(0x1d9)]=async(_0x59511c,_0x49f414,_0x2ed8fd)=>{const _0x12cf16=a37_0xb7a8e7,_0x3b2090={'IWYpU':function(_0x54fe3f,_0x5985df){return _0x54fe3f>=_0x5985df;},'hkFXY':_0x12cf16(0xa4),'BNbPb':function(_0x53290f,_0x4cde27,_0x280460){return _0x53290f(_0x4cde27,_0x280460);},'xecmq':function(_0x1c0455,_0x4c8700){return _0x1c0455===_0x4c8700;},'yJagv':_0x12cf16(0xaa)},_0x25855a=_0x12cf16(0x11d)+_0x59511c+':'+_0x49f414+'@'+AG_API_URL+_0x12cf16(0x14f)+_0x2ed8fd,_0x49e5ac={'method':_0x3b2090['hkFXY'],'headers':this[_0x12cf16(0xf9)](_0x59511c,_0x49f414),'throwHttpErrors':![]},_0x5d0a47=await _0x3b2090[_0x12cf16(0x10a)](got,_0x25855a,_0x49e5ac);if(_0x3b2090[_0x12cf16(0x20b)](_0x5d0a47[_0x12cf16(0x20a)],0xc8)){if(_0x3b2090[_0x12cf16(0x20b)](_0x3b2090[_0x12cf16(0x1b5)],_0x3b2090['yJagv']))return[_0x5d0a47,JSON[_0x12cf16(0x1ca)](_0x5d0a47[_0x12cf16(0x207)])];else{const _0x13b0b8=_0x105d8b[_0x12cf16(0x137)][_0x12cf16(0xe2)];return _0x1c3d5f[_0x12cf16(0xf4)](_0x12cf16(0x107)+_0x13b0b8),_0x3b2090[_0x12cf16(0x11c)](_0x13b0b8[_0x12cf16(0x201)]('.')[0x0],0x12);}}return[_0x5d0a47,null];},exports[a37_0xb7a8e7(0xe8)]=async(_0x1bd01d,_0x48a938)=>{const _0x1f510a=a37_0xb7a8e7,_0x55d10a={'LLGKZ':function(_0x2b1023,_0xd2150){return _0x2b1023(_0xd2150);},'MubOM':function(_0x2eec4e){return _0x2eec4e();},'UelvH':'npm\x20-v','txhtv':'N/A','WCYCY':_0x1f510a(0xc0),'xbSYk':function(_0x42d74f,_0x235e83){return _0x42d74f===_0x235e83;},'wOTCr':_0x1f510a(0x1ec),'tvFPn':'kfKMf','VxIAZ':function(_0x1ad466,_0x14b1ac){return _0x1ad466===_0x14b1ac;},'HtVwq':_0x1f510a(0x163),'uvsit':_0x1f510a(0xa8)},_0x323a69=await import(_0x55d10a[_0x1f510a(0x1ae)]),_0x577692=await _0x323a69[_0x1f510a(0x1ee)]['makeApiClient'](_0x48a938),_0x56a56a=_0x1bd01d[_0x1f510a(0x1c3)](_0x251ca6=>_0x251ca6&&_0x251ca6['kind']&&_0x251ca6[_0x1f510a(0xae)]),_0x5162fd=[];for await(const _0x2313d0 of _0x56a56a){if(_0x55d10a[_0x1f510a(0x119)](_0x55d10a[_0x1f510a(0x123)],_0x55d10a['tvFPn']))_0x1d92de&&_0x1c9e2f[_0x1f510a(0x16f)](_0x12fc48=>{const _0x2c374b=_0x1f510a;if(_0x12fc48)return _0x55d10a[_0x2c374b(0x1d5)](_0x2ab685,_0x12fc48);_0x55d10a[_0x2c374b(0x1ad)](_0x5dae1a);});else try{if(_0x55d10a[_0x1f510a(0x132)](_0x55d10a[_0x1f510a(0x124)],_0x55d10a['HtVwq'])){await _0x577692['read'](_0x2313d0);const _0x3c9907=await _0x577692[_0x1f510a(0x20d)](_0x2313d0);_0x5162fd['push'](_0x3c9907['body']);}else try{return _0x14f240[_0x1f510a(0x12f)](_0x55d10a[_0x1f510a(0x16d)])['toString']()['trim']();}catch(_0x377e62){return _0x55d10a[_0x1f510a(0x148)];}}catch(_0x89440c){if(_0x55d10a[_0x1f510a(0x132)](_0x55d10a[_0x1f510a(0xce)],_0x55d10a[_0x1f510a(0xce)])){const _0x1aeef6=await _0x577692[_0x1f510a(0x10e)](_0x2313d0);_0x5162fd[_0x1f510a(0x1f3)](_0x1aeef6['body']);}else return _0x55d10a['txhtv'];}}},exports[a37_0xb7a8e7(0xf9)]=(_0x2b14d0,_0x57d934)=>{const _0x1bf536=a37_0xb7a8e7,_0x26fbd2={'irEhJ':'X-cli-path','FmhEN':function(_0xc365c3,_0x355fbe){return _0xc365c3&&_0x355fbe;},'wBwuM':_0x1bf536(0x1d1),'lRYXR':_0x1bf536(0x198),'yDzer':_0x1bf536(0xab),'TMAJM':_0x1bf536(0x172),'eOgXH':_0x1bf536(0x187),'dgJsw':'true','XrZBU':_0x1bf536(0x151),'hNSrR':_0x1bf536(0x1af),'QbnFe':'custom-repeater','jFHdC':function(_0x968bcd,_0x54b0db){return _0x968bcd===_0x54b0db;},'TSRQx':_0x1bf536(0x16c),'LkRlS':function(_0x14371a){return _0x14371a();},'HxodD':function(_0x150367){return _0x150367();},'ZrKof':function(_0x29f3d0){return _0x29f3d0();},'qeRUi':function(_0x3e589d){return _0x3e589d();},'hVuzG':_0x1bf536(0x1dc),'jyXyC':function(_0x283b4e,_0x51cfaa){return _0x283b4e+_0x51cfaa;},'BlpyA':'Basic\x20','ZoWVF':_0x1bf536(0xb7),'hVwBK':function(_0x5706c6,_0x3968bb){return _0x5706c6!==_0x3968bb;},'usBcL':'SAEYZ','Ohrfu':_0x1bf536(0x1cd),'DpNts':'SVjnf','nPVYV':'gWRje','EGBol':function(_0x452d08,_0x1301bf){return _0x452d08!==_0x1301bf;},'KOYRa':_0x1bf536(0xbe),'BHxkX':_0x1bf536(0x1a9),'dChKs':function(_0x144e80,_0x70be65){return _0x144e80!==_0x70be65;},'PdBtk':'cbXcu','uwdlW':_0x1bf536(0x216),'sJrMT':'XUwwf','eSvEh':_0x1bf536(0xbf),'oAYzq':function(_0x48a055,_0x188786){return _0x48a055===_0x188786;},'FNSrz':_0x1bf536(0x181),'unlyR':_0x1bf536(0x1c7),'lGvpV':_0x1bf536(0x1b7)},_0x386cca=_0x26fbd2[_0x1bf536(0xaf)](cli_version_and_path),_0xb2a185=_0x26fbd2[_0x1bf536(0x104)](_os),_0x141a17=_0x26fbd2[_0x1bf536(0xaf)](os_version),_0x4c3744=_0x26fbd2[_0x1bf536(0x1bd)](npm_version),_0x5ecf71=_0x26fbd2[_0x1bf536(0xb5)](ci_environment),_0x41be49={'Content-Type':_0x26fbd2[_0x1bf536(0x18b)],'Authorization':_0x26fbd2[_0x1bf536(0x1c6)](_0x26fbd2[_0x1bf536(0xcb)],Buffer['from'](_0x2b14d0+':'+_0x57d934)[_0x1bf536(0x15a)](_0x26fbd2['ZoWVF']))};_0x386cca&&_0x386cca[_0x1bf536(0x171)]&&(_0x26fbd2[_0x1bf536(0x17e)](_0x26fbd2[_0x1bf536(0xcd)],_0x26fbd2[_0x1bf536(0xcd)])?_0x29c9b8[_0x26fbd2[_0x1bf536(0x182)]]=_0x4b7a89[_0x1bf536(0x175)]:_0x41be49[_0x26fbd2[_0x1bf536(0x1c8)]]=_0x386cca[_0x1bf536(0x171)]);if(_0x386cca&&_0x386cca[_0x1bf536(0x175)]){if(_0x26fbd2[_0x1bf536(0x114)](_0x26fbd2[_0x1bf536(0x153)],_0x26fbd2['nPVYV'])){if(_0x26fbd2[_0x1bf536(0x139)](_0x4bb405,_0x1a5bbc)){const _0x485a76={};_0x485a76[_0x1bf536(0x14e)]=_0x194dd1,_0x485a76[_0x1bf536(0x1b0)]=_0x472113;const _0x300c62={};_0x300c62[_0x1bf536(0x14d)]=_0x485a76;const _0x5fcb75=_0x300c62;_0x1df6c9[_0x1bf536(0x199)](this[_0x1bf536(0x19c)](),_0x36d499['stringify'](_0x5fcb75));}const _0x2adb63=_0x2b6fb5[_0x1bf536(0x1ca)](_0x1a9247[_0x1bf536(0x1df)](this['getCredentialsPath'](),_0x26fbd2['wBwuM']));return[_0x2adb63[_0x1bf536(0x14d)][_0x1bf536(0x14e)],_0x2adb63[_0x1bf536(0x14d)][_0x1bf536(0x1b0)]];}else _0x41be49[_0x26fbd2[_0x1bf536(0x182)]]=_0x386cca[_0x1bf536(0x175)];}_0xb2a185&&(_0x26fbd2[_0x1bf536(0xcf)](_0x26fbd2['KOYRa'],_0x26fbd2[_0x1bf536(0x15e)])?_0x41be49[_0x26fbd2[_0x1bf536(0x11a)]]=_0xb2a185:_0x52bd62[_0x26fbd2[_0x1bf536(0x11a)]]=_0x3837f4);if(_0x141a17){if(_0x26fbd2[_0x1bf536(0x152)](_0x26fbd2[_0x1bf536(0x10b)],_0x26fbd2['PdBtk'])){let _0xdf52f5={};return _0xdf52f5[_0x26fbd2[_0x1bf536(0xd2)]]=this[_0x1bf536(0xc9)](_0x242403),_0xdf52f5[_0x26fbd2[_0x1bf536(0x102)]]=0x3,_0xdf52f5[_0x26fbd2[_0x1bf536(0xe5)]]=_0x26fbd2[_0x1bf536(0x12e)],_0xdf52f5[_0x26fbd2['XrZBU']]=_0x26fbd2[_0x1bf536(0x1e0)],_0x187103[_0x1bf536(0x100)]&&_0x180567[_0x1bf536(0x1a6)](_0x1f5555[_0x1bf536(0x100)])&&(_0xdf52f5[_0x26fbd2['QbnFe']]=_0x332cf5[_0x1bf536(0x100)][_0x1bf536(0xd9)](',')),_0x50af32[_0x1bf536(0x11f)]&&_0x26fbd2[_0x1bf536(0x114)](_0x561227['browserStackLocalOptions'][_0x1bf536(0x1a5)],_0x5aec22)&&(_0xdf52f5={..._0x46d15f[_0x1bf536(0x11f)],..._0xdf52f5}),_0xdf52f5;}else _0x41be49[_0x26fbd2[_0x1bf536(0x120)]]=_0x141a17;}_0x4c3744&&(_0x26fbd2[_0x1bf536(0x114)](_0x26fbd2[_0x1bf536(0x191)],_0x26fbd2[_0x1bf536(0x191)])?_0x41be49[_0x26fbd2[_0x1bf536(0x190)]]=_0x4c3744:_0xedae67=_0x1959ca[_0x1bf536(0x20a)]);if(_0x5ecf71){if(_0x26fbd2['oAYzq'](_0x26fbd2[_0x1bf536(0x134)],_0x26fbd2['unlyR'])){_0x192f89[_0x1bf536(0xf4)](_0x26fbd2['TSRQx'],_0x5df53d);throw _0x582ae1;}else _0x41be49[_0x26fbd2[_0x1bf536(0x1d8)]]=_0x5ecf71;}return _0x41be49;},exports[a37_0xb7a8e7(0x1ac)]=async()=>{const _0x435313=a37_0xb7a8e7,_0x4db838={};_0x4db838[_0x435313(0x1ab)]=function(_0x5b9ade,_0x380e48){return _0x5b9ade>=_0x380e48;},_0x4db838[_0x435313(0x138)]=function(_0x3ddc6f,_0x4d805d){return _0x3ddc6f!==_0x4d805d;},_0x4db838[_0x435313(0x173)]='xjEBe',_0x4db838['jmeQc']='oGXXF',_0x4db838[_0x435313(0x126)]=_0x435313(0xc6);const _0x3df3e1=_0x4db838,_0x15d892=process[_0x435313(0x137)]['node'];if(_0x3df3e1['nHBYY'](_0x15d892['split']('.')[0x0],0x12)){if(_0x3df3e1[_0x435313(0x138)](_0x3df3e1[_0x435313(0x173)],_0x3df3e1[_0x435313(0xbd)]))cp[_0x435313(0x12f)](_0x3df3e1[_0x435313(0x126)]);else{const _0x134c9d={..._0x5e9a67[_0x435313(0x11f)],..._0xd71181};_0x1adb40=_0x134c9d;}}},exports['isUndefined']=_0x50a2f5=>_0x50a2f5===undefined||_0x50a2f5===null,exports[a37_0xb7a8e7(0x1e5)]=()=>{const _0xe307bf=a37_0xb7a8e7,_0x3fd3fd={};_0x3fd3fd[_0xe307bf(0x165)]=function(_0x2a91c2,_0x8073b1){return _0x2a91c2>=_0x8073b1;};const _0xcac50e=_0x3fd3fd,_0x4f6fec=process[_0xe307bf(0x137)][_0xe307bf(0xe2)];return logger[_0xe307bf(0xf4)](_0xe307bf(0x107)+_0x4f6fec),_0xcac50e[_0xe307bf(0x165)](_0x4f6fec[_0xe307bf(0x201)]('.')[0x0],0x12);},exports[a37_0xb7a8e7(0xa6)]=async(_0xce7c7b,_0x29d439,_0xb1f98a,_0x56ab31,_0x474d42)=>{const _0x36c171=a37_0xb7a8e7,_0x412710={'otMRH':_0x36c171(0xbf),'jbGoZ':function(_0x256548){return _0x256548();},'QYWMI':function(_0x49d2b2,_0x1e8fb8){return _0x49d2b2(_0x1e8fb8);},'VewIc':function(_0x368a57,_0x59784b){return _0x368a57(_0x59784b);},'CweVq':function(_0x2b5622,_0x78022d){return _0x2b5622(_0x78022d);},'SOaBQ':function(_0x13a6e0,_0x146503){return _0x13a6e0===_0x146503;},'lVwLQ':function(_0x342da6,_0x4d1556){return _0x342da6!==_0x4d1556;},'evsqG':_0x36c171(0x13b),'LJfFx':_0x36c171(0x1db),'ZAmHb':'error','xDjSK':function(_0x1d6f1c,_0x39e209){return _0x1d6f1c===_0x39e209;},'dYWrx':function(_0x207ae6,_0x20cc80){return _0x207ae6===_0x20cc80;},'OaFuU':_0x36c171(0x144),'cgJNo':function(_0x58166b,_0x18bfc8){return _0x58166b!==_0x18bfc8;},'uxBFl':_0x36c171(0x101),'AWRRh':_0x36c171(0x204),'zOhKy':function(_0x18beaf,_0x4c57f1){return _0x18beaf!==_0x4c57f1;},'MWora':_0x36c171(0x16a),'yzSNF':_0x36c171(0x1b4)};let _0xdc7dc6;const _0x50d0ac=MessageDescription[_0x29d439][_0xb1f98a];let _0x227964=0x0;if(_0x412710[_0x36c171(0xd7)](_0xce7c7b,null)||_0x412710[_0x36c171(0xd7)](_0xce7c7b,undefined))_0x412710[_0x36c171(0x18c)](_0x412710[_0x36c171(0x1f4)],_0x412710[_0x36c171(0x178)])?(_0xdc7dc6=_0x50d0ac+_0x36c171(0x17c),await this['reportToGalactusAndSendToEDS'](_0x56ab31,_0x474d42,_0xdc7dc6,messageTypes[_0x36c171(0xdc)],_0x29d439+_0x36c171(0x1d4),_0x29d439+'-'+_0xb1f98a+_0x36c171(0x109),_0x412710[_0x36c171(0x1f2)]),logger['error'](_0xdc7dc6)):_0x3fadea[_0x412710[_0x36c171(0x10d)]]=_0x7db153;else{if(_0x412710[_0x36c171(0xd6)](_0xce7c7b[_0x36c171(0x20a)],0x191)){if(_0x412710['dYWrx'](_0x412710[_0x36c171(0x196)],_0x412710['OaFuU']))_0xdc7dc6=_0x50d0ac+_0x36c171(0x11b),await this[_0x36c171(0x141)](_0x56ab31,_0x474d42,_0xdc7dc6,messageTypes[_0x36c171(0xdc)],_0x29d439+_0x36c171(0x1d4),_0x29d439+'-'+_0xb1f98a+_0x36c171(0xc7),_0x412710['ZAmHb']),logger[_0x36c171(0xba)](_0xdc7dc6);else return _0x36c171(0xfe)+_0x29b78c[_0x36c171(0x1e4)]()+'\x20'+_0x3da5a9[_0x36c171(0xe3)]()+'\x20('+_0x5f27cb[_0x36c171(0x1c5)]()+')\x0aArchitecture:\x20'+_0x59dd70[_0x36c171(0x1c2)]()+'\x0aNode.js\x20Version:\x20'+_0x1cb38a['versions'][_0x36c171(0xe2)]+_0x36c171(0x1ff)+_0x412710[_0x36c171(0x145)](_0x4760cd)+'\x0a';}else{if(_0x412710[_0x36c171(0x1e3)](_0xce7c7b[_0x36c171(0x20a)],0xc8)){if(_0x412710[_0x36c171(0x1e3)](_0x412710[_0x36c171(0x20f)],_0x412710['AWRRh']))_0xdc7dc6=_0x50d0ac+'.\x20Non\x20200\x20response\x20from\x20server!\x20'+JSON[_0x36c171(0x13a)](_0xce7c7b[_0x36c171(0x207)]),await this[_0x36c171(0x141)](_0x56ab31,_0x474d42,_0xdc7dc6,messageTypes[_0x36c171(0xdc)],_0x29d439+_0x36c171(0x1d4),_0x29d439+'-'+_0xb1f98a+'-non-200',_0x412710['ZAmHb']),logger[_0x36c171(0xba)](_0xdc7dc6);else return _0x71c8e5[_0x36c171(0x12a)];}else{if(_0x412710['zOhKy'](_0x412710[_0x36c171(0x1a7)],_0x412710['yzSNF']))_0x227964=_0xce7c7b[_0x36c171(0x20a)];else{if(_0x4b1398)_0x412710[_0x36c171(0x169)](_0x218fee,_0x36c171(0x1b9)+_0x64b755[_0x36c171(0x1e1)]);else _0x31da0e?_0x412710[_0x36c171(0xc4)](_0x51e633,_0x36c171(0x110)+_0x98e285+'`\x20'+_0x1738fc):_0x412710[_0x36c171(0xc2)](_0x4e5bfb,_0x36c171(0x127)+_0x2f60e7);}}}}return _0x227964;},exports[a37_0xb7a8e7(0xa5)]=async _0x5ef9dc=>{const _0x44ae55=a37_0xb7a8e7,_0x31f66c={'kakgy':function(_0x4e11c4,_0x43f3de){return _0x4e11c4(_0x43f3de);},'iFAMG':function(_0x42f865,_0x544ad6){return _0x42f865||_0x544ad6;},'AXRhn':_0x44ae55(0xf1),'tlAtP':function(_0x40c539,_0x2fec4c){return _0x40c539===_0x2fec4c;},'UaVax':_0x44ae55(0x1b2),'FnDsr':'YhUAF','tDHzq':function(_0x3a0277,_0x2f1bd8){return _0x3a0277(_0x2f1bd8);},'dwjkv':function(_0x2eca28,_0x27017e){return _0x2eca28!==_0x27017e;},'QWLij':'yNTwZ','ydaCc':_0x44ae55(0xdf),'YUnUl':_0x44ae55(0x1b1),'CaZwn':_0x44ae55(0x192),'BGZpd':function(_0x744ee8,_0xd90c99){return _0x744ee8!==_0xd90c99;},'HWMoZ':_0x44ae55(0x143)};return new Promise((_0x4e87fd,_0x1f460d)=>{const _0xc8f4f3=_0x44ae55,_0x274211={'Ywgrr':function(_0x4cf146,_0x3d4ed4){const _0x481bcf=a37_0x5692;return _0x31f66c[_0x481bcf(0x1c0)](_0x4cf146,_0x3d4ed4);},'CaGnQ':function(_0x1ab38e,_0x317939){const _0x515e02=a37_0x5692;return _0x31f66c[_0x515e02(0x1cb)](_0x1ab38e,_0x317939);},'evYsp':_0x31f66c['AXRhn'],'qvTDp':function(_0x4fb005,_0x48ba2a){const _0x2870cd=a37_0x5692;return _0x31f66c[_0x2870cd(0x116)](_0x4fb005,_0x48ba2a);},'JpSAX':_0x31f66c[_0xc8f4f3(0x211)],'BCmMs':_0x31f66c[_0xc8f4f3(0xc5)],'EDfPg':function(_0x4ccd15,_0x514192){return _0x31f66c['tDHzq'](_0x4ccd15,_0x514192);},'SHnPO':function(_0x136c0c,_0x335929){const _0xd12a9b=_0xc8f4f3;return _0x31f66c[_0xd12a9b(0x202)](_0x136c0c,_0x335929);},'vPtyK':_0x31f66c[_0xc8f4f3(0xc3)],'ieMfS':_0x31f66c['ydaCc'],'fZFll':function(_0x4a1b38,_0x3f02ab){const _0x39bb4a=_0xc8f4f3;return _0x31f66c[_0x39bb4a(0x1c0)](_0x4a1b38,_0x3f02ab);},'FUfoT':function(_0x1000fa,_0x3303c5){const _0x13fa57=_0xc8f4f3;return _0x31f66c[_0x13fa57(0x116)](_0x1000fa,_0x3303c5);},'YpTnS':_0x31f66c['YUnUl'],'YsDDI':_0x31f66c[_0xc8f4f3(0xed)]};_0x31f66c['BGZpd'](_0x31f66c[_0xc8f4f3(0x108)],_0x31f66c[_0xc8f4f3(0x108)])?_0x274211[_0xc8f4f3(0x158)](_0x399da1,_0xc8f4f3(0x1b9)+_0x2b849f[_0xc8f4f3(0x1e1)]):cp[_0xc8f4f3(0x1f5)](_0x5ef9dc,(_0xa797b,_0x24d89a,_0x2dec0e)=>{const _0xf031f7=_0xc8f4f3,_0x1f370e={'aSLFw':function(_0x1e37e7,_0x13a528){const _0x205a9a=a37_0x5692;return _0x274211[_0x205a9a(0x16b)](_0x1e37e7,_0x13a528);},'QsNvq':_0x274211[_0xf031f7(0x10f)]};if(_0x274211[_0xf031f7(0x217)](_0x274211[_0xf031f7(0x1e8)],_0x274211[_0xf031f7(0x1e8)])){if(_0xa797b){if(_0x274211['qvTDp'](_0x274211[_0xf031f7(0x1eb)],_0x274211[_0xf031f7(0x1eb)]))_0x274211[_0xf031f7(0x1b8)](_0x1f460d,_0xf031f7(0x1b9)+_0xa797b['message']);else return[_0x5a357b,_0x5e2a02[_0xf031f7(0x1ca)](_0x4929c1[_0xf031f7(0x207)])];}else{if(_0x2dec0e){if(_0x274211['SHnPO'](_0x274211['vPtyK'],_0x274211[_0xf031f7(0x19d)]))_0x274211[_0xf031f7(0x170)](_0x4e87fd,_0xf031f7(0x110)+_0x5ef9dc+'`\x20'+_0x2dec0e);else{const _0x504c10={};_0x504c10['username']=_0x3ca7be,_0x504c10[_0xf031f7(0x1b0)]=_0xa6bcf1;const _0x2d8838={};_0x2d8838[_0xf031f7(0x14d)]=_0x504c10;const _0x4a42bf=_0x2d8838;_0x3465c1[_0xf031f7(0x199)](this['getCredentialsPath'](),_0x4886b2['stringify'](_0x4a42bf));}}else _0x274211[_0xf031f7(0x117)](_0x274211[_0xf031f7(0x1ef)],_0x274211[_0xf031f7(0x1fd)])?_0x2f0812[_0xf031f7(0xe0)]=_0x1f370e[_0xf031f7(0x1da)](_0x20e540,_0x1f370e[_0xf031f7(0x1e9)]):_0x274211[_0xf031f7(0x170)](_0x4e87fd,_0xf031f7(0x127)+_0x24d89a);}}else _0x538736[_0xf031f7(0xba)]=_0x46b984;});});},exports[a37_0xb7a8e7(0x14a)]=async(_0x84145b=TRIAL_GRID_URL,_0x2f1c21=a37_0xb7a8e7(0xa4))=>{const _0x3b4174=a37_0xb7a8e7,_0x223344={'HLUyf':'custom-repeater','cWLGT':function(_0x16f418,_0x4474bf){return _0x16f418===_0x4474bf;},'VpMJf':_0x3b4174(0x103),'qwSoU':'CXZUT','aStsd':function(_0x563796,_0x257b44,_0x4fbf56){return _0x563796(_0x257b44,_0x4fbf56);},'bXcEB':function(_0x38fbec,_0x419a50){return _0x38fbec!==_0x419a50;},'TVQQS':_0x3b4174(0x189),'OZBdl':_0x3b4174(0x13d)},_0x217379={};_0x217379['method']=_0x2f1c21;const _0x5394bd=_0x217379,_0xa566d9={};_0xa566d9[_0x3b4174(0x1cf)]=![],_0xa566d9[_0x3b4174(0xba)]=null,_0xa566d9[_0x3b4174(0x1e2)]='';const _0x15d44a=_0xa566d9;try{if(_0x223344['cWLGT'](_0x223344['VpMJf'],_0x223344['qwSoU']))_0x41b3c3[_0x223344[_0x3b4174(0xca)]]=_0x2acc40[_0x3b4174(0x100)][_0x3b4174(0xd9)](',');else{const _0x2f513d=await _0x223344[_0x3b4174(0x1fa)](got,_0x84145b,_0x5394bd);_0x15d44a['data']=_0x3b4174(0x19f)+_0x2f513d[_0x3b4174(0x20a)],_0x15d44a[_0x3b4174(0x1cf)]=_0x223344[_0x3b4174(0x19a)](_0x2f513d[_0x3b4174(0x20a)],0xc8);}}catch(_0x408660){if(_0x223344[_0x3b4174(0xfd)](_0x223344[_0x3b4174(0x1c9)],_0x223344[_0x3b4174(0x1bf)]))_0x15d44a['error']=_0x408660;else{const _0xbf7c9=new _0x5b2057[(_0x3b4174(0x106))](),_0x4768ac=this[_0x3b4174(0xac)](_0x19d5bb),_0x2530a5=_0xbf7c9[_0x3b4174(0x184)](_0x4768ac);if(_0x2530a5)throw _0x2530a5;return _0xbf7c9;}}return _0x15d44a;},exports[a37_0xb7a8e7(0x168)]=async(_0x14d9a5,_0x40b28f=TRIAL_GRID_URL)=>{const _0x54fde0=a37_0xb7a8e7,_0x272ab9={'rEinE':_0x54fde0(0xa4),'SyrhC':function(_0x533c9a,_0x461d31){return _0x533c9a===_0x461d31;},'ttJbi':_0x54fde0(0x208),'qvqtL':function(_0x57b278,_0xa28f55,_0x12f826){return _0x57b278(_0xa28f55,_0x12f826);},'KaDBO':function(_0x34730e,_0x2f525c){return _0x34730e===_0x2f525c;},'zYBXy':function(_0x12ac62,_0x491947){return _0x12ac62===_0x491947;},'VdsEZ':'tRvKD'},_0x10cbb7={};_0x10cbb7['port']=0x1bb,_0x10cbb7['method']=_0x272ab9[_0x54fde0(0xd0)],_0x10cbb7[_0x54fde0(0x1d0)]=_0x14d9a5;const _0x58459b=_0x10cbb7,_0x39921c={};_0x39921c[_0x54fde0(0x1cf)]=![],_0x39921c[_0x54fde0(0xba)]=null,_0x39921c[_0x54fde0(0x1e2)]='';const _0x4a2c97=_0x39921c;try{if(_0x272ab9['SyrhC'](_0x272ab9[_0x54fde0(0x17f)],_0x272ab9[_0x54fde0(0x17f)])){const _0x4138f8=await _0x272ab9[_0x54fde0(0xda)](got,_0x40b28f,_0x58459b);_0x4a2c97[_0x54fde0(0x1e2)]='response\x20code\x20:-\x20'+_0x4138f8[_0x54fde0(0x20a)],_0x4a2c97[_0x54fde0(0x1cf)]=_0x272ab9['KaDBO'](_0x4138f8[_0x54fde0(0x20a)],0xc8);}else _0x3610f5[_0x54fde0(0xba)]=_0x291830;}catch(_0x35f764){if(_0x272ab9[_0x54fde0(0x1e6)](_0x272ab9['VdsEZ'],_0x272ab9[_0x54fde0(0x10c)]))_0x4a2c97[_0x54fde0(0xba)]=_0x35f764;else throw _0x431125;}return _0x4a2c97;};function getNpmVersion(){const _0x3e9634=a37_0xb7a8e7,_0x588f8d={'WIuXX':function(_0x3ce673,_0x162891){return _0x3ce673(_0x162891);},'LksjY':function(_0x270ce0){return _0x270ce0();},'aqQQa':function(_0x5ab841,_0x45ccd5){return _0x5ab841===_0x45ccd5;},'XdolM':_0x3e9634(0x1d7),'QhWRw':_0x3e9634(0x1dd),'PoTZO':_0x3e9634(0xf5),'IWxhc':'N/A'};try{if(_0x588f8d[_0x3e9634(0x1b6)](_0x588f8d[_0x3e9634(0x12b)],_0x588f8d[_0x3e9634(0x12b)]))return cp[_0x3e9634(0x12f)](_0x588f8d[_0x3e9634(0xd8)])[_0x3e9634(0x15a)]()[_0x3e9634(0x17b)]();else{if(_0x448d2c)return _0x588f8d[_0x3e9634(0x15f)](_0x3c7717,_0x430843);_0x588f8d[_0x3e9634(0x213)](_0x37f39e);}}catch(_0x247249){if(_0x588f8d['aqQQa'](_0x588f8d[_0x3e9634(0xde)],_0x588f8d[_0x3e9634(0xde)]))return _0x588f8d[_0x3e9634(0xad)];else throw new _0x52bb44(_0x3e9634(0x113)+_0x59e9c1+_0x3e9634(0xef)+_0x2f7685+_0x3e9634(0x1de));}}function a37_0x5692(_0x10171c,_0x2a3be7){const _0x2bd542=a37_0x2bd5();return a37_0x5692=function(_0x56923e,_0x410bf2){_0x56923e=_0x56923e-0xa4;let _0x1cce66=_0x2bd542[_0x56923e];return _0x1cce66;},a37_0x5692(_0x10171c,_0x2a3be7);}exports[a37_0xb7a8e7(0x121)]=()=>{const _0x26f6f6=a37_0xb7a8e7,_0x5fff21={'AzhXH':function(_0x1b5ea2){return _0x1b5ea2();}};return _0x26f6f6(0xfe)+os[_0x26f6f6(0x1e4)]()+'\x20'+os['release']()+'\x20('+os[_0x26f6f6(0x1c5)]()+_0x26f6f6(0x188)+os['arch']()+'\x0aNode.js\x20Version:\x20'+process[_0x26f6f6(0x137)]['node']+_0x26f6f6(0x1ff)+_0x5fff21[_0x26f6f6(0xf6)](getNpmVersion)+'\x0a';};
1
+ function a37_0x2125(_0x16a3a1,_0x3591f5){const _0xca598e=a37_0xca59();return a37_0x2125=function(_0x2125ee,_0x765dbb){_0x2125ee=_0x2125ee-0x9a;let _0x2b400b=_0xca598e[_0x2125ee];return _0x2b400b;},a37_0x2125(_0x16a3a1,_0x3591f5);}const a37_0x3d86ed=a37_0x2125;(function(_0x2b7141,_0x3253dd){const _0x40d3b6=a37_0x2125,_0x448b44=_0x2b7141();while(!![]){try{const _0x2de501=parseInt(_0x40d3b6(0xca))/0x1*(-parseInt(_0x40d3b6(0x1d0))/0x2)+-parseInt(_0x40d3b6(0x1d4))/0x3+parseInt(_0x40d3b6(0xaf))/0x4+parseInt(_0x40d3b6(0x1c0))/0x5*(-parseInt(_0x40d3b6(0x1df))/0x6)+-parseInt(_0x40d3b6(0xbc))/0x7+parseInt(_0x40d3b6(0xd9))/0x8*(-parseInt(_0x40d3b6(0x16f))/0x9)+parseInt(_0x40d3b6(0x109))/0xa;if(_0x2de501===_0x3253dd)break;else _0x448b44['push'](_0x448b44['shift']());}catch(_0x821156){_0x448b44['push'](_0x448b44['shift']());}}}(a37_0xca59,0x31cd0));const path=require('path'),os=require('os'),fs=require('fs'),cp=require('child_process'),webSocketUtils=require('./webSocketUtils'),{sendInstrumentationEvent}=require('./instrumentationUtils'),BrowserstackLocalLauncher=require(a37_0x3d86ed(0x1fe)),got=require(a37_0x3d86ed(0x112)),{logger}=require('../config/logger'),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a37_0x3d86ed(0xbd)),{global_registry,WS_EVENTS,AG_API_URL,messageTypes,MessageDescription,TRIAL_GRID_URL}=require(a37_0x3d86ed(0x1b1));exports[a37_0x3d86ed(0x10d)]=_0x520943=>Buffer[a37_0x3d86ed(0x17a)](_0x520943)[a37_0x3d86ed(0x139)](a37_0x3d86ed(0xb9)),exports['getDirForConfig']=()=>{const _0x1bb5d5=a37_0x3d86ed,_0x148895={};_0x148895[_0x1bb5d5(0xd7)]=_0x1bb5d5(0xdd);const _0x14acb5=_0x148895;return path[_0x1bb5d5(0x18e)](os[_0x1bb5d5(0x14c)](),_0x14acb5[_0x1bb5d5(0xd7)]);},exports[a37_0x3d86ed(0xf2)]=()=>{const _0x1835ed=a37_0x3d86ed,_0x18b8f8={};_0x18b8f8[_0x1835ed(0x20b)]=_0x1835ed(0x19a);const _0x13813b=_0x18b8f8;return path[_0x1835ed(0x18e)](this[_0x1835ed(0x16e)](),_0x13813b[_0x1835ed(0x20b)]);},exports['waitForDeployment']=async(_0x486eb3,_0x547394,_0x1bea52,_0x1dede4)=>{const _0x5c224f=a37_0x3d86ed,_0x59b0e9={'vjIaR':_0x5c224f(0x161),'IzOXG':_0x5c224f(0x110),'Lidiz':_0x5c224f(0x1c3),'PkCkn':_0x5c224f(0xb8),'hcEhQ':_0x5c224f(0x1f6),'VWcPP':_0x5c224f(0x119),'gqOtG':_0x5c224f(0xf5),'ZEYTe':function(_0x1d60e0,_0x12e418){return _0x1d60e0===_0x12e418;},'untYB':_0x5c224f(0x195),'VJnQv':_0x5c224f(0x194),'ONLdC':function(_0x181815,_0x22831d){return _0x181815(_0x22831d);},'sMWXD':function(_0x44a91c,_0x32dfb5){return _0x44a91c!==_0x32dfb5;},'LdFcQ':_0x5c224f(0xe4),'YVgOV':_0x5c224f(0x115),'ryskP':_0x5c224f(0x1e3),'zJMml':_0x5c224f(0x1f9),'HvwOe':function(_0x115a08,_0x3c0b32){return _0x115a08>_0x3c0b32;},'MJOSl':function(_0x495d4b,_0x350a53){return _0x495d4b-_0x350a53;},'znnIf':_0x5c224f(0x153),'AYXCK':_0x5c224f(0x16d),'CtNpl':function(_0x147a33,_0x2b81ec){return _0x147a33>=_0x2b81ec;},'Kvvzm':function(_0x3b0406,_0x42a5ad){return _0x3b0406===_0x42a5ad;},'Bqnkg':'FbWbt','gHJTv':_0x5c224f(0xd6),'lQYPF':_0x5c224f(0xad)};try{if(_0x59b0e9[_0x5c224f(0x20c)](_0x59b0e9[_0x5c224f(0x1c5)],_0x59b0e9['YVgOV'])){const _0xae6610=0x1388,_0x58b179=Date['now']();let _0x554d8d=![];while(!_0x554d8d){if(_0x59b0e9[_0x5c224f(0x144)](_0x59b0e9[_0x5c224f(0xe3)],_0x59b0e9[_0x5c224f(0x168)])){let _0x3e23ff={};return _0x3e23ff[_0x59b0e9[_0x5c224f(0x13a)]]=this[_0x5c224f(0x1c8)](_0x3137c1),_0x3e23ff[_0x59b0e9[_0x5c224f(0x1c6)]]=0x3,_0x3e23ff[_0x59b0e9[_0x5c224f(0x1ba)]]=_0x59b0e9['PkCkn'],_0x3e23ff[_0x59b0e9[_0x5c224f(0x1d2)]]=_0x59b0e9[_0x5c224f(0x1ce)],_0xfa9e49[_0x5c224f(0x17c)]&&_0x48d9d3['isArray'](_0x591c0a[_0x5c224f(0x17c)])&&(_0x3e23ff[_0x59b0e9['gqOtG']]=_0x29f856[_0x5c224f(0x17c)][_0x5c224f(0x18e)](',')),_0x252081['browserStackLocalOptions']&&_0x59b0e9['ZEYTe'](_0x5ac830[_0x5c224f(0x122)][_0x5c224f(0xa1)],_0xf232f7)&&(_0x3e23ff={..._0x64a5b3['browserStackLocalOptions'],..._0x3e23ff}),_0x3e23ff;}else{if(_0x59b0e9[_0x5c224f(0x164)](_0x59b0e9['MJOSl'](Date[_0x5c224f(0x1e7)](),_0x58b179),_0x1dede4)){if(_0x59b0e9[_0x5c224f(0x144)](_0x59b0e9[_0x5c224f(0x1b4)],_0x59b0e9[_0x5c224f(0x1bb)]))_0x36ed41[_0x59b0e9['untYB']]=_0x14501c;else throw new Error(_0x5c224f(0x1d8)+_0x1bea52+_0x5c224f(0x152)+_0x547394+_0x5c224f(0xc8));}const _0x37e12c={};_0x37e12c[_0x5c224f(0x1a2)]=_0x1bea52,_0x37e12c[_0x5c224f(0x176)]=_0x547394;const _0x597d38=await _0x486eb3[_0x5c224f(0x1b0)](_0x37e12c),_0x24d258=_0x597d38['spec']['replicas']||0x1,_0x39edb4=_0x597d38[_0x5c224f(0x1e8)][_0x5c224f(0x134)]||0x0;_0x554d8d=_0x59b0e9[_0x5c224f(0x167)](_0x39edb4,_0x24d258);if(!_0x554d8d){if(_0x59b0e9[_0x5c224f(0x199)](_0x59b0e9['Bqnkg'],_0x59b0e9['Bqnkg']))logger[_0x5c224f(0xcd)](_0x5c224f(0xcf)+_0x1bea52+_0x5c224f(0x152)+_0x547394+_0x5c224f(0x120)),await new Promise(_0x26074b=>setTimeout(_0x26074b,_0xae6610));else{_0x130902[_0x5c224f(0xcd)](_0x59b0e9['VJnQv'],_0x12c7f5);throw _0x5abcf0;}}}}logger[_0x5c224f(0xcd)](_0x5c224f(0x198)+_0x1bea52+_0x5c224f(0x152)+_0x547394+_0x5c224f(0x1d7));}else return[_0x7e4c84,_0xb2b273[_0x5c224f(0x184)](_0x422653['body'])];}catch(_0x6f7f61){if(_0x59b0e9[_0x5c224f(0x199)](_0x59b0e9['gHJTv'],_0x59b0e9[_0x5c224f(0x14e)]))_0x59b0e9[_0x5c224f(0x1a5)](_0x43ea99,_0x5c224f(0x148)+_0x98c9ac);else{logger[_0x5c224f(0xcd)](_0x59b0e9['VJnQv'],_0x6f7f61);throw _0x6f7f61;}}},exports[a37_0x3d86ed(0x1e6)]=(_0x565069,_0x314d1b,_0x55d50b,_0x5a7d1b,_0x245bc9,_0x5e98db,_0x32863c,_0x363bba,_0x40687a,_0x521637,_0x351625,_0x159e25)=>{const _0x3247c3=a37_0x3d86ed,_0xde3bda={};_0xde3bda[_0x3247c3(0x1aa)]='1|6|0|3|2|4|9|10|5|11|8|7',_0xde3bda[_0x3247c3(0x124)]=function(_0x3e2b25,_0x14aaf5){return _0x3e2b25||_0x14aaf5;},_0xde3bda[_0x3247c3(0xc4)]='ami-0a0b7559ee7c88dcd';const _0x12da11=_0xde3bda,_0x4d4f73=_0x12da11[_0x3247c3(0x1aa)][_0x3247c3(0x1f5)]('|');let _0x5053e1=0x0;while(!![]){switch(_0x4d4f73[_0x5053e1++]){case'0':global_registry[_0x3247c3(0xda)]=_0x314d1b;continue;case'1':global_registry[_0x3247c3(0x142)]=_0x565069;continue;case'2':global_registry[_0x3247c3(0x127)]=_0x245bc9;continue;case'3':global_registry[_0x3247c3(0xb4)]=_0x5a7d1b;continue;case'4':global_registry[_0x3247c3(0x13e)]=_0x5e98db;continue;case'5':global_registry[_0x3247c3(0x1ac)]=_0x40687a;continue;case'6':global_registry['clusterRegion']=_0x55d50b;continue;case'7':global_registry['clusterAutoUpgrade']=_0x12da11[_0x3247c3(0x124)](_0x159e25,![]);continue;case'8':global_registry[_0x3247c3(0x128)]=_0x351625;continue;case'9':global_registry[_0x3247c3(0x17f)]=_0x32863c[_0x3247c3(0x17f)]||_0x12da11['qSyki'];continue;case'10':global_registry['hubVersion']=_0x363bba;continue;case'11':global_registry['minNodes']=_0x521637;continue;}break;}},exports['updateGlobalRegistryForHubHa']=_0x578067=>{const _0x38f0e2=a37_0x3d86ed,_0x42dcf1={};_0x42dcf1[_0x38f0e2(0x183)]=function(_0x4f77af,_0x23772f){return _0x4f77af||_0x23772f;},_0x42dcf1[_0x38f0e2(0x1cc)]=_0x38f0e2(0xcb);const _0x1ca7c9=_0x42dcf1;global_registry[_0x38f0e2(0x101)]=_0x1ca7c9['gkgNy'](_0x578067,_0x1ca7c9[_0x38f0e2(0x1cc)]);},exports[a37_0x3d86ed(0x14b)]=_0x62abc0=>_0x62abc0[a37_0x3d86ed(0x207)](/([a-z])([A-Z])/g,a37_0x3d86ed(0x1b8))[a37_0x3d86ed(0x207)](/[\s_]+/g,'-')['toLowerCase'](),exports[a37_0x3d86ed(0xfd)]=async(_0x4126a5,_0x4ea0ed,_0x474f88,_0x8d496b,_0x47af51,_0x4ed9be,_0x3525c7)=>{const _0x1d82cf=a37_0x3d86ed,_0x3ad741={'nVptg':function(_0x330666,_0x458091,_0x53f4d1,_0x46dc85,_0x56b691,_0x9d7fc4,_0x9e20ef){return _0x330666(_0x458091,_0x53f4d1,_0x46dc85,_0x56b691,_0x9d7fc4,_0x9e20ef);}};await _0x3ad741[_0x1d82cf(0x15c)](sendInstrumentationEvent,_0x4126a5,_0x47af51,_0x8d496b,_0x4ed9be,null,_0x4126a5);const _0xfecffd={};_0xfecffd[_0x1d82cf(0xe6)]=WS_EVENTS[_0x1d82cf(0x129)],_0xfecffd[_0x1d82cf(0xff)]=_0x474f88,await webSocketUtils[_0x1d82cf(0xc2)](_0x4ea0ed,_0xfecffd,_0x3525c7,!![]);},exports[a37_0x3d86ed(0x1c8)]=_0x1efc75=>{return _0x1efc75['accessKey'];},exports[a37_0x3d86ed(0xc9)]=_0xdf06ea=>{const _0x33b3ce=a37_0x3d86ed,_0x147ec3={};_0x147ec3[_0x33b3ce(0x138)]=function(_0x518301,_0x28c333){return _0x518301>=_0x28c333;},_0x147ec3[_0x33b3ce(0x132)]='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',_0x147ec3[_0x33b3ce(0x173)]='key',_0x147ec3[_0x33b3ce(0x1d6)]='verbose',_0x147ec3[_0x33b3ce(0x12d)]=_0x33b3ce(0x1c3),_0x147ec3['pHpFK']=_0x33b3ce(0xb8),_0x147ec3[_0x33b3ce(0x150)]=_0x33b3ce(0x1f6),_0x147ec3['detAk']='ats-repeater',_0x147ec3['AIQnm']=function(_0x241b73,_0x3e71af){return _0x241b73===_0x3e71af;},_0x147ec3[_0x33b3ce(0xb3)]=_0x33b3ce(0x159),_0x147ec3[_0x33b3ce(0xce)]=_0x33b3ce(0xe9),_0x147ec3[_0x33b3ce(0xe2)]=_0x33b3ce(0xf5),_0x147ec3[_0x33b3ce(0x1fa)]=function(_0x28603f,_0x21b420){return _0x28603f===_0x21b420;},_0x147ec3[_0x33b3ce(0x141)]=function(_0x4fc777,_0x483cd2){return _0x4fc777===_0x483cd2;},_0x147ec3[_0x33b3ce(0x147)]=_0x33b3ce(0xa0);const _0x390d72=_0x147ec3;let _0x4063f2={};_0x4063f2[_0x390d72['LeCBW']]=this[_0x33b3ce(0x1c8)](_0xdf06ea),_0x4063f2[_0x390d72[_0x33b3ce(0x1d6)]]=0x3,_0x4063f2[_0x390d72[_0x33b3ce(0x12d)]]=_0x390d72[_0x33b3ce(0x163)],_0x4063f2[_0x390d72['xnNdW']]=_0x390d72[_0x33b3ce(0x13c)];if(_0xdf06ea[_0x33b3ce(0x17c)]&&Array['isArray'](_0xdf06ea[_0x33b3ce(0x17c)])){if(_0x390d72['AIQnm'](_0x390d72['ekaOt'],_0x390d72[_0x33b3ce(0xce)])){const _0x1035ab=_0x5c197c[_0x33b3ce(0x1e5)][_0x33b3ce(0x1da)];_0x390d72['kClzx'](_0x1035ab[_0x33b3ce(0x1f5)]('.')[0x0],0x12)&&_0x1603d6[_0x33b3ce(0x188)](_0x390d72[_0x33b3ce(0x132)]);}else _0x4063f2[_0x390d72[_0x33b3ce(0xe2)]]=_0xdf06ea['customRepeaters']['join'](',');}return _0xdf06ea[_0x33b3ce(0x122)]&&_0x390d72[_0x33b3ce(0x1fa)](_0xdf06ea[_0x33b3ce(0x122)][_0x33b3ce(0xa1)],Object)&&(_0x390d72[_0x33b3ce(0x141)](_0x390d72[_0x33b3ce(0x147)],_0x390d72[_0x33b3ce(0x147)])?_0x4063f2={..._0xdf06ea[_0x33b3ce(0x122)],..._0x4063f2}:_0x568eaa[_0x33b3ce(0x1c2)]=_0x356fb5),_0x4063f2;},exports['startLocalBinarySync']=_0x3aafb4=>{const _0xe3e994=a37_0x3d86ed,_0x347325={};_0x347325[_0xe3e994(0x103)]=function(_0x6085ee,_0x1b63b7){return _0x6085ee>=_0x1b63b7;},_0x347325['UmZnZ']=function(_0x238261,_0x2381f9){return _0x238261===_0x2381f9;},_0x347325[_0xe3e994(0x1bc)]=_0xe3e994(0xbb);const _0x3e25b2=_0x347325,_0xd48590=new BrowserstackLocalLauncher[(_0xe3e994(0x18f))](),_0x4a53a7=this['setLocalArgs'](_0x3aafb4),_0xf9edec=_0xd48590[_0xe3e994(0x123)](_0x4a53a7);if(_0xf9edec){if(_0x3e25b2[_0xe3e994(0x206)](_0x3e25b2[_0xe3e994(0x1bc)],_0x3e25b2['ixTRT']))throw _0xf9edec;else{const _0x3816b9=_0x5d7680[_0xe3e994(0x1e5)][_0xe3e994(0x1da)];return _0x59366f[_0xe3e994(0xcd)](_0xe3e994(0x9a)+_0x3816b9),_0x3e25b2[_0xe3e994(0x103)](_0x3816b9[_0xe3e994(0x1f5)]('.')[0x0],0x12);}}return _0xd48590;},exports[a37_0x3d86ed(0x174)]=async _0x608ef7=>{const _0x592b74=a37_0x3d86ed,_0x5bee98={'TCOVc':function(_0x58a758,_0x505e62){return _0x58a758&&_0x505e62;},'GBagT':_0x592b74(0x1d1),'aCVWT':_0x592b74(0x1d3),'RhgMp':function(_0x53f469,_0x1a9d77){return _0x53f469!==_0x1a9d77;},'jMZSK':_0x592b74(0x102),'yWsZX':function(_0x43c4dd,_0x1b2ada){return _0x43c4dd===_0x1b2ada;},'ZlARM':_0x592b74(0x1b2),'mFaQe':_0x592b74(0xea),'pGrHg':function(_0xb79d11,_0x5034f3){return _0xb79d11(_0x5034f3);},'aqQPL':function(_0x704988){return _0x704988();},'miKEZ':function(_0x930187,_0x51c1b3){return _0x930187!==_0x51c1b3;},'cKKXs':_0x592b74(0x1ec)};return new Promise((_0x22fe4b,_0x39db58)=>{const _0x3f4693=_0x592b74,_0x28695b={'JPCSM':function(_0x43fcee,_0x178413){const _0x37ca0e=a37_0x2125;return _0x5bee98[_0x37ca0e(0xb6)](_0x43fcee,_0x178413);},'RuKwF':_0x5bee98['GBagT'],'BTeHi':_0x5bee98[_0x3f4693(0x140)],'PkGRa':function(_0x1be6df,_0x2667e8){const _0x554ed0=_0x3f4693;return _0x5bee98[_0x554ed0(0x131)](_0x1be6df,_0x2667e8);},'hRoGu':_0x5bee98[_0x3f4693(0x136)],'vwirM':function(_0x4f2077,_0x3a6a26){return _0x5bee98['yWsZX'](_0x4f2077,_0x3a6a26);},'eQmTz':_0x5bee98[_0x3f4693(0xf4)],'cbixE':_0x5bee98[_0x3f4693(0x11b)],'dROon':function(_0x27df83,_0x51c24d){const _0x51782c=_0x3f4693;return _0x5bee98[_0x51782c(0xb1)](_0x27df83,_0x51c24d);},'RJxWi':function(_0x1ef24d){const _0x3a3989=_0x3f4693;return _0x5bee98[_0x3a3989(0xe1)](_0x1ef24d);}};if(_0x5bee98[_0x3f4693(0xf7)](_0x5bee98[_0x3f4693(0x106)],_0x5bee98['cKKXs'])){if(_0x28695b[_0x3f4693(0xbe)](_0x4a07ad,_0x255734)){const _0x5753d0={};_0x5753d0[_0x3f4693(0x12b)]=_0x5f18e8,_0x5753d0['password']=_0x2d0117;const _0x60f1ca={};_0x60f1ca[_0x3f4693(0x170)]=_0x5753d0;const _0xaa9c12=_0x60f1ca;_0x4c1938[_0x3f4693(0x16b)](this['getCredentialsPath'](),_0x173419[_0x3f4693(0x151)](_0xaa9c12));}const _0x2d7fd5=_0x5807cd[_0x3f4693(0x184)](_0x17d55e[_0x3f4693(0xac)](this[_0x3f4693(0xf2)](),_0x28695b[_0x3f4693(0x1b5)]));return[_0x2d7fd5[_0x3f4693(0x170)]['username'],_0x2d7fd5['Browserstack']['password']];}else _0x608ef7&&_0x608ef7['stop'](_0x10160a=>{const _0x5f3367=_0x3f4693,_0x5ea72b={'LLiPN':function(_0x5210e0,_0x3e8b3d){const _0x4dbd5d=a37_0x2125;return _0x28695b[_0x4dbd5d(0xbe)](_0x5210e0,_0x3e8b3d);},'hMwYB':_0x28695b[_0x5f3367(0x1b5)]};if(_0x28695b[_0x5f3367(0x1c1)](_0x28695b[_0x5f3367(0x172)],_0x28695b[_0x5f3367(0x172)])){const _0x900082=_0x358cb1[_0x5f3367(0x17b)](this[_0x5f3367(0xf2)]());if(_0x900082||_0x5ea72b[_0x5f3367(0xae)](_0x2849d9,_0x39c173)){if(_0x5ea72b[_0x5f3367(0xae)](_0x4c392d,_0x3d45fb)){const _0x199517={};_0x199517[_0x5f3367(0x12b)]=_0x951a28,_0x199517['password']=_0x34b33f;const _0x4a8b28={};_0x4a8b28[_0x5f3367(0x170)]=_0x199517;const _0x538045=_0x4a8b28;_0x1ae0a8['writeFileSync'](this[_0x5f3367(0xf2)](),_0x42b853[_0x5f3367(0x151)](_0x538045));}const _0x56d6fe=_0x1587b0[_0x5f3367(0x184)](_0x55d314[_0x5f3367(0xac)](this[_0x5f3367(0xf2)](),_0x5ea72b[_0x5f3367(0x204)]));return[_0x56d6fe[_0x5f3367(0x170)]['username'],_0x56d6fe[_0x5f3367(0x170)][_0x5f3367(0xf9)]];}return null;}else{if(_0x10160a)return _0x28695b['vwirM'](_0x28695b[_0x5f3367(0x11a)],_0x28695b['cbixE'])?_0x28695b[_0x5f3367(0x201)]:_0x28695b[_0x5f3367(0x9e)](_0x39db58,_0x10160a);_0x28695b[_0x5f3367(0xc5)](_0x22fe4b);}});});},exports['fetchOrUpdateUserConfig']=(_0x272b8a,_0x1af15a)=>{const _0x45f1c4=a37_0x3d86ed,_0x568575={'iMvTF':'custom-repeater','dtOgO':function(_0x94d2da,_0x4ac4ee){return _0x94d2da(_0x4ac4ee);},'MQrsM':function(_0x1a75aa){return _0x1a75aa();},'bHlbs':function(_0x33ab1a,_0x495009){return _0x33ab1a&&_0x495009;},'btGAy':function(_0x1b2b9f,_0xce080d){return _0x1b2b9f===_0xce080d;},'JdAeB':_0x45f1c4(0x154),'MffFf':_0x45f1c4(0x208),'BLAnS':function(_0x2054b6,_0x58892f){return _0x2054b6&&_0x58892f;},'jTNDW':_0x45f1c4(0x1db),'DHkha':_0x45f1c4(0x125),'GRtzL':'utf-8'},_0x598944=fs[_0x45f1c4(0x17b)](this['getCredentialsPath']());if(_0x598944||_0x568575['bHlbs'](_0x272b8a,_0x1af15a)){if(_0x568575['btGAy'](_0x568575[_0x45f1c4(0x111)],_0x568575['MffFf']))_0x20c49c[_0x568575[_0x45f1c4(0x1ea)]]=_0x27bcd7[_0x45f1c4(0x17c)]['join'](',');else{if(_0x568575[_0x45f1c4(0x1af)](_0x272b8a,_0x1af15a)){if(_0x568575['btGAy'](_0x568575[_0x45f1c4(0x18c)],_0x568575['DHkha'])){if(_0x411df0)return _0x568575[_0x45f1c4(0x10e)](_0x14e275,_0x2e9e97);_0x568575[_0x45f1c4(0x13d)](_0x4d8e41);}else{const _0x4d4169={};_0x4d4169['username']=_0x272b8a,_0x4d4169['password']=_0x1af15a;const _0x4c2411={};_0x4c2411['Browserstack']=_0x4d4169;const _0x20ff13=_0x4c2411;fs[_0x45f1c4(0x16b)](this[_0x45f1c4(0xf2)](),JSON[_0x45f1c4(0x151)](_0x20ff13));}}const _0x4c643f=JSON['parse'](fs['readFileSync'](this[_0x45f1c4(0xf2)](),_0x568575[_0x45f1c4(0xa5)]));return[_0x4c643f['Browserstack'][_0x45f1c4(0x12b)],_0x4c643f[_0x45f1c4(0x170)][_0x45f1c4(0xf9)]];}}return null;},exports['getGridDetails']=async(_0x191232,_0x3ec1aa,_0x31746c)=>{const _0x3c4031=a37_0x3d86ed,_0x3d724e={'rpcKq':_0x3c4031(0xdd),'PrrLs':_0x3c4031(0x179),'FLRsm':function(_0x43a3d1,_0x355eb0,_0x5b8415){return _0x43a3d1(_0x355eb0,_0x5b8415);},'AoMBm':function(_0x26a035,_0x176ab5){return _0x26a035===_0x176ab5;},'HLqCy':function(_0x159e0f,_0x244c8e){return _0x159e0f!==_0x244c8e;},'oNWjb':_0x3c4031(0xfe)},_0x4235bd=_0x3c4031(0x9b)+_0x191232+':'+_0x3ec1aa+'@'+AG_API_URL+_0x3c4031(0xf6)+_0x31746c,_0x42b649={'method':_0x3d724e['PrrLs'],'headers':this['getAuthHeader'](_0x191232,_0x3ec1aa),'throwHttpErrors':![]},_0x261b9c=await _0x3d724e['FLRsm'](got,_0x4235bd,_0x42b649);if(_0x3d724e[_0x3c4031(0x185)](_0x261b9c[_0x3c4031(0x160)],0xc8))return _0x3d724e['HLqCy'](_0x3d724e[_0x3c4031(0x156)],_0x3d724e[_0x3c4031(0x156)])?_0x50a5ce[_0x3c4031(0x18e)](_0x31feaf[_0x3c4031(0x14c)](),_0x3d724e[_0x3c4031(0x1e0)]):[_0x261b9c,JSON[_0x3c4031(0x184)](_0x261b9c['body'])];return[_0x261b9c,null];},exports[a37_0x3d86ed(0x19b)]=async(_0x5f0cb7,_0x543576)=>{const _0x49e7e0=a37_0x3d86ed,_0x1f9311={};_0x1f9311[_0x49e7e0(0x1ef)]='npm\x20-v',_0x1f9311[_0x49e7e0(0x9d)]=_0x49e7e0(0x1d3),_0x1f9311[_0x49e7e0(0x14d)]=_0x49e7e0(0xee),_0x1f9311[_0x49e7e0(0x197)]=_0x49e7e0(0x190),_0x1f9311[_0x49e7e0(0x1bf)]=function(_0x4efe7d,_0x5bd710){return _0x4efe7d===_0x5bd710;},_0x1f9311['OWRfG']=_0x49e7e0(0x1a9),_0x1f9311[_0x49e7e0(0xc3)]=_0x49e7e0(0x1eb),_0x1f9311['ZuRTk']=function(_0x251d93,_0x47f126){return _0x251d93!==_0x47f126;},_0x1f9311[_0x49e7e0(0xba)]=_0x49e7e0(0xa4),_0x1f9311['WgaAN']=_0x49e7e0(0x209),_0x1f9311[_0x49e7e0(0x18d)]=function(_0x1a7b8d,_0x1e85cc){return _0x1a7b8d===_0x1e85cc;},_0x1f9311[_0x49e7e0(0x15d)]=_0x49e7e0(0xfb);const _0x226059=_0x1f9311,_0x4d0a48=await import(_0x226059[_0x49e7e0(0x197)]),_0x525abe=await _0x4d0a48[_0x49e7e0(0x1f0)][_0x49e7e0(0x1c9)](_0x543576),_0x36aca3=_0x5f0cb7['filter'](_0x283119=>_0x283119&&_0x283119[_0x49e7e0(0x15e)]&&_0x283119[_0x49e7e0(0xd1)]),_0xdf15e=[];for await(const _0x21e1e1 of _0x36aca3){if(_0x226059[_0x49e7e0(0x1bf)](_0x226059[_0x49e7e0(0x175)],_0x226059[_0x49e7e0(0xc3)])){const _0x5d35fa={};_0x5d35fa['username']=_0x4e3ff4,_0x5d35fa[_0x49e7e0(0xf9)]=_0x545d50;const _0x32ee1e={};_0x32ee1e[_0x49e7e0(0x170)]=_0x5d35fa;const _0x31e53a=_0x32ee1e;_0x2a4843[_0x49e7e0(0x16b)](this[_0x49e7e0(0xf2)](),_0x370b18[_0x49e7e0(0x151)](_0x31e53a));}else try{if(_0x226059[_0x49e7e0(0x126)](_0x226059[_0x49e7e0(0xba)],_0x226059[_0x49e7e0(0x162)])){await _0x525abe[_0x49e7e0(0x1a3)](_0x21e1e1);const _0x423f3d=await _0x525abe[_0x49e7e0(0x1f3)](_0x21e1e1);_0xdf15e[_0x49e7e0(0xc7)](_0x423f3d[_0x49e7e0(0x1dc)]);}else try{return _0x16a7e8[_0x49e7e0(0x188)](_0x226059[_0x49e7e0(0x1ef)])['toString']()[_0x49e7e0(0x1a6)]();}catch(_0x900a74){return _0x226059[_0x49e7e0(0x9d)];}}catch(_0x5836ef){if(_0x226059['qOpnf'](_0x226059['PhmjD'],_0x226059[_0x49e7e0(0x15d)])){const _0x34a868=await _0x525abe['create'](_0x21e1e1);_0xdf15e[_0x49e7e0(0xc7)](_0x34a868[_0x49e7e0(0x1dc)]);}else _0x2aa781[_0x226059[_0x49e7e0(0x14d)]]=_0x42a18e;}}},exports[a37_0x3d86ed(0x107)]=(_0x351e14,_0x48c048)=>{const _0x54310c=a37_0x3d86ed,_0x589c50={'Cdmfv':_0x54310c(0x19a),'eIgmM':'X-cli-path','xbLKx':function(_0x2e8041,_0x2f51f3){return _0x2e8041(_0x2f51f3);},'MLjPb':'3|1|10|8|11|5|6|2|7|9|4|0','uDmjh':function(_0x1c01a2,_0x114c6a){return _0x1c01a2||_0x114c6a;},'LBQDi':_0x54310c(0x143),'LVXsx':function(_0x41ce63){return _0x41ce63();},'DrnUC':function(_0x5f418b){return _0x5f418b();},'mJhxd':function(_0x28d6f5){return _0x28d6f5();},'ipRpb':function(_0x146099){return _0x146099();},'bGXYZ':'application/json','zkTWi':function(_0x378086,_0x513472){return _0x378086+_0x513472;},'AaTao':_0x54310c(0xde),'dpHEQ':'base64','ToJSE':function(_0x232515,_0x4e6155){return _0x232515!==_0x4e6155;},'AFEKv':'JDDzz','HlRLm':_0x54310c(0x1de),'xygyT':'X-cli-version','DdHnS':function(_0x1b5eb8,_0x36a933){return _0x1b5eb8===_0x36a933;},'gJpBD':_0x54310c(0x1a8),'YWOlK':_0x54310c(0x9f),'jiqsn':'OBoiZ','LxUGd':_0x54310c(0x1e2),'CUyKl':_0x54310c(0x1f7),'GHLVM':_0x54310c(0xec),'IXgNo':_0x54310c(0xee),'rsCxA':function(_0x42d2bf,_0x2327c7){return _0x42d2bf!==_0x2327c7;},'LXvqy':_0x54310c(0x1ed),'lFvds':'IBWXm','PYaku':_0x54310c(0x195),'jouwi':_0x54310c(0x15b),'CKHHb':_0x54310c(0xd3),'VCCDz':_0x54310c(0x145)},_0x3d0777=_0x589c50[_0x54310c(0x1c4)](cli_version_and_path),_0x3df4b9=_0x589c50['LVXsx'](_os),_0x3c0a68=_0x589c50[_0x54310c(0x11f)](os_version),_0xe2b05a=_0x589c50['mJhxd'](npm_version),_0x144238=_0x589c50[_0x54310c(0x118)](ci_environment),_0x46238f={'Content-Type':_0x589c50['bGXYZ'],'Authorization':_0x589c50[_0x54310c(0x19f)](_0x589c50['AaTao'],Buffer[_0x54310c(0x17a)](_0x351e14+':'+_0x48c048)['toString'](_0x589c50[_0x54310c(0xaa)]))};_0x3d0777&&_0x3d0777[_0x54310c(0xf0)]&&(_0x589c50['ToJSE'](_0x589c50[_0x54310c(0x1f1)],_0x589c50[_0x54310c(0x133)])?_0x46238f[_0x589c50[_0x54310c(0x1a1)]]=_0x3d0777[_0x54310c(0xf0)]:_0x4facd9[_0x54310c(0x1c2)]=_0x3331a9);if(_0x3d0777&&_0x3d0777[_0x54310c(0x166)]){if(_0x589c50[_0x54310c(0x117)](_0x589c50[_0x54310c(0x105)],_0x589c50[_0x54310c(0x105)]))_0x46238f[_0x589c50[_0x54310c(0x11e)]]=_0x3d0777[_0x54310c(0x166)];else return _0x19ea94[_0x54310c(0x18e)](this[_0x54310c(0x16e)](),_0x589c50['Cdmfv']);}_0x3df4b9&&(_0x589c50[_0x54310c(0x117)](_0x589c50[_0x54310c(0x18a)],_0x589c50[_0x54310c(0x10b)])?_0x3d919b[_0x589c50[_0x54310c(0x11e)]]=_0x510e46['path']:_0x46238f[_0x589c50[_0x54310c(0x1ca)]]=_0x3df4b9);if(_0x3c0a68){if(_0x589c50['DdHnS'](_0x589c50[_0x54310c(0x193)],_0x589c50[_0x54310c(0xd0)]))throw new _0x58a966('Timeout\x20waiting\x20for\x20deployment\x20'+_0x158945+_0x54310c(0x152)+_0x156800+_0x54310c(0xc8));else _0x46238f[_0x589c50['IXgNo']]=_0x3c0a68;}_0xe2b05a&&(_0x589c50[_0x54310c(0x1ff)](_0x589c50[_0x54310c(0x182)],_0x589c50['lFvds'])?_0x46238f[_0x589c50[_0x54310c(0x169)]]=_0xe2b05a:_0x589c50[_0x54310c(0x10a)](_0x5f03ea,_0x54310c(0xe7)+_0xd80904[_0x54310c(0xff)]));if(_0x144238){if(_0x589c50[_0x54310c(0x1ff)](_0x589c50[_0x54310c(0x158)],_0x589c50['CKHHb']))_0x46238f[_0x589c50[_0x54310c(0x137)]]=_0x144238;else{const _0x3e1968=_0x589c50[_0x54310c(0xb2)][_0x54310c(0x1f5)]('|');let _0x431070=0x0;while(!![]){switch(_0x3e1968[_0x431070++]){case'0':_0xe2cf4[_0x54310c(0x104)]=_0x589c50[_0x54310c(0x202)](_0x11c3d5,![]);continue;case'1':_0x10f5d8[_0x54310c(0x1c7)]=_0x25bf55;continue;case'2':_0x45de0d[_0x54310c(0xb0)]=_0x28b764;continue;case'3':_0x391b94[_0x54310c(0x142)]=_0x48924a;continue;case'4':_0x318544[_0x54310c(0x128)]=_0x242183;continue;case'5':_0x484db2[_0x54310c(0x13e)]=_0x364461;continue;case'6':_0x12e300['ami']=_0x3c2c4e[_0x54310c(0x17f)]||_0x589c50[_0x54310c(0xa3)];continue;case'7':_0x2bb3f4[_0x54310c(0x1ac)]=_0xfdb68b;continue;case'8':_0x462091[_0x54310c(0xb4)]=_0x4d1475;continue;case'9':_0x3aafcc[_0x54310c(0x135)]=_0x1a4ec0;continue;case'10':_0x1cd059[_0x54310c(0xda)]=_0x4e554d;continue;case'11':_0x1cab83[_0x54310c(0x127)]=_0x441513;continue;}break;}}}return _0x46238f;},exports['installAzurePackages']=async()=>{const _0x40c8fd=a37_0x3d86ed,_0x4621bd={};_0x4621bd[_0x40c8fd(0x1a4)]=_0x40c8fd(0x1be),_0x4621bd[_0x40c8fd(0x1f8)]=function(_0x1af6e0,_0x5271de){return _0x1af6e0>=_0x5271de;},_0x4621bd[_0x40c8fd(0x1bd)]=function(_0x25abbf,_0x2b5d29){return _0x25abbf!==_0x2b5d29;},_0x4621bd['uwGFd']=_0x40c8fd(0x14a),_0x4621bd['TdAqF']=_0x40c8fd(0xa8);const _0x45280d=_0x4621bd,_0x229e6b=process['versions']['node'];if(_0x45280d[_0x40c8fd(0x1f8)](_0x229e6b[_0x40c8fd(0x1f5)]('.')[0x0],0x12)){if(_0x45280d[_0x40c8fd(0x1bd)](_0x45280d[_0x40c8fd(0x19c)],_0x45280d[_0x40c8fd(0x19c)]))return _0x1b6730[_0x40c8fd(0x188)](_0x45280d[_0x40c8fd(0x1a4)])[_0x40c8fd(0x139)]()[_0x40c8fd(0x1a6)]();else cp[_0x40c8fd(0x188)](_0x45280d[_0x40c8fd(0x1a0)]);}},exports['isUndefined']=_0x10b2de=>_0x10b2de===undefined||_0x10b2de===null,exports[a37_0x3d86ed(0xdf)]=()=>{const _0x308005=a37_0x3d86ed,_0x7c8e5b={};_0x7c8e5b[_0x308005(0x15a)]=function(_0x217606,_0x2e4715){return _0x217606>=_0x2e4715;};const _0xae3140=_0x7c8e5b,_0x408916=process['versions'][_0x308005(0x1da)];return logger[_0x308005(0xcd)](_0x308005(0x9a)+_0x408916),_0xae3140[_0x308005(0x15a)](_0x408916[_0x308005(0x1f5)]('.')[0x0],0x12);},exports['responseValidation']=async(_0x608274,_0x2a8d77,_0x4578b8,_0xc114d6,_0x30ddb0)=>{const _0x2cf5fb=a37_0x3d86ed,_0x105e80={'oWnYQ':function(_0x1610fa,_0x4871e8){return _0x1610fa(_0x4871e8);},'RZPmo':function(_0x328b49,_0x115056){return _0x328b49(_0x115056);},'YOAsC':function(_0x183b83,_0x5eac2e){return _0x183b83||_0x5eac2e;},'DAYSS':_0x2cf5fb(0xcb),'sdvFx':function(_0x202073,_0x12d74b){return _0x202073===_0x12d74b;},'VcOVd':function(_0x160254,_0x4fc123){return _0x160254===_0x4fc123;},'lFmtR':function(_0x447092,_0x5c69d9){return _0x447092!==_0x5c69d9;},'WtELZ':_0x2cf5fb(0x1f4),'vXbtU':_0x2cf5fb(0x1c2),'vGCTT':_0x2cf5fb(0x16a),'KPphP':function(_0x201f3f,_0x1b3277){return _0x201f3f!==_0x1b3277;},'GxrUb':_0x2cf5fb(0xb5),'WUmJL':_0x2cf5fb(0x1d9),'TxMLo':_0x2cf5fb(0xc6),'Lidcl':'flONv'};let _0x53292e;const _0x4d5ab3=MessageDescription[_0x2a8d77][_0x4578b8];let _0x418c6b=0x0;if(_0x105e80['sdvFx'](_0x608274,null)||_0x105e80['VcOVd'](_0x608274,undefined))_0x105e80['lFmtR'](_0x105e80[_0x2cf5fb(0x196)],_0x105e80[_0x2cf5fb(0x196)])?_0x5bfe56=_0x452bbe[_0x2cf5fb(0x160)]:(_0x53292e=_0x4d5ab3+_0x2cf5fb(0x1dd),await this['reportToGalactusAndSendToEDS'](_0xc114d6,_0x30ddb0,_0x53292e,messageTypes[_0x2cf5fb(0x114)],_0x2a8d77+_0x2cf5fb(0xdb),_0x2a8d77+'-'+_0x4578b8+_0x2cf5fb(0xd8),_0x105e80[_0x2cf5fb(0xf3)]),logger['error'](_0x53292e));else{if(_0x105e80['sdvFx'](_0x608274[_0x2cf5fb(0x160)],0x191)){if(_0x105e80['lFmtR'](_0x105e80['vGCTT'],_0x105e80[_0x2cf5fb(0x16c)])){if(_0x58db22)_0x105e80['oWnYQ'](_0x489845,'Error\x20executing\x20command:\x20'+_0x447c9f[_0x2cf5fb(0xff)]);else _0x6fe5f6?_0x105e80[_0x2cf5fb(0x178)](_0x37966e,_0x2cf5fb(0xa2)+_0xba64d3+'`\x20'+_0xb377b0):_0x105e80[_0x2cf5fb(0x1a7)](_0x38de00,'Success:\x20'+_0x214009);}else _0x53292e=_0x4d5ab3+_0x2cf5fb(0xf8),await this[_0x2cf5fb(0xfd)](_0xc114d6,_0x30ddb0,_0x53292e,messageTypes['ERROR'],_0x2a8d77+'-called',_0x2a8d77+'-'+_0x4578b8+_0x2cf5fb(0x203),_0x105e80['vXbtU']),logger['error'](_0x53292e);}else{if(_0x105e80[_0x2cf5fb(0x189)](_0x608274[_0x2cf5fb(0x160)],0xc8))_0x105e80['VcOVd'](_0x105e80[_0x2cf5fb(0x1fc)],_0x105e80[_0x2cf5fb(0x20a)])?_0x15bdeb[_0x2cf5fb(0x101)]=_0x105e80[_0x2cf5fb(0x12a)](_0xadc891,_0x105e80[_0x2cf5fb(0x1cb)]):(_0x53292e=_0x4d5ab3+_0x2cf5fb(0x187)+JSON[_0x2cf5fb(0x151)](_0x608274[_0x2cf5fb(0x1dc)]),await this[_0x2cf5fb(0xfd)](_0xc114d6,_0x30ddb0,_0x53292e,messageTypes[_0x2cf5fb(0x114)],_0x2a8d77+_0x2cf5fb(0xdb),_0x2a8d77+'-'+_0x4578b8+_0x2cf5fb(0x181),_0x105e80[_0x2cf5fb(0xf3)]),logger[_0x2cf5fb(0x1c2)](_0x53292e));else{if(_0x105e80[_0x2cf5fb(0x189)](_0x105e80[_0x2cf5fb(0x10f)],_0x105e80[_0x2cf5fb(0xe0)]))_0x418c6b=_0x608274['statusCode'];else return _0x105e80['oWnYQ'](_0x39322b,_0x6b93df);}}}return _0x418c6b;},exports[a37_0x3d86ed(0x1fb)]=async _0x50765f=>{const _0x37d31c=a37_0x3d86ed,_0x233b6b={'NIErE':_0x37d31c(0x1e2),'ztLfi':function(_0x44ee97){return _0x44ee97();},'Nrzpe':_0x37d31c(0x145),'yJwMt':function(_0x42a9dc,_0x5c5230){return _0x42a9dc!==_0x5c5230;},'PjBUf':'TjfNU','GaZGm':function(_0x5e7a04,_0x5bbb8e){return _0x5e7a04===_0x5bbb8e;},'uWXVM':_0x37d31c(0x1ee),'ODxJf':function(_0x17b18a,_0x5513dd){return _0x17b18a(_0x5513dd);},'NQsvV':function(_0xf5958c,_0x45ebe5){return _0xf5958c===_0x45ebe5;},'ebUlD':'WMKNx','kbuRS':_0x37d31c(0xe8),'GhwPY':function(_0x291a3c,_0x319b94){return _0x291a3c===_0x319b94;},'CSIgv':_0x37d31c(0x1b9),'VBOQy':'bYVMG','cXmeZ':function(_0x33e2c3,_0x9d237a){return _0x33e2c3===_0x9d237a;},'afpNB':_0x37d31c(0xd2),'AScuU':_0x37d31c(0xc1)};return new Promise((_0x2006cb,_0x2030cb)=>{const _0x51fd47=_0x37d31c,_0x1e057c={'ENfFr':_0x233b6b[_0x51fd47(0xfa)],'VNrNO':function(_0x34c2e0){const _0x144a2c=_0x51fd47;return _0x233b6b[_0x144a2c(0x1ab)](_0x34c2e0);},'TEBMw':_0x233b6b[_0x51fd47(0x121)],'fnJTI':function(_0x476269,_0x2ed2a4){const _0xd642de=_0x51fd47;return _0x233b6b[_0xd642de(0x13b)](_0x476269,_0x2ed2a4);},'ygFDt':_0x233b6b['PjBUf'],'Oaugr':function(_0x57d21f,_0x5da5cf){const _0x5871ea=_0x51fd47;return _0x233b6b[_0x5871ea(0x1ad)](_0x57d21f,_0x5da5cf);},'GLRRL':_0x233b6b[_0x51fd47(0x19d)],'lzNWb':function(_0x5da845,_0x213fda){const _0x2dbbeb=_0x51fd47;return _0x233b6b[_0x2dbbeb(0x1fd)](_0x5da845,_0x213fda);},'cDKNc':function(_0x13e764,_0xff0ee1){const _0x593a1d=_0x51fd47;return _0x233b6b[_0x593a1d(0xf1)](_0x13e764,_0xff0ee1);},'jqyWz':_0x233b6b[_0x51fd47(0x146)],'IoCzg':_0x233b6b[_0x51fd47(0x1cd)],'okPqn':function(_0x332b15,_0x3ae688){const _0x153056=_0x51fd47;return _0x233b6b[_0x153056(0x1fd)](_0x332b15,_0x3ae688);},'WaDgX':function(_0x2d8669,_0x5d261f){const _0x4dedb2=_0x51fd47;return _0x233b6b[_0x4dedb2(0x17d)](_0x2d8669,_0x5d261f);},'SuoYK':_0x233b6b[_0x51fd47(0xed)],'iLXCe':_0x233b6b['VBOQy']};_0x233b6b[_0x51fd47(0x1e4)](_0x233b6b[_0x51fd47(0x113)],_0x233b6b['AScuU'])?_0x571751[_0x1e057c['ENfFr']]=_0x25365f:cp[_0x51fd47(0x1b6)](_0x50765f,(_0xfe2b7b,_0x1d0074,_0x2aa665)=>{const _0x1dfc04=_0x51fd47;if(_0x1e057c[_0x1dfc04(0xa7)](_0x1e057c[_0x1dfc04(0x157)],_0x1e057c['ygFDt']))return'\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20'+_0x2c0b7e[_0x1dfc04(0xe6)]()+'\x20'+_0x45a3d7[_0x1dfc04(0x191)]()+'\x20('+_0x1a01f1[_0x1dfc04(0x205)]()+_0x1dfc04(0x1e9)+_0x46697f[_0x1dfc04(0x1b3)]()+_0x1dfc04(0x9c)+_0x58d9e8[_0x1dfc04(0x1e5)]['node']+_0x1dfc04(0xd4)+_0x1e057c['VNrNO'](_0x20fafd)+'\x0a';else{if(_0xfe2b7b)_0x1e057c[_0x1dfc04(0xcc)](_0x1e057c[_0x1dfc04(0xe5)],_0x1e057c[_0x1dfc04(0xe5)])?_0x1e057c[_0x1dfc04(0x108)](_0x2030cb,_0x1dfc04(0xe7)+_0xfe2b7b['message']):_0x1c0c83[_0x1e057c['TEBMw']]=_0x29c411;else{if(_0x2aa665){if(_0x1e057c[_0x1dfc04(0xa9)](_0x1e057c[_0x1dfc04(0x12e)],_0x1e057c['IoCzg']))return _0x5a0278['accessKey'];else _0x1e057c[_0x1dfc04(0x116)](_0x2006cb,_0x1dfc04(0xa2)+_0x50765f+'`\x20'+_0x2aa665);}else{if(_0x1e057c['WaDgX'](_0x1e057c['SuoYK'],_0x1e057c[_0x1dfc04(0xb7)])){const _0x20c1df={..._0x81dab8[_0x1dfc04(0x122)],..._0x4fdbf8};_0x42eebd=_0x20c1df;}else _0x1e057c[_0x1dfc04(0x108)](_0x2006cb,_0x1dfc04(0x148)+_0x1d0074);}}}});});},exports['curlRequest']=async(_0x4cbcad=TRIAL_GRID_URL,_0x599b00=a37_0x3d86ed(0x179))=>{const _0xeeba19=a37_0x3d86ed,_0xca32d8={'EqJrT':function(_0x1fc4f5,_0x30cde6){return _0x1fc4f5(_0x30cde6);},'ODdFR':function(_0x5b225d){return _0x5b225d();},'gXEUC':function(_0x7ec508,_0xead746){return _0x7ec508===_0xead746;},'hWgRz':_0xeeba19(0x1cf),'kBIYp':_0xeeba19(0x13f),'FsHXq':function(_0xfeddc9,_0x42d7ec,_0x48a58b){return _0xfeddc9(_0x42d7ec,_0x48a58b);},'hxGee':function(_0x40eb19,_0x1b3175){return _0x40eb19===_0x1b3175;},'sTRKh':_0xeeba19(0x19e)},_0x1f4db7={};_0x1f4db7['method']=_0x599b00;const _0x40d7ec=_0x1f4db7,_0x2772f3={};_0x2772f3[_0xeeba19(0x1e8)]=![],_0x2772f3[_0xeeba19(0x1c2)]=null,_0x2772f3[_0xeeba19(0xab)]='';const _0xd478c8=_0x2772f3;try{if(_0xca32d8['gXEUC'](_0xca32d8[_0xeeba19(0x1e1)],_0xca32d8['kBIYp']))return new _0x2d60f2((_0x48c6b1,_0x43557c)=>{const _0xca3de7=_0xeeba19,_0x454826={'gclQm':function(_0x4e882b,_0x15d270){const _0x1b8e38=a37_0x2125;return _0xca32d8[_0x1b8e38(0x200)](_0x4e882b,_0x15d270);},'AitTI':function(_0x20cc2b){return _0xca32d8['ODdFR'](_0x20cc2b);}};_0x15d095&&_0x40c70a[_0xca3de7(0xdc)](_0x5160a9=>{const _0x5c2e11=_0xca3de7;if(_0x5160a9)return _0x454826[_0x5c2e11(0x192)](_0x43557c,_0x5160a9);_0x454826['AitTI'](_0x48c6b1);});});else{const _0x135825=await _0xca32d8[_0xeeba19(0x1b7)](got,_0x4cbcad,_0x40d7ec);_0xd478c8[_0xeeba19(0xab)]=_0xeeba19(0x15f)+_0x135825[_0xeeba19(0x160)],_0xd478c8['status']=_0xca32d8['hxGee'](_0x135825['statusCode'],0xc8);}}catch(_0x5392bd){if(_0xca32d8[_0xeeba19(0xa6)](_0xca32d8[_0xeeba19(0x14f)],_0xca32d8[_0xeeba19(0x14f)]))_0xd478c8['error']=_0x5392bd;else{const _0x28c91f=new _0x3ac5d1[(_0xeeba19(0x18f))](),_0x53699a=this[_0xeeba19(0xc9)](_0x453fd9),_0x52a3c9=_0x28c91f[_0xeeba19(0x123)](_0x53699a);if(_0x52a3c9)throw _0x52a3c9;return _0x28c91f;}}return _0xd478c8;},exports[a37_0x3d86ed(0x149)]=async(_0x2db9e5,_0x12080d=TRIAL_GRID_URL)=>{const _0x1a3547=a37_0x3d86ed,_0x4cb9a1={'NqKNt':function(_0x32029a,_0x366364){return _0x32029a(_0x366364);},'wcKdl':_0x1a3547(0x171),'fIugz':_0x1a3547(0x179),'KAAfC':function(_0x41f1c3,_0x31da02){return _0x41f1c3!==_0x31da02;},'BpzIH':_0x1a3547(0x180),'ptuAs':function(_0x31802b,_0x11a275,_0x2791af){return _0x31802b(_0x11a275,_0x2791af);},'VPeuA':function(_0x581700,_0x44d09c){return _0x581700===_0x44d09c;},'jiWXv':_0x1a3547(0x17e),'nXknl':'ENGXm'},_0x5c33a7={};_0x5c33a7['port']=0x1bb,_0x5c33a7[_0x1a3547(0x155)]=_0x4cb9a1['fIugz'],_0x5c33a7[_0x1a3547(0x186)]=_0x2db9e5;const _0x4cf88e=_0x5c33a7,_0x3666f1={};_0x3666f1[_0x1a3547(0x1e8)]=![],_0x3666f1[_0x1a3547(0x1c2)]=null,_0x3666f1[_0x1a3547(0xab)]='';const _0xdc57c1=_0x3666f1;try{if(_0x4cb9a1[_0x1a3547(0x100)](_0x4cb9a1[_0x1a3547(0xef)],_0x4cb9a1[_0x1a3547(0xef)]))_0x4cb9a1[_0x1a3547(0xd5)](_0x319ad6,'Intercepted\x20while\x20executing\x20command:\x20`'+_0x2884ba+'`\x20'+_0x58cd7b);else{const _0x23dffd=await _0x4cb9a1[_0x1a3547(0x130)](got,_0x12080d,_0x4cf88e);_0xdc57c1['data']='response\x20code\x20:-\x20'+_0x23dffd[_0x1a3547(0x160)],_0xdc57c1[_0x1a3547(0x1e8)]=_0x4cb9a1['VPeuA'](_0x23dffd['statusCode'],0xc8);}}catch(_0x6ef207){_0x4cb9a1[_0x1a3547(0xfc)](_0x4cb9a1[_0x1a3547(0xbf)],_0x4cb9a1[_0x1a3547(0x18b)])?_0x3c1b8c[_0x4cb9a1[_0x1a3547(0x12c)]]=_0xa3d2f6[_0x1a3547(0xf0)]:_0xdc57c1[_0x1a3547(0x1c2)]=_0x6ef207;}return _0xdc57c1;};function a37_0xca59(){const _0x20eaa4=['kind','response\x20code\x20:-\x20','statusCode','key','WgaAN','pHpFK','HvwOe','XwlTf','path','CtNpl','zJMml','PYaku','rzMhB','writeFileSync','vGCTT','CfVqW','getDirForConfig','81EqWOqH','Browserstack','X-cli-version','hRoGu','LeCBW','stopLocalBinary','OWRfG','namespace','QLRXM','RZPmo','GET','from','existsSync','customRepeaters','GhwPY','LrogU','ami','EDRYj','-non-200','LXvqy','gkgNy','parse','AoMBm','secureProtocol','.\x20Non\x20200\x20response\x20from\x20server!\x20','execSync','KPphP','YWOlK','nXknl','jTNDW','qOpnf','join','Local','@kubernetes/client-node','release','gclQm','CUyKl','Error\x20while\x20waiting\x20for\x20deployment:','X-npm-version','WtELZ','eNsHB','Deployment\x20','Kvvzm','credentials.json','kubeApply','uwGFd','uWXVM','vbsFi','zkTWi','TdAqF','xygyT','name','read','hXbqr','ONLdC','trim','oWnYQ','HrtiM','eNAxK','mrYQp','ztLfi','browserVersion','GaZGm','Yfcjx','BLAnS','readNamespacedDeployment','../config/constants','vYyLu','arch','znnIf','RuKwF','exec','FsHXq','$1-$2','Qeact','Lidiz','AYXCK','ixTRT','ftPuZ','npm\x20-v','aIfYG','383095NJcjwp','PkGRa','error','forceLocal','LVXsx','LdFcQ','IzOXG','clusterRegion','getAccessKey','makeApiClient','LxUGd','DAYSS','znmMS','kbuRS','VWcPP','BGMOp','68038BglPqr','utf-8','hcEhQ','N/A','193194ANRLss','stgZF','osWVH','\x20is\x20ready.','Timeout\x20waiting\x20for\x20deployment\x20','cDITk','node','LQCyL','body','.\x20Unknown\x20error!','cxzCz','18VpTySK','rpcKq','hWgRz','X-os','NkHzh','cXmeZ','versions','updateGlobalRegistryWithConfig','now','status',')\x0aArchitecture:\x20','iMvTF','rehri','IVkEu','vsAlv','CYNgG','JGXRM','KubernetesObjectApi','AFEKv','owuEu','patch','GqaBz','split','localIdentifier','UQnte','XkZqo','QGqpT','dPjaV','runCommand','GxrUb','ODxJf','browserstack-local','rsCxA','EqJrT','BTeHi','uDmjh','-auth-failed','hMwYB','platform','UmZnZ','replace','QPCFP','ctSOL','WUmJL','kXDLU','sMWXD','node\x20version\x20installed\x20:\x20','https://','\x0aNode.js\x20Version:\x20','UxLhV','dROon','ZiyoU','gAyxJ','constructor','Intercepted\x20while\x20executing\x20command:\x20`','LBQDi','GOula','GRtzL','hxGee','fnJTI','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','cDKNc','dpHEQ','data','readFileSync','ZYiPl','LLiPN','1626712gSDMTB','hubVersion','pGrHg','MLjPb','ekaOt','concurrency','qVwLH','TCOVc','iLXCe','true','base64','FBGzp','OoNPR','1161258EAAiSM','./instrumentationUtils','JPCSM','jiWXv','updCu','jdhVh','sendEventToBackend','BNaKT','qSyki','RJxWi','Qivjh','push','\x20to\x20become\x20available.','setLocalArgs','2LzHJUT','1.0.1','Oaugr','debug','vBVqh','Waiting\x20for\x20deployment\x20','GHLVM','metadata','UeTHs','uUYuM','\x0aNPM\x20Version:\x20','NqKNt','YGYyM','mGYwG','-null-response','85368hXRDsd','clusterName','-called','stop','.ats','Basic\x20','IsNodeCompatibleWithAzure','Lidcl','aqQPL','ymXzs','ryskP','SLiSY','GLRRL','type','Error\x20executing\x20command:\x20','XvzIQ','dYpCT','atiVX','qSgJu','JtoEw','CSIgv','X-os-version','BpzIH','version','NQsvV','getCredentialsPath','vXbtU','ZlARM','custom-repeater','/packages/cli/get-grid-details?gridId=','miKEZ','.\x20Unauthorized\x20request!','password','NIErE','nTonc','VPeuA','reportToGalactusAndSendToEDS','ONxYN','message','KAAfC','uploaderImageVersion','OZXii','PpukZ','clusterAutoUpgrade','gJpBD','cKKXs','getAuthHeader','lzNWb','4215320gRTGQN','xbLKx','jiqsn','\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20','encodeBase64','dtOgO','TxMLo','verbose','JdAeB','got','afpNB','ERROR','SPBMs','okPqn','DdHnS','ipRpb','ats-repeater','eQmTz','mFaQe','COXoU','zvhDw','eIgmM','DrnUC','\x20to\x20be\x20ready...','Nrzpe','browserStackLocalOptions','startSync','WWYHD','lPoGh','ZuRTk','instanceType','maxNodes','LOG','YOAsC','username','wcKdl','OFyGs','jqyWz','HbVAK','ptuAs','RhgMp','zyfyQ','HlRLm','availableReplicas','minNodes','jMZSK','VCCDz','kClzx','toString','vjIaR','yJwMt','detAk','MQrsM','s3Bucket','ZEFgy','aCVWT','LsBGe','cloudProvider','ami-0a0b7559ee7c88dcd','ZEYTe','X-ci-environment','ebUlD','LanCf','Success:\x20','isTlsSupported','HEiRU','kebabCase','homedir','QICAe','lQYPF','sTRKh','xnNdW','stringify','\x20in\x20namespace\x20','saCCW','RSlrw','method','oNWjb','ygFDt','jouwi','IbeBS','UCeSO','IvpOw','nVptg','PhmjD'];a37_0xca59=function(){return _0x20eaa4;};return a37_0xca59();}function getNpmVersion(){const _0x53156f=a37_0x3d86ed,_0x1b074c={};_0x1b074c[_0x53156f(0x165)]=_0x53156f(0xa8),_0x1b074c[_0x53156f(0xc0)]=function(_0x3619df,_0x153550){return _0x3619df!==_0x153550;},_0x1b074c['gletJ']=_0x53156f(0xeb),_0x1b074c[_0x53156f(0x11c)]='npm\x20-v',_0x1b074c[_0x53156f(0x1ae)]=function(_0x1405f0,_0x11f767){return _0x1405f0===_0x11f767;},_0x1b074c[_0x53156f(0x1f2)]=_0x53156f(0x1d5),_0x1b074c[_0x53156f(0x11d)]=_0x53156f(0x12f),_0x1b074c[_0x53156f(0x177)]=_0x53156f(0x1d3);const _0x4e79af=_0x1b074c;try{if(_0x4e79af[_0x53156f(0xc0)](_0x4e79af['gletJ'],_0x4e79af['gletJ']))throw _0x59514e;else return cp['execSync'](_0x4e79af[_0x53156f(0x11c)])[_0x53156f(0x139)]()[_0x53156f(0x1a6)]();}catch(_0x53129d){if(_0x4e79af[_0x53156f(0x1ae)](_0x4e79af[_0x53156f(0x1f2)],_0x4e79af[_0x53156f(0x11d)]))_0x3c27e2[_0x53156f(0x188)](_0x4e79af[_0x53156f(0x165)]);else return _0x4e79af['QLRXM'];}}exports['getSystemMetaData']=()=>{const _0x4e3064=a37_0x3d86ed,_0x1a1238={'xNMUV':function(_0x313d06){return _0x313d06();}};return _0x4e3064(0x10c)+os[_0x4e3064(0xe6)]()+'\x20'+os[_0x4e3064(0x191)]()+'\x20('+os[_0x4e3064(0x205)]()+_0x4e3064(0x1e9)+os['arch']()+_0x4e3064(0x9c)+process[_0x4e3064(0x1e5)][_0x4e3064(0x1da)]+'\x0aNPM\x20Version:\x20'+_0x1a1238['xNMUV'](getNpmVersion)+'\x0a';};
@@ -1 +1 @@
1
- const a38_0x6e0ab1=a38_0xcfd1;function a38_0xcfd1(_0x3aa1ed,_0x42a465){const _0x488eff=a38_0x488e();return a38_0xcfd1=function(_0xcfd1e2,_0x5bfa7e){_0xcfd1e2=_0xcfd1e2-0x98;let _0x4bad33=_0x488eff[_0xcfd1e2];return _0x4bad33;},a38_0xcfd1(_0x3aa1ed,_0x42a465);}(function(_0x4481ab,_0x20ee21){const _0x26fba2=a38_0xcfd1,_0x596d38=_0x4481ab();while(!![]){try{const _0x4aa0dd=parseInt(_0x26fba2(0xdd))/0x1+-parseInt(_0x26fba2(0xbe))/0x2*(parseInt(_0x26fba2(0xde))/0x3)+-parseInt(_0x26fba2(0xf0))/0x4+-parseInt(_0x26fba2(0xab))/0x5+parseInt(_0x26fba2(0xe2))/0x6+-parseInt(_0x26fba2(0xfd))/0x7*(-parseInt(_0x26fba2(0xeb))/0x8)+-parseInt(_0x26fba2(0xfc))/0x9*(-parseInt(_0x26fba2(0xbd))/0xa);if(_0x4aa0dd===_0x20ee21)break;else _0x596d38['push'](_0x596d38['shift']());}catch(_0x493c0c){_0x596d38['push'](_0x596d38['shift']());}}}(a38_0x488e,0x6d71b));const {global_registry,WS_EVENTS}=require(a38_0x6e0ab1(0xbf)),{logger}=require(a38_0x6e0ab1(0xfb)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a38_0x6e0ab1(0xe5));exports[a38_0x6e0ab1(0xce)]=_0x4242fb=>{const _0x181dfb=a38_0x6e0ab1,_0x369378={'nrrpS':function(_0xa9cf11){return _0xa9cf11();},'rYyWN':function(_0x41f9af,_0x495510){return _0x41f9af!==_0x495510;},'mcYzv':_0x181dfb(0xa3),'EEoMD':_0x181dfb(0xda),'ysDrl':function(_0x29a2d0,_0x44349e){return _0x29a2d0===_0x44349e;},'LFcPh':_0x181dfb(0xae),'jKzKD':function(_0x365fed,_0x1e573d){return _0x365fed===_0x1e573d;},'WRMJh':_0x181dfb(0x98),'ncLiP':'Socket\x20reconnected','HzFRo':_0x181dfb(0xcf),'OalXL':_0x181dfb(0xd8),'IyNQx':_0x181dfb(0xa8),'YjjBA':'BCFVQ','nZGmn':function(_0x539ff5,_0x2c8e60){return _0x539ff5!==_0x2c8e60;},'WMRPF':_0x181dfb(0x99),'HNHuO':function(_0xafd7c0,_0x361185){return _0xafd7c0===_0x361185;},'uHsNX':_0x181dfb(0xe3),'Wmhim':'VQyDK','FlQIB':function(_0x267c0d,_0x58cae8){return _0x267c0d!==_0x58cae8;},'Vdbjc':_0x181dfb(0xd9),'CcwoP':function(_0x253d11,_0x1270d4){return _0x253d11===_0x1270d4;},'UBIYy':function(_0x325fe8,_0x3728a8){return _0x325fe8!==_0x3728a8;},'RXsUC':_0x181dfb(0xea),'rEtSm':_0x181dfb(0xe0),'MsAZu':_0x181dfb(0xd0),'yDjDv':'Socket\x20closed','XyhxW':_0x181dfb(0xe6),'klmXz':_0x181dfb(0xa4),'XWIQU':_0x181dfb(0xa6),'ZKjMk':'close'};_0x4242fb[_0x181dfb(0xf4)](_0x369378[_0x181dfb(0xc9)],()=>{const _0x5af1c1=_0x181dfb,_0x23272d={'IHKCF':function(_0x14955f){const _0x2d9be3=a38_0xcfd1;return _0x369378[_0x2d9be3(0xf5)](_0x14955f);}};if(_0x369378[_0x5af1c1(0xc3)](_0x369378['mcYzv'],_0x369378['EEoMD'])){if(_0x369378[_0x5af1c1(0xe7)](process[_0x5af1c1(0xff)]['WS_CLOSED_BEFORE'],_0x369378[_0x5af1c1(0xca)])){if(_0x369378[_0x5af1c1(0x9f)](_0x369378[_0x5af1c1(0xac)],_0x369378[_0x5af1c1(0xac)]))logger[_0x5af1c1(0xee)](_0x369378[_0x5af1c1(0xd7)]);else{const _0x29f142=_0x23272d[_0x5af1c1(0xb1)](_0x54c9b1),_0x671ec1={'requestId':_0x98d777[_0x5af1c1(0xc7)],'username':_0xab8cde[_0x5af1c1(0xd6)],'cli_version':_0x29f142['version'],'cli_path':_0x29f142[_0x5af1c1(0xc0)],'os':_0x23272d[_0x5af1c1(0xb1)](_0x38d682),'os_version':_0x23272d['IHKCF'](_0x5a3381),'npm_version':_0x23272d[_0x5af1c1(0xb1)](_0x10b1c1),'ci_environment':_0x23272d[_0x5af1c1(0xb1)](_0x3e3252)};return _0x55957d[_0x5af1c1(0xd1)]&&(_0x671ec1['gridProfileId']=_0x1d3db8['gridProfileId']),_0x36a77e[_0x5af1c1(0xba)]&&(_0x671ec1['gridProfile']=_0x5b853f[_0x5af1c1(0xba)]),_0x4e7f5b[_0x5af1c1(0xc4)]&&(_0x671ec1[_0x5af1c1(0xc4)]=_0x14b73a[_0x5af1c1(0xc4)]),_0x671ec1;}}else _0x369378['rYyWN'](_0x369378[_0x5af1c1(0xb9)],_0x369378[_0x5af1c1(0xb9)])?_0x14c83d[_0x5af1c1(0xee)](_0x5af1c1(0xad)+_0x21069c):(logger[_0x5af1c1(0xee)](_0x369378['OalXL']),process[_0x5af1c1(0xff)]['WS_OPENED_BEFORE']=!![]);}else _0x749aa5[_0x5af1c1(0xba)]=_0x57b214[_0x5af1c1(0xba)];}),_0x4242fb[_0x181dfb(0xf4)](_0x369378[_0x181dfb(0xdb)],async function(_0x226e92){const _0x14550d=_0x181dfb;if(_0x369378[_0x14550d(0xe7)](_0x369378['IyNQx'],_0x369378[_0x14550d(0xec)]))_0x5c4d3e[_0x14550d(0xd1)]=_0x2778fb[_0x14550d(0xd1)];else{logger['debug'](_0x14550d(0xa7)+_0x226e92[_0x14550d(0xfe)]);let _0x3c3c07,_0x80dc11;try{_0x369378[_0x14550d(0xa1)](_0x369378[_0x14550d(0xb0)],_0x369378[_0x14550d(0xb0)])?_0x38ac8b[_0x14550d(0xee)](_0x369378['ncLiP']):(_0x80dc11=JSON[_0x14550d(0xc6)](_0x226e92[_0x14550d(0xfe)]),_0x3c3c07=_0x80dc11['type']);}catch(_0x49d427){if(_0x369378['HNHuO'](_0x369378[_0x14550d(0xaf)],_0x369378[_0x14550d(0x9e)])){_0x3c2484[_0x14550d(0xee)](_0x14550d(0xa7)+_0x31d8af['data']);let _0x29a31d,_0x4265b1;try{_0x4265b1=_0x5b6f3b[_0x14550d(0xc6)](_0x401c63['data']),_0x29a31d=_0x4265b1[_0x14550d(0xf3)];}catch(_0x16eedf){_0x59aa78[_0x14550d(0xa6)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x31675f['data']);}}else logger[_0x14550d(0xa6)](_0x14550d(0x9a)+_0x226e92[_0x14550d(0xfe)]);}}}),_0x4242fb[_0x181dfb(0xf4)](_0x369378[_0x181dfb(0xcb)],function(_0x156215){const _0x591299=_0x181dfb;_0x369378['FlQIB'](_0x369378[_0x591299(0xd5)],_0x369378['Vdbjc'])?(_0x463129=_0x188c00[_0x591299(0xc6)](_0x1c9eeb[_0x591299(0xfe)]),_0x227136=_0x3d5d25['type']):logger[_0x591299(0xee)](_0x591299(0xad)+_0x156215);}),_0x4242fb[_0x181dfb(0xf4)](_0x369378['ZKjMk'],function(){const _0x41d723=_0x181dfb,_0x11d717={'hWBWD':_0x369378[_0x41d723(0xc1)],'qaSTc':function(_0x12b6be,_0x186f13){const _0x26a01c=_0x41d723;return _0x369378[_0x26a01c(0xf2)](_0x12b6be,_0x186f13);},'kMyES':_0x369378[_0x41d723(0xca)],'awDtS':_0x369378['ncLiP']};_0x369378[_0x41d723(0xb6)](_0x369378[_0x41d723(0xd4)],_0x369378[_0x41d723(0xd4)])?(_0x18ec55[_0x41d723(0xee)](_0x11d717['hWBWD']),_0x15e95f[_0x41d723(0xff)][_0x41d723(0xe1)]=!![]):(_0x369378[_0x41d723(0xf2)](process[_0x41d723(0xff)][_0x41d723(0xe1)],_0x369378[_0x41d723(0xca)])&&(_0x369378['CcwoP'](_0x369378[_0x41d723(0xf6)],_0x369378[_0x41d723(0xcd)])?_0x11d717['qaSTc'](_0x3799f8['env'][_0x41d723(0xef)],_0x11d717[_0x41d723(0xc5)])?_0x108cdc['debug'](_0x11d717['awDtS']):(_0x57c0ba[_0x41d723(0xee)](_0x11d717['hWBWD']),_0x30b97f[_0x41d723(0xff)][_0x41d723(0xe1)]=!![]):process[_0x41d723(0xff)]['WS_CLOSED_BEFORE']=_0x369378[_0x41d723(0xca)]),logger[_0x41d723(0xee)](_0x369378[_0x41d723(0xa0)]));});};const getLogMetaData=()=>{const _0x165759=a38_0x6e0ab1,_0x5e7578={'AJomu':function(_0x4996bb,_0x2c9e57){return _0x4996bb===_0x2c9e57;},'zwCip':_0x165759(0xae),'DwgxX':_0x165759(0xc2),'GZOQW':function(_0x34864b){return _0x34864b();},'hjsxX':function(_0x548375){return _0x548375();},'qqXFS':'CPQqP','FMNCt':_0x165759(0xe8),'lhNKS':function(_0x4edc6e,_0x2d6557){return _0x4edc6e!==_0x2d6557;},'LxNQh':'jYxlG','LkfDU':_0x165759(0xb5),'wTvuS':_0x165759(0xb4),'hLjYK':_0x165759(0xf7)},_0x5eaf88=_0x5e7578['GZOQW'](cli_version_and_path),_0x1a0187={'requestId':global_registry['requestId'],'username':global_registry[_0x165759(0xd6)],'cli_version':_0x5eaf88[_0x165759(0xf9)],'cli_path':_0x5eaf88[_0x165759(0xc0)],'os':_0x5e7578[_0x165759(0xfa)](_os),'os_version':_0x5e7578[_0x165759(0xd3)](os_version),'npm_version':_0x5e7578[_0x165759(0xd3)](npm_version),'ci_environment':_0x5e7578[_0x165759(0xfa)](ci_environment)};return global_registry[_0x165759(0xd1)]&&(_0x5e7578[_0x165759(0xcc)](_0x5e7578['qqXFS'],_0x5e7578[_0x165759(0xa9)])?_0x216f7c[_0x165759(0xc4)]=_0x491724[_0x165759(0xc4)]:_0x1a0187[_0x165759(0xd1)]=global_registry[_0x165759(0xd1)]),global_registry[_0x165759(0xba)]&&(_0x5e7578[_0x165759(0x9c)](_0x5e7578[_0x165759(0xa2)],_0x5e7578['LkfDU'])?_0x1a0187['gridProfile']=global_registry[_0x165759(0xba)]:(_0x5e7578['AJomu'](_0x4b1698[_0x165759(0xff)]['WS_OPENED_BEFORE'],_0x5e7578[_0x165759(0xaa)])&&(_0x37cfe3[_0x165759(0xff)][_0x165759(0xef)]=_0x5e7578['zwCip']),_0x4c0a7a[_0x165759(0xee)](_0x5e7578['DwgxX']))),global_registry[_0x165759(0xc4)]&&(_0x5e7578['AJomu'](_0x5e7578[_0x165759(0xbb)],_0x5e7578[_0x165759(0xb2)])?_0x3120d2[_0x165759(0xa6)](_0x165759(0x9a)+_0x1a54a5[_0x165759(0xfe)]):_0x1a0187['gridName']=global_registry[_0x165759(0xc4)]),_0x1a0187;};exports[a38_0x6e0ab1(0xf1)]=_0x306437=>new Promise((_0x256fe1,_0x10cb26)=>setTimeout(_0x256fe1,_0x306437)),exports['sendEventToBackend']=async(_0x5f5686,_0x2a70ef,_0x1a5fac=a38_0x6e0ab1(0xe4),_0x3df994=![])=>{const _0x4496c4=a38_0x6e0ab1,_0x2a71e8={'nCpFO':_0x4496c4(0xae),'vfZxs':function(_0x1a84c0,_0x1e8dbd){return _0x1a84c0===_0x1e8dbd;},'myhMH':function(_0x11baac,_0x482144){return _0x11baac!==_0x482144;},'VVIRp':'xTbFd','cusLl':_0x4496c4(0xbc),'ywfyn':function(_0x220188){return _0x220188();},'jmMMi':_0x4496c4(0xb3),'sXvYH':_0x4496c4(0xd2)};let _0x1b2dd8=_0x2a70ef[_0x4496c4(0xa4)];_0x2a71e8[_0x4496c4(0xed)](_0x2a70ef[_0x4496c4(0xf3)],WS_EVENTS[_0x4496c4(0xdc)])&&(_0x2a71e8[_0x4496c4(0xa5)](_0x2a71e8[_0x4496c4(0xc8)],_0x2a71e8['cusLl'])?_0x1b2dd8='['+new Date()['toUTCString']()+_0x4496c4(0xdf)+_0x2a70ef['message']:_0x3cf91a='['+new _0x56bc3d()['toUTCString']()+_0x4496c4(0xdf)+_0x394cf9['message']);const _0x25d4b1={};_0x25d4b1[_0x4496c4(0xa4)]=_0x1b2dd8,_0x25d4b1[_0x4496c4(0xb7)]=_0x1a5fac;const _0x37268a={'type':_0x2a70ef[_0x4496c4(0xf3)],..._0x2a71e8[_0x4496c4(0xf8)](getLogMetaData),'data':_0x25d4b1};_0x5f5686[_0x4496c4(0x9b)](JSON[_0x4496c4(0xe9)](_0x37268a)),_0x3df994&&(_0x2a71e8['vfZxs'](_0x2a71e8['jmMMi'],_0x2a71e8[_0x4496c4(0x9d)])?_0x240d63[_0x4496c4(0xff)][_0x4496c4(0xef)]=_0x2a71e8[_0x4496c4(0xb8)]:await this['delay'](0x1f4));};function a38_0x488e(){const _0x53dd8e=[']:\x20','HnCph','WS_OPENED_BEFORE','4964328HZBayX','AYNFw','info','./instrumentationUtils','open','ysDrl','EnhER','stringify','tbDFp','426064oEVQPc','YjjBA','vfZxs','debug','WS_CLOSED_BEFORE','1344616kekNEl','delay','CcwoP','type','addEventListener','nrrpS','rEtSm','gPwCi','ywfyn','version','hjsxX','../config/logger','3989961DGPxZJ','49fiSKMj','data','env','NYPIj','qDVfp','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','send','lhNKS','sXvYH','Wmhim','jKzKD','yDjDv','nZGmn','LxNQh','IwRCz','message','myhMH','error','Message\x20received\x20from\x20server!\x20=>\x20','IvYzT','FMNCt','zwCip','3901720OVRkcT','WRMJh','Socket\x20error:\x20','true','uHsNX','WMRPF','IHKCF','hLjYK','adXIu','WGKGr','tjsWM','UBIYy','logType','nCpFO','HzFRo','gridProfile','wTvuS','Goemj','20mwJOtG','278998YHpdkc','../config/constants','path','OalXL','Socket\x20closed','rYyWN','gridName','kMyES','parse','requestId','VVIRp','XyhxW','LFcPh','XWIQU','AJomu','MsAZu','addListeners','yyOKh','gVHYc','gridProfileId','pgNyZ','GZOQW','RXsUC','Vdbjc','bstackUsername','ncLiP','Socket\x20open','ixxgj','WcdXf','klmXz','LOG','314923CARKBO','18KdpzLp'];a38_0x488e=function(){return _0x53dd8e;};return a38_0x488e();}
1
+ const a38_0x257480=a38_0x4c2c;function a38_0xedcc(){const _0xeda359=['IuQAw','jFGGv','oIgOx','wPMPP','bstackUsername','Socket\x20closed','4023306HzyCTu','RhMur','Socket\x20error:\x20','error','env','type','true','AmPKi','DmWBc','sSJFi','WKkFX','IdVda','ikptb','sAiEQ','sTcyk','gHAkg','lyMCn','30991169GqeTee','tDWpS','gridProfile','AiutK','message','debug','REBGX','close','ALaQy','lXyVD','75lSkhtQ','yKceJ','uFnqq','requestId','gridName','cUAUW','1362068IXmWmK','dcuyu','OAseV','./instrumentationUtils','MsLXD','dTnLP','zQxFC','bxyyr','Message\x20received\x20from\x20server!\x20=>\x20','logType','open','EDHnQ','path','../config/constants','Socket\x20open','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','Socket\x20reconnected','QvhgH','gZrIM','toUTCString','AXNbT','data','IhPYC','EKrhY','pqCWl','PXKNA','jbFxp','WS_CLOSED_BEFORE','uZkFR','delay','2528fzwgvu','CcHog','ybAxh','JezgO','lybtr','LOG','11108027qqeqBJ','addEventListener','MipgJ','parse','mlwBb','CcuUL','2487140KuCuWX','43830tQqhht','WS_OPENED_BEFORE','khfTU','33164FPrMvu','6keiryc','scbNi','yFZpf','AGKYl','HVjHN',']:\x20','slmvL','version','10npculM','gridProfileId'];a38_0xedcc=function(){return _0xeda359;};return a38_0xedcc();}(function(_0x170489,_0x2c5419){const _0x3e6006=a38_0x4c2c,_0x3799e9=_0x170489();while(!![]){try{const _0x30ea8e=parseInt(_0x3e6006(0xf4))/0x1+parseInt(_0x3e6006(0x11e))/0x2+-parseInt(_0x3e6006(0xd3))/0x3+parseInt(_0x3e6006(0x122))/0x4*(-parseInt(_0x3e6006(0xee))/0x5)+-parseInt(_0x3e6006(0x123))/0x6*(parseInt(_0x3e6006(0x118))/0x7)+parseInt(_0x3e6006(0x112))/0x8*(-parseInt(_0x3e6006(0x11f))/0x9)+parseInt(_0x3e6006(0x12b))/0xa*(parseInt(_0x3e6006(0xe4))/0xb);if(_0x30ea8e===_0x2c5419)break;else _0x3799e9['push'](_0x3799e9['shift']());}catch(_0x28ebf2){_0x3799e9['push'](_0x3799e9['shift']());}}}(a38_0xedcc,0xcb119));const {global_registry,WS_EVENTS}=require(a38_0x257480(0x101)),{logger}=require('../config/logger'),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a38_0x257480(0xf7));exports['addListeners']=_0x57f0b4=>{const _0x55cdea=a38_0x257480,_0x2deb63={};_0x2deb63['CcHog']=_0x55cdea(0xd9),_0x2deb63[_0x55cdea(0xe7)]=function(_0x254e73,_0x203b0c){return _0x254e73!==_0x203b0c;},_0x2deb63[_0x55cdea(0xe5)]='JuTcv',_0x2deb63['dTnLP']=function(_0x4a5792,_0x52983d){return _0x4a5792===_0x52983d;},_0x2deb63['JezgO']=function(_0x2b0e83,_0x4023ac){return _0x2b0e83!==_0x4023ac;},_0x2deb63[_0x55cdea(0xf0)]=_0x55cdea(0x106),_0x2deb63[_0x55cdea(0xe2)]=_0x55cdea(0x104),_0x2deb63[_0x55cdea(0xec)]=_0x55cdea(0xda),_0x2deb63[_0x55cdea(0xd0)]=_0x55cdea(0x102),_0x2deb63[_0x55cdea(0x126)]='xSBsm',_0x2deb63[_0x55cdea(0x10a)]='zoqLr',_0x2deb63[_0x55cdea(0x12e)]=function(_0x504292,_0x172bba){return _0x504292===_0x172bba;},_0x2deb63[_0x55cdea(0x124)]=_0x55cdea(0x12f),_0x2deb63['upQia']=function(_0x1a9344,_0xa86969){return _0x1a9344!==_0xa86969;},_0x2deb63[_0x55cdea(0xdc)]=_0x55cdea(0x127),_0x2deb63[_0x55cdea(0xf3)]=function(_0x2c1b2b,_0x4df73c){return _0x2c1b2b!==_0x4df73c;},_0x2deb63[_0x55cdea(0x10b)]=_0x55cdea(0x105),_0x2deb63[_0x55cdea(0xde)]=function(_0x37a638,_0x37e6e6){return _0x37a638!==_0x37e6e6;},_0x2deb63['MsLXD']='NgQCU',_0x2deb63[_0x55cdea(0x110)]=_0x55cdea(0xff),_0x2deb63['CcuUL']=_0x55cdea(0xd2),_0x2deb63['IuQAw']=_0x55cdea(0xfe),_0x2deb63['REBGX']=_0x55cdea(0xe8),_0x2deb63[_0x55cdea(0xed)]=_0x55cdea(0xd6),_0x2deb63[_0x55cdea(0xfb)]=_0x55cdea(0xeb);const _0x1b9b48=_0x2deb63;_0x57f0b4[_0x55cdea(0x119)](_0x1b9b48[_0x55cdea(0x12d)],()=>{const _0x4c8ddb=_0x55cdea;_0x1b9b48['AiutK'](_0x1b9b48[_0x4c8ddb(0xe5)],_0x1b9b48['tDWpS'])?_0x2338cf='['+new _0x54771b()['toUTCString']()+_0x4c8ddb(0x128)+_0x21be45[_0x4c8ddb(0xe8)]:_0x1b9b48[_0x4c8ddb(0xf9)](process[_0x4c8ddb(0xd7)]['WS_CLOSED_BEFORE'],_0x1b9b48[_0x4c8ddb(0x113)])?_0x1b9b48[_0x4c8ddb(0x115)](_0x1b9b48[_0x4c8ddb(0xf0)],_0x1b9b48[_0x4c8ddb(0xf0)])?_0x6d858b[_0x4c8ddb(0xf2)]=_0x271697[_0x4c8ddb(0xf2)]:logger[_0x4c8ddb(0xe9)](_0x1b9b48['gHAkg']):_0x1b9b48[_0x4c8ddb(0xf9)](_0x1b9b48['ALaQy'],_0x1b9b48['ALaQy'])?(logger[_0x4c8ddb(0xe9)](_0x1b9b48['wPMPP']),process['env']['WS_OPENED_BEFORE']=!![]):_0x3b1411[_0x4c8ddb(0xd7)][_0x4c8ddb(0x10f)]=_0x1b9b48[_0x4c8ddb(0x113)];}),_0x57f0b4['addEventListener'](_0x1b9b48[_0x55cdea(0xea)],async function(_0x2ecea7){const _0x2a663d=_0x55cdea,_0x32ad6d={};_0x32ad6d[_0x2a663d(0x11c)]=_0x1b9b48[_0x2a663d(0xd0)];const _0x479cde=_0x32ad6d;if(_0x1b9b48[_0x2a663d(0x115)](_0x1b9b48[_0x2a663d(0x126)],_0x1b9b48['AGKYl']))_0x175e84[_0x2a663d(0xe9)](_0x479cde[_0x2a663d(0x11c)]),_0x3471e8[_0x2a663d(0xd7)][_0x2a663d(0x120)]=!![];else{logger['debug'](_0x2a663d(0xfc)+_0x2ecea7[_0x2a663d(0x109)]);let _0x476be7,_0x2b789e;try{_0x1b9b48[_0x2a663d(0xf9)](_0x1b9b48[_0x2a663d(0x10a)],_0x1b9b48[_0x2a663d(0x10a)])?(_0x2b789e=JSON[_0x2a663d(0x11b)](_0x2ecea7[_0x2a663d(0x109)]),_0x476be7=_0x2b789e[_0x2a663d(0xd8)]):_0x1816cb[_0x2a663d(0xe9)](_0x2a663d(0xd5)+_0x17215e);}catch(_0x148182){_0x1b9b48[_0x2a663d(0x12e)](_0x1b9b48[_0x2a663d(0x124)],_0x1b9b48['scbNi'])?logger[_0x2a663d(0xd6)](_0x2a663d(0x103)+_0x2ecea7[_0x2a663d(0x109)]):_0x1b9b48[_0x2a663d(0xf9)](_0x2ca35d[_0x2a663d(0xd7)][_0x2a663d(0x10f)],_0x1b9b48['CcHog'])?_0x3585c2[_0x2a663d(0xe9)](_0x1b9b48['gHAkg']):(_0x2490f6[_0x2a663d(0xe9)](_0x1b9b48[_0x2a663d(0xd0)]),_0x38579b[_0x2a663d(0xd7)][_0x2a663d(0x120)]=!![]);}}}),_0x57f0b4[_0x55cdea(0x119)](_0x1b9b48[_0x55cdea(0xed)],function(_0x5766bc){const _0x28dd21=_0x55cdea;_0x1b9b48['upQia'](_0x1b9b48[_0x28dd21(0xdc)],_0x1b9b48['sSJFi'])?_0x2f6c7d[_0x28dd21(0xd6)](_0x28dd21(0x103)+_0x106389[_0x28dd21(0x109)]):logger[_0x28dd21(0xe9)](_0x28dd21(0xd5)+_0x5766bc);}),_0x57f0b4['addEventListener'](_0x1b9b48['bxyyr'],function(){const _0x33c8e3=_0x55cdea;_0x1b9b48[_0x33c8e3(0xf3)](_0x1b9b48[_0x33c8e3(0x10b)],_0x1b9b48[_0x33c8e3(0x10b)])?_0x46e0a2[_0x33c8e3(0xe6)]=_0xab8a0c[_0x33c8e3(0xe6)]:(_0x1b9b48['jFGGv'](process['env']['WS_OPENED_BEFORE'],_0x1b9b48['CcHog'])&&(_0x1b9b48[_0x33c8e3(0xde)](_0x1b9b48[_0x33c8e3(0xf8)],_0x1b9b48['uZkFR'])?process['env'][_0x33c8e3(0x10f)]=_0x1b9b48[_0x33c8e3(0x113)]:(_0x4c8df9=_0x2f8c27[_0x33c8e3(0x11b)](_0x5d9b9d[_0x33c8e3(0x109)]),_0x34f2b4=_0x53be68['type'])),logger[_0x33c8e3(0xe9)](_0x1b9b48[_0x33c8e3(0x11d)]));});};const getLogMetaData=()=>{const _0x498d3e=a38_0x257480,_0x1bc321={'yFZpf':'Socket\x20reconnected','WKkFX':function(_0x4c3b51){return _0x4c3b51();},'AXNbT':function(_0x1e7bf1){return _0x1e7bf1();},'dcuyu':function(_0x8dd814){return _0x8dd814();},'DmWBc':function(_0x3ec7a5,_0x4d6617){return _0x3ec7a5===_0x4d6617;},'ybAxh':_0x498d3e(0x10d),'sTcyk':'kuXaU','OAseV':function(_0x353bbd,_0x4ae262){return _0x353bbd!==_0x4ae262;},'YJeLv':_0x498d3e(0xef)},_0x1554a7=_0x1bc321['WKkFX'](cli_version_and_path),_0x2b0bbc={'requestId':global_registry[_0x498d3e(0xf1)],'username':global_registry['bstackUsername'],'cli_version':_0x1554a7[_0x498d3e(0x12a)],'cli_path':_0x1554a7[_0x498d3e(0x100)],'os':_0x1bc321[_0x498d3e(0x108)](_os),'os_version':_0x1bc321[_0x498d3e(0x108)](os_version),'npm_version':_0x1bc321[_0x498d3e(0xf5)](npm_version),'ci_environment':_0x1bc321[_0x498d3e(0xdd)](ci_environment)};global_registry['gridProfileId']&&(_0x1bc321[_0x498d3e(0xdb)](_0x1bc321[_0x498d3e(0x114)],_0x1bc321[_0x498d3e(0x114)])?_0x2b0bbc[_0x498d3e(0x12c)]=global_registry['gridProfileId']:_0x179bc0[_0x498d3e(0x12c)]=_0x272d88[_0x498d3e(0x12c)]);global_registry[_0x498d3e(0xe6)]&&(_0x1bc321['DmWBc'](_0x1bc321[_0x498d3e(0xe1)],_0x1bc321[_0x498d3e(0xe1)])?_0x2b0bbc['gridProfile']=global_registry[_0x498d3e(0xe6)]:_0x159958['debug'](_0x1bc321[_0x498d3e(0x125)]));if(global_registry[_0x498d3e(0xf2)]){if(_0x1bc321[_0x498d3e(0xf6)](_0x1bc321['YJeLv'],_0x1bc321['YJeLv'])){_0x1ef501['debug'](_0x498d3e(0xfc)+_0x19b66d[_0x498d3e(0x109)]);let _0x101434,_0x8f746c;try{_0x8f746c=_0x5af6a1[_0x498d3e(0x11b)](_0x449908['data']),_0x101434=_0x8f746c[_0x498d3e(0xd8)];}catch(_0x167402){_0x26005c[_0x498d3e(0xd6)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x59bb46[_0x498d3e(0x109)]);}}else _0x2b0bbc['gridName']=global_registry[_0x498d3e(0xf2)];}return _0x2b0bbc;};function a38_0x4c2c(_0x31f9b9,_0x12078e){const _0xedcc59=a38_0xedcc();return a38_0x4c2c=function(_0x4c2c9e,_0x113e9e){_0x4c2c9e=_0x4c2c9e-0xd0;let _0x2c3e1f=_0xedcc59[_0x4c2c9e];return _0x2c3e1f;},a38_0x4c2c(_0x31f9b9,_0x12078e);}exports['delay']=_0x19aea9=>new Promise((_0x227e60,_0x1a665d)=>setTimeout(_0x227e60,_0x19aea9)),exports['sendEventToBackend']=async(_0x2de3af,_0x30ed25,_0x477c61='info',_0x126575=![])=>{const _0x5b0b2b=a38_0x257480,_0xdb7369={'lybtr':function(_0x5139b5,_0x5c371e){return _0x5139b5===_0x5c371e;},'pqCWl':'true','uQoTt':_0x5b0b2b(0xd2),'VWhzj':function(_0x3b2655){return _0x3b2655();},'khfTU':function(_0x55639e){return _0x55639e();},'ikptb':function(_0x1867fd){return _0x1867fd();},'jbFxp':function(_0x59751d){return _0x59751d();},'MipgJ':function(_0x40d0c9){return _0x40d0c9();},'BHnRl':function(_0x313bad,_0x2efa9e){return _0x313bad!==_0x2efa9e;},'slmvL':_0x5b0b2b(0xfa),'RhMur':function(_0x35a18f){return _0x35a18f();},'lyMCn':function(_0x5bcc8f,_0x304fec){return _0x5bcc8f===_0x304fec;},'sAiEQ':'fwqXe'};let _0x4d2c27=_0x30ed25[_0x5b0b2b(0xe8)];_0xdb7369[_0x5b0b2b(0x116)](_0x30ed25['type'],WS_EVENTS[_0x5b0b2b(0x117)])&&(_0xdb7369['BHnRl'](_0xdb7369[_0x5b0b2b(0x129)],_0xdb7369['slmvL'])?(_0xdb7369[_0x5b0b2b(0x116)](_0x36526f[_0x5b0b2b(0xd7)][_0x5b0b2b(0x120)],_0xdb7369[_0x5b0b2b(0x10c)])&&(_0x18717[_0x5b0b2b(0xd7)][_0x5b0b2b(0x10f)]=_0xdb7369[_0x5b0b2b(0x10c)]),_0x5c1144['debug'](_0xdb7369['uQoTt'])):_0x4d2c27='['+new Date()[_0x5b0b2b(0x107)]()+_0x5b0b2b(0x128)+_0x30ed25['message']);const _0x180135={};_0x180135[_0x5b0b2b(0xe8)]=_0x4d2c27,_0x180135[_0x5b0b2b(0xfd)]=_0x477c61;const _0x15c4f3={'type':_0x30ed25[_0x5b0b2b(0xd8)],..._0xdb7369[_0x5b0b2b(0xd4)](getLogMetaData),'data':_0x180135};_0x2de3af['send'](JSON['stringify'](_0x15c4f3));if(_0x126575){if(_0xdb7369[_0x5b0b2b(0xe3)](_0xdb7369['sAiEQ'],_0xdb7369[_0x5b0b2b(0xe0)]))await this[_0x5b0b2b(0x111)](0x1f4);else{const _0x4b7141=_0xdb7369['VWhzj'](_0x102c78),_0x5a9aff={'requestId':_0x58fcf5['requestId'],'username':_0x29f806[_0x5b0b2b(0xd1)],'cli_version':_0x4b7141['version'],'cli_path':_0x4b7141['path'],'os':_0xdb7369[_0x5b0b2b(0x121)](_0x3274f4),'os_version':_0xdb7369[_0x5b0b2b(0xdf)](_0x30eeab),'npm_version':_0xdb7369[_0x5b0b2b(0x10e)](_0x483d4d),'ci_environment':_0xdb7369[_0x5b0b2b(0x11a)](_0x1d042e)};return _0x213390[_0x5b0b2b(0x12c)]&&(_0x5a9aff[_0x5b0b2b(0x12c)]=_0x1ed2f1[_0x5b0b2b(0x12c)]),_0x18ec4f['gridProfile']&&(_0x5a9aff[_0x5b0b2b(0xe6)]=_0x1d6f94[_0x5b0b2b(0xe6)]),_0x5c355f[_0x5b0b2b(0xf2)]&&(_0x5a9aff[_0x5b0b2b(0xf2)]=_0xd431c1[_0x5b0b2b(0xf2)]),_0x5a9aff;}}};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserstack-node-sdk",
3
- "version": "1.66.1",
3
+ "version": "1.66.3",
4
4
  "private": false,
5
5
  "description": "Node SDK for browserstack selenium-webdriver tests",
6
6
  "main": "./src/index.js",
@@ -1 +1 @@
1
- const a0_0x2f13cf=a0_0x3b77;(function(_0x48e5c0,_0x36d2a0){const _0x1b758b=a0_0x3b77,_0x5683a5=_0x48e5c0();while(!![]){try{const _0x4be9c7=-parseInt(_0x1b758b(0xaf))/0x1*(-parseInt(_0x1b758b(0x163))/0x2)+parseInt(_0x1b758b(0xed))/0x3+-parseInt(_0x1b758b(0x9d))/0x4+parseInt(_0x1b758b(0x176))/0x5*(-parseInt(_0x1b758b(0xaa))/0x6)+parseInt(_0x1b758b(0x13f))/0x7+parseInt(_0x1b758b(0xf4))/0x8*(-parseInt(_0x1b758b(0x159))/0x9)+-parseInt(_0x1b758b(0x10e))/0xa;if(_0x4be9c7===_0x36d2a0)break;else _0x5683a5['push'](_0x5683a5['shift']());}catch(_0x37bd98){_0x5683a5['push'](_0x5683a5['shift']());}}}(a0_0x5b08,0xacd86));function a0_0x3b77(_0x1854a1,_0x55ff2a){const _0x5b08a0=a0_0x5b08();return a0_0x3b77=function(_0x3b7707,_0x4af628){_0x3b7707=_0x3b7707-0x71;let _0x5d2298=_0x5b08a0[_0x3b7707];return _0x5d2298;},a0_0x3b77(_0x1854a1,_0x55ff2a);}const fs=require('fs'),util=require(a0_0x2f13cf(0x76)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x2f13cf(0x135)),logger=require(a0_0x2f13cf(0xbd))['winstonLogger'],testOpsHelper=require(a0_0x2f13cf(0x138)),requestSpy=require(a0_0x2f13cf(0x179)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x2f13cf(0xc5)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x2f13cf(0x7d)),AccessibilityHelper=require(a0_0x2f13cf(0xb1)),accessibilityRetryHelper=require(a0_0x2f13cf(0xea)),scripts=require(a0_0x2f13cf(0x165)),PerformanceTester=require(a0_0x2f13cf(0x105)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a0_0x2f13cf(0x177)),{processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require('../../helpers/testhub/constants.js'),globals=require(a0_0x2f13cf(0x13e)),interopDefault=_0x3faca9=>_0x3faca9&&_0x3faca9[a0_0x2f13cf(0x161)]!==undefined?_0x3faca9[a0_0x2f13cf(0x161)]:_0x3faca9,CodeceptJS=requireModule(a0_0x2f13cf(0xf9),a0_0x2f13cf(0x132)),CodeceptUtils=requireModule(a0_0x2f13cf(0x164),'codeceptjs'),CodeceptWebDriver=interopDefault(requireModule(a0_0x2f13cf(0xa1),a0_0x2f13cf(0x132))),CodeceptRecorder=interopDefault(requireModule(a0_0x2f13cf(0x151),a0_0x2f13cf(0x132))),CodeceptPlaywright=interopDefault(requireModule(a0_0x2f13cf(0x85),a0_0x2f13cf(0x132)));try{require('../../helpers/driverInitErrorReporter')[a0_0x2f13cf(0x93)](a0_0x2f13cf(0x132));}catch(a0_0x49f57e){logger[a0_0x2f13cf(0xa5)](a0_0x2f13cf(0x128)+(a0_0x49f57e&&a0_0x49f57e[a0_0x2f13cf(0x136)]));}const playwrightMarkSessionStatus=(_0x2fb214,_0x291120,_0x3abac5)=>{const _0x35a1a6=a0_0x2f13cf,_0xd0c2f6={'XLIAE':'setSessionStatus','HdacP':function(_0x508b99,_0x34c333){return _0x508b99(_0x34c333);}},_0x26b323={};_0x26b323[_0x35a1a6(0x11a)]=_0x291120;const _0x2e7e4a={};_0x2e7e4a[_0x35a1a6(0x8c)]=_0xd0c2f6['XLIAE'],_0x2e7e4a[_0x35a1a6(0x13d)]=_0x26b323;const _0x102499=_0x2e7e4a;return!_0xd0c2f6['HdacP'](isUndefined,_0x3abac5)&&(_0x102499['arguments']['reason']=JSON[_0x35a1a6(0x80)](_0x3abac5)),_0x2fb214[_0x35a1a6(0x73)](()=>{},_0x35a1a6(0x116)+JSON[_0x35a1a6(0x80)](_0x102499));},o11ySync=PerformanceTester[a0_0x2f13cf(0xd3)](PerformanceO11yEvents[a0_0x2f13cf(0xde)],async _0x3c7730=>{const _0x2eb12f=a0_0x2f13cf,_0xeb049f={};_0xeb049f['cHfsm']=function(_0x4c4d90,_0x1c2b99){return _0x4c4d90===_0x1c2b99;},_0xeb049f[_0x2eb12f(0xc2)]=_0x2eb12f(0x77);const _0x4dd4ed=_0xeb049f;_0x4dd4ed[_0x2eb12f(0xb0)](_0x3c7730[_0x2eb12f(0x95)][_0x2eb12f(0x121)],_0x4dd4ed[_0x2eb12f(0xc2)])?await _0x3c7730[_0x2eb12f(0x73)](_0xd6ccc7=>{},testOpsHelper['getSyncScript']()):await _0x3c7730[_0x2eb12f(0x73)](testOpsHelper[_0x2eb12f(0x16b)]());}),markSessionName=PerformanceTester['measureWrapper'](PerformanceAutEvents[a0_0x2f13cf(0xfc)],async(_0x543ce0,_0x44b201)=>{const _0x2e8a05=a0_0x2f13cf,_0x4c14d2={};_0x4c14d2[_0x2e8a05(0xa6)]=_0x2e8a05(0x71),_0x4c14d2[_0x2e8a05(0x78)]=function(_0x432eb1,_0x449ea2){return _0x432eb1===_0x449ea2;},_0x4c14d2[_0x2e8a05(0x12f)]=_0x2e8a05(0x77);const _0x328733=_0x4c14d2,_0x5017ac={};_0x5017ac['name']=_0x44b201;const _0x1cbf80={};_0x1cbf80[_0x2e8a05(0x8c)]=_0x328733[_0x2e8a05(0xa6)],_0x1cbf80[_0x2e8a05(0x13d)]=_0x5017ac;const _0x3f9f3e=_0x1cbf80;_0x328733[_0x2e8a05(0x78)](_0x543ce0[_0x2e8a05(0x95)][_0x2e8a05(0x121)],_0x328733[_0x2e8a05(0x12f)])?await _0x543ce0['executeScript'](()=>{},_0x2e8a05(0x116)+JSON[_0x2e8a05(0x80)](_0x3f9f3e)):await _0x543ce0[_0x2e8a05(0x73)](_0x2e8a05(0x116)+JSON[_0x2e8a05(0x80)](_0x3f9f3e));}),patchSaveScreenshot=_0x4b3207=>{const _0x86a2ee=a0_0x2f13cf,_0x1b7d50={'brcJE':_0x86a2ee(0x9a),'Jfbhb':'TEST_SCREENSHOT','KZClh':function(_0x4358a8){return _0x4358a8();},'AtDlT':function(_0x4003ed,_0x5d1f7f){return _0x4003ed(_0x5d1f7f);},'NyHEW':_0x86a2ee(0x7f)};_0x1b7d50['AtDlT'](isTrue,process[_0x86a2ee(0x144)][_0x86a2ee(0xb7)])&&!_0x4b3207[_0x86a2ee(0xc9)]&&(_0x4b3207['patchSaveScreenshot']=!![],_0x4b3207['initSaveScreenshot']=_0x4b3207[_0x86a2ee(0x150)],_0x4b3207[_0x86a2ee(0x150)]=(_0x7fcb14,_0x30d599=![])=>{const _0x30fff7=_0x86a2ee,_0x40c383={'viuRn':_0x1b7d50[_0x30fff7(0x174)],'CICCj':_0x1b7d50[_0x30fff7(0x79)],'fgHcT':function(_0x34edd4){const _0x37b7eb=_0x30fff7;return _0x1b7d50[_0x37b7eb(0x14c)](_0x34edd4);},'oNuXc':function(_0x1d97ab,_0x45eea3){const _0x4cbc75=_0x30fff7;return _0x1b7d50[_0x4cbc75(0x11d)](_0x1d97ab,_0x45eea3);},'kcmjc':_0x1b7d50[_0x30fff7(0xe5)]};return new Promise(function(_0x250119,_0x189f76){const _0x24b973=_0x30fff7;_0x4b3207['initSaveScreenshot'](_0x7fcb14,_0x30d599)[_0x24b973(0x9c)](()=>{const _0x1f977d=_0x24b973,_0x31a5ca=CodeceptUtils['screenshotOutputFolder'](_0x7fcb14);if(_0x31a5ca){const _0x2bfe9e=fs[_0x1f977d(0xa2)](_0x31a5ca);process[_0x1f977d(0x9b)](_0x1f977d(0xe8)+process[_0x1f977d(0x84)],{'timestamp':new Date()[_0x1f977d(0xd0)](),'message':_0x2bfe9e[_0x1f977d(0x75)](_0x40c383[_0x1f977d(0x15c)]),'kind':_0x40c383['CICCj']}),_0x40c383[_0x1f977d(0x8f)](_0x250119);}_0x40c383[_0x1f977d(0x74)](_0x189f76,new Error(_0x40c383[_0x1f977d(0x171)]));})['catch'](()=>null);});});},patchWebDriverBefore=(_0x4ebe72,_0x19047f)=>{const _0x59f318=a0_0x2f13cf,_0x3f5e6d={'ZRkBy':function(_0x31ba23){return _0x31ba23();},'AAlte':function(_0x5cf83f,_0x3e1372){return _0x5cf83f(_0x3e1372);},'UzsAV':function(_0x37379b,_0x5be9bd){return _0x37379b===_0x5be9bd;},'bDMjc':_0x59f318(0x11e),'qFNuL':function(_0x4d141b,_0x28387c){return _0x4d141b===_0x28387c;},'OIKmZ':_0x59f318(0x109),'ODWSP':_0x59f318(0x130),'aNdgT':function(_0x1b334a,_0x4b1ac2){return _0x1b334a===_0x4b1ac2;},'sJudt':_0x59f318(0xba)},_0xc80bb2=async function(_0x563068,_0xcfc3f3){const _0x522450=_0x59f318;_0x3f5e6d[_0x522450(0x7c)](isAccessibilityAutomationSession)&&!global[_0x522450(0x8a)]&&global[_0x522450(0xae)]&&scripts[_0x522450(0x15a)](_0x563068[_0x522450(0x121)])&&_0x3f5e6d['AAlte'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x522450(0x8a)]=!![],await PerformanceTester[_0x522450(0xd3)](PerformanceA11yEvents[_0x522450(0x137)],async()=>{const _0x407516=_0x522450;logger['debug']('Performing\x20scan\x20for\x20'+_0x563068[_0x407516(0x14e)]+'\x20'+_0x563068[_0x407516(0x121)]),await AccessibilityHelper[_0x407516(0xc4)](_0x4ebe72,scripts[_0x407516(0xf1)]);},{'command':_0x563068[_0x522450(0x121)]})());global[_0x522450(0x8a)]=![];const _0x4800cf=JSON[_0x522450(0xe1)](process[_0x522450(0x144)]['FRAMEWORK_DETAILS']||'{}');if(_0x3f5e6d['UzsAV'](_0x4800cf?.['testFramework']?.[_0x522450(0x121)],_0x3f5e6d['bDMjc'])&&_0x3f5e6d[_0x522450(0x16d)](typeof _0x4800cf?.[_0x522450(0xb6)]?.[_0x522450(0xb8)],_0x3f5e6d[_0x522450(0x13c)])&&_0x4800cf?.[_0x522450(0xb6)]?.[_0x522450(0xb8)][_0x522450(0x97)]('7'))return _0xcfc3f3[_0x522450(0xf8)](null,Array[_0x522450(0xcf)][_0x522450(0x106)]['call'](arguments,0x2));return _0xcfc3f3[_0x522450(0xf8)](this,Array[_0x522450(0xcf)][_0x522450(0x106)][_0x522450(0xc8)](arguments,0x2));},_0xddf2eb=CodeceptWebDriver[_0x59f318(0xcf)][_0x59f318(0x145)];CodeceptWebDriver[_0x59f318(0xcf)][_0x59f318(0x145)]=async function(){const _0x4cdc75=_0x59f318;try{await _0xddf2eb[_0x4cdc75(0xf8)](this,arguments);}catch(_0x52fbbc){logger[_0x4cdc75(0xa5)](_0x4cdc75(0x126)+util['format'](_0x52fbbc));}(scripts[_0x4cdc75(0xca)]||[])[_0x4cdc75(0x14d)](_0xab1b1=>_0xab1b1[_0x4cdc75(0x121)]&&_0xab1b1['class'])[_0x4cdc75(0x8d)](_0x39b590=>{const _0x562ab8=_0x4cdc75;this[_0x562ab8(0xd5)]['overwriteCommand'](_0x39b590[_0x562ab8(0x121)],_0xc80bb2[_0x562ab8(0xa9)](this,_0x39b590),_0x3f5e6d[_0x562ab8(0x16d)](_0x39b590[_0x562ab8(0x14e)],_0x3f5e6d[_0x562ab8(0x15f)]));}),_0x3f5e6d[_0x4cdc75(0xb5)](processWebDriverConfig,_0x4ebe72);try{_0x19047f&&_0x3f5e6d[_0x4cdc75(0xe2)](typeof _0x19047f['flushPendingHookEvents'],_0x3f5e6d[_0x4cdc75(0x10f)])&&await _0x19047f[_0x4cdc75(0x104)]();}catch(_0x545f6c){logger[_0x4cdc75(0xa5)](_0x4cdc75(0xff)+util['format'](_0x545f6c));}};};function parseJwt(_0x4c485d){const _0x57b264=a0_0x2f13cf,_0x141e71={};_0x141e71['osLUN']='base64';const _0x2e8d68=_0x141e71;if(!_0x4c485d)return null;return JSON[_0x57b264(0xe1)](Buffer[_0x57b264(0x100)](_0x4c485d[_0x57b264(0x12c)]('.')[0x1],_0x2e8d68[_0x57b264(0xeb)])[_0x57b264(0x75)]());}const patchPlaywrightBefore=_0x25da78=>{const _0x352a75=a0_0x2f13cf,_0x2a4eb4={'Gbbsy':function(_0x3f3863){return _0x3f3863();},'Uybeh':_0x352a75(0x88),'yQlZm':_0x352a75(0x141),'amLyV':function(_0x326056,_0x43f25f){return _0x326056(_0x43f25f);},'sfNVC':function(_0x3cec5f){return _0x3cec5f();},'KvwHA':function(_0x217d3d,_0xfe2b96){return _0x217d3d+_0xfe2b96;},'wiEZt':_0x352a75(0xd9),'NSJtF':function(_0xec18fe){return _0xec18fe();},'WvcMK':function(_0x1e474b,_0x159d92){return _0x1e474b===_0x159d92;},'zaKdM':_0x352a75(0xba)};PlaywrightSessionDetails['patch']();const _0x29f948=CodeceptPlaywright['prototype'][_0x352a75(0x145)];CodeceptPlaywright[_0x352a75(0xcf)][_0x352a75(0x145)]=async function(){const _0x399453=_0x352a75;this['browserContext']=await this[_0x399453(0xd5)][_0x399453(0x115)]()[0x0];const _0xf71734=async()=>{const _0x11318b=_0x399453,_0x60dac9={'xvfLu':function(_0x5e93c4){return _0x2a4eb4['Gbbsy'](_0x5e93c4);},'qONHn':_0x2a4eb4['Uybeh']},_0x4ca1a6=this[_0x11318b(0xe3)]&&this[_0x11318b(0xe3)]['chromium']&&this[_0x11318b(0xe3)][_0x11318b(0xfd)][_0x11318b(0x12d)]&&Array[_0x11318b(0x10b)](this[_0x11318b(0xe3)][_0x11318b(0xfd)][_0x11318b(0x12d)])&&this['config']['chromium'][_0x11318b(0x12d)][_0x11318b(0x142)](_0x2a4eb4['yQlZm']);if(_0x2a4eb4[_0x11318b(0x112)](isAccessibilityAutomationSession)&&!_0x4ca1a6)try{const _0x26785d=_0x2a4eb4[_0x11318b(0xa8)](parseJwt,process[_0x11318b(0x144)][_0x11318b(0xfb)]);if(_0x26785d&&_0x26785d['a11y_core_config']&&_0x26785d[_0x11318b(0x129)][_0x11318b(0x101)]){const _0x29e32a=this[_0x11318b(0xc3)][_0x11318b(0x87)][_0x11318b(0xa9)](this['browserContext']);this[_0x11318b(0xc3)][_0x11318b(0x87)]=async function(){const _0x3ec510=_0x11318b,_0x37c2fc=await _0x60dac9[_0x3ec510(0x133)](_0x29e32a),_0x3b0776=[];for(const _0x42b590 of _0x37c2fc){try{const _0x487e48=await _0x42b590['url']();!_0x487e48[_0x3ec510(0x97)](_0x60dac9[_0x3ec510(0x10a)])&&_0x3b0776[_0x3ec510(0xd7)](_0x42b590);}catch(_0x3cd2bb){_0x3b0776['push'](_0x42b590);}}return _0x3b0776;};}if(!_0x2a4eb4['sfNVC'](isBrowserstackInfra)){const _0x5bc497=await this['page'][_0x11318b(0xf7)]();if(_0x5bc497['startsWith'](_0x2a4eb4['Uybeh'])){const _0x15aa6d=await this[_0x11318b(0xc3)][_0x11318b(0x87)]();this[_0x11318b(0x134)](_0x15aa6d[0x0]);}}}catch(_0x569edb){logger[_0x11318b(0xa5)](_0x11318b(0xf0)+_0x569edb[_0x11318b(0x136)]+(_0x569edb[_0x11318b(0x162)]?_0x2a4eb4['KvwHA'](_0x2a4eb4['wiEZt'],_0x569edb[_0x11318b(0x162)]):''));}};_0x2a4eb4['Gbbsy'](isBrowserstackInfra)&&await _0x2a4eb4['Gbbsy'](_0xf71734);await _0x29f948[_0x399453(0xf8)](this,arguments);!_0x2a4eb4['NSJtF'](isBrowserstackInfra)&&await _0x2a4eb4[_0x399453(0xd8)](_0xf71734);try{_0x25da78&&_0x2a4eb4[_0x399453(0x158)](typeof _0x25da78[_0x399453(0x104)],_0x2a4eb4[_0x399453(0x153)])&&await _0x25da78[_0x399453(0x104)]();}catch(_0x337985){logger['debug'](_0x399453(0xc0)+util['format'](_0x337985));}};},getCodeceptDriver=()=>{const _0x2f4a36=a0_0x2f13cf,_0x3b655f={};_0x3b655f[_0x2f4a36(0xef)]=_0x2f4a36(0x14a),_0x3b655f[_0x2f4a36(0x160)]=_0x2f4a36(0x77),_0x3b655f[_0x2f4a36(0x16a)]=_0x2f4a36(0xdb),_0x3b655f[_0x2f4a36(0xf3)]=_0x2f4a36(0xdf);const _0x428c74=_0x3b655f,_0x381c36=[_0x428c74['Xgfjx'],_0x428c74[_0x2f4a36(0x160)],_0x428c74['iBmKG'],_0x428c74[_0x2f4a36(0xf3)]],_0x38ce5e=_0x381c36['find'](_0xa4ee92=>!!CodeceptJS[_0x2f4a36(0x139)]['helpers'](_0xa4ee92));if(!_0x38ce5e)return null;return CodeceptJS[_0x2f4a36(0x139)][_0x2f4a36(0xce)](_0x38ce5e);};function a0_0x5b08(){const _0x33892a=['split','args','hook-failed','NWJRV','Element','MIsaY','codeceptjs','xvfLu','_setPage','../../helpers/helper','message','PERFORM_SCAN','../../helpers/test-observability/utils','container','thTestRunUuid','yMNCy','OIKmZ','arguments','../../helpers/globals.js','4123189ZLbKuS','aVguh','--auto-open-devtools-for-tabs','includes','izJDq','env','_before','BROWSERSTACK_TESTHUB_JWT','format','XylvD','SDK_POST_TEST','WebDriver','TEST_RUN_STARTED','KZClh','filter','class','fireEvent','saveScreenshot','codeceptjs/lib/recorder.js','SDK_TEST','zaKdM','skipped','bufferPendingHookEvent','enabled','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20','WvcMK','9zBaQph','shouldWrapCommand','after','viuRn','SDK_POST_INITIALIZE','step','ODWSP','sSmfF','default','stack','10eNDgyz','codeceptjs/lib/utils.js','../../helpers/accessibility-automation/scripts','comment','command','bddStepFinish','captureError','iBmKG','getSyncScript','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','qFNuL','uKsHD','bddStep-after','aGcTW','kcmjc','hookType','all','brcJE','bddStep-before','1620ZtCawO','../../helpers/performance/constants','SDK_HOOK','../../helpers/request-spy','VViTy','setSessionName','getResultsSummary','executeScript','oNuXc','toString','util','Playwright','DdPbC','Jfbhb','sUGVh','SDK_PRE_INITIALIZE','ZRkBy','../../helpers/accessibility-automation/helper','passed','Screenshot\x20path\x20not\x20found','stringify','titlePath','title','currentTest','pid','codeceptjs/lib/helper/Playwright.js','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','pages','devtools://','fvnNH','bstackAllyScanning','SDK_PRE_TEST','action','forEach','test-after','fgHcT','skipSessionName','WhftC','VAuNy','installAll','hook','constructor','hasLiveDriverSession','startsWith','GET_RESULTS','DxKOu','base64','emit','then','2165076yveATV','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','bddStepStart','PQagb','codeceptjs/lib/helper/WebDriver.js','readFileSync','warn','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','debug','iLVKi','thJwtToken','amLyV','bind','20430iXoxdq','stop','yVxkg','mHFcC','accessibilityPlatform','234473FKiplv','cHfsm','../../bin/playwright/accessibility-helper','cCOdD','ENV_VAR','HOOK_RUN_FINISHED','AAlte','testFramework','BS_TESTOPS_ALLOW_SCREENSHOTS','version','add','function','fHvIj','test-before','../../helpers/logger','BROWSERSTACK_TESTHUB_UUID','vBDPw','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','bstackA11yShouldScan','lrgPR','browserContext','browserStackExecuteDriver','./o11yHelper','osUVx','CwEzJ','call','patchSaveScreenshot','commandsToWrap','setGlobal','AWPmI','uWzNl','helpers','prototype','toISOString','oHXkP','info','measureWrapper','addRequestSpy','browser','event','push','NSJtF','\x0aStack:\x20','UULEM','Puppeteer','ltSul','test','SYNC','TestCafe','bziMy','parse','aNdgT','config','CBseO','NyHEW','hook-passed','ejvln','bs:addLog:','SESSION_STATUS','../../helpers/accessibility-automation/accessibilityRetryHelper','osLUN','captureEvent','3175434suKuHz','mWTWN','Xgfjx','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','performScan','ctx','sadTe','908840dSjiku','stopMonitoring','end','url','apply','codeceptjs/lib/index.js','failed','BS_A11Y_JWT','SESSION_NAME','chromium','DeuGs','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','from','domForge','browserstackTestName','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','flushPendingHookEvents','../../helpers/performance/performance-tester','slice','jZKkM','getResults','string','qONHn','isArray','start','before','3538020acykHR','sJudt','TEST_RUN_SKIPPED','test-started','Gbbsy','test-passed','getAccessibilityResultsSummary','contexts','browserstack_executor:\x20','skipSessionStatus','restore','XkndY','status','testAnalyticsId','bddStep','AtDlT','webdriverio','YUsYY','thBuildUuid','name','qhojy','startMonitoring','TEST_RUN_FINISHED','dispatcher','Failed\x20to\x20execute\x20_before:\x20','PIurQ','driver-init\x20capture\x20install\x20failed:\x20','a11y_core_config','TEST_LOG','HOOK_RUN_STARTED'];a0_0x5b08=function(){return _0x33892a;};return a0_0x5b08();}module['exports']=function(_0x398ccd){const _0x365b09=a0_0x2f13cf,_0x5b7742={'VViTy':function(_0x5b50a3,_0x513beb){return _0x5b50a3(_0x513beb);},'UULEM':function(_0x37ff88,_0x5c885f,_0x4c15a3){return _0x37ff88(_0x5c885f,_0x4c15a3);},'osUVx':_0x365b09(0x114),'ltSul':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','XkndY':'getAccessibilityResults','mWTWN':_0x365b09(0x86),'oHXkP':function(_0x2ee741,_0x72e94a,_0x5ed07c){return _0x2ee741(_0x72e94a,_0x5ed07c);},'vBDPw':'hook-started','AWPmI':_0x365b09(0xe6),'cCOdD':function(_0x19502d,_0x1d5927,_0x3878b6){return _0x19502d(_0x1d5927,_0x3878b6);},'qhojy':_0x365b09(0x12e),'YUsYY':_0x365b09(0x102),'bziMy':function(_0x37e53c){return _0x37e53c();},'uKsHD':_0x365b09(0xc1),'DeuGs':_0x365b09(0xbc),'DxKOu':function(_0x4dd04b,_0x381d06){return _0x4dd04b(_0x381d06);},'mHFcC':function(_0x3e4f95,_0x1ea8a1,_0x46a37d){return _0x3e4f95(_0x1ea8a1,_0x46a37d);},'kwXFA':function(_0x5a37ee,_0x29f019){return _0x5a37ee(_0x29f019);},'CwEzJ':_0x365b09(0x111),'BJnWN':function(_0x349a5a){return _0x349a5a();},'CBseO':_0x365b09(0x113),'HbZuz':function(_0x689408,_0x522cb9,_0x2de890,_0x338d01){return _0x689408(_0x522cb9,_0x2de890,_0x338d01);},'uWzNl':function(_0x5b7bdd,_0x3554f5){return _0x5b7bdd===_0x3554f5;},'aGcTW':'Suite','fHvIj':'test-failed','xUJnG':'test-skipped','VAuNy':_0x365b09(0x9e),'WhftC':_0x365b09(0x8e),'MIsaY':'INFO','yVxkg':_0x365b09(0x12a),'vgxtd':'step-comment','PIurQ':_0x365b09(0x175),'PQagb':_0x365b09(0x16f),'sUGVh':function(_0x2180c4){return _0x2180c4();},'fvnNH':_0x365b09(0x77)};_0x398ccd[_0x365b09(0x117)]&&(global['__skipSessionStatus']=_0x398ccd[_0x365b09(0x117)]);PerformanceTester[_0x365b09(0x123)]();const _0x57b2aa=_0x5b7742[_0x365b09(0x7a)](getCodeceptDriver),_0x304698=new O11yHelper(_0x57b2aa,_0x398ccd),_0x2b70e2=!!CodeceptJS[_0x365b09(0x139)][_0x365b09(0xce)](_0x5b7742[_0x365b09(0x89)]);global['__driver']=_0x57b2aa;_0x57b2aa&&(PerformanceTester[_0x365b09(0xd3)](PerformanceEvents[_0x365b09(0x7b)],()=>{const _0x4f7946=_0x365b09;_0x2b70e2?_0x5b7742[_0x4f7946(0x17a)](patchPlaywrightBefore,_0x304698):_0x5b7742[_0x4f7946(0xda)](patchWebDriverBefore,_0x57b2aa,_0x304698);})(),PerformanceTester[_0x365b09(0xd3)](PerformanceEvents[_0x365b09(0x15d)],()=>{const _0x4107c1=_0x365b09,_0x1a75bf={};_0x1a75bf[_0x4107c1(0x107)]=_0x5b7742[_0x4107c1(0x119)],_0x1a75bf[_0x4107c1(0x143)]=_0x5b7742[_0x4107c1(0xee)];const _0x289457=_0x1a75bf;_0x57b2aa[_0x4107c1(0x114)]=async()=>{const _0x3f32a4=_0x4107c1;if(global[_0x3f32a4(0xae)]){const _0x39ac12={};return _0x39ac12[_0x3f32a4(0x167)]=_0x5b7742[_0x3f32a4(0xc6)],await PerformanceTester[_0x3f32a4(0xd3)](PerformanceA11yEvents[_0x3f32a4(0x137)],async()=>{const _0x5cb625=_0x3f32a4;return await AccessibilityHelper[_0x5cb625(0xc4)](_0x57b2aa,scripts[_0x5cb625(0xf1)]);},_0x39ac12)(),await PerformanceTester[_0x3f32a4(0xd3)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x5dcb3a=_0x3f32a4;return await AccessibilityHelper['browserStackExecuteDriver'](_0x57b2aa,scripts[_0x5dcb3a(0x72)]);})();}return logger[_0x3f32a4(0xa3)](_0x5b7742[_0x3f32a4(0xdc)]),{};},_0x57b2aa['getAccessibilityResults']=async()=>{const _0x20079c=_0x4107c1;if(global[_0x20079c(0xae)]){const _0x3cdeae={};return _0x3cdeae[_0x20079c(0x167)]=_0x289457[_0x20079c(0x107)],await PerformanceTester[_0x20079c(0xd3)](PerformanceA11yEvents[_0x20079c(0x137)],async()=>{const _0xce22e7=_0x20079c;return await AccessibilityHelper[_0xce22e7(0xc4)](_0x57b2aa,scripts[_0xce22e7(0xf1)]);},_0x3cdeae)(),await PerformanceTester[_0x20079c(0xd3)](PerformanceA11yEvents[_0x20079c(0x98)],async()=>{const _0x4a38f6=_0x20079c;return await AccessibilityHelper[_0x4a38f6(0xc4)](_0x57b2aa,scripts[_0x4a38f6(0x108)]);})();}return logger['warn'](_0x289457[_0x20079c(0x143)]),{};},_0x5b7742[_0x4107c1(0x17a)](patchSaveScreenshot,_0x57b2aa);})());CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x125)]['on'](CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x173)][_0x365b09(0x10d)],()=>{const _0x1657a2=_0x365b09;PerformanceTester[_0x1657a2(0x10c)](PerformanceEvents[_0x1657a2(0x8b)]);try{_0x304698[_0x1657a2(0x10c)](),testOpsHelper[_0x1657a2(0xd4)](),PerformanceTester[_0x1657a2(0xf6)](PerformanceEvents['SDK_PRE_TEST']);}catch(_0x3fe07a){PerformanceTester['captureError'](_0x3fe07a),PerformanceTester[_0x1657a2(0xf6)](PerformanceEvents[_0x1657a2(0x8b)],![],_0x3fe07a);}}),CodeceptJS['event'][_0x365b09(0x125)]['on'](CodeceptJS['event'][_0x365b09(0x173)][_0x365b09(0x15b)],async()=>{const _0x540f9f=_0x365b09;PerformanceTester[_0x540f9f(0x10c)](PerformanceEvents['SDK_POST_TEST']);try{requestSpy[_0x540f9f(0x118)](),await _0x304698[_0x540f9f(0xab)](),PerformanceTester[_0x540f9f(0xf6)](PerformanceEvents['SDK_POST_TEST']);}catch(_0xeb5dbc){PerformanceTester[_0x540f9f(0x169)](_0xeb5dbc),PerformanceTester['end'](PerformanceEvents[_0x540f9f(0x149)],![],_0xeb5dbc);}finally{PerformanceTester[_0x540f9f(0xf5)]();}});const _0x286068=(_0x1a8b9f,_0x4342d8)=>{const _0x4a9bae=_0x365b09;if(!_0x304698)return;if(!_0x304698[_0x4a9bae(0x96)]()){_0x304698[_0x4a9bae(0x155)](_0x1a8b9f,_0x4342d8);return;}CodeceptRecorder[_0x4a9bae(0xb9)](()=>_0x304698['fireEvent'](_0x1a8b9f,_0x4342d8));};CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x125)]['on'](CodeceptJS[_0x365b09(0xd6)]['hook']['started'],_0x10256d=>{const _0xc3b91c=_0x365b09;PerformanceTester[_0xc3b91c(0x10c)](PerformanceEvents[_0xc3b91c(0x178)]);try{const _0x2bb26d=_0x10256d[_0xc3b91c(0xf2)][_0xc3b91c(0xdd)],_0x4be4e5=_0x304698[_0xc3b91c(0xec)](TEST_EVENTS[_0xc3b91c(0x12b)],_0x2bb26d);_0x5b7742[_0xc3b91c(0xd1)](_0x286068,TEST_EVENTS['HOOK_RUN_STARTED'],_0x4be4e5);const _0x3b58d0={};_0x3b58d0['hookType']=_0x5b7742['vBDPw'],PerformanceTester['end'](PerformanceEvents[_0xc3b91c(0x178)],!![],null,_0x3b58d0);}catch(_0x3a6ddb){const _0x568f4e={};_0x568f4e[_0xc3b91c(0x172)]=_0x5b7742[_0xc3b91c(0xbf)],PerformanceTester[_0xc3b91c(0xf6)](PerformanceEvents[_0xc3b91c(0x178)],![],_0x3a6ddb,_0x568f4e),PerformanceTester[_0xc3b91c(0x169)](_0x3a6ddb);}}),CodeceptJS[_0x365b09(0xd6)]['dispatcher']['on'](CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x94)]['passed'],_0x50be3c=>{const _0x32c949=_0x365b09,_0x3aba7={};_0x3aba7[_0x32c949(0x172)]=_0x5b7742['AWPmI'],PerformanceTester[_0x32c949(0x10c)](PerformanceHookEvents[_0x32c949(0x178)],!![],null,_0x3aba7);try{const _0x1610a6=_0x50be3c['ctx'][_0x32c949(0xdd)],_0x361dc0=_0x304698[_0x32c949(0xec)](TEST_EVENTS[_0x32c949(0xb4)],_0x1610a6);_0x5b7742[_0x32c949(0xb2)](_0x286068,TEST_EVENTS[_0x32c949(0xb4)],_0x361dc0);const _0x5e0af7={};_0x5e0af7[_0x32c949(0x172)]=_0x5b7742[_0x32c949(0xcc)],PerformanceTester['end'](PerformanceHookEvents[_0x32c949(0x178)],!![],null,_0x5e0af7);}catch(_0x5c62e2){PerformanceTester[_0x32c949(0x169)](_0x5c62e2);const _0x4be941={};_0x4be941[_0x32c949(0x172)]=_0x5b7742[_0x32c949(0xcc)],PerformanceTester[_0x32c949(0xf6)](PerformanceHookEvents[_0x32c949(0x178)],![],_0x5c62e2,_0x4be941);}}),CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x125)]['on'](CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x94)]['failed'],async(_0x4a15a4,_0x28796a)=>{const _0x2f78b5=_0x365b09;PerformanceTester[_0x2f78b5(0x10c)](PerformanceHookEvents[_0x2f78b5(0x178)]);try{const _0x41de90=_0x4a15a4[_0x2f78b5(0xf2)][_0x2f78b5(0xdd)],_0x344f83=_0x304698['captureEvent'](TEST_EVENTS[_0x2f78b5(0xb4)],_0x41de90,_0x28796a);_0x5b7742[_0x2f78b5(0xda)](_0x286068,TEST_EVENTS[_0x2f78b5(0xb4)],_0x344f83);const _0x25efac={};_0x25efac['hookType']=_0x5b7742[_0x2f78b5(0x122)],PerformanceTester[_0x2f78b5(0x10c)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x25efac);}catch(_0x44acd8){PerformanceTester[_0x2f78b5(0x169)](_0x44acd8);const _0xfcc9b3={};_0xfcc9b3[_0x2f78b5(0x172)]=_0x5b7742[_0x2f78b5(0x122)],PerformanceTester[_0x2f78b5(0xf6)](PerformanceHookEvents[_0x2f78b5(0x178)],![],_0x44acd8,_0xfcc9b3);}const _0x4ac620={};_0x4ac620[_0x2f78b5(0x172)]=_0x5b7742[_0x2f78b5(0x122)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4ac620);}),CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x125)]['on'](CodeceptJS[_0x365b09(0xd6)][_0x365b09(0xdd)][_0x365b09(0x10d)],_0x3a58ec=>{const _0x4dba4a=_0x365b09;PerformanceTester[_0x4dba4a(0x10c)](PerformanceHookEvents[_0x4dba4a(0x178)]);try{globals['setGlobal'](_0x5b7742[_0x4dba4a(0x11f)],_0x3a58ec['title']);_0x5b7742[_0x4dba4a(0xe0)](isBrowserstackInfra)&&(_0x2b70e2&&(global['__workerDetails']={'currentTest':{'name':_0x3a58ec[_0x4dba4a(0x82)],'testInfo':{'titlePath':_0x3a58ec['titlePath']()}}}));try{const _0x2dea7c=_0x5b7742['oHXkP'](shouldScanTestForAccessibility,_0x3a58ec[_0x4dba4a(0x81)](),!![]);globals[_0x4dba4a(0xcb)](_0x5b7742[_0x4dba4a(0x16e)],_0x2dea7c);}catch(_0x5f46a0){logger[_0x4dba4a(0xa5)](_0x4dba4a(0x157)+util[_0x4dba4a(0x147)](_0x5f46a0));}const _0x492aff={};_0x492aff[_0x4dba4a(0x172)]=_0x5b7742['DeuGs'],PerformanceTester[_0x4dba4a(0xf6)](PerformanceHookEvents[_0x4dba4a(0x178)],!![],null,_0x492aff);}catch(_0x5830ce){PerformanceTester[_0x4dba4a(0x169)](_0x5830ce);const _0x569571={};_0x569571[_0x4dba4a(0x172)]=_0x5b7742[_0x4dba4a(0xfe)],PerformanceTester['end'](PerformanceHookEvents[_0x4dba4a(0x178)],![],_0x5830ce,_0x569571);}}),CodeceptJS[_0x365b09(0xd6)]['dispatcher']['on'](CodeceptJS[_0x365b09(0xd6)][_0x365b09(0xdd)]['started'],_0x4b7099=>{const _0x29db2b=_0x365b09,_0x373a82={'yMNCy':function(_0x539c19){return _0x5b7742['bziMy'](_0x539c19);},'aVguh':function(_0x5213cd,_0x1a5057){const _0xfa5f71=a0_0x3b77;return _0x5b7742[_0xfa5f71(0x99)](_0x5213cd,_0x1a5057);},'memVj':function(_0x25dfe8,_0x22a445,_0x2619ce){const _0x5ec40c=a0_0x3b77;return _0x5b7742[_0x5ec40c(0xad)](_0x25dfe8,_0x22a445,_0x2619ce);},'ejvln':function(_0x357dda,_0x463349){return _0x5b7742['kwXFA'](_0x357dda,_0x463349);}};PerformanceTester['start'](PerformanceHookEvents[_0x29db2b(0x178)]);try{globals[_0x29db2b(0xcb)](_0x5b7742[_0x29db2b(0x11f)],_0x4b7099['title']);const _0x2caadd=_0x304698[_0x29db2b(0xec)](TEST_EVENTS[_0x29db2b(0x14b)],_0x4b7099);CodeceptRecorder[_0x29db2b(0xb9)](()=>_0x304698[_0x29db2b(0x104)]()),CodeceptRecorder[_0x29db2b(0xb9)](()=>_0x304698['fireEvent'](TEST_EVENTS[_0x29db2b(0x14b)],_0x2caadd)),CodeceptRecorder['add'](()=>_0x304698['sendCBTInfo'](_0x4b7099[_0x29db2b(0x11b)])),CodeceptRecorder['add'](async()=>{const _0x575d2f=_0x29db2b;_0x373a82[_0x575d2f(0x13b)](isBrowserstackInfra)&&(!_0x373a82[_0x575d2f(0x140)](isTrue,_0x398ccd[_0x575d2f(0x90)])&&await _0x373a82['memVj'](markSessionName,_0x57b2aa,_0x4b7099['title']),_0x304698[_0x575d2f(0x156)]&&await _0x373a82[_0x575d2f(0xe7)](o11ySync,_0x57b2aa));});}catch(_0x3dc9bf){const _0x14d4dd={};_0x14d4dd['hookType']=_0x5b7742[_0x29db2b(0xc7)],PerformanceTester[_0x29db2b(0xf6)](PerformanceHookEvents['SDK_HOOK'],![],_0x3dc9bf,_0x14d4dd),PerformanceTester[_0x29db2b(0x169)](_0x3dc9bf);}const _0x381f60={};_0x381f60[_0x29db2b(0x172)]=_0x5b7742[_0x29db2b(0xc7)],PerformanceTester[_0x29db2b(0xf6)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x381f60);}),CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x125)]['on'](CodeceptJS[_0x365b09(0xd6)][_0x365b09(0xdd)][_0x365b09(0x7e)],_0x3c3428=>{const _0x52da80=_0x365b09,_0x111a9f={'WUvhe':function(_0x417e90,_0x3f1d20,_0xb73a4f){const _0x19d19d=a0_0x3b77;return _0x5b7742[_0x19d19d(0xad)](_0x417e90,_0x3f1d20,_0xb73a4f);},'XylvD':function(_0x288517){return _0x5b7742['BJnWN'](_0x288517);}};PerformanceTester[_0x52da80(0x10c)](PerformanceHookEvents[_0x52da80(0x178)]);try{const _0x473cab=_0x304698[_0x52da80(0xec)](TEST_EVENTS[_0x52da80(0x124)],_0x3c3428);CodeceptRecorder['add'](()=>_0x304698[_0x52da80(0x14f)](TEST_EVENTS[_0x52da80(0x124)],_0x473cab)),CodeceptRecorder['add'](async()=>{const _0x359b62=_0x52da80;_0x111a9f[_0x359b62(0x148)](isBrowserstackInfra)&&await PerformanceTester[_0x359b62(0xd3)](PerformanceAutEvents[_0x359b62(0xe9)],async()=>{_0x2b70e2?await _0x111a9f['WUvhe'](playwrightMarkSessionStatus,_0x57b2aa,STATE_PASSED):await _0x111a9f['WUvhe'](markSessionStatus,_0x57b2aa,STATE_PASSED);})();}),PerformanceTester[_0x52da80(0xf6)](PerformanceEvents[_0x52da80(0x152)]);}catch(_0x331aee){PerformanceTester[_0x52da80(0x169)](_0x331aee);const _0x1344b3={};_0x1344b3[_0x52da80(0x172)]=_0x5b7742[_0x52da80(0xe4)],PerformanceTester[_0x52da80(0xf6)](PerformanceHookEvents[_0x52da80(0x178)],![],_0x331aee,_0x1344b3),PerformanceTester[_0x52da80(0xf6)](PerformanceEvents[_0x52da80(0x152)],![],_0x331aee);}const _0x21f170={};_0x21f170['hookType']=_0x5b7742[_0x52da80(0xe4)],PerformanceTester[_0x52da80(0xf6)](PerformanceHookEvents[_0x52da80(0x178)],!![],null,_0x21f170);}),CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x125)]['on'](CodeceptJS[_0x365b09(0xd6)]['test'][_0x365b09(0xfa)],(_0x32aa70,_0x51f58e)=>{const _0x2f977b=_0x365b09;PerformanceTester[_0x2f977b(0x10c)](PerformanceHookEvents['SDK_HOOK']);try{if(_0x5b7742[_0x2f977b(0xcd)](_0x32aa70[_0x2f977b(0x95)][_0x2f977b(0x121)],_0x5b7742[_0x2f977b(0x170)])){const _0x4e7594=_0x304698[_0x2f977b(0xec)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x32aa70[_0x2f977b(0xf2)][_0x2f977b(0x83)]);CodeceptRecorder[_0x2f977b(0xb9)](()=>_0x304698[_0x2f977b(0x14f)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4e7594));}else{const _0x146392=_0x304698['captureEvent'](TEST_EVENTS[_0x2f977b(0x124)],_0x32aa70,_0x51f58e);CodeceptRecorder[_0x2f977b(0xb9)](()=>{const _0x4f9111=_0x2f977b;try{_0x304698[_0x4f9111(0x14f)](TEST_EVENTS[_0x4f9111(0x124)],_0x146392);}catch(_0x3e8283){logger[_0x4f9111(0xa5)](_0x4f9111(0x16c)+util[_0x4f9111(0x147)](_0x3e8283)),PerformanceTester[_0x4f9111(0xf6)](PerformanceEvents[_0x4f9111(0x152)],![],_0x3e8283);}}),CodeceptRecorder[_0x2f977b(0xb9)](async()=>{const _0x4f2d85=_0x2f977b;try{_0x5b7742['BJnWN'](isBrowserstackInfra)&&(_0x2b70e2?await _0x5b7742['HbZuz'](playwrightMarkSessionStatus,_0x57b2aa,STATE_FAILED,_0x51f58e):await _0x5b7742['HbZuz'](markSessionStatus,_0x57b2aa,STATE_FAILED,_0x51f58e));}catch(_0x4c6d73){logger['debug'](_0x4f2d85(0x103)+util[_0x4f2d85(0x147)](_0x4c6d73)),PerformanceTester[_0x4f2d85(0xf6)](PerformanceEvents[_0x4f2d85(0x152)],![],_0x4c6d73);}});}PerformanceTester['end'](PerformanceEvents[_0x2f977b(0x152)]);}catch(_0x1b0a2c){PerformanceTester[_0x2f977b(0x169)](_0x1b0a2c);const _0x418601={};_0x418601['hookType']=_0x5b7742[_0x2f977b(0xbb)],PerformanceTester[_0x2f977b(0xf6)](PerformanceHookEvents['SDK_HOOK'],![],_0x1b0a2c,_0x418601),PerformanceTester[_0x2f977b(0xf6)](PerformanceEvents[_0x2f977b(0x152)],![],_0x1b0a2c);}const _0x5c0c4f={};_0x5c0c4f[_0x2f977b(0x172)]=_0x5b7742[_0x2f977b(0xbb)],PerformanceTester[_0x2f977b(0xf6)](PerformanceHookEvents[_0x2f977b(0x178)],!![],null,_0x5c0c4f);}),CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x125)]['on'](CodeceptJS[_0x365b09(0xd6)]['test'][_0x365b09(0x154)],_0x4b5721=>{const _0x17aac=_0x365b09;PerformanceTester[_0x17aac(0x10c)](PerformanceHookEvents[_0x17aac(0x178)]);try{const _0x5780f6=_0x304698[_0x17aac(0xec)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4b5721);CodeceptRecorder[_0x17aac(0xb9)](()=>_0x304698[_0x17aac(0x14f)](TEST_EVENTS[_0x17aac(0x110)],_0x5780f6)),PerformanceTester[_0x17aac(0xf6)](PerformanceEvents[_0x17aac(0x152)]);}catch(_0x59c5d9){PerformanceTester[_0x17aac(0x169)](_0x59c5d9),PerformanceTester[_0x17aac(0xf6)](PerformanceEvents[_0x17aac(0x152)],![],_0x59c5d9);const _0x3c5457={};_0x3c5457[_0x17aac(0x172)]=_0x5b7742['xUJnG'],PerformanceTester[_0x17aac(0xf6)](PerformanceHookEvents['SDK_HOOK'],![],_0x59c5d9,_0x3c5457);}const _0x35a443={};_0x35a443[_0x17aac(0x172)]=_0x5b7742['xUJnG'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x35a443);}),CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x125)]['on'](CodeceptJS['event']['test'][_0x365b09(0x15b)],async(_0x398167,_0x2fc0f8)=>{const _0x561d72=_0x365b09;try{PerformanceTester[_0x561d72(0x10c)](PerformanceHookEvents[_0x561d72(0x178)]);const _0x5a0f08=_0x5b7742[_0x561d72(0xd1)](shouldScanTestForAccessibility,_0x398167[_0x561d72(0x81)](),!![]);if(_0x5b7742[_0x561d72(0xe0)](isAccessibilityAutomationSession)&&global[_0x561d72(0xae)]&&_0x5a0f08){const _0x296187={};_0x296187[_0x561d72(0x13a)]=_0x398167['testAnalyticsId'],_0x296187[_0x561d72(0x120)]=process[_0x561d72(0x144)][testHubConstants['ENV_VAR'][_0x561d72(0xbe)]],_0x296187[_0x561d72(0xa7)]=process['env'][testHubConstants[_0x561d72(0xb3)][_0x561d72(0x146)]];const _0xdc802=_0x296187;logger[_0x561d72(0xa5)](_0x561d72(0xa4)+JSON[_0x561d72(0x80)](_0xdc802)),CodeceptRecorder['add'](async()=>{await accessibilityRetryHelper['performScanWithRetry'](_0x57b2aa,_0x398167['title']),await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](_0x57b2aa,_0xdc802);}),logger[_0x561d72(0xd2)](_0x5b7742[_0x561d72(0x92)]);}const _0x5cc840={};_0x5cc840['hookType']=_0x5b7742[_0x561d72(0x91)],PerformanceTester[_0x561d72(0xf6)](PerformanceHookEvents[_0x561d72(0x178)],!![],null,_0x5cc840);}catch(_0x195955){PerformanceTester[_0x561d72(0x169)](_0x195955);const _0x23d0b4={};_0x23d0b4['hookType']=_0x5b7742[_0x561d72(0x91)],PerformanceTester[_0x561d72(0xf6)](PerformanceHookEvents[_0x561d72(0x178)],![],_0x195955,_0x23d0b4);}}),CodeceptJS[_0x365b09(0xd6)]['dispatcher']['on'](CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x15e)][_0x365b09(0x166)],_0x4c246e=>{const _0x13988d=_0x365b09;PerformanceTester[_0x13988d(0x10c)](PerformanceHookEvents[_0x13988d(0x178)]);try{process[_0x13988d(0x9b)]('bs:addLog:'+process[_0x13988d(0x84)],{'timestamp':new Date()[_0x13988d(0xd0)](),'level':_0x5b7742[_0x13988d(0x131)],'message':_0x4c246e,'kind':_0x5b7742[_0x13988d(0xac)],'http_response':{}});}catch(_0x5771c7){PerformanceTester[_0x13988d(0x169)](_0x5771c7);const _0x2b530e={};_0x2b530e[_0x13988d(0x172)]=_0x5b7742['vgxtd'],PerformanceTester[_0x13988d(0xf6)](PerformanceHookEvents['SDK_HOOK'],![],_0x5771c7,_0x2b530e);}const _0x356127={};_0x356127[_0x13988d(0x172)]=_0x5b7742['vgxtd'],PerformanceTester[_0x13988d(0xf6)](PerformanceHookEvents[_0x13988d(0x178)],!![],null,_0x356127);}),CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x125)]['on'](CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x11c)]['before'],_0x4407ed=>{const _0x596c9c=_0x365b09,_0x48f042={};_0x48f042[_0x596c9c(0x172)]=_0x5b7742[_0x596c9c(0x127)],PerformanceTester[_0x596c9c(0xd3)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x4ade3a=_0x596c9c;_0x304698[_0x4ade3a(0x9f)](_0x4407ed);},_0x48f042)();}),CodeceptJS['event'][_0x365b09(0x125)]['on'](CodeceptJS[_0x365b09(0xd6)][_0x365b09(0x11c)][_0x365b09(0x15b)],_0x5d6c94=>{const _0x2eb3cb=_0x365b09,_0x1280e1={};_0x1280e1[_0x2eb3cb(0x172)]=_0x5b7742[_0x2eb3cb(0xa0)],PerformanceTester[_0x2eb3cb(0xd3)](PerformanceHookEvents[_0x2eb3cb(0x178)],()=>{const _0x294ee3=_0x2eb3cb;_0x304698[_0x294ee3(0x168)](_0x5d6c94);},_0x1280e1)();});};
1
+ const a0_0x4e8fee=a0_0x49e6;function a0_0x2bce(){const _0x1dbbb8=['arguments','XWHau','../../helpers/accessibility-automation/helper','codeceptjs','codeceptjs/lib/utils.js','mWqWU','SFpwy','ZLKXm','kVUbu','config','TvjAv','stop','fireEvent','kNcGB','getAccessibilityResults','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','_before','Gjapd','HOOK_RUN_STARTED','getResults','test-after','setGlobal','uuzrw','title','env','tHiZj','page','start','qUVIL','emit','bddStep','push','hook-passed','gDFdf','hookType','Alqcd','BS_TESTOPS_ALLOW_SCREENSHOTS','url','find','udjAa','tanID','commandsToWrap','stringify','GET_RESULTS','MQyod','RGDMW','format','helpers','7HLtPrM','constructor','NbQAv','class','juXqT','skipSessionName','installAll','webdriverio','chromium','../../helpers/performance/constants','measureWrapper','testAnalyticsId','pages','./helper.js','Performing\x20scan\x20for\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','bddStep-after','command','bind','getAccessibilityResultsSummary','version','GET_RESULTS_SUMMARY','passed','TestCafe','SDK_PRE_TEST','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','DCAsn','default','flushPendingHookEvents','HCqeq','before','captureError','lxftR','after','Element','testFramework','EQHSh','gPfKj','4KXrPQO','overwriteCommand','ydSTE','browserStackExecuteDriver','FRAMEWORK_DETAILS','TEST_RUN_SKIPPED','200xZoesF','test-before','base64','initSaveScreenshot','PERFORM_SCAN','BJNrK','22ZlHIUO','browserContext','slice','call','CtodG','bstackAllyScanning','setSessionStatus','test-passed','../../helpers/globals.js','ZdZGq','browserstackTestName','RnoLm','HOOK_RUN_FINISHED','Screenshot\x20path\x20not\x20found','gmUQY','split','pid','reason','then','getSyncScript','test-skipped','../../bin/playwright/sessionDetails','3303963ZJhYiJ','browserstack_executor:\x20','oNQiX','test','performScanWithRetry','gvJhg','VMZwK','SYNC','SDK_PRE_INITIALIZE','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','enabled','VbYIR','PRpLq','Failed\x20to\x20execute\x20_before:\x20','JkKVT','filter','DFosY','hnhdl','screenshotOutputFolder','failed','IDmXl','--auto-open-devtools-for-tabs','YXopC','string','add','function','patchSaveScreenshot','jfqMP','catch','startMonitoring','DEXck','currentTest','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','JFrBD','captureEvent','../../helpers/helper','WebDriver','name','fQInx','KuylI','hook-failed','TEST_RUN_FINISHED','704388FOWOiO','event','622740uSoXuo','util','bstackA11yShouldScan','yrgmK','SRbBx','SDK_POST_INITIALIZE','stack','browser','IrPqm','info','SESSION_STATUS','996896lJBvTL','hPLgg','BROWSERSTACK_TESTHUB_UUID','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','codeceptjs/lib/index.js','ZgqKm','VYxcn','winstonLogger','../../bin/playwright/accessibility-helper','hook-started','563530tGeRpq','skipSessionStatus','bIJJe','executeScript','SDK_TEST','prototype','step','hook','QEgbl','bufferPendingHookEvent','accessibilityPlatform','\x0aStack:\x20','tskhW','hfEDq','dQPPn','../../helpers/test-observability/utils','comment','all','../../helpers/testhub/constants.js','TFYww','apply','startsWith','SDK_HOOK','VfCZr','../../helpers/driverInitErrorReporter','xnuzG','noVWX','41014NBIKpv','dispatcher','xgiFz','TQkop','test-failed','codeceptjs/lib/helper/Playwright.js','performScan','90438wsHCaF','dnGIW','SDK_POST_TEST','BCIbF','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','doAmo','end','TlxtL','__workerDetails','FnLvz','bddStep-before','a11y_core_config','KJDyT','debug','saveScreenshot','zVPvA','qtKtD','__driver','../../helpers/request-spy','warn','IUpgi','action','Playwright','started','toString','mHXUG','pyysm','ctx','MMbRp','container','../../helpers/performance/performance-tester','Suite','toISOString','ENV_VAR','args','EDqHx','patch','DOnSD','TEST_LOG','rgeRC','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','shouldWrapCommand','parse','addRequestSpy','OrXLO','forEach','eGDFE','titlePath','_setPage','pzzXP','BufEh'];a0_0x2bce=function(){return _0x1dbbb8;};return a0_0x2bce();}(function(_0x584b34,_0x4c326e){const _0x1d15ce=a0_0x49e6,_0x307080=_0x584b34();while(!![]){try{const _0x4110e1=-parseInt(_0x1d15ce(0x14e))/0x1+-parseInt(_0x1d15ce(0x22c))/0x2+parseInt(_0x1d15ce(0x22a))/0x3*(parseInt(_0x1d15ce(0x1de))/0x4)+parseInt(_0x1d15ce(0x1e4))/0x5*(parseInt(_0x1d15ce(0x155))/0x6)+parseInt(_0x1d15ce(0x1b8))/0x7*(-parseInt(_0x1d15ce(0x237))/0x8)+parseInt(_0x1d15ce(0x200))/0x9+-parseInt(_0x1d15ce(0x241))/0xa*(parseInt(_0x1d15ce(0x1ea))/0xb);if(_0x4110e1===_0x4c326e)break;else _0x307080['push'](_0x307080['shift']());}catch(_0x58963c){_0x307080['push'](_0x307080['shift']());}}}(a0_0x2bce,0x962d1));const fs=require('fs'),util=require(a0_0x4e8fee(0x22d)),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x4e8fee(0x223)),logger=require('../../helpers/logger')[a0_0x4e8fee(0x23e)],testOpsHelper=require(a0_0x4e8fee(0x250)),requestSpy=require(a0_0x4e8fee(0x167)),PlaywrightSessionDetails=require(a0_0x4e8fee(0x1ff)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x4e8fee(0x18a)),AccessibilityHelper=require(a0_0x4e8fee(0x23f)),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a0_0x4e8fee(0x173)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a0_0x4e8fee(0x1c1)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x4e8fee(0x1c5)),testHubConstants=require(a0_0x4e8fee(0x145)),globals=require(a0_0x4e8fee(0x1f2)),interopDefault=_0x4095c2=>_0x4095c2&&_0x4095c2[a0_0x4e8fee(0x1d3)]!==undefined?_0x4095c2[a0_0x4e8fee(0x1d3)]:_0x4095c2,CodeceptJS=requireModule(a0_0x4e8fee(0x23b),a0_0x4e8fee(0x18b)),CodeceptUtils=requireModule(a0_0x4e8fee(0x18c),a0_0x4e8fee(0x18b)),CodeceptWebDriver=interopDefault(requireModule('codeceptjs/lib/helper/WebDriver.js',a0_0x4e8fee(0x18b))),CodeceptRecorder=interopDefault(requireModule('codeceptjs/lib/recorder.js',a0_0x4e8fee(0x18b))),CodeceptPlaywright=interopDefault(requireModule(a0_0x4e8fee(0x153),a0_0x4e8fee(0x18b)));try{require(a0_0x4e8fee(0x14b))[a0_0x4e8fee(0x1be)]('codeceptjs');}catch(a0_0x3c87b2){logger['debug']('driver-init\x20capture\x20install\x20failed:\x20'+(a0_0x3c87b2&&a0_0x3c87b2['message']));}const playwrightMarkSessionStatus=(_0xe1666c,_0x408a9f,_0x560f91)=>{const _0x53a84a=a0_0x4e8fee,_0x412b53={'BCIbF':_0x53a84a(0x1f0),'JFrBD':function(_0x3bf16,_0x3eefae){return _0x3bf16(_0x3eefae);}},_0x3f8631={};_0x3f8631['status']=_0x408a9f;const _0x4bbddc={};_0x4bbddc[_0x53a84a(0x16a)]=_0x412b53[_0x53a84a(0x158)],_0x4bbddc['arguments']=_0x3f8631;const _0x4d9b98=_0x4bbddc;return!_0x412b53[_0x53a84a(0x221)](isUndefined,_0x560f91)&&(_0x4d9b98['arguments'][_0x53a84a(0x1fb)]=JSON['stringify'](_0x560f91)),_0xe1666c[_0x53a84a(0x244)](()=>{},'browserstack_executor:\x20'+JSON[_0x53a84a(0x1b2)](_0x4d9b98));},o11ySync=PerformanceTester[a0_0x4e8fee(0x1c2)](PerformanceO11yEvents[a0_0x4e8fee(0x207)],async _0x30c62e=>{const _0x153864=a0_0x4e8fee,_0x4ce4e2={};_0x4ce4e2[_0x153864(0x1dd)]=function(_0x57b0da,_0x3d54a1){return _0x57b0da===_0x3d54a1;},_0x4ce4e2[_0x153864(0x15e)]=_0x153864(0x16b);const _0x50b43d=_0x4ce4e2;_0x50b43d['gPfKj'](_0x30c62e[_0x153864(0x1b9)][_0x153864(0x225)],_0x50b43d[_0x153864(0x15e)])?await _0x30c62e['executeScript'](_0x3e1695=>{},testOpsHelper[_0x153864(0x1fd)]()):await _0x30c62e[_0x153864(0x244)](testOpsHelper[_0x153864(0x1fd)]());}),markSessionName=PerformanceTester[a0_0x4e8fee(0x1c2)](PerformanceAutEvents['SESSION_NAME'],async(_0x132a52,_0x4d8ca9)=>{const _0x2733cb=a0_0x4e8fee,_0x2f5b38={};_0x2f5b38[_0x2733cb(0x171)]='setSessionName',_0x2f5b38[_0x2733cb(0x151)]=function(_0x51062a,_0xb2fd9a){return _0x51062a===_0xb2fd9a;},_0x2f5b38['XWHau']=_0x2733cb(0x16b);const _0x1fe087=_0x2f5b38,_0x5c122a={};_0x5c122a['name']=_0x4d8ca9;const _0x19610c={};_0x19610c[_0x2733cb(0x16a)]=_0x1fe087[_0x2733cb(0x171)],_0x19610c[_0x2733cb(0x188)]=_0x5c122a;const _0x39c114=_0x19610c;_0x1fe087['TQkop'](_0x132a52[_0x2733cb(0x1b9)]['name'],_0x1fe087[_0x2733cb(0x189)])?await _0x132a52[_0x2733cb(0x244)](()=>{},_0x2733cb(0x201)+JSON[_0x2733cb(0x1b2)](_0x39c114)):await _0x132a52[_0x2733cb(0x244)]('browserstack_executor:\x20'+JSON[_0x2733cb(0x1b2)](_0x39c114));}),patchSaveScreenshot=_0x51d9e7=>{const _0x2ce044=a0_0x4e8fee,_0x508aa0={'pzzXP':_0x2ce044(0x1e6),'iYcpj':'TEST_SCREENSHOT','OpenH':function(_0x19df91){return _0x19df91();},'juXqT':function(_0x5157f0,_0x437bcf){return _0x5157f0(_0x437bcf);},'BJNrK':_0x2ce044(0x1f7)};_0x508aa0[_0x2ce044(0x1bc)](isTrue,process[_0x2ce044(0x1a0)][_0x2ce044(0x1ac)])&&!_0x51d9e7[_0x2ce044(0x21a)]&&(_0x51d9e7[_0x2ce044(0x21a)]=!![],_0x51d9e7[_0x2ce044(0x1e7)]=_0x51d9e7[_0x2ce044(0x163)],_0x51d9e7[_0x2ce044(0x163)]=(_0x782e88,_0x57762b=![])=>{const _0x543767=_0x2ce044,_0x1f27f9={'xnuzG':_0x508aa0[_0x543767(0x186)],'PRpLq':_0x508aa0['iYcpj'],'jfqMP':function(_0x40582f){return _0x508aa0['OpenH'](_0x40582f);},'uFEiB':function(_0xee6195,_0x19f5c2){const _0x783f8=_0x543767;return _0x508aa0[_0x783f8(0x1bc)](_0xee6195,_0x19f5c2);},'OtPNi':_0x508aa0[_0x543767(0x1e9)]};return new Promise(function(_0x56f7c2,_0x432124){const _0x30f4b2=_0x543767,_0x40db5d={'yrgmK':_0x1f27f9[_0x30f4b2(0x14c)],'noVWX':_0x1f27f9[_0x30f4b2(0x20c)],'TlxtL':function(_0x420e57){const _0x338bf0=_0x30f4b2;return _0x1f27f9[_0x338bf0(0x21b)](_0x420e57);},'dnGIW':function(_0x52d7a2,_0x1e9b19){return _0x1f27f9['uFEiB'](_0x52d7a2,_0x1e9b19);},'ZgqKm':_0x1f27f9['OtPNi']};_0x51d9e7[_0x30f4b2(0x1e7)](_0x782e88,_0x57762b)[_0x30f4b2(0x1fc)](()=>{const _0x4479e4=_0x30f4b2,_0x2d898c=CodeceptUtils[_0x4479e4(0x212)](_0x782e88);if(_0x2d898c){const _0x512533=fs['readFileSync'](_0x2d898c);process[_0x4479e4(0x1a5)]('bs:addLog:'+process[_0x4479e4(0x1fa)],{'timestamp':new Date()[_0x4479e4(0x175)](),'message':_0x512533['toString'](_0x40db5d[_0x4479e4(0x22f)]),'kind':_0x40db5d[_0x4479e4(0x14d)]}),_0x40db5d[_0x4479e4(0x15c)](_0x56f7c2);}_0x40db5d[_0x4479e4(0x156)](_0x432124,new Error(_0x40db5d[_0x4479e4(0x23c)]));})[_0x30f4b2(0x21c)](()=>null);});});},patchWebDriverBefore=(_0x1e9a7f,_0xc84b7b)=>{const _0xd1285f=a0_0x4e8fee,_0x1cd0e0={'NpGnl':function(_0x3a4fcc){return _0x3a4fcc();},'wIkvN':function(_0x63b6c6,_0x89ccec){return _0x63b6c6(_0x89ccec);},'HCqeq':function(_0x1d952a,_0x27235c){return _0x1d952a===_0x27235c;},'doAmo':_0xd1285f(0x1bf),'ydSTE':_0xd1285f(0x217),'YXopC':function(_0x4bff9f,_0x72e8af){return _0x4bff9f===_0x72e8af;},'lxftR':_0xd1285f(0x1da),'PJVyC':function(_0x3b5a4e,_0x22783b){return _0x3b5a4e===_0x22783b;},'kVUbu':_0xd1285f(0x219)},_0x92f009=async function(_0x32ca52,_0x420268){const _0x9a0ace=_0xd1285f;_0x1cd0e0['NpGnl'](isAccessibilityAutomationSession)&&!global[_0x9a0ace(0x1ef)]&&global[_0x9a0ace(0x24b)]&&scripts[_0x9a0ace(0x17e)](_0x32ca52['name'])&&_0x1cd0e0['wIkvN'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x9a0ace(0x1ef)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x9a0ace(0x1e8)],async()=>{const _0x53e4d7=_0x9a0ace;logger[_0x53e4d7(0x162)](_0x53e4d7(0x1c6)+_0x32ca52['class']+'\x20'+_0x32ca52['name']),await AccessibilityHelper[_0x53e4d7(0x1e1)](_0x1e9a7f,scripts[_0x53e4d7(0x154)]);},{'command':_0x32ca52[_0x9a0ace(0x225)]})());global[_0x9a0ace(0x1ef)]=![];const _0x9f796b=JSON[_0x9a0ace(0x17f)](process['env'][_0x9a0ace(0x1e2)]||'{}');if(_0x1cd0e0[_0x9a0ace(0x1d5)](_0x9f796b?.['testFramework']?.['name'],_0x1cd0e0[_0x9a0ace(0x15a)])&&_0x1cd0e0[_0x9a0ace(0x1d5)](typeof _0x9f796b?.[_0x9a0ace(0x1db)]?.['version'],_0x1cd0e0[_0x9a0ace(0x1e0)])&&_0x9f796b?.[_0x9a0ace(0x1db)]?.[_0x9a0ace(0x1cc)][_0x9a0ace(0x148)]('7'))return _0x420268['apply'](null,Array[_0x9a0ace(0x246)][_0x9a0ace(0x1ec)][_0x9a0ace(0x1ed)](arguments,0x2));return _0x420268[_0x9a0ace(0x147)](this,Array[_0x9a0ace(0x246)][_0x9a0ace(0x1ec)][_0x9a0ace(0x1ed)](arguments,0x2));},_0x292f5b=CodeceptWebDriver[_0xd1285f(0x246)][_0xd1285f(0x198)];CodeceptWebDriver[_0xd1285f(0x246)][_0xd1285f(0x198)]=async function(){const _0x1c1831=_0xd1285f;try{await _0x292f5b['apply'](this,arguments);}catch(_0x1d9ce3){logger[_0x1c1831(0x162)](_0x1c1831(0x20d)+util[_0x1c1831(0x1b6)](_0x1d9ce3));}(scripts[_0x1c1831(0x1b1)]||[])[_0x1c1831(0x20f)](_0x17ad1f=>_0x17ad1f[_0x1c1831(0x225)]&&_0x17ad1f[_0x1c1831(0x1bb)])[_0x1c1831(0x182)](_0x2bcd50=>{const _0x2fc1a8=_0x1c1831;this[_0x2fc1a8(0x233)][_0x2fc1a8(0x1df)](_0x2bcd50['name'],_0x92f009[_0x2fc1a8(0x1ca)](this,_0x2bcd50),_0x1cd0e0[_0x2fc1a8(0x216)](_0x2bcd50[_0x2fc1a8(0x1bb)],_0x1cd0e0[_0x2fc1a8(0x1d8)]));}),_0x1cd0e0['wIkvN'](processWebDriverConfig,_0x1e9a7f);try{_0xc84b7b&&_0x1cd0e0['PJVyC'](typeof _0xc84b7b[_0x1c1831(0x1d4)],_0x1cd0e0[_0x1c1831(0x190)])&&await _0xc84b7b[_0x1c1831(0x1d4)]();}catch(_0x4bd9ab){logger[_0x1c1831(0x162)](_0x1c1831(0x220)+util['format'](_0x4bd9ab));}};};function parseJwt(_0xd91e90){const _0x51aa4a=a0_0x4e8fee,_0x4e2cb6={};_0x4e2cb6[_0x51aa4a(0x1dc)]='base64';const _0x15a6ec=_0x4e2cb6;if(!_0xd91e90)return null;return JSON[_0x51aa4a(0x17f)](Buffer['from'](_0xd91e90[_0x51aa4a(0x1f9)]('.')[0x1],_0x15a6ec['EQHSh'])[_0x51aa4a(0x16d)]());}const patchPlaywrightBefore=_0x43fc4c=>{const _0x544bb9=a0_0x4e8fee,_0x30b54f={'qtKtD':function(_0x4a7c9d){return _0x4a7c9d();},'OrXLO':'devtools://','kNpRI':_0x544bb9(0x215),'tHiZj':function(_0x4a4378){return _0x4a4378();},'SRbBx':function(_0x431adf,_0xccc67e){return _0x431adf(_0xccc67e);},'Gjapd':function(_0x242dae,_0x2da3c9){return _0x242dae+_0x2da3c9;},'KuylI':_0x544bb9(0x24c),'gVGik':function(_0x45cdc7){return _0x45cdc7();},'kNcGB':function(_0x49a6c6){return _0x49a6c6();},'fQInx':function(_0x33fe65,_0xfbe885){return _0x33fe65===_0xfbe885;},'gDFdf':'function'};PlaywrightSessionDetails[_0x544bb9(0x179)]();const _0x2731e2=CodeceptPlaywright[_0x544bb9(0x246)][_0x544bb9(0x198)];CodeceptPlaywright[_0x544bb9(0x246)][_0x544bb9(0x198)]=async function(){const _0xb50d89=_0x544bb9,_0x1877ab={'tanID':function(_0x5e1c55){const _0xb8dd15=a0_0x49e6;return _0x30b54f[_0xb8dd15(0x165)](_0x5e1c55);},'Alqcd':_0x30b54f[_0xb50d89(0x181)],'lGhKn':_0x30b54f['kNpRI'],'DOnSD':function(_0x1df61c){const _0x3c2535=_0xb50d89;return _0x30b54f[_0x3c2535(0x1a1)](_0x1df61c);},'dQPPn':function(_0x3405cd,_0x4bdd0e){const _0x5acd29=_0xb50d89;return _0x30b54f[_0x5acd29(0x230)](_0x3405cd,_0x4bdd0e);},'NbQAv':function(_0x2f3234,_0x20671c){const _0x3563d2=_0xb50d89;return _0x30b54f[_0x3563d2(0x199)](_0x2f3234,_0x20671c);},'wSYUv':_0x30b54f[_0xb50d89(0x227)]};this[_0xb50d89(0x1eb)]=await this[_0xb50d89(0x233)]['contexts']()[0x0];const _0x4b137b=async()=>{const _0x1bee25=_0xb50d89,_0x2a5d39={'rgeRC':function(_0x51ea24){const _0x1a8e1b=a0_0x49e6;return _0x1877ab[_0x1a8e1b(0x1b0)](_0x51ea24);},'zlInI':_0x1877ab['Alqcd']},_0x283c76=this[_0x1bee25(0x191)]&&this[_0x1bee25(0x191)][_0x1bee25(0x1c0)]&&this['config'][_0x1bee25(0x1c0)]['args']&&Array['isArray'](this[_0x1bee25(0x191)]['chromium'][_0x1bee25(0x177)])&&this[_0x1bee25(0x191)]['chromium'][_0x1bee25(0x177)]['includes'](_0x1877ab['lGhKn']);if(_0x1877ab[_0x1bee25(0x17a)](isAccessibilityAutomationSession)&&!_0x283c76)try{const _0x34f311=_0x1877ab[_0x1bee25(0x24f)](parseJwt,process[_0x1bee25(0x1a0)]['BS_A11Y_JWT']);if(_0x34f311&&_0x34f311[_0x1bee25(0x160)]&&_0x34f311['a11y_core_config']['domForge']){const _0x2693ed=this[_0x1bee25(0x1eb)]['pages'][_0x1bee25(0x1ca)](this[_0x1bee25(0x1eb)]);this[_0x1bee25(0x1eb)]['pages']=async function(){const _0x40b230=_0x1bee25,_0x5f214a=await _0x2a5d39[_0x40b230(0x17c)](_0x2693ed),_0x54dfac=[];for(const _0x3d48d4 of _0x5f214a){try{const _0x371be5=await _0x3d48d4[_0x40b230(0x1ad)]();!_0x371be5[_0x40b230(0x148)](_0x2a5d39['zlInI'])&&_0x54dfac[_0x40b230(0x1a7)](_0x3d48d4);}catch(_0x3a9d49){_0x54dfac[_0x40b230(0x1a7)](_0x3d48d4);}}return _0x54dfac;};}if(!_0x1877ab[_0x1bee25(0x1b0)](isBrowserstackInfra)){const _0x2ecffd=await this[_0x1bee25(0x1a2)][_0x1bee25(0x1ad)]();if(_0x2ecffd['startsWith'](_0x1877ab[_0x1bee25(0x1ab)])){const _0x4851df=await this[_0x1bee25(0x1eb)][_0x1bee25(0x1c4)]();this[_0x1bee25(0x185)](_0x4851df[0x0]);}}}catch(_0x31a9b7){logger[_0x1bee25(0x162)](_0x1bee25(0x17d)+_0x31a9b7['message']+(_0x31a9b7['stack']?_0x1877ab[_0x1bee25(0x1ba)](_0x1877ab['wSYUv'],_0x31a9b7[_0x1bee25(0x232)]):''));}};_0x30b54f[_0xb50d89(0x1a1)](isBrowserstackInfra)&&await _0x30b54f['gVGik'](_0x4b137b);await _0x2731e2[_0xb50d89(0x147)](this,arguments);!_0x30b54f[_0xb50d89(0x195)](isBrowserstackInfra)&&await _0x30b54f[_0xb50d89(0x1a1)](_0x4b137b);try{_0x43fc4c&&_0x30b54f[_0xb50d89(0x226)](typeof _0x43fc4c[_0xb50d89(0x1d4)],_0x30b54f[_0xb50d89(0x1a9)])&&await _0x43fc4c['flushPendingHookEvents']();}catch(_0x544ae8){logger['debug']('Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20'+util[_0xb50d89(0x1b6)](_0x544ae8));}};},getCodeceptDriver=()=>{const _0x248a4f=a0_0x4e8fee,_0x5f0de5={};_0x5f0de5[_0x248a4f(0x150)]=_0x248a4f(0x224),_0x5f0de5['gmUQY']=_0x248a4f(0x16b),_0x5f0de5[_0x248a4f(0x214)]='Puppeteer',_0x5f0de5[_0x248a4f(0x178)]=_0x248a4f(0x1cf);const _0x3c7836=_0x5f0de5,_0x41ceab=[_0x3c7836[_0x248a4f(0x150)],_0x3c7836[_0x248a4f(0x1f8)],_0x3c7836['IDmXl'],_0x3c7836[_0x248a4f(0x178)]],_0x48ea76=_0x41ceab[_0x248a4f(0x1ae)](_0xe2a0c7=>!!CodeceptJS[_0x248a4f(0x172)][_0x248a4f(0x1b7)](_0xe2a0c7));if(!_0x48ea76)return null;return CodeceptJS[_0x248a4f(0x172)]['helpers'](_0x48ea76);};function a0_0x49e6(_0x2c174e,_0x46c3ce){const _0x2bce02=a0_0x2bce();return a0_0x49e6=function(_0x49e608,_0x3eb6dc){_0x49e608=_0x49e608-0x145;let _0x386810=_0x2bce02[_0x49e608];return _0x386810;},a0_0x49e6(_0x2c174e,_0x46c3ce);}module['exports']=function(_0x5773b5){const _0x4f7a47=a0_0x4e8fee,_0x508462={'DCAsn':function(_0x4450cb,_0x2971ac){return _0x4450cb(_0x2971ac);},'QEgbl':function(_0x43495e,_0x48296a,_0x11bde9){return _0x43495e(_0x48296a,_0x11bde9);},'eHJLr':_0x4f7a47(0x1cb),'DFosY':_0x4f7a47(0x197),'RnoLm':_0x4f7a47(0x196),'uuzrw':_0x4f7a47(0x209),'hPLgg':function(_0x98c1e5,_0x8cac1,_0x59de16){return _0x98c1e5(_0x8cac1,_0x59de16);},'pyysm':_0x4f7a47(0x240),'udjAa':_0x4f7a47(0x1a8),'gvJhg':function(_0x2d292a,_0x25f929,_0x102ac6){return _0x2d292a(_0x25f929,_0x102ac6);},'mHXUG':_0x4f7a47(0x228),'tskhW':_0x4f7a47(0x1f4),'BufEh':function(_0x2b118f){return _0x2b118f();},'mWqWU':function(_0x3ded54,_0x637b2c,_0x3c5851){return _0x3ded54(_0x637b2c,_0x3c5851);},'VfCZr':_0x4f7a47(0x22e),'TFYww':_0x4f7a47(0x1e5),'VMZwK':function(_0x5d7dc7,_0x2c3794){return _0x5d7dc7(_0x2c3794);},'ZdZGq':function(_0x4609b6,_0x174b79){return _0x4609b6(_0x174b79);},'IrPqm':'test-started','DEXck':function(_0x154a52){return _0x154a52();},'KJDyT':_0x4f7a47(0x1f1),'TvjAv':function(_0x430ff6,_0x19c07d,_0x402d1f,_0x3c9a7a){return _0x430ff6(_0x19c07d,_0x402d1f,_0x3c9a7a);},'dQJhe':function(_0x420776,_0x2e4a44){return _0x420776===_0x2e4a44;},'SFpwy':_0x4f7a47(0x174),'eGDFE':_0x4f7a47(0x152),'oNQiX':_0x4f7a47(0x1fe),'bIJJe':function(_0x3135b1,_0x2625f0,_0xae6512){return _0x3135b1(_0x2625f0,_0xae6512);},'cyhuu':_0x4f7a47(0x1c7),'IUpgi':_0x4f7a47(0x19c),'rDfXH':'INFO','hfEDq':_0x4f7a47(0x17b),'qUVIL':'step-comment','ZLKXm':_0x4f7a47(0x15f),'zVPvA':_0x4f7a47(0x1c8),'VYxcn':_0x4f7a47(0x16b)};_0x5773b5[_0x4f7a47(0x242)]&&(global['__skipSessionStatus']=_0x5773b5[_0x4f7a47(0x242)]);PerformanceTester[_0x4f7a47(0x21d)]();const _0x458930=_0x508462['DEXck'](getCodeceptDriver),_0x3e421d=new O11yHelper(_0x458930,_0x5773b5),_0x312ad3=!!CodeceptJS[_0x4f7a47(0x172)][_0x4f7a47(0x1b7)](_0x508462[_0x4f7a47(0x23d)]);global[_0x4f7a47(0x166)]=_0x458930;_0x458930&&(PerformanceTester[_0x4f7a47(0x1c2)](PerformanceEvents[_0x4f7a47(0x208)],()=>{const _0xff59d9=_0x4f7a47;_0x312ad3?_0x508462[_0xff59d9(0x1d2)](patchPlaywrightBefore,_0x3e421d):_0x508462[_0xff59d9(0x249)](patchWebDriverBefore,_0x458930,_0x3e421d);})(),PerformanceTester[_0x4f7a47(0x1c2)](PerformanceEvents[_0x4f7a47(0x231)],()=>{const _0x34ea87=_0x4f7a47;_0x458930[_0x34ea87(0x1cb)]=async()=>{const _0x4f9d8f=_0x34ea87;if(global['accessibilityPlatform']){const _0x278e45={};return _0x278e45[_0x4f9d8f(0x1c9)]=_0x508462['eHJLr'],await PerformanceTester[_0x4f9d8f(0x1c2)](PerformanceA11yEvents[_0x4f9d8f(0x1e8)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x458930,scripts['performScan']);},_0x278e45)(),await PerformanceTester[_0x4f9d8f(0x1c2)](PerformanceA11yEvents[_0x4f9d8f(0x1cd)],async()=>{return await AccessibilityHelper['browserStackExecuteDriver'](_0x458930,scripts['getResultsSummary']);})();}return logger['warn'](_0x508462[_0x4f9d8f(0x210)]),{};},_0x458930[_0x34ea87(0x196)]=async()=>{const _0x161cf4=_0x34ea87;if(global['accessibilityPlatform']){const _0xcaed9b={};return _0xcaed9b['command']=_0x508462[_0x161cf4(0x1f5)],await PerformanceTester[_0x161cf4(0x1c2)](PerformanceA11yEvents[_0x161cf4(0x1e8)],async()=>{const _0x502bd6=_0x161cf4;return await AccessibilityHelper[_0x502bd6(0x1e1)](_0x458930,scripts[_0x502bd6(0x154)]);},_0xcaed9b)(),await PerformanceTester[_0x161cf4(0x1c2)](PerformanceA11yEvents[_0x161cf4(0x1b3)],async()=>{const _0x4c395=_0x161cf4;return await AccessibilityHelper[_0x4c395(0x1e1)](_0x458930,scripts[_0x4c395(0x19b)]);})();}return logger[_0x161cf4(0x168)](_0x508462[_0x161cf4(0x19e)]),{};},_0x508462[_0x34ea87(0x1d2)](patchSaveScreenshot,_0x458930);})());CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x14f)]['on'](CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x252)]['before'],()=>{const _0xaed310=_0x4f7a47;PerformanceTester['start'](PerformanceEvents[_0xaed310(0x1d0)]);try{_0x3e421d['start'](),testOpsHelper[_0xaed310(0x180)](),PerformanceTester[_0xaed310(0x15b)](PerformanceEvents[_0xaed310(0x1d0)]);}catch(_0x40458e){PerformanceTester[_0xaed310(0x1d7)](_0x40458e),PerformanceTester[_0xaed310(0x15b)](PerformanceEvents[_0xaed310(0x1d0)],![],_0x40458e);}}),CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x14f)]['on'](CodeceptJS['event'][_0x4f7a47(0x252)][_0x4f7a47(0x1d9)],async()=>{const _0x34d4a9=_0x4f7a47;PerformanceTester[_0x34d4a9(0x1a3)](PerformanceEvents[_0x34d4a9(0x157)]);try{requestSpy['restore'](),await _0x3e421d[_0x34d4a9(0x193)](),PerformanceTester[_0x34d4a9(0x15b)](PerformanceEvents[_0x34d4a9(0x157)]);}catch(_0x1d099a){PerformanceTester[_0x34d4a9(0x1d7)](_0x1d099a),PerformanceTester[_0x34d4a9(0x15b)](PerformanceEvents['SDK_POST_TEST'],![],_0x1d099a);}finally{PerformanceTester['stopMonitoring']();}});const _0x5555f8=(_0x599cb2,_0x824124)=>{const _0x2ba53a=_0x4f7a47;if(!_0x3e421d)return;if(!_0x3e421d['hasLiveDriverSession']()){_0x3e421d[_0x2ba53a(0x24a)](_0x599cb2,_0x824124);return;}CodeceptRecorder[_0x2ba53a(0x218)](()=>_0x3e421d['fireEvent'](_0x599cb2,_0x824124));};CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x248)][_0x4f7a47(0x16c)],_0x3ff133=>{const _0x2203d6=_0x4f7a47;PerformanceTester[_0x2203d6(0x1a3)](PerformanceEvents[_0x2203d6(0x149)]);try{const _0x5aa3be=_0x3ff133[_0x2203d6(0x170)][_0x2203d6(0x203)],_0x9d52d7=_0x3e421d[_0x2203d6(0x222)](TEST_EVENTS[_0x2203d6(0x19a)],_0x5aa3be);_0x508462[_0x2203d6(0x238)](_0x5555f8,TEST_EVENTS[_0x2203d6(0x19a)],_0x9d52d7);const _0x445428={};_0x445428[_0x2203d6(0x1aa)]=_0x508462[_0x2203d6(0x16f)],PerformanceTester[_0x2203d6(0x15b)](PerformanceEvents['SDK_HOOK'],!![],null,_0x445428);}catch(_0x4018d1){const _0x205108={};_0x205108['hookType']=_0x508462[_0x2203d6(0x16f)],PerformanceTester[_0x2203d6(0x15b)](PerformanceEvents[_0x2203d6(0x149)],![],_0x4018d1,_0x205108),PerformanceTester[_0x2203d6(0x1d7)](_0x4018d1);}}),CodeceptJS[_0x4f7a47(0x22b)]['dispatcher']['on'](CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x248)][_0x4f7a47(0x1ce)],_0x5bef0c=>{const _0x53dea0=_0x4f7a47,_0x5011fd={};_0x5011fd['hookType']=_0x508462[_0x53dea0(0x1af)],PerformanceTester['start'](PerformanceHookEvents[_0x53dea0(0x149)],!![],null,_0x5011fd);try{const _0x450c5f=_0x5bef0c[_0x53dea0(0x170)][_0x53dea0(0x203)],_0x1693b8=_0x3e421d[_0x53dea0(0x222)](TEST_EVENTS[_0x53dea0(0x1f6)],_0x450c5f);_0x508462[_0x53dea0(0x205)](_0x5555f8,TEST_EVENTS[_0x53dea0(0x1f6)],_0x1693b8);const _0x2fcaee={};_0x2fcaee['hookType']=_0x508462[_0x53dea0(0x1af)],PerformanceTester[_0x53dea0(0x15b)](PerformanceHookEvents[_0x53dea0(0x149)],!![],null,_0x2fcaee);}catch(_0x5c107a){PerformanceTester[_0x53dea0(0x1d7)](_0x5c107a);const _0x2869c1={};_0x2869c1['hookType']=_0x508462[_0x53dea0(0x1af)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x5c107a,_0x2869c1);}}),CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x14f)]['on'](CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x248)][_0x4f7a47(0x213)],async(_0x41b441,_0x53d857)=>{const _0x4bb70c=_0x4f7a47;PerformanceTester[_0x4bb70c(0x1a3)](PerformanceHookEvents[_0x4bb70c(0x149)]);try{const _0x20e911=_0x41b441[_0x4bb70c(0x170)][_0x4bb70c(0x203)],_0x1b33d2=_0x3e421d[_0x4bb70c(0x222)](TEST_EVENTS[_0x4bb70c(0x1f6)],_0x20e911,_0x53d857);_0x508462['hPLgg'](_0x5555f8,TEST_EVENTS[_0x4bb70c(0x1f6)],_0x1b33d2);const _0x2b4eab={};_0x2b4eab[_0x4bb70c(0x1aa)]=_0x508462[_0x4bb70c(0x16e)],PerformanceTester[_0x4bb70c(0x1a3)](PerformanceHookEvents[_0x4bb70c(0x149)],!![],null,_0x2b4eab);}catch(_0x2a018a){PerformanceTester['captureError'](_0x2a018a);const _0x1b0407={};_0x1b0407['hookType']=_0x508462[_0x4bb70c(0x16e)],PerformanceTester['end'](PerformanceHookEvents[_0x4bb70c(0x149)],![],_0x2a018a,_0x1b0407);}const _0xcf88f9={};_0xcf88f9[_0x4bb70c(0x1aa)]=_0x508462[_0x4bb70c(0x16e)],PerformanceTester['end'](PerformanceHookEvents[_0x4bb70c(0x149)],!![],null,_0xcf88f9);}),CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x14f)]['on'](CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x203)][_0x4f7a47(0x1d6)],_0x61d716=>{const _0x3130b5=_0x4f7a47;PerformanceTester[_0x3130b5(0x1a3)](PerformanceHookEvents[_0x3130b5(0x149)]);try{globals[_0x3130b5(0x19d)](_0x508462['tskhW'],_0x61d716['title']);_0x508462[_0x3130b5(0x187)](isBrowserstackInfra)&&(_0x312ad3&&(global[_0x3130b5(0x15d)]={'currentTest':{'name':_0x61d716[_0x3130b5(0x19f)],'testInfo':{'titlePath':_0x61d716[_0x3130b5(0x184)]()}}}));try{const _0x11dce4=_0x508462[_0x3130b5(0x18d)](shouldScanTestForAccessibility,_0x61d716[_0x3130b5(0x184)](),!![]);globals[_0x3130b5(0x19d)](_0x508462[_0x3130b5(0x14a)],_0x11dce4);}catch(_0x504f9a){logger['debug']('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20'+util[_0x3130b5(0x1b6)](_0x504f9a));}const _0x57aa2b={};_0x57aa2b[_0x3130b5(0x1aa)]=_0x508462[_0x3130b5(0x146)],PerformanceTester[_0x3130b5(0x15b)](PerformanceHookEvents[_0x3130b5(0x149)],!![],null,_0x57aa2b);}catch(_0x3c9481){PerformanceTester['captureError'](_0x3c9481);const _0x4a7274={};_0x4a7274[_0x3130b5(0x1aa)]=_0x508462[_0x3130b5(0x146)],PerformanceTester['end'](PerformanceHookEvents[_0x3130b5(0x149)],![],_0x3c9481,_0x4a7274);}}),CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x14f)]['on'](CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x203)][_0x4f7a47(0x16c)],_0x12864d=>{const _0x3d0e85=_0x4f7a47,_0x35fefa={'vWIef':function(_0x50f33e){const _0x337988=a0_0x49e6;return _0x508462[_0x337988(0x187)](_0x50f33e);},'CtodG':function(_0x681f0a,_0x309aeb){const _0x2179d3=a0_0x49e6;return _0x508462[_0x2179d3(0x206)](_0x681f0a,_0x309aeb);},'JuDwg':function(_0x32734b,_0x3a2bbf,_0x3e3f79){const _0x5c235f=a0_0x49e6;return _0x508462[_0x5c235f(0x238)](_0x32734b,_0x3a2bbf,_0x3e3f79);},'RGDMW':function(_0x22c9a3,_0x196d57){const _0x53b85a=a0_0x49e6;return _0x508462[_0x53b85a(0x1f3)](_0x22c9a3,_0x196d57);}};PerformanceTester['start'](PerformanceHookEvents[_0x3d0e85(0x149)]);try{globals['setGlobal'](_0x508462[_0x3d0e85(0x24d)],_0x12864d[_0x3d0e85(0x19f)]);const _0x5c4748=_0x3e421d[_0x3d0e85(0x222)](TEST_EVENTS['TEST_RUN_STARTED'],_0x12864d);CodeceptRecorder[_0x3d0e85(0x218)](()=>_0x3e421d['flushPendingHookEvents']()),CodeceptRecorder[_0x3d0e85(0x218)](()=>_0x3e421d['fireEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x5c4748)),CodeceptRecorder[_0x3d0e85(0x218)](()=>_0x3e421d['sendCBTInfo'](_0x12864d[_0x3d0e85(0x1c3)])),CodeceptRecorder[_0x3d0e85(0x218)](async()=>{const _0x45e145=_0x3d0e85;_0x35fefa['vWIef'](isBrowserstackInfra)&&(!_0x35fefa[_0x45e145(0x1ee)](isTrue,_0x5773b5[_0x45e145(0x1bd)])&&await _0x35fefa['JuDwg'](markSessionName,_0x458930,_0x12864d[_0x45e145(0x19f)]),_0x3e421d[_0x45e145(0x20a)]&&await _0x35fefa[_0x45e145(0x1b5)](o11ySync,_0x458930));});}catch(_0x3cb4e0){const _0x1694cb={};_0x1694cb[_0x3d0e85(0x1aa)]=_0x508462[_0x3d0e85(0x234)],PerformanceTester[_0x3d0e85(0x15b)](PerformanceHookEvents[_0x3d0e85(0x149)],![],_0x3cb4e0,_0x1694cb),PerformanceTester[_0x3d0e85(0x1d7)](_0x3cb4e0);}const _0x1da1fe={};_0x1da1fe['hookType']=_0x508462['IrPqm'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1da1fe);}),CodeceptJS['event'][_0x4f7a47(0x14f)]['on'](CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x203)][_0x4f7a47(0x1ce)],_0x5a1aef=>{const _0x23b297=_0x4f7a47,_0x2594a8={'MQyod':function(_0x587907,_0x381e2f,_0x19933d){const _0x2a7cbe=a0_0x49e6;return _0x508462[_0x2a7cbe(0x18d)](_0x587907,_0x381e2f,_0x19933d);},'liJlT':function(_0x12ce85){const _0x590681=a0_0x49e6;return _0x508462[_0x590681(0x21e)](_0x12ce85);}};PerformanceTester[_0x23b297(0x1a3)](PerformanceHookEvents['SDK_HOOK']);try{const _0x20765e=_0x3e421d[_0x23b297(0x222)](TEST_EVENTS[_0x23b297(0x229)],_0x5a1aef);CodeceptRecorder[_0x23b297(0x218)](()=>_0x3e421d[_0x23b297(0x194)](TEST_EVENTS[_0x23b297(0x229)],_0x20765e)),CodeceptRecorder['add'](async()=>{const _0x45f0bc=_0x23b297,_0x277ef0={'VbYIR':function(_0x2d5815,_0x9670a9,_0xbc1da9){const _0x2cbdce=a0_0x49e6;return _0x2594a8[_0x2cbdce(0x1b4)](_0x2d5815,_0x9670a9,_0xbc1da9);},'JkKVT':function(_0x4226fc,_0x53a338,_0x5e61d3){const _0x22780d=a0_0x49e6;return _0x2594a8[_0x22780d(0x1b4)](_0x4226fc,_0x53a338,_0x5e61d3);}};_0x2594a8['liJlT'](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x45f0bc(0x236)],async()=>{const _0x5cf727=_0x45f0bc;_0x312ad3?await _0x277ef0[_0x5cf727(0x20b)](playwrightMarkSessionStatus,_0x458930,STATE_PASSED):await _0x277ef0[_0x5cf727(0x20e)](markSessionStatus,_0x458930,STATE_PASSED);})();}),PerformanceTester[_0x23b297(0x15b)](PerformanceEvents['SDK_TEST']);}catch(_0x1780ce){PerformanceTester[_0x23b297(0x1d7)](_0x1780ce);const _0x25a232={};_0x25a232['hookType']=_0x508462[_0x23b297(0x161)],PerformanceTester[_0x23b297(0x15b)](PerformanceHookEvents[_0x23b297(0x149)],![],_0x1780ce,_0x25a232),PerformanceTester['end'](PerformanceEvents['SDK_TEST'],![],_0x1780ce);}const _0x346705={};_0x346705[_0x23b297(0x1aa)]=_0x508462[_0x23b297(0x161)],PerformanceTester[_0x23b297(0x15b)](PerformanceHookEvents[_0x23b297(0x149)],!![],null,_0x346705);}),CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x14f)]['on'](CodeceptJS['event'][_0x4f7a47(0x203)][_0x4f7a47(0x213)],(_0x4e8d88,_0x420b99)=>{const _0x30a744=_0x4f7a47,_0x12b314={'qXglw':function(_0x1cb7a7){const _0x13c2ac=a0_0x49e6;return _0x508462[_0x13c2ac(0x187)](_0x1cb7a7);},'hnhdl':function(_0x5dbc58,_0x79f86f,_0xcc3bbe,_0x2ca630){const _0x48d07e=a0_0x49e6;return _0x508462[_0x48d07e(0x192)](_0x5dbc58,_0x79f86f,_0xcc3bbe,_0x2ca630);}};PerformanceTester[_0x30a744(0x1a3)](PerformanceHookEvents[_0x30a744(0x149)]);try{if(_0x508462['dQJhe'](_0x4e8d88[_0x30a744(0x1b9)][_0x30a744(0x225)],_0x508462[_0x30a744(0x18e)])){const _0x4f8614=_0x3e421d[_0x30a744(0x222)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4e8d88[_0x30a744(0x170)][_0x30a744(0x21f)]);CodeceptRecorder[_0x30a744(0x218)](()=>_0x3e421d[_0x30a744(0x194)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x4f8614));}else{const _0x3c973e=_0x3e421d[_0x30a744(0x222)](TEST_EVENTS[_0x30a744(0x229)],_0x4e8d88,_0x420b99);CodeceptRecorder[_0x30a744(0x218)](()=>{const _0x47ceb6=_0x30a744;try{_0x3e421d[_0x47ceb6(0x194)](TEST_EVENTS[_0x47ceb6(0x229)],_0x3c973e);}catch(_0x1f8414){logger[_0x47ceb6(0x162)](_0x47ceb6(0x1d1)+util[_0x47ceb6(0x1b6)](_0x1f8414)),PerformanceTester[_0x47ceb6(0x15b)](PerformanceEvents['SDK_TEST'],![],_0x1f8414);}}),CodeceptRecorder[_0x30a744(0x218)](async()=>{const _0x5ec37f=_0x30a744;try{_0x12b314['qXglw'](isBrowserstackInfra)&&(_0x312ad3?await _0x12b314['hnhdl'](playwrightMarkSessionStatus,_0x458930,STATE_FAILED,_0x420b99):await _0x12b314[_0x5ec37f(0x211)](markSessionStatus,_0x458930,STATE_FAILED,_0x420b99));}catch(_0x499454){logger[_0x5ec37f(0x162)](_0x5ec37f(0x159)+util['format'](_0x499454)),PerformanceTester[_0x5ec37f(0x15b)](PerformanceEvents[_0x5ec37f(0x245)],![],_0x499454);}});}PerformanceTester[_0x30a744(0x15b)](PerformanceEvents[_0x30a744(0x245)]);}catch(_0x1a3aa2){PerformanceTester[_0x30a744(0x1d7)](_0x1a3aa2);const _0x2ca5f5={};_0x2ca5f5[_0x30a744(0x1aa)]=_0x508462[_0x30a744(0x183)],PerformanceTester[_0x30a744(0x15b)](PerformanceHookEvents[_0x30a744(0x149)],![],_0x1a3aa2,_0x2ca5f5),PerformanceTester['end'](PerformanceEvents[_0x30a744(0x245)],![],_0x1a3aa2);}const _0x88f2cb={};_0x88f2cb[_0x30a744(0x1aa)]=_0x508462[_0x30a744(0x183)],PerformanceTester[_0x30a744(0x15b)](PerformanceHookEvents[_0x30a744(0x149)],!![],null,_0x88f2cb);}),CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x14f)]['on'](CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x203)]['skipped'],_0x93c416=>{const _0x26761f=_0x4f7a47;PerformanceTester[_0x26761f(0x1a3)](PerformanceHookEvents['SDK_HOOK']);try{const _0x417f2c=_0x3e421d[_0x26761f(0x222)](TEST_EVENTS[_0x26761f(0x1e3)],_0x93c416);CodeceptRecorder[_0x26761f(0x218)](()=>_0x3e421d[_0x26761f(0x194)](TEST_EVENTS[_0x26761f(0x1e3)],_0x417f2c)),PerformanceTester[_0x26761f(0x15b)](PerformanceEvents[_0x26761f(0x245)]);}catch(_0x4accfe){PerformanceTester['captureError'](_0x4accfe),PerformanceTester['end'](PerformanceEvents[_0x26761f(0x245)],![],_0x4accfe);const _0x5406c3={};_0x5406c3['hookType']=_0x508462[_0x26761f(0x202)],PerformanceTester['end'](PerformanceHookEvents[_0x26761f(0x149)],![],_0x4accfe,_0x5406c3);}const _0x3c80f2={};_0x3c80f2[_0x26761f(0x1aa)]=_0x508462[_0x26761f(0x202)],PerformanceTester[_0x26761f(0x15b)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3c80f2);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x203)][_0x4f7a47(0x1d9)],async(_0x54d6a9,_0x144399)=>{const _0x1c1dab=_0x4f7a47;try{PerformanceTester[_0x1c1dab(0x1a3)](PerformanceHookEvents['SDK_HOOK']);const _0x1276f6=_0x508462[_0x1c1dab(0x243)](shouldScanTestForAccessibility,_0x54d6a9[_0x1c1dab(0x184)](),!![]);if(_0x508462[_0x1c1dab(0x21e)](isAccessibilityAutomationSession)&&global[_0x1c1dab(0x24b)]&&_0x1276f6){const _0x7978d7={};_0x7978d7['thTestRunUuid']=_0x54d6a9[_0x1c1dab(0x1c3)],_0x7978d7['thBuildUuid']=process[_0x1c1dab(0x1a0)][testHubConstants[_0x1c1dab(0x176)][_0x1c1dab(0x239)]],_0x7978d7['thJwtToken']=process['env'][testHubConstants[_0x1c1dab(0x176)]['BROWSERSTACK_TESTHUB_JWT']];const _0x49dff4=_0x7978d7;logger[_0x1c1dab(0x162)](_0x1c1dab(0x23a)+JSON[_0x1c1dab(0x1b2)](_0x49dff4)),CodeceptRecorder['add'](async()=>{const _0x21de20=_0x1c1dab;await accessibilityRetryHelper[_0x21de20(0x204)](_0x458930,_0x54d6a9[_0x21de20(0x19f)]),await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](_0x458930,_0x49dff4);}),logger[_0x1c1dab(0x235)](_0x508462['cyhuu']);}const _0x25c40f={};_0x25c40f['hookType']=_0x508462[_0x1c1dab(0x169)],PerformanceTester[_0x1c1dab(0x15b)](PerformanceHookEvents[_0x1c1dab(0x149)],!![],null,_0x25c40f);}catch(_0x45dcc4){PerformanceTester[_0x1c1dab(0x1d7)](_0x45dcc4);const _0x54a802={};_0x54a802[_0x1c1dab(0x1aa)]=_0x508462[_0x1c1dab(0x169)],PerformanceTester[_0x1c1dab(0x15b)](PerformanceHookEvents[_0x1c1dab(0x149)],![],_0x45dcc4,_0x54a802);}}),CodeceptJS[_0x4f7a47(0x22b)]['dispatcher']['on'](CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x247)][_0x4f7a47(0x251)],_0x29b8b5=>{const _0x434605=_0x4f7a47;PerformanceTester[_0x434605(0x1a3)](PerformanceHookEvents[_0x434605(0x149)]);try{process[_0x434605(0x1a5)]('bs:addLog:'+process[_0x434605(0x1fa)],{'timestamp':new Date()[_0x434605(0x175)](),'level':_0x508462['rDfXH'],'message':_0x29b8b5,'kind':_0x508462[_0x434605(0x24e)],'http_response':{}});}catch(_0x4cd3a7){PerformanceTester[_0x434605(0x1d7)](_0x4cd3a7);const _0x2c6b5b={};_0x2c6b5b[_0x434605(0x1aa)]=_0x508462['qUVIL'],PerformanceTester[_0x434605(0x15b)](PerformanceHookEvents[_0x434605(0x149)],![],_0x4cd3a7,_0x2c6b5b);}const _0x2feed7={};_0x2feed7['hookType']=_0x508462[_0x434605(0x1a4)],PerformanceTester[_0x434605(0x15b)](PerformanceHookEvents[_0x434605(0x149)],!![],null,_0x2feed7);}),CodeceptJS[_0x4f7a47(0x22b)]['dispatcher']['on'](CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x1a6)][_0x4f7a47(0x1d6)],_0x29987e=>{const _0x593749=_0x4f7a47,_0x572cca={};_0x572cca[_0x593749(0x1aa)]=_0x508462[_0x593749(0x18f)],PerformanceTester[_0x593749(0x1c2)](PerformanceHookEvents[_0x593749(0x149)],()=>{_0x3e421d['bddStepStart'](_0x29987e);},_0x572cca)();}),CodeceptJS[_0x4f7a47(0x22b)][_0x4f7a47(0x14f)]['on'](CodeceptJS[_0x4f7a47(0x22b)]['bddStep'][_0x4f7a47(0x1d9)],_0x42d32f=>{const _0x49b04a=_0x4f7a47,_0x489b8e={};_0x489b8e[_0x49b04a(0x1aa)]=_0x508462[_0x49b04a(0x164)],PerformanceTester['measureWrapper'](PerformanceHookEvents[_0x49b04a(0x149)],()=>{_0x3e421d['bddStepFinish'](_0x42d32f);},_0x489b8e)();});};