browserstack-node-sdk 1.32.5 → 1.32.6

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 (114) 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 +58 -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/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/playwright/sessionDetails.js +1 -1
  75. package/src/bin/runner.js +1 -1
  76. package/src/bin/setup.js +1 -1
  77. package/src/bin/test-runner/index.js +1 -1
  78. package/src/bin/test-runner/runTest.js +1 -1
  79. package/src/bin/test-runner/testWorker.js +1 -1
  80. package/src/bin/utils/constants.js +1 -1
  81. package/src/bin/utils/log4jsAppender.js +1 -1
  82. package/src/bin/utils/logPatcher.js +1 -1
  83. package/src/bin/utils/logReportingAPI.js +1 -1
  84. package/src/bin/vanilla-js/command.js +1 -1
  85. package/src/browserStackSdk.js +1 -1
  86. package/src/helpers/BrowserStackSetup.js +1 -1
  87. package/src/helpers/accessibility-automation/constants.js +1 -1
  88. package/src/helpers/accessibility-automation/helper.js +1 -1
  89. package/src/helpers/accessibility-automation/scripts.js +1 -1
  90. package/src/helpers/ats/constants.js +1 -1
  91. package/src/helpers/ats/helper.js +1 -1
  92. package/src/helpers/capsMapping.js +1 -1
  93. package/src/helpers/globals.js +1 -1
  94. package/src/helpers/helper.js +1 -1
  95. package/src/helpers/logger.js +1 -1
  96. package/src/helpers/patchHelpers.js +1 -1
  97. package/src/helpers/percy/Percy.js +1 -1
  98. package/src/helpers/percy/PercyBinary.js +1 -1
  99. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  100. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  101. package/src/helpers/percy/PercySDK.js +1 -1
  102. package/src/helpers/percy/index.js +1 -1
  103. package/src/helpers/percy/utils.js +1 -1
  104. package/src/helpers/performance-tester.js +1 -1
  105. package/src/helpers/request-spy.js +1 -1
  106. package/src/helpers/setKeepAlive.js +1 -1
  107. package/src/helpers/test-observability/constants.js +1 -1
  108. package/src/helpers/test-observability/error-handler.js +1 -1
  109. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  110. package/src/helpers/test-observability/sessionHandler.js +1 -1
  111. package/src/helpers/test-observability/utils.js +1 -1
  112. package/src/helpers/w3cMapping.js +1 -1
  113. package/src/hubAllocationMethods.js +1 -1
  114. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a59_0x5e5c75=a59_0x58ec;function a59_0x5e37(){const _0x134398=['mkdirSync','30RlbndD','name','logDir','File','4829922xXkdUY','\x20-\x20','4842840PulWFS','message','format','console.info','Console','createLogger','timestamp','1300zbvKvw','level','9210ssbDph','73285tiYaVD','printf','combine','loggerFile','7532693oifDBw','1851702vPeNYa','debug','/usage-debug.log','existsSync','YYYY-MM-DD\x20HH:mm:ss','tmpdir','transports','join','6555144YeYaGn','8twyZoF','winstonLogger','colorize'];a59_0x5e37=function(){return _0x134398;};return a59_0x5e37();}(function(_0x58dbd5,_0x1dbab8){const _0x3054ce=a59_0x58ec,_0x28b6fd=_0x58dbd5();while(!![]){try{const _0x228621=-parseInt(_0x3054ce(0xdd))/0x1*(-parseInt(_0x3054ce(0xeb))/0x2)+parseInt(_0x3054ce(0xe2))/0x3+parseInt(_0x3054ce(0xda))/0x4*(-parseInt(_0x3054ce(0xdc))/0x5)+parseInt(_0x3054ce(0xf5))/0x6+-parseInt(_0x3054ce(0xe1))/0x7+-parseInt(_0x3054ce(0xea))/0x8+-parseInt(_0x3054ce(0xf3))/0x9*(-parseInt(_0x3054ce(0xef))/0xa);if(_0x228621===_0x1dbab8)break;else _0x28b6fd['push'](_0x28b6fd['shift']());}catch(_0x56f702){_0x28b6fd['push'](_0x28b6fd['shift']());}}}(a59_0x5e37,0xcb742));const winston=require('winston'),os=require('os'),fs=require('fs'),path=require('path'),logDir='log';!fs[a59_0x5e5c75(0xe5)](logDir)&&fs[a59_0x5e5c75(0xee)](logDir);const a59_0xf8c4a4={};function a59_0x58ec(_0x390833,_0x1c08e9){const _0x5e37e5=a59_0x5e37();return a59_0x58ec=function(_0x58ece5,_0x16b98d){_0x58ece5=_0x58ece5-0xda;let _0x594d46=_0x5e37e5[_0x58ece5];return _0x594d46;},a59_0x58ec(_0x390833,_0x1c08e9);}a59_0xf8c4a4[a59_0x5e5c75(0xf0)]=a59_0x5e5c75(0xf8);const transports={'loggerConsole':new winston['transports'][(a59_0x5e5c75(0xf9))](a59_0xf8c4a4),'loggerFile':new winston[(a59_0x5e5c75(0xe8))][(a59_0x5e5c75(0xf2))]({'filename':path['join'](logDir,'/usage.log')}),'debugLoggerFile':new winston[(a59_0x5e5c75(0xe8))]['File']({'filename':path[a59_0x5e5c75(0xe9)](os[a59_0x5e5c75(0xe7)](),a59_0x5e5c75(0xe4)),'level':a59_0x5e5c75(0xe3)})},a59_0x1093cc={};a59_0x1093cc[a59_0x5e5c75(0xf7)]=a59_0x5e5c75(0xe6);const a59_0x2bdb16={};a59_0x2bdb16[a59_0x5e5c75(0xdb)]=!![];const winstonLoggerParams={'format':winston[a59_0x5e5c75(0xf7)][a59_0x5e5c75(0xdf)](winston[a59_0x5e5c75(0xf7)][a59_0x5e5c75(0xfb)](a59_0x1093cc),winston['format'][a59_0x5e5c75(0xed)](a59_0x2bdb16),winston[a59_0x5e5c75(0xf7)][a59_0x5e5c75(0xde)](_0x2c9b01=>_0x2c9b01[a59_0x5e5c75(0xfb)]+a59_0x5e5c75(0xf4)+_0x2c9b01[a59_0x5e5c75(0xdb)]+':\x20'+_0x2c9b01[a59_0x5e5c75(0xf6)])),'transports':[transports['loggerConsole'],transports['loggerFile'],transports['debugLoggerFile']]},a59_0x3dfb4b={};a59_0x3dfb4b[a59_0x5e5c75(0xe8)]=[transports[a59_0x5e5c75(0xe0)]];const winstonFileLoggerParams=a59_0x3dfb4b;exports[a59_0x5e5c75(0xec)]=new winston[(a59_0x5e5c75(0xfa))](winstonLoggerParams),exports['fileLogger']=new winston['createLogger'](winstonFileLoggerParams),exports[a59_0x5e5c75(0xf1)]=logDir,exports[a59_0x5e5c75(0xe8)]=transports;
1
+ const a59_0x139a31=a59_0x3dc9;(function(_0x1d2408,_0x11786d){const _0x1e8c44=a59_0x3dc9,_0x58415f=_0x1d2408();while(!![]){try{const _0x3a577f=-parseInt(_0x1e8c44(0x1cd))/0x1*(parseInt(_0x1e8c44(0x1c6))/0x2)+-parseInt(_0x1e8c44(0x1bb))/0x3+parseInt(_0x1e8c44(0x1cc))/0x4+-parseInt(_0x1e8c44(0x1c7))/0x5+-parseInt(_0x1e8c44(0x1be))/0x6*(-parseInt(_0x1e8c44(0x1cf))/0x7)+parseInt(_0x1e8c44(0x1ba))/0x8+-parseInt(_0x1e8c44(0x1ce))/0x9;if(_0x3a577f===_0x11786d)break;else _0x58415f['push'](_0x58415f['shift']());}catch(_0x82b3ec){_0x58415f['push'](_0x58415f['shift']());}}}(a59_0x4276,0x64286));const winston=require(a59_0x139a31(0x1ca)),os=require('os'),fs=require('fs'),path=require('path'),logDir=a59_0x139a31(0x1b8);!fs[a59_0x139a31(0x1d3)](logDir)&&fs['mkdirSync'](logDir);const a59_0x56b1d3={};a59_0x56b1d3[a59_0x139a31(0x1d4)]=a59_0x139a31(0x1d7);const transports={'loggerConsole':new winston[(a59_0x139a31(0x1d5))][(a59_0x139a31(0x1c8))](a59_0x56b1d3),'loggerFile':new winston[(a59_0x139a31(0x1d5))][(a59_0x139a31(0x1b9))]({'filename':path[a59_0x139a31(0x1c3)](logDir,a59_0x139a31(0x1b7))}),'debugLoggerFile':new winston[(a59_0x139a31(0x1d5))][(a59_0x139a31(0x1b9))]({'filename':path['join'](os[a59_0x139a31(0x1d1)](),a59_0x139a31(0x1c0)),'level':a59_0x139a31(0x1b6)})},a59_0x420f81={};a59_0x420f81['format']=a59_0x139a31(0x1d2);function a59_0x4276(){const _0x5683d0=['console.info','debug','/usage.log','log','File','3461088GkFIpE','124392BifkKN','\x20-\x20','printf','38424VbNPMy','level','/usage-debug.log','fileLogger','combine','join','createLogger','format','44610SPjReK','2272740QekeHA','Console','winstonLogger','winston','colorize','1850384gBKWdU','6XqzTCz','3480084geEoxO','581pHXuvF','message','tmpdir','YYYY-MM-DD\x20HH:mm:ss','existsSync','name','transports','timestamp'];a59_0x4276=function(){return _0x5683d0;};return a59_0x4276();}const a59_0x5d9672={};a59_0x5d9672[a59_0x139a31(0x1bf)]=!![];function a59_0x3dc9(_0x373990,_0x3483fe){const _0x427672=a59_0x4276();return a59_0x3dc9=function(_0x3dc9e7,_0x3ec45a){_0x3dc9e7=_0x3dc9e7-0x1b6;let _0x18c17a=_0x427672[_0x3dc9e7];return _0x18c17a;},a59_0x3dc9(_0x373990,_0x3483fe);}const winstonLoggerParams={'format':winston[a59_0x139a31(0x1c5)][a59_0x139a31(0x1c2)](winston[a59_0x139a31(0x1c5)][a59_0x139a31(0x1d6)](a59_0x420f81),winston[a59_0x139a31(0x1c5)][a59_0x139a31(0x1cb)](a59_0x5d9672),winston['format'][a59_0x139a31(0x1bd)](_0x10acc9=>_0x10acc9['timestamp']+a59_0x139a31(0x1bc)+_0x10acc9[a59_0x139a31(0x1bf)]+':\x20'+_0x10acc9[a59_0x139a31(0x1d0)])),'transports':[transports['loggerConsole'],transports['loggerFile'],transports['debugLoggerFile']]},a59_0x59d252={};a59_0x59d252[a59_0x139a31(0x1d5)]=[transports['loggerFile']];const winstonFileLoggerParams=a59_0x59d252;exports[a59_0x139a31(0x1c9)]=new winston['createLogger'](winstonLoggerParams),exports[a59_0x139a31(0x1c1)]=new winston[(a59_0x139a31(0x1c4))](winstonFileLoggerParams),exports['logDir']=logDir,exports[a59_0x139a31(0x1d5)]=transports;
@@ -1 +1 @@
1
- var a60_0x53375b=a60_0x4b60;function a60_0x4b60(_0x84d17d,_0x876e74){var _0x9ed843=a60_0x9ed8();return a60_0x4b60=function(_0x4b609e,_0x34cda6){_0x4b609e=_0x4b609e-0x120;var _0x34c2e9=_0x9ed843[_0x4b609e];return _0x34c2e9;},a60_0x4b60(_0x84d17d,_0x876e74);}(function(_0x3f83be,_0x21dadf){var _0x7981d5=a60_0x4b60,_0x15089c=_0x3f83be();while(!![]){try{var _0x7afdd3=parseInt(_0x7981d5(0x15c))/0x1+parseInt(_0x7981d5(0x161))/0x2*(-parseInt(_0x7981d5(0x141))/0x3)+parseInt(_0x7981d5(0x162))/0x4*(-parseInt(_0x7981d5(0x12f))/0x5)+parseInt(_0x7981d5(0x159))/0x6*(-parseInt(_0x7981d5(0x14f))/0x7)+parseInt(_0x7981d5(0x158))/0x8+parseInt(_0x7981d5(0x121))/0x9+parseInt(_0x7981d5(0x122))/0xa;if(_0x7afdd3===_0x21dadf)break;else _0x15089c['push'](_0x15089c['shift']());}catch(_0x5f1902){_0x15089c['push'](_0x15089c['shift']());}}}(a60_0x9ed8,0x456bc),exports[a60_0x53375b(0x132)]=_0x47bce4=>{var _0xc4b28b=a60_0x53375b,_0x362336={'CAdNC':function(_0x113d68,_0x2739f2){return _0x113d68>_0x2739f2;},'ViRXc':function(_0x122985,_0x47aeee){return _0x122985!==_0x47aeee;},'RBLjk':_0xc4b28b(0x15a),'nLQMs':_0xc4b28b(0x168),'cdxkY':_0xc4b28b(0x144),'rGLQG':function(_0x106991,_0x2a2146){return _0x106991(_0x2a2146);},'XvxYc':function(_0x5dc0eb,_0x37953f){return _0x5dc0eb!==_0x37953f;},'ColcW':_0xc4b28b(0x128),'PBRTB':function(_0x461c6e,_0x417ad8){return _0x461c6e===_0x417ad8;},'RQLNh':_0xc4b28b(0x123),'EsePB':function(_0xa98696,_0x552d89){return _0xa98696!==_0x552d89;},'UYHKU':_0xc4b28b(0x14c),'obkSM':_0xc4b28b(0x139),'bdWie':_0xc4b28b(0x140),'aCTdw':function(_0x32e8ae,_0x42ee40){return _0x32e8ae===_0x42ee40;},'QjdCx':_0xc4b28b(0x12c),'WHRaE':_0xc4b28b(0x12e)};if(_0x362336[_0xc4b28b(0x15e)](process[_0xc4b28b(0x125)][_0xc4b28b(0x124)],_0x362336['UYHKU'])){if(_0x362336[_0xc4b28b(0x15e)](_0x362336[_0xc4b28b(0x150)],_0x362336['bdWie']))return;else{_0x3dc6bf[_0xc4b28b(0x151)]+=0x1;if(_0x362336[_0xc4b28b(0x15f)](_0x47ccea[_0xc4b28b(0x151)],0x1))return _0x20e3cc[_0xc4b28b(0x14a)]();}}if(_0x47bce4[_0xc4b28b(0x155)]){if(_0x362336[_0xc4b28b(0x15d)](_0x362336[_0xc4b28b(0x157)],_0x362336['WHRaE']))return;else return;}_0x47bce4['patchScreenshot']=!![],_0x47bce4[_0xc4b28b(0x13d)]=_0x47bce4['takeScreenshot'],_0x47bce4[_0xc4b28b(0x154)]=()=>{var _0x35ce30=_0xc4b28b,_0xf801e9={'xnstb':_0x362336[_0x35ce30(0x12a)],'yFYEu':function(_0x5601d6,_0x3918a3){var _0x372084=_0x35ce30;return _0x362336[_0x372084(0x13e)](_0x5601d6,_0x3918a3);},'jywLu':function(_0x52d9d5,_0x3fe2e6){return _0x362336['XvxYc'](_0x52d9d5,_0x3fe2e6);},'GUuao':_0x362336[_0x35ce30(0x15b)]};return _0x362336[_0x35ce30(0x169)](_0x362336[_0x35ce30(0x13c)],_0x362336[_0x35ce30(0x13c)])?new Promise(function(_0x23db20,_0x52dc66){var _0x37bba5=_0x35ce30;if(_0x362336[_0x37bba5(0x137)](_0x362336['RBLjk'],_0x362336[_0x37bba5(0x130)]))_0x47bce4[_0x37bba5(0x13d)]()[_0x37bba5(0x126)](_0x262947=>{var _0x5f385e=_0x37bba5,_0x741a3d={'nyKgm':_0xf801e9['xnstb'],'uGhQY':function(_0xe3ae9c,_0x1bffb3){return _0xf801e9['yFYEu'](_0xe3ae9c,_0x1bffb3);}};_0xf801e9[_0x5f385e(0x160)](_0xf801e9['GUuao'],_0xf801e9[_0x5f385e(0x120)])?(_0x30693a[_0x5f385e(0x129)]('bs:addLog:'+_0x344f24[_0x5f385e(0x143)],{'timestamp':new _0x251c2d()[_0x5f385e(0x127)](),'message':_0x2e3ae4,'kind':_0x741a3d['nyKgm']}),_0x741a3d['uGhQY'](_0xc08af9,_0x596b59)):(process['emit']('bs:addLog:'+process[_0x5f385e(0x143)],{'timestamp':new Date()[_0x5f385e(0x127)](),'message':_0x262947,'kind':_0xf801e9['xnstb']}),_0xf801e9[_0x5f385e(0x12b)](_0x23db20,_0x262947));});else return _0x9ee08b['initQuit']();}):_0x2fdd76[_0x35ce30(0x14a)]();};},exports[a60_0x53375b(0x149)]=(_0x7a835a,_0x5351af=null)=>{var _0x38fafc=a60_0x53375b,_0x4d8f89={'GWKAM':function(_0x16645d){return _0x16645d();},'MAWpz':_0x38fafc(0x144),'JdejO':function(_0x3d585d,_0x247bd2){return _0x3d585d(_0x247bd2);},'lnzlr':function(_0x20763c,_0x4026f0){return _0x20763c>_0x4026f0;},'DTwNU':function(_0x19b90b,_0x815822){return _0x19b90b!==_0x815822;},'Acfhc':_0x38fafc(0x135),'wQDNG':function(_0x3c14be){return _0x3c14be();},'mzSRq':function(_0xf24a5a,_0x398285){return _0xf24a5a===_0x398285;},'jlhcy':_0x38fafc(0x14e),'mmCws':function(_0x5de19a,_0x4030e0){return _0x5de19a>_0x4030e0;},'pCXdW':function(_0x513aee,_0x4c3953){return _0x513aee===_0x4c3953;},'xpPCr':_0x38fafc(0x14b),'WXzeH':'rVolU','ZHZwP':'mggxR','waSZr':function(_0x76dd73,_0x4aa914){return _0x76dd73!==_0x4aa914;},'WIsMk':'vFXtF','Xxwgn':function(_0x105cff,_0x608dff){return _0x105cff!==_0x608dff;},'QUKgU':_0x38fafc(0x134)};if(_0x7a835a[_0x38fafc(0x148)]){if(_0x4d8f89[_0x38fafc(0x164)](_0x4d8f89[_0x38fafc(0x166)],_0x4d8f89['QUKgU']))return;else return;}_0x7a835a[_0x38fafc(0x148)]=!![],_0x7a835a[_0x38fafc(0x14a)]=_0x7a835a['quit'],_0x7a835a[_0x38fafc(0x142)]=()=>{var _0x593603=_0x38fafc,_0x427def={'mAXnP':_0x4d8f89[_0x593603(0x13b)],'KzsjJ':function(_0x3e43f5,_0xb06e4e){var _0x21716b=_0x593603;return _0x4d8f89[_0x21716b(0x133)](_0x3e43f5,_0xb06e4e);},'EsilK':function(_0x5c1089,_0x370791){return _0x4d8f89['lnzlr'](_0x5c1089,_0x370791);},'jVtGO':function(_0x48ea41,_0x24e3bd){var _0x49df5b=_0x593603;return _0x4d8f89[_0x49df5b(0x167)](_0x48ea41,_0x24e3bd);},'JgPSv':_0x4d8f89[_0x593603(0x13f)],'LeOWI':function(_0x54a94b){var _0x32cd58=_0x593603;return _0x4d8f89[_0x32cd58(0x152)](_0x54a94b);}};if(_0x5351af){if(_0x4d8f89['mzSRq'](_0x4d8f89[_0x593603(0x136)],_0x4d8f89[_0x593603(0x136)])){_0x5351af[_0x593603(0x151)]+=0x1;if(_0x4d8f89['mmCws'](_0x5351af[_0x593603(0x151)],0x1)){if(_0x4d8f89['pCXdW'](_0x4d8f89[_0x593603(0x147)],_0x4d8f89[_0x593603(0x16a)])){var _0x1b24a0={'EFZZO':_0x427def['mAXnP'],'PQipk':function(_0x47020a,_0x5412e5){var _0x4ebfdf=_0x593603;return _0x427def[_0x4ebfdf(0x163)](_0x47020a,_0x5412e5);}};return new _0x44acdd(function(_0x5ec29c,_0x30ddeb){var _0x4a8003=_0x593603;_0x57b431[_0x4a8003(0x13d)]()[_0x4a8003(0x126)](_0x25ade2=>{var _0xaeff93=_0x4a8003;_0x264c92['emit'](_0xaeff93(0x153)+_0x2f9082['pid'],{'timestamp':new _0x2a3471()[_0xaeff93(0x127)](),'message':_0x25ade2,'kind':_0x1b24a0['EFZZO']}),_0x1b24a0[_0xaeff93(0x146)](_0x5ec29c,_0x25ade2);});});}else return _0x7a835a['initQuit']();}}else _0x29f4b8[_0x593603(0x13d)]()['then'](_0x2f7ae9=>{var _0x36d14d=_0x593603;_0x419d1c[_0x36d14d(0x129)](_0x36d14d(0x153)+_0x1d5447[_0x36d14d(0x143)],{'timestamp':new _0x167138()[_0x36d14d(0x127)](),'message':_0x2f7ae9,'kind':_0x427def[_0x36d14d(0x165)]}),_0x427def[_0x36d14d(0x163)](_0x2a6b6e,_0x2f7ae9);});}else{if(_0x4d8f89[_0x593603(0x167)](_0x4d8f89[_0x593603(0x13a)],_0x4d8f89['ZHZwP']))_0x4d8f89['GWKAM'](_0x566c4c);else{_0x7a835a[_0x593603(0x151)]+=0x1;if(_0x4d8f89[_0x593603(0x131)](_0x7a835a[_0x593603(0x151)],0x1)){if(_0x4d8f89[_0x593603(0x145)](_0x4d8f89[_0x593603(0x12d)],_0x4d8f89[_0x593603(0x12d)])){_0x1c8e2c[_0x593603(0x151)]+=0x1;if(_0x427def[_0x593603(0x156)](_0x57baef[_0x593603(0x151)],0x1))return _0x49ea19[_0x593603(0x14a)]();}else return _0x7a835a[_0x593603(0x14a)]();}}}return new Promise(function(_0x5077e2){var _0x3ea533=_0x593603;if(_0x427def['jVtGO'](_0x427def[_0x3ea533(0x14d)],_0x427def[_0x3ea533(0x14d)]))return;else _0x427def[_0x3ea533(0x138)](_0x5077e2);});};});function a60_0x9ed8(){var _0x5e0a94=['WXzeH','GUuao','861255ZfFazk','9980270COypWK','ezfvn','BS_TESTOPS_ALLOW_SCREENSHOTS','env','then','toISOString','bFceW','emit','cdxkY','yFYEu','xQlSh','WIsMk','wGuvu','11270TIHnBu','nLQMs','lnzlr','overrideTakeScreenshot','JdejO','uemob','XTUME','jlhcy','ViRXc','LeOWI','BnhEC','ZHZwP','MAWpz','RQLNh','initScreenshot','rGLQG','Acfhc','yaquq','511725tVyFsC','quit','pid','TEST_SCREENSHOT','waSZr','PQipk','xpPCr','patchQuit','overrideQuit','initQuit','XbODL','true','JgPSv','oyMrk','112xbeOoj','obkSM','quitCount_','wQDNG','bs:addLog:','takeScreenshot','patchScreenshot','EsilK','QjdCx','71520xMbqqd','152916zXXsob','qjpAZ','ColcW','477605mvmyVN','aCTdw','EsePB','CAdNC','jywLu','6jacZxJ','668INconK','KzsjJ','Xxwgn','mAXnP','QUKgU','DTwNU','axvHi','PBRTB'];a60_0x9ed8=function(){return _0x5e0a94;};return a60_0x9ed8();}
1
+ function a60_0x339d(){var _0x48eaa7=['iahKi','BS_TESTOPS_ALLOW_SCREENSHOTS','quitCount_','3PLWSXK','initQuit','patchScreenshot','ftVUa','695VbuXfj','patchQuit','initScreenshot','overrideTakeScreenshot','tgYEr','4312560NVXwwt','2776941IRsSyD','joSFR','174oqzgje','overrideQuit','takeScreenshot','LoBmx','1400904YFjzut','18175uvveXx','TEST_SCREENSHOT','toISOString','bs:addLog:','env','cKLhy','quit','XQRtz','yImJT','22910390dMWiPi','jTenr','QCzzL','eqBGS','1712NxcWvj','emit','TAWDZ','1053004HtLIUq','then','true','pid','split','2|1|5|3|4|0'];a60_0x339d=function(){return _0x48eaa7;};return a60_0x339d();}function a60_0xd770(_0x2261b1,_0x57093b){var _0x339d68=a60_0x339d();return a60_0xd770=function(_0xd770b2,_0x450f6f){_0xd770b2=_0xd770b2-0x1ea;var _0x25393b=_0x339d68[_0xd770b2];return _0x25393b;},a60_0xd770(_0x2261b1,_0x57093b);}var a60_0x13a27d=a60_0xd770;(function(_0xaf1a6e,_0x51b8b4){var _0x17b47a=a60_0xd770,_0x1251d0=_0xaf1a6e();while(!![]){try{var _0x35c8de=-parseInt(_0x17b47a(0x1fe))/0x1*(parseInt(_0x17b47a(0x1ee))/0x2)+-parseInt(_0x17b47a(0x1fa))/0x3*(parseInt(_0x17b47a(0x1f1))/0x4)+-parseInt(_0x17b47a(0x20b))/0x5*(-parseInt(_0x17b47a(0x206))/0x6)+-parseInt(_0x17b47a(0x203))/0x7+-parseInt(_0x17b47a(0x20a))/0x8+-parseInt(_0x17b47a(0x204))/0x9+parseInt(_0x17b47a(0x1ea))/0xa;if(_0x35c8de===_0x51b8b4)break;else _0x1251d0['push'](_0x1251d0['shift']());}catch(_0x221ac1){_0x1251d0['push'](_0x1251d0['shift']());}}}(a60_0x339d,0x6b10d),exports[a60_0x13a27d(0x201)]=_0x598b1c=>{var _0x48ac1e=a60_0x13a27d,_0x584b84={'ftVUa':_0x48ac1e(0x1f6),'jTenr':function(_0x1e3742,_0x24ef89){return _0x1e3742!==_0x24ef89;},'oDBxK':_0x48ac1e(0x1f3),'QCzzL':_0x48ac1e(0x20c),'LoBmx':function(_0x3b62f6,_0x20c0ea){return _0x3b62f6(_0x20c0ea);}},_0x388bd9=_0x584b84[_0x48ac1e(0x1fd)][_0x48ac1e(0x1f5)]('|'),_0x34b7fd=0x0;while(!![]){switch(_0x388bd9[_0x34b7fd++]){case'0':_0x598b1c['takeScreenshot']=()=>{var _0x14ec67=_0x48ac1e,_0x4be18c={'XQRtz':_0x559dfb[_0x14ec67(0x213)],'iahKi':function(_0xafcb9a,_0x181f11){return _0x559dfb['BhJxa'](_0xafcb9a,_0x181f11);}};return new Promise(function(_0x490979,_0x50db19){var _0x28eb7b=_0x14ec67;_0x598b1c[_0x28eb7b(0x200)]()[_0x28eb7b(0x1f2)](_0x398285=>{var _0x27a9b4=_0x28eb7b;process[_0x27a9b4(0x1ef)](_0x27a9b4(0x20e)+process[_0x27a9b4(0x1f4)],{'timestamp':new Date()[_0x27a9b4(0x20d)](),'message':_0x398285,'kind':_0x4be18c[_0x27a9b4(0x212)]}),_0x4be18c[_0x27a9b4(0x1f7)](_0x490979,_0x398285);});});};continue;case'1':if(_0x584b84[_0x48ac1e(0x1eb)](process[_0x48ac1e(0x20f)][_0x48ac1e(0x1f8)],_0x584b84['oDBxK']))return;continue;case'2':var _0x559dfb={'yImJT':_0x584b84[_0x48ac1e(0x1ec)],'BhJxa':function(_0x5d8e8f,_0x35ae56){var _0x5b07a8=_0x48ac1e;return _0x584b84[_0x5b07a8(0x209)](_0x5d8e8f,_0x35ae56);}};continue;case'3':_0x598b1c[_0x48ac1e(0x1fc)]=!![];continue;case'4':_0x598b1c[_0x48ac1e(0x200)]=_0x598b1c[_0x48ac1e(0x208)];continue;case'5':if(_0x598b1c[_0x48ac1e(0x1fc)])return;continue;}break;}},exports[a60_0x13a27d(0x207)]=(_0x4bb667,_0x31227c=null)=>{var _0x2c68a0=a60_0x13a27d,_0x1cc768={'TAWDZ':'1|3|4|0|2','eqBGS':function(_0x2b411a){return _0x2b411a();},'tgYEr':function(_0x502fb1,_0x4a8007){return _0x502fb1>_0x4a8007;}},_0x3783cb=_0x1cc768[_0x2c68a0(0x1f0)][_0x2c68a0(0x1f5)]('|'),_0x48dc93=0x0;while(!![]){switch(_0x3783cb[_0x48dc93++]){case'0':_0x4bb667[_0x2c68a0(0x1fb)]=_0x4bb667['quit'];continue;case'1':var _0x546b5f={'TuPhr':function(_0x1a675c){var _0x63d7b2=_0x2c68a0;return _0x1cc768[_0x63d7b2(0x1ed)](_0x1a675c);},'joSFR':function(_0xa8d182,_0x5f573d){return _0x1cc768['tgYEr'](_0xa8d182,_0x5f573d);},'cKLhy':function(_0x13cd0e,_0x20f85a){var _0x3c3268=_0x2c68a0;return _0x1cc768[_0x3c3268(0x202)](_0x13cd0e,_0x20f85a);}};continue;case'2':_0x4bb667[_0x2c68a0(0x211)]=()=>{var _0x4157d7=_0x2c68a0;if(_0x31227c){_0x31227c[_0x4157d7(0x1f9)]+=0x1;if(_0x546b5f[_0x4157d7(0x205)](_0x31227c[_0x4157d7(0x1f9)],0x1))return _0x4bb667['initQuit']();}else{_0x4bb667[_0x4157d7(0x1f9)]+=0x1;if(_0x546b5f[_0x4157d7(0x210)](_0x4bb667[_0x4157d7(0x1f9)],0x1))return _0x4bb667[_0x4157d7(0x1fb)]();}return new Promise(function(_0x243681){_0x546b5f['TuPhr'](_0x243681);});};continue;case'3':if(_0x4bb667[_0x2c68a0(0x1ff)])return;continue;case'4':_0x4bb667[_0x2c68a0(0x1ff)]=!![];continue;}break;}});
@@ -1 +1 @@
1
- const a61_0x346ac2=a61_0x9a83;(function(_0x5a4141,_0x10b556){const _0x3de31a=a61_0x9a83,_0xb5c202=_0x5a4141();while(!![]){try{const _0x2500d0=parseInt(_0x3de31a(0x1e4))/0x1+-parseInt(_0x3de31a(0x1e3))/0x2+parseInt(_0x3de31a(0x1ab))/0x3+-parseInt(_0x3de31a(0x1ba))/0x4+parseInt(_0x3de31a(0x1f9))/0x5*(-parseInt(_0x3de31a(0x1bb))/0x6)+parseInt(_0x3de31a(0x1c4))/0x7+parseInt(_0x3de31a(0x1e8))/0x8*(parseInt(_0x3de31a(0x1a5))/0x9);if(_0x2500d0===_0x10b556)break;else _0xb5c202['push'](_0xb5c202['shift']());}catch(_0x183dea){_0xb5c202['push'](_0xb5c202['shift']());}}}(a61_0x3097,0xce422));const fs=require('fs'),path=require(a61_0x346ac2(0x183)),os=require('os'),{spawn}=require('child_process'),helper=require(a61_0x346ac2(0x187)),logger=require(a61_0x346ac2(0x18e))[a61_0x346ac2(0x1d0)],{logDir}=require(a61_0x346ac2(0x18e)),PercyBinary=require('./PercyBinary');function a61_0x9a83(_0x1a1a91,_0x4dc821){const _0x3097ba=a61_0x3097();return a61_0x9a83=function(_0x9a837f,_0x12be4e){_0x9a837f=_0x9a837f-0x178;let _0x39ca59=_0x3097ba[_0x9a837f];return _0x39ca59;},a61_0x9a83(_0x1a1a91,_0x4dc821);}class Percy{#logfile=path['join'](logDir,'percy.log');#address=process[a61_0x346ac2(0x1cd)][a61_0x346ac2(0x1ce)]||'http://localhost:5338';#binaryPath=null;#config=null;#proc=null;#isApp=![];['isProcessRunning']=![];constructor(_0x18f221){const _0x5d2549=a61_0x346ac2,_0x1fe646={'BoXgv':function(_0x22b375,_0x3898c5){return _0x22b375(_0x3898c5);},'vgTYC':function(_0x1679eb,_0x4b49f5){return _0x1679eb+_0x4b49f5;},'NfCzz':_0x5d2549(0x1c5),'ACfJj':function(_0x8ff919,_0x20cf21){return _0x8ff919(_0x20cf21);},'eEYlX':function(_0x24fc74,_0x5a70b6){return _0x24fc74!==_0x5a70b6;},'AZqUf':_0x5d2549(0x1d4)};this.#config=_0x18f221,!!_0x18f221[_0x5d2549(0x191)]&&(_0x1fe646[_0x5d2549(0x1c3)](_0x1fe646['AZqUf'],_0x1fe646[_0x5d2549(0x1b0)])?_0x48b47a['writeFile'](_0x6d35c6,_0x9c898b[_0x5d2549(0x198)](_0x35685b),_0x5ef0a6=>{const _0x1e52f7=_0x5d2549;_0x5ef0a6&&(_0x45a8b5[_0x1e52f7(0x1a1)]('Error\x20creating\x20percy\x20config:\x20'+_0x5ef0a6),_0x1fe646['BoXgv'](_0x30e2fc,null)),_0x456439[_0x1e52f7(0x19f)](_0x1fe646[_0x1e52f7(0x1bd)](_0x1fe646[_0x1e52f7(0x18c)],_0x5a78c2)),_0x1fe646[_0x1e52f7(0x1d5)](_0x3633a4,_0x44b318);}):this.#isApp=!![]);}async #getBinaryPath(){const _0x444557=a61_0x346ac2,_0x4e9f69={'AftZT':function(_0x57cd3d,_0x26ddf3){return _0x57cd3d(_0x26ddf3);},'kwQCx':function(_0x4bdeaa,_0x4607a6){return _0x4bdeaa!==_0x4607a6;},'Azdzd':_0x444557(0x1a7),'ELAuJ':'umdRe'};if(!this.#binaryPath){if(_0x4e9f69[_0x444557(0x1a0)](_0x4e9f69[_0x444557(0x17b)],_0x4e9f69[_0x444557(0x1ec)])){const _0x2bf109=new PercyBinary();this.#binaryPath=await _0x2bf109[_0x444557(0x1e7)](this.#config);}else this[_0x444557(0x193)]=![],_0x4e9f69[_0x444557(0x1db)](_0x2d3ba5,_0x1d1865);}return this.#binaryPath;}async #sleep(_0x4852a0){return new Promise(_0x2c42fb=>setTimeout(_0x2c42fb,_0x4852a0));}async[a61_0x346ac2(0x1aa)](){const _0x32e850=a61_0x346ac2,_0x59d218={'qLjtE':function(_0x12e399,_0x8737e7){return _0x12e399(_0x8737e7);},'vhxHE':function(_0x4a9574,_0x406155,_0x1bebf8){return _0x4a9574(_0x406155,_0x1bebf8);},'xMIsU':'exec:stop','SPamm':_0x32e850(0x1be),'lCHbd':function(_0x353fbb,_0x29949a){return _0x353fbb!==_0x29949a;},'sSnbn':_0x32e850(0x17f),'srSUH':_0x32e850(0x1b4),'mrnGt':_0x32e850(0x1c7),'Akjqq':function(_0x573ce3,_0x2ec282){return _0x573ce3!==_0x2ec282;},'vRwFR':'mvoQW','WnIHm':'tMKIe','hlwEe':function(_0x22fd08,_0x258a76){return _0x22fd08===_0x258a76;},'RUFWW':_0x32e850(0x1c6),'thSAd':_0x32e850(0x1b2)};try{if(_0x59d218['lCHbd'](_0x59d218[_0x32e850(0x196)],_0x59d218[_0x32e850(0x196)]))return null;else{const _0x96b31d=await helper['nodeRequest'](_0x59d218[_0x32e850(0x1ef)],_0x59d218[_0x32e850(0x19a)],null,null,this.#address);if(_0x96b31d){if(_0x59d218[_0x32e850(0x1a4)](_0x59d218[_0x32e850(0x1a9)],_0x59d218[_0x32e850(0x1e5)]))return!![];else _0x3b006a[_0x32e850(0x1a1)]('Error\x20creating\x20percy\x20config:\x20'+_0x83e605),_0x59d218[_0x32e850(0x1a8)](_0x3cb060,null);}}}catch(_0x28a3fb){if(_0x59d218['hlwEe'](_0x59d218[_0x32e850(0x1b5)],_0x59d218[_0x32e850(0x199)])){const _0x1387cb=_0x59d218['vhxHE'](_0x298958,_0x2ee3ae,[_0x59d218[_0x32e850(0x17c)]]);_0x1387cb['on'](_0x59d218[_0x32e850(0x1f5)],_0x582e13=>{const _0x1ce38c=_0x32e850;this['isProcessRunning']=![],_0x59d218[_0x1ce38c(0x1a8)](_0x57e51b,_0x582e13);});}else return![];}}async[a61_0x346ac2(0x18a)](){const _0x4936ee=a61_0x346ac2,_0x3eac69={'WeaiV':function(_0x301a3e,_0x7bc920){return _0x301a3e===_0x7bc920;},'ZJPlg':'ZpjFN','Gjuyp':_0x4936ee(0x19e),'jUBDq':function(_0x1e268b,_0x3b4866){return _0x1e268b===_0x3b4866;},'jTnYI':_0x4936ee(0x190),'rCTyu':_0x4936ee(0x1f7),'UfqAM':_0x4936ee(0x1b6),'QISME':_0x4936ee(0x1f4),'Vtlvq':function(_0x33899d,_0x14d908){return _0x33899d!==_0x14d908;},'ugwGW':_0x4936ee(0x195),'LgAuZ':_0x4936ee(0x1ee),'gZSNO':function(_0x1c365a,_0x4e5ae3,_0x2cb899,_0x25ba61){return _0x1c365a(_0x4e5ae3,_0x2cb899,_0x25ba61);},'EDhRh':'close','GMfJK':function(_0x2a80fa,_0x50bd6c){return _0x2a80fa!==_0x50bd6c;},'jQiIM':'kGXyA','qQVJp':'fvDiH','pNuPt':function(_0x3c3173,_0x1009b4){return _0x3c3173===_0x1009b4;},'nYDGl':_0x4936ee(0x1c2),'FFNxR':'Percy\x20healthcheck\x20successful'},_0x5dce11=await this.#getBinaryPath(),_0xe95903={};_0xe95903[_0x4936ee(0x19b)]='a';const _0x14caeb=fs[_0x4936ee(0x1c8)](this.#logfile,_0xe95903),_0x2096a1=await this['fetchPercyToken'](),_0x4d9629=await this['createPercyConfig']();if(!_0x2096a1)return _0x3eac69['jUBDq'](_0x3eac69['jTnYI'],_0x3eac69[_0x4936ee(0x1de)])?![]:![];const _0x4dc8be=[(this.#isApp?_0x3eac69['UfqAM']:_0x3eac69[_0x4936ee(0x178)])+_0x4936ee(0x17d)];if(_0x4d9629){if(_0x3eac69[_0x4936ee(0x1bf)](_0x3eac69[_0x4936ee(0x1b7)],_0x3eac69[_0x4936ee(0x1f0)]))_0x4dc8be[_0x4936ee(0x194)]('-c',_0x4d9629);else return![];}const _0x2fe9e3={};_0x2fe9e3['PERCY_TOKEN']=_0x2096a1,this.#proc=_0x3eac69[_0x4936ee(0x185)](spawn,_0x5dce11,_0x4dc8be,{'env':Object['assign'](process[_0x4936ee(0x1cd)],_0x2fe9e3)}),this.#proc[_0x4936ee(0x1ca)][_0x4936ee(0x1c0)](_0x14caeb),this.#proc[_0x4936ee(0x1f8)]['pipe'](_0x14caeb),this[_0x4936ee(0x193)]=!![];var _0x3b9934=this;this.#proc['on'](_0x3eac69[_0x4936ee(0x1f1)],function(_0x10523f){const _0xa61644=_0x4936ee;_0x3eac69[_0xa61644(0x1f2)](_0x3eac69[_0xa61644(0x1d7)],_0x3eac69['Gjuyp'])?_0x2b1fce['isProcessRunning']=![]:_0x3b9934['isProcessRunning']=![];});do{if(_0x3eac69['GMfJK'](_0x3eac69[_0x4936ee(0x1d1)],_0x3eac69['qQVJp'])){const _0x53a828=await this[_0x4936ee(0x1aa)]();if(_0x53a828){if(_0x3eac69['pNuPt'](_0x3eac69[_0x4936ee(0x1ed)],_0x3eac69[_0x4936ee(0x1ed)]))return logger[_0x4936ee(0x19f)](_0x3eac69[_0x4936ee(0x1ae)]),!![];else _0x439d7d[_0x4936ee(0x194)]('-c',_0x54316e);}await this.#sleep(0x3e8);}else _0x22083d['version']='2';}while(this['isProcessRunning']);return![];}async[a61_0x346ac2(0x1dd)](){const _0x42bff0=a61_0x346ac2,_0x1377bd={'zfYAH':function(_0x17e981,_0x5abe21){return _0x17e981(_0x5abe21);},'QQtKX':function(_0x51a8f4,_0x472fb6){return _0x51a8f4+_0x472fb6;},'PXvEE':_0x42bff0(0x1c5),'Rwrww':function(_0x335508,_0x46a50b){return _0x335508(_0x46a50b);},'KpvYk':function(_0x1688a1,_0x22eeaf){return _0x1688a1!==_0x22eeaf;},'NICkV':_0x42bff0(0x186),'OvpVg':_0x42bff0(0x1a3),'xXncW':function(_0x3fd0f8,_0x1676f2){return _0x3fd0f8(_0x1676f2);},'ZMawx':function(_0x2a44b2,_0x3d0502){return _0x2a44b2!==_0x3d0502;},'uomFj':_0x42bff0(0x1fc),'VwVLa':function(_0xde855c,_0xa64187,_0x5ad8b1){return _0xde855c(_0xa64187,_0x5ad8b1);},'qcaNy':_0x42bff0(0x18b),'rSNqu':_0x42bff0(0x1be)},_0x4b1783=await this.#getBinaryPath();return new Promise((_0x3f6a32,_0x4fcc18)=>{const _0x19e1c3=_0x42bff0,_0x5eeb80={'WUGsE':function(_0xca207a,_0xca55ed){const _0x330e52=a61_0x9a83;return _0x1377bd[_0x330e52(0x17a)](_0xca207a,_0xca55ed);},'VvvUt':_0x1377bd[_0x19e1c3(0x1e0)],'wKDHo':_0x1377bd[_0x19e1c3(0x1dc)],'LQDZO':function(_0x48e26a,_0x2e8504){const _0x202888=_0x19e1c3;return _0x1377bd[_0x202888(0x1b1)](_0x48e26a,_0x2e8504);}};if(_0x1377bd[_0x19e1c3(0x19c)](_0x1377bd['uomFj'],_0x1377bd['uomFj']))_0x2b08c9&&(_0x425a02['error'](_0x19e1c3(0x1f3)+_0x44a052),_0x1377bd[_0x19e1c3(0x1b8)](_0x975eaa,null)),_0x21903a[_0x19e1c3(0x19f)](_0x1377bd[_0x19e1c3(0x1ad)](_0x1377bd['PXvEE'],_0xbb54bd)),_0x1377bd[_0x19e1c3(0x18f)](_0x2ca0be,_0x24341c);else{const _0x145586=_0x1377bd[_0x19e1c3(0x179)](spawn,_0x4b1783,[_0x1377bd['qcaNy']]);_0x145586['on'](_0x1377bd[_0x19e1c3(0x1d9)],_0x13831d=>{const _0x4381d7=_0x19e1c3;if(_0x5eeb80['WUGsE'](_0x5eeb80[_0x4381d7(0x1b9)],_0x5eeb80['wKDHo']))this['isProcessRunning']=![],_0x5eeb80[_0x4381d7(0x18d)](_0x3f6a32,_0x13831d);else return!![];});}});}[a61_0x346ac2(0x1e1)](){const _0x4651ce=a61_0x346ac2;return this[_0x4651ce(0x193)];}async[a61_0x346ac2(0x19d)](){const _0x2f5367=a61_0x346ac2,_0x1ec914={};_0x1ec914[_0x2f5367(0x1c9)]=function(_0x32a730,_0x55feee){return _0x32a730!==_0x55feee;},_0x1ec914[_0x2f5367(0x1e6)]=_0x2f5367(0x1af),_0x1ec914[_0x2f5367(0x1ea)]=_0x2f5367(0x191),_0x1ec914['NuExQ']=_0x2f5367(0x197),_0x1ec914[_0x2f5367(0x1a6)]='GET',_0x1ec914[_0x2f5367(0x1a2)]='Percy\x20fetch\x20token\x20success',_0x1ec914['XQqWQ']=function(_0x1b6873,_0xed6baf){return _0x1b6873!==_0xed6baf;},_0x1ec914[_0x2f5367(0x1b3)]=_0x2f5367(0x1e9);const _0x54f999=_0x1ec914,_0x3546f3=this.#config[_0x2f5367(0x1eb)];try{if(_0x54f999[_0x2f5367(0x1c9)](_0x54f999['ntRnP'],_0x54f999[_0x2f5367(0x1e6)]))return this[_0x2f5367(0x193)];else{const _0x308aa2=this.#isApp?_0x54f999[_0x2f5367(0x1ea)]:_0x54f999[_0x2f5367(0x1cf)],_0xd4b49b=await helper[_0x2f5367(0x1cb)](_0x54f999[_0x2f5367(0x1a6)],_0x2f5367(0x1f6)+_0x3546f3+_0x2f5367(0x1d3)+_0x308aa2,{},this.#config),_0x19750b=_0xd4b49b[_0x2f5367(0x1cc)];return logger[_0x2f5367(0x19f)](_0x54f999['FfBMP']),_0x19750b[_0x2f5367(0x182)];}}catch(_0x209828){return _0x54f999[_0x2f5367(0x1d6)](_0x54f999[_0x2f5367(0x1b3)],_0x54f999[_0x2f5367(0x1b3)])?(_0x3d122e[_0x2f5367(0x1a1)]('Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20'+_0x43b712),null):(logger[_0x2f5367(0x1a1)](_0x2f5367(0x1ac)+_0x209828),null);}}async['createPercyConfig'](){const _0x2a69d6=a61_0x346ac2,_0x4f37e8={'Fnocu':_0x2a69d6(0x188),'gDchV':function(_0x3d75a3,_0x23342f){return _0x3d75a3(_0x23342f);},'PKXuq':function(_0x31842b,_0x9ded75){return _0x31842b+_0x9ded75;},'hGIpz':_0x2a69d6(0x1c5),'HtxfW':function(_0x58e02a,_0x15f8a4){return _0x58e02a!==_0x15f8a4;},'wiTuq':'lNqaA','budqw':'percy.json','NQDnV':_0x2a69d6(0x192),'JlHxw':_0x2a69d6(0x1fb)};if(!this.#config['percyOptions'])return _0x4f37e8[_0x2a69d6(0x1d2)](_0x4f37e8[_0x2a69d6(0x1d8)],_0x4f37e8[_0x2a69d6(0x1d8)])?(_0x54e179[_0x2a69d6(0x19f)](_0x4f37e8[_0x2a69d6(0x1df)]),!![]):null;const _0x3c1470=path[_0x2a69d6(0x184)](os[_0x2a69d6(0x180)](),_0x4f37e8[_0x2a69d6(0x17e)]),_0xc085da=this.#config[_0x2a69d6(0x1fa)];if(!_0xc085da[_0x2a69d6(0x1e2)]){if(_0x4f37e8[_0x2a69d6(0x1d2)](_0x4f37e8['NQDnV'],_0x4f37e8[_0x2a69d6(0x181)]))_0xc085da['version']='2';else return new _0x2bb876(_0x5b3467=>_0x57aa89(_0x5b3467,_0x523ced));}return new Promise((_0xb412af,_0x2648b8)=>{const _0x13e3c5=_0x2a69d6;fs[_0x13e3c5(0x1c1)](_0x3c1470,JSON[_0x13e3c5(0x198)](_0xc085da),_0xbc2c78=>{const _0xe02f7a=_0x13e3c5;_0xbc2c78&&(logger['error'](_0xe02f7a(0x1f3)+_0xbc2c78),_0x4f37e8['gDchV'](_0xb412af,null)),logger[_0xe02f7a(0x19f)](_0x4f37e8[_0xe02f7a(0x1da)](_0x4f37e8[_0xe02f7a(0x1bc)],_0x3c1470)),_0x4f37e8['gDchV'](_0xb412af,_0x3c1470);});});}}function a61_0x3097(){const _0x4427a6=['../helper','Percy\x20healthcheck\x20successful','exports','start','exec:stop','NfCzz','LQDZO','../logger','Rwrww','RHLaA','app','bOJIC','isProcessRunning','push','njGTw','sSnbn','automate','stringify','thSAd','mrnGt','flags','ZMawx','fetchPercyToken','WWyPB','debug','kwQCx','error','FfBMP','NNSsh','Akjqq','18MDpqVN','nsTbZ','aWRre','qLjtE','vRwFR','healthcheck','843657qPRQAw','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','QQtKX','FFNxR','zYqeS','AZqUf','xXncW','eBhaY','YKhFe','GET','RUFWW','app:exec','ugwGW','zfYAH','VvvUt','2095492iFlDsH','4890816JFSQzX','hGIpz','vgTYC','close','Vtlvq','pipe','writeFile','FWctI','eEYlX','9117332jHUGjO','Percy\x20config\x20created\x20at\x20','EsjLu','percy/healthcheck','createWriteStream','vMMtx','stdout','nodeRequest','data','env','PERCY_SERVER_ADDRESS','NuExQ','winstonLogger','jQiIM','HtxfW','&type=','UVKAQ','ACfJj','XQqWQ','ZJPlg','wiTuq','rSNqu','PKXuq','AftZT','OvpVg','stop','rCTyu','Fnocu','NICkV','isRunning','version','1968796CyJDoc','167978PDlxkk','WnIHm','ntRnP','getBinaryPath','5666272jYiHmj','csPeu','AnkcF','projectName','ELAuJ','nYDGl','IwxPc','srSUH','LgAuZ','EDhRh','WeaiV','Error\x20creating\x20percy\x20config:\x20','exec','SPamm','api/app_percy/get_project_token?name=','crEGr','stderr','5wwMBeW','percyOptions','ZJudN','VLeTl','QISME','VwVLa','KpvYk','Azdzd','xMIsU',':start','budqw','NVeVH','tmpdir','JlHxw','token','path','join','gZSNO','tGRuT'];a61_0x3097=function(){return _0x4427a6;};return a61_0x3097();}module[a61_0x346ac2(0x189)]=Percy;
1
+ const a61_0x204bd5=a61_0x235d;(function(_0x29606c,_0x4f7032){const _0x5824c7=a61_0x235d,_0x22204e=_0x29606c();while(!![]){try{const _0x3c9c4b=parseInt(_0x5824c7(0x19b))/0x1*(parseInt(_0x5824c7(0x17d))/0x2)+parseInt(_0x5824c7(0x16e))/0x3+-parseInt(_0x5824c7(0x185))/0x4*(-parseInt(_0x5824c7(0x178))/0x5)+-parseInt(_0x5824c7(0x1a4))/0x6+parseInt(_0x5824c7(0x1aa))/0x7+parseInt(_0x5824c7(0x172))/0x8+-parseInt(_0x5824c7(0x173))/0x9*(parseInt(_0x5824c7(0x18d))/0xa);if(_0x3c9c4b===_0x4f7032)break;else _0x22204e['push'](_0x22204e['shift']());}catch(_0x50cd5f){_0x22204e['push'](_0x22204e['shift']());}}}(a61_0x1434,0xb71d7));const fs=require('fs'),path=require(a61_0x204bd5(0x196)),os=require('os'),{spawn}=require(a61_0x204bd5(0x1a6)),helper=require(a61_0x204bd5(0x180)),logger=require('../logger')[a61_0x204bd5(0x174)],{logDir}=require(a61_0x204bd5(0x1a0)),PercyBinary=require(a61_0x204bd5(0x168));class Percy{#logfile=path[a61_0x204bd5(0x191)](logDir,a61_0x204bd5(0x198));#address=process[a61_0x204bd5(0x1a7)][a61_0x204bd5(0x18a)]||a61_0x204bd5(0x181);#binaryPath=null;#config=null;#proc=null;#isApp=![];['isProcessRunning']=![];constructor(_0x40e59c){const _0x164dbc=a61_0x204bd5;this.#config=_0x40e59c,!!_0x40e59c[_0x164dbc(0x193)]&&(this.#isApp=!![]);}async #getBinaryPath(){if(!this.#binaryPath){const _0x1e2b4c=new PercyBinary();this.#binaryPath=await _0x1e2b4c['getBinaryPath'](this.#config);}return this.#binaryPath;}async #sleep(_0x3aa3bc){return new Promise(_0x2c2a7e=>setTimeout(_0x2c2a7e,_0x3aa3bc));}async[a61_0x204bd5(0x175)](){const _0x20f22f=a61_0x204bd5,_0x4373e1={};_0x4373e1['WlcJJ']='GET',_0x4373e1[_0x20f22f(0x1a5)]='percy/healthcheck';const _0x38475d=_0x4373e1;try{const _0x56c5f9=await helper['nodeRequest'](_0x38475d[_0x20f22f(0x18e)],_0x38475d[_0x20f22f(0x1a5)],null,null,this.#address);if(_0x56c5f9)return!![];}catch(_0x2cc5a5){return![];}}async[a61_0x204bd5(0x19e)](){const _0x2c604b=a61_0x204bd5,_0x54a0c9={'IiKyQ':'app:exec','NPntP':_0x2c604b(0x17c),'YLBGE':function(_0x513c7a,_0x49de29,_0x29fa9c,_0x4efc4a){return _0x513c7a(_0x49de29,_0x29fa9c,_0x4efc4a);},'CQBuO':_0x2c604b(0x1ab),'Bctnm':_0x2c604b(0x177)},_0x1a9c98=await this.#getBinaryPath(),_0x1c0911={};_0x1c0911[_0x2c604b(0x197)]='a';const _0x58b913=fs[_0x2c604b(0x189)](this.#logfile,_0x1c0911),_0x2305f5=await this[_0x2c604b(0x17b)](),_0x48eb96=await this[_0x2c604b(0x161)]();if(!_0x2305f5)return![];const _0x5df482=[(this.#isApp?_0x54a0c9[_0x2c604b(0x1a9)]:_0x54a0c9[_0x2c604b(0x1a2)])+_0x2c604b(0x182)];_0x48eb96&&_0x5df482[_0x2c604b(0x1a1)]('-c',_0x48eb96);const _0x1f3321={};_0x1f3321[_0x2c604b(0x17a)]=_0x2305f5,this.#proc=_0x54a0c9[_0x2c604b(0x199)](spawn,_0x1a9c98,_0x5df482,{'env':Object[_0x2c604b(0x18c)](process['env'],_0x1f3321)}),this.#proc['stdout'][_0x2c604b(0x170)](_0x58b913),this.#proc[_0x2c604b(0x16a)]['pipe'](_0x58b913),this[_0x2c604b(0x17f)]=!![];var _0x259d95=this;this.#proc['on'](_0x54a0c9[_0x2c604b(0x19f)],function(_0x1af6eb){const _0x3789d6=_0x2c604b;_0x259d95[_0x3789d6(0x17f)]=![];});do{const _0x9f7664=await this[_0x2c604b(0x175)]();if(_0x9f7664)return logger['debug'](_0x54a0c9[_0x2c604b(0x16b)]),!![];await this.#sleep(0x3e8);}while(this['isProcessRunning']);return![];}async[a61_0x204bd5(0x19d)](){const _0x1fe2d5=a61_0x204bd5,_0x434d08={'hxDHM':function(_0x30ea55,_0x16bb33){return _0x30ea55(_0x16bb33);},'zEGOS':function(_0x5170f1,_0x5e3009,_0x564e7d){return _0x5170f1(_0x5e3009,_0x564e7d);},'jpgDu':_0x1fe2d5(0x16f),'IsOHr':_0x1fe2d5(0x1ab)},_0x11f7fd=await this.#getBinaryPath();return new Promise((_0x543fe3,_0x4a6d5c)=>{const _0xb91fe2=_0x1fe2d5,_0x34fa1d={'GjrSO':function(_0x1f04d6,_0x1e1412){return _0x434d08['hxDHM'](_0x1f04d6,_0x1e1412);}},_0x193ea6=_0x434d08['zEGOS'](spawn,_0x11f7fd,[_0x434d08[_0xb91fe2(0x195)]]);_0x193ea6['on'](_0x434d08[_0xb91fe2(0x179)],_0xa9603b=>{const _0x3fff3a=_0xb91fe2;this[_0x3fff3a(0x17f)]=![],_0x34fa1d[_0x3fff3a(0x192)](_0x543fe3,_0xa9603b);});});}['isRunning'](){return this['isProcessRunning'];}async[a61_0x204bd5(0x17b)](){const _0x4c35d6=a61_0x204bd5,_0x2bf144={};_0x2bf144[_0x4c35d6(0x1a8)]=_0x4c35d6(0x193),_0x2bf144[_0x4c35d6(0x163)]=_0x4c35d6(0x165),_0x2bf144[_0x4c35d6(0x169)]=_0x4c35d6(0x18b),_0x2bf144['rMsNO']=_0x4c35d6(0x176);const _0x385f15=_0x2bf144,_0x1331d4=this.#config[_0x4c35d6(0x16d)];try{const _0x3af776=this.#isApp?_0x385f15[_0x4c35d6(0x1a8)]:_0x385f15[_0x4c35d6(0x163)],_0x5dbf2e=await helper['nodeRequest'](_0x385f15[_0x4c35d6(0x169)],_0x4c35d6(0x19a)+_0x1331d4+_0x4c35d6(0x19c)+_0x3af776,{},this.#config),_0x5347e0=_0x5dbf2e['data'];return logger[_0x4c35d6(0x184)](_0x385f15[_0x4c35d6(0x171)]),_0x5347e0[_0x4c35d6(0x164)];}catch(_0x29bb9e){return logger[_0x4c35d6(0x166)](_0x4c35d6(0x187)+_0x29bb9e),null;}}async[a61_0x204bd5(0x161)](){const _0x485427=a61_0x204bd5,_0x29688d={'Oeftv':function(_0x1e92cd,_0x3dcb32){return _0x1e92cd(_0x3dcb32);},'ZSnbO':function(_0x4255a2,_0x35523c){return _0x4255a2+_0x35523c;},'VbChq':_0x485427(0x1ac),'sHnCW':_0x485427(0x183)};if(!this.#config['percyOptions'])return null;const _0x55d4b2=path['join'](os[_0x485427(0x167)](),_0x29688d[_0x485427(0x18f)]),_0x547e54=this.#config['percyOptions'];return!_0x547e54[_0x485427(0x17e)]&&(_0x547e54['version']='2'),new Promise((_0x1108ca,_0x580ded)=>{const _0x327b51=_0x485427,_0x79247c={'XYURn':function(_0x1de365,_0x773406){const _0x5e2714=a61_0x235d;return _0x29688d[_0x5e2714(0x162)](_0x1de365,_0x773406);},'GFEXM':function(_0xf307de,_0x21596e){const _0x21b102=a61_0x235d;return _0x29688d[_0x21b102(0x16c)](_0xf307de,_0x21596e);},'UnjLL':_0x29688d[_0x327b51(0x190)]};fs['writeFile'](_0x55d4b2,JSON[_0x327b51(0x188)](_0x547e54),_0x2eef93=>{const _0x3e2184=_0x327b51;_0x2eef93&&(logger[_0x3e2184(0x166)](_0x3e2184(0x186)+_0x2eef93),_0x79247c[_0x3e2184(0x194)](_0x1108ca,null)),logger[_0x3e2184(0x184)](_0x79247c[_0x3e2184(0x160)](_0x79247c['UnjLL'],_0x55d4b2)),_0x79247c[_0x3e2184(0x194)](_0x1108ca,_0x55d4b2);});});}}module[a61_0x204bd5(0x1a3)]=Percy;function a61_0x235d(_0x440d6c,_0x4b98e8){const _0x1434ac=a61_0x1434();return a61_0x235d=function(_0x235dbc,_0x557854){_0x235dbc=_0x235dbc-0x160;let _0x531c45=_0x1434ac[_0x235dbc];return _0x531c45;},a61_0x235d(_0x440d6c,_0x4b98e8);}function a61_0x1434(){const _0x2b6b8c=['start','CQBuO','../logger','push','NPntP','exports','5805660CYyKHP','wcsNC','child_process','env','JbzEb','IiKyQ','10411772fugpkl','close','Percy\x20config\x20created\x20at\x20','GFEXM','createPercyConfig','Oeftv','LYvxl','token','automate','error','tmpdir','./PercyBinary','xLsLt','stderr','Bctnm','ZSnbO','projectName','2738298catHyZ','exec:stop','pipe','rMsNO','1815840fPJLwF','9MHDRXC','winstonLogger','healthcheck','Percy\x20fetch\x20token\x20success','Percy\x20healthcheck\x20successful','895UZdmsy','IsOHr','PERCY_TOKEN','fetchPercyToken','exec','158cZLsao','version','isProcessRunning','../helper','http://localhost:5338',':start','percy.json','debug','324JAaWLT','Error\x20creating\x20percy\x20config:\x20','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','stringify','createWriteStream','PERCY_SERVER_ADDRESS','GET','assign','15111990evIcey','WlcJJ','sHnCW','VbChq','join','GjrSO','app','XYURn','jpgDu','path','flags','percy.log','YLBGE','api/app_percy/get_project_token?name=','7433vgyBPk','&type=','stop'];a61_0x1434=function(){return _0x2b6b8c;};return a61_0x1434();}
@@ -1 +1 @@
1
- const a62_0x541215=a62_0x2602;(function(_0x2608ab,_0x54c973){const _0x419a96=a62_0x2602,_0x408fd3=_0x2608ab();while(!![]){try{const _0x499646=-parseInt(_0x419a96(0x181))/0x1*(parseInt(_0x419a96(0x16d))/0x2)+-parseInt(_0x419a96(0x1e3))/0x3*(parseInt(_0x419a96(0x190))/0x4)+-parseInt(_0x419a96(0x1fd))/0x5+-parseInt(_0x419a96(0x1d6))/0x6+parseInt(_0x419a96(0x1eb))/0x7+parseInt(_0x419a96(0x130))/0x8+parseInt(_0x419a96(0x1d8))/0x9;if(_0x499646===_0x54c973)break;else _0x408fd3['push'](_0x408fd3['shift']());}catch(_0x192cfd){_0x408fd3['push'](_0x408fd3['shift']());}}}(a62_0x1ff3,0xb322f));const {https}=require(a62_0x541215(0x1d0)),url=require(a62_0x541215(0x1de)),yauzl=require('yauzl'),fs=require('fs'),path=require(a62_0x541215(0x131)),os=require('os'),{spawn}=require(a62_0x541215(0xf2)),HttpsProxyAgent=require(a62_0x541215(0x156)),logger=require(a62_0x541215(0x10d))[a62_0x541215(0x195)];function a62_0x2602(_0x1c4c66,_0x40afd7){const _0x1ff319=a62_0x1ff3();return a62_0x2602=function(_0x260243,_0x554fed){_0x260243=_0x260243-0xe8;let _0x1ec9c6=_0x1ff319[_0x260243];return _0x1ec9c6;},a62_0x2602(_0x1c4c66,_0x40afd7);}class PercyBinary{#hostOS=process[a62_0x541215(0xe9)];#httpPath=null;#binaryName=a62_0x541215(0x157);#orderedPaths=[path['join'](this.#homedir(),'.browserstack'),process[a62_0x541215(0x17d)](),os['tmpdir']()];constructor(){const _0xd5f217=a62_0x541215,_0xfddf4e={'rniOk':function(_0x44c6aa,_0x3bda7f){return _0x44c6aa(_0x3bda7f);},'pWfJX':_0xd5f217(0x103),'cjxcu':function(_0x411eb8,_0x25fc6c){return _0x411eb8===_0x25fc6c;},'hcveO':_0xd5f217(0x1a8),'jWZuC':_0xd5f217(0x13b),'ZMNpP':function(_0x14ef62,_0x2da8f9){return _0x14ef62+_0x2da8f9;},'sikaT':_0xd5f217(0x165),'inSjH':_0xd5f217(0x105),'wnBHS':_0xd5f217(0x1c3),'BGCtV':'percy.exe','SVJRJ':_0xd5f217(0x179),'THAkb':function(_0x56f5cb,_0x1b6aa9){return _0x56f5cb+_0x1b6aa9;},'noGmJ':'/percy-linux.zip'},_0x2d5790=_0xfddf4e[_0xd5f217(0xee)];if(this.#hostOS['match'](/darwin|mac os/i)){if(_0xfddf4e['cjxcu'](_0xfddf4e[_0xd5f217(0x15f)],_0xfddf4e[_0xd5f217(0x122)]))return _0x31b760['accessSync'](_0x3a5a04,_0x4d1700),!![];else this.#httpPath=_0xfddf4e[_0xd5f217(0x159)](_0x2d5790,_0xfddf4e[_0xd5f217(0x14e)]);}else{if(this.#hostOS['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i))_0xfddf4e[_0xd5f217(0x148)](_0xfddf4e['inSjH'],_0xfddf4e['inSjH'])?(this.#httpPath=_0xfddf4e[_0xd5f217(0x159)](_0x2d5790,_0xfddf4e[_0xd5f217(0x20e)]),this.#binaryName=_0xfddf4e[_0xd5f217(0x1cf)]):_0xfddf4e[_0xd5f217(0x17c)](_0x336e0e,_0x14cab4);else{if(_0xfddf4e[_0xd5f217(0x148)](_0xfddf4e[_0xd5f217(0x14b)],_0xfddf4e['SVJRJ']))this.#httpPath=_0xfddf4e[_0xd5f217(0x132)](_0x2d5790,_0xfddf4e[_0xd5f217(0x14f)]);else{const _0x587678={};_0x587678[_0xd5f217(0x194)]=_0x5625c2[_0xd5f217(0x196)],_0x587678[_0xd5f217(0x117)]=_0x4e85d6[_0xd5f217(0x1b9)],_0x16b2f3[_0xd5f217(0x12b)]=new _0x153b74(_0x587678);}}}}#getAvailableDirs(){const _0x459202=a62_0x541215,_0x3d763d={'zMinr':function(_0x1a27dc,_0x44fccd){return _0x1a27dc(_0x44fccd);},'bejOu':function(_0x30469a,_0xcea230){return _0x30469a<_0xcea230;},'Ichra':function(_0x21d76d,_0x532ccc){return _0x21d76d!==_0x532ccc;},'DXrpT':_0x459202(0x12e),'hQZpL':_0x459202(0x17a),'oyxPd':function(_0x661796,_0x37bfb0){return _0x661796===_0x37bfb0;},'TAORE':'PXWQr','dClxd':_0x459202(0x1f7),'rtFai':_0x459202(0x1b4)};for(var _0x1c8791=0x0;_0x3d763d['bejOu'](_0x1c8791,this.#orderedPaths['length']);_0x1c8791++){if(_0x3d763d[_0x459202(0x182)](_0x3d763d['DXrpT'],_0x3d763d['hQZpL'])){var _0x36eb70=this.#orderedPaths[_0x1c8791];if(this.#makePath(_0x36eb70))return _0x3d763d[_0x459202(0x1c6)](_0x3d763d['TAORE'],_0x3d763d[_0x459202(0x218)])?![]:_0x36eb70;}else _0x3d763d[_0x459202(0xf8)](_0x4c1c9e,_0x2a0de0);}throw new Error(_0x3d763d[_0x459202(0x11f)]);}#makePath(_0x108b2b){const _0x5bf9f8=a62_0x541215,_0x1bb030={'QaVey':function(_0x1b9be9,_0x21cae6){return _0x1b9be9!==_0x21cae6;},'JXrYt':_0x5bf9f8(0x1f6),'dDCAn':function(_0x3a916c,_0x40b0ce){return _0x3a916c(_0x40b0ce);},'jCeqm':function(_0x226569,_0x68074c){return _0x226569===_0x68074c;},'SLIAI':_0x5bf9f8(0x11d),'dgivZ':_0x5bf9f8(0x1d5),'Abagh':function(_0x4abeed,_0x5b5d8b){return _0x4abeed!==_0x5b5d8b;},'qBTzR':'mRSwS','FyxpA':_0x5bf9f8(0x125),'PMYdS':function(_0x2e94f4,_0x4fa1ef){return _0x2e94f4!==_0x4fa1ef;},'tBrTN':_0x5bf9f8(0x1bf)};try{if(_0x1bb030[_0x5bf9f8(0x1ab)](_0x1bb030[_0x5bf9f8(0x167)],_0x1bb030[_0x5bf9f8(0x16c)])){if(_0x1bb030[_0x5bf9f8(0x20c)](typeof _0x160f7e[_0x5bf9f8(0x21d)],_0x1bb030[_0x5bf9f8(0x1b5)]))return![];try{return _0x208563['statSync'](_0x3e7091),!![];}catch(_0x18700f){return![];}}else{if(!this.#checkPath(_0x108b2b)){if(_0x1bb030['Abagh'](_0x1bb030['qBTzR'],_0x1bb030[_0x5bf9f8(0x21f)]))fs[_0x5bf9f8(0x173)](_0x108b2b);else return![];}return!![];}}catch{if(_0x1bb030[_0x5bf9f8(0x1db)](_0x1bb030[_0x5bf9f8(0x15c)],_0x1bb030[_0x5bf9f8(0x15c)]))_0x50e36c&&_0x1bb030[_0x5bf9f8(0x211)](_0x3302b7,_0x5c7972),_0x1bb030['dDCAn'](_0x23750c,_0x29ec3a);else return![];}}#checkPath(_0x3be1b7,_0x1dafbf){const _0x390882=a62_0x541215,_0x530f3a={'sVoiM':_0x390882(0x202),'izZyU':function(_0x101173,_0x3e3268){return _0x101173(_0x3e3268);},'ojLaB':function(_0x245205,_0x1a2d0e){return _0x245205(_0x1a2d0e);},'xyoic':function(_0xc22e2a,_0x2e4901){return _0xc22e2a|_0x2e4901;},'UYJzr':function(_0x5a9a45,_0x58569d){return _0x5a9a45===_0x58569d;},'qFEHs':'PSsXp','ByPbw':_0x390882(0x166),'uenPn':_0x390882(0x1e6),'thZUj':function(_0x34362c,_0x1cffc8){return _0x34362c!==_0x1cffc8;},'vYKUE':_0x390882(0x1f6),'FvEAR':_0x390882(0x14c),'BdRpC':_0x390882(0x18e),'EeKmY':function(_0x3ca3c7,_0x71fc2d){return _0x3ca3c7!==_0x71fc2d;},'vxOUT':_0x390882(0x1ed),'RjYRt':_0x390882(0x1a6)};_0x1dafbf=_0x1dafbf||_0x530f3a[_0x390882(0xeb)](fs[_0x390882(0x13f)],fs['W_OK']);try{return _0x530f3a[_0x390882(0x199)](_0x530f3a[_0x390882(0x1d9)],_0x530f3a[_0x390882(0x160)])?![]:(fs['accessSync'](_0x3be1b7,_0x1dafbf),!![]);}catch(_0x1d6592){if(_0x530f3a[_0x390882(0x199)](_0x530f3a[_0x390882(0x15a)],_0x530f3a[_0x390882(0x15a)])){if(_0x530f3a['thZUj'](typeof fs[_0x390882(0x21d)],_0x530f3a[_0x390882(0x162)])){if(_0x530f3a[_0x390882(0x199)](_0x530f3a[_0x390882(0x1b2)],_0x530f3a['BdRpC']))_0x4c5b7f[_0x390882(0x1ca)](_0x530f3a[_0x390882(0x118)],_0x50b6cd),_0x530f3a[_0x390882(0x186)](_0x28ef5d,_0xf19031);else return![];}try{if(_0x530f3a['EeKmY'](_0x530f3a['vxOUT'],_0x530f3a[_0x390882(0x1e9)]))_0x933b67['mkdirSync'](_0x46a184);else return fs[_0x390882(0x215)](_0x3be1b7),!![];}catch(_0x20770f){if(_0x530f3a['EeKmY'](_0x530f3a[_0x390882(0x207)],_0x530f3a[_0x390882(0x207)]))_0x242fc3[_0x390882(0x184)](),_0x465cb4['readEntry']();else return![];}}else _0x530f3a['ojLaB'](_0x2cf0d1,_0x361dc5);}}async[a62_0x541215(0xfb)](_0x187465){const _0x29e62e=a62_0x541215,_0x26355d={'oUaqI':function(_0x5f0032,_0x447ea6){return _0x5f0032===_0x447ea6;},'pdvtS':_0x29e62e(0x15b),'wKBrk':function(_0x11a64e,_0x43314d){return _0x11a64e+_0x43314d;},'JMUWV':_0x29e62e(0x201),'EBykP':_0x29e62e(0xf9),'GVwHR':function(_0x27e6f2,_0x13dd39){return _0x27e6f2(_0x13dd39);},'aNOQT':function(_0x7d29b1,_0x366231){return _0x7d29b1===_0x366231;},'UlZJO':_0x29e62e(0x1e1),'OsNhv':_0x29e62e(0x13a),'AFcXs':function(_0x37d8a9,_0x4395f1){return _0x37d8a9!==_0x4395f1;},'JZHYW':_0x29e62e(0x223),'nYRSV':_0x29e62e(0x10c)};var _0x56b0f3=this.#getAvailableDirs(),_0x1e6851=path[_0x29e62e(0x1ae)](_0x56b0f3,this.#binaryName);if(this.#checkPath(_0x1e6851,fs[_0x29e62e(0xf6)]))return _0x26355d[_0x29e62e(0x168)](_0x26355d[_0x29e62e(0x20f)],_0x26355d['OsNhv'])?_0x40731f||(_0x26355d[_0x29e62e(0x1cd)](_0x4c417a[_0x29e62e(0x197)](),0x0)?_0x26355d['pdvtS']:_0x28d794?_0x26355d[_0x29e62e(0x114)](_0x26355d[_0x29e62e(0x19e)],_0x202196):null):_0x1e6851;const _0x14b3c8=await this['download'](_0x187465,_0x56b0f3),_0x1ae1d4=await this['validateBinary'](_0x14b3c8);if(!_0x1ae1d4){if(_0x26355d[_0x29e62e(0x1d4)](_0x26355d[_0x29e62e(0x1ad)],_0x26355d[_0x29e62e(0x1ad)]))_0x3dd524[_0x29e62e(0x1ca)](_0x26355d[_0x29e62e(0x1a1)],_0x4b5d9e),_0x26355d[_0x29e62e(0x208)](_0x26f9f2,_0x59cf66);else return logger[_0x29e62e(0x1ca)](_0x26355d[_0x29e62e(0x136)]),await this[_0x29e62e(0x11a)](_0x187465,_0x56b0f3);}return _0x14b3c8;}async[a62_0x541215(0x1c7)](_0x1e0dd9){const _0x3e3e08=a62_0x541215,_0x3e4114={'jlJal':function(_0x180657,_0x5a5ba7){return _0x180657!==_0x5a5ba7;},'Sstnv':_0x3e3e08(0x1f3),'NMYHP':function(_0x300d28,_0x447aba){return _0x300d28===_0x447aba;},'CatHn':_0x3e3e08(0x143),'vgZur':function(_0x564ad6,_0x5bb83a){return _0x564ad6(_0x5bb83a);},'mDpwN':function(_0x1acfa8,_0x5b8287){return _0x1acfa8(_0x5b8287);},'ayCxZ':'0755','edujL':_0x3e3e08(0xef),'UXgwT':_0x3e3e08(0x1ef),'XBtas':_0x3e3e08(0x18d),'holKi':function(_0xc4aae4,_0x4ddc16,_0x44855e){return _0xc4aae4(_0x4ddc16,_0x44855e);},'gcEDT':_0x3e3e08(0x164),'djQaW':'data','dwsFy':_0x3e3e08(0x184)},_0x23c4c2=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x26ce10,_0x16eb75)=>{const _0x310d9b=_0x3e3e08,_0x3f3425={'JoVDw':function(_0x34ebb9,_0x4a3899){const _0xe149b9=a62_0x2602;return _0x3e4114[_0xe149b9(0x16f)](_0x34ebb9,_0x4a3899);},'yiFwo':_0x3e4114[_0x310d9b(0x193)],'JbALt':function(_0x1db453,_0x5cfb8b){const _0x7a871=_0x310d9b;return _0x3e4114[_0x7a871(0x1a7)](_0x1db453,_0x5cfb8b);},'YzXKf':_0x3e4114['edujL']};if(_0x3e4114[_0x310d9b(0x1a7)](_0x3e4114[_0x310d9b(0x19f)],_0x3e4114[_0x310d9b(0x1e2)]))_0x2359ba['ca']=_0x292963[_0x310d9b(0x100)](_0x41c560['useCaCertificate']);else{const _0xcaaef0=_0x3e4114[_0x310d9b(0x145)](spawn,_0x1e0dd9,[_0x3e4114[_0x310d9b(0x210)]]);_0xcaaef0[_0x310d9b(0x144)]['on'](_0x3e4114['djQaW'],_0x5085ef=>{const _0x97d5b=_0x310d9b;if(_0x3e4114[_0x97d5b(0x1ee)](_0x3e4114[_0x97d5b(0x1b7)],_0x3e4114[_0x97d5b(0x1b7)]))return _0x1fb4b2[_0x97d5b(0x215)](_0x3ff80c),!![];else _0x23c4c2[_0x97d5b(0x220)](_0x5085ef)&&(_0x3e4114[_0x97d5b(0x1a7)](_0x3e4114['CatHn'],_0x3e4114['CatHn'])?_0x3e4114[_0x97d5b(0x123)](_0x26ce10,!![]):_0x1a3c13[_0x97d5b(0x1a0)]());}),_0xcaaef0['on'](_0x3e4114[_0x310d9b(0x110)],()=>{const _0x3fd2e2=_0x310d9b;if(_0x3f3425[_0x3fd2e2(0x1af)](_0x3f3425[_0x3fd2e2(0x106)],_0x3f3425[_0x3fd2e2(0x106)]))_0x3f3425['JoVDw'](_0x26ce10,![]);else{const _0x1b5ac8={'eswUG':function(_0x29a0cb,_0x2e175f){const _0x4525ea=_0x3fd2e2;return _0x3f3425[_0x4525ea(0xff)](_0x29a0cb,_0x2e175f);}};_0x6a5d77[_0x3fd2e2(0x21a)](_0x3f6094,_0x3f3425[_0x3fd2e2(0x200)],function(_0x5169b5){const _0x15fca7=_0x3fd2e2;_0x5169b5&&_0x1b5ac8[_0x15fca7(0x21b)](_0x1a3494,_0x5169b5),_0x1b5ac8['eswUG'](_0x214759,_0x6ef1a5);}),_0x5d66f9[_0x3fd2e2(0x184)]();}});}});}[a62_0x541215(0x11a)](_0x208159,_0x5a26e0){const _0x27a9a2=a62_0x541215,_0x427c9a={'GNaMC':function(_0x550d1a,_0x56b9f9){return _0x550d1a(_0x56b9f9);},'PLnnV':function(_0x1a896a,_0x4a3edb){return _0x1a896a+_0x4a3edb;},'CTmEx':function(_0x209408,_0x12ae03){return _0x209408+_0x12ae03;},'baIRc':_0x27a9a2(0x15d),'lHQLZ':_0x27a9a2(0x13d),'qGLeo':function(_0x164aa1,_0x1c7bdc){return _0x164aa1!==_0x1c7bdc;},'leciY':'XvZCm','KqKXn':'VpKro','cAZhq':_0x27a9a2(0x1c0),'FMqxm':_0x27a9a2(0x14a),'aKmDa':_0x27a9a2(0x226),'nIMiv':_0x27a9a2(0xf9),'HFEyE':function(_0x180d2a,_0x54f3bb,_0x5b9f70){return _0x180d2a(_0x54f3bb,_0x5b9f70);},'NYpcL':_0x27a9a2(0x164),'JjyEN':_0x27a9a2(0x1f8),'KHOst':'close','UJYPg':_0x27a9a2(0x135),'jrorm':'iGUeE','mWFQd':_0x27a9a2(0x1fb),'luJex':_0x27a9a2(0x1ca),'HJFqQ':_0x27a9a2(0x1be),'aDKUq':function(_0x18aa08,_0x5b3485){return _0x18aa08(_0x5b3485);},'wgzki':_0x27a9a2(0x120),'IjcHF':function(_0x1fbcaf,_0x2841f1){return _0x1fbcaf===_0x2841f1;},'QYxTx':_0x27a9a2(0x1a4),'uStFQ':_0x27a9a2(0x224),'QunUd':_0x27a9a2(0x128),'CWtuk':'GsfWl','GmOQH':_0x27a9a2(0x1b3),'fClgb':'SaCXt','HlmHU':_0x27a9a2(0xed),'tPIuj':_0x27a9a2(0x102),'IlmRe':function(_0x1ac191,_0x3cf00c){return _0x1ac191===_0x3cf00c;},'pXYDZ':'NoDLo','nrwiV':_0x27a9a2(0x139),'UCMpv':'Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','hlXrp':_0x27a9a2(0x18c),'GZcDA':'oywFy','FDEls':function(_0x37b761,_0x1ba1db){return _0x37b761+_0x1ba1db;},'mGYSc':_0x27a9a2(0x217),'CcuCq':function(_0x7bbbf4,_0x2659a7){return _0x7bbbf4!==_0x2659a7;},'Iikqn':_0x27a9a2(0x1b1),'olHxO':_0x27a9a2(0x19b),'YVDTC':_0x27a9a2(0x146),'HfSzv':_0x27a9a2(0x169),'mIObT':function(_0x307520,_0x2f8114){return _0x307520===_0x2f8114;},'VgcKM':_0x27a9a2(0x18f)};!this.#checkPath(_0x5a26e0)&&(_0x427c9a['qGLeo'](_0x427c9a['hlXrp'],_0x427c9a[_0x27a9a2(0x1b6)])?fs[_0x27a9a2(0x173)](_0x5a26e0):_0x427c9a['GNaMC'](_0x223bc9,![]));const _0xb3e769=this.#binaryName,_0x105b49=path[_0x27a9a2(0x1ae)](_0x5a26e0,_0x427c9a[_0x27a9a2(0x12c)](_0xb3e769,_0x427c9a[_0x27a9a2(0x10e)])),_0x5723a6=path[_0x27a9a2(0x1ae)](_0x5a26e0,_0xb3e769),_0x3a138a=fs['createWriteStream'](_0x105b49),_0x67a3ad=url['parse'](this.#httpPath);if(_0x208159[_0x27a9a2(0x196)]&&_0x208159[_0x27a9a2(0x1b9)]){if(_0x427c9a[_0x27a9a2(0x17e)](_0x427c9a[_0x27a9a2(0x11c)],_0x427c9a['Iikqn']))_0x54613d[_0x27a9a2(0x184)]();else{const _0x424877={};_0x424877[_0x27a9a2(0x194)]=_0x208159[_0x27a9a2(0x196)],_0x424877[_0x27a9a2(0x117)]=_0x208159['proxyPort'],_0x67a3ad[_0x27a9a2(0x12b)]=new HttpsProxyAgent(_0x424877);}}if(_0x208159['useCaCertificate']){if(_0x427c9a['CcuCq'](_0x427c9a['olHxO'],_0x427c9a[_0x27a9a2(0x1dd)]))try{if(_0x427c9a[_0x27a9a2(0x203)](_0x427c9a[_0x27a9a2(0x12f)],_0x427c9a[_0x27a9a2(0x12f)]))_0x67a3ad['ca']=fs[_0x27a9a2(0x100)](_0x208159[_0x27a9a2(0x177)]);else return _0x48569b[_0x27a9a2(0xfc)]||_0x427c9a[_0x27a9a2(0xf5)](_0x9fcc10['HOMEDRIVE'],_0x146412[_0x27a9a2(0xf0)])||_0x20b318||null;}catch(_0x19f6b6){if(_0x427c9a[_0x27a9a2(0x1b8)](_0x427c9a['VgcKM'],_0x427c9a[_0x27a9a2(0x1f1)]))logger[_0x27a9a2(0x1ca)](_0x427c9a[_0x27a9a2(0xf3)],_0x19f6b6);else return _0x523d95||(_0x321dd2?_0x427c9a['CTmEx'](_0x427c9a[_0x27a9a2(0x1f5)],_0x580f8):null);}else _0x19c721['test'](_0x43f9a4)&&_0x427c9a[_0x27a9a2(0x1a9)](_0x3297fd,!![]);}return new Promise((_0x155c21,_0x2b9386)=>{const _0x451c04=_0x27a9a2,_0x295036={'bPodJ':_0x427c9a[_0x451c04(0xf3)],'istyB':function(_0x1084b8,_0x5dd1bb){return _0x427c9a['qGLeo'](_0x1084b8,_0x5dd1bb);},'IFjJr':_0x427c9a['leciY'],'JOSzd':_0x427c9a[_0x451c04(0x1c4)],'bgotk':_0x427c9a['cAZhq'],'AeNRF':function(_0xa6fc65,_0x4020d7){const _0x1a0d1c=_0x451c04;return _0x427c9a[_0x1a0d1c(0x1a9)](_0xa6fc65,_0x4020d7);},'cuuPg':_0x427c9a[_0x451c04(0x1fa)],'FJeYx':_0x427c9a[_0x451c04(0x137)],'ecMey':_0x427c9a[_0x451c04(0x216)],'sXZqR':function(_0x5a275d,_0x3277fb,_0x5718fe){const _0x384933=_0x451c04;return _0x427c9a[_0x384933(0x212)](_0x5a275d,_0x3277fb,_0x5718fe);},'ZjfNc':_0x427c9a[_0x451c04(0x191)],'rNWvT':_0x427c9a[_0x451c04(0x154)],'asMPc':_0x427c9a[_0x451c04(0x1bc)],'szUtc':_0x427c9a['UJYPg'],'yAlJN':_0x427c9a[_0x451c04(0x126)],'EsRNW':_0x427c9a[_0x451c04(0x21e)],'MPEen':_0x427c9a[_0x451c04(0x109)],'GRrqG':_0x427c9a[_0x451c04(0x121)],'aATrB':function(_0x3d3d2b,_0x508517){const _0x2d3f57=_0x451c04;return _0x427c9a[_0x2d3f57(0x19a)](_0x3d3d2b,_0x508517);},'HvjIK':_0x427c9a[_0x451c04(0x170)],'pfDUM':function(_0x41e3ea,_0x5a15d3){const _0x5de9da=_0x451c04;return _0x427c9a[_0x5de9da(0x18b)](_0x41e3ea,_0x5a15d3);},'jHHNH':_0x427c9a['QYxTx'],'DBfSL':_0x427c9a[_0x451c04(0x147)],'ojujl':_0x427c9a[_0x451c04(0x134)],'chNlY':_0x427c9a[_0x451c04(0x204)],'deWls':_0x427c9a[_0x451c04(0x1c9)],'aIFIw':_0x427c9a['fClgb'],'Cdkys':_0x427c9a[_0x451c04(0x124)],'CzBng':_0x427c9a[_0x451c04(0x198)],'ejrqW':function(_0x450c30,_0x1d0cc9){const _0x24ad75=_0x451c04;return _0x427c9a[_0x24ad75(0x203)](_0x450c30,_0x1d0cc9);},'abOGg':function(_0x5151d5,_0x2977bd){const _0x14d42a=_0x451c04;return _0x427c9a[_0x14d42a(0x203)](_0x5151d5,_0x2977bd);},'CFKDm':_0x427c9a[_0x451c04(0x140)],'wVHgW':_0x427c9a[_0x451c04(0x11b)],'mJUMq':_0x427c9a[_0x451c04(0x205)]};https['get'](_0x67a3ad,function(_0x56838c){const _0x483ea5=_0x451c04,_0x1d1b07={'agOre':_0x295036[_0x483ea5(0x17f)],'NhkzZ':function(_0x20604d,_0xdd747b){const _0x111084=_0x483ea5;return _0x295036[_0x111084(0x1fc)](_0x20604d,_0xdd747b);},'GgPSj':_0x295036['cuuPg'],'tHzUN':_0x295036[_0x483ea5(0x185)],'CEYCY':_0x295036['ecMey'],'OoKCf':function(_0x574d8b,_0x16cd8b){const _0x7cea1d=_0x483ea5;return _0x295036[_0x7cea1d(0x1f0)](_0x574d8b,_0x16cd8b);},'qtlIP':function(_0x1748cb,_0x4be3e0,_0x59a802){const _0x88c811=_0x483ea5;return _0x295036[_0x88c811(0x129)](_0x1748cb,_0x4be3e0,_0x59a802);},'BADJI':_0x295036[_0x483ea5(0x116)],'IsyKB':_0x295036[_0x483ea5(0x183)],'HZQsp':_0x295036[_0x483ea5(0x206)],'MJpTR':_0x295036['szUtc'],'TZKgR':function(_0x54013f,_0x86c73a){const _0x49c763=_0x483ea5;return _0x295036[_0x49c763(0x1fc)](_0x54013f,_0x86c73a);},'hYMGL':_0x295036[_0x483ea5(0x178)],'IiSET':function(_0x2f184a,_0xcc5697){const _0x2f195c=_0x483ea5;return _0x295036[_0x2f195c(0x1f0)](_0x2f184a,_0xcc5697);},'qZvjM':_0x295036[_0x483ea5(0xf7)],'cNfdF':_0x295036[_0x483ea5(0x1e4)],'OSmqF':_0x295036[_0x483ea5(0x225)],'KiENS':function(_0x54ccbc,_0x1ea5c8){return _0x295036['aATrB'](_0x54ccbc,_0x1ea5c8);},'AJVhk':_0x295036[_0x483ea5(0x107)],'WJyrB':function(_0x3b6939,_0x3cd5c0){const _0x22fe84=_0x483ea5;return _0x295036[_0x22fe84(0x1cc)](_0x3b6939,_0x3cd5c0);},'MwPrJ':_0x295036[_0x483ea5(0x12d)],'CbQLr':_0x295036[_0x483ea5(0x153)],'zxQzW':_0x295036['ojujl'],'DNNut':_0x295036['chNlY'],'ajbhj':_0x295036['deWls'],'aAvCu':_0x295036['aIFIw'],'yYVVb':_0x295036['Cdkys'],'VOowG':_0x295036['CzBng'],'JdjoM':function(_0x176089,_0x2aed19){const _0x248a6f=_0x483ea5;return _0x295036[_0x248a6f(0x163)](_0x176089,_0x2aed19);},'eqtLo':function(_0x31d6c0,_0x1ebac1){const _0x3c0587=_0x483ea5;return _0x295036[_0x3c0587(0x10a)](_0x31d6c0,_0x1ebac1);},'ekKiT':_0x295036[_0x483ea5(0x1aa)],'QbtgS':_0x295036[_0x483ea5(0x1e5)],'ePQRU':_0x295036['wVHgW'],'sqplf':function(_0x1d0c8e,_0x2ee683){const _0x55986d=_0x483ea5;return _0x295036[_0x55986d(0x1f0)](_0x1d0c8e,_0x2ee683);}};_0x56838c[_0x483ea5(0x192)](_0x3a138a),_0x56838c['on'](_0x295036[_0x483ea5(0x1e4)],function(_0x47619f){const _0x3f8304=_0x483ea5,_0x6aba73={};_0x6aba73['kyiiK']=_0x295036[_0x3f8304(0x17f)];const _0x1210a0=_0x6aba73;if(_0x295036[_0x3f8304(0x1fc)](_0x295036[_0x3f8304(0x141)],_0x295036[_0x3f8304(0x1d1)]))logger[_0x3f8304(0x1ca)](_0x295036[_0x3f8304(0x1e5)],_0x47619f),_0x295036[_0x3f8304(0x1f0)](_0x2b9386,_0x47619f);else try{_0x449908['ca']=_0x471667[_0x3f8304(0x100)](_0x1b48f2[_0x3f8304(0x177)]);}catch(_0x5a3546){_0x5e1faa[_0x3f8304(0x1ca)](_0x1210a0[_0x3f8304(0x14d)],_0x5a3546);}}),_0x3a138a['on'](_0x295036[_0x483ea5(0x1e4)],function(_0xe487af){const _0xf0f8ee=_0x483ea5;_0x1d1b07[_0xf0f8ee(0x1e8)](_0x1d1b07[_0xf0f8ee(0x158)],_0x1d1b07[_0xf0f8ee(0x1ea)])?(logger[_0xf0f8ee(0x1ca)](_0x1d1b07[_0xf0f8ee(0x13e)],_0xe487af),_0x1d1b07['OoKCf'](_0x2b9386,_0xe487af)):_0x52acd8[_0xf0f8ee(0x1ca)](_0x1d1b07[_0xf0f8ee(0x155)],_0x1254fa);}),_0x3a138a['on'](_0x295036[_0x483ea5(0x206)],function(){const _0x5aa3e6=_0x483ea5,_0x339c72={'jYwRY':function(_0x3bbc1c,_0x3c03a8){return _0x1d1b07['KiENS'](_0x3bbc1c,_0x3c03a8);},'kbOeV':function(_0x4cd63c,_0x2947e8){const _0x44f356=a62_0x2602;return _0x1d1b07[_0x44f356(0x1e0)](_0x4cd63c,_0x2947e8);},'xxQmX':_0x1d1b07[_0x5aa3e6(0x1ba)],'IzTqD':function(_0x2409a1,_0x1d9048){return _0x1d1b07['WJyrB'](_0x2409a1,_0x1d9048);},'cVwXH':_0x1d1b07[_0x5aa3e6(0x104)],'pfeBJ':_0x1d1b07[_0x5aa3e6(0x11e)],'nKCbn':_0x1d1b07[_0x5aa3e6(0x15e)],'WZBVD':function(_0x395871,_0x318a84){const _0x10f5a6=_0x5aa3e6;return _0x1d1b07[_0x10f5a6(0x1c1)](_0x395871,_0x318a84);},'DRzRk':_0x1d1b07[_0x5aa3e6(0x16a)],'gaDfo':_0x1d1b07['DNNut'],'vuVpu':_0x1d1b07[_0x5aa3e6(0x19c)],'TrYST':_0x1d1b07[_0x5aa3e6(0x180)],'dAOfC':_0x1d1b07[_0x5aa3e6(0xe8)],'ZZrZa':_0x1d1b07[_0x5aa3e6(0x127)],'NLNKT':function(_0x9895e5,_0x2dd59){return _0x1d1b07['JdjoM'](_0x9895e5,_0x2dd59);},'MVcDm':function(_0x9a9679,_0x31ac2d){const _0x1e9d2b=_0x5aa3e6;return _0x1d1b07[_0x1e9d2b(0x1dc)](_0x9a9679,_0x31ac2d);},'hdCjT':_0x1d1b07[_0x5aa3e6(0x152)],'mAtIs':_0x1d1b07[_0x5aa3e6(0x1da)],'SfjHN':function(_0x178c89,_0x10c937){const _0x22f158=_0x5aa3e6;return _0x1d1b07[_0x22f158(0x1dc)](_0x178c89,_0x10c937);},'OAjwv':_0x1d1b07[_0x5aa3e6(0x133)],'QTTSm':function(_0x4428d1,_0x467b2e){return _0x1d1b07['sqplf'](_0x4428d1,_0x467b2e);}},_0x5039d3={};_0x5039d3['lazyEntries']=!![],yauzl['open'](_0x105b49,_0x5039d3,function(_0x160787,_0x10a1a2){const _0x18775b=_0x5aa3e6,_0x33bdf3={'pIsQy':function(_0x21a34c,_0x4185e0,_0x45eb93){const _0x34d6d5=a62_0x2602;return _0x1d1b07[_0x34d6d5(0x20a)](_0x21a34c,_0x4185e0,_0x45eb93);},'thOUA':_0x1d1b07[_0x18775b(0x209)],'QlPaK':_0x1d1b07[_0x18775b(0x1fe)],'rtGRw':_0x1d1b07['HZQsp'],'ieipo':function(_0x2b7215,_0x276b7a){const _0x5d57c6=_0x18775b;return _0x1d1b07[_0x5d57c6(0x214)](_0x2b7215,_0x276b7a);},'pMctg':_0x1d1b07[_0x18775b(0x112)]};_0x160787&&(_0x1d1b07[_0x18775b(0x1e0)](_0x1d1b07['hYMGL'],_0x1d1b07[_0x18775b(0x150)])?_0x3dab6[_0x18775b(0x173)](_0x29f698):_0x1d1b07[_0x18775b(0x1c1)](_0x2b9386,_0x160787)),_0x10a1a2['readEntry'](),_0x10a1a2['on'](_0x1d1b07[_0x18775b(0x189)],_0x3c978e=>{const _0x5b5ec0=_0x18775b,_0x2ba5a5={'fpCtu':function(_0x6b446c,_0x4fb80d){const _0x4f8844=a62_0x2602;return _0x339c72[_0x4f8844(0x16b)](_0x6b446c,_0x4fb80d);},'QOmIx':function(_0x2c6d7e,_0x9b2d91){return _0x339c72['jYwRY'](_0x2c6d7e,_0x9b2d91);},'GfVeV':function(_0x33c739,_0x477a78){const _0x1c6441=a62_0x2602;return _0x339c72[_0x1c6441(0xfa)](_0x33c739,_0x477a78);},'GupYA':_0x339c72[_0x5b5ec0(0x149)],'yFipU':function(_0xb732fe,_0x1dad8b){const _0x4e126f=_0x5b5ec0;return _0x339c72[_0x4e126f(0x1c5)](_0xb732fe,_0x1dad8b);},'dYVmb':_0x339c72[_0x5b5ec0(0x142)],'wVCJT':_0x339c72[_0x5b5ec0(0x1cb)],'eyNhj':_0x339c72[_0x5b5ec0(0x1ce)],'dKFDF':function(_0x176b15,_0x1a4eb0){const _0x4e4cfc=_0x5b5ec0;return _0x339c72[_0x4e4cfc(0x174)](_0x176b15,_0x1a4eb0);},'kSAld':_0x339c72['DRzRk']};if(_0x339c72[_0x5b5ec0(0xfa)](_0x339c72[_0x5b5ec0(0x138)],_0x339c72[_0x5b5ec0(0x151)])){if(/\/$/[_0x5b5ec0(0x220)](_0x3c978e[_0x5b5ec0(0x188)])){if(_0x339c72[_0x5b5ec0(0x1c5)](_0x339c72[_0x5b5ec0(0x1b0)],_0x339c72[_0x5b5ec0(0x1b0)]))_0x10a1a2[_0x5b5ec0(0x1a0)]();else{const _0x4c79d0=_0x33bdf3[_0x5b5ec0(0x219)](_0x4dbf73,_0x5a36c2,[_0x33bdf3[_0x5b5ec0(0x17b)]]);_0x4c79d0[_0x5b5ec0(0x144)]['on'](_0x33bdf3[_0x5b5ec0(0x1a5)],_0x43011c=>{const _0xa42da9=_0x5b5ec0;_0x2cdf19[_0xa42da9(0x220)](_0x43011c)&&_0x2ba5a5[_0xa42da9(0x171)](_0x293818,!![]);}),_0x4c79d0['on'](_0x33bdf3[_0x5b5ec0(0x113)],()=>{const _0x557e07=_0x5b5ec0;_0x2ba5a5[_0x557e07(0x115)](_0x2a2e55,![]);});}}else{if(_0x339c72['kbOeV'](_0x339c72[_0x5b5ec0(0x21c)],_0x339c72[_0x5b5ec0(0x222)])){const _0x4e8010=fs[_0x5b5ec0(0x1bd)](path[_0x5b5ec0(0x1ae)](_0x5a26e0,_0x3c978e[_0x5b5ec0(0x188)]));_0x10a1a2['openReadStream'](_0x3c978e,function(_0x596605,_0x3b81b2){const _0x3ad862=_0x5b5ec0;if(_0x2ba5a5['yFipU'](_0x2ba5a5[_0x3ad862(0x1ec)],_0x2ba5a5['wVCJT']))return _0x336cff;else{if(_0x596605){if(_0x2ba5a5[_0x3ad862(0x1a3)](_0x2ba5a5[_0x3ad862(0x1c2)],_0x2ba5a5[_0x3ad862(0x1c2)]))_0x2ba5a5[_0x3ad862(0x1f4)](_0x2b9386,_0x160787);else return _0x19e496[_0x3ad862(0x161)]();}_0x3b81b2['on'](_0x2ba5a5[_0x3ad862(0x221)],function(){const _0x54f427=_0x3ad862;if(_0x2ba5a5[_0x54f427(0x10f)](_0x2ba5a5[_0x54f427(0xea)],_0x2ba5a5[_0x54f427(0xea)]))return _0x3933b9;else _0x4e8010[_0x54f427(0x184)](),_0x10a1a2[_0x54f427(0x1a0)]();}),_0x3b81b2[_0x3ad862(0x192)](_0x4e8010);}}),_0x339c72[_0x5b5ec0(0x176)](_0x3c978e['fileName'],_0xb3e769)&&(_0x339c72[_0x5b5ec0(0x1bb)](_0x339c72[_0x5b5ec0(0xec)],_0x339c72[_0x5b5ec0(0xec)])?_0x10a1a2['close']():(_0x2f554c&&_0x2ba5a5[_0x5b5ec0(0x115)](_0x4af0e2,_0x1e6ff4),_0x49d2c9['on'](_0x2ba5a5[_0x5b5ec0(0x221)],function(){const _0x422d55=_0x5b5ec0;_0x338698['close'](),_0x4e327b[_0x422d55(0x1a0)]();}),_0x34c4ec['pipe'](_0x3171ff)));}else _0x33bdf3[_0x5b5ec0(0xf1)](_0x48ea67,_0x7182bd);}}else _0x33bdf3['ieipo'](_0x3f8809,!![]);}),_0x10a1a2['on'](_0x1d1b07[_0x18775b(0x18a)],_0x70c4a1=>{const _0x472a2c=_0x18775b,_0x197d2e={'wPARH':_0x339c72[_0x472a2c(0xfd)],'bebzM':function(_0x4b1f02,_0x2210c4){return _0x339c72['WZBVD'](_0x4b1f02,_0x2210c4);}};_0x339c72[_0x472a2c(0x1f2)](_0x339c72[_0x472a2c(0x20d)],_0x339c72[_0x472a2c(0x20d)])?_0x339c72[_0x472a2c(0x213)](_0x2b9386,_0x70c4a1):(_0x32cf86['error'](_0x197d2e['wPARH'],_0x5c6e57),_0x197d2e[_0x472a2c(0x1df)](_0x394e94,_0x1529e8));}),_0x10a1a2[_0x18775b(0x19d)](_0x1d1b07[_0x18775b(0x16a)],()=>{const _0x44fb19=_0x18775b;fs['chmod'](_0x5723a6,_0x33bdf3['pMctg'],function(_0x3720af){const _0x28114f=a62_0x2602;_0x3720af&&_0x33bdf3[_0x28114f(0xf1)](_0x2b9386,_0x3720af),_0x33bdf3[_0x28114f(0xf1)](_0x155c21,_0x5723a6);}),_0x10a1a2[_0x44fb19(0x184)]();});});});})['on'](_0x427c9a[_0x451c04(0x109)],function(_0x23d20c){const _0x5d2f34=_0x451c04;logger[_0x5d2f34(0x1ca)](_0x295036[_0x5d2f34(0x1ff)],_0x23d20c),_0x295036[_0x5d2f34(0x1a2)](_0x2b9386,_0x23d20c);});});}#homedir(){const _0x396372=a62_0x541215,_0x354de8={};_0x354de8[_0x396372(0x1e7)]=function(_0x37fe5d,_0x1fec82){return _0x37fe5d===_0x1fec82;},_0x354de8[_0x396372(0x20b)]=_0x396372(0xfe),_0x354de8[_0x396372(0x1d7)]=_0x396372(0x10b),_0x354de8[_0x396372(0x175)]=function(_0x234c3c,_0x75e52a){return _0x234c3c+_0x75e52a;},_0x354de8[_0x396372(0x1d3)]=function(_0x343b2c,_0x589d60){return _0x343b2c===_0x589d60;},_0x354de8[_0x396372(0x13c)]='darwin',_0x354de8['eakZq']=function(_0xc38d85,_0x5b8143){return _0xc38d85+_0x5b8143;},_0x354de8[_0x396372(0x119)]='/Users/',_0x354de8[_0x396372(0x1f9)]='linux',_0x354de8[_0x396372(0x1ac)]=function(_0x45311c,_0x443da6){return _0x45311c===_0x443da6;},_0x354de8[_0x396372(0x1d2)]=_0x396372(0x15b),_0x354de8[_0x396372(0x172)]=_0x396372(0x201),_0x354de8[_0x396372(0xf4)]=function(_0x4d397e,_0x1af09f){return _0x4d397e||_0x1af09f;};const _0x4d8f24=_0x354de8;if(_0x4d8f24[_0x396372(0x1e7)](typeof os[_0x396372(0x161)],_0x4d8f24[_0x396372(0x20b)]))return os['homedir']();const _0xcacf2f=process[_0x396372(0x16e)],_0x1bcceb=_0xcacf2f[_0x396372(0x101)],_0x1b4ad5=_0xcacf2f[_0x396372(0x12a)]||_0xcacf2f[_0x396372(0x111)]||_0xcacf2f[_0x396372(0x187)]||_0xcacf2f[_0x396372(0x108)];if(_0x4d8f24['nwtGi'](process[_0x396372(0xe9)],_0x4d8f24[_0x396372(0x1d7)]))return _0xcacf2f[_0x396372(0xfc)]||_0x4d8f24[_0x396372(0x175)](_0xcacf2f['HOMEDRIVE'],_0xcacf2f[_0x396372(0xf0)])||_0x1bcceb||null;if(_0x4d8f24[_0x396372(0x1d3)](process['platform'],_0x4d8f24['OMIFU']))return _0x1bcceb||(_0x1b4ad5?_0x4d8f24['eakZq'](_0x4d8f24[_0x396372(0x119)],_0x1b4ad5):null);if(_0x4d8f24[_0x396372(0x1d3)](process[_0x396372(0xe9)],_0x4d8f24[_0x396372(0x1f9)]))return _0x1bcceb||(_0x4d8f24['PrWzF'](process['getuid'](),0x0)?_0x4d8f24[_0x396372(0x1d2)]:_0x1b4ad5?_0x4d8f24[_0x396372(0x175)](_0x4d8f24[_0x396372(0x172)],_0x1b4ad5):null);return _0x4d8f24[_0x396372(0xf4)](_0x1bcceb,null);}}function a62_0x1ff3(){const _0x555c52=['/percy-osx.zip','qwRpi','SLIAI','aNOQT','ZSAMm','OSmqF','jYwRY','dgivZ','21032WnAvoz','env','mDpwN','wgzki','fpCtu','ELcna','mkdirSync','WZBVD','zWmnn','NLNKT','useCaCertificate','yAlJN','wvOtR','qfyCc','thOUA','rniOk','cwd','CcuCq','bPodJ','aAvCu','66OcwXDz','Ichra','rNWvT','close','FJeYx','izZyU','LNAME','fileName','qZvjM','cNfdF','IjcHF','BJeei','uftqy','zRuVC','GLHhY','4tqDwhL','NYpcL','pipe','ayCxZ','host','winstonLogger','proxyHost','getuid','tPIuj','UYJzr','aDKUq','qkxqI','ajbhj','once','JMUWV','UXgwT','readEntry','EBykP','aATrB','yFipU','rbZoh','QlPaK','ARqXe','NMYHP','SLXeB','GNaMC','CFKDm','jCeqm','PrWzF','JZHYW','join','JbALt','TrYST','Qicuo','FvEAR','AmtSU','Error\x20trying\x20to\x20download\x20percy\x20binary','JXrYt','GZcDA','Sstnv','mIObT','proxyPort','AJVhk','MVcDm','KHOst','createWriteStream','end','TWQkc','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','IiSET','eyNhj','/percy-win.zip','KqKXn','IzTqD','oyxPd','validateBinary','exports','GmOQH','error','pfeBJ','pfDUM','oUaqI','nKCbn','BGCtV','follow-redirects','JOSzd','kUNmT','mXOuG','AFcXs','rNwWS','4191678nGJNWW','SKvaA','15394626ghDdtl','qFEHs','QbtgS','PMYdS','eqtLo','YVDTC','url','bebzM','TZKgR','uImvK','XBtas','1311666nGWvsj','MPEen','bgotk','TPedQ','nwtGi','NhkzZ','vxOUT','tHzUN','4375959dUNVEf','dYVmb','TVrhq','jlJal','ytSeL','AeNRF','VgcKM','SfjHN','nYUWq','dKFDF','baIRc','undefined','nkWsI','data','mrMdw','FMqxm','entry','istyB','110955cHyLJb','IsyKB','mJUMq','yiFwo','/home/','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','IlmRe','CWtuk','UCMpv','asMPc','RjYRt','GVwHR','BADJI','qtlIP','VcpNd','QaVey','OAjwv','wnBHS','UlZJO','gcEDT','dDCAn','HFEyE','QTTSm','OoKCf','statSync','nIMiv','.zip','dClxd','pIsQy','chmod','eswUG','dAOfC','accessSync','mWFQd','FyxpA','test','kSAld','ZZrZa','dbXiF','uixcH','GRrqG','LVTnD','yYVVb','platform','GupYA','xyoic','hdCjT','lMiWH','pWfJX','LpOiY','HOMEPATH','ieipo','child_process','lHQLZ','buaCi','PLnnV','X_OK','EsRNW','zMinr','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','kbOeV','getBinaryPath','USERPROFILE','mAtIs','function','JoVDw','readFileSync','HOME','tUVSQ','https://github.com/percy/cli/releases/latest/download','MwPrJ','lFjOU','YzXKf','HvjIK','USERNAME','luJex','abOGg','win32','Corrupt\x20percy\x20binary,\x20retrying','../logger','mGYSc','GfVeV','dwsFy','USER','MJpTR','rtGRw','wKBrk','QOmIx','ZjfNc','port','sVoiM','RqPhL','download','nrwiV','Iikqn','YzrLq','CbQLr','rtFai','WjGcU','HJFqQ','jWZuC','vgZur','HlmHU','zZFUH','jrorm','VOowG','wKJCE','sXZqR','LOGNAME','agent','FDEls','jHHNH','EFikj','HfSzv','2001392TKQaji','path','THAkb','ePQRU','QunUd','0755','nYRSV','aKmDa','gaDfo','VRWfY','qcTTk','xwgRL','OMIFU','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','CEYCY','R_OK','pXYDZ','IFjJr','cVwXH','PYuNi','stdout','holKi','wGQxV','uStFQ','cjxcu','xxQmX','keepb','SVJRJ','ajBGE','kyiiK','sikaT','noGmJ','hYMGL','vuVpu','ekKiT','DBfSL','JjyEN','agOre','https-proxy-agent','percy','GgPSj','ZMNpP','uenPn','/root','tBrTN','/Users/','zxQzW','hcveO','ByPbw','homedir','vYKUE','ejrqW','--version'];a62_0x1ff3=function(){return _0x555c52;};return a62_0x1ff3();}module[a62_0x541215(0x1c8)]=PercyBinary;
1
+ const a62_0x599e8a=a62_0x4664;(function(_0xe4ec07,_0x318a60){const _0x4a640c=a62_0x4664,_0x444765=_0xe4ec07();while(!![]){try{const _0xef787f=parseInt(_0x4a640c(0x177))/0x1*(-parseInt(_0x4a640c(0x1da))/0x2)+-parseInt(_0x4a640c(0x193))/0x3+parseInt(_0x4a640c(0x1f2))/0x4+parseInt(_0x4a640c(0x1be))/0x5*(parseInt(_0x4a640c(0x174))/0x6)+parseInt(_0x4a640c(0x16a))/0x7+parseInt(_0x4a640c(0x19b))/0x8*(parseInt(_0x4a640c(0x1cd))/0x9)+-parseInt(_0x4a640c(0x19f))/0xa*(parseInt(_0x4a640c(0x195))/0xb);if(_0xef787f===_0x318a60)break;else _0x444765['push'](_0x444765['shift']());}catch(_0x397b6e){_0x444765['push'](_0x444765['shift']());}}}(a62_0x4c1a,0x49df1));const {https}=require(a62_0x599e8a(0x16e)),url=require('url'),yauzl=require(a62_0x599e8a(0x1e1)),fs=require('fs'),path=require(a62_0x599e8a(0x1b4)),os=require('os'),{spawn}=require('child_process'),HttpsProxyAgent=require(a62_0x599e8a(0x1e2)),logger=require(a62_0x599e8a(0x168))[a62_0x599e8a(0x18d)];function a62_0x4664(_0x1e8799,_0x4db155){const _0x4c1aeb=a62_0x4c1a();return a62_0x4664=function(_0x466464,_0x51f130){_0x466464=_0x466464-0x167;let _0x27ed33=_0x4c1aeb[_0x466464];return _0x27ed33;},a62_0x4664(_0x1e8799,_0x4db155);}function a62_0x4c1a(){const _0x439217=['mkdirSync','zTmNl','proxyPort','R_OK','piwcq','../logger','SUdvg','3476704VZZLxv','uWlCZ','port','function','follow-redirects','Lfftu','homedir','LOGNAME','gwAPR','lazyEntries','12KcdETj','zsOZL','fSomg','63oTLdBv','VmNVJ','qYITZ','/percy-osx.zip','getBinaryPath','SUeKp','YFMwg','useCaCertificate','aWxpV','xlNRO','data','eqWnF','chmod','statSync','openReadStream','YebLb','RzVDb','undefined','stdout','UckDL','xszJg','readFileSync','winstonLogger','fileName','UOfYI','test','ZrYQn','BSDBI','570903bBfXtp','Rpxcv','682WtvIne','dmlIU','KggiP','FiQwP','close','KScnW','2386024XTgzVx','JtHWs','USER','Djwoi','136250KUptKy','error','JZBol','JCZTV','HXeGE','LNAME','CtHfG','getuid','vivBL','NuZhe','Iqtte','match','env','exports','ocyvs','/percy-linux.zip','WrRUW','WfBSb','AFOuG','ZYwDl','once','path','xwJPI','xbFUd','accessSync','HOMEDRIVE','HOMEPATH','validateBinary','sdLUU','RxAOw','wfxdU','379885WoWRij','CVIOK','XIVbo','sQlJl','host','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','get','/Users/','nKmCW','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','W_OK','oXMcm','dRrAN','aTSmd','HOME','18OHPPkP','percy.exe','X_OK','download','mSiUT','0755','vfqJa','/home/','proxyHost','boWvM','umyNT','end','Corrupt\x20percy\x20binary,\x20retrying','5066EXipWF','agent','platform','.browserstack','XiRKy','YuEBP','TJFWf','yauzl','https-proxy-agent','pipe','USERNAME','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','vnPXb','KJGUd','fLoCb','/percy-win.zip','HGHyC','.zip','open','ipWaX','readEntry','Error\x20trying\x20to\x20download\x20percy\x20binary','darwin','join','1008300wvwpYX','cwd','createWriteStream','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','zZuBv','linux'];a62_0x4c1a=function(){return _0x439217;};return a62_0x4c1a();}class PercyBinary{#hostOS=process[a62_0x599e8a(0x1dc)];#httpPath=null;#binaryName='percy';#orderedPaths=[path[a62_0x599e8a(0x1f1)](this.#homedir(),a62_0x599e8a(0x1dd)),process[a62_0x599e8a(0x1f3)](),os['tmpdir']()];constructor(){const _0x3807b4=a62_0x599e8a,_0x359aa9={};_0x359aa9['umyNT']='https://github.com/percy/cli/releases/latest/download',_0x359aa9[_0x3807b4(0x1a7)]=function(_0x1f4fd8,_0x329ab6){return _0x1f4fd8+_0x329ab6;},_0x359aa9[_0x3807b4(0x178)]=_0x3807b4(0x17a),_0x359aa9['aTSmd']=function(_0x2cd621,_0x38280c){return _0x2cd621+_0x38280c;},_0x359aa9[_0x3807b4(0x1c1)]=_0x3807b4(0x1e9),_0x359aa9[_0x3807b4(0x1ed)]=_0x3807b4(0x1ce),_0x359aa9['YebLb']=_0x3807b4(0x1ae);const _0x37a0dd=_0x359aa9,_0x32e206=_0x37a0dd[_0x3807b4(0x1d7)];if(this.#hostOS['match'](/darwin|mac os/i))this.#httpPath=_0x37a0dd[_0x3807b4(0x1a7)](_0x32e206,_0x37a0dd['VmNVJ']);else this.#hostOS[_0x3807b4(0x1aa)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x37a0dd['aTSmd'](_0x32e206,_0x37a0dd[_0x3807b4(0x1c1)]),this.#binaryName=_0x37a0dd['ipWaX']):this.#httpPath=_0x37a0dd[_0x3807b4(0x1cb)](_0x32e206,_0x37a0dd[_0x3807b4(0x186)]);}#getAvailableDirs(){const _0xde92e0=a62_0x599e8a,_0x58c287={};_0x58c287[_0xde92e0(0x176)]=function(_0x1e220f,_0x39f2e6){return _0x1e220f<_0x39f2e6;},_0x58c287[_0xde92e0(0x180)]=_0xde92e0(0x1ef);const _0x141bf9=_0x58c287;for(var _0x487df4=0x0;_0x141bf9[_0xde92e0(0x176)](_0x487df4,this.#orderedPaths['length']);_0x487df4++){var _0x4187ab=this.#orderedPaths[_0x487df4];if(this.#makePath(_0x4187ab))return _0x4187ab;}throw new Error(_0x141bf9[_0xde92e0(0x180)]);}#makePath(_0x428956){const _0x42c78f=a62_0x599e8a;try{return!this.#checkPath(_0x428956)&&fs[_0x42c78f(0x1f8)](_0x428956),!![];}catch{return![];}}#checkPath(_0x469a8d,_0x289f75){const _0x5ed287=a62_0x599e8a,_0x10380f={};_0x10380f[_0x5ed287(0x1a1)]=function(_0x3396b4,_0x2326dd){return _0x3396b4|_0x2326dd;},_0x10380f[_0x5ed287(0x1bc)]=function(_0x3c12ed,_0x12d79f){return _0x3c12ed!==_0x12d79f;},_0x10380f['ZrYQn']=_0x5ed287(0x188);const _0x538cb5=_0x10380f;_0x289f75=_0x289f75||_0x538cb5[_0x5ed287(0x1a1)](fs[_0x5ed287(0x1fb)],fs[_0x5ed287(0x1c8)]);try{return fs[_0x5ed287(0x1b7)](_0x469a8d,_0x289f75),!![];}catch(_0x3f28bf){if(_0x538cb5['RxAOw'](typeof fs[_0x5ed287(0x1b7)],_0x538cb5[_0x5ed287(0x191)]))return![];try{return fs[_0x5ed287(0x184)](_0x469a8d),!![];}catch(_0x582530){return![];}}}async[a62_0x599e8a(0x17b)](_0x555efe){const _0x47a6ef=a62_0x599e8a,_0x4eac52={};_0x4eac52[_0x47a6ef(0x172)]=_0x47a6ef(0x1d9);const _0x1f106e=_0x4eac52;var _0x3d739e=this.#getAvailableDirs(),_0x28b39b=path[_0x47a6ef(0x1f1)](_0x3d739e,this.#binaryName);if(this.#checkPath(_0x28b39b,fs[_0x47a6ef(0x1cf)]))return _0x28b39b;const _0x43157f=await this[_0x47a6ef(0x1d0)](_0x555efe,_0x3d739e),_0x3003f9=await this[_0x47a6ef(0x1ba)](_0x43157f);if(!_0x3003f9)return logger['error'](_0x1f106e[_0x47a6ef(0x172)]),await this['download'](_0x555efe,_0x3d739e);return _0x43157f;}async[a62_0x599e8a(0x1ba)](_0x4cff4c){const _0x1c7f13=a62_0x599e8a,_0x1aaf86={'WDhbk':function(_0x1ca45f,_0x3c06a3){return _0x1ca45f(_0x3c06a3);},'kKMxw':function(_0x1d82cc,_0x5df03e){return _0x1d82cc(_0x5df03e);},'xszJg':function(_0x2eb274,_0x3d9aec,_0x197cf7){return _0x2eb274(_0x3d9aec,_0x197cf7);},'dRrAN':'--version','Rpxcv':_0x1c7f13(0x181),'GrQCa':_0x1c7f13(0x199)},_0x1c4927=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x4053dc,_0x57eb5a)=>{const _0x559705=_0x1c7f13,_0x2a72bd=_0x1aaf86[_0x559705(0x18b)](spawn,_0x4cff4c,[_0x1aaf86[_0x559705(0x1ca)]]);_0x2a72bd[_0x559705(0x189)]['on'](_0x1aaf86[_0x559705(0x194)],_0x1085c1=>{const _0x4720e6=_0x559705;_0x1c4927[_0x4720e6(0x190)](_0x1085c1)&&_0x1aaf86['WDhbk'](_0x4053dc,!![]);}),_0x2a72bd['on'](_0x1aaf86['GrQCa'],()=>{_0x1aaf86['kKMxw'](_0x4053dc,![]);});});}['download'](_0xd644d2,_0x1b677b){const _0xe5972f=a62_0x599e8a,_0x25f838={'uWlCZ':_0xe5972f(0x1c3),'ZYwDl':function(_0x433413,_0x394137){return _0x433413(_0x394137);},'EEQRS':_0xe5972f(0x1e5),'NuZhe':_0xe5972f(0x1f5),'boWvM':function(_0x195626,_0x3e4a42){return _0x195626(_0x3e4a42);},'RIcUn':_0xe5972f(0x1d8),'ocyvs':function(_0x442f8b,_0xa4f6d3){return _0x442f8b===_0xa4f6d3;},'AFOuG':_0xe5972f(0x1d2),'WrRUW':'entry','fbBLK':_0xe5972f(0x1a0),'RzVDb':_0xe5972f(0x199),'PIubN':function(_0x5c5ef5,_0x26e1e1){return _0x5c5ef5+_0x26e1e1;},'xwJPI':_0xe5972f(0x1eb),'XIVbo':_0xe5972f(0x1c7)};!this.#checkPath(_0x1b677b)&&fs[_0xe5972f(0x1f8)](_0x1b677b);const _0x24abac=this.#binaryName,_0x5f0c4f=path[_0xe5972f(0x1f1)](_0x1b677b,_0x25f838['PIubN'](_0x24abac,_0x25f838[_0xe5972f(0x1b5)])),_0x34f44e=path['join'](_0x1b677b,_0x24abac),_0x526677=fs[_0xe5972f(0x1f4)](_0x5f0c4f),_0x480bf1=url['parse'](this.#httpPath);if(_0xd644d2[_0xe5972f(0x1d5)]&&_0xd644d2[_0xe5972f(0x1fa)]){const _0x35bebe={};_0x35bebe[_0xe5972f(0x1c2)]=_0xd644d2[_0xe5972f(0x1d5)],_0x35bebe[_0xe5972f(0x16c)]=_0xd644d2[_0xe5972f(0x1fa)],_0x480bf1[_0xe5972f(0x1db)]=new HttpsProxyAgent(_0x35bebe);}if(_0xd644d2[_0xe5972f(0x17e)])try{_0x480bf1['ca']=fs[_0xe5972f(0x18c)](_0xd644d2['useCaCertificate']);}catch(_0x43ce1a){logger[_0xe5972f(0x1a0)](_0x25f838[_0xe5972f(0x1c0)],_0x43ce1a);}return new Promise((_0x249e82,_0x3e032b)=>{const _0x2afa00=_0xe5972f,_0x250df4={'Iqtte':_0x25f838['EEQRS'],'qYITZ':function(_0x431c7d,_0x26dcc2){const _0x4fe935=a62_0x4664;return _0x25f838[_0x4fe935(0x1b2)](_0x431c7d,_0x26dcc2);},'vnPXb':_0x25f838[_0x2afa00(0x1a8)],'CtHfG':function(_0x1da9e6,_0x1c6d49){const _0x539306=_0x2afa00;return _0x25f838[_0x539306(0x1d6)](_0x1da9e6,_0x1c6d49);},'wfxdU':_0x25f838['RIcUn'],'HGHyC':function(_0x345b8f,_0x3e41aa){const _0x1ffb63=_0x2afa00;return _0x25f838[_0x1ffb63(0x1ad)](_0x345b8f,_0x3e41aa);},'YuEBP':_0x25f838[_0x2afa00(0x1b1)],'BSDBI':_0x25f838[_0x2afa00(0x1af)],'sdLUU':_0x25f838['fbBLK'],'KggiP':_0x25f838[_0x2afa00(0x187)]};https[_0x2afa00(0x1c4)](_0x480bf1,function(_0x1dbe1b){const _0x3a5aae=_0x2afa00,_0x35d80f={'Djwoi':_0x250df4[_0x3a5aae(0x1e6)],'KJGUd':function(_0x1464df,_0x288ef6){const _0x25869e=_0x3a5aae;return _0x250df4[_0x25869e(0x1a5)](_0x1464df,_0x288ef6);},'Nomwz':function(_0x132a55,_0x3ec7ad){const _0x4d5c8c=_0x3a5aae;return _0x250df4[_0x4d5c8c(0x179)](_0x132a55,_0x3ec7ad);},'SUeKp':_0x250df4[_0x3a5aae(0x1bd)],'gCpCH':function(_0x177585,_0x11162d){const _0x2a3806=_0x3a5aae;return _0x250df4[_0x2a3806(0x1ea)](_0x177585,_0x11162d);},'FiQwP':function(_0x8bf4af,_0x3709a0){const _0x2b0b60=_0x3a5aae;return _0x250df4[_0x2b0b60(0x1a5)](_0x8bf4af,_0x3709a0);},'TVfBm':_0x250df4[_0x3a5aae(0x1df)],'zTmNl':_0x250df4[_0x3a5aae(0x192)],'YFMwg':_0x250df4[_0x3a5aae(0x1bb)]};_0x1dbe1b[_0x3a5aae(0x1e3)](_0x526677),_0x1dbe1b['on'](_0x250df4['sdLUU'],function(_0x26eb34){const _0x8fa620=_0x3a5aae;logger['error'](_0x35d80f[_0x8fa620(0x19e)],_0x26eb34),_0x35d80f[_0x8fa620(0x1e7)](_0x3e032b,_0x26eb34);}),_0x526677['on'](_0x250df4[_0x3a5aae(0x1bb)],function(_0x6c7692){const _0x4beaef=_0x3a5aae;logger['error'](_0x250df4[_0x4beaef(0x1a9)],_0x6c7692),_0x250df4[_0x4beaef(0x179)](_0x3e032b,_0x6c7692);}),_0x526677['on'](_0x250df4[_0x3a5aae(0x197)],function(){const _0x581cd6=_0x3a5aae,_0x4354bf={'zsOZL':function(_0x43b933,_0x27340a){return _0x35d80f['Nomwz'](_0x43b933,_0x27340a);},'mSiUT':_0x35d80f[_0x581cd6(0x17c)],'UckDL':function(_0x3f5ffc,_0x22c773){return _0x35d80f['gCpCH'](_0x3f5ffc,_0x22c773);},'WfBSb':function(_0x5bc4a3,_0x43b4e2){const _0x5af6b7=_0x581cd6;return _0x35d80f[_0x5af6b7(0x198)](_0x5bc4a3,_0x43b4e2);},'zZuBv':function(_0x3b0b44,_0x394feb){const _0x50e7a2=_0x581cd6;return _0x35d80f[_0x50e7a2(0x1e7)](_0x3b0b44,_0x394feb);},'SUdvg':_0x35d80f['TVfBm'],'llrzB':_0x35d80f[_0x581cd6(0x1f9)],'XiRKy':_0x35d80f[_0x581cd6(0x17d)]},_0x190392={};_0x190392[_0x581cd6(0x173)]=!![],yauzl[_0x581cd6(0x1ec)](_0x5f0c4f,_0x190392,function(_0x1cc6f7,_0x28ea62){const _0x8d9a4a=_0x581cd6,_0x5dce74={'ZaZoU':function(_0x940ce4,_0x39b893){const _0x1beb67=a62_0x4664;return _0x4354bf[_0x1beb67(0x1f6)](_0x940ce4,_0x39b893);},'isKqZ':_0x4354bf[_0x8d9a4a(0x169)]};_0x1cc6f7&&_0x4354bf[_0x8d9a4a(0x1b0)](_0x3e032b,_0x1cc6f7),_0x28ea62['readEntry'](),_0x28ea62['on'](_0x4354bf['llrzB'],_0x284dbd=>{const _0x3e3f4e=_0x8d9a4a,_0x259c91={'eqWnF':function(_0x3401d1,_0x90fbd1){const _0x43ed20=a62_0x4664;return _0x4354bf[_0x43ed20(0x175)](_0x3401d1,_0x90fbd1);},'Lfftu':_0x4354bf[_0x3e3f4e(0x1d1)]};if(/\/$/[_0x3e3f4e(0x190)](_0x284dbd[_0x3e3f4e(0x18e)]))_0x28ea62[_0x3e3f4e(0x1ee)]();else{const _0x400a93=fs['createWriteStream'](path[_0x3e3f4e(0x1f1)](_0x1b677b,_0x284dbd[_0x3e3f4e(0x18e)]));_0x28ea62[_0x3e3f4e(0x185)](_0x284dbd,function(_0x4c3f69,_0x5e7239){const _0xc4d2eb=_0x3e3f4e;_0x4c3f69&&_0x259c91[_0xc4d2eb(0x182)](_0x3e032b,_0x1cc6f7),_0x5e7239['on'](_0x259c91[_0xc4d2eb(0x16f)],function(){const _0x25986a=_0xc4d2eb;_0x400a93[_0x25986a(0x199)](),_0x28ea62['readEntry']();}),_0x5e7239[_0xc4d2eb(0x1e3)](_0x400a93);}),_0x4354bf[_0x3e3f4e(0x18a)](_0x284dbd['fileName'],_0x24abac)&&_0x28ea62[_0x3e3f4e(0x199)]();}}),_0x28ea62['on'](_0x4354bf[_0x8d9a4a(0x1de)],_0x8ea63=>{_0x4354bf['WfBSb'](_0x3e032b,_0x8ea63);}),_0x28ea62[_0x8d9a4a(0x1b3)](_0x4354bf['mSiUT'],()=>{const _0x1178bd=_0x8d9a4a,_0x1e46ed={'aWxpV':function(_0x196746,_0x3d6def){return _0x5dce74['ZaZoU'](_0x196746,_0x3d6def);},'xbFUd':function(_0x10a75c,_0x42b71e){return _0x5dce74['ZaZoU'](_0x10a75c,_0x42b71e);}};fs[_0x1178bd(0x183)](_0x34f44e,_0x5dce74['isKqZ'],function(_0x3feee1){const _0x21d2ad=_0x1178bd;_0x3feee1&&_0x1e46ed[_0x21d2ad(0x17f)](_0x3e032b,_0x3feee1),_0x1e46ed[_0x21d2ad(0x1b6)](_0x249e82,_0x34f44e);}),_0x28ea62[_0x1178bd(0x199)]();});});});})['on'](_0x25f838['fbBLK'],function(_0x10a2ae){const _0x5c187c=_0x2afa00;logger[_0x5c187c(0x1a0)](_0x25f838[_0x5c187c(0x16b)],_0x10a2ae),_0x25f838[_0x5c187c(0x1b2)](_0x3e032b,_0x10a2ae);});});}#homedir(){const _0x24b0d0=a62_0x599e8a,_0x12d828={};_0x12d828[_0x24b0d0(0x18f)]=function(_0x2ecbbc,_0x22dedb){return _0x2ecbbc===_0x22dedb;},_0x12d828[_0x24b0d0(0x19a)]=_0x24b0d0(0x16d),_0x12d828['HXeGE']='win32',_0x12d828[_0x24b0d0(0x167)]=function(_0x9356f2,_0x93247a){return _0x9356f2+_0x93247a;},_0x12d828[_0x24b0d0(0x19c)]=function(_0x2bbbde,_0x2a0114){return _0x2bbbde===_0x2a0114;},_0x12d828['UnsAQ']=_0x24b0d0(0x1f0),_0x12d828[_0x24b0d0(0x1e8)]=_0x24b0d0(0x1c5),_0x12d828['dmlIU']=function(_0x58a1ba,_0x17a99e){return _0x58a1ba===_0x17a99e;},_0x12d828['CVIOK']=_0x24b0d0(0x1f7),_0x12d828[_0x24b0d0(0x1e0)]=function(_0xf49c98,_0x1b8603){return _0xf49c98===_0x1b8603;},_0x12d828['oXMcm']='/root',_0x12d828[_0x24b0d0(0x1d3)]=function(_0x40870b,_0x40a74b){return _0x40870b+_0x40a74b;},_0x12d828['nKmCW']=_0x24b0d0(0x1d4),_0x12d828[_0x24b0d0(0x1a2)]=function(_0x37f4f4,_0x27abac){return _0x37f4f4||_0x27abac;};const _0x42457d=_0x12d828;if(_0x42457d['UOfYI'](typeof os[_0x24b0d0(0x170)],_0x42457d[_0x24b0d0(0x19a)]))return os[_0x24b0d0(0x170)]();const _0x1dc2af=process[_0x24b0d0(0x1ab)],_0x3a3a96=_0x1dc2af[_0x24b0d0(0x1cc)],_0x20ae88=_0x1dc2af[_0x24b0d0(0x171)]||_0x1dc2af[_0x24b0d0(0x19d)]||_0x1dc2af[_0x24b0d0(0x1a4)]||_0x1dc2af[_0x24b0d0(0x1e4)];if(_0x42457d[_0x24b0d0(0x18f)](process[_0x24b0d0(0x1dc)],_0x42457d[_0x24b0d0(0x1a3)]))return _0x1dc2af['USERPROFILE']||_0x42457d['piwcq'](_0x1dc2af[_0x24b0d0(0x1b8)],_0x1dc2af[_0x24b0d0(0x1b9)])||_0x3a3a96||null;if(_0x42457d['JtHWs'](process[_0x24b0d0(0x1dc)],_0x42457d['UnsAQ']))return _0x3a3a96||(_0x20ae88?_0x42457d[_0x24b0d0(0x167)](_0x42457d['fLoCb'],_0x20ae88):null);if(_0x42457d[_0x24b0d0(0x196)](process['platform'],_0x42457d[_0x24b0d0(0x1bf)]))return _0x3a3a96||(_0x42457d[_0x24b0d0(0x1e0)](process[_0x24b0d0(0x1a6)](),0x0)?_0x42457d[_0x24b0d0(0x1c9)]:_0x20ae88?_0x42457d[_0x24b0d0(0x1d3)](_0x42457d[_0x24b0d0(0x1c6)],_0x20ae88):null);return _0x42457d[_0x24b0d0(0x1a2)](_0x3a3a96,null);}}module[a62_0x599e8a(0x1ac)]=PercyBinary;
@@ -1 +1 @@
1
- var a63_0x2f8ea7=a63_0x4fc3;(function(_0x3e6299,_0x2e9c8b){var _0x5f6ce0=a63_0x4fc3,_0x5e5d4f=_0x3e6299();while(!![]){try{var _0x1b9860=-parseInt(_0x5f6ce0(0x1a0))/0x1+parseInt(_0x5f6ce0(0x1a3))/0x2+-parseInt(_0x5f6ce0(0x1a7))/0x3*(parseInt(_0x5f6ce0(0x1a2))/0x4)+parseInt(_0x5f6ce0(0x19e))/0x5+parseInt(_0x5f6ce0(0x1a5))/0x6+parseInt(_0x5f6ce0(0x1a1))/0x7+parseInt(_0x5f6ce0(0x1a8))/0x8*(-parseInt(_0x5f6ce0(0x19d))/0x9);if(_0x1b9860===_0x2e9c8b)break;else _0x5e5d4f['push'](_0x5e5d4f['shift']());}catch(_0x104bed){_0x5e5d4f['push'](_0x5e5d4f['shift']());}}}(a63_0x59ad,0xa2083));function a63_0x59ad(){var _0x456e2e=['1908FJlAFU','5836125OhDWdr','getName','1254855aWHRTF','8900479wfqAUD','3524ErqBKH','1646392sRwbmB','increment','2181594gbPjdl','exports','2193kLtHPM','40112enOdzf'];a63_0x59ad=function(){return _0x456e2e;};return a63_0x59ad();}function a63_0x4fc3(_0x1d3862,_0x55984a){var _0x59adbd=a63_0x59ad();return a63_0x4fc3=function(_0x4fc3b0,_0xb339bf){_0x4fc3b0=_0x4fc3b0-0x19d;var _0x613027=_0x59adbd[_0x4fc3b0];return _0x613027;},a63_0x4fc3(_0x1d3862,_0x55984a);}class PercyCaptureMap{#map={};[a63_0x2f8ea7(0x1a4)](_0x1885f0,_0x4cb4da){!this.#map[_0x1885f0]&&(this.#map[_0x1885f0]={}),!this.#map[_0x1885f0][_0x4cb4da]&&(this.#map[_0x1885f0][_0x4cb4da]=0x0),this.#map[_0x1885f0][_0x4cb4da]++;}[a63_0x2f8ea7(0x19f)](_0x51537b,_0x4e94b5){return _0x51537b+'-'+_0x4e94b5+'-'+this['get'](_0x51537b,_0x4e94b5);}['get'](_0x2cc90a,_0x42a45){if(!this.#map[_0x2cc90a])return 0x0;if(!this.#map[_0x2cc90a][_0x42a45])return 0x0;return this.#map[_0x2cc90a][_0x42a45];}}module[a63_0x2f8ea7(0x1a6)]=PercyCaptureMap;
1
+ function a63_0x43ee(){var _0x400b21=['exports','increment','756256RSGfwL','153ySmdCa','189496BcQfMM','190905cgDwDu','24RaENrO','646032NYAEUs','203470XyPhci','195853YzDacX','get','233252nQVPMf'];a63_0x43ee=function(){return _0x400b21;};return a63_0x43ee();}var a63_0x275505=a63_0xcf0c;function a63_0xcf0c(_0x30fef4,_0x1a03cb){var _0x43ee6f=a63_0x43ee();return a63_0xcf0c=function(_0xcf0c7b,_0x155f54){_0xcf0c7b=_0xcf0c7b-0x1d1;var _0x1739da=_0x43ee6f[_0xcf0c7b];return _0x1739da;},a63_0xcf0c(_0x30fef4,_0x1a03cb);}(function(_0x56f5e4,_0x5dab77){var _0x36cf76=a63_0xcf0c,_0x5d9e1d=_0x56f5e4();while(!![]){try{var _0x3cb9c4=parseInt(_0x36cf76(0x1d6))/0x1+parseInt(_0x36cf76(0x1d9))/0x2+parseInt(_0x36cf76(0x1d5))/0x3+parseInt(_0x36cf76(0x1dc))/0x4+parseInt(_0x36cf76(0x1d3))/0x5*(-parseInt(_0x36cf76(0x1d4))/0x6)+-parseInt(_0x36cf76(0x1d7))/0x7+-parseInt(_0x36cf76(0x1d2))/0x8*(parseInt(_0x36cf76(0x1d1))/0x9);if(_0x3cb9c4===_0x5dab77)break;else _0x5d9e1d['push'](_0x5d9e1d['shift']());}catch(_0x23ebee){_0x5d9e1d['push'](_0x5d9e1d['shift']());}}}(a63_0x43ee,0x22742));class PercyCaptureMap{#map={};[a63_0x275505(0x1db)](_0x227cc2,_0x580662){!this.#map[_0x227cc2]&&(this.#map[_0x227cc2]={}),!this.#map[_0x227cc2][_0x580662]&&(this.#map[_0x227cc2][_0x580662]=0x0),this.#map[_0x227cc2][_0x580662]++;}['getName'](_0xaa339f,_0x498f55){var _0x1996af=a63_0x275505;return _0xaa339f+'-'+_0x498f55+'-'+this[_0x1996af(0x1d8)](_0xaa339f,_0x498f55);}[a63_0x275505(0x1d8)](_0x48b104,_0x1230f1){if(!this.#map[_0x48b104])return 0x0;if(!this.#map[_0x48b104][_0x1230f1])return 0x0;return this.#map[_0x48b104][_0x1230f1];}}module[a63_0x275505(0x1da)]=PercyCaptureMap;
@@ -1 +1 @@
1
- var a64_0x8c2b80=a64_0x5e27;(function(_0x59d339,_0x173b49){var _0x1f4c13=a64_0x5e27,_0x19fb91=_0x59d339();while(!![]){try{var _0x19a6be=parseInt(_0x1f4c13(0xbb))/0x1+-parseInt(_0x1f4c13(0xbc))/0x2+-parseInt(_0x1f4c13(0xc9))/0x3+-parseInt(_0x1f4c13(0xc4))/0x4*(-parseInt(_0x1f4c13(0xc1))/0x5)+parseInt(_0x1f4c13(0xc0))/0x6*(parseInt(_0x1f4c13(0xbd))/0x7)+parseInt(_0x1f4c13(0xc3))/0x8*(-parseInt(_0x1f4c13(0xc5))/0x9)+parseInt(_0x1f4c13(0xc2))/0xa*(parseInt(_0x1f4c13(0xc7))/0xb);if(_0x19a6be===_0x173b49)break;else _0x19fb91['push'](_0x19fb91['shift']());}catch(_0x3c7fc9){_0x19fb91['push'](_0x19fb91['shift']());}}}(a64_0xbc9c,0xb9ab4));function a64_0x5e27(_0x346455,_0x10745d){var _0xbc9c6e=a64_0xbc9c();return a64_0x5e27=function(_0x5e277c,_0x57b456){_0x5e277c=_0x5e277c-0xb7;var _0x582839=_0xbc9c6e[_0x5e277c];return _0x582839;},a64_0x5e27(_0x346455,_0x10745d);}var a64_0x6ef44c={};a64_0x6ef44c[a64_0x8c2b80(0xb9)]=[a64_0x8c2b80(0xb8)],a64_0x6ef44c[a64_0x8c2b80(0xc8)]=['click','sendKeys'];var a64_0x5f1f3a={};a64_0x5f1f3a[a64_0x8c2b80(0xb9)]=[a64_0x8c2b80(0xb8)];var a64_0x1e60a4={};function a64_0xbc9c(){var _0x5a13af=['click','exports','110724rlYUoZ','5630dQDjAt','9381330wcBQnJ','8eXIFxi','1272vrSXBM','2062134UgJXzl','screenshot','11SkaRsa','element','2520732RJqZTu','auto','takeScreenshot','driver','testcase','41623XsaBkq','418412EBHkfj','266mXZXzY'];a64_0xbc9c=function(){return _0x5a13af;};return a64_0xbc9c();}a64_0x1e60a4[a64_0x8c2b80(0xc8)]=[a64_0x8c2b80(0xbe)];var a64_0x3d1b5a={};a64_0x3d1b5a[a64_0x8c2b80(0xb7)]=a64_0x6ef44c,a64_0x3d1b5a[a64_0x8c2b80(0xc6)]=a64_0x5f1f3a,a64_0x3d1b5a[a64_0x8c2b80(0xbe)]=a64_0x1e60a4,a64_0x3d1b5a[a64_0x8c2b80(0xba)]={},a64_0x3d1b5a['manual']={},module[a64_0x8c2b80(0xbf)]=a64_0x3d1b5a;
1
+ function a64_0x2c6c(_0x5ebf2a,_0x5bcefb){var _0x34426d=a64_0x3442();return a64_0x2c6c=function(_0x2c6c9c,_0x5cedbe){_0x2c6c9c=_0x2c6c9c-0x1de;var _0x57ee70=_0x34426d[_0x2c6c9c];return _0x57ee70;},a64_0x2c6c(_0x5ebf2a,_0x5bcefb);}var a64_0x447a8b=a64_0x2c6c;(function(_0xf8c43,_0x2d66f4){var _0x12a813=a64_0x2c6c,_0x556d67=_0xf8c43();while(!![]){try{var _0x1a1836=parseInt(_0x12a813(0x1ed))/0x1*(parseInt(_0x12a813(0x1ea))/0x2)+parseInt(_0x12a813(0x1e8))/0x3+parseInt(_0x12a813(0x1e1))/0x4+parseInt(_0x12a813(0x1f0))/0x5*(-parseInt(_0x12a813(0x1e3))/0x6)+-parseInt(_0x12a813(0x1eb))/0x7+-parseInt(_0x12a813(0x1e6))/0x8*(parseInt(_0x12a813(0x1e7))/0x9)+-parseInt(_0x12a813(0x1e9))/0xa;if(_0x1a1836===_0x2d66f4)break;else _0x556d67['push'](_0x556d67['shift']());}catch(_0x4e9843){_0x556d67['push'](_0x556d67['shift']());}}}(a64_0x3442,0x93319));var a64_0x3e2c9c={};a64_0x3e2c9c[a64_0x447a8b(0x1de)]=[a64_0x447a8b(0x1df)],a64_0x3e2c9c[a64_0x447a8b(0x1ec)]=[a64_0x447a8b(0x1e5),a64_0x447a8b(0x1e4)];var a64_0x5dbbd4={};a64_0x5dbbd4['driver']=[a64_0x447a8b(0x1df)];var a64_0x425bc6={};a64_0x425bc6[a64_0x447a8b(0x1ec)]=[a64_0x447a8b(0x1e5)];function a64_0x3442(){var _0x238d5c=['78JWCIbn','sendKeys','click','58896rzZVzK','9ZehbbX','2043390IxUBPp','4207260CZTtIE','2BIWgDg','6337926rkDiYS','element','975837ovyHlK','screenshot','testcase','88675lojOXd','driver','takeScreenshot','auto','2039996hLoVCZ','exports'];a64_0x3442=function(){return _0x238d5c;};return a64_0x3442();}var a64_0x31ebf9={};a64_0x31ebf9[a64_0x447a8b(0x1e0)]=a64_0x3e2c9c,a64_0x31ebf9[a64_0x447a8b(0x1ee)]=a64_0x5dbbd4,a64_0x31ebf9[a64_0x447a8b(0x1e5)]=a64_0x425bc6,a64_0x31ebf9[a64_0x447a8b(0x1ef)]={},a64_0x31ebf9['manual']={},module[a64_0x447a8b(0x1e2)]=a64_0x31ebf9;
@@ -1 +1 @@
1
- const a65_0x44d4f4=a65_0x34f2;function a65_0x34f2(_0x5a3b81,_0x1a93aa){const _0x50a84e=a65_0x50a8();return a65_0x34f2=function(_0x34f25c,_0x559cf4){_0x34f25c=_0x34f25c-0x175;let _0x2c1100=_0x50a84e[_0x34f25c];return _0x2c1100;},a65_0x34f2(_0x5a3b81,_0x1a93aa);}(function(_0x1fc6e1,_0xcb35e7){const _0x456d76=a65_0x34f2,_0x5e6cd9=_0x1fc6e1();while(!![]){try{const _0x2b0ff9=-parseInt(_0x456d76(0x17f))/0x1+-parseInt(_0x456d76(0x19f))/0x2+-parseInt(_0x456d76(0x19c))/0x3+-parseInt(_0x456d76(0x185))/0x4+parseInt(_0x456d76(0x196))/0x5+-parseInt(_0x456d76(0x192))/0x6+-parseInt(_0x456d76(0x195))/0x7*(-parseInt(_0x456d76(0x17b))/0x8);if(_0x2b0ff9===_0xcb35e7)break;else _0x5e6cd9['push'](_0x5e6cd9['shift']());}catch(_0x1404ee){_0x5e6cd9['push'](_0x5e6cd9['shift']());}}}(a65_0x50a8,0x75b25));const tryRequire=function(_0x25d4ae,_0x6d3af5){const _0xbb78b6=a65_0x34f2,_0x33e28a={'aIKGv':function(_0x18ce41,_0x378bd7){return _0x18ce41!==_0x378bd7;},'NXHex':_0xbb78b6(0x183),'qiBjo':_0xbb78b6(0x194),'wCsuj':function(_0x47f3b5,_0x4a84ca){return _0x47f3b5(_0x4a84ca);},'tuqbN':_0xbb78b6(0x175)};try{return _0x33e28a[_0xbb78b6(0x188)](_0x33e28a[_0xbb78b6(0x17d)],_0x33e28a[_0xbb78b6(0x191)])?_0x33e28a[_0xbb78b6(0x1a0)](require,_0x25d4ae):_0x3a4f3c;}catch{if(_0x33e28a[_0xbb78b6(0x188)](_0x33e28a[_0xbb78b6(0x19a)],_0x33e28a[_0xbb78b6(0x19a)]))return;else return _0x6d3af5;}},percySnapshot=tryRequire(a65_0x44d4f4(0x193),null),{percyScreenshot}=tryRequire(a65_0x44d4f4(0x193),{}),percyAppScreenshot=require(a65_0x44d4f4(0x17c)),PerformanceTester=require(a65_0x44d4f4(0x18d)),logger=require(a65_0x44d4f4(0x177))['winstonLogger'];percySnapshot&&(exports[a65_0x44d4f4(0x1a1)]=async function(){const _0x29081e=a65_0x44d4f4,_0x279201={};_0x279201[_0x29081e(0x19b)]=_0x29081e(0x187),_0x279201[_0x29081e(0x19d)]=function(_0x29dfee,_0x4eff54){return _0x29dfee!==_0x4eff54;},_0x279201[_0x29081e(0x190)]=function(_0x3d34a9,_0x15871f){return _0x3d34a9===_0x15871f;},_0x279201[_0x29081e(0x17a)]='rsGIs',_0x279201[_0x29081e(0x181)]=function(_0x5830a6,_0x134bf3){return _0x5830a6>=_0x134bf3;},_0x279201['OIFHH']=_0x29081e(0x180);const _0x38d17e=_0x279201;if(global[_0x29081e(0x199)]&&_0x38d17e['urpNt'](global[_0x29081e(0x199)],global[_0x29081e(0x18f)])){if(_0x38d17e['pTkAD'](_0x38d17e[_0x29081e(0x17a)],_0x38d17e[_0x29081e(0x17a)]))return;else _0x58f873[_0x29081e(0x184)](_0x38d17e[_0x29081e(0x19b)]);}const _0x2a5672=_0x38d17e[_0x29081e(0x181)](arguments[_0x29081e(0x18e)],0x2)?arguments[0x1]:'',_0x135ce5={};return _0x135ce5[_0x29081e(0x179)]=_0x2a5672,_0x135ce5[_0x29081e(0x18c)]=global['browserstackPlatformIndex'],await PerformanceTester['measure'](_0x38d17e[_0x29081e(0x182)],()=>percySnapshot['apply'](null,arguments),_0x135ce5);});percyScreenshot?exports['screenshot']=async function(){const _0x1469db=a65_0x44d4f4,_0x15e080={};_0x15e080[_0x1469db(0x189)]=function(_0x20f630,_0x1f5d8f){return _0x20f630>=_0x1f5d8f;},_0x15e080['cSOvN']=_0x1469db(0x19e);const _0x4202b0=_0x15e080,_0x1fef26=_0x4202b0['nFjUb'](arguments[_0x1469db(0x18e)],0x2)?arguments[0x1]:'',_0x4a09cd={};return _0x4a09cd[_0x1469db(0x179)]=_0x1fef26,_0x4a09cd[_0x1469db(0x18c)]=global[_0x1469db(0x199)],await PerformanceTester[_0x1469db(0x18b)](_0x4202b0[_0x1469db(0x186)],()=>percyScreenshot[_0x1469db(0x197)](null,arguments),_0x4a09cd);}:exports[a65_0x44d4f4(0x18a)]=()=>{const _0x3e2505=a65_0x44d4f4,_0x6fe2c8={};_0x6fe2c8[_0x3e2505(0x178)]='Unsupported\x20driver\x20for\x20percy';const _0x3b0031=_0x6fe2c8;logger[_0x3e2505(0x184)](_0x3b0031[_0x3e2505(0x178)]);};exports[a65_0x44d4f4(0x17e)]=async function(){const _0x31b5d8=a65_0x44d4f4,_0x18728a={};_0x18728a['PlSDZ']=function(_0x2eb5de,_0xec8a87){return _0x2eb5de>=_0xec8a87;},_0x18728a[_0x31b5d8(0x198)]=_0x31b5d8(0x176);const _0x153218=_0x18728a,_0x498c3a=_0x153218['PlSDZ'](arguments[_0x31b5d8(0x18e)],0x2)?arguments[0x1]:'',_0x56d45a={};return _0x56d45a[_0x31b5d8(0x179)]=_0x498c3a,_0x56d45a[_0x31b5d8(0x18c)]=global[_0x31b5d8(0x199)],await PerformanceTester[_0x31b5d8(0x18b)](_0x153218['fbgRB'],()=>percyAppScreenshot['apply'](null,arguments),_0x56d45a);};function a65_0x50a8(){const _0x47aa42=['urpNt','percy:screenshot','442478hZgPmn','wCsuj','snapshot','IJULI','percy:screenshot-app','../logger','opQqs','name','WNQrR','17566392IiTRtM','@percy/appium-app','NXHex','screenshotApp','62532FCVnXg','percy:snapshot','cCiiI','OIFHH','pcnem','error','3181100apAwVY','cSOvN','Unsupported\x20driver\x20for\x20percy','aIKGv','nFjUb','screenshot','measure','platformIndex','../performance-tester','length','browserstackPercyBestPlatform','pTkAD','qiBjo','4033656fOPlmV','@percy/selenium-webdriver','TZTje','7EqkPBi','4717825iKQjvC','apply','fbgRB','browserstackPlatformIndex','tuqbN','YiESC','2717871NGDWRO'];a65_0x50a8=function(){return _0x47aa42;};return a65_0x50a8();}
1
+ const a65_0x1c0965=a65_0x2608;(function(_0x1e51b0,_0x32e731){const _0x104f96=a65_0x2608,_0x26778d=_0x1e51b0();while(!![]){try{const _0x51b583=-parseInt(_0x104f96(0x1ce))/0x1*(-parseInt(_0x104f96(0x1cf))/0x2)+-parseInt(_0x104f96(0x1d8))/0x3*(parseInt(_0x104f96(0x1cc))/0x4)+parseInt(_0x104f96(0x1db))/0x5*(parseInt(_0x104f96(0x1d2))/0x6)+parseInt(_0x104f96(0x1c9))/0x7*(parseInt(_0x104f96(0x1d0))/0x8)+-parseInt(_0x104f96(0x1e4))/0x9*(parseInt(_0x104f96(0x1e1))/0xa)+parseInt(_0x104f96(0x1eb))/0xb+parseInt(_0x104f96(0x1d4))/0xc*(parseInt(_0x104f96(0x1ed))/0xd);if(_0x51b583===_0x32e731)break;else _0x26778d['push'](_0x26778d['shift']());}catch(_0x52ae09){_0x26778d['push'](_0x26778d['shift']());}}}(a65_0x29e4,0xe4e8f));function a65_0x29e4(){const _0x52cb49=['length','4afcpGu','name','1AudObv','249586fGkDfh','32rbcfBe','percy:snapshot','1998606ZlaTtv','xoyTR','1033860bMujXz','browserstackPercyBestPlatform','snapshot','platformIndex','2811216JOxQys','xPySY','@percy/selenium-webdriver','20bwxXGh','../logger','error','GInnW','UJURt','@percy/appium-app','12850wutZKZ','screenshotApp','uPlof','11961ezlwGG','qySAj','mwZja','apply','FQpYd','winstonLogger','browserstackPlatformIndex','1875621qsRYVi','measure','156CJAPmV','Unsupported\x20driver\x20for\x20percy','1611547MPWRbK','screenshot'];a65_0x29e4=function(){return _0x52cb49;};return a65_0x29e4();}const tryRequire=function(_0x1fa6cb,_0x85fa53){const _0x5f4a26=a65_0x2608,_0x5c6f7a={'xPySY':function(_0x29a66b,_0xd7985f){return _0x29a66b(_0xd7985f);}};try{return _0x5c6f7a[_0x5f4a26(0x1d9)](require,_0x1fa6cb);}catch{return _0x85fa53;}},percySnapshot=tryRequire(a65_0x1c0965(0x1da),null),{percyScreenshot}=tryRequire(a65_0x1c0965(0x1da),{}),percyAppScreenshot=require(a65_0x1c0965(0x1e0)),PerformanceTester=require('../performance-tester'),logger=require(a65_0x1c0965(0x1dc))[a65_0x1c0965(0x1e9)];function a65_0x2608(_0x5410aa,_0x2ade9){const _0x29e422=a65_0x29e4();return a65_0x2608=function(_0x26087d,_0x1e9691){_0x26087d=_0x26087d-0x1c9;let _0x530931=_0x29e422[_0x26087d];return _0x530931;},a65_0x2608(_0x5410aa,_0x2ade9);}percySnapshot&&(exports[a65_0x1c0965(0x1d6)]=async function(){const _0x4f2dcb=a65_0x1c0965,_0x363067={};_0x363067['YyJCg']=function(_0x21f584,_0x44e1e1){return _0x21f584!==_0x44e1e1;},_0x363067['FQpYd']=function(_0x50f739,_0x48d7c8){return _0x50f739>=_0x48d7c8;},_0x363067[_0x4f2dcb(0x1de)]=_0x4f2dcb(0x1d1);const _0xd35536=_0x363067;if(global[_0x4f2dcb(0x1ea)]&&_0xd35536['YyJCg'](global[_0x4f2dcb(0x1ea)],global[_0x4f2dcb(0x1d5)]))return;const _0x5ac7a9=_0xd35536[_0x4f2dcb(0x1e8)](arguments[_0x4f2dcb(0x1cb)],0x2)?arguments[0x1]:'',_0x1b7e12={};return _0x1b7e12['name']=_0x5ac7a9,_0x1b7e12['platformIndex']=global['browserstackPlatformIndex'],await PerformanceTester[_0x4f2dcb(0x1ec)](_0xd35536['GInnW'],()=>percySnapshot[_0x4f2dcb(0x1e7)](null,arguments),_0x1b7e12);});percyScreenshot?exports[a65_0x1c0965(0x1ca)]=async function(){const _0x4261d6=a65_0x1c0965,_0x5463a7={};_0x5463a7[_0x4261d6(0x1e3)]=function(_0x1a04e3,_0xb64f30){return _0x1a04e3>=_0xb64f30;},_0x5463a7[_0x4261d6(0x1e6)]='percy:screenshot';const _0x3008cc=_0x5463a7,_0x312e0c=_0x3008cc['uPlof'](arguments[_0x4261d6(0x1cb)],0x2)?arguments[0x1]:'',_0x5ea726={};return _0x5ea726[_0x4261d6(0x1cd)]=_0x312e0c,_0x5ea726[_0x4261d6(0x1d7)]=global[_0x4261d6(0x1ea)],await PerformanceTester[_0x4261d6(0x1ec)](_0x3008cc['mwZja'],()=>percyScreenshot[_0x4261d6(0x1e7)](null,arguments),_0x5ea726);}:exports[a65_0x1c0965(0x1ca)]=()=>{const _0x2c92d5=a65_0x1c0965,_0x3a9b02={};_0x3a9b02['UJURt']=_0x2c92d5(0x1ee);const _0x2958b4=_0x3a9b02;logger[_0x2c92d5(0x1dd)](_0x2958b4[_0x2c92d5(0x1df)]);};exports[a65_0x1c0965(0x1e2)]=async function(){const _0x470020=a65_0x1c0965,_0x3823a7={};_0x3823a7[_0x470020(0x1d3)]=function(_0x19b17d,_0x292799){return _0x19b17d>=_0x292799;},_0x3823a7['qySAj']='percy:screenshot-app';const _0x113412=_0x3823a7,_0x36062d=_0x113412[_0x470020(0x1d3)](arguments['length'],0x2)?arguments[0x1]:'',_0x5a1e5a={};return _0x5a1e5a[_0x470020(0x1cd)]=_0x36062d,_0x5a1e5a['platformIndex']=global[_0x470020(0x1ea)],await PerformanceTester[_0x470020(0x1ec)](_0x113412[_0x470020(0x1e5)],()=>percyAppScreenshot[_0x470020(0x1e7)](null,arguments),_0x5a1e5a);};
@@ -1 +1 @@
1
- function a66_0x2fa4(_0x3a0c9f,_0x8c4f2){var _0x3f3315=a66_0x3f33();return a66_0x2fa4=function(_0x2fa4eb,_0x437bc8){_0x2fa4eb=_0x2fa4eb-0xad;var _0x16cbde=_0x3f3315[_0x2fa4eb];return _0x16cbde;},a66_0x2fa4(_0x3a0c9f,_0x8c4f2);}var a66_0x24a6ca=a66_0x2fa4;function a66_0x3f33(){var _0x135737=['40ZyBgfK','94144ekQAmB','exports','5dLiyfP','3582300NfEVfB','583851fDATvk','./Percy','617052qKkTbA','1005114mCBkws','1281114wMvGWy','360rwTIIl','126voHKLb'];a66_0x3f33=function(){return _0x135737;};return a66_0x3f33();}(function(_0x209406,_0x364970){var _0x5a2530=a66_0x2fa4,_0x252c03=_0x209406();while(!![]){try{var _0x44691a=-parseInt(_0x5a2530(0xb8))/0x1*(-parseInt(_0x5a2530(0xb6))/0x2)+-parseInt(_0x5a2530(0xb1))/0x3+parseInt(_0x5a2530(0xb3))/0x4*(parseInt(_0x5a2530(0xaf))/0x5)+parseInt(_0x5a2530(0xb4))/0x6+-parseInt(_0x5a2530(0xb7))/0x7*(-parseInt(_0x5a2530(0xad))/0x8)+parseInt(_0x5a2530(0xb5))/0x9+-parseInt(_0x5a2530(0xb0))/0xa;if(_0x44691a===_0x364970)break;else _0x252c03['push'](_0x252c03['shift']());}catch(_0x255bf5){_0x252c03['push'](_0x252c03['shift']());}}}(a66_0x3f33,0x1fd01),module[a66_0x24a6ca(0xae)]=require(a66_0x24a6ca(0xb2)));
1
+ var a66_0x583f0a=a66_0x2e77;function a66_0x2e77(_0x5eb50d,_0x1d2367){var _0x24d56a=a66_0x24d5();return a66_0x2e77=function(_0x2e7788,_0x1138a0){_0x2e7788=_0x2e7788-0x1c1;var _0x2243d1=_0x24d56a[_0x2e7788];return _0x2243d1;},a66_0x2e77(_0x5eb50d,_0x1d2367);}function a66_0x24d5(){var _0x5a3fde=['exports','1670877nRPldq','600TWtgrX','1044qIeoOS','22lZYkVc','179408LsykfU','1110723XeQmQS','45950boybGr','5166kXSoQo','462XZYBQR','174Yykurq','39685hxFWgm'];a66_0x24d5=function(){return _0x5a3fde;};return a66_0x24d5();}(function(_0x2e07a0,_0x1f758f){var _0x12a149=a66_0x2e77,_0x2d089e=_0x2e07a0();while(!![]){try{var _0x14823b=-parseInt(_0x12a149(0x1ca))/0x1*(-parseInt(_0x12a149(0x1c4))/0x2)+parseInt(_0x12a149(0x1c1))/0x3+parseInt(_0x12a149(0x1cc))/0x4+parseInt(_0x12a149(0x1c6))/0x5*(-parseInt(_0x12a149(0x1c5))/0x6)+-parseInt(_0x12a149(0x1c3))/0x7*(-parseInt(_0x12a149(0x1c9))/0x8)+-parseInt(_0x12a149(0x1c8))/0x9+parseInt(_0x12a149(0x1c2))/0xa*(-parseInt(_0x12a149(0x1cb))/0xb);if(_0x14823b===_0x1f758f)break;else _0x2d089e['push'](_0x2d089e['shift']());}catch(_0x4c3a78){_0x2d089e['push'](_0x2d089e['shift']());}}}(a66_0x24d5,0x45f7f),module[a66_0x583f0a(0x1c7)]=require('./Percy'));
@@ -1 +1 @@
1
- const a67_0x2a64de=a67_0x5633;function a67_0x5633(_0x457d5d,_0x1aefdf){const _0x4f6f3b=a67_0x4f6f();return a67_0x5633=function(_0x5633a3,_0x5802b0){_0x5633a3=_0x5633a3-0x14d;let _0xcf0655=_0x4f6f3b[_0x5633a3];return _0xcf0655;},a67_0x5633(_0x457d5d,_0x1aefdf);}(function(_0x53ac8d,_0x114466){const _0x278ee2=a67_0x5633,_0x33d1b5=_0x53ac8d();while(!![]){try{const _0x5a43a8=parseInt(_0x278ee2(0x154))/0x1+parseInt(_0x278ee2(0x189))/0x2*(parseInt(_0x278ee2(0x170))/0x3)+parseInt(_0x278ee2(0x19a))/0x4+-parseInt(_0x278ee2(0x188))/0x5+-parseInt(_0x278ee2(0x182))/0x6*(parseInt(_0x278ee2(0x1a2))/0x7)+parseInt(_0x278ee2(0x16f))/0x8*(-parseInt(_0x278ee2(0x194))/0x9)+-parseInt(_0x278ee2(0x172))/0xa*(-parseInt(_0x278ee2(0x169))/0xb);if(_0x5a43a8===_0x114466)break;else _0x33d1b5['push'](_0x33d1b5['shift']());}catch(_0x365dfe){_0x33d1b5['push'](_0x33d1b5['shift']());}}}(a67_0x4f6f,0x7801c));const Percy=require(a67_0x2a64de(0x158)),PercySDK=require(a67_0x2a64de(0x17e)),PercyCaptureModes=require(a67_0x2a64de(0x192)),PercyCaptureMap=require(a67_0x2a64de(0x168)),logger=require(a67_0x2a64de(0x1c2))[a67_0x2a64de(0x167)],helper=require(a67_0x2a64de(0x1c0)),PerformanceTester=require(a67_0x2a64de(0x1a5));exports[a67_0x2a64de(0x1a7)]=PerformanceTester[a67_0x2a64de(0x157)](a67_0x2a64de(0x174),async _0xbd08a7=>{const _0x286251=a67_0x2a64de,_0x3f2622={};_0x3f2622[_0x286251(0x15c)]='Starting\x20percy',_0x3f2622[_0x286251(0x156)]=function(_0x3fbf12,_0x2142a8){return _0x3fbf12===_0x2142a8;},_0x3f2622[_0x286251(0x155)]='oEfaj';const _0x132916=_0x3f2622;logger[_0x286251(0x15b)](_0x132916[_0x286251(0x15c)]);const _0x549527=new Percy(_0xbd08a7),_0x4a8b28=await _0x549527[_0x286251(0x179)]();if(_0x4a8b28)return _0x132916[_0x286251(0x156)](_0x132916[_0x286251(0x155)],_0x132916['fWDcI'])?_0x549527:_0x46fd3c;return null;}),exports[a67_0x2a64de(0x1be)]=PerformanceTester[a67_0x2a64de(0x157)]('percy:stop',async _0x398cb8=>{const _0x5df411=a67_0x2a64de,_0x5592ce={};_0x5592ce['UndNk']='Stopping\x20percy';const _0x489934=_0x5592ce;return logger[_0x5df411(0x15b)](_0x489934[_0x5df411(0x197)]),_0x398cb8[_0x5df411(0x16e)]();}),exports['getBestPlatformForPercySnapshot']=_0x364502=>{const _0x19f36a=a67_0x2a64de,_0x1c4cf4={};_0x1c4cf4[_0x19f36a(0x15d)]=function(_0x563092,_0x17f2e3){return _0x563092<_0x17f2e3;},_0x1c4cf4[_0x19f36a(0x1a1)]=function(_0x1fd985,_0x2bd883){return _0x1fd985===_0x2bd883;},_0x1c4cf4[_0x19f36a(0x176)]=_0x19f36a(0x1c6),_0x1c4cf4[_0x19f36a(0x1b6)]=function(_0x4c7d3f,_0x4badc6){return _0x4c7d3f!==_0x4badc6;},_0x1c4cf4[_0x19f36a(0x17b)]=_0x19f36a(0x14e),_0x1c4cf4[_0x19f36a(0x18a)]='ODVKN',_0x1c4cf4[_0x19f36a(0x1bc)]=_0x19f36a(0x1b5),_0x1c4cf4[_0x19f36a(0x190)]='iurlD';const _0x3d0227=_0x1c4cf4,_0x1772da={};_0x1772da[_0x19f36a(0x1ad)]=0x0,_0x1772da[_0x19f36a(0x18e)]=0x1,_0x1772da['edge']=0x2,_0x1772da[_0x19f36a(0x184)]=0x3;const _0x30d595=_0x1772da;return _0x364502[_0x19f36a(0x166)]((_0x460179,_0x1f0c81,_0x5ef87d)=>{const _0x331c9a=_0x19f36a;if(_0x3d0227[_0x331c9a(0x1a1)](_0x3d0227[_0x331c9a(0x176)],_0x3d0227['AcXBP'])){const _0x3acb04=_0x364502[_0x460179];if(_0x1f0c81[_0x331c9a(0x162)])return _0x3d0227[_0x331c9a(0x1b6)](_0x3d0227['muPPX'],_0x3d0227[_0x331c9a(0x17b)])?_0x1556b0:_0x460179;if(_0x3acb04[_0x331c9a(0x162)]){if(_0x3d0227[_0x331c9a(0x1b6)](_0x3d0227['xoWLW'],_0x3d0227['xoWLW'])){const _0xf70ada=_0x443c8e[_0x1bc4c9];if(_0x51b074[_0x331c9a(0x162)])return _0x2a5997;if(_0xf70ada['deviceName'])return _0x1d72ce;const _0x5a3623=_0x541596[_0x331c9a(0x183)]?_0x5eade8['browser']:_0x373cd3[_0x331c9a(0x177)];if(_0x5a3623&&_0x3d0227[_0x331c9a(0x15d)](_0x33108b[_0x5a3623[_0x331c9a(0x15a)]()],_0x630212[_0x5a3623['toLowerCase']()]))return _0xa30bec;return _0x3925e2;}else return _0x5ef87d;}const _0x2402e5=_0x1f0c81[_0x331c9a(0x183)]?_0x1f0c81[_0x331c9a(0x183)]:_0x1f0c81[_0x331c9a(0x177)];if(_0x2402e5&&_0x3d0227[_0x331c9a(0x15d)](_0x30d595[_0x2402e5[_0x331c9a(0x15a)]()],_0x30d595[_0x2402e5[_0x331c9a(0x15a)]()])){if(_0x3d0227[_0x331c9a(0x1b6)](_0x3d0227['QsVMd'],_0x3d0227['HBRRG']))return _0x5ef87d;else _0x40b97b[_0x331c9a(0x151)][_0x331c9a(0x164)](_0x41e110=>this[_0x331c9a(0x17a)](_0x1d38c6,_0x41e110,_0x476e80));}return _0x460179;}else _0x50347d[_0x331c9a(0x1ba)](_0x331c9a(0x1bb)+_0x352889+'\x20for\x20percy\x20'+_0x517993);},0x0);},exports['percyAutoCapture']=async(_0x663b47,_0x19aabd,_0x2f9b9d)=>{const _0x4e6ed4=a67_0x2a64de,_0x478aa0={};_0x478aa0['wXaCo']=_0x4e6ed4(0x19d),_0x478aa0[_0x4e6ed4(0x17c)]=function(_0x3ee371,_0xf62859){return _0x3ee371===_0xf62859;},_0x478aa0[_0x4e6ed4(0x14d)]=_0x4e6ed4(0x181),_0x478aa0[_0x4e6ed4(0x1a3)]=_0x4e6ed4(0x1a9),_0x478aa0[_0x4e6ed4(0x16b)]=function(_0x2c4132,_0x1c02f1){return _0x2c4132===_0x1c02f1;},_0x478aa0[_0x4e6ed4(0x16d)]=_0x4e6ed4(0x1b7),_0x478aa0[_0x4e6ed4(0x1c7)]='zBhgu',_0x478aa0[_0x4e6ed4(0x199)]=function(_0x17f02f,_0x2f5816){return _0x17f02f===_0x2f5816;},_0x478aa0[_0x4e6ed4(0x1aa)]=_0x4e6ed4(0x16a),_0x478aa0[_0x4e6ed4(0x1b0)]=_0x4e6ed4(0x153);const _0x4ab94c=_0x478aa0,_0x58b62e=_0x663b47[_0x4e6ed4(0x191)];if(helper[_0x4e6ed4(0x19f)](_0x663b47[_0x4e6ed4(0x163)])){if(_0x4ab94c['pOuQm'](_0x4ab94c[_0x4e6ed4(0x14d)],_0x4ab94c[_0x4e6ed4(0x1a3)]))return;else{logger[_0x4e6ed4(0x15b)](_0x4ab94c[_0x4e6ed4(0x152)]);return;}}const _0x382b38=_0x58b62e[_0x4e6ed4(0x1b8)](_0x663b47['browserstackSessionName'],_0x19aabd);if(_0x2f9b9d['app']){if(_0x4ab94c[_0x4e6ed4(0x16b)](_0x4ab94c[_0x4e6ed4(0x16d)],_0x4ab94c[_0x4e6ed4(0x1c7)])){_0x4b2e03[_0x4e6ed4(0x15b)](_0x4ab94c[_0x4e6ed4(0x152)]);return;}else await PercySDK[_0x4e6ed4(0x1af)](_0x663b47,_0x382b38);}else{if(_0x4ab94c[_0x4e6ed4(0x199)](_0x4ab94c['PADgf'],_0x4ab94c['BLwRR'])){const _0x2f0306={};_0x2f0306[_0x4e6ed4(0x19b)]=_0x3b7a02[_0x4e6ed4(0x19b)],_0x2f0306[_0x4e6ed4(0x15f)]=_0x3e8704[_0x4e6ed4(0x15f)];const _0x470ba5=_0x2f0306;_0x523dd8[_0x4e6ed4(0x19b)]&&(_0x470ba5[_0x4e6ed4(0x1b9)]=_0x152a7f[_0x4e6ed4(0x19c)](_0x33918c[_0x4e6ed4(0x1bd)]));;return _0x470ba5;}else await PercySDK[_0x4e6ed4(0x1c5)](_0x663b47,_0x382b38);}_0x58b62e[_0x4e6ed4(0x17d)](_0x663b47[_0x4e6ed4(0x163)],_0x19aabd);},exports[a67_0x2a64de(0x1c1)]=(_0x2ada99,_0x51ebe0,_0x23a1e9)=>{const _0x2ec51e=a67_0x2a64de,_0x4cb636={};_0x4cb636['RlIKo']=function(_0x5353a0,_0x21dd76){return _0x5353a0!==_0x21dd76;},_0x4cb636[_0x2ec51e(0x16c)]='qgsjp',_0x4cb636[_0x2ec51e(0x1bf)]='fldQd',_0x4cb636['BAwVI']=function(_0x20bc80,_0x1c1c70){return _0x20bc80!==_0x1c1c70;},_0x4cb636['cFDwg']='MjMli',_0x4cb636[_0x2ec51e(0x1c4)]=function(_0x513ad4,_0x244471){return _0x513ad4===_0x244471;},_0x4cb636[_0x2ec51e(0x1b1)]=_0x2ec51e(0x15e),_0x4cb636[_0x2ec51e(0x1ae)]='Ehpsf',_0x4cb636['LGrKm']='iLIyp',_0x4cb636[_0x2ec51e(0x196)]='Stopping\x20percy',_0x4cb636[_0x2ec51e(0x14f)]='AQguR',_0x4cb636[_0x2ec51e(0x185)]='browserStackPercyOptions',_0x4cb636[_0x2ec51e(0x165)]='percy',_0x4cb636[_0x2ec51e(0x1b2)]=function(_0x156fe1,_0x4232b9){return _0x156fe1!==_0x4232b9;},_0x4cb636['JyGwp']=_0x2ec51e(0x198),_0x4cb636[_0x2ec51e(0x160)]='uSWDD',_0x4cb636[_0x2ec51e(0x173)]=function(_0x3bf00f,_0x4dc69c){return _0x3bf00f!==_0x4dc69c;},_0x4cb636[_0x2ec51e(0x186)]=_0x2ec51e(0x18d),_0x4cb636['rGsyt']=function(_0x27ed9b,_0x2e5d80){return _0x27ed9b===_0x2e5d80;},_0x4cb636[_0x2ec51e(0x180)]=_0x2ec51e(0x1a6);const _0xb8d79f=_0x4cb636;if(!helper[_0x2ec51e(0x187)](_0x23a1e9,[_0xb8d79f[_0x2ec51e(0x185)],_0xb8d79f[_0x2ec51e(0x165)]])){if(_0xb8d79f[_0x2ec51e(0x1b2)](_0xb8d79f[_0x2ec51e(0x171)],_0xb8d79f[_0x2ec51e(0x160)]))return;else return;}if(_0x23a1e9['browserStackPercyOptions'][_0x2ec51e(0x19b)]&&_0x23a1e9['browserStackPercyOptions'][_0x2ec51e(0x15f)]&&_0xb8d79f[_0x2ec51e(0x173)](_0x23a1e9[_0x2ec51e(0x17f)][_0x2ec51e(0x15f)],_0xb8d79f[_0x2ec51e(0x186)])&&!_0x2ada99['browserstackPercyMap']){global[_0x2ec51e(0x163)]&&(_0x2ada99[_0x2ec51e(0x163)]=global[_0x2ec51e(0x163)]),_0x2ada99[_0x2ec51e(0x191)]=new PercyCaptureMap();const _0x5eafb0=PercyCaptureModes[_0x23a1e9[_0x2ec51e(0x17f)]['percyCaptureMode']];if(_0x5eafb0[_0x2ec51e(0x151)]){if(_0xb8d79f[_0x2ec51e(0x1a8)](_0xb8d79f[_0x2ec51e(0x180)],_0xb8d79f[_0x2ec51e(0x180)]))_0x5eafb0['driver'][_0x2ec51e(0x164)](_0x129712=>this[_0x2ec51e(0x17a)](_0x2ada99,_0x129712,_0x23a1e9));else return;}_0x5eafb0[_0x2ec51e(0x1ab)]&&_0x5eafb0['element']['forEach'](_0x5da433=>{const _0x528235=_0x2ec51e,_0x1d8ff3={};_0x1d8ff3['CPjBy']=_0xb8d79f[_0x528235(0x196)];const _0x2f000=_0x1d8ff3;if(_0x51ebe0[_0x528235(0x18c)][_0x528235(0x19e)+_0x5da433]){if(_0xb8d79f[_0x528235(0x159)](_0xb8d79f[_0x528235(0x14f)],_0xb8d79f[_0x528235(0x14f)]))_0x1d382d['browserstackPercyBestPlatform']=_0x547bc7['getBestPlatformForPercySnapshot'](_0x33cdb2[_0x528235(0x1bd)]);else return;}_0x51ebe0[_0x528235(0x18c)][_0x528235(0x19e)+_0x5da433]=!![];const _0x352823=_0x51ebe0[_0x528235(0x18c)][_0x5da433];_0x51ebe0['prototype'][_0x5da433]=async function(){const _0x16e656=_0x528235;if(_0xb8d79f[_0x16e656(0x159)](_0xb8d79f[_0x16e656(0x16c)],_0xb8d79f[_0x16e656(0x1bf)])){let _0x5b6c28=_0x352823[_0x16e656(0x150)](this,arguments);if(_0x5b6c28&&_0x5b6c28[_0x16e656(0x18b)]){if(_0xb8d79f['BAwVI'](_0xb8d79f[_0x16e656(0x1b4)],_0xb8d79f[_0x16e656(0x1b4)]))return _0xc8964a[_0x16e656(0x15b)](_0x2f000[_0x16e656(0x161)]),_0x51ec94[_0x16e656(0x16e)]();else _0x5b6c28=await _0x5b6c28;}try{if(_0xb8d79f['ehHUz'](_0xb8d79f[_0x16e656(0x1b1)],_0xb8d79f[_0x16e656(0x1b1)])){const _0xd2f6ff=this[_0x16e656(0x193)]();await exports[_0x16e656(0x175)](_0xd2f6ff,_0x5da433,_0x23a1e9);}else return _0x5cd047;}catch(_0x3ea5dd){if(_0xb8d79f[_0x16e656(0x1c3)](_0xb8d79f[_0x16e656(0x1ae)],_0xb8d79f[_0x16e656(0x18f)]))logger[_0x16e656(0x1ba)](_0x16e656(0x1bb)+_0x5da433+_0x16e656(0x178)+_0x3ea5dd);else return _0x12dd78;}return _0x5b6c28;}else _0x2e0e69[_0x16e656(0x1ba)]('Error\x20patching\x20'+_0x42691e+_0x16e656(0x178)+_0x2d66f6);};});}},exports[a67_0x2a64de(0x17a)]=function(_0x2d6c01,_0x40cb8f,_0xfffb13){const _0x30f14f=a67_0x2a64de,_0x3a2955={};_0x3a2955[_0x30f14f(0x1a4)]=function(_0x1d3352,_0x26ad6a){return _0x1d3352+_0x26ad6a;},_0x3a2955[_0x30f14f(0x1b3)]=_0x30f14f(0x19e),_0x3a2955[_0x30f14f(0x195)]=function(_0x3f4947,_0xc35b2c){return _0x3f4947+_0xc35b2c;},_0x3a2955[_0x30f14f(0x1ac)]=_0x30f14f(0x1a0);const _0x1942db=_0x3a2955,_0x1690e6=_0x1942db[_0x30f14f(0x1a4)](_0x1942db['Ciias'],_0x40cb8f),_0x5e0224=_0x1942db[_0x30f14f(0x195)](_0x1942db[_0x30f14f(0x1ac)],_0x40cb8f),_0xd5ac0f=this;if(_0x2d6c01[_0x1690e6]||!_0x2d6c01[_0x40cb8f])return;_0x2d6c01[_0x1690e6]=!![],_0x2d6c01[_0x5e0224]=_0x2d6c01[_0x40cb8f],_0x2d6c01[_0x40cb8f]=async()=>{const _0x32801b=_0x30f14f;try{await _0xd5ac0f['percyAutoCapture'](_0x2d6c01,_0x40cb8f,_0xfffb13);}catch(_0x1564a5){logger[_0x32801b(0x1ba)](_0x32801b(0x1bb)+_0x40cb8f+_0x32801b(0x178)+_0x1564a5);}return await _0x2d6c01[_0x5e0224][_0x32801b(0x150)](_0x2d6c01,arguments);};},exports['getPercyOptions']=_0x226c9c=>{const _0x38e701=a67_0x2a64de,_0x65d1f9={};_0x65d1f9[_0x38e701(0x19b)]=_0x226c9c[_0x38e701(0x19b)],_0x65d1f9[_0x38e701(0x15f)]=_0x226c9c['percyCaptureMode'];const _0x1f3392=_0x65d1f9;_0x226c9c[_0x38e701(0x19b)]&&(_0x1f3392[_0x38e701(0x1b9)]=exports['getBestPlatformForPercySnapshot'](_0x226c9c['platforms']));;return _0x1f3392;};function a67_0x4f6f(){const _0x13ed86=['getName','browserstackPercyBestPlatform','error','Error\x20patching\x20','QsVMd','platforms','stopPercy','LqhyD','../helper','patchDriverPercy','../logger','BAwVI','ehHUz','screenshot','ufGRl','MBlYT','ookdX','MzjQE','VzIsj','apply','driver','wXaCo','gXNOF','211432yhPaQc','fWDcI','tRggO','measureWrapper','./Percy','RlIKo','toLowerCase','debug','FcSHA','QuExO','qTKGV','percyCaptureMode','nJeQv','CPjBy','deviceName','browserstackSessionName','forEach','HnvCB','reduce','winstonLogger','./PercyCaptureMap','143IaQnBp','NvzmO','RFEkV','CoSyO','fjeqt','stop','9584yJNNGt','9jHamtR','JyGwp','606940wTcauC','YFsBR','percy:start','percyAutoCapture','AcXBP','browserName','\x20for\x20percy\x20','start','overrideXforPercy','muPPX','pOuQm','increment','./PercySDK','browserStackPercyOptions','LNBVx','SNkVP','126744uHMVoJ','browser','safari','OYych','eDZrI','nestedKeyValue','3056785AjyWhz','81760auCpgK','xoWLW','then','prototype','manual','firefox','LGrKm','HBRRG','browserstackPercyMap','./PercyCaptureModes','getDriver','4239LZXuwi','vHocn','XBkgV','UndNk','PCneq','zBUsd','3443716MSjjAe','percy','getBestPlatformForPercySnapshot','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','patch','isUndefined','init','JdFhd','105tyoEJQ','kXByr','PClNB','../performance-tester','GmNyI','startPercy','rGsyt','nGrdl','PADgf','element','pQxrX','chrome','LopgM','screenshotApp','BLwRR','XrZwK','wrYFs','Ciias','cFDwg','dQoTV','DNWRH','yxYEC'];a67_0x4f6f=function(){return _0x13ed86;};return a67_0x4f6f();}
1
+ const a67_0x3c5f9d=a67_0x4045;function a67_0x2656(){const _0x2bb182=['browserstackPercyBestPlatform','patch','percy:start','yDzMu','../helper','194094bMvNFq','306mcJfVk','element','445975lEtloW','edge','./PercyCaptureMap','1810748qlkWWM','then','stopPercy','382282YkCLuv','browserStackPercyOptions','49wQQBcZ','getName','yqBgp','ayRYl','screenshotApp','browserName','screenshot','app','browserstackSessionName','reduce','prototype','PZGZN','1051731uLPajc','debug','./PercySDK','isUndefined','DuwDx','driver','1577072SSxNtJ','\x20for\x20percy\x20','winstonLogger','toLowerCase','dxpsE','deviceName','platforms','ZuFoU','percyCaptureMode','./Percy','3HyWfFF','nsRlF','startPercy','277140rLanYl','error','init','EGOjL','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','safari','./PercyCaptureModes','forEach','../performance-tester','ZWLmI','manual','CcjkS','Error\x20patching\x20','percy','percy:stop','start','chrome','stop','apply','nestedKeyValue','measureWrapper','browserstackPercyMap','percyAutoCapture','browser'];a67_0x2656=function(){return _0x2bb182;};return a67_0x2656();}(function(_0x46d8d8,_0x41144f){const _0x21d078=a67_0x4045,_0x563f82=_0x46d8d8();while(!![]){try{const _0x2a33b5=parseInt(_0x21d078(0x146))/0x1*(-parseInt(_0x21d078(0x16f))/0x2)+parseInt(_0x21d078(0x17d))/0x3+-parseInt(_0x21d078(0x16c))/0x4+parseInt(_0x21d078(0x169))/0x5+-parseInt(_0x21d078(0x166))/0x6*(parseInt(_0x21d078(0x171))/0x7)+parseInt(_0x21d078(0x183))/0x8+parseInt(_0x21d078(0x167))/0x9*(parseInt(_0x21d078(0x149))/0xa);if(_0x2a33b5===_0x41144f)break;else _0x563f82['push'](_0x563f82['shift']());}catch(_0x511989){_0x563f82['push'](_0x563f82['shift']());}}}(a67_0x2656,0x4fbe5));const Percy=require(a67_0x3c5f9d(0x145)),PercySDK=require(a67_0x3c5f9d(0x17f)),PercyCaptureModes=require(a67_0x3c5f9d(0x14f)),PercyCaptureMap=require(a67_0x3c5f9d(0x16b)),logger=require('../logger')[a67_0x3c5f9d(0x185)],helper=require(a67_0x3c5f9d(0x165)),PerformanceTester=require(a67_0x3c5f9d(0x151));function a67_0x4045(_0x284100,_0xee96a4){const _0x2656a4=a67_0x2656();return a67_0x4045=function(_0x4045ea,_0x5f3867){_0x4045ea=_0x4045ea-0x142;let _0x12d162=_0x2656a4[_0x4045ea];return _0x12d162;},a67_0x4045(_0x284100,_0xee96a4);}exports[a67_0x3c5f9d(0x148)]=PerformanceTester[a67_0x3c5f9d(0x15d)](a67_0x3c5f9d(0x163),async _0x25c049=>{const _0x1f99bc=a67_0x3c5f9d,_0x4d7dd7={};_0x4d7dd7[_0x1f99bc(0x147)]='Starting\x20percy';const _0x40d335=_0x4d7dd7;logger[_0x1f99bc(0x17e)](_0x40d335['nsRlF']);const _0x38d089=new Percy(_0x25c049),_0x22efe8=await _0x38d089[_0x1f99bc(0x158)]();if(_0x22efe8)return _0x38d089;return null;}),exports[a67_0x3c5f9d(0x16e)]=PerformanceTester['measureWrapper'](a67_0x3c5f9d(0x157),async _0x5589e8=>{const _0x4a3892=a67_0x3c5f9d,_0x36a1e7={};_0x36a1e7[_0x4a3892(0x14c)]='Stopping\x20percy';const _0x1c4532=_0x36a1e7;return logger[_0x4a3892(0x17e)](_0x1c4532[_0x4a3892(0x14c)]),_0x5589e8[_0x4a3892(0x15a)]();}),exports['getBestPlatformForPercySnapshot']=_0x1f3281=>{const _0x331dff=a67_0x3c5f9d,_0x2d0652={};_0x2d0652['SLSXq']=function(_0x481da1,_0x115964){return _0x481da1<_0x115964;};const _0x2b99a1=_0x2d0652,_0x2e9e95={};_0x2e9e95[_0x331dff(0x159)]=0x0,_0x2e9e95['firefox']=0x1,_0x2e9e95[_0x331dff(0x16a)]=0x2,_0x2e9e95[_0x331dff(0x14e)]=0x3;const _0x48a41a=_0x2e9e95;return _0x1f3281[_0x331dff(0x17a)]((_0x1f6f47,_0x3a6a70,_0x52ea27)=>{const _0x2d48bc=_0x331dff,_0x2b8482=_0x1f3281[_0x1f6f47];if(_0x3a6a70[_0x2d48bc(0x188)])return _0x1f6f47;if(_0x2b8482[_0x2d48bc(0x188)])return _0x52ea27;const _0x2aadd6=_0x3a6a70[_0x2d48bc(0x160)]?_0x3a6a70[_0x2d48bc(0x160)]:_0x3a6a70[_0x2d48bc(0x176)];if(_0x2aadd6&&_0x2b99a1['SLSXq'](_0x48a41a[_0x2aadd6[_0x2d48bc(0x186)]()],_0x48a41a[_0x2aadd6[_0x2d48bc(0x186)]()]))return _0x52ea27;return _0x1f6f47;},0x0);},exports[a67_0x3c5f9d(0x15f)]=async(_0x38fcdd,_0x2bc685,_0x3da44e)=>{const _0x451ef3=a67_0x3c5f9d,_0x8d13c2={};_0x8d13c2[_0x451ef3(0x164)]=_0x451ef3(0x14d);const _0x1d901a=_0x8d13c2,_0x1f25ad=_0x38fcdd['browserstackPercyMap'];if(helper[_0x451ef3(0x180)](_0x38fcdd[_0x451ef3(0x179)])){logger['debug'](_0x1d901a[_0x451ef3(0x164)]);return;}const _0x4aa508=_0x1f25ad[_0x451ef3(0x172)](_0x38fcdd[_0x451ef3(0x179)],_0x2bc685);_0x3da44e[_0x451ef3(0x178)]?await PercySDK[_0x451ef3(0x175)](_0x38fcdd,_0x4aa508):await PercySDK[_0x451ef3(0x177)](_0x38fcdd,_0x4aa508),_0x1f25ad['increment'](_0x38fcdd['browserstackSessionName'],_0x2bc685);},exports['patchDriverPercy']=(_0x2be368,_0x111d7e,_0x3be4cb)=>{const _0x1092ef=a67_0x3c5f9d,_0xab67f={};_0xab67f[_0x1092ef(0x173)]=_0x1092ef(0x170),_0xab67f[_0x1092ef(0x181)]=_0x1092ef(0x156),_0xab67f[_0x1092ef(0x174)]=function(_0x2d0cb2,_0x5f404a){return _0x2d0cb2!==_0x5f404a;},_0xab67f[_0x1092ef(0x187)]=_0x1092ef(0x153);const _0x5791e1=_0xab67f;if(!helper[_0x1092ef(0x15c)](_0x3be4cb,[_0x5791e1[_0x1092ef(0x173)],_0x5791e1['DuwDx']]))return;if(_0x3be4cb['browserStackPercyOptions']['percy']&&_0x3be4cb['browserStackPercyOptions'][_0x1092ef(0x144)]&&_0x5791e1[_0x1092ef(0x174)](_0x3be4cb['browserStackPercyOptions'][_0x1092ef(0x144)],_0x5791e1[_0x1092ef(0x187)])&&!_0x2be368[_0x1092ef(0x15e)]){global[_0x1092ef(0x179)]&&(_0x2be368[_0x1092ef(0x179)]=global[_0x1092ef(0x179)]),_0x2be368[_0x1092ef(0x15e)]=new PercyCaptureMap();const _0x3d3ec8=PercyCaptureModes[_0x3be4cb[_0x1092ef(0x170)][_0x1092ef(0x144)]];_0x3d3ec8[_0x1092ef(0x182)]&&_0x3d3ec8['driver']['forEach'](_0xd574fc=>this['overrideXforPercy'](_0x2be368,_0xd574fc,_0x3be4cb)),_0x3d3ec8['element']&&_0x3d3ec8[_0x1092ef(0x168)][_0x1092ef(0x150)](_0x264230=>{const _0x397e98=_0x1092ef;if(_0x111d7e[_0x397e98(0x17b)][_0x397e98(0x162)+_0x264230])return;_0x111d7e[_0x397e98(0x17b)][_0x397e98(0x162)+_0x264230]=!![];const _0x275d8f=_0x111d7e[_0x397e98(0x17b)][_0x264230];_0x111d7e[_0x397e98(0x17b)][_0x264230]=async function(){const _0x220e5b=_0x397e98;let _0x57b14f=_0x275d8f[_0x220e5b(0x15b)](this,arguments);_0x57b14f&&_0x57b14f[_0x220e5b(0x16d)]&&(_0x57b14f=await _0x57b14f);try{const _0x115b1f=this['getDriver']();await exports[_0x220e5b(0x15f)](_0x115b1f,_0x264230,_0x3be4cb);}catch(_0x4ea1b2){logger[_0x220e5b(0x14a)](_0x220e5b(0x155)+_0x264230+_0x220e5b(0x184)+_0x4ea1b2);}return _0x57b14f;};});}},exports['overrideXforPercy']=function(_0x42a7f8,_0xc20cd9,_0x4ea7c7){const _0x2e02de=a67_0x3c5f9d,_0x33d32f={};_0x33d32f[_0x2e02de(0x17c)]=function(_0x17225e,_0x503dec){return _0x17225e+_0x503dec;},_0x33d32f[_0x2e02de(0x152)]=_0x2e02de(0x162),_0x33d32f['ZuFoU']=function(_0x2cb3c4,_0x329d31){return _0x2cb3c4+_0x329d31;},_0x33d32f[_0x2e02de(0x154)]=_0x2e02de(0x14b);const _0x1e6e0c=_0x33d32f,_0x4d0304=_0x1e6e0c[_0x2e02de(0x17c)](_0x1e6e0c['ZWLmI'],_0xc20cd9),_0x331ceb=_0x1e6e0c[_0x2e02de(0x143)](_0x1e6e0c[_0x2e02de(0x154)],_0xc20cd9),_0x31a4ae=this;if(_0x42a7f8[_0x4d0304]||!_0x42a7f8[_0xc20cd9])return;_0x42a7f8[_0x4d0304]=!![],_0x42a7f8[_0x331ceb]=_0x42a7f8[_0xc20cd9],_0x42a7f8[_0xc20cd9]=async()=>{const _0x345d90=_0x2e02de;try{await _0x31a4ae['percyAutoCapture'](_0x42a7f8,_0xc20cd9,_0x4ea7c7);}catch(_0x47f446){logger['error'](_0x345d90(0x155)+_0xc20cd9+'\x20for\x20percy\x20'+_0x47f446);}return await _0x42a7f8[_0x331ceb]['apply'](_0x42a7f8,arguments);};},exports['getPercyOptions']=_0x201584=>{const _0x4f4ea0=a67_0x3c5f9d,_0x1ddeba={};_0x1ddeba[_0x4f4ea0(0x156)]=_0x201584[_0x4f4ea0(0x156)],_0x1ddeba[_0x4f4ea0(0x144)]=_0x201584[_0x4f4ea0(0x144)];const _0x3fd1de=_0x1ddeba;_0x201584[_0x4f4ea0(0x156)]&&(_0x3fd1de[_0x4f4ea0(0x161)]=exports['getBestPlatformForPercySnapshot'](_0x201584[_0x4f4ea0(0x142)]));;return _0x3fd1de;};
@@ -1 +1 @@
1
- function a68_0x52b5(_0x3488ab,_0x132a9a){const _0x1a8073=a68_0x1a80();return a68_0x52b5=function(_0x52b5b8,_0xfb8f5c){_0x52b5b8=_0x52b5b8-0x1cf;let _0x15dad4=_0x1a8073[_0x52b5b8];return _0x15dad4;},a68_0x52b5(_0x3488ab,_0x132a9a);}const a68_0x5cadbc=a68_0x52b5;(function(_0x242b51,_0x5f132c){const _0x3853c2=a68_0x52b5,_0x4577f5=_0x242b51();while(!![]){try{const _0x345c14=-parseInt(_0x3853c2(0x294))/0x1+parseInt(_0x3853c2(0x251))/0x2+parseInt(_0x3853c2(0x300))/0x3+-parseInt(_0x3853c2(0x20a))/0x4*(parseInt(_0x3853c2(0x2f1))/0x5)+-parseInt(_0x3853c2(0x2a1))/0x6+-parseInt(_0x3853c2(0x2e2))/0x7+parseInt(_0x3853c2(0x1ff))/0x8;if(_0x345c14===_0x5f132c)break;else _0x4577f5['push'](_0x4577f5['shift']());}catch(_0x1c81e7){_0x4577f5['push'](_0x4577f5['shift']());}}}(a68_0x1a80,0xa32af));const fs=require('fs'),{performance,PerformanceObserver}=require(a68_0x5cadbc(0x1e8)),{sleep,debug}=require(a68_0x5cadbc(0x286)),path=require('path'),logger=require(a68_0x5cadbc(0x1d3))[a68_0x5cadbc(0x2cd)];function a68_0x1a80(){const _0x84199a=['DngKb','btnoW','./test-observability/utils','LaIFr','calculateTimeFromEvents','nHbus','DLqAq','env','tcqeT','yIoMQ','Rizin','entryTypes','performance-own.html','SOGKo','oZene','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','803691ZTYUPX','KucAv','shXGu','measures','jODVY','TIHWF','HOdKL','pafaF','iVmuD','QrLkw','ccJNZ','_events','HWdrU','499614rPyqqI','ExiOl','htYmI','kmCSa','wekkd','Error\x20in\x20writing\x20html\x20','jpClh','_measureEvents','SkObl','push','iDNxH','QtGga','lqXjN','hQAmq','VsGKB','ftUgZ','fbDpz','-start','nhWzw','<tr><td>','Lpysf','then','FXCfL','buffered','rJccU','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','WaOkA','YajeW','TGiNP','fynyx','bAlHO','ePXWz','svBNn','finally','FmIka','kAGHT','YJNWR','NpPYs','WDdVz','code','WlENN','map','started','TtuBk','winstonLogger','XonzF','cgDlk','kabam','hcyjc','nrByQ','LnCDT','UBwMN','dvNOm','stopAndGenerate','QkNJe','wcbjs','QEXiO','concat','ppYTB','iJlhg','readFileSync','RkZnn','esCWb','BROWSERSTACK_SDK_INSTRUMENTATION','CsMbO','3895899XdwvMj','calculateTimesFromMultipleFiles','errors','uQbyB','TgETl','name','iJhIs','NrGKo','xEBRy','iuPVN','bzGZM','ZrxVb','pushErrors','false','xWfFh','10efBPLQ','dvjZP','duration','yWwsG','CxbHK','isEnabled','message','finalize','measureWrapper','tRdYr','JTFkf','LEkIb','MOaXl','performance-report.json','ClpcC','1641390uWimhL','WRucs','finalizeErrors','HsZdW','ymIex','jGHJy','yEiMN','zwinS','XVrxv','koduT','Performance\x20report\x20is\x20at\x20','UqTOq','OoEuO','DbVOH','aHnwx','oKefm','scohS','./logger','ELtLa','obSrd','PZRgL','uBCZB','GoShq','EboFC','</tbody></table></body></html>','bsMZN','gcVyE','values','existsSync','forEach','BVWjF','match','xJnWM','MpmWr','appendFileSync','-end','GURPB','OSmkd','perf_hooks','EillL','getCleanedPerfEvents','entryType','nmygU','nmLDm','XycnZ','pushPerfMeasures','aPVAt','YsndB','XZVng','GmpLK','errorFile','nNDxu','nZfYZ','writeFileSync','PaHtL','MRGrO','wWcCl','kHRzX','KrnwY','Soxst','\x20for\x20all\x20processes\x20is\x20','10724040lgftGE','raMIm','nDYkE','reduce','Error\x20stopping\x20monitoring','mZTpn','tyEgn','vTLpq','EJqFb','NjLjE','XCABk','1572888dSxpoO','FPhlq','_observer','SVgsP','ZnPpl','unlinkSync','slice','FoDpn','hZQTC','UzbZV','GJqwx','JZixI','Yjqtq','jUgcZ','Tsjam','kgyLU','agVKl','EivFl','AorNR','join','qPJcm','IvOiZ','GRfkH','jsonReportFileName','kJtSP','RDvyt','ZzVZo','length','xCHSj','AtRrl','_errorEvents','XJxPu','OjgNt','HZUfJ','ivUJb','EfKbD','gfcIG','nyKUb','debug','XxdLN','vZwPa','observe','JgKEV','entries','toString','lRdoN','EBbVQ','BNkwh','writeFile','QbgZd','wLFbf','VvRnk','mMGdv','EuLGW','lJHtr','JMzlp','function','JpxzC','sbiVq','Error\x20in\x20doing\x20csv\x20operations:\x20','vXZZW','getEventsFromJSON','</td></tr>','disconnect','BDaQO','parse','pNmcj','nOhKv','yXfCe','Gbqbu','HBScR','2021322sqPJSq','apply','errorReportFileName','</td><td>','dtrQC','oLWVr','laMdZ','stack','Yvqda','qyJGA','startMonitoring','GLVLk','catch','error-report.json','uaoOb','getPerformance','nNwtP','EpaCO','meta','finalizePerfMeasures','EMypB','QSFHM','eHlth','LxzUQ','qXqfW','Uoayk','<h1>Performance\x20Report</h1>','EJJkF','CzPVH','YyTVv','xuUlo','DFfLP','stringify','drgjY','jfNEc','generateJSON','MkZng','exports','jEmzZ','yqEuU','QryhU','nCXzc','SltYQ','measure','ZkwUp','getEntries','VjWEs','sGeTn','mark','SfzqX','sGfJA'];a68_0x1a80=function(){return _0x84199a;};return a68_0x1a80();}class PerformanceTester{static [a68_0x5cadbc(0x20c)];static ['_events']=[];static ['_measureEvents']=[];static ['_errorEvents']=[];static [a68_0x5cadbc(0x2cb)]=![];static [a68_0x5cadbc(0x221)]=a68_0x5cadbc(0x2fe);static ['errorReportFileName']='error-report.json';static[a68_0x5cadbc(0x25b)](_0x393aa4=a68_0x5cadbc(0x2fe),_0x451f57=a68_0x5cadbc(0x25e)){const _0x206083=a68_0x5cadbc,_0x166a56={};_0x166a56[_0x206083(0x2b3)]=function(_0x12624e,_0x3320b0){return _0x12624e/_0x3320b0;},_0x166a56[_0x206083(0x29a)]=function(_0x51facd,_0x1d3537){return _0x51facd+_0x1d3537;},_0x166a56['fByZw']=function(_0x418be3,_0x4598a9){return _0x418be3*_0x4598a9;},_0x166a56[_0x206083(0x208)]=function(_0x31616e,_0x4b5c5b){return _0x31616e!==_0x4b5c5b;},_0x166a56[_0x206083(0x207)]='twPZq',_0x166a56[_0x206083(0x2c0)]=function(_0x40da02,_0x971541){return _0x40da02===_0x971541;},_0x166a56[_0x206083(0x2ab)]=_0x206083(0x27c),_0x166a56[_0x206083(0x1fc)]=function(_0x27ee55,_0xae9bff){return _0x27ee55!==_0xae9bff;},_0x166a56[_0x206083(0x237)]='KhCgM',_0x166a56[_0x206083(0x20e)]=_0x206083(0x280),_0x166a56['EivFl']=function(_0x3fb7e8,_0x3421bc){return _0x3fb7e8===_0x3421bc;},_0x166a56[_0x206083(0x1d5)]=_0x206083(0x25a),_0x166a56[_0x206083(0x26c)]=_0x206083(0x2d8),_0x166a56['nZfYZ']=function(_0x1d3fbb,_0x4905aa){return _0x1d3fbb!==_0x4905aa;},_0x166a56['JTFkf']=_0x206083(0x2f4),_0x166a56[_0x206083(0x27a)]=_0x206083(0x2af),_0x166a56[_0x206083(0x27f)]=_0x206083(0x242);const _0x495cd8=_0x166a56;if(this[_0x206083(0x2cb)]||!this[_0x206083(0x2f6)]()){if(_0x495cd8[_0x206083(0x1f6)](_0x495cd8[_0x206083(0x2fb)],_0x495cd8[_0x206083(0x27a)]))return;else{const _0xe8b7ee=_0x312844[_0x206083(0x2e7)][_0x206083(0x1e1)](_0x4be5ae),_0x919da6={};_0x919da6['name']=_0x3b5843[_0x206083(0x2e7)],_0x919da6['duration']=_0x5d1ace['duration']||0x0;const _0x297c3f=_0x919da6;_0xe8b7ee&&(_0x297c3f[_0x206083(0x2e7)]=_0xe8b7ee[0x1],_0x297c3f['meta']=_0xa1924b[_0x206083(0x24b)](_0xe8b7ee[0x2]));if(_0x1f14cc[_0x297c3f[_0x206083(0x2e7)]]){const _0xc0123b=_0x2fdbe3[_0x297c3f[_0x206083(0x2e7)]],_0x3b418e=_0x5b0803[_0x297c3f[_0x206083(0x2e7)]];_0x927e16[_0x297c3f[_0x206083(0x2e7)]][_0x206083(0x2f3)]=_0x495cd8[_0x206083(0x2b3)](_0x495cd8['HOdKL'](_0x495cd8['fByZw'](_0xc0123b[_0x206083(0x2f3)],_0x3b418e),_0x297c3f['duration']),_0x495cd8['HOdKL'](0x1,_0x3b418e)),_0x2f2c4e[_0x297c3f[_0x206083(0x2e7)]]++;}else _0x4a6696[_0x297c3f[_0x206083(0x2e7)]]=_0x297c3f,_0x3d4fd6[_0x297c3f[_0x206083(0x2e7)]]=0x1;}}this[_0x206083(0x20c)]=new PerformanceObserver(_0x1a4317=>{const _0x1209aa=_0x206083,_0x422da6={'yoYFp':function(_0x2c5aed,_0x5892f8){const _0x55b6a8=a68_0x52b5;return _0x495cd8[_0x55b6a8(0x21b)](_0x2c5aed,_0x5892f8);},'YEcVF':function(_0x5567b2,_0x2a576d){const _0x4fba52=a68_0x52b5;return _0x495cd8[_0x4fba52(0x29a)](_0x5567b2,_0x2a576d);}};if(_0x495cd8[_0x1209aa(0x21b)](_0x495cd8[_0x1209aa(0x1d5)],_0x495cd8[_0x1209aa(0x26c)]))return[];else _0x1a4317[_0x1209aa(0x27e)]()['forEach'](_0x529bd5=>{const _0x594c2f=_0x1209aa;if(_0x495cd8[_0x594c2f(0x208)](_0x495cd8[_0x594c2f(0x207)],_0x495cd8['EJqFb']))return;else{if(_0x495cd8[_0x594c2f(0x2c0)](_0x529bd5[_0x594c2f(0x1eb)],_0x495cd8[_0x594c2f(0x2ab)]))_0x495cd8[_0x594c2f(0x1fc)](_0x495cd8[_0x594c2f(0x237)],_0x495cd8[_0x594c2f(0x237)])?_0x9bd875[_0x25b0a8[_0x594c2f(0x2e7)]]=0x0:this[_0x594c2f(0x2a8)][_0x594c2f(0x2aa)](_0x529bd5);else{if(_0x495cd8[_0x594c2f(0x2c0)](_0x495cd8[_0x594c2f(0x20e)],_0x495cd8[_0x594c2f(0x20e)]))this['_events']['push'](_0x529bd5);else{if(_0x422da6['yoYFp'](this['_errorEvents'][_0x594c2f(0x225)],0x0))return;const _0x31c6af=_0x50333d[_0x594c2f(0x271)](this[_0x594c2f(0x228)]),_0x133541=_0x422da6['YEcVF'](_0x31c6af[_0x594c2f(0x210)](0x1,-0x1),',');_0x43d800[_0x594c2f(0x1e4)](this[_0x594c2f(0x1f4)],_0x133541);}}}});});const _0x4b92b8={};_0x4b92b8[_0x206083(0x2b8)]=!![],_0x4b92b8[_0x206083(0x28f)]=[_0x495cd8[_0x206083(0x27f)],_0x495cd8['iDNxH']],this[_0x206083(0x20c)][_0x206083(0x233)](_0x4b92b8),this['started']=!![],this['jsonReportFileName']=_0x393aa4,this[_0x206083(0x253)]=_0x451f57;}static[a68_0x5cadbc(0x260)](){return performance;}static['calculateTimeFromEvents'](_0x4d0be2,_0x18565f){const _0x51e35a=a68_0x5cadbc,_0x226025={};_0x226025[_0x51e35a(0x2b9)]=function(_0x25e0c4,_0x40bed1){return _0x25e0c4===_0x40bed1;},_0x226025[_0x51e35a(0x201)]='cFXNH',_0x226025[_0x51e35a(0x30b)]=_0x51e35a(0x2e1),_0x226025[_0x51e35a(0x307)]=_0x51e35a(0x226),_0x226025['EfKbD']='vboYQ',_0x226025[_0x51e35a(0x2c6)]=_0x51e35a(0x23c),_0x226025[_0x51e35a(0x2ff)]=function(_0x1e8ff5,_0xb0ea51){return _0x1e8ff5+_0xb0ea51;},_0x226025[_0x51e35a(0x2b0)]=function(_0x38c646,_0x390692){return _0x38c646||_0x390692;},_0x226025['scohS']=function(_0x71cf3d,_0x29eea7){return _0x71cf3d===_0x29eea7;},_0x226025[_0x51e35a(0x268)]=_0x51e35a(0x278);const _0x12b34f=_0x226025,_0x2242ba={};if(!_0x4d0be2||_0x12b34f[_0x51e35a(0x1d2)](_0x4d0be2[_0x51e35a(0x225)],0x0)){if(_0x12b34f[_0x51e35a(0x1d2)](_0x12b34f[_0x51e35a(0x268)],_0x12b34f[_0x51e35a(0x268)]))return;else{const _0x4eeb6f=this;return function(){const _0x3dd5b8=_0x51e35a,_0x51e49e=[_0x4b3ac6,_0x3b6c30,null][_0x3dd5b8(0x2da)](arguments);return _0x4eeb6f['measure'][_0x3dd5b8(0x252)](_0x4eeb6f,_0x51e49e);};}}_0x4d0be2['map'](_0x426ff4=>{const _0x3f1e06=_0x51e35a;if(_0x12b34f[_0x3f1e06(0x2b9)](_0x12b34f[_0x3f1e06(0x201)],_0x12b34f[_0x3f1e06(0x30b)]))return this[_0x3f1e06(0x288)](this['_events'],_0x240136);else{if(!_0x2242ba[_0x426ff4['name']]){if(_0x12b34f[_0x3f1e06(0x2b9)](_0x12b34f[_0x3f1e06(0x307)],_0x12b34f['zwinS']))_0x2242ba[_0x426ff4[_0x3f1e06(0x2e7)]]=0x0;else return;}_0x2242ba[_0x426ff4['name']]+=_0x426ff4[_0x3f1e06(0x2f3)];}});const _0x1525f7=_0x18565f[_0x51e35a(0x202)]((_0x43c8d7,_0x52321e)=>{const _0x10f84a=_0x51e35a;return _0x12b34f['rJccU'](_0x12b34f[_0x10f84a(0x22d)],_0x12b34f[_0x10f84a(0x2c6)])?this[_0x10f84a(0x2a8)]:_0x12b34f['ClpcC'](_0x2242ba[_0x52321e],_0x12b34f[_0x10f84a(0x2b0)](_0x43c8d7,0x0));},0x0);return _0x1525f7;}static async[a68_0x5cadbc(0x2e3)](_0x4fe6fc,_0x3b1d9d){const _0x4bd02a=a68_0x5cadbc,_0x445698={'yEiMN':function(_0x131bad,_0x58ead2){return _0x131bad===_0x58ead2;},'jfNEc':function(_0x3cf6d4,_0x46db37){return _0x3cf6d4>_0x46db37;},'ELtLa':function(_0xcbeece,_0x4033de){return _0xcbeece===_0x4033de;},'sGfJA':_0x4bd02a(0x27c),'drgjY':'Error\x20stopping\x20monitoring','XonzF':_0x4bd02a(0x27d),'HsZdW':function(_0xa8365f,_0x56d67c){return _0xa8365f===_0x56d67c;},'CzPVH':_0x4bd02a(0x205),'yIoMQ':_0x4bd02a(0x1e0),'Gbqbu':function(_0x8704ff,_0x4b46db){return _0x8704ff(_0x4b46db);},'kmCSa':function(_0x39a15f,_0x565c26){return _0x39a15f(_0x565c26);},'GRfkH':function(_0x452386,_0x1ae478){return _0x452386===_0x1ae478;},'VvRnk':_0x4bd02a(0x24e),'vWxmE':function(_0x2c267e,_0x4f7797){return _0x2c267e+_0x4f7797;},'tRdYr':function(_0x17bef9,_0x47bc14){return _0x17bef9||_0x47bc14;},'JpxzC':function(_0x7afb00,_0x36fbdb){return _0x7afb00===_0x36fbdb;},'jODVY':_0x4bd02a(0x200),'kAGHT':function(_0x5c5f11,_0x211ccb){return _0x5c5f11!==_0x211ccb;},'kabam':_0x4bd02a(0x2a0),'tcqeT':_0x4bd02a(0x209),'bAvHm':_0x4bd02a(0x2ec),'RMNNC':_0x4bd02a(0x267),'Soxst':function(_0x2c34ed,_0x4d56ba){return _0x2c34ed!==_0x4d56ba;},'ExiOl':_0x4bd02a(0x213)};if(!_0x4fe6fc||_0x445698[_0x4bd02a(0x243)](_0x4fe6fc[_0x4bd02a(0x225)],0x0)){if(_0x445698[_0x4bd02a(0x306)](_0x445698['jODVY'],_0x445698[_0x4bd02a(0x298)]))return 0x0;else{if(!this[_0x4bd02a(0x2cb)]||_0x445698[_0x4bd02a(0x306)](this[_0x4bd02a(0x2a8)][_0x4bd02a(0x225)],0x0))return[];if(!_0x4c5660[_0x4bd02a(0x1de)](this[_0x4bd02a(0x221)]))return this[_0x4bd02a(0x2a8)];let _0x2e84cf=_0x8fce35['readFileSync'](this[_0x4bd02a(0x221)])[_0x4bd02a(0x236)]();_0x2e84cf='['+_0x2e84cf[_0x4bd02a(0x210)](0x0,-0x1)+']';let _0x2d3892=_0x282072[_0x4bd02a(0x24b)](_0x2e84cf);return _0x445698[_0x4bd02a(0x273)](this[_0x4bd02a(0x2a8)][_0x4bd02a(0x225)],0x0)&&(_0x2d3892=_0x2d3892[_0x4bd02a(0x2da)](this[_0x4bd02a(0x1ea)]())),this[_0x4bd02a(0x20c)]['disconnect'](),_0x55d659[_0x4bd02a(0x20f)](this['jsonReportFileName']),_0x2d3892;}}const _0xca43bb=[];for(const _0xec8e6 of _0x4fe6fc){if(_0x445698[_0x4bd02a(0x2c4)](_0x445698[_0x4bd02a(0x2d0)],_0x445698[_0x4bd02a(0x28c)])){const _0x15735a=path['join']('.',_0xec8e6);try{if(_0x445698['kAGHT'](_0x445698['bAvHm'],_0x445698['RMNNC'])){const _0x37ee49=this['getEventsFromJSON'](_0x15735a);_0x37ee49[_0x4bd02a(0x2ca)](_0x33e9fb=>{const _0x4c31dc=_0x4bd02a,_0x886212={};_0x886212[_0x4c31dc(0x2d4)]=_0x445698[_0x4c31dc(0x272)];const _0x7aa764=_0x886212;if(_0x445698[_0x4c31dc(0x1d4)](_0x445698['XonzF'],_0x445698[_0x4c31dc(0x2ce)])){if(!_0xca43bb[_0x33e9fb[_0x4c31dc(0x2e7)]]){if(_0x445698[_0x4c31dc(0x303)](_0x445698[_0x4c31dc(0x26d)],_0x445698[_0x4c31dc(0x28d)])){const _0x6b37a1={'EillL':function(_0x14605a,_0x5455ab){const _0x2e2a60=_0x4c31dc;return _0x445698[_0x2e2a60(0x1d4)](_0x14605a,_0x5455ab);},'btnoW':_0x445698[_0x4c31dc(0x283)]};_0x3804a9[_0x4c31dc(0x27e)]()[_0x4c31dc(0x1df)](_0x14737a=>{const _0x5db85f=_0x4c31dc;_0x6b37a1[_0x5db85f(0x1e9)](_0x14737a[_0x5db85f(0x1eb)],_0x6b37a1[_0x5db85f(0x285)])?this[_0x5db85f(0x2a8)][_0x5db85f(0x2aa)](_0x14737a):this[_0x5db85f(0x29f)][_0x5db85f(0x2aa)](_0x14737a);});}else _0xca43bb[_0x33e9fb[_0x4c31dc(0x2e7)]]=0x0;}_0xca43bb[_0x33e9fb[_0x4c31dc(0x2e7)]]+=_0x33e9fb[_0x4c31dc(0x2f3)];}else try{if(!this[_0x4c31dc(0x2f6)]())return;this['_observer'][_0x4c31dc(0x249)](),this[_0x4c31dc(0x1ef)](),this[_0x4c31dc(0x2ee)]();}catch{_0x1651b9['debug'](_0x7aa764[_0x4c31dc(0x2d4)]);}});}else return;}catch(_0x26d305){if(_0x445698[_0x4bd02a(0x1fd)](_0x445698['ExiOl'],_0x445698[_0x4bd02a(0x2a2)])){const _0x1c0186={};return _0x1c0186['name']=_0xa191a6,_0x1c0186['duration']=_0x2a5b19,_0x1c0186;}else _0x445698['kmCSa'](debug,_0x4bd02a(0x245)+_0x26d305[_0x4bd02a(0x236)]());}}else{if(_0x4eb4ef){_0x445698[_0x4bd02a(0x24f)](_0x32d4d5,_0x4bd02a(0x2a6)+_0x5a2363[_0x4bd02a(0x236)]());return;}_0x445698[_0x4bd02a(0x2a4)](_0x1c6ee5,'Performance\x20report\x20is\x20at\x20'+_0x5b3c4c);}}const _0x52f200=_0x3b1d9d[_0x4bd02a(0x202)]((_0x263753,_0x5a25f0)=>{const _0x9e8d84=_0x4bd02a;if(_0x445698[_0x9e8d84(0x220)](_0x445698[_0x9e8d84(0x23d)],_0x445698['VvRnk']))return _0x445698['vWxmE'](_0xca43bb[_0x5a25f0],_0x445698[_0x9e8d84(0x2fa)](_0x263753,0x0));else return;},0x0);return _0x445698[_0x4bd02a(0x2a4)](debug,'Time\x20for\x20'+_0x3b1d9d+_0x4bd02a(0x1fe)+_0x52f200),_0x52f200;}static[a68_0x5cadbc(0x247)](_0x3564a5){const _0x40afd1=a68_0x5cadbc,_0x25cb34={};_0x25cb34['mMGdv']=function(_0xeddccf,_0xf37322){return _0xeddccf!==_0xf37322;},_0x25cb34[_0x40afd1(0x2fd)]='KchAL',_0x25cb34[_0x40afd1(0x282)]='xqVqm';const _0x30ef25=_0x25cb34;if(!fs[_0x40afd1(0x1de)](_0x3564a5)){if(_0x30ef25[_0x40afd1(0x23e)](_0x30ef25[_0x40afd1(0x2fd)],_0x30ef25[_0x40afd1(0x282)]))return[];else this[_0x40afd1(0x29f)][_0x40afd1(0x2aa)](_0x142e8d);}return JSON['parse'](fs['readFileSync'](_0x3564a5)[_0x40afd1(0x236)]());}static async[a68_0x5cadbc(0x2d6)](_0x3aeef0=a68_0x5cadbc(0x290),_0x2b487e=null){const _0x188cf1=a68_0x5cadbc,_0x4c9fee={'eKeiK':function(_0x5baef4,_0x21317a){return _0x5baef4===_0x21317a;},'wDgMu':_0x188cf1(0x2ef),'abnvB':function(_0x32ed2d,_0x5ac4f2){return _0x32ed2d!==_0x5ac4f2;},'qPJcm':'XtoBk','fGjLn':function(_0x2a48a2,_0x5780e3){return _0x2a48a2!==_0x5780e3;},'nFNDX':_0x188cf1(0x2a3),'yrEjA':_0x188cf1(0x24d),'bAlHO':function(_0x4c255f,_0x56e4f5){return _0x4c255f(_0x56e4f5);},'TIHWF':function(_0x41b18d,_0x500988){return _0x41b18d===_0x500988;},'Yjqtq':_0x188cf1(0x2cc),'TgETl':function(_0x55f97c,_0xee4040){return _0x55f97c(_0xee4040);},'fynyx':function(_0x865668,_0x4cbb00){return _0x865668===_0x4cbb00;},'DbVOH':_0x188cf1(0x1ee)};if(!this[_0x188cf1(0x2cb)]){if(_0x4c9fee[_0x188cf1(0x299)](_0x4c9fee[_0x188cf1(0x216)],_0x4c9fee[_0x188cf1(0x216)]))return;else _0x4a526b=_0x55bba8[_0x188cf1(0x2da)](this[_0x188cf1(0x228)]);}await _0x4c9fee[_0x188cf1(0x2e6)](sleep,0x1e),this[_0x188cf1(0x20c)][_0x188cf1(0x249)](),this[_0x188cf1(0x2cb)]=![],this[_0x188cf1(0x274)](this['_events']);const _0x42983f=this['generateHTMLReport'](this[_0x188cf1(0x29f)]),_0x3d8355=path[_0x188cf1(0x21d)](process['cwd'](),_0x3aeef0);fs[_0x188cf1(0x23a)](_0x3d8355,_0x42983f,_0x491aa1=>{const _0x5cf3b4=_0x188cf1;if(_0x4c9fee['abnvB'](_0x4c9fee['qPJcm'],_0x4c9fee[_0x5cf3b4(0x21e)])){if(!this['isEnabled']())return;this[_0x5cf3b4(0x20c)][_0x5cf3b4(0x249)](),this[_0x5cf3b4(0x1ef)](),this[_0x5cf3b4(0x2ee)]();}else{if(_0x491aa1){if(_0x4c9fee['fGjLn'](_0x4c9fee['nFNDX'],_0x4c9fee['yrEjA'])){_0x4c9fee[_0x5cf3b4(0x2bf)](debug,_0x5cf3b4(0x2a6)+_0x491aa1[_0x5cf3b4(0x236)]());return;}else return!_0x4c9fee['eKeiK'](_0x18a60c['env'][_0x5cf3b4(0x2e0)],_0x4c9fee['wDgMu']);}_0x4c9fee['bAlHO'](debug,_0x5cf3b4(0x30a)+_0x3d8355);}});if(_0x2b487e){if(_0x4c9fee[_0x188cf1(0x2be)](_0x4c9fee[_0x188cf1(0x1cf)],_0x4c9fee[_0x188cf1(0x1cf)]))return this[_0x188cf1(0x288)](this[_0x188cf1(0x29f)],_0x2b487e);else{const _0x1b365c=this[_0x188cf1(0x264)](),_0x26440a=this['finalizeErrors']();if(!this[_0x188cf1(0x2f6)]()){const _0x231ba5={};return _0x231ba5[_0x188cf1(0x297)]=[],_0x231ba5[_0x188cf1(0x2e4)]=[],_0x231ba5;}const _0x5b2e38={};return _0x5b2e38[_0x188cf1(0x297)]=_0x1b365c,_0x5b2e38[_0x188cf1(0x2e4)]=_0x26440a,_0x5b2e38;}}}static['generateHTMLReport'](_0x1b5af1){const _0x254ea2=a68_0x5cadbc,_0x57a3e4={};_0x57a3e4[_0x254ea2(0x29b)]=function(_0x5885e5,_0xfe6cfe){return _0x5885e5===_0xfe6cfe;},_0x57a3e4[_0x254ea2(0x256)]=_0x254ea2(0x24c),_0x57a3e4[_0x254ea2(0x217)]='GtadK',_0x57a3e4[_0x254ea2(0x1e7)]='<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>',_0x57a3e4[_0x254ea2(0x22e)]=_0x254ea2(0x26b),_0x57a3e4[_0x254ea2(0x2ed)]=_0x254ea2(0x293),_0x57a3e4[_0x254ea2(0x284)]=_0x254ea2(0x1da);const _0x163eb2=_0x57a3e4;let _0x5d3d26=_0x163eb2[_0x254ea2(0x1e7)];return _0x5d3d26+=_0x163eb2[_0x254ea2(0x22e)],_0x5d3d26+=_0x163eb2[_0x254ea2(0x2ed)],_0x1b5af1[_0x254ea2(0x1df)](_0x5cfca7=>{const _0x266156=_0x254ea2;if(_0x163eb2['pafaF'](_0x163eb2[_0x266156(0x256)],_0x163eb2[_0x266156(0x217)]))return[];else _0x5d3d26+=_0x266156(0x2b4)+_0x5cfca7[_0x266156(0x2e7)]+'</td><td>'+_0x5cfca7['duration']+'</td></tr>';}),_0x5d3d26+=_0x163eb2[_0x254ea2(0x284)],_0x5d3d26;}static['generateJSON'](_0x463757){const _0x4e12b1=a68_0x5cadbc,_0x5e3325={};_0x5e3325[_0x4e12b1(0x2cf)]=function(_0x32744c,_0x523d93){return _0x32744c===_0x523d93;},_0x5e3325[_0x4e12b1(0x1e6)]=_0x4e12b1(0x2bd),_0x5e3325['XZVng']=function(_0x4301f8,_0x1643c9){return _0x4301f8!==_0x1643c9;},_0x5e3325[_0x4e12b1(0x222)]=_0x4e12b1(0x1fb),_0x5e3325[_0x4e12b1(0x2d3)]='tXslS',_0x5e3325[_0x4e12b1(0x1f8)]=_0x4e12b1(0x2e9),_0x5e3325[_0x4e12b1(0x2d2)]=function(_0x29ded9,_0x21bc4c){return _0x29ded9===_0x21bc4c;},_0x5e3325[_0x4e12b1(0x23b)]=_0x4e12b1(0x2a5),_0x5e3325[_0x4e12b1(0x26e)]=_0x4e12b1(0x2b7);const _0x16ad95=_0x5e3325;if(!this['jsonReportFileName']){if(_0x16ad95['nrByQ'](_0x16ad95[_0x4e12b1(0x23b)],_0x16ad95[_0x4e12b1(0x26e)]))return;else return;}const _0x5a6c97={};_0x463757[_0x4e12b1(0x2ca)](_0xe48cc3=>{const _0x49c7cb=_0x4e12b1;if(_0x16ad95[_0x49c7cb(0x2cf)](_0x16ad95[_0x49c7cb(0x1e6)],_0x16ad95['GURPB'])){if(!_0x5a6c97[_0xe48cc3[_0x49c7cb(0x2e7)]]){if(_0x16ad95[_0x49c7cb(0x1f2)](_0x16ad95[_0x49c7cb(0x222)],_0x16ad95[_0x49c7cb(0x2d3)]))_0x5a6c97[_0xe48cc3[_0x49c7cb(0x2e7)]]=0x0;else{if(!this[_0x49c7cb(0x2f6)]())return;this[_0x49c7cb(0x228)][_0x49c7cb(0x2aa)]({'message':_0x254662[_0x49c7cb(0x2f7)],'trace':_0x3ea570[_0x49c7cb(0x258)],'code':_0x2c212e[_0x49c7cb(0x2c8)]||null,'time':new _0x89c305()});}}_0x5a6c97[_0xe48cc3[_0x49c7cb(0x2e7)]]+=_0xe48cc3[_0x49c7cb(0x2f3)];}else _0x5d0276[_0x49c7cb(0x2e7)]=_0x4e9c14[0x1],_0x1bd39c[_0x49c7cb(0x263)]=_0x322d2b[_0x49c7cb(0x24b)](_0x466744[0x2]);});const _0xefa753=Object[_0x4e12b1(0x235)](_0x5a6c97)[_0x4e12b1(0x2ca)](([_0x587c19,_0x290f0b])=>{const _0x298103=_0x4e12b1;if(_0x16ad95[_0x298103(0x2cf)](_0x16ad95[_0x298103(0x1f8)],_0x16ad95[_0x298103(0x1f8)])){const _0x19db1f={};return _0x19db1f[_0x298103(0x2e7)]=_0x587c19,_0x19db1f['duration']=_0x290f0b,_0x19db1f;}else return 0x0;});fs[_0x4e12b1(0x1f7)](this['jsonReportFileName'],JSON[_0x4e12b1(0x271)](_0xefa753));}static[a68_0x5cadbc(0x2f6)](){const _0x473a30=a68_0x5cadbc,_0x20173e={};_0x20173e['XxdLN']=function(_0x3bda94,_0x17210b){return _0x3bda94===_0x17210b;},_0x20173e[_0x473a30(0x2ea)]='false';const _0x49ec9f=_0x20173e;return!_0x49ec9f[_0x473a30(0x231)](process[_0x473a30(0x28b)]['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x49ec9f['xEBRy']);}static['measure'](_0x34d4bc,_0x5343d5,_0x596bc2=null,_0x50f3b7=null){const _0x3c9610=a68_0x5cadbc,_0x5eb446={'gPDDH':function(_0x3e2a52,_0x391209){return _0x3e2a52===_0x391209;},'xJnWM':'ZaGnl','iVmuD':_0x3c9610(0x1e3),'SltYQ':_0x3c9610(0x244),'AtRrl':_0x3c9610(0x223),'AorNR':function(_0x49a333,_0x301957){return _0x49a333(_0x301957);},'ccJNZ':function(_0x219d9b,_0x5ed1d5){return _0x219d9b!==_0x5ed1d5;},'Uoayk':_0x3c9610(0x2a7),'iuPVN':function(_0x2ad217,_0x2752d8){return _0x2ad217===_0x2752d8;},'esCWb':_0x3c9610(0x2c3),'QryhU':function(_0x5a6b0d,_0x4e8080){return _0x5a6b0d===_0x4e8080;},'dvNOm':_0x3c9610(0x239),'oKefm':'nxDlv','Rizin':function(_0x420953,_0x45a129){return _0x420953+_0x45a129;},'FPhlq':_0x3c9610(0x2b2),'aHnwx':_0x3c9610(0x1e5),'LaIFr':function(_0x14263e,_0x1462d5){return _0x14263e instanceof _0x1462d5;},'HZUfJ':_0x3c9610(0x1d8),'iJlhg':function(_0x18d8d0,_0x1403bc){return _0x18d8d0===_0x1403bc;},'nmygU':'sdcsH','YajeW':_0x3c9610(0x291)};try{if(_0x5eb446[_0x3c9610(0x29e)](_0x5eb446[_0x3c9610(0x26a)],_0x5eb446[_0x3c9610(0x26a)]))return new _0x3e34a4((_0x282c63,_0x4c49b0)=>{_0x25c2bb['then'](_0x132406=>_0x282c63(_0x132406))['catch'](_0x3298ef=>_0x4c49b0(_0x3298ef))['finally'](()=>{const _0xfe8d0d=a68_0x52b5;_0x32a15a[_0xfe8d0d(0x281)](_0x1352bf),_0x27cf2c[_0xfe8d0d(0x27c)](_0x4b4235,_0x8e7c1a,_0xfc8f3);});});else{if(this['started']&&this['isEnabled']()){if(_0x5eb446[_0x3c9610(0x2eb)](_0x5eb446[_0x3c9610(0x2df)],_0x5eb446[_0x3c9610(0x2df)])){let _0x4ae293=_0x34d4bc;_0x596bc2&&(_0x5eb446[_0x3c9610(0x279)](_0x5eb446[_0x3c9610(0x2d5)],_0x5eb446[_0x3c9610(0x1d1)])?this[_0x3c9610(0x2a8)][_0x3c9610(0x2aa)](_0xaf818f):_0x4ae293=_0x34d4bc+'['+JSON[_0x3c9610(0x271)](_0x596bc2)+']');const _0xa4becb=_0x5eb446[_0x3c9610(0x28e)](_0x4ae293,_0x5eb446[_0x3c9610(0x20b)]),_0x11832d=_0x5eb446[_0x3c9610(0x28e)](_0x4ae293,_0x5eb446[_0x3c9610(0x1d0)]);performance[_0x3c9610(0x281)](_0xa4becb);const _0x5a753c=_0x5343d5[_0x3c9610(0x252)](null,_0x50f3b7);if(_0x5eb446[_0x3c9610(0x287)](_0x5a753c,Promise)){if(_0x5eb446['ccJNZ'](_0x5eb446['HZUfJ'],_0x5eb446[_0x3c9610(0x22b)]))_0x30e2dd[_0x3c9610(0x2b6)](_0x4298a4=>_0x135818(_0x4298a4))[_0x3c9610(0x25d)](_0x7e95a8=>_0x12f292(_0x7e95a8))[_0x3c9610(0x2c2)](()=>{const _0x2b9361=_0x3c9610;_0x4d57fd['mark'](_0x32892a),_0x8c36ed[_0x2b9361(0x27c)](_0xdb0ee2,_0xecc570,_0x17765a);});else return new Promise((_0x13c722,_0x294e77)=>{const _0x2e020a=_0x3c9610,_0x4dbe0c={'MRGrO':function(_0x446e80,_0x190b54){return _0x5eb446['gPDDH'](_0x446e80,_0x190b54);},'SkObl':_0x5eb446[_0x2e020a(0x1e2)],'xuUlo':_0x5eb446[_0x2e020a(0x29c)]};_0x5eb446['gPDDH'](_0x5eb446[_0x2e020a(0x27b)],_0x5eb446[_0x2e020a(0x227)])?_0x30dc34[_0x1a4583[_0x2e020a(0x2e7)]]=0x0:_0x5a753c['then'](_0x14c933=>_0x13c722(_0x14c933))[_0x2e020a(0x25d)](_0x1c5c0c=>_0x294e77(_0x1c5c0c))['finally'](()=>{const _0x11de98=_0x2e020a;if(_0x4dbe0c[_0x11de98(0x1f9)](_0x4dbe0c[_0x11de98(0x2a9)],_0x4dbe0c[_0x11de98(0x26f)]))return;else performance[_0x11de98(0x281)](_0x11832d),performance['measure'](_0x4ae293,_0xa4becb,_0x11832d);});});};return performance[_0x3c9610(0x281)](_0x11832d),performance[_0x3c9610(0x27c)](_0x4ae293,_0xa4becb,_0x11832d),_0x5a753c;}else{_0x5eb446[_0x3c9610(0x21c)](_0x186045,_0x3c9610(0x2a6)+_0x4ec1df['toString']());return;}};return _0x5343d5[_0x3c9610(0x252)](null,_0x50f3b7);}}catch(_0x256a98){if(_0x5eb446[_0x3c9610(0x2dc)](_0x5eb446[_0x3c9610(0x1ec)],_0x5eb446[_0x3c9610(0x2bc)]))_0x5eb446[_0x3c9610(0x21c)](_0x2d2422,_0x3c9610(0x245)+_0x2e6c46['toString']());else return _0x5343d5[_0x3c9610(0x252)](null,_0x50f3b7);}}static[a68_0x5cadbc(0x2f9)](_0x19ea48,_0x3c5fec){const _0xea2030=a68_0x5cadbc,_0x7c0445={};_0x7c0445[_0xea2030(0x270)]=function(_0x22533b,_0x385825){return _0x22533b===_0x385825;},_0x7c0445[_0xea2030(0x1d9)]=_0xea2030(0x301),_0x7c0445[_0xea2030(0x2e8)]='NLWDr';const _0x2a9974=_0x7c0445,_0x115834=this;return function(){const _0x37320d=_0xea2030;if(_0x2a9974[_0x37320d(0x270)](_0x2a9974[_0x37320d(0x1d9)],_0x2a9974[_0x37320d(0x2e8)]))_0x4a9c6c+=_0x37320d(0x2b4)+_0x3195ef['name']+'</td><td>'+_0x549450[_0x37320d(0x2f3)]+_0x37320d(0x248);else{const _0x33ee86=[_0x19ea48,_0x3c5fec,null][_0x37320d(0x2da)](arguments);return _0x115834[_0x37320d(0x27c)][_0x37320d(0x252)](_0x115834,_0x33ee86);}};}static[a68_0x5cadbc(0x1ea)](){const _0xe91d3a=a68_0x5cadbc,_0x14927a={};_0x14927a[_0xe91d3a(0x2db)]=function(_0x1fd0ea,_0x372809){return _0x1fd0ea===_0x372809;},_0x14927a[_0xe91d3a(0x2d1)]=function(_0x5b0b13,_0x4bf916){return _0x5b0b13+_0x4bf916;},_0x14927a[_0xe91d3a(0x289)]=_0xe91d3a(0x2ba),_0x14927a[_0xe91d3a(0x275)]='<h1>Performance\x20Report</h1>',_0x14927a['QtGga']=_0xe91d3a(0x293),_0x14927a[_0xe91d3a(0x266)]=_0xe91d3a(0x1da),_0x14927a[_0xe91d3a(0x30c)]=function(_0x103873,_0x27695e){return _0x103873/_0x27695e;},_0x14927a[_0xe91d3a(0x277)]=function(_0x33e031,_0x4df3ed){return _0x33e031+_0x4df3ed;},_0x14927a[_0xe91d3a(0x257)]=function(_0x3b5d0a,_0x3ebd7f){return _0x3b5d0a*_0x3ebd7f;},_0x14927a[_0xe91d3a(0x265)]=function(_0x28fbe2,_0x2756f8){return _0x28fbe2+_0x2756f8;},_0x14927a[_0xe91d3a(0x259)]=function(_0x9de0d6,_0x4fd4ac){return _0x9de0d6!==_0x4fd4ac;},_0x14927a['EuLGW']=_0xe91d3a(0x309),_0x14927a['oLzwn']=_0xe91d3a(0x1ed),_0x14927a[_0xe91d3a(0x22f)]='DYFei',_0x14927a['agVKl']='LtSHH',_0x14927a['OjgNt']=_0xe91d3a(0x2c1),_0x14927a['Lpysf']=_0xe91d3a(0x255),_0x14927a[_0xe91d3a(0x269)]=function(_0x419c54,_0x218b80){return _0x419c54/_0x218b80;},_0x14927a[_0xe91d3a(0x212)]=function(_0x3f1203,_0x108b2f){return _0x3f1203+_0x108b2f;},_0x14927a[_0xe91d3a(0x261)]=function(_0x28d59e,_0x30836e){return _0x28d59e!==_0x30836e;},_0x14927a[_0xe91d3a(0x262)]=_0xe91d3a(0x2f2);const _0x576d58=_0x14927a,_0xfd3559=/(^.*)\[(.*)\]$/,_0x5054cc={},_0x274b9a={};for(const _0x3ae571 of this['_measureEvents']){if(_0x576d58['Yvqda'](_0x576d58[_0xe91d3a(0x23f)],_0x576d58['oLzwn'])){const _0x8ce958=_0x3ae571['name']['match'](_0xfd3559),_0x21229f={};_0x21229f['name']=_0x3ae571['name'],_0x21229f[_0xe91d3a(0x2f3)]=_0x3ae571[_0xe91d3a(0x2f3)]||0x0;const _0x397d2b=_0x21229f;if(_0x8ce958){if(_0x576d58[_0xe91d3a(0x2db)](_0x576d58[_0xe91d3a(0x22f)],_0x576d58[_0xe91d3a(0x21a)])){if(_0x576d58[_0xe91d3a(0x2db)](this[_0xe91d3a(0x2a8)]['length'],0x0))return;const _0x20f318=this[_0xe91d3a(0x1ea)](),_0x17efdf=_0xe2072c['stringify'](_0x20f318),_0x1ae3ec=_0x576d58['hcyjc'](_0x17efdf['slice'](0x1,-0x1),',');_0x476446[_0xe91d3a(0x1e4)](this['jsonReportFileName'],_0x1ae3ec);}else _0x397d2b['name']=_0x8ce958[0x1],_0x397d2b['meta']=JSON[_0xe91d3a(0x24b)](_0x8ce958[0x2]);}if(_0x5054cc[_0x397d2b[_0xe91d3a(0x2e7)]]){if(_0x576d58['Yvqda'](_0x576d58[_0xe91d3a(0x22a)],_0x576d58[_0xe91d3a(0x2b5)])){const _0x30e4a4=_0x5054cc[_0x397d2b[_0xe91d3a(0x2e7)]],_0xd0afb6=_0x274b9a[_0x397d2b[_0xe91d3a(0x2e7)]];_0x5054cc[_0x397d2b[_0xe91d3a(0x2e7)]][_0xe91d3a(0x2f3)]=_0x576d58['qXqfW'](_0x576d58[_0xe91d3a(0x265)](_0x576d58[_0xe91d3a(0x257)](_0x30e4a4[_0xe91d3a(0x2f3)],_0xd0afb6),_0x397d2b[_0xe91d3a(0x2f3)]),_0x576d58[_0xe91d3a(0x212)](0x1,_0xd0afb6)),_0x274b9a[_0x397d2b[_0xe91d3a(0x2e7)]]++;}else{let _0x3a9493=_0x576d58[_0xe91d3a(0x289)];return _0x3a9493+=_0x576d58['MkZng'],_0x3a9493+=_0x576d58[_0xe91d3a(0x2ac)],_0x3ea003[_0xe91d3a(0x1df)](_0x1119ae=>{const _0x1c8652=_0xe91d3a;_0x3a9493+='<tr><td>'+_0x1119ae[_0x1c8652(0x2e7)]+_0x1c8652(0x254)+_0x1119ae['duration']+'</td></tr>';}),_0x3a9493+=_0x576d58[_0xe91d3a(0x266)],_0x3a9493;}}else{if(_0x576d58[_0xe91d3a(0x261)](_0x576d58[_0xe91d3a(0x262)],_0x576d58[_0xe91d3a(0x262)])){const _0x33c5d2=_0x48504e[_0x61da3e[_0xe91d3a(0x2e7)]],_0x5a4d26=_0x4f9ba3[_0x9eaa3e[_0xe91d3a(0x2e7)]];_0x2f8b6f[_0x5aea0e['name']][_0xe91d3a(0x2f3)]=_0x576d58[_0xe91d3a(0x30c)](_0x576d58[_0xe91d3a(0x277)](_0x576d58[_0xe91d3a(0x257)](_0x33c5d2['duration'],_0x5a4d26),_0x4d9c4a[_0xe91d3a(0x2f3)]),_0x576d58[_0xe91d3a(0x265)](0x1,_0x5a4d26)),_0x3f1596[_0x1c2fe2[_0xe91d3a(0x2e7)]]++;}else _0x5054cc[_0x397d2b[_0xe91d3a(0x2e7)]]=_0x397d2b,_0x274b9a[_0x397d2b[_0xe91d3a(0x2e7)]]=0x1;}}else!_0x43f4ba[_0x205509[_0xe91d3a(0x2e7)]]&&(_0x345460[_0x1cdbc4[_0xe91d3a(0x2e7)]]=0x0),_0x2d2836[_0x328002[_0xe91d3a(0x2e7)]]+=_0x3d7142[_0xe91d3a(0x2f3)];}return Object[_0xe91d3a(0x1dd)](_0x5054cc);}static[a68_0x5cadbc(0x1ef)](){const _0x4252aa=a68_0x5cadbc,_0x3e3219={};_0x3e3219[_0x4252aa(0x1d7)]=function(_0x44cab8,_0x29cb30){return _0x44cab8===_0x29cb30;},_0x3e3219[_0x4252aa(0x211)]=function(_0xedb1e,_0x1b7396){return _0xedb1e!==_0x1b7396;},_0x3e3219['kgyLU']=_0x4252aa(0x1dc),_0x3e3219[_0x4252aa(0x224)]='qxNgv',_0x3e3219[_0x4252aa(0x218)]=function(_0x1bd465,_0x5b009d){return _0x1bd465+_0x5b009d;};const _0x168d36=_0x3e3219;if(_0x168d36['uBCZB'](this[_0x4252aa(0x2a8)]['length'],0x0)){if(_0x168d36[_0x4252aa(0x211)](_0x168d36[_0x4252aa(0x219)],_0x168d36[_0x4252aa(0x224)]))return;else return;}const _0x644d4b=this[_0x4252aa(0x1ea)](),_0x27a5c2=JSON[_0x4252aa(0x271)](_0x644d4b),_0xda0a67=_0x168d36[_0x4252aa(0x218)](_0x27a5c2[_0x4252aa(0x210)](0x1,-0x1),',');fs[_0x4252aa(0x1e4)](this['jsonReportFileName'],_0xda0a67);}static[a68_0x5cadbc(0x264)](){const _0x21c524=a68_0x5cadbc,_0x519c70={};_0x519c70[_0x21c524(0x2c7)]=function(_0x4bc783,_0xe7b54a){return _0x4bc783===_0xe7b54a;},_0x519c70[_0x21c524(0x304)]='measure',_0x519c70[_0x21c524(0x1f3)]=function(_0x2a0e22,_0x3a861b){return _0x2a0e22!==_0x3a861b;},_0x519c70[_0x21c524(0x2d9)]=_0x21c524(0x305),_0x519c70[_0x21c524(0x240)]=function(_0x15f755,_0x4c4e5c){return _0x15f755===_0x4c4e5c;},_0x519c70[_0x21c524(0x21f)]='aHIXv',_0x519c70[_0x21c524(0x1db)]=_0x21c524(0x2e5),_0x519c70[_0x21c524(0x2de)]=function(_0x222100,_0x45b913){return _0x222100>_0x45b913;},_0x519c70['YsndB']=function(_0x287f89,_0x4509f2){return _0x287f89===_0x4509f2;},_0x519c70[_0x21c524(0x2b1)]=_0x21c524(0x29d);const _0xfcb093=_0x519c70;if(!this['started']||_0xfcb093[_0x21c524(0x2c7)](this[_0x21c524(0x2a8)][_0x21c524(0x225)],0x0)){if(_0xfcb093[_0x21c524(0x1f3)](_0xfcb093[_0x21c524(0x2d9)],_0xfcb093['QEXiO']))_0x1fc51a[_0x1afe04[_0x21c524(0x2e7)]]=_0x598980,_0x2f97a0[_0x846a7f['name']]=0x1;else return[];}if(!fs['existsSync'](this[_0x21c524(0x221)])){if(_0xfcb093[_0x21c524(0x240)](_0xfcb093[_0x21c524(0x21f)],_0xfcb093['bsMZN']))!_0x1b967e[_0x13c087[_0x21c524(0x2e7)]]&&(_0x5ea4e5[_0x1bb13e[_0x21c524(0x2e7)]]=0x0),_0x405d5a[_0x151728[_0x21c524(0x2e7)]]+=_0x296e2c['duration'];else return this[_0x21c524(0x2a8)];}let _0x1ecf85=fs[_0x21c524(0x2dd)](this[_0x21c524(0x221)])[_0x21c524(0x236)]();_0x1ecf85='['+_0x1ecf85['slice'](0x0,-0x1)+']';let _0x57b27f=JSON[_0x21c524(0x24b)](_0x1ecf85);return _0xfcb093[_0x21c524(0x2de)](this[_0x21c524(0x2a8)][_0x21c524(0x225)],0x0)&&(_0xfcb093[_0x21c524(0x1f1)](_0xfcb093[_0x21c524(0x2b1)],_0xfcb093[_0x21c524(0x2b1)])?_0x57b27f=_0x57b27f[_0x21c524(0x2da)](this[_0x21c524(0x1ea)]()):_0xfcb093[_0x21c524(0x2c7)](_0x17cfd5[_0x21c524(0x1eb)],_0xfcb093['ymIex'])?this['_measureEvents'][_0x21c524(0x2aa)](_0x4ca8fd):this[_0x21c524(0x29f)][_0x21c524(0x2aa)](_0x25d141)),this[_0x21c524(0x20c)]['disconnect'](),fs[_0x21c524(0x20f)](this[_0x21c524(0x221)]),_0x57b27f;}static[a68_0x5cadbc(0x2ee)](){const _0x3de8de=a68_0x5cadbc,_0x51e1de={};_0x51e1de['vZwPa']=function(_0x3b56d7,_0x5e63b8){return _0x3b56d7>_0x5e63b8;},_0x51e1de[_0x3de8de(0x24a)]=function(_0x23c3f5,_0xc94e47){return _0x23c3f5===_0xc94e47;},_0x51e1de[_0x3de8de(0x246)]=function(_0x1fdbcb,_0x42c3ee){return _0x1fdbcb!==_0x42c3ee;},_0x51e1de[_0x3de8de(0x295)]='qLtmZ',_0x51e1de['shXGu']=function(_0x565ffd,_0x4e6fc3){return _0x565ffd+_0x4e6fc3;};const _0x30c810=_0x51e1de;if(_0x30c810[_0x3de8de(0x24a)](this[_0x3de8de(0x228)][_0x3de8de(0x225)],0x0)){if(_0x30c810['vXZZW'](_0x30c810['KucAv'],_0x30c810[_0x3de8de(0x295)])){if(!_0x184e34[_0x3de8de(0x1de)](this[_0x3de8de(0x253)]))return this['_errorEvents'];let _0x387558=_0x34b50e['readFileSync'](this[_0x3de8de(0x253)])['toString']();_0x387558='['+_0x387558[_0x3de8de(0x210)](0x0,-0x1)+']';let _0x8ce28a=_0x36a911['parse'](_0x387558);return _0x30c810[_0x3de8de(0x232)](this['_errorEvents'][_0x3de8de(0x225)],0x0)&&(_0x8ce28a=_0x8ce28a[_0x3de8de(0x2da)](this['_errorEvents'])),_0xe2a4d4[_0x3de8de(0x20f)](this[_0x3de8de(0x253)]),_0x8ce28a;}else return;}const _0x479c9f=JSON[_0x3de8de(0x271)](this[_0x3de8de(0x228)]),_0x36f921=_0x30c810[_0x3de8de(0x296)](_0x479c9f[_0x3de8de(0x210)](0x1,-0x1),',');fs[_0x3de8de(0x1e4)](this[_0x3de8de(0x1f4)],_0x36f921);}static['finalizeErrors'](){const _0x564833=a68_0x5cadbc,_0x15a6b4={};_0x15a6b4[_0x564833(0x206)]=function(_0x522a3c,_0x2ecdc8){return _0x522a3c+_0x2ecdc8;},_0x15a6b4[_0x564833(0x1f0)]=function(_0x2df3fb,_0x506256){return _0x2df3fb||_0x506256;},_0x15a6b4[_0x564833(0x238)]=function(_0x24d0ea,_0x5dff76){return _0x24d0ea===_0x5dff76;},_0x15a6b4['JZixI']=_0x564833(0x292),_0x15a6b4['XVrxv']=function(_0x14ad31,_0x49b43f){return _0x14ad31>_0x49b43f;},_0x15a6b4[_0x564833(0x1fa)]=_0x564833(0x234);const _0x6af356=_0x15a6b4;if(!fs[_0x564833(0x1de)](this['errorReportFileName']))return _0x6af356[_0x564833(0x238)](_0x6af356[_0x564833(0x215)],_0x6af356[_0x564833(0x215)])?this[_0x564833(0x228)]:_0x6af356[_0x564833(0x206)](_0x1b817d[_0x51b3ad],_0x6af356[_0x564833(0x1f0)](_0x1adb6b,0x0));let _0x4e1c0e=fs[_0x564833(0x2dd)](this['errorReportFileName'])['toString']();_0x4e1c0e='['+_0x4e1c0e[_0x564833(0x210)](0x0,-0x1)+']';let _0x20f84b=JSON[_0x564833(0x24b)](_0x4e1c0e);if(_0x6af356[_0x564833(0x308)](this[_0x564833(0x228)][_0x564833(0x225)],0x0)){if(_0x6af356['EBbVQ'](_0x6af356['wWcCl'],_0x6af356[_0x564833(0x1fa)]))_0x20f84b=_0x20f84b[_0x564833(0x2da)](this['_errorEvents']);else{const _0x42c8b3=[_0x122570,_0x55333a,null][_0x564833(0x2da)](arguments);return _0x460b34['measure']['apply'](_0x511814,_0x42c8b3);}}return fs['unlinkSync'](this[_0x564833(0x253)]),_0x20f84b;}static['captureError'](_0x372586){const _0x2848af=a68_0x5cadbc,_0x2f311e={};_0x2f311e[_0x2848af(0x2f5)]=function(_0x57acb4,_0x359f25){return _0x57acb4===_0x359f25;},_0x2f311e[_0x2848af(0x229)]='TFBwK';const _0x44ed7a=_0x2f311e;if(!this[_0x2848af(0x2f6)]()){if(_0x44ed7a[_0x2848af(0x2f5)](_0x44ed7a['XJxPu'],_0x44ed7a[_0x2848af(0x229)]))return;else{const _0x2364cd={};return _0x2364cd[_0x2848af(0x297)]=[],_0x2364cd['errors']=[],_0x2364cd;}}this[_0x2848af(0x228)][_0x2848af(0x2aa)]({'message':_0x372586['message'],'trace':_0x372586[_0x2848af(0x258)],'code':_0x372586['code']||null,'time':new Date()});}static['stopMonitoring'](){const _0x3e0100=a68_0x5cadbc,_0x48c8d7={};_0x48c8d7[_0x3e0100(0x1f5)]=function(_0x2e60bc,_0x3b6b7c){return _0x2e60bc===_0x3b6b7c;},_0x48c8d7[_0x3e0100(0x2d7)]=_0x3e0100(0x204),_0x48c8d7[_0x3e0100(0x20d)]=_0x3e0100(0x2ae),_0x48c8d7[_0x3e0100(0x1d6)]=function(_0x4ae3aa,_0x397f6d){return _0x4ae3aa===_0x397f6d;},_0x48c8d7[_0x3e0100(0x22c)]=_0x3e0100(0x25c),_0x48c8d7['SDgks']=_0x3e0100(0x2bb),_0x48c8d7['TzSmb']=function(_0x12f605,_0x3c856b){return _0x12f605===_0x3c856b;},_0x48c8d7[_0x3e0100(0x2c5)]=_0x3e0100(0x25f),_0x48c8d7[_0x3e0100(0x2ad)]=_0x3e0100(0x2fc),_0x48c8d7[_0x3e0100(0x2c9)]=_0x3e0100(0x203);const _0x40bf7b=_0x48c8d7;try{if(_0x40bf7b[_0x3e0100(0x1f5)](_0x40bf7b[_0x3e0100(0x2d7)],_0x40bf7b['SVgsP']))return this[_0x3e0100(0x228)];else{if(!this[_0x3e0100(0x2f6)]()){if(_0x40bf7b[_0x3e0100(0x1d6)](_0x40bf7b[_0x3e0100(0x22c)],_0x40bf7b['SDgks']))return _0x4333eb[_0x3e0100(0x252)](null,_0x3e0fb5);else return;}this['_observer'][_0x3e0100(0x249)](),this[_0x3e0100(0x1ef)](),this['pushErrors']();}}catch{_0x40bf7b['TzSmb'](_0x40bf7b[_0x3e0100(0x2c5)],_0x40bf7b[_0x3e0100(0x2ad)])?(!_0x3cd319[_0x4f291b[_0x3e0100(0x2e7)]]&&(_0x676505[_0x42cb19[_0x3e0100(0x2e7)]]=0x0),_0x34d89e[_0x266910['name']]+=_0x54babc['duration']):logger[_0x3e0100(0x230)](_0x40bf7b['WlENN']);}}static[a68_0x5cadbc(0x2f8)](){const _0x1d65b4=a68_0x5cadbc,_0x5e8677={};_0x5e8677[_0x1d65b4(0x2f0)]=function(_0x5a83bb,_0xccf8ee){return _0x5a83bb!==_0xccf8ee;},_0x5e8677[_0x1d65b4(0x250)]=_0x1d65b4(0x241),_0x5e8677[_0x1d65b4(0x28a)]=_0x1d65b4(0x214);const _0x45886b=_0x5e8677,_0x4d8598=this['finalizePerfMeasures'](),_0x5e9366=this[_0x1d65b4(0x302)]();if(!this['isEnabled']()){if(_0x45886b[_0x1d65b4(0x2f0)](_0x45886b['HBScR'],_0x45886b[_0x1d65b4(0x28a)])){const _0xba0c9c={};return _0xba0c9c[_0x1d65b4(0x297)]=[],_0xba0c9c[_0x1d65b4(0x2e4)]=[],_0xba0c9c;}else return;}const _0x30de32={};return _0x30de32[_0x1d65b4(0x297)]=_0x4d8598,_0x30de32[_0x1d65b4(0x2e4)]=_0x5e9366,_0x30de32;}}module[a68_0x5cadbc(0x276)]=PerformanceTester;
1
+ const a68_0x3bbf65=a68_0x1d17;(function(_0x435b17,_0x4e2ea2){const _0x215f28=a68_0x1d17,_0x2fef11=_0x435b17();while(!![]){try{const _0x4260a3=parseInt(_0x215f28(0x1c3))/0x1+parseInt(_0x215f28(0x1cf))/0x2*(parseInt(_0x215f28(0x1df))/0x3)+-parseInt(_0x215f28(0x1c8))/0x4*(-parseInt(_0x215f28(0x20c))/0x5)+parseInt(_0x215f28(0x1bf))/0x6+parseInt(_0x215f28(0x1cb))/0x7*(-parseInt(_0x215f28(0x19a))/0x8)+parseInt(_0x215f28(0x206))/0x9*(-parseInt(_0x215f28(0x1b0))/0xa)+-parseInt(_0x215f28(0x200))/0xb;if(_0x4260a3===_0x4e2ea2)break;else _0x2fef11['push'](_0x2fef11['shift']());}catch(_0x1baf9a){_0x2fef11['push'](_0x2fef11['shift']());}}}(a68_0x9bc3,0xd3311));function a68_0x9bc3(){const _0x50eb80=['getCleanedPerfEvents','BAwwn','EWcRM','CnkGi','_errorEvents','-end','getEventsFromJSON','parse','_observer','UYcfc','20TAfdyd','finally','YQAMx','\x20for\x20all\x20processes\x20is\x20','errors','exports','apply','qitRA','hIQUW','false','performance-report.json','observe','map','HXVfT','reduce','5242884VjIMYo','sqRJs','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','tGmTx','1019127hEfKku','tfuDc','catch','winstonLogger','started','52KRSDkK','_measureEvents','Bggnv','716443IBblwZ','isEnabled','calculateTimesFromMultipleFiles','readFileSync','859324VmiPWC','existsSync','mark','pushErrors','SbBqo','unlinkSync','vnSWn','forEach','pDcHu','ZErzs','Performance\x20report\x20is\x20at\x20','generateJSON','DMGhC','entryTypes','captureError','entryType','6qDUTVH','rqNsT','Error\x20in\x20doing\x20csv\x20operations:\x20','debug','match','calculateTimeFromEvents','length','perf_hooks','disconnect','startMonitoring','cwd','name','concat','push','jsonReportFileName','error-report.json','Time\x20for\x20','errorReportFileName','./logger','HwLEp','<h1>Performance\x20Report</h1>','GgdcW','join','function','stack','finalizePerfMeasures','Error\x20stopping\x20monitoring','sLjBr','finalizeErrors','hSbpR','Lqauf','BROWSERSTACK_SDK_INSTRUMENTATION','entries','25923161rfGiMh','measures','measure','stringify','./test-observability/utils','buffered','1794033BaLGJH','meta','message','getPerformance','SwGNK','stopAndGenerate','491345UlhkbF','toString','duration','lZSEe','code','jjDzL','generateHTMLReport','EpzbU','hvKfb','Error\x20in\x20writing\x20html\x20','HBufs','HdkYT','then','32pYpOXD','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','_events','appendFileSync','kTNJQ','performance-own.html','ppOph','giKip','pushPerfMeasures','slice','path','</td><td>'];a68_0x9bc3=function(){return _0x50eb80;};return a68_0x9bc3();}const fs=require('fs'),{performance,PerformanceObserver}=require(a68_0x3bbf65(0x1e6)),{sleep,debug}=require(a68_0x3bbf65(0x204)),path=require(a68_0x3bbf65(0x1a4)),logger=require(a68_0x3bbf65(0x1f1))[a68_0x3bbf65(0x1c6)];function a68_0x1d17(_0x2c3605,_0x5ad236){const _0x9bc33b=a68_0x9bc3();return a68_0x1d17=function(_0x1d1792,_0x217434){_0x1d1792=_0x1d1792-0x190;let _0x39b6e9=_0x9bc33b[_0x1d1792];return _0x39b6e9;},a68_0x1d17(_0x2c3605,_0x5ad236);}class PerformanceTester{static [a68_0x3bbf65(0x1ae)];static [a68_0x3bbf65(0x19c)]=[];static ['_measureEvents']=[];static ['_errorEvents']=[];static ['started']=![];static [a68_0x3bbf65(0x1ed)]=a68_0x3bbf65(0x1ba);static ['errorReportFileName']=a68_0x3bbf65(0x1ee);static[a68_0x3bbf65(0x1e8)](_0x86fc2f=a68_0x3bbf65(0x1ba),_0x46e790=a68_0x3bbf65(0x1ee)){const _0x5748b5=a68_0x3bbf65,_0x715ce3={};_0x715ce3[_0x5748b5(0x1a1)]=function(_0x4edba2,_0x4b1fc5){return _0x4edba2===_0x4b1fc5;},_0x715ce3[_0x5748b5(0x1fd)]='measure',_0x715ce3['fXqRH']=_0x5748b5(0x1f6);const _0xcaf733=_0x715ce3;if(this['started']||!this[_0x5748b5(0x1cc)]())return;this[_0x5748b5(0x1ae)]=new PerformanceObserver(_0x4a6933=>{const _0x28f135=_0x5748b5,_0x2aea25={'HdkYT':function(_0x3d242e,_0x219d36){return _0xcaf733['giKip'](_0x3d242e,_0x219d36);},'HIMYZ':_0xcaf733[_0x28f135(0x1fd)]};_0x4a6933['getEntries']()[_0x28f135(0x1d6)](_0x21281c=>{const _0x34926d=_0x28f135;_0x2aea25[_0x34926d(0x198)](_0x21281c[_0x34926d(0x1de)],_0x2aea25['HIMYZ'])?this[_0x34926d(0x1c9)][_0x34926d(0x1ec)](_0x21281c):this['_events'][_0x34926d(0x1ec)](_0x21281c);});});const _0x4605f8={};_0x4605f8[_0x5748b5(0x205)]=!![],_0x4605f8[_0x5748b5(0x1dc)]=[_0xcaf733['fXqRH'],_0xcaf733[_0x5748b5(0x1fd)]],this['_observer'][_0x5748b5(0x1bb)](_0x4605f8),this[_0x5748b5(0x1c7)]=!![],this[_0x5748b5(0x1ed)]=_0x86fc2f,this[_0x5748b5(0x1f0)]=_0x46e790;}static[a68_0x3bbf65(0x209)](){return performance;}static[a68_0x3bbf65(0x1e4)](_0x457516,_0x2c33a7){const _0x3d5121=a68_0x3bbf65,_0xc01219={};_0xc01219['hSbpR']=function(_0x27b7fe,_0x112ace){return _0x27b7fe+_0x112ace;},_0xc01219[_0x3d5121(0x1c0)]=function(_0x12f7c8,_0x57bfd4){return _0x12f7c8||_0x57bfd4;},_0xc01219[_0x3d5121(0x1c4)]=function(_0x56e404,_0x2759f1){return _0x56e404===_0x2759f1;};const _0x4c49ba=_0xc01219,_0xb4913d={};if(!_0x457516||_0x4c49ba['tfuDc'](_0x457516[_0x3d5121(0x1e5)],0x0))return;_0x457516['map'](_0x2d0102=>{const _0x479bcf=_0x3d5121;!_0xb4913d[_0x2d0102[_0x479bcf(0x1ea)]]&&(_0xb4913d[_0x2d0102[_0x479bcf(0x1ea)]]=0x0),_0xb4913d[_0x2d0102[_0x479bcf(0x1ea)]]+=_0x2d0102[_0x479bcf(0x20e)];});const _0xeef573=_0x2c33a7[_0x3d5121(0x1be)]((_0x362a32,_0x9a58a)=>{const _0x46d0e2=_0x3d5121;return _0x4c49ba[_0x46d0e2(0x1fc)](_0xb4913d[_0x9a58a],_0x4c49ba[_0x46d0e2(0x1c0)](_0x362a32,0x0));},0x0);return _0xeef573;}static async[a68_0x3bbf65(0x1cd)](_0x456d02,_0x431f94){const _0x20205d=a68_0x3bbf65,_0x41a7a3={'twxNZ':function(_0x5d1312,_0xbe8032){return _0x5d1312+_0xbe8032;},'HwLEp':function(_0x36e38a,_0x1d11df){return _0x36e38a||_0x1d11df;},'ZErzs':function(_0x51e4a0,_0x5e73e0){return _0x51e4a0===_0x5e73e0;},'rqNsT':function(_0x1d31fd,_0x56bf3b){return _0x1d31fd(_0x56bf3b);},'HBufs':function(_0x430ec9,_0x4dbb4b){return _0x430ec9(_0x4dbb4b);}};if(!_0x456d02||_0x41a7a3[_0x20205d(0x1d8)](_0x456d02[_0x20205d(0x1e5)],0x0))return 0x0;const _0x27a433=[];for(const _0x81b254 of _0x456d02){const _0x5d2719=path[_0x20205d(0x1f5)]('.',_0x81b254);try{const _0x4879dc=this[_0x20205d(0x1ac)](_0x5d2719);_0x4879dc[_0x20205d(0x1bc)](_0x5c219d=>{const _0x193d9d=_0x20205d;!_0x27a433[_0x5c219d[_0x193d9d(0x1ea)]]&&(_0x27a433[_0x5c219d[_0x193d9d(0x1ea)]]=0x0),_0x27a433[_0x5c219d['name']]+=_0x5c219d[_0x193d9d(0x20e)];});}catch(_0xe21bec){_0x41a7a3[_0x20205d(0x1e0)](debug,_0x20205d(0x1e1)+_0xe21bec['toString']());}}const _0x375702=_0x431f94[_0x20205d(0x1be)]((_0x325dc6,_0x43161c)=>{const _0x1fdc36=_0x20205d;return _0x41a7a3['twxNZ'](_0x27a433[_0x43161c],_0x41a7a3[_0x1fdc36(0x1f2)](_0x325dc6,0x0));},0x0);return _0x41a7a3[_0x20205d(0x197)](debug,_0x20205d(0x1ef)+_0x431f94+_0x20205d(0x1b3)+_0x375702),_0x375702;}static[a68_0x3bbf65(0x1ac)](_0x535702){const _0xba0f6d=a68_0x3bbf65;if(!fs[_0xba0f6d(0x1d0)](_0x535702))return[];return JSON[_0xba0f6d(0x1ad)](fs[_0xba0f6d(0x1ce)](_0x535702)['toString']());}static async[a68_0x3bbf65(0x20b)](_0x272d4a=a68_0x3bbf65(0x19f),_0x322eda=null){const _0x4d994c=a68_0x3bbf65,_0x27a4b1={'OnsDW':function(_0x2a5091,_0x2ea994){return _0x2a5091(_0x2ea994);},'hvKfb':function(_0x2de9e3,_0x32a907){return _0x2de9e3(_0x32a907);},'YQAMx':function(_0x179056,_0x543e2e){return _0x179056(_0x543e2e);}};if(!this[_0x4d994c(0x1c7)])return;await _0x27a4b1[_0x4d994c(0x1b2)](sleep,0x1e),this['_observer'][_0x4d994c(0x1e7)](),this[_0x4d994c(0x1c7)]=![],this['generateJSON'](this[_0x4d994c(0x19c)]);const _0x25c176=this[_0x4d994c(0x193)](this[_0x4d994c(0x19c)]),_0x19bcce=path[_0x4d994c(0x1f5)](process[_0x4d994c(0x1e9)](),_0x272d4a);fs['writeFile'](_0x19bcce,_0x25c176,_0x46b2ff=>{const _0xd2ee94=_0x4d994c;if(_0x46b2ff){_0x27a4b1['OnsDW'](debug,_0xd2ee94(0x196)+_0x46b2ff['toString']());return;}_0x27a4b1[_0xd2ee94(0x195)](debug,_0xd2ee94(0x1d9)+_0x19bcce);});if(_0x322eda)return this[_0x4d994c(0x1e4)](this['_events'],_0x322eda);}static['generateHTMLReport'](_0x2ae51b){const _0x1e2f75=a68_0x3bbf65,_0x2e6d41={};_0x2e6d41[_0x1e2f75(0x1a9)]=_0x1e2f75(0x1c1),_0x2e6d41[_0x1e2f75(0x1ca)]=_0x1e2f75(0x1f3),_0x2e6d41[_0x1e2f75(0x190)]=_0x1e2f75(0x19b),_0x2e6d41[_0x1e2f75(0x194)]='</tbody></table></body></html>';const _0x5e2c14=_0x2e6d41;let _0x4507e9=_0x5e2c14['CnkGi'];return _0x4507e9+=_0x5e2c14[_0x1e2f75(0x1ca)],_0x4507e9+=_0x5e2c14[_0x1e2f75(0x190)],_0x2ae51b[_0x1e2f75(0x1d6)](_0x498396=>{const _0x478857=_0x1e2f75;_0x4507e9+='<tr><td>'+_0x498396[_0x478857(0x1ea)]+_0x478857(0x1a5)+_0x498396[_0x478857(0x20e)]+'</td></tr>';}),_0x4507e9+=_0x5e2c14[_0x1e2f75(0x194)],_0x4507e9;}static[a68_0x3bbf65(0x1da)](_0x473779){const _0x3237fd=a68_0x3bbf65;if(!this[_0x3237fd(0x1ed)])return;const _0x19c21f={};_0x473779[_0x3237fd(0x1bc)](_0xbc6715=>{const _0x77d05c=_0x3237fd;!_0x19c21f[_0xbc6715[_0x77d05c(0x1ea)]]&&(_0x19c21f[_0xbc6715[_0x77d05c(0x1ea)]]=0x0),_0x19c21f[_0xbc6715[_0x77d05c(0x1ea)]]+=_0xbc6715[_0x77d05c(0x20e)];});const _0x1056b6=Object[_0x3237fd(0x1ff)](_0x19c21f)[_0x3237fd(0x1bc)](([_0x2af77c,_0xd15129])=>{const _0x503988=_0x3237fd,_0x384422={};return _0x384422['name']=_0x2af77c,_0x384422[_0x503988(0x20e)]=_0xd15129,_0x384422;});fs['writeFileSync'](this[_0x3237fd(0x1ed)],JSON['stringify'](_0x1056b6));}static[a68_0x3bbf65(0x1cc)](){const _0x488387=a68_0x3bbf65,_0x2b1974={};_0x2b1974['SwGNK']=function(_0x42fb78,_0x16b766){return _0x42fb78===_0x16b766;},_0x2b1974[_0x488387(0x1a8)]=_0x488387(0x1b9);const _0x95b97=_0x2b1974;return!_0x95b97[_0x488387(0x20a)](process['env'][_0x488387(0x1fe)],_0x95b97['EWcRM']);}static[a68_0x3bbf65(0x202)](_0x232252,_0x29abb7,_0x355743=null,_0x545b72=null){const _0x48c1ae=a68_0x3bbf65,_0x4fbb0f={};_0x4fbb0f[_0x48c1ae(0x1af)]=function(_0x207427,_0x2b7695){return _0x207427+_0x2b7695;},_0x4fbb0f[_0x48c1ae(0x1a7)]='-start',_0x4fbb0f[_0x48c1ae(0x1c2)]=_0x48c1ae(0x1ab),_0x4fbb0f[_0x48c1ae(0x1d5)]=function(_0x370b2f,_0x59f930){return _0x370b2f instanceof _0x59f930;};const _0x396b7a=_0x4fbb0f;try{if(this[_0x48c1ae(0x1c7)]&&this[_0x48c1ae(0x1cc)]()){let _0x3531fe=_0x232252;_0x355743&&(_0x3531fe=_0x232252+'['+JSON[_0x48c1ae(0x203)](_0x355743)+']');const _0xf78f52=_0x396b7a['UYcfc'](_0x3531fe,_0x396b7a['BAwwn']),_0x77a153=_0x396b7a[_0x48c1ae(0x1af)](_0x3531fe,_0x396b7a[_0x48c1ae(0x1c2)]);performance[_0x48c1ae(0x1d1)](_0xf78f52);const _0x527cd2=_0x29abb7[_0x48c1ae(0x1b6)](null,_0x545b72);if(_0x396b7a[_0x48c1ae(0x1d5)](_0x527cd2,Promise))return new Promise((_0x3b686b,_0x580a59)=>{const _0x4e9db1=_0x48c1ae;_0x527cd2[_0x4e9db1(0x199)](_0x2ef1da=>_0x3b686b(_0x2ef1da))[_0x4e9db1(0x1c5)](_0x4b32bd=>_0x580a59(_0x4b32bd))[_0x4e9db1(0x1b1)](()=>{const _0x2ea58e=_0x4e9db1;performance[_0x2ea58e(0x1d1)](_0x77a153),performance['measure'](_0x3531fe,_0xf78f52,_0x77a153);});});;return performance[_0x48c1ae(0x1d1)](_0x77a153),performance['measure'](_0x3531fe,_0xf78f52,_0x77a153),_0x527cd2;};return _0x29abb7[_0x48c1ae(0x1b6)](null,_0x545b72);}catch(_0x361c3c){return _0x29abb7[_0x48c1ae(0x1b6)](null,_0x545b72);}}static['measureWrapper'](_0x31628f,_0x43e074){const _0x4ff5c0=this;return function(){const _0xfab252=a68_0x1d17,_0x2bbcc6=[_0x31628f,_0x43e074,null][_0xfab252(0x1eb)](arguments);return _0x4ff5c0[_0xfab252(0x202)]['apply'](_0x4ff5c0,_0x2bbcc6);};}static[a68_0x3bbf65(0x1a6)](){const _0x3da038=a68_0x3bbf65,_0x1d587f={};_0x1d587f['GgdcW']=function(_0x207c5f,_0x2f2d05){return _0x207c5f/_0x2f2d05;},_0x1d587f[_0x3da038(0x1a0)]=function(_0xb240fd,_0x97cd86){return _0xb240fd+_0x97cd86;},_0x1d587f[_0x3da038(0x1bd)]=function(_0x560487,_0x4aedaa){return _0x560487*_0x4aedaa;};const _0x1898b1=_0x1d587f,_0x8316ff=/(^.*)\[(.*)\]$/,_0x810a29={},_0x3b647b={};for(const _0x440e19 of this[_0x3da038(0x1c9)]){const _0x5cd078=_0x440e19['name'][_0x3da038(0x1e3)](_0x8316ff),_0x33c17b={};_0x33c17b[_0x3da038(0x1ea)]=_0x440e19[_0x3da038(0x1ea)],_0x33c17b[_0x3da038(0x20e)]=_0x440e19[_0x3da038(0x20e)]||0x0;const _0x5e6047=_0x33c17b;_0x5cd078&&(_0x5e6047['name']=_0x5cd078[0x1],_0x5e6047[_0x3da038(0x207)]=JSON[_0x3da038(0x1ad)](_0x5cd078[0x2]));if(_0x810a29[_0x5e6047[_0x3da038(0x1ea)]]){const _0x277070=_0x810a29[_0x5e6047[_0x3da038(0x1ea)]],_0x45c214=_0x3b647b[_0x5e6047[_0x3da038(0x1ea)]];_0x810a29[_0x5e6047[_0x3da038(0x1ea)]][_0x3da038(0x20e)]=_0x1898b1[_0x3da038(0x1f4)](_0x1898b1['ppOph'](_0x1898b1['HXVfT'](_0x277070['duration'],_0x45c214),_0x5e6047[_0x3da038(0x20e)]),_0x1898b1[_0x3da038(0x1a0)](0x1,_0x45c214)),_0x3b647b[_0x5e6047[_0x3da038(0x1ea)]]++;}else _0x810a29[_0x5e6047[_0x3da038(0x1ea)]]=_0x5e6047,_0x3b647b[_0x5e6047[_0x3da038(0x1ea)]]=0x1;}return Object['values'](_0x810a29);}static[a68_0x3bbf65(0x1a2)](){const _0x5d698d=a68_0x3bbf65,_0x553fc9={};_0x553fc9[_0x5d698d(0x1b8)]=function(_0x346bab,_0x21057f){return _0x346bab===_0x21057f;},_0x553fc9['jjDzL']=function(_0x340657,_0x399fb2){return _0x340657+_0x399fb2;};const _0x5d9056=_0x553fc9;if(_0x5d9056[_0x5d698d(0x1b8)](this[_0x5d698d(0x1c9)][_0x5d698d(0x1e5)],0x0))return;const _0x3e2556=this[_0x5d698d(0x1a6)](),_0x30095d=JSON[_0x5d698d(0x203)](_0x3e2556),_0x22acc3=_0x5d9056[_0x5d698d(0x192)](_0x30095d[_0x5d698d(0x1a3)](0x1,-0x1),',');fs[_0x5d698d(0x19d)](this['jsonReportFileName'],_0x22acc3);}static[a68_0x3bbf65(0x1f8)](){const _0x390b18=a68_0x3bbf65,_0x5b98b7={};_0x5b98b7['pDcHu']=function(_0x4b9fa6,_0x865c61){return _0x4b9fa6===_0x865c61;},_0x5b98b7['DMGhC']=function(_0x3b3daf,_0x577280){return _0x3b3daf>_0x577280;};const _0x2ac1ed=_0x5b98b7;if(!this['started']||_0x2ac1ed[_0x390b18(0x1d7)](this['_measureEvents'][_0x390b18(0x1e5)],0x0))return[];if(!fs['existsSync'](this[_0x390b18(0x1ed)]))return this['_measureEvents'];let _0x3ccb08=fs[_0x390b18(0x1ce)](this['jsonReportFileName'])[_0x390b18(0x20d)]();_0x3ccb08='['+_0x3ccb08[_0x390b18(0x1a3)](0x0,-0x1)+']';let _0x1f73a4=JSON[_0x390b18(0x1ad)](_0x3ccb08);return _0x2ac1ed[_0x390b18(0x1db)](this[_0x390b18(0x1c9)]['length'],0x0)&&(_0x1f73a4=_0x1f73a4[_0x390b18(0x1eb)](this[_0x390b18(0x1a6)]())),this['_observer']['disconnect'](),fs[_0x390b18(0x1d4)](this['jsonReportFileName']),_0x1f73a4;}static[a68_0x3bbf65(0x1d2)](){const _0x5edde9=a68_0x3bbf65,_0x42ba5d={};_0x42ba5d[_0x5edde9(0x19e)]=function(_0x8d802f,_0x34a4ef){return _0x8d802f===_0x34a4ef;},_0x42ba5d[_0x5edde9(0x1d3)]=function(_0xa66f52,_0x2e65c7){return _0xa66f52+_0x2e65c7;};const _0x59513d=_0x42ba5d;if(_0x59513d[_0x5edde9(0x19e)](this[_0x5edde9(0x1aa)][_0x5edde9(0x1e5)],0x0))return;const _0xba83e3=JSON[_0x5edde9(0x203)](this[_0x5edde9(0x1aa)]),_0x82111d=_0x59513d[_0x5edde9(0x1d3)](_0xba83e3[_0x5edde9(0x1a3)](0x1,-0x1),',');fs[_0x5edde9(0x19d)](this['errorFile'],_0x82111d);}static[a68_0x3bbf65(0x1fb)](){const _0x5508e1=a68_0x3bbf65,_0x311322={};_0x311322[_0x5508e1(0x1b7)]=function(_0x14c302,_0x521bda){return _0x14c302>_0x521bda;};const _0x5e4b58=_0x311322;if(!fs[_0x5508e1(0x1d0)](this[_0x5508e1(0x1f0)]))return this[_0x5508e1(0x1aa)];let _0x1b0875=fs[_0x5508e1(0x1ce)](this[_0x5508e1(0x1f0)])[_0x5508e1(0x20d)]();_0x1b0875='['+_0x1b0875[_0x5508e1(0x1a3)](0x0,-0x1)+']';let _0x2e1e2f=JSON[_0x5508e1(0x1ad)](_0x1b0875);return _0x5e4b58[_0x5508e1(0x1b7)](this['_errorEvents'][_0x5508e1(0x1e5)],0x0)&&(_0x2e1e2f=_0x2e1e2f['concat'](this[_0x5508e1(0x1aa)])),fs[_0x5508e1(0x1d4)](this[_0x5508e1(0x1f0)]),_0x2e1e2f;}static[a68_0x3bbf65(0x1dd)](_0x14ef6b){const _0x46925e=a68_0x3bbf65;if(!this[_0x46925e(0x1cc)]())return;this[_0x46925e(0x1aa)][_0x46925e(0x1ec)]({'message':_0x14ef6b[_0x46925e(0x208)],'trace':_0x14ef6b[_0x46925e(0x1f7)],'code':_0x14ef6b[_0x46925e(0x191)]||null,'time':new Date()});}static['stopMonitoring'](){const _0x496763=a68_0x3bbf65,_0x5d2ae4={};_0x5d2ae4[_0x496763(0x1fa)]=_0x496763(0x1f9);const _0x2979a4=_0x5d2ae4;try{if(!this['isEnabled']())return;this['_observer'][_0x496763(0x1e7)](),this[_0x496763(0x1a2)](),this[_0x496763(0x1d2)]();}catch{logger[_0x496763(0x1e2)](_0x2979a4['sLjBr']);}}static['finalize'](){const _0xc1aaed=a68_0x3bbf65,_0x4ab7dc=this['finalizePerfMeasures'](),_0xb1edf7=this[_0xc1aaed(0x1fb)]();if(!this['isEnabled']()){const _0x40237e={};return _0x40237e[_0xc1aaed(0x201)]=[],_0x40237e[_0xc1aaed(0x1b4)]=[],_0x40237e;}const _0x3e7b78={};return _0x3e7b78[_0xc1aaed(0x201)]=_0x4ab7dc,_0x3e7b78['errors']=_0xb1edf7,_0x3e7b78;}}module[a68_0x3bbf65(0x1b5)]=PerformanceTester;