browserstack-node-sdk 1.33.1 → 1.33.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 (120) 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/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/patches.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/testhub/constants.js +1 -1
  116. package/src/helpers/testhub/testhubHandler.js +1 -1
  117. package/src/helpers/testhub/utils.js +1 -1
  118. package/src/helpers/w3cMapping.js +1 -1
  119. package/src/hubAllocationMethods.js +1 -1
  120. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a32_0x85cf73=a32_0xe452;function a32_0xe452(_0x33ab39,_0x44d513){const _0x44c034=a32_0x44c0();return a32_0xe452=function(_0xe45242,_0x334acd){_0xe45242=_0xe45242-0x112;let _0x1f1b1b=_0x44c034[_0xe45242];return _0x1f1b1b;},a32_0xe452(_0x33ab39,_0x44d513);}(function(_0x38be25,_0x44ef3a){const _0x1481c6=a32_0xe452,_0x121f7c=_0x38be25();while(!![]){try{const _0xeba2e9=parseInt(_0x1481c6(0x1e7))/0x1*(parseInt(_0x1481c6(0x1bd))/0x2)+parseInt(_0x1481c6(0x17f))/0x3*(-parseInt(_0x1481c6(0x1ab))/0x4)+-parseInt(_0x1481c6(0x1b4))/0x5*(-parseInt(_0x1481c6(0x201))/0x6)+-parseInt(_0x1481c6(0x1dc))/0x7+parseInt(_0x1481c6(0x1c4))/0x8+parseInt(_0x1481c6(0x1c7))/0x9*(parseInt(_0x1481c6(0x12d))/0xa)+parseInt(_0x1481c6(0x1e3))/0xb*(-parseInt(_0x1481c6(0x203))/0xc);if(_0xeba2e9===_0x44ef3a)break;else _0x121f7c['push'](_0x121f7c['shift']());}catch(_0x21286c){_0x121f7c['push'](_0x121f7c['shift']());}}}(a32_0x44c0,0x21504));function a32_0x44c0(){const _0x2b519a=['Bbwit','getDirForConfig','DReBf','MPzvK','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--save','SpGkx','Dbmjr','FKOZf','dQVkD','Deployment\x20','LJsLT','X-ci-environment','aNPtQ','create','FePsi','stEpy','VDkcF','path','bLPPZ','waVUO','JxzCz','VEctP','existsSync','SbwQT','dXpSV','browserStackLocalOptions','iScru','stopLocalBinary','versions','TRyNE','\x20to\x20become\x20available.','mpFKB','getCredentialsPath','jlCIo','yMmVY','RFgAj','readFileSync','read','BUovO','nNXce','X-npm-version','NRNhq','qAuly','SGcac','status','nOJYG','accessKey','524406TYkZAv','version','\x20to\x20be\x20ready...','execSync','akgZp','TOUDP','clusterName','getAccessKey','Qmmtc','isArray','Local','atbqh','body','stop','GqXAH','fwYcU','homedir','clusterRegion','nSBvj','kebabCase','TuDJA','3|1|8|0|10|4|5|6|2|7|9','lKhBg','CiqMk','debug','YcLCm','custom-repeater','IVHsf','oAyRZ','EWOsc','jAHeQ','xFnhU','XVxXa','tkCzU','Timeout\x20waiting\x20for\x20deployment\x20','oOXas','WrzxT','URLdG','iGDzC','PwQWO','getAuthHeader','IWgih','YZRbm','0|9|1|4|2|3|6|8|5|10|7','4ZwDAtS','node','jJcsh','Error\x20while\x20waiting\x20for\x20deployment:','qEJuN','.ats','qEWUF','NWgBJ','iGtOw','951325HVhFtP','ats-repeater','join','s3Bucket','writeFileSync','./instrumentationUtils','reportToGalactusAndSendToEDS','GsmNW','password','168526qRuwmf','MDVHH','QyyAw','wOWUY','enmXF','cTsKM','TTCso','1489296ZejOGx','parse','xSpaM','336546vtXuxl','ami','cloudProvider','WIILK','XOzpK','RbyxI','pLIrk','browserstack-local','SEhPu','XEUpU','username','key','readNamespacedDeployment','\x20in\x20namespace\x20','got','zOPso','ENtxk','WmpRL','tYUlU','availableReplicas','pfpoK','578200sCBSBo','now','../config/logger','sByti','GET','constructor','cfYNN','22PliPyA','UkPps','kind','split','3PWIhxN','startLocalBinarySync','Browserstack','iEMlH','kubeApply','startSync','toString','child_process','jkLuC','@kubernetes/client-node','nmhcw','from','updateGlobalRegistryWithConfig','VNSdo','LEhfn','XqIEL','VlSVK','LOG','SrMxg','setLocalArgs','jcDRX','maxNodes','minNodes','type','IlAAO','EYkHj','6yBcJvV','toLowerCase','2309628gtLuhr','kjIMh','KzRZm','TAoUL','instanceType','ami-0a0b7559ee7c88dcd','utf-8','X-os-version','rIKay','bOLnP','VcQXX','name','NtsJc','X-cli-path','PDNOT','QSQoa','stringify','Pzakc','/packages/cli/get-grid-details?gridId=','MLBLR','KubernetesObjectApi','hINpr','ejxpe','forceLocal','replicas','replace','ZFRhe','miFhV','$1-$2','HiNFn','40hJUqjo','X-os','jQGbw','push','credentials.json','metadata','eLlrk','localIdentifier','waitForDeployment','aipgd','hubVersion','CDhhX','getGridDetails','ZWbvV','statusCode','rbdHO','application/json','PPiae','rXTdI','luobm','browserVersion','AIOQr','niVKT','GfFQN','verbose','isRunning','base64','OaKWT','yLnxl','zvJjN','YlYii','vZBJs','fetchOrUpdateUserConfig','customRepeaters','QypWY'];a32_0x44c0=function(){return _0x2b519a;};return a32_0x44c0();}const path=require(a32_0x85cf73(0x161)),os=require('os'),fs=require('fs'),cp=require(a32_0x85cf73(0x1ee)),webSocketUtils=require('./webSocketUtils'),{sendInstrumentationEvent}=require(a32_0x85cf73(0x1b9)),BrowserstackLocalLauncher=require(a32_0x85cf73(0x1ce)),got=require(a32_0x85cf73(0x1d5)),k8s=require(a32_0x85cf73(0x1f0)),{logger}=require(a32_0x85cf73(0x1de)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a32_0x85cf73(0x1b9)),{global_registry,WS_EVENTS,AG_API_URL}=require('../config/constants');exports['encodeBase64']=_0x5564c8=>Buffer[a32_0x85cf73(0x1f2)](_0x5564c8)[a32_0x85cf73(0x1ed)]('base64'),exports[a32_0x85cf73(0x151)]=()=>{const _0x1d82c5=a32_0x85cf73,_0x40b7fa={};_0x40b7fa['SbwQT']=_0x1d82c5(0x1b0);const _0x6d4239=_0x40b7fa;return path[_0x1d82c5(0x1b6)](os['homedir'](),_0x6d4239[_0x1d82c5(0x167)]);},exports[a32_0x85cf73(0x170)]=()=>{const _0x38c0d0=a32_0x85cf73,_0x2b97e9={};_0x2b97e9[_0x38c0d0(0x14c)]=_0x38c0d0(0x131);const _0x1d8ec6=_0x2b97e9;return path[_0x38c0d0(0x1b6)](this['getDirForConfig'](),_0x1d8ec6[_0x38c0d0(0x14c)]);},exports[a32_0x85cf73(0x135)]=async(_0x710020,_0x9ff0bc,_0x119756,_0xe13aaf)=>{const _0x4d1b8d=a32_0x85cf73,_0xff0370={};_0xff0370['tYUlU']=_0x4d1b8d(0x178),_0xff0370[_0x4d1b8d(0x143)]=_0x4d1b8d(0x116),_0xff0370['YlYii']=function(_0x240472,_0x50cede){return _0x240472&&_0x50cede;},_0xff0370[_0x4d1b8d(0x1ad)]=_0x4d1b8d(0x115),_0xff0370['VcQXX']='.ats',_0xff0370['TTCso']=function(_0x526539,_0x4fbbeb){return _0x526539===_0x4fbbeb;},_0xff0370[_0x4d1b8d(0x150)]=_0x4d1b8d(0x1db),_0xff0370[_0x4d1b8d(0x149)]=function(_0x551b38,_0x17ed3a){return _0x551b38===_0x17ed3a;},_0xff0370[_0x4d1b8d(0x1f7)]=_0x4d1b8d(0x1b3),_0xff0370[_0x4d1b8d(0x1a4)]='QbIyB',_0xff0370[_0x4d1b8d(0x1d7)]=function(_0x34c544,_0x5487f7){return _0x34c544>_0x5487f7;},_0xff0370[_0x4d1b8d(0x13f)]=function(_0x48338d,_0x372954){return _0x48338d-_0x372954;},_0xff0370[_0x4d1b8d(0x16f)]=function(_0x5e8d7c,_0x284748){return _0x5e8d7c!==_0x284748;},_0xff0370[_0x4d1b8d(0x133)]=_0x4d1b8d(0x176),_0xff0370[_0x4d1b8d(0x124)]='LCMeo',_0xff0370[_0x4d1b8d(0x1bb)]=function(_0x32e3b5,_0x5ce00f){return _0x32e3b5>=_0x5ce00f;},_0xff0370[_0x4d1b8d(0x1ef)]=function(_0x211f05,_0x27124d){return _0x211f05!==_0x27124d;},_0xff0370[_0x4d1b8d(0x187)]=_0x4d1b8d(0x1a9),_0xff0370[_0x4d1b8d(0x165)]=function(_0x2e8113,_0x1b4409){return _0x2e8113===_0x1b4409;},_0xff0370[_0x4d1b8d(0x13e)]=_0x4d1b8d(0x11d),_0xff0370[_0x4d1b8d(0x18a)]=_0x4d1b8d(0x1ae);const _0x6842fc=_0xff0370;try{if(_0x6842fc[_0x4d1b8d(0x1c3)](_0x6842fc[_0x4d1b8d(0x150)],_0x6842fc['Bbwit'])){const _0x476bf6=0x1388,_0x569ee8=Date['now']();let _0x195b41=![];while(!_0x195b41){if(_0x6842fc['yLnxl'](_0x6842fc[_0x4d1b8d(0x1f7)],_0x6842fc[_0x4d1b8d(0x1a4)]))_0x386a4f[_0x6842fc[_0x4d1b8d(0x1d9)]]=_0x598d11;else{if(_0x6842fc[_0x4d1b8d(0x1d7)](_0x6842fc[_0x4d1b8d(0x13f)](Date[_0x4d1b8d(0x1dd)](),_0x569ee8),_0xe13aaf)){if(_0x6842fc[_0x4d1b8d(0x16f)](_0x6842fc[_0x4d1b8d(0x133)],_0x6842fc['hINpr']))throw new Error('Timeout\x20waiting\x20for\x20deployment\x20'+_0x119756+_0x4d1b8d(0x1d4)+_0x9ff0bc+_0x4d1b8d(0x16e));else throw new _0x1dec6b(_0x4d1b8d(0x1a1)+_0x53d6dc+'\x20in\x20namespace\x20'+_0x24125b+_0x4d1b8d(0x16e));}const _0x4cfb4a={};_0x4cfb4a[_0x4d1b8d(0x11a)]=_0x119756,_0x4cfb4a['namespace']=_0x9ff0bc;const _0x53b707=await _0x710020[_0x4d1b8d(0x1d3)](_0x4cfb4a),_0x340720=_0x53b707['spec'][_0x4d1b8d(0x127)]||0x1,_0x968149=_0x53b707[_0x4d1b8d(0x17c)][_0x4d1b8d(0x1da)]||0x0;_0x195b41=_0x6842fc[_0x4d1b8d(0x1bb)](_0x968149,_0x340720),!_0x195b41&&(_0x6842fc[_0x4d1b8d(0x1ef)](_0x6842fc[_0x4d1b8d(0x187)],_0x6842fc[_0x4d1b8d(0x187)])?_0x5a685d[_0x6842fc['niVKT']]=_0x422a8f:(logger[_0x4d1b8d(0x197)]('Waiting\x20for\x20deployment\x20'+_0x119756+_0x4d1b8d(0x1d4)+_0x9ff0bc+_0x4d1b8d(0x181)),await new Promise(_0x1d89e2=>setTimeout(_0x1d89e2,_0x476bf6))));}}logger['debug'](_0x4d1b8d(0x159)+_0x119756+_0x4d1b8d(0x1d4)+_0x9ff0bc+'\x20is\x20ready.');}else{if(_0x6842fc[_0x4d1b8d(0x14b)](_0x4138af,_0x47c23d)){const _0x5da514={};_0x5da514['username']=_0x29f076,_0x5da514[_0x4d1b8d(0x1bc)]=_0x44e7fb;const _0x5592f0={};_0x5592f0[_0x4d1b8d(0x1e9)]=_0x5da514;const _0x41eb3a=_0x5592f0;_0x143b65[_0x4d1b8d(0x1b8)](this[_0x4d1b8d(0x170)](),_0x9f991e[_0x4d1b8d(0x11f)](_0x41eb3a));}const _0x20af38=_0x5e9899[_0x4d1b8d(0x1c5)](_0x5cb8dc[_0x4d1b8d(0x174)](this[_0x4d1b8d(0x170)](),_0x6842fc[_0x4d1b8d(0x1ad)]));return[_0x20af38['Browserstack']['username'],_0x20af38['Browserstack'][_0x4d1b8d(0x1bc)]];}}catch(_0x3eba55){if(_0x6842fc['VEctP'](_0x6842fc['PPiae'],_0x6842fc['PPiae'])){logger[_0x4d1b8d(0x197)](_0x6842fc[_0x4d1b8d(0x18a)],_0x3eba55);throw _0x3eba55;}else return _0x258c3b['join'](_0x4577d0[_0x4d1b8d(0x18f)](),_0x6842fc[_0x4d1b8d(0x119)]);}},exports[a32_0x85cf73(0x1f3)]=(_0x285965,_0x5bf918,_0x52f799,_0x4a18f2,_0x1a9806,_0x37a146,_0x43193b,_0x18e30e,_0x25a5ad,_0x1b05c1,_0x362d5b)=>{const _0x503066=a32_0x85cf73,_0x148c87={};_0x148c87[_0x503066(0x140)]=_0x503066(0x1aa),_0x148c87[_0x503066(0x1b1)]=_0x503066(0x114);const _0x5f420e=_0x148c87,_0x3a6ab5=_0x5f420e['luobm']['split']('|');let _0x24e00e=0x0;while(!![]){switch(_0x3a6ab5[_0x24e00e++]){case'0':global_registry['cloudProvider']=_0x285965;continue;case'1':global_registry[_0x503066(0x185)]=_0x5bf918;continue;case'2':global_registry[_0x503066(0x113)]=_0x1a9806;continue;case'3':global_registry[_0x503066(0x1b7)]=_0x37a146;continue;case'4':global_registry['concurrency']=_0x4a18f2;continue;case'5':global_registry['browserVersion']=_0x25a5ad;continue;case'6':global_registry[_0x503066(0x1c8)]=_0x43193b[_0x503066(0x1c8)]||_0x5f420e[_0x503066(0x1b1)];continue;case'7':global_registry[_0x503066(0x1fc)]=_0x362d5b;continue;case'8':global_registry[_0x503066(0x137)]=_0x18e30e;continue;case'9':global_registry[_0x503066(0x190)]=_0x52f799;continue;case'10':global_registry[_0x503066(0x1fd)]=_0x1b05c1;continue;}break;}},exports[a32_0x85cf73(0x192)]=_0x4ece41=>_0x4ece41[a32_0x85cf73(0x128)](/([a-z])([A-Z])/g,a32_0x85cf73(0x12b))[a32_0x85cf73(0x128)](/[\s_]+/g,'-')[a32_0x85cf73(0x202)](),exports[a32_0x85cf73(0x1ba)]=async(_0x3b60a2,_0xd57250,_0x18df33,_0x1f6b61,_0x433b9d,_0x1006b2,_0x18811f)=>{const _0x528c3d=a32_0x85cf73,_0x773fc={'jMjmK':function(_0x21fb44,_0x47d204,_0x3b9d32,_0x555f25,_0x288610,_0x166b1b,_0x825bc4){return _0x21fb44(_0x47d204,_0x3b9d32,_0x555f25,_0x288610,_0x166b1b,_0x825bc4);}};await _0x773fc['jMjmK'](sendInstrumentationEvent,_0x3b60a2,_0x433b9d,_0x1f6b61,_0x1006b2,null,_0x3b60a2);const _0x28e9dc={};_0x28e9dc[_0x528c3d(0x1fe)]=WS_EVENTS[_0x528c3d(0x1f8)],_0x28e9dc['message']=_0x18df33,await webSocketUtils['sendEventToBackend'](_0xd57250,_0x28e9dc,_0x18811f,!![]);},exports[a32_0x85cf73(0x186)]=_0x37102c=>{const _0x3568a5=a32_0x85cf73;return _0x37102c[_0x3568a5(0x17e)];},exports['setLocalArgs']=_0x4a4a58=>{const _0x11fe4e=a32_0x85cf73,_0x116ba9={};_0x116ba9[_0x11fe4e(0x1fb)]=_0x11fe4e(0x154),_0x116ba9['AIOQr']=_0x11fe4e(0x1d2),_0x116ba9[_0x11fe4e(0x168)]=_0x11fe4e(0x145),_0x116ba9['VDkcF']=_0x11fe4e(0x126),_0x116ba9[_0x11fe4e(0x1f6)]='true',_0x116ba9[_0x11fe4e(0x200)]=_0x11fe4e(0x134),_0x116ba9['VNSdo']=_0x11fe4e(0x1b5),_0x116ba9[_0x11fe4e(0x13c)]=_0x11fe4e(0x199),_0x116ba9['aipgd']=function(_0x24266c,_0xa50103){return _0x24266c===_0xa50103;},_0x116ba9[_0x11fe4e(0x144)]=function(_0x2a1f76,_0x444110){return _0x2a1f76!==_0x444110;},_0x116ba9[_0x11fe4e(0x18e)]='mABYL',_0x116ba9[_0x11fe4e(0x157)]=_0x11fe4e(0x171);const _0x23144a=_0x116ba9;let _0x5bb796={};_0x5bb796[_0x23144a['AIOQr']]=this['getAccessKey'](_0x4a4a58),_0x5bb796[_0x23144a[_0x11fe4e(0x168)]]=0x3,_0x5bb796[_0x23144a[_0x11fe4e(0x160)]]=_0x23144a[_0x11fe4e(0x1f6)],_0x5bb796[_0x23144a[_0x11fe4e(0x200)]]=_0x23144a[_0x11fe4e(0x1f4)];_0x4a4a58['customRepeaters']&&Array[_0x11fe4e(0x188)](_0x4a4a58[_0x11fe4e(0x14e)])&&(_0x23144a[_0x11fe4e(0x144)](_0x23144a[_0x11fe4e(0x18e)],_0x23144a['fwYcU'])?_0x4d9e9b[_0x11fe4e(0x182)](_0x23144a[_0x11fe4e(0x1fb)]):_0x5bb796[_0x23144a['rbdHO']]=_0x4a4a58['customRepeaters'][_0x11fe4e(0x1b6)](','));if(_0x4a4a58[_0x11fe4e(0x169)]&&_0x23144a[_0x11fe4e(0x136)](_0x4a4a58[_0x11fe4e(0x169)][_0x11fe4e(0x1e1)],Object)){if(_0x23144a[_0x11fe4e(0x136)](_0x23144a[_0x11fe4e(0x157)],_0x23144a[_0x11fe4e(0x157)]))_0x5bb796={..._0x4a4a58[_0x11fe4e(0x169)],..._0x5bb796};else{let _0x4a989a={};return _0x4a989a[_0x23144a[_0x11fe4e(0x142)]]=this[_0x11fe4e(0x186)](_0x632e76),_0x4a989a[_0x23144a[_0x11fe4e(0x168)]]=0x3,_0x4a989a[_0x23144a[_0x11fe4e(0x160)]]=_0x23144a[_0x11fe4e(0x1f6)],_0x4a989a[_0x23144a[_0x11fe4e(0x200)]]=_0x23144a[_0x11fe4e(0x1f4)],_0x1d3e55[_0x11fe4e(0x14e)]&&_0x1f55eb['isArray'](_0xf6f885['customRepeaters'])&&(_0x4a989a[_0x23144a[_0x11fe4e(0x13c)]]=_0x5c81b3['customRepeaters'][_0x11fe4e(0x1b6)](',')),_0x1c339f[_0x11fe4e(0x169)]&&_0x23144a[_0x11fe4e(0x136)](_0x31e773[_0x11fe4e(0x169)][_0x11fe4e(0x1e1)],_0x164487)&&(_0x4a989a={..._0x38e254[_0x11fe4e(0x169)],..._0x4a989a}),_0x4a989a;}}return _0x5bb796;},exports[a32_0x85cf73(0x1e8)]=_0x2813ad=>{const _0x374b62=a32_0x85cf73,_0x5087bc=new BrowserstackLocalLauncher[(_0x374b62(0x189))](),_0x463053=this[_0x374b62(0x1fa)](_0x2813ad),_0x34717d=_0x5087bc[_0x374b62(0x1ec)](_0x463053);if(_0x34717d)throw _0x34717d;return isLocalRunning=_0x5087bc[_0x374b62(0x146)](),_0x5087bc;},exports[a32_0x85cf73(0x16b)]=async _0x51c655=>{const _0x1c3983=a32_0x85cf73,_0x183780={'miFhV':function(_0x35eb18,_0x27efda){return _0x35eb18!==_0x27efda;},'yMmVY':_0x1c3983(0x1df),'SpGkx':function(_0x37fc91,_0x3d7df9){return _0x37fc91===_0x3d7df9;},'EWOsc':_0x1c3983(0x16a),'CDhhX':_0x1c3983(0x1a8),'DReBf':function(_0x3bbbab,_0x487b78){return _0x3bbbab(_0x487b78);},'MLBLR':function(_0x24dbea){return _0x24dbea();},'TRyNE':function(_0x5a7216){return _0x5a7216();},'TAoUL':_0x1c3983(0x1e4)};return new Promise((_0x38f1fc,_0xabffa0)=>{const _0x202310=_0x1c3983,_0x1cfe0e={'McWWq':function(_0xc5412e,_0x569d7b){return _0x183780['DReBf'](_0xc5412e,_0x569d7b);},'yUcFd':function(_0x46c442){const _0x23f100=a32_0xe452;return _0x183780[_0x23f100(0x16d)](_0x46c442);}};if(_0x183780[_0x202310(0x12a)](_0x183780[_0x202310(0x112)],_0x183780['TAoUL'])){const _0x85cc83=new _0x4655a1[(_0x202310(0x189))](),_0x1d4ae6=this[_0x202310(0x1fa)](_0xf5b4c5),_0x5c864b=_0x85cc83[_0x202310(0x1ec)](_0x1d4ae6);if(_0x5c864b)throw _0x5c864b;return _0x580d3d=_0x85cc83[_0x202310(0x146)](),_0x85cc83;}else _0x51c655&&_0x51c655[_0x202310(0x18c)](_0x198273=>{const _0x5e98b2=_0x202310;if(_0x183780[_0x5e98b2(0x12a)](_0x183780['yMmVY'],_0x183780[_0x5e98b2(0x172)])){const _0x1cd35e={..._0x27200d[_0x5e98b2(0x169)],..._0x58d882};_0x5a025f=_0x1cd35e;}else{if(_0x198273){if(_0x183780[_0x5e98b2(0x155)](_0x183780[_0x5e98b2(0x19c)],_0x183780[_0x5e98b2(0x138)])){const _0xda80bc={'SfZox':function(_0x2aa473,_0xcaab7b){return _0x1cfe0e['McWWq'](_0x2aa473,_0xcaab7b);},'QyyAw':function(_0x223c04){return _0x1cfe0e['yUcFd'](_0x223c04);}};_0x468cfa&&_0x370e1e[_0x5e98b2(0x18c)](_0x1198d6=>{const _0x2b3e40=_0x5e98b2;if(_0x1198d6)return _0xda80bc['SfZox'](_0x43cd3b,_0x1198d6);_0xda80bc[_0x2b3e40(0x1bf)](_0x4d7470);});}else return _0x183780[_0x5e98b2(0x152)](_0xabffa0,_0x198273);}_0x183780[_0x5e98b2(0x122)](_0x38f1fc);}});});},exports[a32_0x85cf73(0x14d)]=(_0x117ff9,_0x4ec365)=>{const _0x5aefad=a32_0x85cf73,_0x41ad84={};_0x41ad84['IVHsf']=function(_0x1b89e4,_0x12ddd7){return _0x1b89e4&&_0x12ddd7;},_0x41ad84[_0x5aefad(0x1d6)]=_0x5aefad(0x115),_0x41ad84[_0x5aefad(0x1b2)]=function(_0x5ae85f,_0x3501e1){return _0x5ae85f===_0x3501e1;},_0x41ad84[_0x5aefad(0x164)]=_0x5aefad(0x125),_0x41ad84[_0x5aefad(0x1f5)]=function(_0x90cc29,_0xbe27cf){return _0x90cc29&&_0xbe27cf;},_0x41ad84[_0x5aefad(0x173)]=function(_0x363f4b,_0x416e33){return _0x363f4b!==_0x416e33;},_0x41ad84[_0x5aefad(0x118)]=_0x5aefad(0x19b);const _0x4f4cbc=_0x41ad84,_0x335665=fs[_0x5aefad(0x166)](this[_0x5aefad(0x170)]());if(_0x335665||_0x4f4cbc[_0x5aefad(0x19a)](_0x117ff9,_0x4ec365)){if(_0x4f4cbc[_0x5aefad(0x1b2)](_0x4f4cbc[_0x5aefad(0x164)],_0x4f4cbc[_0x5aefad(0x164)])){if(_0x4f4cbc[_0x5aefad(0x1f5)](_0x117ff9,_0x4ec365)){if(_0x4f4cbc[_0x5aefad(0x173)](_0x4f4cbc[_0x5aefad(0x118)],_0x4f4cbc[_0x5aefad(0x118)]))return _0x1e3ad7[_0x5aefad(0x17e)];else{const _0x505472={};_0x505472[_0x5aefad(0x1d1)]=_0x117ff9,_0x505472['password']=_0x4ec365;const _0x5e0b09={};_0x5e0b09['Browserstack']=_0x505472;const _0x4576d5=_0x5e0b09;fs[_0x5aefad(0x1b8)](this[_0x5aefad(0x170)](),JSON[_0x5aefad(0x11f)](_0x4576d5));}}const _0x34b7c=JSON['parse'](fs['readFileSync'](this['getCredentialsPath'](),_0x4f4cbc[_0x5aefad(0x1d6)]));return[_0x34b7c[_0x5aefad(0x1e9)][_0x5aefad(0x1d1)],_0x34b7c[_0x5aefad(0x1e9)][_0x5aefad(0x1bc)]];}else{const _0x97472=_0xea7990[_0x5aefad(0x166)](this['getCredentialsPath']());if(_0x97472||_0x4f4cbc[_0x5aefad(0x19a)](_0x5733a0,_0x48375e)){if(_0x4f4cbc[_0x5aefad(0x19a)](_0x47a9fa,_0x35e8a0)){const _0x17ee7e={};_0x17ee7e['username']=_0x2af4ab,_0x17ee7e[_0x5aefad(0x1bc)]=_0x27b069;const _0x593da7={};_0x593da7[_0x5aefad(0x1e9)]=_0x17ee7e;const _0x5aa785=_0x593da7;_0x5b9211['writeFileSync'](this[_0x5aefad(0x170)](),_0x5d4926[_0x5aefad(0x11f)](_0x5aa785));}const _0x5bde1c=_0x37ea47[_0x5aefad(0x1c5)](_0x19c45c['readFileSync'](this[_0x5aefad(0x170)](),_0x4f4cbc['zOPso']));return[_0x5bde1c[_0x5aefad(0x1e9)][_0x5aefad(0x1d1)],_0x5bde1c['Browserstack'][_0x5aefad(0x1bc)]];}return null;}}return null;},exports[a32_0x85cf73(0x139)]=async(_0x423b8f,_0x5d1f0b,_0x440e4c)=>{const _0x4917bd=a32_0x85cf73,_0x248b97={'zAUxQ':_0x4917bd(0x1e0),'Pzakc':function(_0x14c1ba,_0x88cd00,_0x2130c1){return _0x14c1ba(_0x88cd00,_0x2130c1);},'cTsKM':function(_0x168922,_0x1631ee){return _0x168922===_0x1631ee;},'nmhcw':function(_0x3b77f6,_0x17390d){return _0x3b77f6!==_0x17390d;},'kjIMh':'SDnHq'},_0x1a62ef='https://'+_0x423b8f+':'+_0x5d1f0b+'@'+AG_API_URL+_0x4917bd(0x121)+_0x440e4c,_0xbfe5fc={'method':_0x248b97['zAUxQ'],'headers':this['getAuthHeader'](_0x423b8f,_0x5d1f0b),'throwHttpErrors':![]},_0x2a5da3=await _0x248b97[_0x4917bd(0x120)](got,_0x1a62ef,_0xbfe5fc);if(_0x248b97[_0x4917bd(0x1c2)](_0x2a5da3[_0x4917bd(0x13b)],0xc8))return _0x248b97[_0x4917bd(0x1f1)](_0x248b97[_0x4917bd(0x204)],_0x248b97['kjIMh'])?[_0xb1a560,_0x96dfe6[_0x4917bd(0x1c5)](_0x2dde37['body'])]:[_0x2a5da3,JSON['parse'](_0x2a5da3['body'])];return[_0x2a5da3,null];},exports[a32_0x85cf73(0x1eb)]=async(_0x2bf573,_0x5df6aa)=>{const _0x23c75d=a32_0x85cf73,_0x5bba48={'ADeSZ':_0x23c75d(0x194),'SEhPu':_0x23c75d(0x114),'enmXF':_0x23c75d(0x199),'RbyxI':function(_0x1b0b3d,_0x5b6bb3){return _0x1b0b3d(_0x5b6bb3);},'HGqHE':function(_0x25567f){return _0x25567f();},'xOJFN':function(_0x149efd,_0x4fce32){return _0x149efd!==_0x4fce32;},'FmacS':_0x23c75d(0x195),'WrzxT':_0x23c75d(0x1a6),'MPzvK':function(_0x5011fb,_0x32f003){return _0x5011fb===_0x32f003;},'zvJjN':_0x23c75d(0x11b),'oOXas':function(_0x16e4f3,_0x561769){return _0x16e4f3!==_0x561769;},'WmpRL':_0x23c75d(0x17a),'FWiol':_0x23c75d(0x19f)},_0x1d88c6=await k8s[_0x23c75d(0x123)]['makeApiClient'](_0x5df6aa),_0x2cd3dc=_0x2bf573['filter'](_0x54d567=>_0x54d567&&_0x54d567[_0x23c75d(0x1e5)]&&_0x54d567[_0x23c75d(0x132)]),_0x500de8=[];for await(const _0x3b2768 of _0x2cd3dc){if(_0x5bba48['xOJFN'](_0x5bba48['FmacS'],_0x5bba48[_0x23c75d(0x1a3)]))try{if(_0x5bba48[_0x23c75d(0x153)](_0x5bba48[_0x23c75d(0x14a)],_0x5bba48['zvJjN'])){await _0x1d88c6[_0x23c75d(0x175)](_0x3b2768);const _0x7fe16c=await _0x1d88c6['patch'](_0x3b2768);_0x500de8[_0x23c75d(0x130)](_0x7fe16c['body']);}else{const _0x4aa4ec=_0x5bba48['ADeSZ']['split']('|');let _0x49232f=0x0;while(!![]){switch(_0x4aa4ec[_0x49232f++]){case'0':_0x3b77e3['concurrency']=_0x5c48dd;continue;case'1':_0x390000['clusterRegion']=_0x1f52ff;continue;case'2':_0x15a065[_0x23c75d(0x141)]=_0x118cda;continue;case'3':_0x26ce5f[_0x23c75d(0x1c9)]=_0x2a52be;continue;case'4':_0x3ff453[_0x23c75d(0x1b7)]=_0x41aac9;continue;case'5':_0x51045c[_0x23c75d(0x1c8)]=_0x3519fe['ami']||_0x5bba48[_0x23c75d(0x1cf)];continue;case'6':_0x38bd38[_0x23c75d(0x137)]=_0x53f141;continue;case'7':_0x5ec081[_0x23c75d(0x1fd)]=_0x59dffc;continue;case'8':_0x172d84[_0x23c75d(0x185)]=_0x292132;continue;case'9':_0x50798b['maxNodes']=_0x4dd8b9;continue;case'10':_0x406c13[_0x23c75d(0x113)]=_0x2a5e0d;continue;}break;}}}catch(_0x199f2e){if(_0x5bba48[_0x23c75d(0x1a2)](_0x5bba48[_0x23c75d(0x1d8)],_0x5bba48['FWiol'])){const _0x51a548=await _0x1d88c6[_0x23c75d(0x15d)](_0x3b2768);_0x500de8[_0x23c75d(0x130)](_0x51a548[_0x23c75d(0x18b)]);}else _0x17fe5f[_0x5bba48[_0x23c75d(0x1c1)]]=_0x38c84c[_0x23c75d(0x14e)]['join'](',');}else{if(_0x4beb7a)return _0x5bba48[_0x23c75d(0x1cc)](_0x5ba669,_0x17ef49);_0x5bba48['HGqHE'](_0x3e12bb);}}},exports[a32_0x85cf73(0x1a7)]=(_0x165a93,_0x309eff)=>{const _0x42896a=a32_0x85cf73,_0x58f24c={'nOJYG':function(_0x2f19f6,_0xf66da2){return _0x2f19f6>=_0xf66da2;},'bLPPZ':_0x42896a(0x154),'QypWY':_0x42896a(0x131),'xFnhU':_0x42896a(0x1ae),'NwrmQ':function(_0x17218f,_0x67b4d5){return _0x17218f(_0x67b4d5);},'TuDJA':function(_0x25cfcd){return _0x25cfcd();},'MDVHH':function(_0x41f37f,_0x524817){return _0x41f37f(_0x524817);},'Dbmjr':function(_0xb961f1){return _0xb961f1();},'jQGbw':function(_0x5b3226){return _0x5b3226();},'TOUDP':_0x42896a(0x13d),'ZWbvV':function(_0x4726b3,_0x325049){return _0x4726b3+_0x325049;},'CiqMk':'Basic\x20','uXjpi':_0x42896a(0x147),'aGHcs':function(_0x3e6b60,_0x524847){return _0x3e6b60===_0x524847;},'jAHeQ':_0x42896a(0x1ca),'stEpy':_0x42896a(0x1c0),'qtRsr':'X-cli-version','FePsi':function(_0x4d272a,_0xf4a906){return _0x4d272a===_0xf4a906;},'aNPtQ':_0x42896a(0x117),'cfYNN':'sEcdg','GfFNC':_0x42896a(0x11c),'SrMxg':function(_0xe1844d,_0x582747){return _0xe1844d!==_0x582747;},'vquPt':'uzZqt','iEMlH':_0x42896a(0x11e),'iGDzC':_0x42896a(0x12e),'bEOyb':_0x42896a(0x15a),'qEJuN':_0x42896a(0x1a0),'GqXAH':'X-os-version','HiNFn':function(_0x307364,_0x4597ae){return _0x307364===_0x4597ae;},'XOzpK':_0x42896a(0x183),'duFet':_0x42896a(0x158),'SGcac':_0x42896a(0x178),'pLIrk':_0x42896a(0x148),'nSBvj':_0x42896a(0x15b)},_0x1bfe9e=_0x58f24c['Dbmjr'](cli_version_and_path),_0x455dbb=_0x58f24c[_0x42896a(0x12f)](_os),_0x2cefe6=_0x58f24c[_0x42896a(0x156)](os_version),_0x34a7d0=_0x58f24c[_0x42896a(0x156)](npm_version),_0x2108ad=_0x58f24c['TuDJA'](ci_environment),_0x12150c={'Content-Type':_0x58f24c[_0x42896a(0x184)],'Authorization':_0x58f24c[_0x42896a(0x13a)](_0x58f24c[_0x42896a(0x196)],Buffer[_0x42896a(0x1f2)](_0x165a93+':'+_0x309eff)['toString'](_0x58f24c['uXjpi']))};if(_0x1bfe9e&&_0x1bfe9e[_0x42896a(0x180)]){if(_0x58f24c['aGHcs'](_0x58f24c[_0x42896a(0x19d)],_0x58f24c[_0x42896a(0x15f)])){const _0x1b55c1=_0x20fa80['versions'][_0x42896a(0x1ac)];_0x58f24c[_0x42896a(0x17d)](_0x1b55c1[_0x42896a(0x1e6)]('.')[0x0],0x12)&&_0x4beccc['execSync'](_0x58f24c[_0x42896a(0x162)]);}else _0x12150c[_0x58f24c['qtRsr']]=_0x1bfe9e[_0x42896a(0x180)];}if(_0x1bfe9e&&_0x1bfe9e[_0x42896a(0x161)]){if(_0x58f24c[_0x42896a(0x15e)](_0x58f24c[_0x42896a(0x15c)],_0x58f24c[_0x42896a(0x1e2)]))return _0x2f32a0[_0x42896a(0x1b6)](this[_0x42896a(0x151)](),_0x58f24c[_0x42896a(0x14f)]);else _0x12150c[_0x58f24c['GfFNC']]=_0x1bfe9e['path'];}if(_0x455dbb){if(_0x58f24c['SrMxg'](_0x58f24c['vquPt'],_0x58f24c[_0x42896a(0x1ea)]))_0x12150c[_0x58f24c[_0x42896a(0x1a5)]]=_0x455dbb;else{_0x56db96[_0x42896a(0x197)](_0x58f24c[_0x42896a(0x19e)],_0x5ba435);throw _0x5e1b31;}}if(_0x2cefe6){if(_0x58f24c[_0x42896a(0x15e)](_0x58f24c['bEOyb'],_0x58f24c[_0x42896a(0x1af)])){const _0x2aaa94={};_0x2aaa94['username']=_0x3b7951,_0x2aaa94[_0x42896a(0x1bc)]=_0x5a6582;const _0x3e153e={};_0x3e153e[_0x42896a(0x1e9)]=_0x2aaa94;const _0x390f69=_0x3e153e;_0x16ec62[_0x42896a(0x1b8)](this['getCredentialsPath'](),_0x4cb90a[_0x42896a(0x11f)](_0x390f69));}else _0x12150c[_0x58f24c[_0x42896a(0x18d)]]=_0x2cefe6;}if(_0x34a7d0){if(_0x58f24c[_0x42896a(0x12c)](_0x58f24c[_0x42896a(0x1cb)],_0x58f24c['duFet'])){const _0x55158c={'nNXce':function(_0x28d29c,_0x4642e5){return _0x58f24c['NwrmQ'](_0x28d29c,_0x4642e5);},'mhPzV':function(_0x138624){const _0x44ac43=_0x42896a;return _0x58f24c[_0x44ac43(0x193)](_0x138624);}};return new _0x355fe7((_0x40843e,_0x33948c)=>{const _0x5d8cbb=_0x42896a;_0x43f705&&_0x206b6a[_0x5d8cbb(0x18c)](_0x359b14=>{const _0x41c5fe=_0x5d8cbb;if(_0x359b14)return _0x55158c[_0x41c5fe(0x177)](_0x33948c,_0x359b14);_0x55158c['mhPzV'](_0x40843e);});});}else _0x12150c[_0x58f24c[_0x42896a(0x17b)]]=_0x34a7d0;}if(_0x2108ad){if(_0x58f24c[_0x42896a(0x1f9)](_0x58f24c[_0x42896a(0x1cd)],_0x58f24c[_0x42896a(0x1cd)]))return _0x58f24c[_0x42896a(0x1be)](_0xec702e,_0x40652a);else _0x12150c[_0x58f24c[_0x42896a(0x191)]]=_0x2108ad;}return _0x12150c;},exports['installAzurePackages']=async()=>{const _0x38b5a0=a32_0x85cf73,_0x106f77={};_0x106f77[_0x38b5a0(0x179)]='X-cli-version',_0x106f77[_0x38b5a0(0x198)]=function(_0x5679b5,_0x21743c){return _0x5679b5>=_0x21743c;},_0x106f77[_0x38b5a0(0x1ff)]=function(_0x6897dd,_0x5bb5f2){return _0x6897dd===_0x5bb5f2;},_0x106f77[_0x38b5a0(0x205)]=_0x38b5a0(0x163),_0x106f77['ZFRhe']=_0x38b5a0(0x1c6),_0x106f77[_0x38b5a0(0x1d0)]='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--save';const _0x244d37=_0x106f77,_0x195340=process[_0x38b5a0(0x16c)]['node'];_0x244d37[_0x38b5a0(0x198)](_0x195340[_0x38b5a0(0x1e6)]('.')[0x0],0x12)&&(_0x244d37[_0x38b5a0(0x1ff)](_0x244d37['KzRZm'],_0x244d37[_0x38b5a0(0x129)])?_0x3ffa61[_0x244d37['NRNhq']]=_0x3ef999[_0x38b5a0(0x180)]:cp[_0x38b5a0(0x182)](_0x244d37['XEUpU']));};
1
+ const a32_0x19c089=a32_0x49df;(function(_0x4f4d9b,_0x47f072){const _0x308e2d=a32_0x49df,_0x280d43=_0x4f4d9b();while(!![]){try{const _0x4f9cd2=-parseInt(_0x308e2d(0x25b))/0x1+-parseInt(_0x308e2d(0x259))/0x2*(-parseInt(_0x308e2d(0x27a))/0x3)+parseInt(_0x308e2d(0x2e4))/0x4+-parseInt(_0x308e2d(0x203))/0x5+parseInt(_0x308e2d(0x241))/0x6+parseInt(_0x308e2d(0x2b7))/0x7+-parseInt(_0x308e2d(0x2a1))/0x8;if(_0x4f9cd2===_0x47f072)break;else _0x280d43['push'](_0x280d43['shift']());}catch(_0x15945c){_0x280d43['push'](_0x280d43['shift']());}}}(a32_0x4d52,0x1f1cd));function a32_0x4d52(){const _0x30e67b=['cFbVg','getAuthHeader','./instrumentationUtils','base64','bTvRc','\x20is\x20ready.','installAzurePackages','ZgOEz','zIBRk','join','aOUTp','Local','replicas','Thzvu','kdXff','VxPqy','startSync','Basic\x20','VLZwB','eFDLi','fmClM','rbAtn','cUKfX','3|0|2|7|1|6|10|5|9|4|8','hqOne','waitForDeployment','cTFlg','gaJjh','vOZzI','hkimA','erCmX','wDvkv','yNuro','342856niAGef','setLocalArgs','ADLfM','.ats','fCwBe','@kubernetes/client-node','tJAUK','bFtwM','create','fehXg','LJRUz','parse','stringify','VVxVI','dXAfm','eUjuY','X-npm-version','ezILW','getAccessKey','X-ci-environment','readFileSync','username','149870CVWqLb','../config/logger','LGIUF','getCredentialsPath','WsDuR','/packages/cli/get-grid-details?gridId=','execSync','from','https://','fetchOrUpdateUserConfig','gujBS','DRAMO','\x20in\x20namespace\x20','QkXKG','X-os-version','sMWBO','ZEwuc','BZejY','zwiFP','Iegvf','concurrency','5|2|3|10|0|8|7|1|9|6|4','jIFdb','message','Mbgay','JZRzm','ami-0a0b7559ee7c88dcd','application/json','DuHkW','CbqHK','utf-8','isArray','./webSocketUtils','ZPudL','browserVersion','KubernetesObjectApi','FasFb','TfILI','SgJIR','FgkNf','nnObM','LZafl','TIjXj','OTquo','accessKey','631632aIpCDU','pOmoJ','xtYpn','ljVNT','ami','UEjMX','XERar','JJEkN','xapsr','body','ats-repeater','RlcWf','type','VbvIM','oDWzq','lsyKa','kFIlj','maxNodes','customRepeaters','ihZzQ','Npmkl','674355REduUb','node','NYkkG','../config/constants','pptkf','forceLocal','browserStackLocalOptions','zBXlR','readNamespacedDeployment','now','toLowerCase','X-cli-version','fjNhZ','nKcqn','credentials.json','yPYOv','FEkxf','\x20to\x20be\x20ready...','ZiZmA','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--save','X-os','kind','xuCAV','X-cli-path','dtowx','SrHwT','browserstack-local','YoeKj','verbose','true','fObnk','spec','Timeout\x20waiting\x20for\x20deployment\x20','aMYDp','zeGcy','MzagK','vhSIE','clusterRegion','password','child_process','NMwmE','cpnen','Browserstack','path','getGridDetails','kUDkI','wBxhG','patch','custom-repeater','namespace','GET','Otliq','sendEventToBackend','kubeApply','oSiiK','tDrAA','split','RaWGt','got','xsAIq','stop','versions','358956iApsVP','TzCDj','uWMjR','fXDif','VQkXY','minNodes','pupxC','bNYuS','pcHxD','key','cjmzs','gebUV','jXTIQ','getDirForConfig','PUDpC','EQQLe','Error\x20while\x20waiting\x20for\x20deployment:','stopLocalBinary','ncKhd','nEKxo','QIFoE','name','constructor','writeFileSync','75722GDMNuc','Deployment\x20','47562EWCDjV','OijZE','sKUXF','IvtPs','PPsbI','clusterName','DHGZc','xPMoh','version','existsSync','filter','statusCode','YdXse','VrJME','\x20to\x20become\x20available.','nRkIO','swCqp','vkulo','cloudProvider','nMizr','GkKnK','s3Bucket','RFHYX','toString','GNCNo','VdQea','trUeF','TZFhv','lIZhg','$1-$2','vseaX','9qJVzBV','TcRZN','debug','hubVersion','encodeBase64','APTOc'];a32_0x4d52=function(){return _0x30e67b;};return a32_0x4d52();}const path=require(a32_0x19c089(0x22e)),os=require('os'),fs=require('fs'),cp=require(a32_0x19c089(0x22a)),webSocketUtils=require(a32_0x19c089(0x2d7)),{sendInstrumentationEvent}=require(a32_0x19c089(0x282)),BrowserstackLocalLauncher=require(a32_0x19c089(0x21d)),got=require(a32_0x19c089(0x23d)),k8s=require(a32_0x19c089(0x2a6)),{logger}=require(a32_0x19c089(0x2b8)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils'),{global_registry,WS_EVENTS,AG_API_URL}=require(a32_0x19c089(0x206));function a32_0x49df(_0x397604,_0x4ce0b2){const _0x4d52c7=a32_0x4d52();return a32_0x49df=function(_0x49dfe1,_0x3aebc0){_0x49dfe1=_0x49dfe1-0x1f4;let _0x2b9eed=_0x4d52c7[_0x49dfe1];return _0x2b9eed;},a32_0x49df(_0x397604,_0x4ce0b2);}exports[a32_0x19c089(0x27e)]=_0x163046=>Buffer[a32_0x19c089(0x2be)](_0x163046)['toString'](a32_0x19c089(0x283)),exports['getDirForConfig']=()=>{const _0x18fa4b=a32_0x19c089,_0x473b9b={};_0x473b9b[_0x18fa4b(0x2b9)]='.ats';const _0x3bf11e=_0x473b9b;return path['join'](os['homedir'](),_0x3bf11e[_0x18fa4b(0x2b9)]);},exports['getCredentialsPath']=()=>{const _0xe9ecfc=a32_0x19c089,_0xe38ab0={};_0xe38ab0[_0xe9ecfc(0x284)]=_0xe9ecfc(0x211);const _0x168a61=_0xe38ab0;return path['join'](this['getDirForConfig'](),_0x168a61['bTvRc']);},exports[a32_0x19c089(0x299)]=async(_0x434dca,_0x1918a2,_0x112648,_0x2f5f93)=>{const _0x420a34=a32_0x19c089,_0xaa7703={};_0xaa7703['oYEnv']=_0x420a34(0x2c5),_0xaa7703[_0x420a34(0x213)]=_0x420a34(0x20e),_0xaa7703[_0x420a34(0x2c9)]=_0x420a34(0x21a),_0xaa7703[_0x420a34(0x219)]=function(_0x557442,_0x4f8725){return _0x557442!==_0x4f8725;},_0xaa7703[_0x420a34(0x29c)]='LhsJn',_0xaa7703[_0x420a34(0x28f)]=function(_0x2ed20e,_0x5a4992){return _0x2ed20e===_0x5a4992;},_0xaa7703[_0x420a34(0x225)]=_0x420a34(0x1f4),_0xaa7703[_0x420a34(0x29e)]=function(_0x5c2a28,_0x530263){return _0x5c2a28>_0x530263;},_0xaa7703[_0x420a34(0x2e5)]=function(_0x12609a,_0x248340){return _0x12609a-_0x248340;},_0xaa7703['Iegvf']=_0x420a34(0x2d0),_0xaa7703[_0x420a34(0x275)]=function(_0x1e3f6f,_0x2bb322){return _0x1e3f6f>=_0x2bb322;},_0xaa7703[_0x420a34(0x247)]=function(_0x2fc0d8,_0x267000){return _0x2fc0d8!==_0x267000;},_0xaa7703[_0x420a34(0x236)]='vgbRh',_0xaa7703[_0x420a34(0x298)]=function(_0x330455,_0x2f6165){return _0x330455!==_0x2f6165;},_0xaa7703['fmClM']=_0x420a34(0x215),_0xaa7703[_0x420a34(0x1fb)]=_0x420a34(0x251);const _0x5dc062=_0xaa7703;try{if(_0x5dc062[_0x420a34(0x219)](_0x5dc062['vOZzI'],_0x5dc062[_0x420a34(0x29c)]))_0x1bba29[_0x5dc062['oYEnv']]=_0x2520a1;else{const _0x47fd74=0x1388,_0x1b612e=Date[_0x420a34(0x20c)]();let _0x11108c=![];while(!_0x11108c){if(_0x5dc062['VxPqy'](_0x5dc062[_0x420a34(0x225)],_0x5dc062[_0x420a34(0x225)])){if(_0x5dc062[_0x420a34(0x29e)](_0x5dc062[_0x420a34(0x2e5)](Date['now'](),_0x1b612e),_0x2f5f93)){if(_0x5dc062[_0x420a34(0x219)](_0x5dc062[_0x420a34(0x2ca)],_0x5dc062[_0x420a34(0x2ca)]))_0x395ebe[_0x5dc062['FEkxf']]=_0x8800c6[_0x420a34(0x263)];else throw new Error(_0x420a34(0x223)+_0x112648+_0x420a34(0x2c3)+_0x1918a2+'\x20to\x20become\x20available.');}const _0x27c2b5={};_0x27c2b5[_0x420a34(0x256)]=_0x112648,_0x27c2b5[_0x420a34(0x234)]=_0x1918a2;const _0x2fd8b6=await _0x434dca[_0x420a34(0x20b)](_0x27c2b5),_0x334132=_0x2fd8b6[_0x420a34(0x222)][_0x420a34(0x28c)]||0x1,_0x9382c5=_0x2fd8b6['status']['availableReplicas']||0x0;_0x11108c=_0x5dc062[_0x420a34(0x275)](_0x9382c5,_0x334132),!_0x11108c&&(_0x5dc062[_0x420a34(0x247)](_0x5dc062[_0x420a34(0x236)],_0x5dc062[_0x420a34(0x236)])?_0x2f84d7[_0x5dc062[_0x420a34(0x2c9)]]=_0x34d07a['path']:(logger[_0x420a34(0x27c)]('Waiting\x20for\x20deployment\x20'+_0x112648+_0x420a34(0x2c3)+_0x1918a2+_0x420a34(0x214)),await new Promise(_0x184378=>setTimeout(_0x184378,_0x47fd74))));}else throw new _0x2fdf9e(_0x420a34(0x223)+_0x381cbf+'\x20in\x20namespace\x20'+_0x516757+_0x420a34(0x269));}logger[_0x420a34(0x27c)](_0x420a34(0x25a)+_0x112648+_0x420a34(0x2c3)+_0x1918a2+_0x420a34(0x285));}}catch(_0x3b156a){if(_0x5dc062[_0x420a34(0x298)](_0x5dc062['fmClM'],_0x5dc062[_0x420a34(0x294)])){const _0x45fb43={};_0x45fb43[_0x420a34(0x2b6)]=_0x291928,_0x45fb43[_0x420a34(0x229)]=_0x4b2acf;const _0xa4e8ef={};_0xa4e8ef['Browserstack']=_0x45fb43;const _0x5baf40=_0xa4e8ef;_0x3564e9['writeFileSync'](this[_0x420a34(0x2ba)](),_0x34c42a[_0x420a34(0x2ad)](_0x5baf40));}else{logger['debug'](_0x5dc062[_0x420a34(0x1fb)],_0x3b156a);throw _0x3b156a;}}},exports['updateGlobalRegistryWithConfig']=(_0x42ea23,_0x5c3582,_0x6c800f,_0x50a031,_0x453601,_0x472d17,_0x38ef90,_0x2967e6,_0x1e614e,_0xbbb7ce,_0x386ff4)=>{const _0x25e826=a32_0x19c089,_0x25e177={};_0x25e177[_0x25e826(0x20a)]=_0x25e826(0x2cc),_0x25e177[_0x25e826(0x28d)]=_0x25e826(0x2d1);const _0x2d85c5=_0x25e177,_0x43fa9c=_0x2d85c5['zBXlR'][_0x25e826(0x23b)]('|');let _0x4aad03=0x0;while(!![]){switch(_0x43fa9c[_0x4aad03++]){case'0':global_registry['instanceType']=_0x453601;continue;case'1':global_registry[_0x25e826(0x27d)]=_0x2967e6;continue;case'2':global_registry[_0x25e826(0x228)]=_0x6c800f;continue;case'3':global_registry[_0x25e826(0x260)]=_0x5c3582;continue;case'4':global_registry[_0x25e826(0x1ff)]=_0x386ff4;continue;case'5':global_registry[_0x25e826(0x26d)]=_0x42ea23;continue;case'6':global_registry[_0x25e826(0x246)]=_0xbbb7ce;continue;case'7':global_registry['ami']=_0x38ef90['ami']||_0x2d85c5[_0x25e826(0x28d)];continue;case'8':global_registry[_0x25e826(0x270)]=_0x472d17;continue;case'9':global_registry['browserVersion']=_0x1e614e;continue;case'10':global_registry[_0x25e826(0x2cb)]=_0x50a031;continue;}break;}},exports['kebabCase']=_0x421bb0=>_0x421bb0['replace'](/([a-z])([A-Z])/g,a32_0x19c089(0x278))['replace'](/[\s_]+/g,'-')[a32_0x19c089(0x20d)](),exports['reportToGalactusAndSendToEDS']=async(_0x192d73,_0x21d856,_0x19afb0,_0x307970,_0x44d261,_0x4f9f19,_0x42dfdc)=>{const _0x550623=a32_0x19c089,_0x3611b4={'dtowx':function(_0xf778ad,_0x50384b,_0x2a18da,_0x9e6f8,_0x4eee89,_0x49a134,_0x1889d1){return _0xf778ad(_0x50384b,_0x2a18da,_0x9e6f8,_0x4eee89,_0x49a134,_0x1889d1);}};await _0x3611b4[_0x550623(0x21b)](sendInstrumentationEvent,_0x192d73,_0x44d261,_0x307970,_0x4f9f19,null,_0x192d73);const _0x4fe943={};_0x4fe943[_0x550623(0x1fa)]=WS_EVENTS['LOG'],_0x4fe943[_0x550623(0x2ce)]=_0x19afb0,await webSocketUtils[_0x550623(0x237)](_0x21d856,_0x4fe943,_0x42dfdc,!![]);},exports[a32_0x19c089(0x2b3)]=_0x24fcb6=>{return _0x24fcb6['accessKey'];},exports[a32_0x19c089(0x2a2)]=_0x1821d2=>{const _0x6b7885=a32_0x19c089,_0x1e14c4={};_0x1e14c4[_0x6b7885(0x231)]=_0x6b7885(0x24a),_0x1e14c4[_0x6b7885(0x2db)]=_0x6b7885(0x21f),_0x1e14c4[_0x6b7885(0x2cd)]=_0x6b7885(0x208),_0x1e14c4[_0x6b7885(0x2cf)]=_0x6b7885(0x220),_0x1e14c4[_0x6b7885(0x2a0)]='localIdentifier',_0x1e14c4[_0x6b7885(0x210)]=_0x6b7885(0x1f8),_0x1e14c4[_0x6b7885(0x2c7)]=_0x6b7885(0x233),_0x1e14c4[_0x6b7885(0x1fc)]=function(_0x4e12c6,_0x2499fc){return _0x4e12c6===_0x2499fc;},_0x1e14c4['nRkIO']=_0x6b7885(0x2a4),_0x1e14c4[_0x6b7885(0x1f6)]=function(_0x58114a,_0x4ee758){return _0x58114a!==_0x4ee758;},_0x1e14c4['PUDpC']=_0x6b7885(0x23e),_0x1e14c4[_0x6b7885(0x2c2)]=function(_0x1ab9ef,_0x3a7151){return _0x1ab9ef===_0x3a7151;},_0x1e14c4[_0x6b7885(0x2d3)]=function(_0x3af229,_0x4becc1){return _0x3af229!==_0x4becc1;},_0x1e14c4[_0x6b7885(0x25c)]=_0x6b7885(0x2c4),_0x1e14c4[_0x6b7885(0x202)]='rrupN';const _0x477378=_0x1e14c4;let _0x4e3f4c={};_0x4e3f4c[_0x477378['wBxhG']]=this[_0x6b7885(0x2b3)](_0x1821d2),_0x4e3f4c[_0x477378[_0x6b7885(0x2db)]]=0x3,_0x4e3f4c[_0x477378[_0x6b7885(0x2cd)]]=_0x477378[_0x6b7885(0x2cf)],_0x4e3f4c[_0x477378['yNuro']]=_0x477378['nKcqn'];if(_0x1821d2[_0x6b7885(0x200)]&&Array[_0x6b7885(0x2d6)](_0x1821d2[_0x6b7885(0x200)])){if(_0x477378['xapsr'](_0x477378['PUDpC'],_0x477378[_0x6b7885(0x24f)])){let _0x19d6ae={};return _0x19d6ae[_0x477378[_0x6b7885(0x231)]]=this[_0x6b7885(0x2b3)](_0x521521),_0x19d6ae[_0x477378[_0x6b7885(0x2db)]]=0x3,_0x19d6ae[_0x477378[_0x6b7885(0x2cd)]]=_0x477378[_0x6b7885(0x2cf)],_0x19d6ae[_0x477378[_0x6b7885(0x2a0)]]=_0x477378['nKcqn'],_0x225f37[_0x6b7885(0x200)]&&_0x4ee081[_0x6b7885(0x2d6)](_0x4c0dde[_0x6b7885(0x200)])&&(_0x19d6ae[_0x477378[_0x6b7885(0x2c7)]]=_0x5b3306[_0x6b7885(0x200)][_0x6b7885(0x289)](',')),_0x5715b8[_0x6b7885(0x209)]&&_0x477378[_0x6b7885(0x1fc)](_0x3cda5f[_0x6b7885(0x209)][_0x6b7885(0x257)],_0x13bfcc)&&(_0x19d6ae={..._0x1c35b9[_0x6b7885(0x209)],..._0x19d6ae}),_0x19d6ae;}else _0x4e3f4c[_0x477378[_0x6b7885(0x2c7)]]=_0x1821d2['customRepeaters'][_0x6b7885(0x289)](',');}if(_0x1821d2[_0x6b7885(0x209)]&&_0x477378[_0x6b7885(0x2c2)](_0x1821d2['browserStackLocalOptions'][_0x6b7885(0x257)],Object)){if(_0x477378['DuHkW'](_0x477378['OijZE'],_0x477378[_0x6b7885(0x202)]))_0x4e3f4c={..._0x1821d2['browserStackLocalOptions'],..._0x4e3f4c};else return _0x454045[_0x6b7885(0x289)](_0x50d236['homedir'](),_0x477378[_0x6b7885(0x26a)]);}return _0x4e3f4c;},exports['startLocalBinarySync']=_0x21f5aa=>{const _0x3a60d0=a32_0x19c089,_0x52993d=new BrowserstackLocalLauncher[(_0x3a60d0(0x28b))](),_0x4a030b=this[_0x3a60d0(0x2a2)](_0x21f5aa),_0x4f7b84=_0x52993d[_0x3a60d0(0x290)](_0x4a030b);if(_0x4f7b84)throw _0x4f7b84;return isLocalRunning=_0x52993d['isRunning'](),_0x52993d;},exports[a32_0x19c089(0x252)]=async _0x1d570b=>{const _0xd02347=a32_0x19c089,_0x18d14b={'tJAUK':function(_0x44e0a2,_0x579e48){return _0x44e0a2&&_0x579e48;},'gaJjh':'utf-8','dVriU':function(_0x44beb2,_0x4fe823){return _0x44beb2&&_0x4fe823;},'TIjXj':function(_0x4cd544,_0x106b6c){return _0x4cd544!==_0x106b6c;},'CbqHK':_0xd02347(0x27f),'jXTIQ':function(_0x2d71aa,_0x30c633){return _0x2d71aa===_0x30c633;},'MFZZJ':_0xd02347(0x27b),'xPMoh':_0xd02347(0x28a),'VVxVI':function(_0x322c1a,_0x22cfda){return _0x322c1a(_0x22cfda);},'ZKWYc':function(_0x221801){return _0x221801();},'fCwBe':_0xd02347(0x2b1),'ncKhd':'VCwFn','GkKnK':_0xd02347(0x288)};return new Promise((_0x2d1af3,_0x26ccff)=>{const _0x181adf=_0xd02347,_0x1954db={};_0x1954db[_0x181adf(0x279)]=_0x18d14b[_0x181adf(0x2a5)];const _0x13be2b=_0x1954db;_0x18d14b[_0x181adf(0x24d)](_0x18d14b[_0x181adf(0x253)],_0x18d14b[_0x181adf(0x26f)])?_0x568bee[_0x13be2b[_0x181adf(0x279)]]=_0x58e573:_0x1d570b&&_0x1d570b[_0x181adf(0x23f)](_0x7ee0b2=>{const _0x1da471=_0x181adf,_0x5482d8={'hkimA':function(_0x245c25,_0x10e5d2){const _0x3f9c61=a32_0x49df;return _0x18d14b[_0x3f9c61(0x2a7)](_0x245c25,_0x10e5d2);},'rbAtn':_0x18d14b[_0x1da471(0x29b)],'pptkf':function(_0x229ae3,_0x5ddb15){return _0x18d14b['dVriU'](_0x229ae3,_0x5ddb15);}};if(_0x18d14b[_0x1da471(0x2e1)](_0x18d14b[_0x1da471(0x2d4)],_0x18d14b[_0x1da471(0x2d4)])){if(_0x5482d8[_0x1da471(0x29d)](_0x1886ad,_0x157347)){const _0x39614c={};_0x39614c[_0x1da471(0x2b6)]=_0x49f6ac,_0x39614c['password']=_0x4c69ed;const _0x482505={};_0x482505[_0x1da471(0x22d)]=_0x39614c;const _0x33b883=_0x482505;_0x39154c[_0x1da471(0x258)](this[_0x1da471(0x2ba)](),_0x4b240e['stringify'](_0x33b883));}const _0xf3417e=_0x17e11d[_0x1da471(0x2ac)](_0x3a04bf['readFileSync'](this[_0x1da471(0x2ba)](),_0x5482d8['rbAtn']));return[_0xf3417e[_0x1da471(0x22d)]['username'],_0xf3417e[_0x1da471(0x22d)]['password']];}else{if(_0x7ee0b2){if(_0x18d14b[_0x1da471(0x24d)](_0x18d14b['MFZZJ'],_0x18d14b[_0x1da471(0x262)])){const _0x475b0e=_0x1a094c[_0x1da471(0x264)](this[_0x1da471(0x2ba)]());if(_0x475b0e||_0x5482d8['hkimA'](_0x22c438,_0x5470d4)){if(_0x5482d8[_0x1da471(0x207)](_0x55dcdf,_0x40fc93)){const _0x2242fc={};_0x2242fc['username']=_0x454608,_0x2242fc[_0x1da471(0x229)]=_0x14793c;const _0x5b8079={};_0x5b8079['Browserstack']=_0x2242fc;const _0x3a4845=_0x5b8079;_0x1d361f['writeFileSync'](this[_0x1da471(0x2ba)](),_0x11396b['stringify'](_0x3a4845));}const _0x1eb989=_0x190d76[_0x1da471(0x2ac)](_0x3e8baf[_0x1da471(0x2b5)](this['getCredentialsPath'](),_0x5482d8[_0x1da471(0x295)]));return[_0x1eb989[_0x1da471(0x22d)][_0x1da471(0x2b6)],_0x1eb989[_0x1da471(0x22d)][_0x1da471(0x229)]];}return null;}else return _0x18d14b[_0x1da471(0x2ae)](_0x26ccff,_0x7ee0b2);}_0x18d14b['ZKWYc'](_0x2d1af3);}});});},exports[a32_0x19c089(0x2c0)]=(_0x379503,_0x3d8940)=>{const _0x551a3f=a32_0x19c089,_0x210d95={};_0x210d95[_0x551a3f(0x2c1)]=_0x551a3f(0x297),_0x210d95['ezILW']='ami-0a0b7559ee7c88dcd',_0x210d95[_0x551a3f(0x276)]=_0x551a3f(0x217),_0x210d95[_0x551a3f(0x24b)]=function(_0x5661f0,_0x1e1468){return _0x5661f0&&_0x1e1468;},_0x210d95[_0x551a3f(0x22c)]=function(_0x24897b,_0x421014){return _0x24897b!==_0x421014;},_0x210d95['aMYDp']=_0x551a3f(0x29f),_0x210d95['uVtJT']=_0x551a3f(0x2e0),_0x210d95['VQkXY']=function(_0x2214a5,_0xd547c9){return _0x2214a5&&_0xd547c9;},_0x210d95[_0x551a3f(0x267)]=function(_0x26a73d,_0x2f0cbf){return _0x26a73d===_0x2f0cbf;},_0x210d95['fjNhZ']=_0x551a3f(0x29a),_0x210d95[_0x551a3f(0x21e)]=_0x551a3f(0x2d5);const _0x495732=_0x210d95,_0x393336=fs[_0x551a3f(0x264)](this['getCredentialsPath']());if(_0x393336||_0x495732[_0x551a3f(0x24b)](_0x379503,_0x3d8940)){if(_0x495732[_0x551a3f(0x22c)](_0x495732[_0x551a3f(0x224)],_0x495732['uVtJT'])){if(_0x495732[_0x551a3f(0x245)](_0x379503,_0x3d8940)){if(_0x495732[_0x551a3f(0x267)](_0x495732[_0x551a3f(0x20f)],_0x495732['fjNhZ'])){const _0x42edac={};_0x42edac[_0x551a3f(0x2b6)]=_0x379503,_0x42edac[_0x551a3f(0x229)]=_0x3d8940;const _0x466a6a={};_0x466a6a[_0x551a3f(0x22d)]=_0x42edac;const _0x3e2f5c=_0x466a6a;fs[_0x551a3f(0x258)](this['getCredentialsPath'](),JSON['stringify'](_0x3e2f5c));}else{const _0x21c9f8=_0x495732['gujBS'][_0x551a3f(0x23b)]('|');let _0x3a6f2f=0x0;while(!![]){switch(_0x21c9f8[_0x3a6f2f++]){case'0':_0xbee211[_0x551a3f(0x228)]=_0x497aad;continue;case'1':_0x2f10b['instanceType']=_0x4174c4;continue;case'2':_0x2c9d57[_0x551a3f(0x260)]=_0x5a5274;continue;case'3':_0x5e0b1c[_0x551a3f(0x26d)]=_0x2cfdda;continue;case'4':_0xb1cfc9[_0x551a3f(0x246)]=_0xda5cef;continue;case'5':_0x10a861[_0x551a3f(0x27d)]=_0x99bf38;continue;case'6':_0x25d645[_0x551a3f(0x270)]=_0x56f778;continue;case'7':_0x59eb82[_0x551a3f(0x2cb)]=_0x4f04d8;continue;case'8':_0x4a138e['maxNodes']=_0x16d202;continue;case'9':_0x3c8f34[_0x551a3f(0x2d9)]=_0x3e7d9b;continue;case'10':_0x563ef5[_0x551a3f(0x2e8)]=_0x23f885[_0x551a3f(0x2e8)]||_0x495732[_0x551a3f(0x2b2)];continue;}break;}}}const _0x345e42=JSON[_0x551a3f(0x2ac)](fs[_0x551a3f(0x2b5)](this[_0x551a3f(0x2ba)](),_0x495732[_0x551a3f(0x21e)]));return[_0x345e42['Browserstack'][_0x551a3f(0x2b6)],_0x345e42[_0x551a3f(0x22d)][_0x551a3f(0x229)]];}else _0x47aae1[_0x495732[_0x551a3f(0x276)]]=_0x20e929;}return null;},exports[a32_0x19c089(0x22f)]=async(_0x2ef294,_0x4d896a,_0x107394)=>{const _0x1a219d=a32_0x19c089,_0x566d68={'swCqp':function(_0x321062,_0x4950fb){return _0x321062(_0x4950fb);},'TzCDj':function(_0x201e15){return _0x201e15();},'ePouG':_0x1a219d(0x235),'bFtwM':function(_0x452124,_0x4bd9a6,_0x302fab){return _0x452124(_0x4bd9a6,_0x302fab);},'eUjuY':function(_0x285d0c,_0x12bda9){return _0x285d0c===_0x12bda9;},'WsDuR':function(_0x4cbe80,_0x68ea0a){return _0x4cbe80===_0x68ea0a;},'drfsO':_0x1a219d(0x212),'bNYuS':_0x1a219d(0x280)},_0x534712=_0x1a219d(0x2bf)+_0x2ef294+':'+_0x4d896a+'@'+AG_API_URL+_0x1a219d(0x2bc)+_0x107394,_0x118dec={'method':_0x566d68['ePouG'],'headers':this[_0x1a219d(0x281)](_0x2ef294,_0x4d896a),'throwHttpErrors':![]},_0x5087dc=await _0x566d68[_0x1a219d(0x2a8)](got,_0x534712,_0x118dec);if(_0x566d68[_0x1a219d(0x2b0)](_0x5087dc[_0x1a219d(0x266)],0xc8)){if(_0x566d68[_0x1a219d(0x2bb)](_0x566d68['drfsO'],_0x566d68[_0x1a219d(0x248)])){if(_0x16938a)return _0x566d68[_0x1a219d(0x26b)](_0x381390,_0x9c6d5a);_0x566d68[_0x1a219d(0x242)](_0x4eccb0);}else return[_0x5087dc,JSON[_0x1a219d(0x2ac)](_0x5087dc[_0x1a219d(0x1f7)])];}return[_0x5087dc,null];},exports[a32_0x19c089(0x238)]=async(_0xb9783c,_0x4a5315)=>{const _0x83f2f7=a32_0x19c089,_0x3dc4ed={'tDrAA':function(_0x102fa9,_0x3c06f9){return _0x102fa9(_0x3c06f9);},'VKfLb':function(_0x361286){return _0x361286();},'NYkkG':function(_0x3be4bb,_0x5a2c5b){return _0x3be4bb!==_0x5a2c5b;},'RlcWf':_0x83f2f7(0x2a3),'FgkNf':_0x83f2f7(0x22b),'PPsbI':function(_0xa7c849,_0x5bc150){return _0xa7c849===_0x5bc150;},'RaWGt':_0x83f2f7(0x25d),'UEjMX':_0x83f2f7(0x249),'fXDif':'PtJkr','yUErC':_0x83f2f7(0x2dc)},_0x58f6e6=await k8s[_0x83f2f7(0x2da)]['makeApiClient'](_0x4a5315),_0x3d75db=_0xb9783c[_0x83f2f7(0x265)](_0x5e6a58=>_0x5e6a58&&_0x5e6a58[_0x83f2f7(0x218)]&&_0x5e6a58['metadata']),_0x4be528=[];for await(const _0x551dcd of _0x3d75db){if(_0x3dc4ed[_0x83f2f7(0x205)](_0x3dc4ed[_0x83f2f7(0x1f9)],_0x3dc4ed[_0x83f2f7(0x2de)]))try{if(_0x3dc4ed[_0x83f2f7(0x25f)](_0x3dc4ed[_0x83f2f7(0x23c)],_0x3dc4ed[_0x83f2f7(0x2e9)])){const _0x1667d0={..._0x21593a[_0x83f2f7(0x209)],..._0x261fb7};_0x311060=_0x1667d0;}else{await _0x58f6e6['read'](_0x551dcd);const _0x1842ed=await _0x58f6e6[_0x83f2f7(0x232)](_0x551dcd);_0x4be528['push'](_0x1842ed[_0x83f2f7(0x1f7)]);}}catch(_0x3e9465){if(_0x3dc4ed[_0x83f2f7(0x205)](_0x3dc4ed[_0x83f2f7(0x244)],_0x3dc4ed['yUErC'])){const _0x718f9e=await _0x58f6e6[_0x83f2f7(0x2a9)](_0x551dcd);_0x4be528['push'](_0x718f9e['body']);}else{const _0x15be3f={'VLZwB':function(_0x481edd,_0x7a8eb8){const _0x32e883=_0x83f2f7;return _0x3dc4ed[_0x32e883(0x23a)](_0x481edd,_0x7a8eb8);},'EQQLe':function(_0x1e2e12){return _0x3dc4ed['VKfLb'](_0x1e2e12);}};_0x3460b5&&_0x1574fc[_0x83f2f7(0x23f)](_0x5ad786=>{const _0x1f8401=_0x83f2f7;if(_0x5ad786)return _0x15be3f[_0x1f8401(0x292)](_0x172494,_0x5ad786);_0x15be3f[_0x1f8401(0x250)](_0x2f71aa);});}}else return _0x3dc4ed['tDrAA'](_0x45a680,_0x523849);}},exports[a32_0x19c089(0x281)]=(_0x4b5f6b,_0x165ff3)=>{const _0x1420de=a32_0x19c089,_0x2d91c1={'vxIuW':_0x1420de(0x216),'VMHYa':'Error\x20while\x20waiting\x20for\x20deployment:','eFDLi':'credentials.json','lsyKa':function(_0x182528,_0x55860e){return _0x182528(_0x55860e);},'ZgOEz':function(_0x137825){return _0x137825();},'BZejY':_0x1420de(0x2b4),'VrJME':function(_0x1d1f10){return _0x1d1f10();},'lifjH':function(_0x154492){return _0x154492();},'gebUV':function(_0x4f69fd){return _0x4f69fd();},'SgJIR':_0x1420de(0x2d2),'vkulo':function(_0x200ac2,_0x48f04c){return _0x200ac2+_0x48f04c;},'sMWBO':_0x1420de(0x291),'bvTRM':_0x1420de(0x283),'qapiX':function(_0x11960b,_0x50ef21){return _0x11960b!==_0x50ef21;},'uWMjR':_0x1420de(0x273),'DHGZc':_0x1420de(0x20e),'fehXg':function(_0x2b088b,_0x1ac890){return _0x2b088b!==_0x1ac890;},'QIFoE':_0x1420de(0x2e6),'lIYge':_0x1420de(0x25e),'MzagK':_0x1420de(0x21a),'SrHwT':function(_0x4563c5,_0x484635){return _0x4563c5!==_0x484635;},'kUDkI':'rEJaV','OLYDX':_0x1420de(0x217),'dZdOx':function(_0x75737c,_0x3240a5){return _0x75737c!==_0x3240a5;},'fObnk':_0x1420de(0x2af),'UDRcJ':'X-os-version','nEKxo':function(_0x29afc3,_0x290a74){return _0x29afc3!==_0x290a74;},'OTquo':_0x1420de(0x28e),'ljVNT':_0x1420de(0x2b1),'lIZhg':function(_0x47b3c4,_0x24037b){return _0x47b3c4===_0x24037b;},'nnObM':'GSrdr','JJEkN':_0x1420de(0x1fe)},_0x288f3b=_0x2d91c1[_0x1420de(0x268)](cli_version_and_path),_0x2cad0b=_0x2d91c1[_0x1420de(0x287)](_os),_0x10b7a2=_0x2d91c1[_0x1420de(0x287)](os_version),_0x1a1a2e=_0x2d91c1['lifjH'](npm_version),_0xd5dd93=_0x2d91c1[_0x1420de(0x24c)](ci_environment),_0x35c595={'Content-Type':_0x2d91c1[_0x1420de(0x2dd)],'Authorization':_0x2d91c1[_0x1420de(0x26c)](_0x2d91c1[_0x1420de(0x2c6)],Buffer['from'](_0x4b5f6b+':'+_0x165ff3)[_0x1420de(0x272)](_0x2d91c1['bvTRM']))};_0x288f3b&&_0x288f3b[_0x1420de(0x263)]&&(_0x2d91c1['qapiX'](_0x2d91c1[_0x1420de(0x243)],_0x2d91c1[_0x1420de(0x243)])?_0x422462[_0x1420de(0x2bd)](_0x2d91c1['vxIuW']):_0x35c595[_0x2d91c1[_0x1420de(0x261)]]=_0x288f3b[_0x1420de(0x263)]);if(_0x288f3b&&_0x288f3b[_0x1420de(0x22e)]){if(_0x2d91c1[_0x1420de(0x2aa)](_0x2d91c1[_0x1420de(0x255)],_0x2d91c1['lIYge']))_0x35c595[_0x2d91c1[_0x1420de(0x226)]]=_0x288f3b[_0x1420de(0x22e)];else{_0x374dd0['debug'](_0x2d91c1['VMHYa'],_0x3e52f7);throw _0xa29519;}}if(_0x2cad0b){if(_0x2d91c1[_0x1420de(0x21c)](_0x2d91c1[_0x1420de(0x230)],_0x2d91c1[_0x1420de(0x230)]))return _0x3c41e0[_0x1420de(0x289)](this[_0x1420de(0x24e)](),_0x2d91c1[_0x1420de(0x293)]);else _0x35c595[_0x2d91c1['OLYDX']]=_0x2cad0b;}if(_0x10b7a2){if(_0x2d91c1['dZdOx'](_0x2d91c1[_0x1420de(0x221)],_0x2d91c1['fObnk'])){const _0x27b381={'cUKfX':function(_0x223e27,_0x714d7d){const _0x9b2de0=_0x1420de;return _0x2d91c1[_0x9b2de0(0x1fd)](_0x223e27,_0x714d7d);},'nMizr':function(_0x562da6){return _0x2d91c1['ZgOEz'](_0x562da6);}};return new _0x1539ad((_0x3fe49f,_0x245e41)=>{const _0x488204=_0x1420de;_0x5ca2b9&&_0x1f9431[_0x488204(0x23f)](_0x2debe0=>{const _0x5bc459=_0x488204;if(_0x2debe0)return _0x27b381[_0x5bc459(0x296)](_0x245e41,_0x2debe0);_0x27b381[_0x5bc459(0x26e)](_0x3fe49f);});});}else _0x35c595[_0x2d91c1['UDRcJ']]=_0x10b7a2;}_0x1a1a2e&&(_0x2d91c1[_0x1420de(0x254)](_0x2d91c1[_0x1420de(0x2e2)],_0x2d91c1['OTquo'])?_0x1e6046[_0x2d91c1[_0x1420de(0x2c8)]]=_0x5bdd06:_0x35c595[_0x2d91c1[_0x1420de(0x2e7)]]=_0x1a1a2e);if(_0xd5dd93){if(_0x2d91c1[_0x1420de(0x277)](_0x2d91c1[_0x1420de(0x2df)],_0x2d91c1[_0x1420de(0x1f5)]))return _0x102210[_0x1420de(0x2e3)];else _0x35c595[_0x2d91c1[_0x1420de(0x2c8)]]=_0xd5dd93;}return _0x35c595;},exports[a32_0x19c089(0x286)]=async()=>{const _0xcd7b58=a32_0x19c089,_0x24e456={};_0x24e456[_0xcd7b58(0x239)]=function(_0x57c8f7,_0x404252){return _0x57c8f7>=_0x404252;},_0x24e456[_0xcd7b58(0x2d8)]=function(_0x59df02,_0x28cce9){return _0x59df02!==_0x28cce9;},_0x24e456['LJRUz']=_0xcd7b58(0x274),_0x24e456[_0xcd7b58(0x271)]=_0xcd7b58(0x227),_0x24e456[_0xcd7b58(0x201)]=_0xcd7b58(0x216);const _0x18acf4=_0x24e456,_0xb81af8=process[_0xcd7b58(0x240)][_0xcd7b58(0x204)];if(_0x18acf4[_0xcd7b58(0x239)](_0xb81af8[_0xcd7b58(0x23b)]('.')[0x0],0x12)){if(_0x18acf4[_0xcd7b58(0x2d8)](_0x18acf4[_0xcd7b58(0x2ab)],_0x18acf4[_0xcd7b58(0x271)]))cp[_0xcd7b58(0x2bd)](_0x18acf4[_0xcd7b58(0x201)]);else return[_0x314d8d,_0x1e22d3[_0xcd7b58(0x2ac)](_0x24d07a['body'])];}};
@@ -1 +1 @@
1
- const a33_0xdb7416=a33_0x1fac;(function(_0x5ac772,_0x1c7b6e){const _0x14a99b=a33_0x1fac,_0x4a6003=_0x5ac772();while(!![]){try{const _0x37c926=parseInt(_0x14a99b(0x115))/0x1+parseInt(_0x14a99b(0x10f))/0x2+-parseInt(_0x14a99b(0x10a))/0x3+parseInt(_0x14a99b(0xe7))/0x4*(parseInt(_0x14a99b(0x109))/0x5)+parseInt(_0x14a99b(0x126))/0x6*(-parseInt(_0x14a99b(0x119))/0x7)+parseInt(_0x14a99b(0xef))/0x8+parseInt(_0x14a99b(0x11e))/0x9;if(_0x37c926===_0x1c7b6e)break;else _0x4a6003['push'](_0x4a6003['shift']());}catch(_0x206c05){_0x4a6003['push'](_0x4a6003['shift']());}}}(a33_0x500a,0xd5f7e));const {global_registry,WS_EVENTS}=require('../config/constants'),{logger}=require(a33_0xdb7416(0x12b)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a33_0xdb7416(0x103));function a33_0x500a(){const _0x2ad0e6=['ABBzZ','data','parse','close','type','UHZRX','UHgHC','./instrumentationUtils','wdcyl','yNuXI','env','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','logType','235sxvfhZ','5113434hmwKGc','HXJch','uUaFn','xBbgI','RSWQD','225636UTYDia','bfnpS','rAgXB','Socket\x20reconnected','gKCpG','QtUVU','16828nRUYHk','imKFu','DRMGt','delay','7yBlCYb','addEventListener','qYvfR','path','gsNMC','11303370SQUOAE','WS_CLOSED_BEFORE','gridProfileId','JUjYk','gridName','KNjjV','message','true','209226AvVCfT','WDrAN','Meqjm','Socket\x20closed','UCHZH','../config/logger','SJslZ','msKOY','qtCDg','debug','VIpVD','RUNkV','plsrx','WSfEc','error','lqoOp','bRtXH','toUTCString','open','MXuBW','xdtcB','SJYbo','mrGXT','ijRfu','gfXDy','pkPOu','EwMvn','sMUKS','Socket\x20error:\x20','mMAGP','Message\x20received\x20from\x20server!\x20=>\x20','ickGj','lKAwv','bbUIR','gridProfile','RobWt','BzFhy','wBNLv','iquNI','GWnfa','egUuE','vIKjB','16956xBzMEq','version','AFOcI','ZdJuW','WS_OPENED_BEFORE','stringify','addListeners','ccnQz','8247632BzDsPS','bstackUsername','IsbUR','CnRqh','Wbmyi','Plral','QapWW',']:\x20','ubyib','info','requestId','dvCuL','lnMRu'];a33_0x500a=function(){return _0x2ad0e6;};return a33_0x500a();}exports[a33_0xdb7416(0xed)]=_0x34096a=>{const _0xbe346=a33_0xdb7416,_0x1bebef={'Meqjm':_0xbe346(0x125),'mrGXT':function(_0x197a0e,_0xf41558){return _0x197a0e===_0xf41558;},'uUaFn':_0xbe346(0x112),'xdtcB':'Socket\x20open','qtCDg':function(_0x233104,_0x3182bb){return _0x233104!==_0x3182bb;},'ZdJuW':'NOCAq','AFOcI':'mgnss','egUuE':_0xbe346(0x12c),'kHpMi':'OWSyB','MXuBW':'QoVcc','ijRfu':function(_0x19ea2f){return _0x19ea2f();},'Wbmyi':function(_0x15d927){return _0x15d927();},'WDrAN':function(_0x4e72d1){return _0x4e72d1();},'bRtXH':_0xbe346(0x116),'JUjYk':'zsuro','sMUKS':function(_0x58ba3b,_0x26cce2){return _0x58ba3b!==_0x26cce2;},'WSfEc':'aJLUj','iquNI':_0xbe346(0xf5),'QwBtS':_0xbe346(0xdc),'IsbUR':function(_0x21f8c1,_0xb4874f){return _0x21f8c1!==_0xb4874f;},'lqoOp':_0xbe346(0xfc),'RobWt':_0xbe346(0xe1),'qYvfR':'YpZvZ','GWnfa':'DiQTY','rAgXB':_0xbe346(0x132),'mOuKN':_0xbe346(0x129),'yNuXI':_0xbe346(0x138),'DRMGt':_0xbe346(0x124),'ubyib':_0xbe346(0x134),'zKIud':_0xbe346(0xff)};_0x34096a[_0xbe346(0x11a)](_0x1bebef[_0xbe346(0x105)],()=>{const _0x22154d=_0xbe346,_0x3d1021={'EwMvn':function(_0x364b33,_0x1482f4){const _0x5761c7=a33_0x1fac;return _0x1bebef[_0x5761c7(0x13c)](_0x364b33,_0x1482f4);},'lKAwv':_0x1bebef['Meqjm'],'RUNkV':_0x1bebef['uUaFn'],'WXBxU':_0x1bebef['xdtcB']};_0x1bebef['qtCDg'](_0x1bebef[_0x22154d(0xea)],_0x1bebef[_0x22154d(0xe9)])?_0x1bebef[_0x22154d(0x13c)](process[_0x22154d(0x106)][_0x22154d(0x11f)],_0x1bebef['Meqjm'])?_0x1bebef[_0x22154d(0x12e)](_0x1bebef[_0x22154d(0xe5)],_0x1bebef[_0x22154d(0xe5)])?_0x2f6b2d[_0x22154d(0x106)]['WS_CLOSED_BEFORE']=_0x1bebef[_0x22154d(0x128)]:logger['debug'](_0x1bebef[_0x22154d(0x10c)]):_0x1bebef['qtCDg'](_0x1bebef['kHpMi'],_0x1bebef[_0x22154d(0x139)])?(logger[_0x22154d(0x12f)](_0x1bebef['xdtcB']),process['env'][_0x22154d(0xeb)]=!![]):_0x3d1021[_0x22154d(0xd7)](_0xaa14c2[_0x22154d(0x106)][_0x22154d(0x11f)],_0x3d1021[_0x22154d(0xdd)])?_0x5c2dc5[_0x22154d(0x12f)](_0x3d1021[_0x22154d(0x131)]):(_0x57c1d8[_0x22154d(0x12f)](_0x3d1021['WXBxU']),_0xb14543[_0x22154d(0x106)][_0x22154d(0xeb)]=!![]):_0xf8d84d='['+new _0x62e46b()['toUTCString']()+_0x22154d(0xf6)+_0x84ad85[_0x22154d(0x124)];}),_0x34096a[_0xbe346(0x11a)](_0x1bebef[_0xbe346(0x117)],async function(_0x966798){const _0x49c1c4=_0xbe346,_0x357348={};_0x357348['bfnpS']=_0x1bebef[_0x49c1c4(0x10c)],_0x357348[_0x49c1c4(0xf2)]=_0x1bebef[_0x49c1c4(0x13a)];const _0x557da=_0x357348;if(_0x1bebef[_0x49c1c4(0x12e)](_0x1bebef[_0x49c1c4(0x136)],_0x1bebef[_0x49c1c4(0x121)])){logger[_0x49c1c4(0x12f)](_0x49c1c4(0xdb)+_0x966798[_0x49c1c4(0xfd)]);let _0x2bcba7,_0x3b758c;try{_0x1bebef[_0x49c1c4(0xd8)](_0x1bebef[_0x49c1c4(0x133)],_0x1bebef[_0x49c1c4(0x133)])?_0x2e84ba['debug'](_0x557da[_0x49c1c4(0x110)]):(_0x3b758c=JSON[_0x49c1c4(0xfe)](_0x966798[_0x49c1c4(0xfd)]),_0x2bcba7=_0x3b758c['type']);}catch(_0x327601){_0x1bebef[_0x49c1c4(0x13c)](_0x1bebef[_0x49c1c4(0xe3)],_0x1bebef['QwBtS'])?(_0x479154[_0x49c1c4(0x12f)](_0x557da[_0x49c1c4(0xf2)]),_0x1e6bc1[_0x49c1c4(0x106)][_0x49c1c4(0xeb)]=!![]):logger[_0x49c1c4(0x134)](_0x49c1c4(0x107)+_0x966798[_0x49c1c4(0xfd)]);}}else{let _0x5600eb=_0x1bebef[_0x49c1c4(0xd4)](_0x1f8408);const _0x519841={'requestId':_0x48f3de['requestId'],'username':_0x1ecc62['bstackUsername'],'cli_version':_0x5600eb[_0x49c1c4(0xe8)],'cli_path':_0x5600eb[_0x49c1c4(0x11c)],'os':_0x1bebef[_0x49c1c4(0xf3)](_0x4e3c5f),'os_version':_0x1bebef[_0x49c1c4(0xf3)](_0x57e2c3),'npm_version':_0x1bebef[_0x49c1c4(0x127)](_0x2c8449),'ci_environment':_0x1bebef[_0x49c1c4(0xd4)](_0x192892)};return _0x39c40c[_0x49c1c4(0x120)]&&(_0x519841[_0x49c1c4(0x120)]=_0x541708[_0x49c1c4(0x120)]),_0x395fff['gridProfile']&&(_0x519841['gridProfile']=_0x2b1b02[_0x49c1c4(0xdf)]),_0x4f4db3[_0x49c1c4(0x122)]&&(_0x519841[_0x49c1c4(0x122)]=_0x129399[_0x49c1c4(0x122)]),_0x519841;}}),_0x34096a[_0xbe346(0x11a)](_0x1bebef[_0xbe346(0xf7)],function(_0x4935ff){const _0x440779=_0xbe346;_0x1bebef[_0x440779(0xf1)](_0x1bebef[_0x440779(0x135)],_0x1bebef[_0x440779(0xe0)])?logger[_0x440779(0x12f)](_0x440779(0xd9)+_0x4935ff):(_0x512649=_0x126f4c[_0x440779(0xfe)](_0x547c52[_0x440779(0xfd)]),_0x29717c=_0x2276a3[_0x440779(0x100)]);}),_0x34096a[_0xbe346(0x11a)](_0x1bebef['zKIud'],function(){const _0x14903e=_0xbe346;_0x1bebef[_0x14903e(0x13c)](_0x1bebef[_0x14903e(0x11b)],_0x1bebef[_0x14903e(0xe4)])?_0x3a90b4['debug']('Socket\x20error:\x20'+_0x35558f):(_0x1bebef[_0x14903e(0x13c)](process[_0x14903e(0x106)][_0x14903e(0xeb)],_0x1bebef[_0x14903e(0x128)])&&(_0x1bebef['mrGXT'](_0x1bebef[_0x14903e(0x111)],_0x1bebef[_0x14903e(0x111)])?process[_0x14903e(0x106)]['WS_CLOSED_BEFORE']=_0x1bebef[_0x14903e(0x128)]:_0x1ffb4d[_0x14903e(0x120)]=_0x163974[_0x14903e(0x120)]),logger[_0x14903e(0x12f)](_0x1bebef['mOuKN']));});};function a33_0x1fac(_0x307cf9,_0x1e1a63){const _0x500abe=a33_0x500a();return a33_0x1fac=function(_0x1facc6,_0x5ec6d5){_0x1facc6=_0x1facc6-0xd4;let _0x3c6081=_0x500abe[_0x1facc6];return _0x3c6081;},a33_0x1fac(_0x307cf9,_0x1e1a63);}const getLogMetaData=()=>{const _0x3160c3=a33_0xdb7416,_0x41df3e={'QtUVU':function(_0x2461b5,_0x3f7537){return _0x2461b5===_0x3f7537;},'lnMRu':_0x3160c3(0x125),'wdcyl':'Socket\x20closed','dvCuL':function(_0x3a0cf4){return _0x3a0cf4();},'mMAGP':function(_0x293cf5){return _0x293cf5();},'gKCpG':function(_0x2c6817){return _0x2c6817();},'gfXDy':function(_0x17a131){return _0x17a131();},'gsNMC':function(_0x10163e,_0x440064){return _0x10163e===_0x440064;},'UCHZH':'BogKX','wBNLv':_0x3160c3(0x10b),'SAIif':_0x3160c3(0x10d),'tlTbK':function(_0x42dd0e,_0x1b5b9b){return _0x42dd0e!==_0x1b5b9b;},'SJYbo':_0x3160c3(0xf4),'RSWQD':_0x3160c3(0x12d)};let _0x1dc48d=_0x41df3e['dvCuL'](cli_version_and_path);const _0x550f61={'requestId':global_registry[_0x3160c3(0xf9)],'username':global_registry[_0x3160c3(0xf0)],'cli_version':_0x1dc48d[_0x3160c3(0xe8)],'cli_path':_0x1dc48d[_0x3160c3(0x11c)],'os':_0x41df3e[_0x3160c3(0xfa)](_os),'os_version':_0x41df3e[_0x3160c3(0xda)](os_version),'npm_version':_0x41df3e[_0x3160c3(0x113)](npm_version),'ci_environment':_0x41df3e[_0x3160c3(0xd5)](ci_environment)};return global_registry['gridProfileId']&&(_0x41df3e[_0x3160c3(0x11d)](_0x41df3e['UCHZH'],_0x41df3e[_0x3160c3(0x12a)])?_0x550f61[_0x3160c3(0x120)]=global_registry[_0x3160c3(0x120)]:(_0x41df3e[_0x3160c3(0x114)](_0x175964[_0x3160c3(0x106)][_0x3160c3(0xeb)],_0x41df3e[_0x3160c3(0xfb)])&&(_0x17df26[_0x3160c3(0x106)][_0x3160c3(0x11f)]=_0x41df3e[_0x3160c3(0xfb)]),_0x28e064[_0x3160c3(0x12f)](_0x41df3e[_0x3160c3(0x104)]))),global_registry[_0x3160c3(0xdf)]&&(_0x41df3e[_0x3160c3(0x114)](_0x41df3e[_0x3160c3(0xe2)],_0x41df3e['SAIif'])?_0x340d9b[_0x3160c3(0x122)]=_0x28297d['gridName']:_0x550f61[_0x3160c3(0xdf)]=global_registry[_0x3160c3(0xdf)]),global_registry[_0x3160c3(0x122)]&&(_0x41df3e['tlTbK'](_0x41df3e[_0x3160c3(0x13b)],_0x41df3e[_0x3160c3(0x10e)])?_0x550f61[_0x3160c3(0x122)]=global_registry[_0x3160c3(0x122)]:_0x25c9f8[_0x3160c3(0x134)](_0x3160c3(0x107)+_0x23aeb0[_0x3160c3(0xfd)])),_0x550f61;};exports[a33_0xdb7416(0x118)]=_0x5e9239=>new Promise((_0x2f31e1,_0x1ad616)=>setTimeout(_0x2f31e1,_0x5e9239)),exports['sendEventToBackend']=async(_0x373ca6,_0x4ee16a,_0x31c72c=a33_0xdb7416(0xf8),_0x49188e=![])=>{const _0x52c4e2=a33_0xdb7416,_0x2edf87={'UHZRX':function(_0x29632d,_0x171c5b){return _0x29632d===_0x171c5b;},'bbUIR':function(_0x24dafd,_0x2f0975){return _0x24dafd!==_0x2f0975;},'VIpVD':_0x52c4e2(0x102),'hFzeM':_0x52c4e2(0x123),'ccnQz':function(_0xd4f64e){return _0xd4f64e();},'pkPOu':_0x52c4e2(0xe6)};let _0x5d1dc0=_0x4ee16a['message'];if(_0x2edf87[_0x52c4e2(0x101)](_0x4ee16a['type'],WS_EVENTS['LOG'])){if(_0x2edf87['bbUIR'](_0x2edf87[_0x52c4e2(0x130)],_0x2edf87['hFzeM']))_0x5d1dc0='['+new Date()[_0x52c4e2(0x137)]()+_0x52c4e2(0xf6)+_0x4ee16a[_0x52c4e2(0x124)];else{_0x4aa09c[_0x52c4e2(0x12f)](_0x52c4e2(0xdb)+_0x417560[_0x52c4e2(0xfd)]);let _0x25a85d,_0x36b48f;try{_0x36b48f=_0x48d07c[_0x52c4e2(0xfe)](_0x32e522['data']),_0x25a85d=_0x36b48f['type'];}catch(_0xa3431b){_0xaeaab6[_0x52c4e2(0x134)](_0x52c4e2(0x107)+_0x414a72[_0x52c4e2(0xfd)]);}}}const _0x30e378={};_0x30e378['message']=_0x5d1dc0,_0x30e378[_0x52c4e2(0x108)]=_0x31c72c;const _0x4ba11e={'type':_0x4ee16a[_0x52c4e2(0x100)],..._0x2edf87[_0x52c4e2(0xee)](getLogMetaData),'data':_0x30e378};_0x373ca6['send'](JSON[_0x52c4e2(0xec)](_0x4ba11e)),_0x49188e&&(_0x2edf87[_0x52c4e2(0xde)](_0x2edf87[_0x52c4e2(0xd6)],_0x2edf87['pkPOu'])?_0x206de1['gridProfile']=_0x5c4a36[_0x52c4e2(0xdf)]:await this[_0x52c4e2(0x118)](0x1f4));};
1
+ const a33_0x2a6987=a33_0x153d;(function(_0x56dafe,_0xddf63d){const _0x1f28d3=a33_0x153d,_0x3dfcf4=_0x56dafe();while(!![]){try{const _0x4ec3f7=parseInt(_0x1f28d3(0x15b))/0x1+parseInt(_0x1f28d3(0x18e))/0x2*(-parseInt(_0x1f28d3(0x19e))/0x3)+-parseInt(_0x1f28d3(0x192))/0x4+-parseInt(_0x1f28d3(0x1a2))/0x5*(-parseInt(_0x1f28d3(0x176))/0x6)+parseInt(_0x1f28d3(0x1ab))/0x7+parseInt(_0x1f28d3(0x1be))/0x8+parseInt(_0x1f28d3(0x155))/0x9;if(_0x4ec3f7===_0xddf63d)break;else _0x3dfcf4['push'](_0x3dfcf4['shift']());}catch(_0x44342d){_0x3dfcf4['push'](_0x3dfcf4['shift']());}}}(a33_0xca80,0xa8aa5));const {global_registry,WS_EVENTS}=require(a33_0x2a6987(0x154)),{logger}=require(a33_0x2a6987(0x1a9)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a33_0x2a6987(0x19f));exports[a33_0x2a6987(0x1b2)]=_0x1afa81=>{const _0x190623=a33_0x2a6987,_0x709559={};_0x709559[_0x190623(0x1b4)]=function(_0x2d99ae,_0x5f32cd){return _0x2d99ae===_0x5f32cd;},_0x709559['LfHrx']=_0x190623(0x166),_0x709559[_0x190623(0x167)]=_0x190623(0x190),_0x709559[_0x190623(0x158)]=_0x190623(0x16a),_0x709559['eIeDW']=function(_0x9ef0bd,_0x5deed1){return _0x9ef0bd===_0x5deed1;},_0x709559['avSqp']=_0x190623(0x185),_0x709559[_0x190623(0x1a1)]=_0x190623(0x189),_0x709559[_0x190623(0x178)]=function(_0x3fabfa,_0xadbf36){return _0x3fabfa===_0xadbf36;},_0x709559[_0x190623(0x17f)]=_0x190623(0x1bd),_0x709559[_0x190623(0x1bb)]='Qmaan',_0x709559['NEadQ']=_0x190623(0x1bc),_0x709559['UxckA']=function(_0x2c08cf,_0x520591){return _0x2c08cf!==_0x520591;},_0x709559[_0x190623(0x18a)]=_0x190623(0x174),_0x709559['VvPuD']=_0x190623(0x159),_0x709559[_0x190623(0x19a)]=_0x190623(0x165),_0x709559[_0x190623(0x179)]=function(_0x294087,_0x1a70e7){return _0x294087!==_0x1a70e7;},_0x709559[_0x190623(0x1aa)]=_0x190623(0x181),_0x709559[_0x190623(0x186)]=function(_0x1bde3a,_0x6ef9b2){return _0x1bde3a!==_0x6ef9b2;},_0x709559[_0x190623(0x16c)]=_0x190623(0x1a5),_0x709559[_0x190623(0x15e)]=_0x190623(0x1bf),_0x709559[_0x190623(0x195)]=_0x190623(0x18f),_0x709559[_0x190623(0x18b)]=function(_0x5ecad8,_0x21ec29){return _0x5ecad8===_0x21ec29;},_0x709559[_0x190623(0x173)]=_0x190623(0x157),_0x709559[_0x190623(0x1b7)]=function(_0x3d4da7,_0x34af76){return _0x3d4da7===_0x34af76;},_0x709559[_0x190623(0x1a8)]=function(_0x526292,_0x48a4d6){return _0x526292===_0x48a4d6;},_0x709559[_0x190623(0x1ae)]=_0x190623(0x1b5),_0x709559[_0x190623(0x18c)]=_0x190623(0x1a4),_0x709559['Ooakf']=_0x190623(0x1b8),_0x709559[_0x190623(0x15c)]=_0x190623(0x194),_0x709559['CUAQt']='close';const _0x2beb08=_0x709559;_0x1afa81['addEventListener'](_0x2beb08['auxVy'],()=>{const _0x37e070=_0x190623;if(_0x2beb08['aongh'](_0x2beb08[_0x37e070(0x15f)],_0x2beb08[_0x37e070(0x167)]))_0x4a7282[_0x37e070(0x17e)]=_0x21dd56[_0x37e070(0x17e)];else{if(_0x2beb08[_0x37e070(0x1b4)](process['env'][_0x37e070(0x17d)],_0x2beb08[_0x37e070(0x158)])){if(_0x2beb08['eIeDW'](_0x2beb08[_0x37e070(0x1ad)],_0x2beb08[_0x37e070(0x1ad)]))logger[_0x37e070(0x191)](_0x2beb08[_0x37e070(0x1a1)]);else{_0x656493[_0x37e070(0x191)]('Message\x20received\x20from\x20server!\x20=>\x20'+_0x429587[_0x37e070(0x1b9)]);let _0x3a31d0,_0x1b2432;try{_0x1b2432=_0x1bba17[_0x37e070(0x187)](_0x29597a[_0x37e070(0x1b9)]),_0x3a31d0=_0x1b2432[_0x37e070(0x1b0)];}catch(_0x3714da){_0x4fb2a3[_0x37e070(0x194)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x162429[_0x37e070(0x1b9)]);}}}else _0x2beb08[_0x37e070(0x178)](_0x2beb08['JEyDn'],_0x2beb08['zexSv'])?_0x35d798[_0x37e070(0x191)](_0x37e070(0x168)+_0x4716d5):(logger[_0x37e070(0x191)](_0x2beb08['NEadQ']),process['env'][_0x37e070(0x1a3)]=!![]);}}),_0x1afa81['addEventListener'](_0x2beb08['Ooakf'],async function(_0x3103aa){const _0x40e755=_0x190623,_0x2c1d58={};_0x2c1d58['dtZyR']=_0x2beb08['NEadQ'];const _0x5ab28a=_0x2c1d58;if(_0x2beb08[_0x40e755(0x16f)](_0x2beb08['uzvLj'],_0x2beb08[_0x40e755(0x18a)]))_0x3374b7='['+new _0x15df7f()[_0x40e755(0x1a7)]()+']:\x20'+_0x539c15[_0x40e755(0x1b8)];else{logger[_0x40e755(0x191)](_0x40e755(0x19d)+_0x3103aa[_0x40e755(0x1b9)]);let _0x4aa109,_0x3f4ada;try{_0x2beb08[_0x40e755(0x178)](_0x2beb08[_0x40e755(0x197)],_0x2beb08[_0x40e755(0x19a)])?(_0x4c63a4[_0x40e755(0x191)](_0x5ab28a[_0x40e755(0x199)]),_0x45d509[_0x40e755(0x188)][_0x40e755(0x1a3)]=!![]):(_0x3f4ada=JSON[_0x40e755(0x187)](_0x3103aa[_0x40e755(0x1b9)]),_0x4aa109=_0x3f4ada[_0x40e755(0x1b0)]);}catch(_0x245e2a){_0x2beb08['vdXeY'](_0x2beb08['QgpRe'],_0x2beb08[_0x40e755(0x1aa)])?_0x20388a['gridName']=_0x16730f[_0x40e755(0x175)]:logger[_0x40e755(0x194)](_0x40e755(0x1a0)+_0x3103aa[_0x40e755(0x1b9)]);}}}),_0x1afa81['addEventListener'](_0x2beb08[_0x190623(0x15c)],function(_0x1ebf9a){const _0x30ff05=_0x190623;_0x2beb08['wKwzo'](_0x2beb08['LaRTg'],_0x2beb08[_0x30ff05(0x15e)])?logger['debug'](_0x30ff05(0x168)+_0x1ebf9a):_0x57746e[_0x30ff05(0x191)](_0x2beb08['prLSm']);}),_0x1afa81[_0x190623(0x1a6)](_0x2beb08[_0x190623(0x160)],function(){const _0x2fc656=_0x190623;_0x2beb08['EOkSM'](_0x2beb08['csgce'],_0x2beb08[_0x2fc656(0x173)])?(_0x2beb08['zEtJm'](process[_0x2fc656(0x188)][_0x2fc656(0x1a3)],_0x2beb08['EIDEU'])&&(_0x2beb08[_0x2fc656(0x1a8)](_0x2beb08[_0x2fc656(0x1ae)],_0x2beb08[_0x2fc656(0x1ae)])?process['env'][_0x2fc656(0x17d)]=_0x2beb08['EIDEU']:(_0x2beb08[_0x2fc656(0x178)](_0x42dfb2[_0x2fc656(0x188)][_0x2fc656(0x1a3)],_0x2beb08[_0x2fc656(0x158)])&&(_0x2fe73b[_0x2fc656(0x188)][_0x2fc656(0x17d)]=_0x2beb08[_0x2fc656(0x158)]),_0x4a753f[_0x2fc656(0x191)](_0x2beb08['KwjvF']))),logger['debug'](_0x2beb08[_0x2fc656(0x195)])):_0x2beb08[_0x2fc656(0x18b)](_0x4421c2[_0x2fc656(0x188)]['WS_CLOSED_BEFORE'],_0x2beb08[_0x2fc656(0x158)])?_0x5d6f74[_0x2fc656(0x191)](_0x2beb08[_0x2fc656(0x1a1)]):(_0x3160fe[_0x2fc656(0x191)](_0x2beb08[_0x2fc656(0x16d)]),_0x3eb91f[_0x2fc656(0x188)][_0x2fc656(0x1a3)]=!![]);});};const getLogMetaData=()=>{const _0x1b6d81=a33_0x2a6987,_0x3df25e={'OTlih':_0x1b6d81(0x16a),'bdSBi':function(_0x384bc7){return _0x384bc7();},'ZydwP':function(_0x15598f){return _0x15598f();},'XMrkH':function(_0x43a29a){return _0x43a29a();},'IhSek':function(_0x3bb190,_0x1f58d1){return _0x3bb190!==_0x1f58d1;},'CERtM':_0x1b6d81(0x1b1),'vgCde':function(_0x1cf036,_0x3aa032){return _0x1cf036!==_0x3aa032;},'vBVYx':_0x1b6d81(0x1c1),'kVIkK':_0x1b6d81(0x16e),'CPtJi':function(_0x5d27bb,_0x204a4e){return _0x5d27bb===_0x204a4e;},'JOHbC':_0x1b6d81(0x15a)};let _0x4ad6c9=_0x3df25e[_0x1b6d81(0x1ac)](cli_version_and_path);const _0x75d4bc={'requestId':global_registry[_0x1b6d81(0x18d)],'username':global_registry[_0x1b6d81(0x1b3)],'cli_version':_0x4ad6c9[_0x1b6d81(0x196)],'cli_path':_0x4ad6c9[_0x1b6d81(0x163)],'os':_0x3df25e[_0x1b6d81(0x1af)](_os),'os_version':_0x3df25e[_0x1b6d81(0x1ac)](os_version),'npm_version':_0x3df25e[_0x1b6d81(0x177)](npm_version),'ci_environment':_0x3df25e['ZydwP'](ci_environment)};return global_registry[_0x1b6d81(0x161)]&&(_0x3df25e[_0x1b6d81(0x17b)](_0x3df25e[_0x1b6d81(0x169)],_0x3df25e[_0x1b6d81(0x169)])?_0x123937[_0x1b6d81(0x194)](_0x1b6d81(0x1a0)+_0x38d25f['data']):_0x75d4bc[_0x1b6d81(0x161)]=global_registry[_0x1b6d81(0x161)]),global_registry[_0x1b6d81(0x17e)]&&(_0x3df25e[_0x1b6d81(0x170)](_0x3df25e['vBVYx'],_0x3df25e[_0x1b6d81(0x19c)])?_0x75d4bc[_0x1b6d81(0x17e)]=global_registry[_0x1b6d81(0x17e)]:_0x380d80[_0x1b6d81(0x188)][_0x1b6d81(0x17d)]=_0x3df25e[_0x1b6d81(0x17a)]),global_registry[_0x1b6d81(0x175)]&&(_0x3df25e[_0x1b6d81(0x19b)](_0x3df25e[_0x1b6d81(0x156)],_0x3df25e[_0x1b6d81(0x156)])?_0x75d4bc[_0x1b6d81(0x175)]=global_registry[_0x1b6d81(0x175)]:_0x9fee4d[_0x1b6d81(0x161)]=_0x48f1a8[_0x1b6d81(0x161)]),_0x75d4bc;};exports['delay']=_0x49c3f3=>new Promise((_0x579fc7,_0xeb371)=>setTimeout(_0x579fc7,_0x49c3f3)),exports[a33_0x2a6987(0x164)]=async(_0x18813e,_0x57b3b9,_0x1d357e=a33_0x2a6987(0x172),_0x38d9af=![])=>{const _0x342475=a33_0x2a6987,_0x45c9a5={'vKmtM':function(_0x4f4cf0){return _0x4f4cf0();},'AwaaK':function(_0x158b2e){return _0x158b2e();},'lwRZH':function(_0x35e494){return _0x35e494();},'RWfZD':function(_0x42274f,_0x6d32fc){return _0x42274f===_0x6d32fc;},'qIKFF':function(_0x37b55b,_0x26a1b1){return _0x37b55b!==_0x26a1b1;},'vDrxF':_0x342475(0x1c2),'fEjZD':'CZEwq','nWnWF':function(_0x277e65,_0x38a1b3){return _0x277e65===_0x38a1b3;},'pbbFO':_0x342475(0x184),'jZHaS':_0x342475(0x1ba)};let _0x5c7b47=_0x57b3b9[_0x342475(0x1b8)];_0x45c9a5['RWfZD'](_0x57b3b9['type'],WS_EVENTS[_0x342475(0x15d)])&&(_0x45c9a5['qIKFF'](_0x45c9a5[_0x342475(0x180)],_0x45c9a5[_0x342475(0x1b6)])?_0x5c7b47='['+new Date()['toUTCString']()+']:\x20'+_0x57b3b9['message']:(_0x2eb390=_0x5d3e95[_0x342475(0x187)](_0x368b46['data']),_0x9a8d94=_0x28e400[_0x342475(0x1b0)]));const _0x17aa6d={};_0x17aa6d[_0x342475(0x1b8)]=_0x5c7b47,_0x17aa6d[_0x342475(0x17c)]=_0x1d357e;const _0x2c4f21={'type':_0x57b3b9[_0x342475(0x1b0)],..._0x45c9a5[_0x342475(0x193)](getLogMetaData),'data':_0x17aa6d};_0x18813e[_0x342475(0x1c0)](JSON[_0x342475(0x198)](_0x2c4f21));if(_0x38d9af){if(_0x45c9a5[_0x342475(0x171)](_0x45c9a5['pbbFO'],_0x45c9a5[_0x342475(0x182)])){let _0x580c34=_0x45c9a5[_0x342475(0x16b)](_0x1ebc0c);const _0x43c8ee={'requestId':_0x408bcf['requestId'],'username':_0x3f2ccf[_0x342475(0x1b3)],'cli_version':_0x580c34['version'],'cli_path':_0x580c34['path'],'os':_0x45c9a5[_0x342475(0x193)](_0xf0c23e),'os_version':_0x45c9a5['AwaaK'](_0x4ee888),'npm_version':_0x45c9a5[_0x342475(0x162)](_0x2d4d62),'ci_environment':_0x45c9a5[_0x342475(0x162)](_0x49d564)};return _0x5a8393[_0x342475(0x161)]&&(_0x43c8ee[_0x342475(0x161)]=_0x11d4dc[_0x342475(0x161)]),_0x4e3c4d[_0x342475(0x17e)]&&(_0x43c8ee['gridProfile']=_0x6c85e2[_0x342475(0x17e)]),_0x385a22[_0x342475(0x175)]&&(_0x43c8ee[_0x342475(0x175)]=_0x24401f[_0x342475(0x175)]),_0x43c8ee;}else await this[_0x342475(0x183)](0x1f4);}};function a33_0x153d(_0x263be4,_0x4f05b4){const _0xca8079=a33_0xca80();return a33_0x153d=function(_0x153d3f,_0x227945){_0x153d3f=_0x153d3f-0x154;let _0x3ef443=_0xca8079[_0x153d3f];return _0x3ef443;},a33_0x153d(_0x263be4,_0x4f05b4);}function a33_0xca80(){const _0x15bd3d=['prLSm','5EmXRXV','WS_OPENED_BEFORE','open','gVyLU','addEventListener','toUTCString','kexkW','../config/logger','QgpRe','1867971CzTkDA','bdSBi','avSqp','zfhLP','ZydwP','type','GGJWU','addListeners','bstackUsername','aongh','Bfdho','fEjZD','zEtJm','message','data','KYlhW','zexSv','Socket\x20open','nlnUi','767808rKNlne','xoCJc','send','WgkUw','wHCho','../config/constants','2266209ISuqcK','JOHbC','OBmZI','EIDEU','DKRSH','DuwlP','722519VcERdD','NqKuO','LOG','OkddI','LfHrx','CUAQt','gridProfileId','lwRZH','path','sendEventToBackend','fMuGq','qZVTH','oHmZE','Socket\x20error:\x20','CERtM','true','vKmtM','LaRTg','NEadQ','rrxYB','UxckA','vgCde','nWnWF','info','csgce','MRUqM','gridName','7803492lVcxOm','XMrkH','taixH','vdXeY','OTlih','IhSek','logType','WS_CLOSED_BEFORE','gridProfile','JEyDn','vDrxF','fSbfV','jZHaS','delay','CYaiZ','TDwiE','wKwzo','parse','env','Socket\x20reconnected','uzvLj','EOkSM','auxVy','requestId','2Kvshnm','Socket\x20closed','IkrTI','debug','2663836gePtoS','AwaaK','error','KwjvF','version','VvPuD','stringify','dtZyR','IIXzJ','CPtJi','kVIkK','Message\x20received\x20from\x20server!\x20=>\x20','3842757zftMWM','./instrumentationUtils','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'];a33_0xca80=function(){return _0x15bd3d;};return a33_0xca80();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserstack-node-sdk",
3
- "version": "1.33.1",
3
+ "version": "1.33.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_0x43844f=a0_0x57c6;(function(_0x8d803,_0x249a04){const _0x263d5a=a0_0x57c6,_0x44a4fb=_0x8d803();while(!![]){try{const _0x3e3156=-parseInt(_0x263d5a(0x205))/0x1+parseInt(_0x263d5a(0x262))/0x2*(parseInt(_0x263d5a(0x219))/0x3)+parseInt(_0x263d5a(0x1cb))/0x4*(parseInt(_0x263d5a(0x253))/0x5)+-parseInt(_0x263d5a(0x21e))/0x6*(parseInt(_0x263d5a(0x21c))/0x7)+parseInt(_0x263d5a(0x1e2))/0x8*(parseInt(_0x263d5a(0x211))/0x9)+-parseInt(_0x263d5a(0x230))/0xa+parseInt(_0x263d5a(0x1d5))/0xb;if(_0x3e3156===_0x249a04)break;else _0x44a4fb['push'](_0x44a4fb['shift']());}catch(_0x7ab6ec){_0x44a4fb['push'](_0x44a4fb['shift']());}}}(a0_0x1862,0x95ae3));function a0_0x57c6(_0x5e1903,_0x309012){const _0x1862d3=a0_0x1862();return a0_0x57c6=function(_0x57c606,_0x35838f){_0x57c606=_0x57c606-0x1be;let _0x34a434=_0x1862d3[_0x57c606];return _0x34a434;},a0_0x57c6(_0x5e1903,_0x309012);}function a0_0x1862(){const _0x3d7498=['2djwSKQ','performScan','then','browserStackExecuteDriver','codeceptjs/lib/helper/WebDriver.js','class','CjpiK','CUwOG','BROWSERSTACK_TESTHUB_JWT','add','jOlXx','started','../../bin/playwright/accessibility-helper','captureError','EhLMP','startMonitoring','skipSessionStatus','titlePath','5416MPZfTz','../../helpers/testhub/constants.js','winstonLogger','wmWgO','CYLTb','jlLSI','BROWSERSTACK_TESTHUB_UUID','GPijM','base64','__workerDetails','10534843HOTXqK','./o11yHelper','pid','catch','bddStep','_before','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','start','TestCafe','__skipSessionStatus','dZdzv','../../helpers/accessibility-automation/scripts','./helper.js','16deasGS','initSaveScreenshot','saveScreenshot','name','../../helpers/performance-tester','__driver','shouldWrapCommand','before','slice','browser','uzlHV','AKalw','debug','bind','codeceptjs/lib/index.js','test','event','../../helpers/request-spy','Performing\x20scan\x20for\x20','zJjJE','status','prUCm','getResults','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','accessibilityPlatform','stringify','helpers','INFO','overwriteCommand','getAccessibilityResults','comment','TEST_RUN_FINISHED','skipped','TEST_LOG','aZNyI','593417BptlpD','currentTest','failed','getResultsSummary','Element','thTestRunUuid','restore','wdVcT','EYVVU','voGGm','stop','getSyncScript','382671CUQVXN','Suite','exports','action','hrbGQ','setSessionStatus','fireEvent','bddStepStart','2264817rWkBfi','RlVFT','codeceptjs/lib/recorder.js','35cLxvpk','passed','584724XBKaTY','uektw','bstackAllyScanning','HOOK_RUN_FINISHED','enabled','call','SIklL','tPBoi','chaFS','TEST_RUN_SKIPPED','../../helpers/accessibility-automation/helper','yowNU','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','warn','dispatcher','cGnBD','WebDriver','addRequestSpy','10259860yZzsZu','forEach','toString','thJwtToken','GWaVX','gWaOL','captureEvent','TGzhk','reason','hook','container','dEKUN','KqXjn','setSessionName','Puppeteer','rzhDV','filter','bs:addLog:','Playwright','TEST_RUN_STARTED','HSUPL','qqsEz','ctx','browserContext','yoTJo','browserstack_executor:\x20','arguments','env','find','rxjIZ','TEST_SCREENSHOT','fYyLD','knveP','wQAoF','gZfUW','3405CNbYSk','gLzQA','all','emit','bpEjU','szCaE','../../bin/playwright/sessionDetails','executeScript','constructor','prototype','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','patchSaveScreenshot','apply','after','title'];a0_0x1862=function(){return _0x3d7498;};return a0_0x1862();}const fs=require('fs'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require('../../helpers/logger')[a0_0x43844f(0x1cd)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require(a0_0x43844f(0x1f3)),PlaywrightSessionDetails=require(a0_0x43844f(0x259)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x43844f(0x1d6)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x43844f(0x228)),AccessibilityHelper=require(a0_0x43844f(0x1c5)),scripts=require(a0_0x43844f(0x1e0)),PerformanceTester=require(a0_0x43844f(0x1e6)),{fetchPlatformDetails,processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x43844f(0x1e1)),testHubConstants=require(a0_0x43844f(0x1cc)),CodeceptJS=requireModule(a0_0x43844f(0x1f0)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js'),CodeceptWebDriver=requireModule(a0_0x43844f(0x266)),CodeceptRecorder=requireModule(a0_0x43844f(0x21b)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js'),playwrightMarkSessionStatus=(_0x2d9320,_0x4886c5,_0x33b809)=>{const _0x354ff9=a0_0x43844f,_0x35cdf5={'prUCm':_0x354ff9(0x216),'GPijM':function(_0x27ee43,_0xa416e6){return _0x27ee43(_0xa416e6);}},_0x4c78fe={};_0x4c78fe[_0x354ff9(0x1f6)]=_0x4886c5;const _0x1371c2={};_0x1371c2[_0x354ff9(0x214)]=_0x35cdf5[_0x354ff9(0x1f7)],_0x1371c2[_0x354ff9(0x24a)]=_0x4c78fe;const _0x1b8223=_0x1371c2;return!_0x35cdf5[_0x354ff9(0x1d2)](isUndefined,_0x33b809)&&(_0x1b8223['arguments'][_0x354ff9(0x238)]=JSON[_0x354ff9(0x1fb)](_0x33b809)),_0x2d9320[_0x354ff9(0x25a)](()=>{},_0x354ff9(0x249)+JSON[_0x354ff9(0x1fb)](_0x1b8223));},o11ySync=async _0x26cee0=>{const _0x2e48b3=a0_0x43844f,_0x4953c6={};_0x4953c6[_0x2e48b3(0x1bf)]=function(_0x2e6fb1,_0x42f76c){return _0x2e6fb1===_0x42f76c;},_0x4953c6[_0x2e48b3(0x225)]='Playwright';const _0x396ec2=_0x4953c6;_0x396ec2[_0x2e48b3(0x1bf)](_0x26cee0[_0x2e48b3(0x25b)]['name'],_0x396ec2[_0x2e48b3(0x225)])?await _0x26cee0[_0x2e48b3(0x25a)](_0x1556c1=>{},testOpsHelper[_0x2e48b3(0x210)]()):await _0x26cee0[_0x2e48b3(0x25a)](testOpsHelper[_0x2e48b3(0x210)]());},markSessionName=async(_0x417e68,_0x506cf4)=>{const _0x18347d=a0_0x43844f,_0x32c74a={};_0x32c74a[_0x18347d(0x20d)]=_0x18347d(0x23d),_0x32c74a[_0x18347d(0x24f)]=function(_0x5270d7,_0x5ade53){return _0x5270d7===_0x5ade53;},_0x32c74a[_0x18347d(0x24d)]='Playwright';const _0x75a67a=_0x32c74a,_0x2c1d9d={};_0x2c1d9d['name']=_0x506cf4;const _0x889f7f={};_0x889f7f[_0x18347d(0x214)]=_0x75a67a['EYVVU'],_0x889f7f[_0x18347d(0x24a)]=_0x2c1d9d;const _0x2b7e50=_0x889f7f;_0x75a67a[_0x18347d(0x24f)](_0x417e68[_0x18347d(0x25b)][_0x18347d(0x1e5)],_0x75a67a[_0x18347d(0x24d)])?await _0x417e68[_0x18347d(0x25a)](()=>{},_0x18347d(0x249)+JSON[_0x18347d(0x1fb)](_0x2b7e50)):await _0x417e68[_0x18347d(0x25a)](_0x18347d(0x249)+JSON[_0x18347d(0x1fb)](_0x2b7e50));},patchSaveScreenshot=_0x2de8a1=>{const _0x4c0c1e=a0_0x43844f,_0x1775ef={'bpEjU':_0x4c0c1e(0x1d3),'gLzQA':_0x4c0c1e(0x24e),'LqRVN':function(_0x4901d6){return _0x4901d6();},'EhLMP':function(_0x2e4b1c,_0x1961ec){return _0x2e4b1c(_0x1961ec);}};_0x1775ef[_0x4c0c1e(0x1c7)](isTrue,process['env']['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x2de8a1[_0x4c0c1e(0x25e)]&&(_0x2de8a1[_0x4c0c1e(0x25e)]=!![],_0x2de8a1[_0x4c0c1e(0x1e3)]=_0x2de8a1[_0x4c0c1e(0x1e4)],_0x2de8a1[_0x4c0c1e(0x1e4)]=(_0x2fadba,_0x15f4d5=![])=>{const _0x466180=_0x4c0c1e,_0x210bd0={'zJjJE':_0x1775ef[_0x466180(0x257)],'jlLSI':_0x1775ef[_0x466180(0x254)],'AKalw':function(_0x473c98){return _0x1775ef['LqRVN'](_0x473c98);}};return new Promise(function(_0xf07db2,_0x1abbd1){const _0x1899b5=_0x466180,_0x3cefc5={'HSUPL':_0x210bd0[_0x1899b5(0x1f5)],'rXwOx':_0x210bd0[_0x1899b5(0x1d0)],'XzDeG':function(_0x133ea5){const _0x3057e2=_0x1899b5;return _0x210bd0[_0x3057e2(0x1ed)](_0x133ea5);}};_0x2de8a1[_0x1899b5(0x1e3)](_0x2fadba,_0x15f4d5)[_0x1899b5(0x264)](()=>{const _0x57522a=_0x1899b5,_0x4dc3ad=CodeceptUtils['screenshotOutputFolder'](_0x2fadba),_0xa31e4c=fs['readFileSync'](_0x4dc3ad);process[_0x57522a(0x256)](_0x57522a(0x241)+process[_0x57522a(0x1d7)],{'timestamp':new Date()['toISOString'](),'message':_0xa31e4c[_0x57522a(0x232)](_0x3cefc5[_0x57522a(0x244)]),'kind':_0x3cefc5['rXwOx']}),_0x3cefc5['XzDeG'](_0xf07db2);})[_0x1899b5(0x1d8)](()=>null);});});},patchWebDriverBefore=_0x2b0402=>{const _0x418cd5=a0_0x43844f,_0xb7ff7d={'uzlHV':function(_0x39badd){return _0x39badd();},'qqsEz':function(_0x19b635,_0x2a1db0){return _0x19b635(_0x2a1db0);},'PAeAK':function(_0x2d349d,_0x38a83a){return _0x2d349d===_0x38a83a;},'knveP':_0x418cd5(0x209)},_0x407e38=async function(_0x51d28d,_0x454187){const _0x3f916e=_0x418cd5;return _0xb7ff7d[_0x3f916e(0x1ec)](isAccessibilityAutomationSession)&&!global[_0x3f916e(0x220)]&&global[_0x3f916e(0x1fa)]&&scripts[_0x3f916e(0x1e8)](_0x51d28d[_0x3f916e(0x1e5)])&&_0xb7ff7d[_0x3f916e(0x245)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],logger['debug'](_0x3f916e(0x1f4)+_0x51d28d[_0x3f916e(0x1be)]+'\x20'+_0x51d28d[_0x3f916e(0x1e5)]),await AccessibilityHelper[_0x3f916e(0x265)](_0x2b0402,scripts[_0x3f916e(0x263)])),global[_0x3f916e(0x220)]=![],_0x454187[_0x3f916e(0x25f)](this,Array[_0x3f916e(0x25c)][_0x3f916e(0x1ea)][_0x3f916e(0x223)](arguments,0x2));},_0x366683=CodeceptWebDriver[_0x418cd5(0x25c)][_0x418cd5(0x1da)];CodeceptWebDriver[_0x418cd5(0x25c)]['_before']=async function(){const _0x29405d=_0x418cd5,_0x4d4c7f={'hrbGQ':function(_0x312e97,_0x3362d2){return _0xb7ff7d['PAeAK'](_0x312e97,_0x3362d2);},'yowNU':_0xb7ff7d[_0x29405d(0x250)]};await _0x366683['apply'](this,arguments),scripts['commandsToWrap'][_0x29405d(0x240)](_0x4a4bff=>_0x4a4bff[_0x29405d(0x1e5)]&&_0x4a4bff[_0x29405d(0x1be)])[_0x29405d(0x231)](_0x467b8e=>{const _0x5e86f0=_0x29405d;this[_0x5e86f0(0x1eb)][_0x5e86f0(0x1fe)](_0x467b8e[_0x5e86f0(0x1e5)],_0x407e38[_0x5e86f0(0x1ef)](this,_0x467b8e),_0x4d4c7f[_0x5e86f0(0x215)](_0x467b8e[_0x5e86f0(0x1be)],_0x4d4c7f[_0x5e86f0(0x229)]));}),_0xb7ff7d['qqsEz'](processWebDriverConfig,_0x2b0402);};},patchPlaywrightBefore=()=>{const _0x4b42e4=a0_0x43844f;PlaywrightSessionDetails['patch']();const _0x57ce78=CodeceptPlaywright[_0x4b42e4(0x25c)]['_before'];CodeceptPlaywright[_0x4b42e4(0x25c)]['_before']=async function(){const _0x2fb874=_0x4b42e4;this[_0x2fb874(0x247)]=await this[_0x2fb874(0x1eb)]['contexts']()[0x0],await _0x57ce78[_0x2fb874(0x25f)](this,arguments);};},getCodeceptDriver=()=>{const _0x480798=a0_0x43844f,_0xb1fe83={};_0xb1fe83[_0x480798(0x204)]=_0x480798(0x22e),_0xb1fe83[_0x480798(0x23b)]=_0x480798(0x242),_0xb1fe83['yoTJo']=_0x480798(0x23e),_0xb1fe83[_0x480798(0x20c)]=_0x480798(0x1dd);const _0x558ac3=_0xb1fe83,_0x4b620e=[_0x558ac3['aZNyI'],_0x558ac3['dEKUN'],_0x558ac3[_0x480798(0x248)],_0x558ac3[_0x480798(0x20c)]],_0x7e241e=_0x4b620e[_0x480798(0x24c)](_0x5e5381=>!!CodeceptJS[_0x480798(0x23a)][_0x480798(0x1fc)](_0x5e5381));if(!_0x7e241e)return null;return CodeceptJS[_0x480798(0x23a)]['helpers'](_0x7e241e);};module[a0_0x43844f(0x213)]=function(_0x133175){const _0x36bbef=a0_0x43844f,_0x2aa56c={'wmWgO':_0x36bbef(0x22a),'chaFS':_0x36bbef(0x25d),'CUwOG':function(_0xe619a8){return _0xe619a8();},'cGnBD':function(_0x5db3b1){return _0x5db3b1();},'gWaOL':function(_0x380cb4,_0x42d3fb){return _0x380cb4(_0x42d3fb);},'wQAoF':function(_0x1fa650,_0x439145,_0x347da6){return _0x1fa650(_0x439145,_0x347da6);},'TGzhk':function(_0x196214,_0x5c2ddf){return _0x196214(_0x5c2ddf);},'CYLTb':function(_0x289568){return _0x289568();},'KqXjn':function(_0x55f4b2,_0x3804cb,_0x2465b3){return _0x55f4b2(_0x3804cb,_0x2465b3);},'SIklL':function(_0x558c3e,_0x241ca6,_0x4c8ab8,_0x13284a){return _0x558c3e(_0x241ca6,_0x4c8ab8,_0x13284a);},'voGGm':function(_0xb71485,_0x3992d7,_0x30c82f,_0x50a7b4){return _0xb71485(_0x3992d7,_0x30c82f,_0x50a7b4);},'RlVFT':function(_0x25a8e1,_0x4d556b){return _0x25a8e1===_0x4d556b;},'rzhDV':_0x36bbef(0x212),'uektw':function(_0x52786c){return _0x52786c();},'gZfUW':function(_0x152d53){return _0x152d53();},'szCaE':_0x36bbef(0x1f9),'RnJZS':_0x36bbef(0x1fd),'jOlXx':_0x36bbef(0x203),'ZQCDQ':_0x36bbef(0x242),'GWaVX':function(_0x4436ce){return _0x4436ce();},'dZdzv':function(_0x1e4597,_0x4862fe){return _0x1e4597(_0x4862fe);}};_0x133175[_0x36bbef(0x1c9)]&&(global[_0x36bbef(0x1de)]=_0x133175[_0x36bbef(0x1c9)]);PerformanceTester[_0x36bbef(0x1c8)]();const _0x2fc1c9=_0x2aa56c['uektw'](getCodeceptDriver),_0x32a3aa=new O11yHelper(_0x2fc1c9,_0x133175),_0x260cc2=!!CodeceptJS[_0x36bbef(0x23a)][_0x36bbef(0x1fc)](_0x2aa56c['ZQCDQ']);global[_0x36bbef(0x1e7)]=_0x2fc1c9,_0x2fc1c9&&(_0x260cc2?_0x2aa56c[_0x36bbef(0x234)](patchPlaywrightBefore):_0x2aa56c[_0x36bbef(0x1df)](patchWebDriverBefore,_0x2fc1c9),_0x2fc1c9['getAccessibilityResultsSummary']=async()=>{const _0x5e80c4=_0x36bbef;if(global[_0x5e80c4(0x1fa)])await AccessibilityHelper[_0x5e80c4(0x265)](_0x2fc1c9,scripts[_0x5e80c4(0x263)]),await AccessibilityHelper[_0x5e80c4(0x265)](_0x2fc1c9,scripts[_0x5e80c4(0x208)]);else return logger[_0x5e80c4(0x22b)](_0x2aa56c[_0x5e80c4(0x1ce)]),{};},_0x2fc1c9[_0x36bbef(0x1ff)]=async()=>{const _0x5d7dd2=_0x36bbef;if(global['accessibilityPlatform'])await AccessibilityHelper['browserStackExecuteDriver'](_0x2fc1c9,scripts['performScan']),await AccessibilityHelper[_0x5d7dd2(0x265)](_0x2fc1c9,scripts[_0x5d7dd2(0x1f8)]);else return logger['warn'](_0x2aa56c[_0x5d7dd2(0x226)]),{};},_0x2aa56c[_0x36bbef(0x1df)](patchSaveScreenshot,_0x2fc1c9)),CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x22c)]['on'](CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x255)][_0x36bbef(0x1e9)],()=>{const _0x356aac=_0x36bbef;try{_0x32a3aa[_0x356aac(0x1dc)](),testOpsHelper[_0x356aac(0x22f)]();}catch(_0xe93f4a){PerformanceTester['captureError'](_0xe93f4a);}}),CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x22c)]['on'](CodeceptJS[_0x36bbef(0x1f2)]['all'][_0x36bbef(0x260)],async()=>{const _0x5bfe87=_0x36bbef;try{requestSpy[_0x5bfe87(0x20b)](),await _0x32a3aa[_0x5bfe87(0x20f)]();}catch(_0xe9d93b){PerformanceTester[_0x5bfe87(0x1c6)](_0xe9d93b);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x22c)]['on'](CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x239)]['started'],_0x4b0311=>{const _0x306fc2=_0x36bbef;try{const _0x51a221=_0x4b0311[_0x306fc2(0x246)][_0x306fc2(0x1f1)],_0x481577=_0x32a3aa['captureEvent'](TEST_EVENTS['HOOK_RUN_STARTED'],_0x51a221);CodeceptRecorder[_0x306fc2(0x1c2)](()=>_0x32a3aa[_0x306fc2(0x217)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x481577));}catch(_0x1468ae){PerformanceTester[_0x306fc2(0x1c6)](_0x1468ae);}}),CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x22c)]['on'](CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x239)]['passed'],_0x4ab739=>{const _0x5ca44e=_0x36bbef;try{const _0x37aa96=_0x4ab739[_0x5ca44e(0x246)][_0x5ca44e(0x1f1)],_0xafaedc=_0x32a3aa[_0x5ca44e(0x236)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x37aa96);CodeceptRecorder[_0x5ca44e(0x1c2)](()=>_0x32a3aa[_0x5ca44e(0x217)](TEST_EVENTS[_0x5ca44e(0x221)],_0xafaedc));}catch(_0xf3c0b){PerformanceTester['captureError'](_0xf3c0b);}}),CodeceptJS[_0x36bbef(0x1f2)]['dispatcher']['on'](CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x239)]['failed'],async(_0x2eaed5,_0x2b7257)=>{const _0x42ba27=_0x36bbef;try{const _0x27f9d7=_0x2eaed5[_0x42ba27(0x246)][_0x42ba27(0x1f1)],_0x26cb1a=_0x32a3aa[_0x42ba27(0x236)](TEST_EVENTS[_0x42ba27(0x221)],_0x27f9d7,_0x2b7257);CodeceptRecorder[_0x42ba27(0x1c2)](()=>_0x32a3aa[_0x42ba27(0x217)](TEST_EVENTS[_0x42ba27(0x221)],_0x26cb1a));}catch(_0x564f2e){PerformanceTester[_0x42ba27(0x1c6)](_0x564f2e);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x36bbef(0x1f1)][_0x36bbef(0x1e9)],_0x1c62f8=>{const _0x305bc4=_0x36bbef;try{_0x2aa56c[_0x305bc4(0x1c0)](isBrowserstackInfra)&&(_0x260cc2&&(global[_0x305bc4(0x1d4)]={'currentTest':{'name':_0x1c62f8[_0x305bc4(0x261)],'testInfo':{'titlePath':_0x1c62f8[_0x305bc4(0x1ca)]()}}}));}catch(_0xe105ae){PerformanceTester[_0x305bc4(0x1c6)](_0xe105ae);}}),CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x22c)]['on'](CodeceptJS[_0x36bbef(0x1f2)]['test']['started'],_0x16b6ae=>{const _0x36d540=_0x36bbef;try{const _0x50c256=_0x32a3aa[_0x36d540(0x236)](TEST_EVENTS[_0x36d540(0x243)],_0x16b6ae);CodeceptRecorder['add'](()=>_0x32a3aa['fireEvent'](TEST_EVENTS[_0x36d540(0x243)],_0x50c256)),CodeceptRecorder[_0x36d540(0x1c2)](async()=>{const _0x1dd4b5=_0x36d540;_0x2aa56c[_0x1dd4b5(0x22d)](isBrowserstackInfra)&&(!_0x2aa56c[_0x1dd4b5(0x235)](isTrue,_0x133175['skipSessionName'])&&await _0x2aa56c[_0x1dd4b5(0x251)](markSessionName,_0x2fc1c9,_0x16b6ae['title']),_0x32a3aa[_0x1dd4b5(0x222)]&&await _0x2aa56c[_0x1dd4b5(0x237)](o11ySync,_0x2fc1c9));});}catch(_0x4262b4){PerformanceTester[_0x36d540(0x1c6)](_0x4262b4);}}),CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x22c)]['on'](CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x1f1)][_0x36bbef(0x21d)],_0x1d9245=>{const _0x1a6a58=_0x36bbef;try{const _0x4762f7=_0x32a3aa[_0x1a6a58(0x236)](TEST_EVENTS[_0x1a6a58(0x201)],_0x1d9245);CodeceptRecorder['add'](()=>_0x32a3aa['fireEvent'](TEST_EVENTS[_0x1a6a58(0x201)],_0x4762f7)),CodeceptRecorder[_0x1a6a58(0x1c2)](async()=>{const _0x9baf3a=_0x1a6a58;_0x2aa56c[_0x9baf3a(0x1cf)](isBrowserstackInfra)&&(_0x260cc2?await _0x2aa56c['wQAoF'](playwrightMarkSessionStatus,_0x2fc1c9,STATE_PASSED):await _0x2aa56c[_0x9baf3a(0x23c)](markSessionStatus,_0x2fc1c9,STATE_PASSED));});}catch(_0x7af185){PerformanceTester[_0x1a6a58(0x1c6)](_0x7af185);}}),CodeceptJS[_0x36bbef(0x1f2)]['dispatcher']['on'](CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x1f1)][_0x36bbef(0x207)],(_0x196c8f,_0x8c7a45)=>{const _0x3ff63e=_0x36bbef;try{if(_0x2aa56c[_0x3ff63e(0x21a)](_0x196c8f['constructor']['name'],_0x2aa56c[_0x3ff63e(0x23f)])){const _0x349bf7=_0x32a3aa[_0x3ff63e(0x236)](TEST_EVENTS[_0x3ff63e(0x227)],_0x196c8f[_0x3ff63e(0x246)][_0x3ff63e(0x206)]);CodeceptRecorder[_0x3ff63e(0x1c2)](()=>_0x32a3aa[_0x3ff63e(0x217)](TEST_EVENTS[_0x3ff63e(0x227)],_0x349bf7));}else{const _0x639224=_0x32a3aa['captureEvent'](TEST_EVENTS[_0x3ff63e(0x201)],_0x196c8f,_0x8c7a45);CodeceptRecorder[_0x3ff63e(0x1c2)](()=>_0x32a3aa[_0x3ff63e(0x217)](TEST_EVENTS[_0x3ff63e(0x201)],_0x639224)),CodeceptRecorder[_0x3ff63e(0x1c2)](async()=>{const _0x186596=_0x3ff63e;_0x2aa56c[_0x186596(0x1c0)](isBrowserstackInfra)&&(_0x260cc2?await _0x2aa56c[_0x186596(0x224)](playwrightMarkSessionStatus,_0x2fc1c9,STATE_FAILED,_0x8c7a45):await _0x2aa56c[_0x186596(0x20e)](markSessionStatus,_0x2fc1c9,STATE_FAILED,_0x8c7a45));});}}catch(_0x1ed45e){PerformanceTester[_0x3ff63e(0x1c6)](_0x1ed45e);}}),CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x22c)]['on'](CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x1f1)][_0x36bbef(0x202)],_0x244a01=>{const _0x50e708=_0x36bbef;try{const _0x19894d=_0x32a3aa[_0x50e708(0x236)](TEST_EVENTS[_0x50e708(0x227)],_0x244a01);CodeceptRecorder[_0x50e708(0x1c2)](()=>_0x32a3aa[_0x50e708(0x217)](TEST_EVENTS[_0x50e708(0x227)],_0x19894d));}catch(_0x1efbf4){PerformanceTester[_0x50e708(0x1c6)](_0x1efbf4);}}),CodeceptJS['event'][_0x36bbef(0x22c)]['on'](CodeceptJS['event']['test'][_0x36bbef(0x260)],async(_0x222346,_0x349bf1)=>{const _0x58da91=_0x36bbef;try{if(_0x2aa56c[_0x58da91(0x21f)](isBrowserstackInfra)){const _0x32f09d=_0x2aa56c[_0x58da91(0x251)](shouldScanTestForAccessibility,_0x222346[_0x58da91(0x1ca)](),!![]);if(_0x2aa56c[_0x58da91(0x252)](isAccessibilityAutomationSession)&&global[_0x58da91(0x1fa)]&&_0x32f09d){const _0x189a05={};_0x189a05[_0x58da91(0x20a)]=_0x222346['testAnalyticsId'],_0x189a05['thBuildUuid']=process[_0x58da91(0x24b)][testHubConstants['ENV_VAR'][_0x58da91(0x1d1)]],_0x189a05[_0x58da91(0x233)]=process['env'][testHubConstants['ENV_VAR'][_0x58da91(0x1c1)]];const _0x3fd688=_0x189a05;logger[_0x58da91(0x1ee)](_0x58da91(0x1db)+JSON[_0x58da91(0x1fb)](_0x3fd688)),CodeceptRecorder[_0x58da91(0x1c2)](async()=>{const _0x704e5b=_0x58da91;await AccessibilityHelper[_0x704e5b(0x265)](_0x2fc1c9,scripts[_0x704e5b(0x263)]),await AccessibilityHelper[_0x704e5b(0x265)](_0x2fc1c9,scripts['saveTestResults'],_0x3fd688);}),logger['info'](_0x2aa56c[_0x58da91(0x258)]);}}}catch(_0x4927c6){PerformanceTester['captureError'](_0x4927c6);}}),CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x22c)]['on'](CodeceptJS[_0x36bbef(0x1f2)]['step'][_0x36bbef(0x200)],_0x48c58f=>{const _0x6ef90e=_0x36bbef;try{process[_0x6ef90e(0x256)](_0x6ef90e(0x241)+process[_0x6ef90e(0x1d7)],{'timestamp':new Date()['toISOString'](),'level':_0x2aa56c['RnJZS'],'message':_0x48c58f,'kind':_0x2aa56c[_0x6ef90e(0x1c3)],'http_response':{}});}catch(_0x3e3e00){PerformanceTester['captureError'](_0x3e3e00);}}),CodeceptJS[_0x36bbef(0x1f2)]['dispatcher']['on'](CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x1d9)][_0x36bbef(0x1c4)],_0x2e5fc8=>{const _0x194f0e=_0x36bbef;_0x32a3aa[_0x194f0e(0x218)](_0x2e5fc8);}),CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x22c)]['on'](CodeceptJS[_0x36bbef(0x1f2)][_0x36bbef(0x1d9)]['finished'],_0x54a986=>{_0x32a3aa['bddStepFinish'](_0x54a986);});};
1
+ const a0_0x3a3952=a0_0x11e8;(function(_0xdd4d36,_0x2e941d){const _0x156f6f=a0_0x11e8,_0x20bec2=_0xdd4d36();while(!![]){try{const _0x5b6165=-parseInt(_0x156f6f(0x1a7))/0x1*(-parseInt(_0x156f6f(0x1a6))/0x2)+parseInt(_0x156f6f(0x1fd))/0x3+-parseInt(_0x156f6f(0x217))/0x4*(-parseInt(_0x156f6f(0x1dd))/0x5)+-parseInt(_0x156f6f(0x219))/0x6+parseInt(_0x156f6f(0x1d1))/0x7*(-parseInt(_0x156f6f(0x1de))/0x8)+parseInt(_0x156f6f(0x228))/0x9*(parseInt(_0x156f6f(0x21f))/0xa)+-parseInt(_0x156f6f(0x1e1))/0xb;if(_0x5b6165===_0x2e941d)break;else _0x20bec2['push'](_0x20bec2['shift']());}catch(_0x994caa){_0x20bec2['push'](_0x20bec2['shift']());}}}(a0_0x55dd,0x55ab4));const fs=require('fs'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x3a3952(0x1e4)),logger=require(a0_0x3a3952(0x1e0))[a0_0x3a3952(0x1be)],testOpsHelper=require(a0_0x3a3952(0x1c6)),requestSpy=require(a0_0x3a3952(0x1e7)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x3a3952(0x1bc)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a0_0x3a3952(0x1b5)),PerformanceTester=require(a0_0x3a3952(0x215)),{fetchPlatformDetails,processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x3a3952(0x1fa)),testHubConstants=require(a0_0x3a3952(0x212)),CodeceptJS=requireModule('codeceptjs/lib/index.js'),CodeceptUtils=requireModule(a0_0x3a3952(0x1f2)),CodeceptWebDriver=requireModule(a0_0x3a3952(0x200)),CodeceptRecorder=requireModule(a0_0x3a3952(0x1d5)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js'),playwrightMarkSessionStatus=(_0x55dedc,_0xae71cf,_0x58d4a0)=>{const _0x177e1c=a0_0x3a3952,_0x23c57f={'NsgRi':_0x177e1c(0x209),'sMjIo':function(_0x141a73,_0xe5c17d){return _0x141a73(_0xe5c17d);}},_0x58663b={};_0x58663b[_0x177e1c(0x1d6)]=_0xae71cf;const _0x186b1b={};_0x186b1b['action']=_0x23c57f['NsgRi'],_0x186b1b['arguments']=_0x58663b;const _0x6d227b=_0x186b1b;return!_0x23c57f[_0x177e1c(0x1d8)](isUndefined,_0x58d4a0)&&(_0x6d227b[_0x177e1c(0x1ef)][_0x177e1c(0x1db)]=JSON[_0x177e1c(0x1d0)](_0x58d4a0)),_0x55dedc[_0x177e1c(0x1c2)](()=>{},_0x177e1c(0x1d9)+JSON[_0x177e1c(0x1d0)](_0x6d227b));},o11ySync=async _0x446fd0=>{const _0x2a30b0=a0_0x3a3952,_0x2d7928={};_0x2d7928['HCbDX']=function(_0x2da1eb,_0x52d05d){return _0x2da1eb===_0x52d05d;},_0x2d7928['alvou']=_0x2a30b0(0x202);const _0x489e51=_0x2d7928;_0x489e51[_0x2a30b0(0x1a4)](_0x446fd0[_0x2a30b0(0x22f)]['name'],_0x489e51['alvou'])?await _0x446fd0['executeScript'](_0x3b835e=>{},testOpsHelper['getSyncScript']()):await _0x446fd0[_0x2a30b0(0x1c2)](testOpsHelper[_0x2a30b0(0x1a0)]());},markSessionName=async(_0x25ce4e,_0x3213f5)=>{const _0x144df7=a0_0x3a3952,_0x28f88d={};_0x28f88d[_0x144df7(0x19e)]=_0x144df7(0x1fc),_0x28f88d[_0x144df7(0x1aa)]=function(_0x31c2dc,_0x4d9db9){return _0x31c2dc===_0x4d9db9;},_0x28f88d[_0x144df7(0x1d2)]='Playwright';const _0x4542be=_0x28f88d,_0x43b2f8={};_0x43b2f8[_0x144df7(0x1ac)]=_0x3213f5;const _0x40b26c={};_0x40b26c['action']=_0x4542be[_0x144df7(0x19e)],_0x40b26c['arguments']=_0x43b2f8;const _0x2ecfbe=_0x40b26c;_0x4542be['YsODO'](_0x25ce4e[_0x144df7(0x22f)][_0x144df7(0x1ac)],_0x4542be['uctaT'])?await _0x25ce4e['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x144df7(0x1d0)](_0x2ecfbe)):await _0x25ce4e[_0x144df7(0x1c2)](_0x144df7(0x1d9)+JSON['stringify'](_0x2ecfbe));},patchSaveScreenshot=_0x28ac86=>{const _0x4bdd30=a0_0x3a3952,_0x432350={'aJDLl':'base64','kYRch':_0x4bdd30(0x22c),'dJuPp':function(_0x57ff10){return _0x57ff10();},'wFtlP':function(_0x2f785f,_0x52336f){return _0x2f785f(_0x52336f);}};_0x432350[_0x4bdd30(0x204)](isTrue,process[_0x4bdd30(0x1ed)][_0x4bdd30(0x1ee)])&&!_0x28ac86[_0x4bdd30(0x231)]&&(_0x28ac86[_0x4bdd30(0x231)]=!![],_0x28ac86[_0x4bdd30(0x1cf)]=_0x28ac86[_0x4bdd30(0x21c)],_0x28ac86['saveScreenshot']=(_0xf912df,_0xb2b2be=![])=>{const _0x143cbc=_0x4bdd30,_0x488ff3={'cuJkj':_0x432350[_0x143cbc(0x227)],'Jplzs':_0x432350['kYRch'],'GthrJ':function(_0x4a09a1){const _0x3e686f=_0x143cbc;return _0x432350[_0x3e686f(0x21e)](_0x4a09a1);}};return new Promise(function(_0x326820,_0x45ff2e){const _0x509569=_0x143cbc,_0x1006be={'fWolw':_0x488ff3[_0x509569(0x1b8)],'ubtCq':_0x488ff3[_0x509569(0x225)],'YJTzd':function(_0x440642){const _0x353887=_0x509569;return _0x488ff3[_0x353887(0x208)](_0x440642);}};_0x28ac86[_0x509569(0x1cf)](_0xf912df,_0xb2b2be)['then'](()=>{const _0x492588=_0x509569,_0x49a177=CodeceptUtils['screenshotOutputFolder'](_0xf912df),_0x47b83d=fs[_0x492588(0x1e3)](_0x49a177);process[_0x492588(0x1c9)](_0x492588(0x1e8)+process[_0x492588(0x1ba)],{'timestamp':new Date()[_0x492588(0x1d3)](),'message':_0x47b83d[_0x492588(0x1cd)](_0x1006be[_0x492588(0x1e5)]),'kind':_0x1006be[_0x492588(0x21d)]}),_0x1006be['YJTzd'](_0x326820);})[_0x509569(0x23a)](()=>null);});});},patchWebDriverBefore=_0x548e8b=>{const _0x7c25a=a0_0x3a3952,_0x2ff065={'rObgI':function(_0x316729){return _0x316729();},'hnxrW':function(_0xf70fa3,_0x4c0429){return _0xf70fa3(_0x4c0429);},'fZEiU':function(_0x162bc6,_0x5bbb8d){return _0x162bc6===_0x5bbb8d;},'kKvWZ':_0x7c25a(0x218)},_0x168743=async function(_0x3568ea,_0x37ea37){const _0x41a330=_0x7c25a;return _0x2ff065[_0x41a330(0x20f)](isAccessibilityAutomationSession)&&!global[_0x41a330(0x20d)]&&global[_0x41a330(0x1eb)]&&scripts['shouldWrapCommand'](_0x3568ea[_0x41a330(0x1ac)])&&_0x2ff065[_0x41a330(0x1a9)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],logger[_0x41a330(0x1f9)](_0x41a330(0x1c5)+_0x3568ea[_0x41a330(0x224)]+'\x20'+_0x3568ea[_0x41a330(0x1ac)]),await AccessibilityHelper[_0x41a330(0x1df)](_0x548e8b,scripts['performScan'])),global[_0x41a330(0x20d)]=![],_0x37ea37[_0x41a330(0x1c8)](this,Array[_0x41a330(0x1f5)][_0x41a330(0x221)]['call'](arguments,0x2));},_0x5b197f=CodeceptWebDriver[_0x7c25a(0x1f5)][_0x7c25a(0x216)];CodeceptWebDriver[_0x7c25a(0x1f5)]['_before']=async function(){const _0x191485=_0x7c25a,_0x2792ad={'lkGoy':function(_0x1b05be,_0x218d9a){const _0xb8d950=a0_0x11e8;return _0x2ff065[_0xb8d950(0x19d)](_0x1b05be,_0x218d9a);},'CpkpX':_0x2ff065['kKvWZ']};await _0x5b197f[_0x191485(0x1c8)](this,arguments),scripts['commandsToWrap'][_0x191485(0x1f3)](_0x33c369=>_0x33c369[_0x191485(0x1ac)]&&_0x33c369[_0x191485(0x224)])['forEach'](_0x39c50d=>{const _0x17ee3f=_0x191485;this[_0x17ee3f(0x238)]['overwriteCommand'](_0x39c50d[_0x17ee3f(0x1ac)],_0x168743['bind'](this,_0x39c50d),_0x2792ad['lkGoy'](_0x39c50d[_0x17ee3f(0x224)],_0x2792ad[_0x17ee3f(0x20b)]));}),_0x2ff065[_0x191485(0x1a9)](processWebDriverConfig,_0x548e8b);};},patchPlaywrightBefore=()=>{const _0x59d8d3=a0_0x3a3952;PlaywrightSessionDetails[_0x59d8d3(0x1cc)]();const _0x46a00c=CodeceptPlaywright['prototype'][_0x59d8d3(0x216)];CodeceptPlaywright[_0x59d8d3(0x1f5)][_0x59d8d3(0x216)]=async function(){const _0x168d12=_0x59d8d3;this['browserContext']=await this['browser'][_0x168d12(0x22b)]()[0x0],await _0x46a00c[_0x168d12(0x1c8)](this,arguments);};},getCodeceptDriver=()=>{const _0x19dd43=a0_0x3a3952,_0x146cac={};_0x146cac['RroIR']=_0x19dd43(0x230),_0x146cac[_0x19dd43(0x1bf)]=_0x19dd43(0x202),_0x146cac[_0x19dd43(0x22d)]=_0x19dd43(0x1bd),_0x146cac[_0x19dd43(0x20c)]='TestCafe';const _0x41f226=_0x146cac,_0x26693d=[_0x41f226['RroIR'],_0x41f226[_0x19dd43(0x1bf)],_0x41f226[_0x19dd43(0x22d)],_0x41f226['bQDVo']],_0x3b4ff8=_0x26693d[_0x19dd43(0x236)](_0x17b9fe=>!!CodeceptJS['container'][_0x19dd43(0x203)](_0x17b9fe));if(!_0x3b4ff8)return null;return CodeceptJS[_0x19dd43(0x19f)][_0x19dd43(0x203)](_0x3b4ff8);};module[a0_0x3a3952(0x210)]=function(_0x55da1f){const _0x209b28=a0_0x3a3952,_0x5f1124={'cdXAJ':_0x209b28(0x207),'PJeUt':_0x209b28(0x1b7),'dLMCF':function(_0x21eeb5){return _0x21eeb5();},'QdDGD':function(_0x40a3b6,_0x3a1c90){return _0x40a3b6(_0x3a1c90);},'OXTRE':function(_0x99f684,_0x252c6a,_0x380ca9){return _0x99f684(_0x252c6a,_0x380ca9);},'oXudz':function(_0x4cfa65){return _0x4cfa65();},'oqRSp':function(_0x199b19,_0x501826,_0x59bb79){return _0x199b19(_0x501826,_0x59bb79);},'BznFK':function(_0x50acc8,_0x123be0,_0x30991f){return _0x50acc8(_0x123be0,_0x30991f);},'WwSPS':function(_0x3a5e46){return _0x3a5e46();},'OJkqN':function(_0x4223c6,_0x4f5aed,_0x5437c4,_0x406880){return _0x4223c6(_0x4f5aed,_0x5437c4,_0x406880);},'hLlXZ':function(_0x752545,_0x20368f){return _0x752545===_0x20368f;},'qNEgc':_0x209b28(0x1ca),'jypSo':function(_0x56fab4){return _0x56fab4();},'YPAKA':function(_0xd1ae9){return _0xd1ae9();},'DWgdV':_0x209b28(0x1d4),'nvhjr':'INFO','bwpdQ':_0x209b28(0x1a3),'jGaZt':function(_0x23688b){return _0x23688b();},'tAAQi':_0x209b28(0x202),'DlaNv':function(_0x29c787){return _0x29c787();}};_0x55da1f[_0x209b28(0x1a8)]&&(global['__skipSessionStatus']=_0x55da1f['skipSessionStatus']);PerformanceTester['startMonitoring']();const _0x50d243=_0x5f1124[_0x209b28(0x237)](getCodeceptDriver),_0x20c7e3=new O11yHelper(_0x50d243,_0x55da1f),_0x2db243=!!CodeceptJS[_0x209b28(0x19f)][_0x209b28(0x203)](_0x5f1124[_0x209b28(0x201)]);global[_0x209b28(0x1ad)]=_0x50d243,_0x50d243&&(_0x2db243?_0x5f1124['DlaNv'](patchPlaywrightBefore):_0x5f1124[_0x209b28(0x1f0)](patchWebDriverBefore,_0x50d243),_0x50d243['getAccessibilityResultsSummary']=async()=>{const _0x54e88f=_0x209b28;if(global[_0x54e88f(0x1eb)])await AccessibilityHelper[_0x54e88f(0x1df)](_0x50d243,scripts['performScan']),await AccessibilityHelper[_0x54e88f(0x1df)](_0x50d243,scripts[_0x54e88f(0x206)]);else return logger['warn'](_0x5f1124['cdXAJ']),{};},_0x50d243[_0x209b28(0x1b2)]=async()=>{const _0x129872=_0x209b28;if(global['accessibilityPlatform'])await AccessibilityHelper[_0x129872(0x1df)](_0x50d243,scripts[_0x129872(0x1fe)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x50d243,scripts[_0x129872(0x1b6)]);else return logger[_0x129872(0x234)](_0x5f1124[_0x129872(0x1ab)]),{};},_0x5f1124['QdDGD'](patchSaveScreenshot,_0x50d243)),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS['event'][_0x209b28(0x1a1)][_0x209b28(0x1ae)],()=>{const _0x189644=_0x209b28;try{_0x20c7e3[_0x189644(0x1fb)](),testOpsHelper['addRequestSpy']();}catch(_0x2c6b92){PerformanceTester['captureError'](_0x2c6b92);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1a1)]['after'],async()=>{const _0x3c9166=_0x209b28;try{requestSpy[_0x3c9166(0x1f6)](),await _0x20c7e3[_0x3c9166(0x226)]();}catch(_0xe7c6b7){PerformanceTester[_0x3c9166(0x229)](_0xe7c6b7);}finally{PerformanceTester[_0x3c9166(0x1e9)]();}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS['event'][_0x209b28(0x1b3)][_0x209b28(0x1c1)],_0x3519dc=>{const _0xd34e7b=_0x209b28;try{const _0x4fbc14=_0x3519dc[_0xd34e7b(0x1ec)][_0xd34e7b(0x220)],_0x22dc7b=_0x20c7e3['captureEvent'](TEST_EVENTS[_0xd34e7b(0x21b)],_0x4fbc14);CodeceptRecorder['add'](()=>_0x20c7e3[_0xd34e7b(0x1e2)](TEST_EVENTS[_0xd34e7b(0x21b)],_0x22dc7b));}catch(_0x23d5e9){PerformanceTester[_0xd34e7b(0x229)](_0x23d5e9);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS['event']['hook'][_0x209b28(0x1a5)],_0x380dd3=>{const _0x30b7bc=_0x209b28;try{const _0x59a006=_0x380dd3[_0x30b7bc(0x1ec)]['test'],_0x2f96b9=_0x20c7e3[_0x30b7bc(0x223)](TEST_EVENTS[_0x30b7bc(0x1f7)],_0x59a006);CodeceptRecorder[_0x30b7bc(0x1c4)](()=>_0x20c7e3[_0x30b7bc(0x1e2)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2f96b9));}catch(_0x48c822){PerformanceTester[_0x30b7bc(0x229)](_0x48c822);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b3)]['failed'],async(_0x56ac84,_0x23f3d4)=>{const _0x33db34=_0x209b28;try{const _0x4c21f4=_0x56ac84[_0x33db34(0x1ec)][_0x33db34(0x220)],_0x3a1d2f=_0x20c7e3[_0x33db34(0x223)](TEST_EVENTS[_0x33db34(0x1f7)],_0x4c21f4,_0x23f3d4);CodeceptRecorder[_0x33db34(0x1c4)](()=>_0x20c7e3[_0x33db34(0x1e2)](TEST_EVENTS[_0x33db34(0x1f7)],_0x3a1d2f));}catch(_0x27773c){PerformanceTester[_0x33db34(0x229)](_0x27773c);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS['event']['test'][_0x209b28(0x1ae)],_0x4bb6e2=>{const _0x38a602=_0x209b28;try{_0x5f1124['dLMCF'](isBrowserstackInfra)&&(_0x2db243&&(global['__workerDetails']={'currentTest':{'name':_0x4bb6e2[_0x38a602(0x1dc)],'testInfo':{'titlePath':_0x4bb6e2[_0x38a602(0x211)]()}}}));}catch(_0x560824){PerformanceTester[_0x38a602(0x229)](_0x560824);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)]['test'][_0x209b28(0x1c1)],_0x3431c7=>{const _0x555681=_0x209b28;try{const _0x3e89a2=_0x20c7e3[_0x555681(0x223)](TEST_EVENTS['TEST_RUN_STARTED'],_0x3431c7);CodeceptRecorder[_0x555681(0x1c4)](()=>_0x20c7e3['fireEvent'](TEST_EVENTS[_0x555681(0x1af)],_0x3e89a2)),CodeceptRecorder['add'](async()=>{const _0x1953e3=_0x555681;_0x5f1124[_0x1953e3(0x1ea)](isBrowserstackInfra)&&(!_0x5f1124[_0x1953e3(0x1f0)](isTrue,_0x55da1f[_0x1953e3(0x239)])&&await _0x5f1124[_0x1953e3(0x1c0)](markSessionName,_0x50d243,_0x3431c7['title']),_0x20c7e3['enabled']&&await _0x5f1124[_0x1953e3(0x1f0)](o11ySync,_0x50d243));});}catch(_0x196367){PerformanceTester[_0x555681(0x229)](_0x196367);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x220)][_0x209b28(0x1a5)],_0x4d1ab4=>{const _0x12afdd=_0x209b28;try{const _0x5d467b=_0x20c7e3[_0x12afdd(0x223)](TEST_EVENTS[_0x12afdd(0x1a2)],_0x4d1ab4);CodeceptRecorder[_0x12afdd(0x1c4)](()=>_0x20c7e3['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x5d467b)),CodeceptRecorder[_0x12afdd(0x1c4)](async()=>{const _0x2da107=_0x12afdd;_0x5f1124[_0x2da107(0x1bb)](isBrowserstackInfra)&&(_0x2db243?await _0x5f1124[_0x2da107(0x1e6)](playwrightMarkSessionStatus,_0x50d243,STATE_PASSED):await _0x5f1124[_0x2da107(0x1b4)](markSessionStatus,_0x50d243,STATE_PASSED));});}catch(_0x2dc3f4){PerformanceTester['captureError'](_0x2dc3f4);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x220)][_0x209b28(0x21a)],(_0x55927e,_0x349e62)=>{const _0x3c281d=_0x209b28;try{if(_0x5f1124[_0x3c281d(0x1c7)](_0x55927e[_0x3c281d(0x22f)][_0x3c281d(0x1ac)],_0x5f1124[_0x3c281d(0x1ce)])){const _0x3270b2=_0x20c7e3[_0x3c281d(0x223)](TEST_EVENTS[_0x3c281d(0x1c3)],_0x55927e[_0x3c281d(0x1ec)]['currentTest']);CodeceptRecorder[_0x3c281d(0x1c4)](()=>_0x20c7e3['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3270b2));}else{const _0x107911=_0x20c7e3[_0x3c281d(0x223)](TEST_EVENTS[_0x3c281d(0x1a2)],_0x55927e,_0x349e62);CodeceptRecorder[_0x3c281d(0x1c4)](()=>_0x20c7e3[_0x3c281d(0x1e2)](TEST_EVENTS[_0x3c281d(0x1a2)],_0x107911)),CodeceptRecorder[_0x3c281d(0x1c4)](async()=>{const _0x54fb6a=_0x3c281d;_0x5f1124[_0x54fb6a(0x222)](isBrowserstackInfra)&&(_0x2db243?await _0x5f1124['OJkqN'](playwrightMarkSessionStatus,_0x50d243,STATE_FAILED,_0x349e62):await _0x5f1124[_0x54fb6a(0x20e)](markSessionStatus,_0x50d243,STATE_FAILED,_0x349e62));});}}catch(_0x4840bb){PerformanceTester[_0x3c281d(0x229)](_0x4840bb);}}),CodeceptJS[_0x209b28(0x22a)]['dispatcher']['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x220)]['skipped'],_0x4b59c2=>{const _0x796870=_0x209b28;try{const _0x535d5d=_0x20c7e3['captureEvent'](TEST_EVENTS[_0x796870(0x1c3)],_0x4b59c2);CodeceptRecorder['add'](()=>_0x20c7e3[_0x796870(0x1e2)](TEST_EVENTS[_0x796870(0x1c3)],_0x535d5d));}catch(_0x24c087){PerformanceTester[_0x796870(0x229)](_0x24c087);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)]['test']['after'],async(_0xf29734,_0x25a935)=>{const _0x20f393=_0x209b28;try{if(_0x5f1124[_0x20f393(0x1b1)](isBrowserstackInfra)){const _0xa3403d=_0x5f1124[_0x20f393(0x1c0)](shouldScanTestForAccessibility,_0xf29734[_0x20f393(0x211)](),!![]);if(_0x5f1124[_0x20f393(0x213)](isAccessibilityAutomationSession)&&global[_0x20f393(0x1eb)]&&_0xa3403d){const _0x34b8eb={};_0x34b8eb[_0x20f393(0x1ff)]=_0xf29734[_0x20f393(0x1b9)],_0x34b8eb['thBuildUuid']=process[_0x20f393(0x1ed)][testHubConstants[_0x20f393(0x22e)][_0x20f393(0x1d7)]],_0x34b8eb[_0x20f393(0x233)]=process[_0x20f393(0x1ed)][testHubConstants['ENV_VAR'][_0x20f393(0x214)]];const _0x38482a=_0x34b8eb;logger['debug'](_0x20f393(0x235)+JSON[_0x20f393(0x1d0)](_0x38482a)),CodeceptRecorder[_0x20f393(0x1c4)](async()=>{const _0x5d7fea=_0x20f393;await AccessibilityHelper[_0x5d7fea(0x1df)](_0x50d243,scripts[_0x5d7fea(0x1fe)]),await AccessibilityHelper[_0x5d7fea(0x1df)](_0x50d243,scripts['saveTestResults'],_0x38482a);}),logger['info'](_0x5f1124[_0x20f393(0x205)]);}}}catch(_0x1cf8d4){PerformanceTester[_0x20f393(0x229)](_0x1cf8d4);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x20a)][_0x209b28(0x1cb)],_0x5d7b19=>{const _0x234048=_0x209b28;try{process[_0x234048(0x1c9)](_0x234048(0x1e8)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x5f1124[_0x234048(0x1da)],'message':_0x5d7b19,'kind':_0x5f1124[_0x234048(0x1f1)],'http_response':{}});}catch(_0x24dcaa){PerformanceTester[_0x234048(0x229)](_0x24dcaa);}}),CodeceptJS[_0x209b28(0x22a)]['dispatcher']['on'](CodeceptJS['event'][_0x209b28(0x1f8)][_0x209b28(0x1ae)],_0x55e39b=>{const _0x3acf00=_0x209b28;_0x20c7e3[_0x3acf00(0x1f4)](_0x55e39b);}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1f8)]['after'],_0x2f7c1c=>{const _0x29fcae=_0x209b28;_0x20c7e3[_0x29fcae(0x232)](_0x2f7c1c);});};function a0_0x11e8(_0x2bf450,_0x36eb82){const _0x55dd95=a0_0x55dd();return a0_0x11e8=function(_0x11e83d,_0x30d203){_0x11e83d=_0x11e83d-0x19d;let _0x7b6b64=_0x55dd95[_0x11e83d];return _0x7b6b64;},a0_0x11e8(_0x2bf450,_0x36eb82);}function a0_0x55dd(){const _0x544599=['180uEzeMY','captureError','event','contexts','TEST_SCREENSHOT','PvxRh','ENV_VAR','constructor','WebDriver','patchSaveScreenshot','bddStepFinish','thJwtToken','warn','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','find','jGaZt','browser','skipSessionName','catch','fZEiU','meLGn','container','getSyncScript','all','TEST_RUN_FINISHED','TEST_LOG','HCbDX','passed','761066PkleCZ','1eGaxAS','skipSessionStatus','hnxrW','YsODO','PJeUt','name','__driver','before','TEST_RUN_STARTED','dispatcher','jypSo','getAccessibilityResults','hook','BznFK','../../helpers/accessibility-automation/scripts','getResults','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','cuJkj','testAnalyticsId','pid','oXudz','./o11yHelper','Puppeteer','winstonLogger','mvmql','OXTRE','started','executeScript','TEST_RUN_SKIPPED','add','Performing\x20scan\x20for\x20','../../helpers/test-observability/utils','hLlXZ','apply','emit','Suite','comment','patch','toString','qNEgc','initSaveScreenshot','stringify','1688813HCluNh','uctaT','toISOString','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','codeceptjs/lib/recorder.js','status','BROWSERSTACK_TESTHUB_UUID','sMjIo','browserstack_executor:\x20','nvhjr','reason','title','10mngxoy','16HFNeZl','browserStackExecuteDriver','../../helpers/logger','4852430GYwxeL','fireEvent','readFileSync','../../helpers/helper','fWolw','oqRSp','../../helpers/request-spy','bs:addLog:','stopMonitoring','dLMCF','accessibilityPlatform','ctx','env','BS_TESTOPS_ALLOW_SCREENSHOTS','arguments','QdDGD','bwpdQ','codeceptjs/lib/utils.js','filter','bddStepStart','prototype','restore','HOOK_RUN_FINISHED','bddStep','debug','./helper.js','start','setSessionName','1196388NRwRNW','performScan','thTestRunUuid','codeceptjs/lib/helper/WebDriver.js','tAAQi','Playwright','helpers','wFtlP','DWgdV','getResultsSummary','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','GthrJ','setSessionStatus','step','CpkpX','bQDVo','bstackAllyScanning','OJkqN','rObgI','exports','titlePath','../../helpers/testhub/constants.js','YPAKA','BROWSERSTACK_TESTHUB_JWT','../../helpers/performance-tester','_before','1072876HymZIv','Element','2173554ethESR','failed','HOOK_RUN_STARTED','saveScreenshot','ubtCq','dJuPp','160520sxYgjw','test','slice','WwSPS','captureEvent','class','Jplzs','stop','aJDLl'];a0_0x55dd=function(){return _0x544599;};return a0_0x55dd();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a1_0x494d(_0x3a2f1e,_0x4394f9){const _0x2ce177=a1_0x2ce1();return a1_0x494d=function(_0x494d97,_0x51cd97){_0x494d97=_0x494d97-0xc4;let _0x19de56=_0x2ce177[_0x494d97];return _0x19de56;},a1_0x494d(_0x3a2f1e,_0x4394f9);}const a1_0x3d6e93=a1_0x494d;(function(_0x498de9,_0x230c41){const _0x2c1580=a1_0x494d,_0x22337a=_0x498de9();while(!![]){try{const _0x1a2bea=-parseInt(_0x2c1580(0xe3))/0x1*(-parseInt(_0x2c1580(0xfc))/0x2)+parseInt(_0x2c1580(0x105))/0x3+-parseInt(_0x2c1580(0xd2))/0x4+parseInt(_0x2c1580(0x144))/0x5*(-parseInt(_0x2c1580(0xf6))/0x6)+parseInt(_0x2c1580(0xf9))/0x7+parseInt(_0x2c1580(0x113))/0x8+-parseInt(_0x2c1580(0xe0))/0x9;if(_0x1a2bea===_0x230c41)break;else _0x22337a['push'](_0x22337a['shift']());}catch(_0x1e4200){_0x22337a['push'](_0x22337a['shift']());}}}(a1_0x2ce1,0xc76f8));const fs=require('fs'),path=require(a1_0x3d6e93(0x12a)),util=require('util'),{spawn}=require('child_process'),process=require(a1_0x3d6e93(0x10a)),logger=require(a1_0x3d6e93(0x125))[a1_0x3d6e93(0xc9)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a1_0x3d6e93(0xcf)),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x3d6e93(0xcf)),CodeceptJS=requireModule(a1_0x3d6e93(0x12d)),SessionHandler=require(a1_0x3d6e93(0xdf)),testOpsHelper=require(a1_0x3d6e93(0xef)),{shouldProcessEventForTesthub}=require(a1_0x3d6e93(0x142)),TestHubHandler=require(a1_0x3d6e93(0xcc)),constants=require(a1_0x3d6e93(0x111)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x1143d1,_0x55edfc)=>{const _0xd0d12b=a1_0x3d6e93,_0x185446={};_0x185446[_0xd0d12b(0x141)]=function(_0x2711e0,_0x2919d5){return _0x2711e0===_0x2919d5;},_0x185446[_0xd0d12b(0xe5)]=_0xd0d12b(0x14a),_0x185446[_0xd0d12b(0xf4)]=_0xd0d12b(0xd1);const _0x5020e7=_0x185446;let _0x7fbf1e=null;const _0x425ea5={};let _0x1fb57d=_0x55edfc[_0xd0d12b(0x11e)](_0x26bfb7=>_0x26bfb7===_0xd0d12b(0x138));_0x5020e7[_0xd0d12b(0x141)](_0x1fb57d,-0x1)&&(_0x1fb57d=_0x55edfc[_0xd0d12b(0x11e)](_0x27b821=>_0x27b821==='-c'));if(!helper[_0xd0d12b(0x103)](_0x1143d1[_0xd0d12b(0x137)])&&fs['existsSync'](path[_0xd0d12b(0xc7)](process[_0xd0d12b(0x104)](),_0x1143d1[_0xd0d12b(0x137)])))_0x7fbf1e=path['join'](process[_0xd0d12b(0x104)](),_0x1143d1[_0xd0d12b(0x137)]),_0x55edfc[_0xd0d12b(0xd7)](_0x1fb57d,0x2);else{if(!helper['isUndefined'](_0x1143d1['c'])&&fs[_0xd0d12b(0x129)](path['join'](process[_0xd0d12b(0x104)](),_0x1143d1['c'])))_0x7fbf1e=path[_0xd0d12b(0xc7)](process[_0xd0d12b(0x104)](),_0x1143d1['c']),_0x55edfc['slice'](_0x1fb57d,0x2);else{if(fs[_0xd0d12b(0x129)](path[_0xd0d12b(0xc7)](process[_0xd0d12b(0x104)](),_0x5020e7[_0xd0d12b(0xe5)])))_0x7fbf1e=path[_0xd0d12b(0xc7)](process[_0xd0d12b(0x104)](),_0x5020e7[_0xd0d12b(0xe5)]);else fs['existsSync'](path[_0xd0d12b(0xc7)](process[_0xd0d12b(0x104)](),_0x5020e7['kxWRD']))&&(_0x7fbf1e=path[_0xd0d12b(0xc7)](process[_0xd0d12b(0x104)](),_0x5020e7[_0xd0d12b(0xf4)]));}}return _0x7fbf1e;},getO11yRerunPattern=()=>{const _0x1ccf21=a1_0x3d6e93,_0x4ba03d={};_0x4ba03d[_0x1ccf21(0x109)]=function(_0x4b2061,_0x5dfb6a){return _0x4b2061!==_0x5dfb6a;},_0x4ba03d[_0x1ccf21(0x126)]=_0x1ccf21(0xed);const _0x2bc377=_0x4ba03d,_0x3870ff=helper[_0x1ccf21(0x10f)](process[_0x1ccf21(0x131)][_0x1ccf21(0xde)]);if(_0x3870ff){const _0x452c2a=process[_0x1ccf21(0x131)]['BROWSERSTACK_RERUN_TESTS'],_0x551641=[];if(_0x2bc377[_0x1ccf21(0x109)](_0x452c2a,_0x2bc377[_0x1ccf21(0x126)])&&!helper[_0x1ccf21(0x103)](_0x452c2a)){_0x452c2a['split'](',')[_0x1ccf21(0x132)](_0x2bb478=>{const _0x2b1184=_0x1ccf21;_0x551641[_0x2b1184(0x123)]('('+_0x2bb478[_0x2b1184(0x10b)]()+')');});const _0x362eae='^'+_0x551641[_0x1ccf21(0xc7)]('|')+'$';return _0x362eae;}}return null;},a1_0x17bb0a={};a1_0x17bb0a[a1_0x3d6e93(0x134)]=a1_0x3d6e93(0xc5),a1_0x17bb0a[a1_0x3d6e93(0x119)]=a1_0x3d6e93(0xc5),a1_0x17bb0a['playwright-firefox']=a1_0x3d6e93(0x148),a1_0x17bb0a['playwright-webkit']=a1_0x3d6e93(0xd4);const pwToCodeceptBrowser=a1_0x17bb0a;async function run(_0x36c962,_0x34d9ec){const _0x5e3a1f=a1_0x3d6e93,_0xcb3c0a={'TZZCH':function(_0x39b07e,_0xcd2f6c){return _0x39b07e+_0xcd2f6c;},'Ghrdy':function(_0x2d210f,_0x4dad2c){return _0x2d210f(_0x4dad2c);},'XPIuh':function(_0x17f17d,_0x6a3c7b,_0x2be298){return _0x17f17d(_0x6a3c7b,_0x2be298);},'giNid':_0x5e3a1f(0x137),'wybzS':_0x5e3a1f(0x128),'LTatX':function(_0x48e349){return _0x48e349();},'wDsBf':function(_0x236ec6){return _0x236ec6();},'McDWo':_0x5e3a1f(0xca),'lSoyZ':_0x5e3a1f(0xfd),'USSCZ':_0x5e3a1f(0x106),'MsNyb':_0x5e3a1f(0x11b),'czqkO':_0x5e3a1f(0x11c),'DVOwX':function(_0x496c13,_0x1206ed,_0x2ff02b){return _0x496c13(_0x1206ed,_0x2ff02b);},'GgNiq':function(_0x13c991,_0x36ee64){return _0x13c991(_0x36ee64);},'RdjAI':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','qaExC':function(_0x1104da,_0x109f32,_0x5dfa6d){return _0x1104da(_0x109f32,_0x5dfa6d);},'ZREvS':_0x5e3a1f(0xc6),'fZRrA':_0x5e3a1f(0x13c),'EXIFX':function(_0x119cd5,_0x211747){return _0x119cd5(_0x211747);},'Rhcdd':function(_0x1b6bc5,_0x2af97f){return _0x1b6bc5!=_0x2af97f;},'gAdiX':_0x5e3a1f(0x14d),'zCAna':'gherkin','yVIPm':_0x5e3a1f(0xeb),'KXPFa':function(_0x2469e7,_0x55de18){return _0x2469e7(_0x55de18);},'qvndH':function(_0x173e3b){return _0x173e3b();},'XPFtx':function(_0x1766f6,_0x266864){return _0x1766f6*_0x266864;},'zXUja':_0x5e3a1f(0x130),'gFaii':_0x5e3a1f(0x117),'FbnXT':_0x5e3a1f(0x114)},_0x29d5db=new BrowserStackSetup(_0x36c962,_0xcb3c0a[_0x5e3a1f(0x118)]);await _0x29d5db['initialize'](),await helper[_0x5e3a1f(0xc8)](_0x29d5db[_0x5e3a1f(0x137)]);if(!_0x29d5db[_0x5e3a1f(0x137)])return;process[_0x5e3a1f(0x147)]=_0x36c962[_0x5e3a1f(0x147)];_0x36c962['profile']&&(process[_0x5e3a1f(0x131)]['profile']=_0x36c962[_0x5e3a1f(0x147)]);const _0xc6ceb2=_0xcb3c0a[_0x5e3a1f(0xe2)](getUserCodeceptJSConfigs,_0x36c962,_0x34d9ec);let _0x504d7d={};_0xc6ceb2?(logger[_0x5e3a1f(0xdb)](_0x5e3a1f(0xf7)+_0xc6ceb2),_0x504d7d=_0xcb3c0a[_0x5e3a1f(0xe9)](require,_0xc6ceb2)):logger[_0x5e3a1f(0xdb)](_0xcb3c0a[_0x5e3a1f(0x124)]);let _0x536d6f=![];_0xcb3c0a['qaExC'](nestedKeyValue,_0x504d7d,[_0xcb3c0a['giNid'],_0xcb3c0a[_0x5e3a1f(0x101)],_0xcb3c0a['ZREvS']])&&(_0x536d6f=!![]);const _0x366b68=_0x536d6f?_0xcb3c0a[_0x5e3a1f(0xd0)]:_0xcb3c0a[_0x5e3a1f(0xf8)];let _0x163fc7=!_0x536d6f?helper['useW3C'](_0x29d5db[_0x5e3a1f(0x137)]):![];!helper[_0x5e3a1f(0x103)](_0x29d5db[_0x5e3a1f(0x137)][_0x5e3a1f(0xdd)])&&(process[_0x5e3a1f(0x131)][_0x5e3a1f(0xd9)]=JSON[_0x5e3a1f(0x12f)](_0x29d5db['config'][_0x5e3a1f(0xdd)]));let _0x19edb4=_0x29d5db[_0x5e3a1f(0x137)][_0x5e3a1f(0xe1)];_0x19edb4=_0x19edb4||_0xcb3c0a[_0x5e3a1f(0x13e)](checkAccessibilityPlatformConfig,_0x29d5db[_0x5e3a1f(0x137)]),process[_0x5e3a1f(0x131)][_0x5e3a1f(0xdc)]=_0x19edb4;_0x19edb4&&(_0x163fc7=!_0x19edb4);_0xcb3c0a['Rhcdd'](_0x29d5db[_0x5e3a1f(0x137)][_0x5e3a1f(0x110)],null)?process['env'][_0x5e3a1f(0x140)]=_0x29d5db[_0x5e3a1f(0x137)][_0x5e3a1f(0x110)]:process[_0x5e3a1f(0x131)][_0x5e3a1f(0x140)]=_0xcb3c0a[_0x5e3a1f(0xcd)];const _0x1b2e1e=_0xcb3c0a['TZZCH'](_0xcb3c0a[_0x5e3a1f(0x118)],_0xcb3c0a[_0x5e3a1f(0xe2)](nestedKeyValue,_0x504d7d,[_0xcb3c0a[_0x5e3a1f(0x116)],_0xcb3c0a[_0x5e3a1f(0xf2)]])?_0xcb3c0a[_0x5e3a1f(0x14c)]:''),_0x130739=await TestHubHandler['launchBuild'](_0x1b2e1e,_0x29d5db);_0x19edb4&&_0xcb3c0a[_0x5e3a1f(0xe7)](setAccessibilityCapabilities,_0x29d5db[_0x5e3a1f(0x137)]);const _0x17fca9={},_0x40aef7=[],_0x4d507c=_0x29d5db['config']['parallelsPerPlatform']||helper[_0x5e3a1f(0x13d)](_0x36c962,_0x34d9ec,_0x29d5db['config'],constants[_0x5e3a1f(0xd8)]['CODECEPT'])||0x1;let _0x1d5893=0x1;if(_0xcb3c0a['qvndH'](isBrowserstackInfra)){const _0x39ee43=helper[_0x5e3a1f(0x13f)](_0x29d5db[_0x5e3a1f(0x137)],_0x163fc7,constants[_0x5e3a1f(0xd8)]['CODECEPT']);helper[_0x5e3a1f(0x14b)](_0x29d5db[_0x5e3a1f(0x137)])?_0x1d5893=_0xcb3c0a[_0x5e3a1f(0xee)](_0x4d507c,_0x29d5db[_0x5e3a1f(0x137)]['platforms']['length']):_0x1d5893=_0x4d507c,_0x39ee43[_0x5e3a1f(0x149)](_0x2b5fe3=>{const _0x550bda=_0x5e3a1f,_0x32be70={'NgSNx':function(_0x2bed3b,_0x48bde9){return _0xcb3c0a['TZZCH'](_0x2bed3b,_0x48bde9);},'ubxlp':function(_0x2f9750,_0x55921c){const _0x382dfa=a1_0x494d;return _0xcb3c0a[_0x382dfa(0x120)](_0x2f9750,_0x55921c);}},_0x20cda2=_0xcb3c0a[_0x550bda(0x139)](helper[_0x550bda(0xff)](_0x2b5fe3,'_'),'_'+Date['now']()),_0x32c41e=((()=>{const _0x59b047=_0x550bda;if(_0x536d6f){const _0x29e929=pwToCodeceptBrowser[_0x2b5fe3[_0x59b047(0x11a)]]||_0x2b5fe3[_0x59b047(0x11a)];return{'browser':_0x29e929,[_0x29e929]:{'browserWSEndpoint':_0x32be70[_0x59b047(0x108)](helper[_0x59b047(0x102)](_0x29d5db[_0x59b047(0x137)]),_0x32be70[_0x59b047(0xd6)](encodeURIComponent,JSON[_0x59b047(0x12f)](_0x2b5fe3)))}};}const _0x40572b={};return _0x40572b[_0x59b047(0x145)]=_0x2b5fe3,_0x40572b;})()),_0x34b9d3=_0xcb3c0a[_0x550bda(0x13a)](nestedKeyValue,_0x504d7d,[_0xcb3c0a[_0x550bda(0x116)],_0xcb3c0a['wybzS'],_0x366b68]);_0x17fca9[_0x20cda2]=_0x34b9d3?helper[_0x550bda(0xda)](_0x32c41e,_0x34b9d3):_0x32c41e,!_0x536d6f&&(_0x17fca9[_0x20cda2]['browser']=_0x2b5fe3[_0x550bda(0x11a)]||_0x32c41e[_0x550bda(0x12c)]),_0x40aef7['push'](_0x20cda2);});}else _0x1d5893=0x1,_0x17fca9[_0xcb3c0a[_0x5e3a1f(0xd5)]]=_0x504d7d[_0x5e3a1f(0x137)],_0x40aef7[_0x5e3a1f(0x123)](_0xcb3c0a[_0x5e3a1f(0xd5)]);const _0x515429={};_0x515429['testConfig']=_0xc6ceb2;const _0x69afb1=_0x515429,_0x5d3b2b=path[_0x5e3a1f(0xc7)](__dirname,_0xcb3c0a['gFaii']),_0x2fe864=process['cwd']();process['env'][_0xcb3c0a[_0x5e3a1f(0x12b)]]=_0x2fe864,process['chdir'](path[_0x5e3a1f(0x10d)](_0xc6ceb2));const _0x2f200b=new CodeceptJS['Workers'](null,_0x69afb1),_0xef4b61=_0x2f200b['createGroupsOfSuites'](_0x1d5893),_0x56b464=testOpsHelper['isTestObservabilitySession'](),_0x140eef=_0x40aef7[_0x5e3a1f(0x132)](_0x5863db=>{const _0x215cc0=_0x5e3a1f,_0x110631={};_0x110631[_0x215cc0(0xc6)]=_0x17fca9[_0x5863db];const _0x314fd5={};_0x314fd5['WebDriver']=_0x17fca9[_0x5863db];const _0xaa7be=_0x536d6f?_0x110631:_0x314fd5,_0x453bf8=_0xcb3c0a[_0x215cc0(0x115)](getO11yRerunPattern),_0xe58c81={};_0xe58c81[_0x215cc0(0x128)]=_0xaa7be;const _0x248f1f={};_0x248f1f[_0x215cc0(0x13b)]=_0x5d3b2b,_0x248f1f[_0x215cc0(0xc4)]=!![],_0x248f1f[_0x215cc0(0xf5)]=_0x29d5db[_0x215cc0(0x137)]['testContextOptions'][_0x215cc0(0xf5)],_0x248f1f[_0x215cc0(0x12e)]=_0x29d5db[_0x215cc0(0x137)][_0x215cc0(0x136)]['skipSessionStatus'],_0x248f1f[_0x215cc0(0x110)]=_0x56b464,_0x248f1f[_0x215cc0(0x127)]=_0x1b2e1e;const _0x20a23d={};_0x20a23d[_0x215cc0(0x11d)]=_0x248f1f;const _0x3cd32f={};return _0x3cd32f[_0x215cc0(0x107)]=_0x20a23d,helper['mergeDeep']({},_0x504d7d[_0x215cc0(0x137)],_0xcb3c0a[_0x215cc0(0x112)](isBrowserstackInfra)?_0xe58c81:{},_0x453bf8?{'grep':_0x453bf8}:{},_0x3cd32f);});for(const _0x4a6a0f of _0x140eef){for(const _0x48f091 of _0xef4b61){const _0x1aee9a=_0x2f200b[_0x5e3a1f(0xea)]();_0x1aee9a[_0x5e3a1f(0xf1)](_0x48f091),_0x1aee9a[_0x5e3a1f(0xe4)](_0x4a6a0f);}}_0x2f200b['on'](CodeceptJS[_0x5e3a1f(0xfb)][_0x5e3a1f(0x121)][_0x5e3a1f(0x11f)],(_0x22cc23,_0x444477)=>{const _0x3941c1=_0x5e3a1f;console[_0x3941c1(0xfa)](_0xcb3c0a[_0x3941c1(0x143)],_0x22cc23[_0x3941c1(0x146)]);const _0x30e7ba={[_0x22cc23['title']]:_0x22cc23[_0x3941c1(0x10e)][_0x3941c1(0xce)]};_testErrorData[_0x3941c1(0x123)](_0x30e7ba);}),_0x2f200b['on'](CodeceptJS[_0x5e3a1f(0xfb)]['test']['passed'],async _0x3a1688=>{const _0x35515d=_0x5e3a1f;console[_0x35515d(0xfa)](_0xcb3c0a['lSoyZ'],_0x3a1688['title']);}),_0x2f200b['on'](CodeceptJS['event'][_0x5e3a1f(0x121)]['before'],async _0x553921=>{const _0x551eef=_0x5e3a1f;console[_0x551eef(0xfa)](_0xcb3c0a[_0x551eef(0xfe)],_0x553921[_0x551eef(0x146)]);}),_0x2f200b['on'](CodeceptJS[_0x5e3a1f(0xfb)][_0x5e3a1f(0x10c)][_0x5e3a1f(0xe6)],async()=>{const _0x85d0c6=_0x5e3a1f,_0x560668=_0xcb3c0a[_0x85d0c6(0xd3)][_0x85d0c6(0x122)]('|');let _0x4a1291=0x0;while(!![]){switch(_0x560668[_0x4a1291++]){case'0':helper[_0x85d0c6(0xf0)](_0x29d5db);continue;case'1':_0x29d5db['errorMessage']=_testErrorData;continue;case'2':testOpsHelper[_0x85d0c6(0xcb)]();continue;case'3':_0x2f200b['printResults']();continue;case'4':try{await TestHubHandler[_0x85d0c6(0x133)]();}catch(_0x415910){logger[_0x85d0c6(0xe8)](_0x85d0c6(0x100)+util['format'](_0x415910));}continue;}break;}});async function _0x4aeaff(){const _0x39cfdb=_0x5e3a1f;try{await _0x2f200b['bootstrapAll'](),await _0x2f200b[_0x39cfdb(0xf3)]();}finally{process[_0x39cfdb(0xec)](_0x2fe864),await _0x2f200b['teardownAll']();}}_0xcb3c0a[_0x5e3a1f(0x135)](_0x4aeaff);}function a1_0x2ce1(){const _0x2f06d5=['accessibilityOptions','BROWSERSTACK_RERUN','../../helpers/test-observability/sessionHandler','11109699poThod','accessibility','DVOwX','107TObCHC','addConfig','aSkff','result','KXPFa','debug','GgNiq','spawn','-cucumber','chdir','null','XPFtx','../../helpers/test-observability/utils','finalExecution','addTests','zCAna','run','kxWRD','skipSessionName','138lKPaJs','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','fZRrA','852341kBOczH','log','event','27814MJKkFf','Passed\x20:\x20','USSCZ','getPlatformName','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','wybzS','getPlaywrightUrl','isUndefined','cwd','449118fMasCv','Started\x20:\x20','plugins','NgSNx','mELrS','process','trim','all','dirname','err','isTrue','testObservability','../utils/constants','wDsBf','10940032liCxJf','browserStackCwd','LTatX','giNid','BrowserStackPlugin.js','czqkO','playwright-chromium','browserName','1|2|0|4|3','codeceptjs','BrowserStackPlugin','findIndex','failed','Ghrdy','test','split','push','RdjAI','../../helpers/logger','MkScb','frameworkName','helpers','existsSync','path','FbnXT','browser','codeceptjs/lib/index.js','skipSessionStatus','stringify','root','env','map','stop','chrome','qvndH','testContextOptions','config','--config','TZZCH','XPIuh','require','WebDriver','getUserWorkerCount','EXIFX','prepareCapabilities','BROWSERSTACK_TEST_OBSERVABILITY_YML','EuuTC','../../helpers/testhub/utils','McDWo','158345blupnI','desiredCapabilities','title','profile','firefox','forEach','codecept.conf.js','validPlatformsPresent','yVIPm','false','enabled','chromium','Playwright','join','handleApp','winstonLogger','Failed\x20:\x20','printBuildLink','../../helpers/testhub/testhubHandler','gAdiX','stack','../../helpers/helper','ZREvS','codecept.json','1389344dsDFko','MsNyb','webkit','zXUja','ubxlp','slice','FRAMEWORKS','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','mergeDeep','info','BROWSERSTACK_TEST_ACCESSIBILITY_YML'];a1_0x2ce1=function(){return _0x2f06d5;};return a1_0x2ce1();}module['exports']=run;
2
+ 'use strict';const a1_0x44b7aa=a1_0x5706;(function(_0x3fba5e,_0x3f84f9){const _0x3f205e=a1_0x5706,_0x2a095b=_0x3fba5e();while(!![]){try{const _0x14a5cd=-parseInt(_0x3f205e(0x132))/0x1*(-parseInt(_0x3f205e(0x117))/0x2)+-parseInt(_0x3f205e(0xb4))/0x3*(parseInt(_0x3f205e(0x101))/0x4)+-parseInt(_0x3f205e(0xb3))/0x5*(-parseInt(_0x3f205e(0xf2))/0x6)+-parseInt(_0x3f205e(0xe8))/0x7+-parseInt(_0x3f205e(0xbd))/0x8*(parseInt(_0x3f205e(0xd4))/0x9)+-parseInt(_0x3f205e(0x12b))/0xa+parseInt(_0x3f205e(0xeb))/0xb*(parseInt(_0x3f205e(0xc5))/0xc);if(_0x14a5cd===_0x3f84f9)break;else _0x2a095b['push'](_0x2a095b['shift']());}catch(_0x21df14){_0x2a095b['push'](_0x2a095b['shift']());}}}(a1_0x1cc8,0x388ad));const fs=require('fs'),path=require(a1_0x44b7aa(0x12d)),util=require(a1_0x44b7aa(0x109)),{spawn}=require(a1_0x44b7aa(0xf0)),process=require(a1_0x44b7aa(0xd0)),logger=require(a1_0x44b7aa(0xa7))[a1_0x44b7aa(0xfc)],{default:BrowserStackSetup}=require(a1_0x44b7aa(0xea)),helper=require(a1_0x44b7aa(0x126)),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a1_0x44b7aa(0xad)),{setAccessibilityCapabilities}=require(a1_0x44b7aa(0xfe)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x44b7aa(0x126)),CodeceptJS=requireModule(a1_0x44b7aa(0xae)),SessionHandler=require(a1_0x44b7aa(0xdd)),testOpsHelper=require(a1_0x44b7aa(0xb2)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),TestHubHandler=require(a1_0x44b7aa(0x111)),constants=require(a1_0x44b7aa(0xfa)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x282c37,_0x12ce14)=>{const _0x40ad48=a1_0x44b7aa,_0x1db95c={};_0x1db95c[_0x40ad48(0xe7)]=function(_0x3e95e0,_0x3f2dca){return _0x3e95e0===_0x3f2dca;},_0x1db95c[_0x40ad48(0x123)]='codecept.conf.js',_0x1db95c[_0x40ad48(0x11b)]=_0x40ad48(0xf5);const _0x439f6f=_0x1db95c;let _0x29cf8a=null;const _0x36facf={};let _0x57592b=_0x12ce14['findIndex'](_0x1ba5d6=>_0x1ba5d6===_0x40ad48(0xbc));_0x439f6f['fJgUZ'](_0x57592b,-0x1)&&(_0x57592b=_0x12ce14[_0x40ad48(0x107)](_0x2a7866=>_0x2a7866==='-c'));if(!helper[_0x40ad48(0xbf)](_0x282c37[_0x40ad48(0xf1)])&&fs['existsSync'](path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x282c37[_0x40ad48(0xf1)])))_0x29cf8a=path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x282c37[_0x40ad48(0xf1)]),_0x12ce14[_0x40ad48(0xbb)](_0x57592b,0x2);else{if(!helper[_0x40ad48(0xbf)](_0x282c37['c'])&&fs[_0x40ad48(0x118)](path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x282c37['c'])))_0x29cf8a=path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x282c37['c']),_0x12ce14[_0x40ad48(0xbb)](_0x57592b,0x2);else{if(fs[_0x40ad48(0x118)](path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x439f6f[_0x40ad48(0x123)])))_0x29cf8a=path['join'](process[_0x40ad48(0xb5)](),_0x439f6f[_0x40ad48(0x123)]);else fs[_0x40ad48(0x118)](path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x439f6f[_0x40ad48(0x11b)]))&&(_0x29cf8a=path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x439f6f['oUIMR']));}}return _0x29cf8a;},getO11yRerunPattern=()=>{const _0x4d49d6=a1_0x44b7aa,_0x194c90={};_0x194c90[_0x4d49d6(0xaf)]=function(_0x27417b,_0x358747){return _0x27417b!==_0x358747;},_0x194c90[_0x4d49d6(0xf9)]=_0x4d49d6(0x125);const _0x4ad569=_0x194c90,_0x2d6402=helper['isTrue'](process['env'][_0x4d49d6(0x116)]);if(_0x2d6402){const _0x2667cf=process['env'][_0x4d49d6(0xb8)],_0x2fbd20=[];if(_0x4ad569[_0x4d49d6(0xaf)](_0x2667cf,_0x4ad569[_0x4d49d6(0xf9)])&&!helper['isUndefined'](_0x2667cf)){_0x2667cf[_0x4d49d6(0x129)](',')[_0x4d49d6(0xd8)](_0x2632e7=>{const _0x16298f=_0x4d49d6;_0x2fbd20[_0x16298f(0xc6)]('('+_0x2632e7[_0x16298f(0xf6)]()+')');});const _0x54fe81='^'+_0x2fbd20[_0x4d49d6(0xda)]('|')+'$';return _0x54fe81;}}return null;},a1_0x45b440={};a1_0x45b440[a1_0x44b7aa(0xe0)]='chromium',a1_0x45b440['playwright-chromium']=a1_0x44b7aa(0xab),a1_0x45b440[a1_0x44b7aa(0x102)]=a1_0x44b7aa(0xba),a1_0x45b440[a1_0x44b7aa(0x130)]=a1_0x44b7aa(0xc9);const pwToCodeceptBrowser=a1_0x45b440;function a1_0x1cc8(){const _0x3eef76=['oUIMR','getPlatformName','testConfig','frameworkName','handleApp','browserStackCwd','exports','test','juSaJ','THHoy','null','../../helpers/helper','bUxlF','profile','split','accessibilityOptions','1955900mVYqRo','mBSca','path','-cucumber','Playwright','playwright-webkit','3|4|0|1|2','346407SJhHDM','bootstrapAll','chdir','../../helpers/logger','pzlYJ','event','gfxSi','chromium','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','../../helpers/accessibility-automation/helper','codeceptjs/lib/index.js','nKfwj','dLOwN','skipSessionStatus','../../helpers/test-observability/utils','5yGOcoM','5694StemwT','cwd','addConfig','require','BROWSERSTACK_RERUN_TESTS','printResults','firefox','slice','--config','200jAqGNH','WebDriver','isUndefined','getPlaywrightUrl','spawn','run','mergeDeep','info','12nsilsq','push','fRYVd','before','webkit','BROWSERSTACK_TEST_OBSERVABILITY_YML','teardownAll','GkrLB','format','length','dirname','process','qCTAK','initialize','ZDONP','10134zYkiPi','title','oPffK','BrowserStackPlugin','map','zznuD','join','gnxvq','result','../../helpers/test-observability/sessionHandler','prepareCapabilities','getUserWorkerCount','chrome','browser','enabled','false','createGroupsOfSuites','stringify','testObservability','fJgUZ','1465387WHIqke','log','../../helpers/BrowserStackSetup','4012877maZgJi','stack','passed','ybHXR','desiredCapabilities','child_process','config','1303716NsOezl','skipSessionName','PGmzA','codecept.json','trim','BpMya','launchBuild','QuMUm','../utils/constants','debug','winstonLogger','mbcKH','../../bin/playwright/accessibility-helper','now','err','556iRIDeQ','playwright-firefox','addTests','CODECEPT','Workers','isTestObservabilitySession','findIndex','testContextOptions','util','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','all','gherkin','browserName','finalExecution','helpers','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','../../helpers/testhub/testhubHandler','ZKSvZ','env','FRAMEWORKS','printBuildLink','BROWSERSTACK_RERUN','2RpFccx','existsSync','VlgbL','plugins'];a1_0x1cc8=function(){return _0x3eef76;};return a1_0x1cc8();}function a1_0x5706(_0x5674c6,_0x31ef22){const _0x1cc87f=a1_0x1cc8();return a1_0x5706=function(_0x570616,_0x4940dc){_0x570616=_0x570616-0xa7;let _0x1fa51c=_0x1cc87f[_0x570616];return _0x1fa51c;},a1_0x5706(_0x5674c6,_0x31ef22);}async function run(_0x53c865,_0x1a5d0b){const _0x5d5885=a1_0x44b7aa,_0x5af0d1={'zznuD':function(_0x11b227,_0x42f56f){return _0x11b227+_0x42f56f;},'YKzLY':function(_0x2d5138,_0x89f1da){return _0x2d5138(_0x89f1da);},'hXgNL':function(_0x4da422,_0x4ca1dd,_0x3ad02b){return _0x4da422(_0x4ca1dd,_0x3ad02b);},'gnxvq':_0x5d5885(0xf1),'ZKSvZ':_0x5d5885(0x10f),'oPffK':function(_0x3466df){return _0x3466df();},'gfxSi':'Failed\x20:\x20','bUxlF':'Passed\x20:\x20','pzlYJ':'Started\x20:\x20','KHRVQ':_0x5d5885(0x131),'GkrLB':'codeceptjs','mbcKH':function(_0x1c7d86,_0xd9d37b,_0x11436a){return _0x1c7d86(_0xd9d37b,_0x11436a);},'VlgbL':function(_0x34aa74,_0x3f9b6b){return _0x34aa74(_0x3f9b6b);},'NqETS':_0x5d5885(0x110),'mBSca':function(_0x521f25,_0x3e7f17,_0x41b393){return _0x521f25(_0x3e7f17,_0x41b393);},'qCTAK':'Playwright','fRYVd':_0x5d5885(0xbe),'hpEgj':function(_0x3a976e,_0x100d0b){return _0x3a976e(_0x100d0b);},'tYooL':function(_0x13798b,_0x165849){return _0x13798b!=_0x165849;},'YjuCg':_0x5d5885(0xe3),'RYIVd':function(_0x1f429e,_0x35ce58,_0x54b70a){return _0x1f429e(_0x35ce58,_0x54b70a);},'ZDONP':_0x5d5885(0x10c),'PGmzA':_0x5d5885(0x12e),'ybHXR':function(_0x5d68d2,_0x15b01e){return _0x5d68d2*_0x15b01e;},'xIgSz':'root','dLOwN':'BrowserStackPlugin.js','THHoy':_0x5d5885(0x120)},_0x4ac0a3=new BrowserStackSetup(_0x53c865,_0x5af0d1['GkrLB']);await _0x4ac0a3[_0x5d5885(0xd2)](),await helper[_0x5d5885(0x11f)](_0x4ac0a3[_0x5d5885(0xf1)]);if(!_0x4ac0a3[_0x5d5885(0xf1)])return;process[_0x5d5885(0x128)]=_0x53c865[_0x5d5885(0x128)];_0x53c865[_0x5d5885(0x128)]&&(process[_0x5d5885(0x113)]['profile']=_0x53c865[_0x5d5885(0x128)]);const _0x2dab30=_0x5af0d1[_0x5d5885(0xfd)](getUserCodeceptJSConfigs,_0x53c865,_0x1a5d0b);let _0x569f25={};_0x2dab30?(logger[_0x5d5885(0xc4)](_0x5d5885(0x10a)+_0x2dab30),_0x569f25=_0x5af0d1[_0x5d5885(0x119)](require,_0x2dab30)):logger[_0x5d5885(0xc4)](_0x5af0d1['NqETS']);let _0x3d8450=![];_0x5af0d1[_0x5d5885(0x12c)](nestedKeyValue,_0x569f25,[_0x5af0d1[_0x5d5885(0xdb)],_0x5af0d1[_0x5d5885(0x112)],_0x5af0d1[_0x5d5885(0xd1)]])&&(_0x3d8450=!![]);const _0x326c33=_0x3d8450?_0x5af0d1[_0x5d5885(0xd1)]:_0x5af0d1[_0x5d5885(0xc7)];let _0xbb0361=!_0x3d8450?helper['useW3C'](_0x4ac0a3[_0x5d5885(0xf1)]):![];!helper[_0x5d5885(0xbf)](_0x4ac0a3[_0x5d5885(0xf1)][_0x5d5885(0x12a)])&&(process[_0x5d5885(0x113)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x5d5885(0xe5)](_0x4ac0a3[_0x5d5885(0xf1)][_0x5d5885(0x12a)]));let _0x27907e=_0x4ac0a3[_0x5d5885(0xf1)]['accessibility'];_0x27907e=_0x27907e||_0x5af0d1['hpEgj'](checkAccessibilityPlatformConfig,_0x4ac0a3['config']),process[_0x5d5885(0x113)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x27907e;_0x27907e&&(_0xbb0361=!_0x27907e);_0x5af0d1['tYooL'](_0x4ac0a3[_0x5d5885(0xf1)][_0x5d5885(0xe6)],null)?process[_0x5d5885(0x113)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4ac0a3[_0x5d5885(0xf1)]['testObservability']:process[_0x5d5885(0x113)][_0x5d5885(0xca)]=_0x5af0d1['YjuCg'];const _0x3779f1=_0x5af0d1[_0x5d5885(0xd9)](_0x5af0d1[_0x5d5885(0xcc)],_0x5af0d1['RYIVd'](nestedKeyValue,_0x569f25,[_0x5af0d1[_0x5d5885(0xdb)],_0x5af0d1[_0x5d5885(0xd3)]])?_0x5af0d1[_0x5d5885(0xf4)]:''),_0x51c3a9=await TestHubHandler[_0x5d5885(0xf8)](_0x3779f1,_0x4ac0a3);_0x27907e&&_0x5af0d1[_0x5d5885(0x119)](setAccessibilityCapabilities,_0x4ac0a3['config']);const _0x1aaceb={},_0x5dcd64=[],_0x333a61=_0x4ac0a3['config']['parallelsPerPlatform']||helper[_0x5d5885(0xdf)](_0x53c865,_0x1a5d0b,_0x4ac0a3[_0x5d5885(0xf1)],constants[_0x5d5885(0x114)][_0x5d5885(0x104)])||0x1;let _0x34b3d6=0x1;if(_0x5af0d1['oPffK'](isBrowserstackInfra)){const _0xadf99f=helper[_0x5d5885(0xde)](_0x4ac0a3[_0x5d5885(0xf1)],_0xbb0361,constants[_0x5d5885(0x114)][_0x5d5885(0x104)]);helper['validPlatformsPresent'](_0x4ac0a3[_0x5d5885(0xf1)])?_0x34b3d6=_0x5af0d1[_0x5d5885(0xee)](_0x333a61,_0x4ac0a3['config']['platforms'][_0x5d5885(0xce)]):_0x34b3d6=_0x333a61,_0xadf99f['forEach'](_0x3f60d3=>{const _0x1d634d=_0x5d5885,_0x452a04={'BpMya':function(_0x17c67c,_0xb3022){return _0x5af0d1['zznuD'](_0x17c67c,_0xb3022);},'oLNzs':function(_0x2675b7,_0x4b3934){return _0x5af0d1['YKzLY'](_0x2675b7,_0x4b3934);}},_0x5abac3=_0x5af0d1[_0x1d634d(0xd9)](helper[_0x1d634d(0x11c)](_0x3f60d3,'_'),'_'+Date[_0x1d634d(0xff)]()),_0x672b06=((()=>{const _0x1f358e=_0x1d634d;if(_0x3d8450){const _0x798417=pwToCodeceptBrowser[_0x3f60d3[_0x1f358e(0x10d)]]||_0x3f60d3[_0x1f358e(0x10d)];return{'browser':_0x798417,[_0x798417]:{'browserWSEndpoint':_0x452a04[_0x1f358e(0xf7)](helper[_0x1f358e(0xc0)](_0x4ac0a3[_0x1f358e(0xf1)]),_0x452a04['oLNzs'](encodeURIComponent,JSON[_0x1f358e(0xe5)](_0x3f60d3)))}};}const _0x45cfc1={};return _0x45cfc1[_0x1f358e(0xef)]=_0x3f60d3,_0x45cfc1;})()),_0x3056a1=_0x5af0d1['hXgNL'](nestedKeyValue,_0x569f25,[_0x5af0d1['gnxvq'],_0x5af0d1[_0x1d634d(0x112)],_0x326c33]);_0x1aaceb[_0x5abac3]=_0x3056a1?helper[_0x1d634d(0xc3)](_0x672b06,_0x3056a1):_0x672b06,!_0x3d8450&&(_0x1aaceb[_0x5abac3][_0x1d634d(0xe1)]=_0x3f60d3[_0x1d634d(0x10d)]||_0x672b06[_0x1d634d(0xe1)]),_0x5dcd64['push'](_0x5abac3);});}else _0x34b3d6=0x1,_0x1aaceb[_0x5af0d1['xIgSz']]=_0x569f25[_0x5d5885(0xf1)],_0x5dcd64['push'](_0x5af0d1['xIgSz']);const _0x7f73b3={};_0x7f73b3[_0x5d5885(0x11d)]=_0x2dab30;const _0x1d3b27=_0x7f73b3,_0x59a93a=path['join'](__dirname,_0x5af0d1[_0x5d5885(0xb0)]),_0x35979a=process[_0x5d5885(0xb5)]();process[_0x5d5885(0x113)][_0x5af0d1[_0x5d5885(0x124)]]=_0x35979a,process[_0x5d5885(0x134)](path[_0x5d5885(0xcf)](_0x2dab30));const _0x3378b9=new CodeceptJS[(_0x5d5885(0x105))](null,_0x1d3b27),_0x4c95bc=_0x3378b9[_0x5d5885(0xe4)](_0x34b3d6),_0x567157=testOpsHelper[_0x5d5885(0x106)](),_0x215893=_0x5dcd64[_0x5d5885(0xd8)](_0x4f8478=>{const _0x36ec51=_0x5d5885,_0xb7b0c6={};_0xb7b0c6[_0x36ec51(0x12f)]=_0x1aaceb[_0x4f8478];const _0x5cf0c4={};_0x5cf0c4['WebDriver']=_0x1aaceb[_0x4f8478];const _0x575742=_0x3d8450?_0xb7b0c6:_0x5cf0c4,_0x1162cc=_0x5af0d1['oPffK'](getO11yRerunPattern),_0x59f21b={};_0x59f21b[_0x36ec51(0x10f)]=_0x575742;const _0x34cef3={};_0x34cef3[_0x36ec51(0xb7)]=_0x59a93a,_0x34cef3[_0x36ec51(0xe2)]=!![],_0x34cef3[_0x36ec51(0xf3)]=_0x4ac0a3[_0x36ec51(0xf1)][_0x36ec51(0x108)][_0x36ec51(0xf3)],_0x34cef3['skipSessionStatus']=_0x4ac0a3[_0x36ec51(0xf1)][_0x36ec51(0x108)][_0x36ec51(0xb1)],_0x34cef3[_0x36ec51(0xe6)]=_0x567157,_0x34cef3[_0x36ec51(0x11e)]=_0x3779f1;const _0x2e017b={};_0x2e017b[_0x36ec51(0xd7)]=_0x34cef3;const _0x160905={};return _0x160905[_0x36ec51(0x11a)]=_0x2e017b,helper['mergeDeep']({},_0x569f25['config'],_0x5af0d1[_0x36ec51(0xd6)](isBrowserstackInfra)?_0x59f21b:{},_0x1162cc?{'grep':_0x1162cc}:{},_0x160905);});for(const _0x43bc8b of _0x215893){for(const _0x4c5621 of _0x4c95bc){const _0x251dae=_0x3378b9[_0x5d5885(0xc1)]();_0x251dae[_0x5d5885(0x103)](_0x4c5621),_0x251dae[_0x5d5885(0xb6)](_0x43bc8b);}}_0x3378b9['on'](CodeceptJS[_0x5d5885(0xa9)][_0x5d5885(0x122)]['failed'],(_0x40d578,_0x193bae)=>{const _0x17ac68=_0x5d5885;console['log'](_0x5af0d1[_0x17ac68(0xaa)],_0x40d578['title']);const _0x91b820={[_0x40d578[_0x17ac68(0xd5)]]:_0x40d578[_0x17ac68(0x100)][_0x17ac68(0xec)]};_testErrorData[_0x17ac68(0xc6)](_0x91b820);}),_0x3378b9['on'](CodeceptJS[_0x5d5885(0xa9)]['test'][_0x5d5885(0xed)],async _0x30dd6b=>{const _0x2a8795=_0x5d5885;console[_0x2a8795(0xe9)](_0x5af0d1[_0x2a8795(0x127)],_0x30dd6b[_0x2a8795(0xd5)]);}),_0x3378b9['on'](CodeceptJS[_0x5d5885(0xa9)]['test'][_0x5d5885(0xc8)],async _0x19a36e=>{const _0x4c815f=_0x5d5885;console[_0x4c815f(0xe9)](_0x5af0d1[_0x4c815f(0xa8)],_0x19a36e['title']);}),_0x3378b9['on'](CodeceptJS[_0x5d5885(0xa9)][_0x5d5885(0x10b)][_0x5d5885(0xdc)],async()=>{const _0x3029e4=_0x5d5885,_0x343541=_0x5af0d1['KHRVQ']['split']('|');let _0x25771d=0x0;while(!![]){switch(_0x343541[_0x25771d++]){case'0':helper[_0x3029e4(0x10e)](_0x4ac0a3);continue;case'1':try{await TestHubHandler['stop']();}catch(_0x57e50a){logger[_0x3029e4(0xfb)](_0x3029e4(0xac)+util[_0x3029e4(0xcd)](_0x57e50a));}continue;case'2':_0x3378b9[_0x3029e4(0xb9)]();continue;case'3':_0x4ac0a3['errorMessage']=_testErrorData;continue;case'4':testOpsHelper[_0x3029e4(0x115)]();continue;}break;}});async function _0x9f78bc(){const _0x4d9fb9=_0x5d5885;try{await _0x3378b9[_0x4d9fb9(0x133)](),await _0x3378b9[_0x4d9fb9(0xc2)]();}finally{process['chdir'](_0x35979a),await _0x3378b9[_0x4d9fb9(0xcb)]();}}_0x5af0d1[_0x5d5885(0xd6)](_0x9f78bc);}module[a1_0x44b7aa(0x121)]=run;
@@ -1 +1 @@
1
- function a2_0x2dcd(_0x27c4fc,_0x3e3cfb){const _0x85fe0a=a2_0x85fe();return a2_0x2dcd=function(_0x2dcd8b,_0x3e9ae0){_0x2dcd8b=_0x2dcd8b-0x64;let _0x5aa006=_0x85fe0a[_0x2dcd8b];return _0x5aa006;},a2_0x2dcd(_0x27c4fc,_0x3e3cfb);}const a2_0x29bf5c=a2_0x2dcd;(function(_0xc52c62,_0x527e5a){const _0x45c6f7=a2_0x2dcd,_0x3663f8=_0xc52c62();while(!![]){try{const _0x33c50f=-parseInt(_0x45c6f7(0x68))/0x1*(parseInt(_0x45c6f7(0xad))/0x2)+parseInt(_0x45c6f7(0xa6))/0x3+-parseInt(_0x45c6f7(0x92))/0x4+-parseInt(_0x45c6f7(0x82))/0x5+parseInt(_0x45c6f7(0x89))/0x6+-parseInt(_0x45c6f7(0xa2))/0x7+parseInt(_0x45c6f7(0x79))/0x8*(parseInt(_0x45c6f7(0x76))/0x9);if(_0x33c50f===_0x527e5a)break;else _0x3663f8['push'](_0x3663f8['shift']());}catch(_0x379df3){_0x3663f8['push'](_0x3663f8['shift']());}}}(a2_0x85fe,0xc4cc0));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a2_0x29bf5c(0x78))[a2_0x29bf5c(0x88)],PlaywrightSessionDetails=require(a2_0x29bf5c(0xa3)),{isAccessibilityAutomationSession}=require(a2_0x29bf5c(0xa0)),getOSVersionFromCaps=_0x572b63=>{const _0x5db349=a2_0x29bf5c,_0x1344bd={};_0x1344bd[_0x5db349(0x80)]=_0x5db349(0xa5),_0x1344bd[_0x5db349(0xa4)]=_0x5db349(0x83),_0x1344bd[_0x5db349(0x77)]=_0x5db349(0x96),_0x1344bd[_0x5db349(0xb8)]=_0x5db349(0x9f),_0x1344bd[_0x5db349(0xba)]=_0x5db349(0x6c);const _0x25b8cc=_0x1344bd;if(!_0x572b63)return null;const _0x491893=_0x572b63[_0x25b8cc[_0x5db349(0x80)]],_0x5bac5a=[_0x25b8cc['zwBZR'],_0x25b8cc[_0x5db349(0x77)],_0x25b8cc[_0x5db349(0xb8)],_0x25b8cc[_0x5db349(0xba)]];for(const _0x4285f0 of _0x5bac5a){if(_0x491893&&_0x491893[_0x4285f0])return _0x491893[_0x4285f0];else{if(_0x572b63[_0x4285f0])return _0x572b63[_0x4285f0];}}return null;};exports[a2_0x29bf5c(0x9c)]=_0x1c00b9=>{const _0x3e6eb8=a2_0x29bf5c,_0x51fe9e={'BiMhH':'unknown_grid','lFGyl':function(_0x4a20e8,_0x320a17){return _0x4a20e8===_0x320a17;},'ZwEWm':_0x3e6eb8(0x81),'rMTXR':function(_0x5bd2b2,_0x588193){return _0x5bd2b2(_0x588193);},'AvjgA':function(_0x41f0c0,_0x27fae9,_0xa58e84){return _0x41f0c0(_0x27fae9,_0xa58e84);},'tKIII':_0x3e6eb8(0xa1),'WquRl':_0x3e6eb8(0x7e),'tvWMm':_0x3e6eb8(0x9d),'lzIkE':_0x3e6eb8(0x94),'jpLVj':_0x3e6eb8(0x6f),'SIMGF':_0x3e6eb8(0x91),'vuaqN':_0x3e6eb8(0xb4),'PEiBF':_0x3e6eb8(0xb3),'SIRVs':'browser','dBnbA':_0x3e6eb8(0xa9),'xXSlh':_0x3e6eb8(0x99),'RmCjn':function(_0x5e4a49,_0x214ec3){return _0x5e4a49===_0x214ec3;}};if(!_0x1c00b9)return null;let _0xe23cf6=global[_0x3e6eb8(0xb2)]||_0x51fe9e['BiMhH'];if(_0x51fe9e[_0x3e6eb8(0x95)](_0x1c00b9['constructor'][_0x3e6eb8(0x6e)],_0x51fe9e[_0x3e6eb8(0x8b)])){const _0x2f0ece=_0x1c00b9[_0x3e6eb8(0x7c)];if(!_0x2f0ece)return null;const _0x270321=_0x2f0ece[_0x3e6eb8(0x7d)],_0x27741d=_0x51fe9e[_0x3e6eb8(0x8a)](getOSVersionFromCaps,_0x51fe9e['AvjgA'](nestedKeyValue,_0x1c00b9,[_0x51fe9e['tKIII'],_0x51fe9e[_0x3e6eb8(0x9e)]]));return{[_0xe23cf6]:{'browser':_0x270321[_0x3e6eb8(0x6b)],'browser_version':_0x270321[_0x3e6eb8(0x93)],'capabilities':_0x270321,'platform':_0x270321[_0x3e6eb8(0x69)],'platform_version':_0x270321['platformVersion']||_0x27741d,'product':_0x51fe9e['lFGyl'](global[_0x3e6eb8(0xb2)],_0x51fe9e['tvWMm'])?_0x270321[_0x51fe9e['lzIkE']]||_0x270321[_0x51fe9e[_0x3e6eb8(0x73)]]?_0x51fe9e['SIMGF']:_0x51fe9e[_0x3e6eb8(0xae)]:null,'session_id':_0x2f0ece[_0x3e6eb8(0x70)]}};}else{if(_0x51fe9e[_0x3e6eb8(0x95)](_0x1c00b9['constructor'][_0x3e6eb8(0x6e)],_0x51fe9e[_0x3e6eb8(0x87)])){const _0x10d509=PlaywrightSessionDetails[_0x3e6eb8(0x8f)]();_0xe23cf6=_0x10d509[_0x3e6eb8(0x66)]||_0xe23cf6;const _0x4c35d7=_0x51fe9e[_0x3e6eb8(0xab)](nestedKeyValue,_0x1c00b9,[_0x51fe9e['tKIII'],_0x51fe9e['SIRVs'],_0x51fe9e['dBnbA']]),_0x32bf7a=_0x4c35d7?JSON[_0x3e6eb8(0x7a)](new URL(_0x4c35d7)[_0x3e6eb8(0x64)][_0x3e6eb8(0x9b)](_0x51fe9e[_0x3e6eb8(0xaa)])):{};return{[_0xe23cf6]:{'browser':_0x10d509[_0x3e6eb8(0x7c)]||_0x32bf7a[_0x3e6eb8(0x6b)],'browser_version':_0x10d509[_0x3e6eb8(0x72)]||_0x32bf7a[_0x3e6eb8(0x72)],'capabilities':_0x32bf7a,'platform':_0x10d509[_0x3e6eb8(0xb5)],'platform_version':_0x10d509[_0x3e6eb8(0x96)],'product':_0x51fe9e[_0x3e6eb8(0x97)](global[_0x3e6eb8(0xb2)],_0x51fe9e[_0x3e6eb8(0xb9)])?_0x32bf7a[_0x51fe9e[_0x3e6eb8(0x90)]]||_0x32bf7a[_0x51fe9e['jpLVj']]?_0x51fe9e[_0x3e6eb8(0xac)]:_0x51fe9e[_0x3e6eb8(0xae)]:null,'session_id':_0x10d509[_0x3e6eb8(0xaf)]}};}}},exports[a2_0x29bf5c(0xa8)]=_0x5ed3b6=>{const _0x2fbb9c=a2_0x29bf5c,_0x2163f3={'jfmHG':function(_0x1c4b20){return _0x1c4b20();},'qkSmn':function(_0x4bd881,_0x5ee398){return _0x4bd881===_0x5ee398;},'jJjcm':_0x2fbb9c(0xb0),'hqZim':function(_0x368da1,_0x5cc69e){return _0x368da1>_0x5cc69e;},'lXScS':function(_0x1eeec7,_0x400486){return _0x1eeec7(_0x400486);},'EsERi':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','JhlBo':function(_0x1fd772,_0x2d6585){return _0x1fd772===_0x2d6585;},'EYDiS':_0x2fbb9c(0x7f),'ByLNr':function(_0x2ec03e,_0x334433){return _0x2ec03e===_0x334433;},'XbKXH':_0x2fbb9c(0x8c),'aSzaV':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','GVadQ':function(_0x572a7f,_0x47db15){return _0x572a7f(_0x47db15);},'zYagO':_0x2fbb9c(0x8e)};if(_0x2163f3[_0x2fbb9c(0x8d)](isAccessibilityAutomationSession)){const _0x239196=_0x5ed3b6[_0x2fbb9c(0x7c)],_0x1a9452=_0x239196[_0x2fbb9c(0x7d)];global[_0x2fbb9c(0x67)]=!![],!(_0x2163f3[_0x2fbb9c(0xb7)](_0x1a9452[_0x2fbb9c(0x93)],_0x2163f3[_0x2fbb9c(0x84)])||_0x2163f3[_0x2fbb9c(0xb6)](_0x2163f3[_0x2fbb9c(0x6d)](parseInt,_0x1a9452[_0x2fbb9c(0x93)]),0x5e))&&(logger[_0x2fbb9c(0x7b)](_0x2163f3['EsERi']),global['accessibilityPlatform']=![]),!(_0x2163f3[_0x2fbb9c(0xb1)](_0x1a9452['browserName'],_0x2163f3[_0x2fbb9c(0x85)])||_0x2163f3[_0x2fbb9c(0x9a)](_0x1a9452[_0x2fbb9c(0x6b)],_0x2163f3[_0x2fbb9c(0x74)]))&&(logger[_0x2fbb9c(0x7b)](_0x2163f3[_0x2fbb9c(0x65)]),global['accessibilityPlatform']=![]),!_0x2163f3[_0x2fbb9c(0x86)](isUndefined,_0x1a9452[_0x2fbb9c(0x6a)])&&(logger[_0x2fbb9c(0x7b)](_0x2163f3['zYagO']),global[_0x2fbb9c(0x67)]=![]);}},exports['shouldPatchExecuteScript']=_0x312722=>{const _0x19c9ef=a2_0x29bf5c,_0x58bc1c={};_0x58bc1c['mvzMV']=_0x19c9ef(0xa7),_0x58bc1c['YOmUw']='browserstack_accessibility_automation_script';const _0x4d79ad=_0x58bc1c;if(!_0x312722)return![];return!_0x312722[_0x19c9ef(0x71)](_0x4d79ad[_0x19c9ef(0x75)])&&!_0x312722[_0x19c9ef(0x71)](_0x4d79ad[_0x19c9ef(0x98)]);};function a2_0x85fe(){const _0x3d43ed=['caps','ByLNr','get','fetchPlatformDetails','browserstack','WquRl','osVersion','../../helpers/accessibility-automation/helper','config','6900362uCQknu','../../bin/playwright/sessionDetails','zwBZR','bstack:options','2713050qFSmcj','browserstack_executor','processWebDriverConfig','browserWSEndpoint','xXSlh','AvjgA','SIMGF','2fwMsfh','vuaqN','bsSessionId','latest','JhlBo','__cloud_provider___','Playwright','automate','platform','hqZim','qkSmn','tkrdD','tvWMm','bHRnt','searchParams','aSzaV','cloudProvider','accessibilityPlatform','1222041iNYLyh','platformName','deviceName','browserName','os_version','lXScS','name','app','sessionId','includes','browser_version','jpLVj','XbKXH','mvzMV','18405exsPjT','ZibRd','../../helpers/logger','4688HMymgF','parse','warn','browser','capabilities','desiredCapabilities','chrome','kAbMp','WebDriver','1503380pLFiyG','platformVersion','jJjcm','EYDiS','GVadQ','PEiBF','winstonLogger','9555318SArNfq','rMTXR','ZwEWm','playwright-chromium','jfmHG','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','getDetails','lzIkE','app-automate','1522840yToOxU','browserVersion','appium:app','lFGyl','platform_version','RmCjn','YOmUw'];a2_0x85fe=function(){return _0x3d43ed;};return a2_0x85fe();}
1
+ const a2_0x9e9ad7=a2_0x3b4e;function a2_0x3b4e(_0x9261ba,_0x336399){const _0x5cf34e=a2_0x5cf3();return a2_0x3b4e=function(_0x3b4e06,_0x2944ce){_0x3b4e06=_0x3b4e06-0x88;let _0x235250=_0x5cf34e[_0x3b4e06];return _0x235250;},a2_0x3b4e(_0x9261ba,_0x336399);}(function(_0x12cce1,_0x2e7953){const _0xbfa9fc=a2_0x3b4e,_0x2027ce=_0x12cce1();while(!![]){try{const _0x3ee818=parseInt(_0xbfa9fc(0xb2))/0x1+parseInt(_0xbfa9fc(0xcb))/0x2+-parseInt(_0xbfa9fc(0x95))/0x3+-parseInt(_0xbfa9fc(0xa0))/0x4+-parseInt(_0xbfa9fc(0xb1))/0x5*(-parseInt(_0xbfa9fc(0x91))/0x6)+-parseInt(_0xbfa9fc(0x9c))/0x7+parseInt(_0xbfa9fc(0xc5))/0x8*(parseInt(_0xbfa9fc(0x9e))/0x9);if(_0x3ee818===_0x2e7953)break;else _0x2027ce['push'](_0x2027ce['shift']());}catch(_0x539f3e){_0x2027ce['push'](_0x2027ce['shift']());}}}(a2_0x5cf3,0x5f568));const {isUndefined,nestedKeyValue}=require(a2_0x9e9ad7(0x89)),logger=require(a2_0x9e9ad7(0xd3))[a2_0x9e9ad7(0xbb)],PlaywrightSessionDetails=require(a2_0x9e9ad7(0x9a)),{isAccessibilityAutomationSession}=require(a2_0x9e9ad7(0xce)),getOSVersionFromCaps=_0x250e8a=>{const _0x8685a2=a2_0x9e9ad7,_0x1e3432={};_0x1e3432[_0x8685a2(0x8f)]=_0x8685a2(0x97),_0x1e3432[_0x8685a2(0xa4)]=_0x8685a2(0xbe),_0x1e3432['aJwzb']='platform_version',_0x1e3432[_0x8685a2(0x92)]=_0x8685a2(0xd1),_0x1e3432['KZetK']=_0x8685a2(0x98);const _0x1ef165=_0x1e3432;if(!_0x250e8a)return null;const _0x3451a4=_0x250e8a[_0x1ef165[_0x8685a2(0x8f)]],_0x4285cb=[_0x1ef165[_0x8685a2(0xa4)],_0x1ef165[_0x8685a2(0xc6)],_0x1ef165[_0x8685a2(0x92)],_0x1ef165[_0x8685a2(0xa9)]];for(const _0x307558 of _0x4285cb){if(_0x3451a4&&_0x3451a4[_0x307558])return _0x3451a4[_0x307558];else{if(_0x250e8a[_0x307558])return _0x250e8a[_0x307558];}}return null;};function a2_0x5cf3(){const _0x4e3180=['capabilities','name','browser','rnzJJ','4211272Xbolcl','aJwzb','platform_version','searchParams','browserstack','KsVtY','359950XEkeee','WqKns','browserstack_executor','../../helpers/accessibility-automation/helper','browserName','cItKo','osVersion','oDmsQ','../../helpers/logger','AdWgm','app','appium:app','warn','hivAt','Playwright','desiredCapabilities','sepcR','browserstack_accessibility_automation_script','MpBru','../../helpers/helper','WolCl','MsrJM','WebDriver','LHcsh','processWebDriverConfig','hlcuz','KezBc','12lFWRKN','vpuLs','get','TQqCO','788325OfXTyh','browser_version','bstack:options','os_version','DiilS','../../bin/playwright/sessionDetails','tbVnD','4030831HFMBza','caps','27TqJIWG','chrome','2509880NmAFRN','app-automate','fetchPlatformDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','daHaW','automate','config','mCGan','SsKJG','KZetK','kMVrJ','ZWvnu','snNkK','shouldPatchExecuteScript','cloudProvider','JvIQv','AQYYM','126455mLpMaT','46798hSDDGz','bsSessionId','browserVersion','parse','dujdH','platform','platformName','__cloud_provider___','wlSyp','winstonLogger','unknown_grid','GfZfj','platformVersion','accessibilityPlatform','constructor'];a2_0x5cf3=function(){return _0x4e3180;};return a2_0x5cf3();}exports[a2_0x9e9ad7(0xa2)]=_0x4172de=>{const _0x4265e0=a2_0x9e9ad7,_0x58d2ca={'oDmsQ':_0x4265e0(0xbc),'WolCl':function(_0x574aa8,_0x3964fb){return _0x574aa8===_0x3964fb;},'uCVeL':_0x4265e0(0x8c),'fzTPj':function(_0x5b86e9,_0x1d1702){return _0x5b86e9(_0x1d1702);},'hivAt':function(_0x14c786,_0x5f247c,_0x4e80dc){return _0x14c786(_0x5f247c,_0x4e80dc);},'dujdH':_0x4265e0(0xa6),'klqUt':_0x4265e0(0xda),'JvIQv':function(_0xd50811,_0x1b1243){return _0xd50811===_0x1b1243;},'ZWvnu':_0x4265e0(0xc9),'cItKo':_0x4265e0(0xd6),'snNkK':_0x4265e0(0xd5),'MpBru':_0x4265e0(0xa1),'kMVrJ':_0x4265e0(0xa5),'VFQzF':function(_0x4a2377,_0x6d069){return _0x4a2377===_0x6d069;},'LDhZd':_0x4265e0(0xd9),'GfZfj':function(_0x3dd031,_0x334730,_0x369aa1){return _0x3dd031(_0x334730,_0x369aa1);},'tbVnD':'browser','rnzJJ':'browserWSEndpoint','LHcsh':_0x4265e0(0x9d),'aXOvN':function(_0xeed883,_0x55d980){return _0xeed883===_0x55d980;}};if(!_0x4172de)return null;let _0x4ab2e1=global[_0x4265e0(0xb9)]||_0x58d2ca[_0x4265e0(0xd2)];if(_0x58d2ca[_0x4265e0(0x8a)](_0x4172de[_0x4265e0(0xc0)][_0x4265e0(0xc2)],_0x58d2ca['uCVeL'])){const _0x20a374=_0x4172de[_0x4265e0(0xc3)];if(!_0x20a374)return null;const _0x2f53ca=_0x20a374['capabilities'],_0x6ed55a=_0x58d2ca['fzTPj'](getOSVersionFromCaps,_0x58d2ca[_0x4265e0(0xd8)](nestedKeyValue,_0x4172de,[_0x58d2ca[_0x4265e0(0xb6)],_0x58d2ca['klqUt']]));return{[_0x4ab2e1]:{'browser':_0x2f53ca[_0x4265e0(0xcf)],'browser_version':_0x2f53ca[_0x4265e0(0xb4)],'capabilities':_0x2f53ca,'platform':_0x2f53ca[_0x4265e0(0xb8)],'platform_version':_0x2f53ca['platformVersion']||_0x6ed55a,'product':_0x58d2ca[_0x4265e0(0xaf)](global[_0x4265e0(0xb9)],_0x58d2ca['ZWvnu'])?_0x2f53ca[_0x58d2ca[_0x4265e0(0xd0)]]||_0x2f53ca[_0x58d2ca[_0x4265e0(0xac)]]?_0x58d2ca[_0x4265e0(0x88)]:_0x58d2ca['kMVrJ']:null,'session_id':_0x20a374['sessionId']}};}else{if(_0x58d2ca['VFQzF'](_0x4172de[_0x4265e0(0xc0)][_0x4265e0(0xc2)],_0x58d2ca['LDhZd'])){const _0x6e0b61=PlaywrightSessionDetails['getDetails']();_0x4ab2e1=_0x6e0b61[_0x4265e0(0xae)]||_0x4ab2e1;const _0x568f3f=_0x58d2ca[_0x4265e0(0xbd)](nestedKeyValue,_0x4172de,[_0x58d2ca[_0x4265e0(0xb6)],_0x58d2ca[_0x4265e0(0x9b)],_0x58d2ca[_0x4265e0(0xc4)]]),_0x33931d=_0x568f3f?JSON[_0x4265e0(0xb5)](new URL(_0x568f3f)[_0x4265e0(0xc8)][_0x4265e0(0x93)](_0x58d2ca[_0x4265e0(0x8d)])):{};return{[_0x4ab2e1]:{'browser':_0x6e0b61['browser']||_0x33931d[_0x4265e0(0xcf)],'browser_version':_0x6e0b61[_0x4265e0(0x96)]||_0x33931d[_0x4265e0(0x96)],'capabilities':_0x33931d,'platform':_0x6e0b61[_0x4265e0(0xb7)],'platform_version':_0x6e0b61[_0x4265e0(0xc7)],'product':_0x58d2ca['aXOvN'](global['__cloud_provider___'],_0x58d2ca[_0x4265e0(0xab)])?_0x33931d[_0x58d2ca['cItKo']]||_0x33931d[_0x58d2ca[_0x4265e0(0xac)]]?_0x58d2ca['MpBru']:_0x58d2ca[_0x4265e0(0xaa)]:null,'session_id':_0x6e0b61[_0x4265e0(0xb3)]}};}}},exports[a2_0x9e9ad7(0x8e)]=_0x4bab44=>{const _0x5ca6e6=a2_0x9e9ad7,_0x29c9e4={'wlSyp':function(_0x5f03a7){return _0x5f03a7();},'TQqCO':function(_0x469f99,_0x1b14d3){return _0x469f99===_0x1b14d3;},'WqKns':'latest','SsKJG':function(_0x2a39d5,_0x30afd6){return _0x2a39d5>_0x30afd6;},'LjpIv':function(_0x3670c8,_0x1b1060){return _0x3670c8(_0x1b1060);},'DiilS':_0x5ca6e6(0xa3),'KsVtY':function(_0x194cc5,_0x569d80){return _0x194cc5===_0x569d80;},'sepcR':_0x5ca6e6(0x9f),'brmai':function(_0x3e90f5,_0x4058c5){return _0x3e90f5===_0x4058c5;},'FeVtj':'playwright-chromium','KezBc':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','mCGan':function(_0x1d976c,_0x279bc0){return _0x1d976c(_0x279bc0);},'MsrJM':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x29c9e4[_0x5ca6e6(0xba)](isAccessibilityAutomationSession)){const _0x236c39=_0x4bab44[_0x5ca6e6(0xc3)],_0x52cd75=_0x236c39[_0x5ca6e6(0xc1)];global[_0x5ca6e6(0xbf)]=!![],!(_0x29c9e4[_0x5ca6e6(0x94)](_0x52cd75['browserVersion'],_0x29c9e4[_0x5ca6e6(0xcc)])||_0x29c9e4[_0x5ca6e6(0xa8)](_0x29c9e4['LjpIv'](parseInt,_0x52cd75['browserVersion']),0x5e))&&(logger['warn'](_0x29c9e4[_0x5ca6e6(0x99)]),global[_0x5ca6e6(0xbf)]=![]),!(_0x29c9e4[_0x5ca6e6(0xca)](_0x52cd75[_0x5ca6e6(0xcf)],_0x29c9e4[_0x5ca6e6(0xdb)])||_0x29c9e4['brmai'](_0x52cd75[_0x5ca6e6(0xcf)],_0x29c9e4['FeVtj']))&&(logger[_0x5ca6e6(0xd7)](_0x29c9e4[_0x5ca6e6(0x90)]),global[_0x5ca6e6(0xbf)]=![]),!_0x29c9e4[_0x5ca6e6(0xa7)](isUndefined,_0x52cd75['deviceName'])&&(logger['warn'](_0x29c9e4[_0x5ca6e6(0x8b)]),global[_0x5ca6e6(0xbf)]=![]);}},exports[a2_0x9e9ad7(0xad)]=_0x27b5ac=>{const _0x35b499=a2_0x9e9ad7,_0xf80e8b={};_0xf80e8b['AdWgm']=_0x35b499(0xcd),_0xf80e8b[_0x35b499(0xb0)]=_0x35b499(0xdc);const _0x3382ba=_0xf80e8b;if(!_0x27b5ac)return![];return!_0x27b5ac['includes'](_0x3382ba[_0x35b499(0xd4)])&&!_0x27b5ac['includes'](_0x3382ba[_0x35b499(0xb0)]);};