browserstack-node-sdk 1.31.2 → 1.31.4
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.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserstackSDKMethods.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
- package/ats/src/cloudproviders/gcs.js +0 -1
package/src/helpers/logger.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a53_0x540d4b=a53_0x5e81;(function(_0x3b93f2,_0x136abf){const _0x578d13=a53_0x5e81,_0x5b87cd=_0x3b93f2();while(!![]){try{const _0x55ed8a=parseInt(_0x578d13(0x145))/0x1+parseInt(_0x578d13(0x13b))/0x2+-parseInt(_0x578d13(0x14f))/0x3+parseInt(_0x578d13(0x138))/0x4+-parseInt(_0x578d13(0x146))/0x5*(parseInt(_0x578d13(0x14e))/0x6)+-parseInt(_0x578d13(0x13e))/0x7+parseInt(_0x578d13(0x13a))/0x8;if(_0x55ed8a===_0x136abf)break;else _0x5b87cd['push'](_0x5b87cd['shift']());}catch(_0x5f07fc){_0x5b87cd['push'](_0x5b87cd['shift']());}}}(a53_0x5057,0xc9085));const winston=require('winston'),fs=require('fs'),path=require(a53_0x540d4b(0x150)),logDir=a53_0x540d4b(0x13d);!fs[a53_0x540d4b(0x14a)](logDir)&&fs[a53_0x540d4b(0x155)](logDir);const a53_0x5033cc={};a53_0x5033cc[a53_0x540d4b(0x154)]=a53_0x540d4b(0x143);const transports={'loggerConsole':new winston['transports'][(a53_0x540d4b(0x152))](a53_0x5033cc),'loggerFile':new winston[(a53_0x540d4b(0x14d))][(a53_0x540d4b(0x147))]({'filename':path[a53_0x540d4b(0x144)](logDir,a53_0x540d4b(0x14b))})},a53_0x53ecc0={};a53_0x53ecc0[a53_0x540d4b(0x139)]='YYYY-MM-DD\x20HH:mm:ss';const a53_0x2114e5={};a53_0x2114e5[a53_0x540d4b(0x141)]=!![];const winstonLoggerParams={'format':winston[a53_0x540d4b(0x139)]['combine'](winston['format'][a53_0x540d4b(0x142)](a53_0x53ecc0),winston['format'][a53_0x540d4b(0x14c)](a53_0x2114e5),winston['format'][a53_0x540d4b(0x149)](_0x1b990c=>_0x1b990c[a53_0x540d4b(0x142)]+a53_0x540d4b(0x148)+_0x1b990c[a53_0x540d4b(0x141)]+':\x20'+_0x1b990c['message'])),'transports':[transports[a53_0x540d4b(0x140)],transports[a53_0x540d4b(0x13f)]]},a53_0x125621={};function a53_0x5e81(_0x3f1ac1,_0x42ba98){const _0x5057b4=a53_0x5057();return a53_0x5e81=function(_0x5e81ff,_0x58be45){_0x5e81ff=_0x5e81ff-0x138;let _0x1bf49a=_0x5057b4[_0x5e81ff];return _0x1bf49a;},a53_0x5e81(_0x3f1ac1,_0x42ba98);}a53_0x125621[a53_0x540d4b(0x14d)]=[transports[a53_0x540d4b(0x13f)]];const winstonFileLoggerParams=a53_0x125621;function a53_0x5057(){const _0x13130c=['25548GCzUTY','2509923AzirLY','path','fileLogger','Console','winstonLogger','name','mkdirSync','3123832UKAumS','format','7607304IMefxT','1797500HIYCOh','createLogger','log','5367089VHHAuj','loggerFile','loggerConsole','level','timestamp','console.info','join','102752dxejZZ','360fYYHwS','File','\x20-\x20','printf','existsSync','/usage.log','colorize','transports'];a53_0x5057=function(){return _0x13130c;};return a53_0x5057();}exports[a53_0x540d4b(0x153)]=new winston[(a53_0x540d4b(0x13c))](winstonLoggerParams),exports[a53_0x540d4b(0x151)]=new winston[(a53_0x540d4b(0x13c))](winstonFileLoggerParams),exports['logDir']=logDir,exports[a53_0x540d4b(0x14d)]=transports;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a54_0x351833=a54_0x5c44;(function(_0x3107d7,_0x2226b8){var _0x5dce0b=a54_0x5c44,_0x9feb15=_0x3107d7();while(!![]){try{var _0x4207d6=-parseInt(_0x5dce0b(0x206))/0x1+-parseInt(_0x5dce0b(0x1f6))/0x2+parseInt(_0x5dce0b(0x1c2))/0x3*(parseInt(_0x5dce0b(0x1cf))/0x4)+parseInt(_0x5dce0b(0x1c1))/0x5+-parseInt(_0x5dce0b(0x20f))/0x6*(parseInt(_0x5dce0b(0x1f3))/0x7)+-parseInt(_0x5dce0b(0x1d7))/0x8*(parseInt(_0x5dce0b(0x1e8))/0x9)+parseInt(_0x5dce0b(0x1d3))/0xa*(parseInt(_0x5dce0b(0x1ce))/0xb);if(_0x4207d6===_0x2226b8)break;else _0x9feb15['push'](_0x9feb15['shift']());}catch(_0x409aab){_0x9feb15['push'](_0x9feb15['shift']());}}}(a54_0x441b,0x400ce),exports[a54_0x351833(0x1f9)]=_0x1db65f=>{var _0x31a8f8=a54_0x351833,_0x3ae84b={'WhmFB':_0x31a8f8(0x20d),'cICcW':function(_0x1d6a82,_0x44100e){return _0x1d6a82(_0x44100e);},'EILyQ':function(_0x4b6060,_0x5218fb){return _0x4b6060!==_0x5218fb;},'dZpIH':_0x31a8f8(0x204),'btFvR':_0x31a8f8(0x202),'foYpZ':function(_0x2eacf6,_0x5171e8){return _0x2eacf6(_0x5171e8);},'ovNTZ':'PCTmm','YmIFv':function(_0x42ce01,_0xb21763){return _0x42ce01(_0xb21763);},'tvxxo':function(_0x1f0fe4,_0x52fb99){return _0x1f0fe4===_0x52fb99;},'FTzTs':_0x31a8f8(0x200),'mcTHw':'true','kpQZT':function(_0x22ac50,_0xf2971b){return _0x22ac50===_0xf2971b;},'sWmIw':_0x31a8f8(0x1e4),'OwMvT':_0x31a8f8(0x1e0),'cBlFj':function(_0x5da8a2,_0x2947db){return _0x5da8a2===_0x2947db;},'IFCYB':_0x31a8f8(0x209)};if(_0x3ae84b['EILyQ'](process[_0x31a8f8(0x1f4)][_0x31a8f8(0x1f1)],_0x3ae84b[_0x31a8f8(0x1c5)])){if(_0x3ae84b[_0x31a8f8(0x1e2)](_0x3ae84b[_0x31a8f8(0x1ca)],_0x3ae84b[_0x31a8f8(0x1c9)]))return new _0x31a3fc(function(_0x53811a,_0x12627a){var _0x20d0d3=_0x31a8f8,_0x164cf9={'XhgFM':_0x3ae84b[_0x20d0d3(0x1c6)],'qtMLh':function(_0x2db10e,_0x290f7e){var _0x2ed6a5=_0x20d0d3;return _0x3ae84b[_0x2ed6a5(0x1d5)](_0x2db10e,_0x290f7e);}};_0x227f3d['initScreenshot']()[_0x20d0d3(0x1ff)](_0x4b593e=>{var _0x310a17=_0x20d0d3;_0x48a18e[_0x310a17(0x1e5)](_0x310a17(0x1d8)+_0x23c0cb[_0x310a17(0x208)],{'timestamp':new _0x56f6e8()['toISOString'](),'message':_0x4b593e,'kind':_0x164cf9[_0x310a17(0x1e9)]}),_0x164cf9[_0x310a17(0x1ec)](_0x53811a,_0x4b593e);});});else return;}if(_0x1db65f[_0x31a8f8(0x1e1)]){if(_0x3ae84b[_0x31a8f8(0x1c3)](_0x3ae84b[_0x31a8f8(0x1e7)],_0x3ae84b[_0x31a8f8(0x1e7)]))return;else return _0x5d7458[_0x31a8f8(0x1e3)]();}_0x1db65f[_0x31a8f8(0x1e1)]=!![],_0x1db65f['initScreenshot']=_0x1db65f[_0x31a8f8(0x1c8)],_0x1db65f['takeScreenshot']=()=>{var _0x77c26f=_0x31a8f8,_0x1e2710={'mdeFU':_0x3ae84b[_0x77c26f(0x1c6)],'lCttE':function(_0x354306,_0x55d643){var _0x5004a1=_0x77c26f;return _0x3ae84b[_0x5004a1(0x1e6)](_0x354306,_0x55d643);}};return _0x3ae84b[_0x77c26f(0x1f7)](_0x3ae84b['FTzTs'],_0x3ae84b[_0x77c26f(0x1de)])?new Promise(function(_0x19e66c,_0x2e9775){var _0x1a52e4=_0x77c26f,_0x21816b={'tnUBo':function(_0x1dc413,_0x4e1a7f){var _0x10f1e3=a54_0x5c44;return _0x3ae84b[_0x10f1e3(0x205)](_0x1dc413,_0x4e1a7f);},'bDGNG':_0x3ae84b[_0x1a52e4(0x1d0)],'yAniQ':_0x3ae84b[_0x1a52e4(0x1da)],'KuZQt':_0x3ae84b[_0x1a52e4(0x1c6)],'iQGWS':function(_0x3b1bf4,_0x4815e0){var _0x160da0=_0x1a52e4;return _0x3ae84b[_0x160da0(0x20b)](_0x3b1bf4,_0x4815e0);}};if(_0x3ae84b[_0x1a52e4(0x205)](_0x3ae84b[_0x1a52e4(0x20a)],_0x3ae84b[_0x1a52e4(0x20a)])){var _0x1f59dd={'IypkZ':_0x1e2710[_0x1a52e4(0x1fc)],'LePoh':function(_0x3a12a4,_0x58505e){var _0x4ff9a2=_0x1a52e4;return _0x1e2710[_0x4ff9a2(0x1f8)](_0x3a12a4,_0x58505e);}};_0x25f536[_0x1a52e4(0x20c)]()['then'](_0x4f38a6=>{var _0x62b992=_0x1a52e4;_0x5a6d94[_0x62b992(0x1e5)]('bs:addLog:'+_0x1fc6e0[_0x62b992(0x208)],{'timestamp':new _0x5494a5()[_0x62b992(0x1d4)](),'message':_0x4f38a6,'kind':_0x1f59dd[_0x62b992(0x1d1)]}),_0x1f59dd['LePoh'](_0x59ca9c,_0x4f38a6);});}else _0x1db65f[_0x1a52e4(0x20c)]()[_0x1a52e4(0x1ff)](_0x423329=>{var _0x3c6191=_0x1a52e4;if(_0x21816b[_0x3c6191(0x207)](_0x21816b['bDGNG'],_0x21816b[_0x3c6191(0x1c7)]))process[_0x3c6191(0x1e5)](_0x3c6191(0x1d8)+process[_0x3c6191(0x208)],{'timestamp':new Date()[_0x3c6191(0x1d4)](),'message':_0x423329,'kind':_0x21816b['KuZQt']}),_0x21816b[_0x3c6191(0x1dd)](_0x19e66c,_0x423329);else return;});}):_0x2c3054[_0x77c26f(0x1e3)]();};},exports[a54_0x351833(0x1cd)]=(_0x138793,_0x2a1f05=null)=>{var _0xb90459=a54_0x351833,_0x54c080={'MDkLa':function(_0x2e7233,_0x95db33){return _0x2e7233>_0x95db33;},'SWyqW':_0xb90459(0x20d),'otSkp':function(_0x757877,_0x533227){return _0x757877(_0x533227);},'PYDai':function(_0x10a29e){return _0x10a29e();},'ioSHT':function(_0x1c2b3f,_0x376773){return _0x1c2b3f!==_0x376773;},'hOWPp':'xfJRV','QoYqw':function(_0xedf044){return _0xedf044();},'daQbN':function(_0x22ef06,_0x94d663){return _0x22ef06>_0x94d663;},'WALLX':function(_0x2910d0,_0x5b1311){return _0x2910d0===_0x5b1311;},'hwHuc':_0xb90459(0x1fd),'OKGlp':'HthJf','UyuAb':function(_0x179578,_0xb60e5d){return _0x179578>_0xb60e5d;},'OZHlb':_0xb90459(0x1ee),'AXhnR':'mxfVX','acKdm':function(_0x565d60,_0x532242){return _0x565d60!==_0x532242;},'uAlxq':'tvNNO','lgREl':_0xb90459(0x1df),'FxYBZ':function(_0x11a74c,_0x337b4d){return _0x11a74c!==_0x337b4d;},'TJLvm':'YFKAw','mCEYg':function(_0x58de21,_0x2a016e){return _0x58de21!==_0x2a016e;},'gkwkr':_0xb90459(0x1ea),'NJkzs':'cnkqd'};if(_0x138793[_0xb90459(0x1d6)]){if(_0x54c080[_0xb90459(0x1fb)](_0x54c080[_0xb90459(0x1cb)],_0x54c080[_0xb90459(0x1eb)]))return;else{_0x5cdb49[_0xb90459(0x1fa)]+=0x1;if(_0x54c080[_0xb90459(0x1ef)](_0x22692d['quitCount_'],0x1))return _0x4aee8f[_0xb90459(0x1e3)]();}}_0x138793[_0xb90459(0x1d6)]=!![],_0x138793[_0xb90459(0x1e3)]=_0x138793[_0xb90459(0x1c4)],_0x138793[_0xb90459(0x1c4)]=()=>{var _0x5c4aab=_0xb90459,_0x51db2a={'IVTTZ':function(_0x454c20,_0x29bd05){var _0x4578db=a54_0x5c44;return _0x54c080[_0x4578db(0x1dc)](_0x454c20,_0x29bd05);}};if(_0x2a1f05){if(_0x54c080['WALLX'](_0x54c080[_0x5c4aab(0x1db)],_0x54c080[_0x5c4aab(0x1f2)]))_0x4e0ea8[_0x5c4aab(0x1e5)](_0x5c4aab(0x1d8)+_0xc594eb[_0x5c4aab(0x208)],{'timestamp':new _0x27e2b7()[_0x5c4aab(0x1d4)](),'message':_0x553a9d,'kind':_0x54c080[_0x5c4aab(0x201)]}),_0x54c080[_0x5c4aab(0x1f5)](_0x393219,_0x3ce9d7);else{_0x2a1f05[_0x5c4aab(0x1fa)]+=0x1;if(_0x54c080['UyuAb'](_0x2a1f05['quitCount_'],0x1)){if(_0x54c080[_0x5c4aab(0x1d9)](_0x54c080['OZHlb'],_0x54c080[_0x5c4aab(0x1cc)]))return _0x138793[_0x5c4aab(0x1e3)]();else return;}}}else{if(_0x54c080['acKdm'](_0x54c080[_0x5c4aab(0x1fe)],_0x54c080[_0x5c4aab(0x1ed)])){_0x138793[_0x5c4aab(0x1fa)]+=0x1;if(_0x54c080['MDkLa'](_0x138793[_0x5c4aab(0x1fa)],0x1)){if(_0x54c080[_0x5c4aab(0x1f0)](_0x54c080['TJLvm'],_0x54c080[_0x5c4aab(0x203)]))_0x54c080[_0x5c4aab(0x20e)](_0x5d13e9);else return _0x138793['initQuit']();}}else return;}return new Promise(function(_0x3bc508){var _0xc6e552=_0x5c4aab;if(_0x54c080['ioSHT'](_0x54c080[_0xc6e552(0x1d2)],_0x54c080[_0xc6e552(0x1d2)])){_0x4e8c21[_0xc6e552(0x1fa)]+=0x1;if(_0x51db2a['IVTTZ'](_0x1eb150[_0xc6e552(0x1fa)],0x1))return _0x4bf8a3['initQuit']();}else _0x54c080['QoYqw'](_0x3bc508);});};});function a54_0x5c44(_0x17d26b,_0x46ce82){var _0x441b8e=a54_0x441b();return a54_0x5c44=function(_0x5c4417,_0x31ccd8){_0x5c4417=_0x5c4417-0x1c1;var _0x3a509e=_0x441b8e[_0x5c4417];return _0x3a509e;},a54_0x5c44(_0x17d26b,_0x46ce82);}function a54_0x441b(){var _0x92226c=['lgREl','STkDJ','MDkLa','FxYBZ','BS_TESTOPS_ALLOW_SCREENSHOTS','OKGlp','7DJzXJi','env','otSkp','666564mDaZSo','tvxxo','lCttE','overrideTakeScreenshot','quitCount_','mCEYg','mdeFU','Ubdnx','uAlxq','then','TsiFu','SWyqW','YfcCU','TJLvm','Havwr','EILyQ','105329zRSUAH','tnUBo','pid','CbKvm','ovNTZ','foYpZ','initScreenshot','TEST_SCREENSHOT','PYDai','1454694uiucJu','1925515zvYSSM','3eLsQNn','cBlFj','quit','mcTHw','WhmFB','yAniQ','takeScreenshot','OwMvT','sWmIw','gkwkr','AXhnR','overrideQuit','5291297OUKuli','1506872ROFmJa','dZpIH','IypkZ','hOWPp','10htCXUT','toISOString','cICcW','patchQuit','8jwocsI','bs:addLog:','ioSHT','btFvR','hwHuc','daQbN','iQGWS','FTzTs','JarHW','gisyG','patchScreenshot','kpQZT','initQuit','NaupZ','emit','YmIFv','IFCYB','2694942TtjBvC','XhgFM','zogZq','NJkzs','qtMLh'];a54_0x441b=function(){return _0x92226c;};return a54_0x441b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a55_0x11b4(){const _0x417a6e=['app:exec','parse','qwYhN','KGIsy','vZscc','push','XvVYD','LMTEA','AFvHn','xvzyd','hkzpq','qHXPN','automate','SDHMy','FWmuf','Ywmlb','app','createPercyConfig','exec:stop','UzSOL','215957jepQmX','stringify','data','healthcheck','percy.json','assign','KxRnE','1770756cFKQnc','2619ltyJeM','percy.log','RYlFZ','wWMlF','3826990wWQEBa','KNWYD','2904804WvhGhD','./PercyBinary','GJlKq','error','MZNJS','7313346RGdysB','bXyrr','fetchPercyToken','writeFile','bEYOR','aqiux','aVnkS','qwiSu','2302Vzaiyy','TpKzb','pipe','AZxPy','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','NxmqK','path','sTwkV','eIGAw','PosVo','GcfQC','hKAkC','Utqqx','497748KijXvy','aMMxa','Error\x20creating\x20percy\x20config:\x20','jZDrY','MBIJr','ogIzp','exports','gLSvK','ZbZOT','nLcLJ','stop','lnxsn','winstonLogger','DoBcV','104qAbtUk','zGgdJ','dPSiV','cjFim','../logger','XCiUR','version','czYfE','cFKVg','kyxIr','exec','stdout','tmpdir','UHZMU','ZovnA','zKneR','NsfBh','debug','BKbwk','child_process','lgbZY','dwYeJ','tgunx','http://localhost:5338','start','eeOsv','JnZuE','isRunning','percyOptions','nuVrZ','createWriteStream','GET','getBinaryPath','YBSqK','hEhOZ','YBHZs','flags','ATUuP','env','Percy\x20config\x20created\x20at\x20','IZPww','XvHov',':start','JcrOn','close','WaWOx','QrgwC','&type=','isProcessRunning','dfLLx','VXJSq','Percy\x20fetch\x20token\x20success','PERCY_SERVER_ADDRESS'];a55_0x11b4=function(){return _0x417a6e;};return a55_0x11b4();}const a55_0x1fd450=a55_0x194d;(function(_0x42d573,_0x1432a0){const _0x1e0073=a55_0x194d,_0x2e2e3b=_0x42d573();while(!![]){try{const _0x43f5e2=-parseInt(_0x1e0073(0x98))/0x1+parseInt(_0x1e0073(0x8b))/0x2*(parseInt(_0x1e0073(0xf7))/0x3)+parseInt(_0x1e0073(0xf6))/0x4+-parseInt(_0x1e0073(0xfb))/0x5+-parseInt(_0x1e0073(0xfd))/0x6+parseInt(_0x1e0073(0xef))/0x7*(parseInt(_0x1e0073(0xa6))/0x8)+parseInt(_0x1e0073(0x83))/0x9;if(_0x43f5e2===_0x1432a0)break;else _0x2e2e3b['push'](_0x2e2e3b['shift']());}catch(_0x2f2659){_0x2e2e3b['push'](_0x2e2e3b['shift']());}}}(a55_0x11b4,0xdf1e1));const fs=require('fs'),path=require(a55_0x1fd450(0x91)),os=require('os'),{spawn}=require(a55_0x1fd450(0xb9)),helper=require('../helper'),logger=require(a55_0x1fd450(0xaa))[a55_0x1fd450(0xa4)],{logDir}=require(a55_0x1fd450(0xaa)),PercyBinary=require(a55_0x1fd450(0x7f));function a55_0x194d(_0x2913aa,_0x184ef4){const _0x11b4a2=a55_0x11b4();return a55_0x194d=function(_0x194dfb,_0x5498b0){_0x194dfb=_0x194dfb-0x7f;let _0x2ad1c0=_0x11b4a2[_0x194dfb];return _0x2ad1c0;},a55_0x194d(_0x2913aa,_0x184ef4);}class Percy{#logfile=path['join'](logDir,a55_0x1fd450(0xf8));#address=process['env'][a55_0x1fd450(0xda)]||a55_0x1fd450(0xbd);#binaryPath=null;#config=null;#proc=null;#isApp=![];[a55_0x1fd450(0xd6)]=![];constructor(_0x12233c){const _0x13cab3=a55_0x1fd450,_0x6c65b5={};_0x6c65b5[_0x13cab3(0xb8)]=function(_0x34f2e6,_0x139b90){return _0x34f2e6===_0x139b90;},_0x6c65b5[_0x13cab3(0xf5)]=_0x13cab3(0xde);const _0x4f3242=_0x6c65b5;this.#config=_0x12233c,!!_0x12233c['app']&&(_0x4f3242['BKbwk'](_0x4f3242[_0x13cab3(0xf5)],_0x4f3242[_0x13cab3(0xf5)])?this.#isApp=!![]:_0x5939a3[_0x13cab3(0xe0)]('-c',_0x1fee3a));}async #getBinaryPath(){const _0x1db11e=a55_0x1fd450,_0x30cdc0={};_0x30cdc0['ogIzp']=function(_0x4fad71,_0x2c1209){return _0x4fad71!==_0x2c1209;},_0x30cdc0[_0x1db11e(0x9c)]=_0x1db11e(0xfa);const _0xf4ee4c=_0x30cdc0;if(!this.#binaryPath){if(_0xf4ee4c[_0x1db11e(0x9d)](_0xf4ee4c[_0x1db11e(0x9c)],_0xf4ee4c[_0x1db11e(0x9c)]))return![];else{const _0x1541cf=new PercyBinary();this.#binaryPath=await _0x1541cf[_0x1db11e(0xc6)](this.#config);}}return this.#binaryPath;}async #sleep(_0x3f2f36){return new Promise(_0x457024=>setTimeout(_0x457024,_0x3f2f36));}async[a55_0x1fd450(0xf2)](){const _0xb69cdf=a55_0x1fd450,_0x1d63f1={'XvVYD':function(_0x1ae574,_0xed603f){return _0x1ae574(_0xed603f);},'JKKtg':function(_0x592c7b,_0x2967fd){return _0x592c7b+_0x2967fd;},'eeOsv':_0xb69cdf(0xcd),'BQihc':function(_0x554e6b,_0x28da39){return _0x554e6b+_0x28da39;},'UzSOL':function(_0xf9a252,_0x21019a){return _0xf9a252(_0x21019a);},'WLMwZ':function(_0xc280b0,_0x59241e){return _0xc280b0!==_0x59241e;},'MewfG':'eOEDU','aNHOJ':_0xb69cdf(0xa9),'sTwkV':_0xb69cdf(0xc5),'UHZMU':'percy/healthcheck','GcfQC':function(_0x5162aa,_0x477a4){return _0x5162aa!==_0x477a4;},'gLSvK':_0xb69cdf(0xea),'oKeyA':function(_0x3aa82f,_0x31220d){return _0x3aa82f!==_0x31220d;},'eIGAw':_0xb69cdf(0xe5)};try{if(_0x1d63f1['WLMwZ'](_0x1d63f1['MewfG'],_0x1d63f1['aNHOJ'])){const _0x368f59=await helper['nodeRequest'](_0x1d63f1[_0xb69cdf(0x92)],_0x1d63f1[_0xb69cdf(0xb3)],null,null,this.#address);if(_0x368f59){if(_0x1d63f1[_0xb69cdf(0x95)](_0x1d63f1[_0xb69cdf(0x9f)],_0x1d63f1[_0xb69cdf(0x9f)])){const _0x3ad9af={'XoHqt':function(_0x18061b,_0x579682){const _0x1379a3=_0xb69cdf;return _0x1d63f1[_0x1379a3(0xe1)](_0x18061b,_0x579682);},'DoBcV':function(_0x1e8b7f,_0x22599b){return _0x1d63f1['JKKtg'](_0x1e8b7f,_0x22599b);},'fJDis':_0x1d63f1[_0xb69cdf(0xbf)],'kyxIr':function(_0x53e2f3,_0x3a0df4){const _0x2e857d=_0xb69cdf;return _0x1d63f1[_0x2e857d(0xe1)](_0x53e2f3,_0x3a0df4);}};_0x13d1b1[_0xb69cdf(0x86)](_0x5abc08,_0x76c58[_0xb69cdf(0xf0)](_0x197bbc),_0xbb4ac=>{const _0x4f453a=_0xb69cdf;_0xbb4ac&&(_0x3f0aec[_0x4f453a(0x81)]('Error\x20creating\x20percy\x20config:\x20'+_0xbb4ac),_0x3ad9af['XoHqt'](_0x1974b0,null)),_0x305195['debug'](_0x3ad9af[_0x4f453a(0xa5)](_0x3ad9af['fJDis'],_0x5e719b)),_0x3ad9af[_0x4f453a(0xaf)](_0x4863fa,_0x4d7f86);});}else return!![];}}else _0x281c05&&(_0x19f538['error']('Error\x20creating\x20percy\x20config:\x20'+_0x38e6f4),_0x1d63f1['XvVYD'](_0x1be4b4,null)),_0x529ce6[_0xb69cdf(0xb7)](_0x1d63f1['BQihc'](_0x1d63f1['eeOsv'],_0x5617bc)),_0x1d63f1[_0xb69cdf(0xee)](_0x49d24e,_0x30b295);}catch(_0x16e692){return _0x1d63f1['oKeyA'](_0x1d63f1[_0xb69cdf(0x93)],_0x1d63f1[_0xb69cdf(0x93)])?new _0x3843c8(_0x150afd=>_0x513198(_0x150afd,_0x477ccc)):![];}}async[a55_0x1fd450(0xbe)](){const _0x13753f=a55_0x1fd450,_0x118f38={'jZDrY':'Percy\x20healthcheck\x20successful','AFvHn':function(_0x273cb3,_0x27dd71){return _0x273cb3!==_0x27dd71;},'ATUuP':'bpJoz','hEhOZ':function(_0x5ab3f1,_0x12e228){return _0x5ab3f1(_0x12e228);},'czYfE':function(_0x214a98,_0x5b404c,_0x568d41){return _0x214a98(_0x5b404c,_0x568d41);},'aqiux':'exec:stop','RYlFZ':_0x13753f(0xd2),'lgbZY':function(_0x2b4e96,_0x592b1f){return _0x2b4e96!==_0x592b1f;},'NxmqK':_0x13753f(0xdd),'dfLLx':_0x13753f(0xdb),'LMTEA':_0x13753f(0xb0),'IZPww':function(_0x3d4f35,_0x265d11){return _0x3d4f35===_0x265d11;},'ZrMtx':_0x13753f(0x89),'PjnqW':_0x13753f(0x8c),'aMMxa':function(_0x280eaa,_0x15b46c,_0x1246df,_0x34e7dc){return _0x280eaa(_0x15b46c,_0x1246df,_0x34e7dc);},'IRTlS':function(_0x2bdad3,_0x2def6a){return _0x2bdad3===_0x2def6a;},'bXyrr':'tmdlj','JcrOn':_0x13753f(0xbb)},_0x501cd7=await this.#getBinaryPath(),_0x118a32={};_0x118a32[_0x13753f(0xca)]='a';const _0x2a0874=fs[_0x13753f(0xc4)](this.#logfile,_0x118a32),_0x36eeef=await this[_0x13753f(0x85)](),_0x408abf=await this[_0x13753f(0xec)]();if(!_0x36eeef)return _0x118f38[_0x13753f(0xba)](_0x118f38['NxmqK'],_0x118f38[_0x13753f(0x90)])?!![]:![];const _0x35e70a=[(this.#isApp?_0x118f38[_0x13753f(0xd7)]:_0x118f38[_0x13753f(0xe2)])+_0x13753f(0xd0)];_0x408abf&&(_0x118f38['IZPww'](_0x118f38['ZrMtx'],_0x118f38['PjnqW'])?_0x2ff657[_0x13753f(0xd6)]=![]:_0x35e70a[_0x13753f(0xe0)]('-c',_0x408abf));const _0x558bfa={};_0x558bfa['PERCY_TOKEN']=_0x36eeef,this.#proc=_0x118f38[_0x13753f(0x99)](spawn,_0x501cd7,_0x35e70a,{'env':Object[_0x13753f(0xf4)](process[_0x13753f(0xcc)],_0x558bfa)}),this.#proc[_0x13753f(0xb1)][_0x13753f(0x8d)](_0x2a0874),this.#proc['stderr'][_0x13753f(0x8d)](_0x2a0874),this['isProcessRunning']=!![];var _0x490a6d=this;this.#proc['on'](_0x118f38[_0x13753f(0xf9)],function(_0x2c9c09){const _0x359a2d=_0x13753f,_0x16a777={};_0x16a777['LGbwh']=_0x118f38[_0x359a2d(0x9b)];const _0x33f0f8=_0x16a777;if(_0x118f38[_0x359a2d(0xe3)](_0x118f38['ATUuP'],_0x118f38[_0x359a2d(0xcb)]))return _0xea733d[_0x359a2d(0xb7)](_0x33f0f8['LGbwh']),!![];else _0x490a6d['isProcessRunning']=![];});do{if(_0x118f38['IRTlS'](_0x118f38[_0x13753f(0x84)],_0x118f38['bXyrr'])){const _0x3ab15e=await this[_0x13753f(0xf2)]();if(_0x3ab15e){if(_0x118f38[_0x13753f(0xce)](_0x118f38[_0x13753f(0xd1)],_0x118f38['JcrOn']))return logger[_0x13753f(0xb7)](_0x118f38[_0x13753f(0x9b)]),!![];else _0x447395[_0x13753f(0xac)]='2';}await this.#sleep(0x3e8);}else{const _0x24e73c=_0x118f38[_0x13753f(0xad)](_0x186909,_0x46cb5c,[_0x118f38[_0x13753f(0x88)]]);_0x24e73c['on'](_0x118f38[_0x13753f(0xf9)],_0x511e37=>{const _0x3b94a3=_0x13753f;this[_0x3b94a3(0xd6)]=![],_0x118f38[_0x3b94a3(0xc8)](_0x32ad6c,_0x511e37);});}}while(this[_0x13753f(0xd6)]);return![];}async[a55_0x1fd450(0xa2)](){const _0x1200f2=a55_0x1fd450,_0x579f18={'qwiSu':function(_0x54f39,_0xe5ef65){return _0x54f39!==_0xe5ef65;},'hKAkC':_0x1200f2(0xd4),'Utqqx':function(_0x5065df,_0xfcc47c){return _0x5065df(_0xfcc47c);},'ZovnA':function(_0x5b34a7,_0x559005){return _0x5b34a7===_0x559005;},'PosVo':_0x1200f2(0xc7),'VWYim':_0x1200f2(0xc0),'kcWEd':function(_0x1c3674,_0x18ca74,_0x556ecf){return _0x1c3674(_0x18ca74,_0x556ecf);},'YBHZs':_0x1200f2(0xed),'AZxPy':_0x1200f2(0xd2)},_0x5f404b=await this.#getBinaryPath();return new Promise((_0x105643,_0x538a0f)=>{const _0x58597a=_0x1200f2;if(_0x579f18[_0x58597a(0xb4)](_0x579f18[_0x58597a(0x94)],_0x579f18['VWYim']))return![];else{const _0x3b96ab=_0x579f18['kcWEd'](spawn,_0x5f404b,[_0x579f18[_0x58597a(0xc9)]]);_0x3b96ab['on'](_0x579f18[_0x58597a(0x8e)],_0x3995b1=>{const _0x1e0bb4=_0x58597a;if(_0x579f18[_0x1e0bb4(0x8a)](_0x579f18[_0x1e0bb4(0x96)],_0x579f18[_0x1e0bb4(0x96)]))return _0x5ce4ea[_0x1e0bb4(0x81)](_0x1e0bb4(0x8f)+_0x5bcba3),null;else this[_0x1e0bb4(0xd6)]=![],_0x579f18[_0x1e0bb4(0x97)](_0x105643,_0x3995b1);});}});}[a55_0x1fd450(0xc1)](){const _0x2a8edc=a55_0x1fd450;return this[_0x2a8edc(0xd6)];}async['fetchPercyToken'](){const _0x1252cd=a55_0x1fd450,_0x5638f2={};_0x5638f2[_0x1252cd(0xd8)]=function(_0x4514fb,_0x1dc360){return _0x4514fb!==_0x1dc360;},_0x5638f2['ZbZOT']=_0x1252cd(0xdf),_0x5638f2[_0x1252cd(0xa3)]='hXovW',_0x5638f2[_0x1252cd(0xe8)]=_0x1252cd(0xeb),_0x5638f2[_0x1252cd(0x80)]=_0x1252cd(0xe7),_0x5638f2[_0x1252cd(0x87)]=_0x1252cd(0xc5),_0x5638f2[_0x1252cd(0xbc)]=_0x1252cd(0xd9),_0x5638f2[_0x1252cd(0x82)]=function(_0x4a909d,_0x4f2d15){return _0x4a909d===_0x4f2d15;},_0x5638f2[_0x1252cd(0xe4)]=_0x1252cd(0xae);const _0x60fa8f=_0x5638f2,_0x27449f=this.#config['projectName'];try{if(_0x60fa8f['VXJSq'](_0x60fa8f[_0x1252cd(0xa0)],_0x60fa8f[_0x1252cd(0xa3)])){const _0x49659a=this.#isApp?_0x60fa8f[_0x1252cd(0xe8)]:_0x60fa8f[_0x1252cd(0x80)],_0x429fce=await helper['nodeRequest'](_0x60fa8f['bEYOR'],'api/app_percy/get_project_token?name='+_0x27449f+_0x1252cd(0xd5)+_0x49659a,{},this.#config),_0x2f702a=JSON[_0x1252cd(0xdc)](_0x429fce[_0x1252cd(0xf1)]);return logger[_0x1252cd(0xb7)](_0x60fa8f[_0x1252cd(0xbc)]),_0x2f702a['token'];}else return null;}catch(_0x2b4d71){return _0x60fa8f[_0x1252cd(0x82)](_0x60fa8f[_0x1252cd(0xe4)],_0x60fa8f['xvzyd'])?(logger[_0x1252cd(0x81)](_0x1252cd(0x8f)+_0x2b4d71),null):this[_0x1252cd(0xd6)];}}async[a55_0x1fd450(0xec)](){const _0x267262=a55_0x1fd450,_0x67cb6e={'XCiUR':function(_0x492e60,_0x179542){return _0x492e60(_0x179542);},'WaWOx':function(_0x27072e,_0x365aca){return _0x27072e+_0x365aca;},'PYFme':_0x267262(0xcd),'dPSiV':function(_0x2f029b,_0x7263df){return _0x2f029b!==_0x7263df;},'xCGPo':'yDhSZ','zGgdJ':_0x267262(0xe9),'XvHov':_0x267262(0xf3),'qHXPN':function(_0x4e7617,_0xe3218b){return _0x4e7617===_0xe3218b;},'NsfBh':'eXYUc','nCjwi':_0x267262(0xa1)};if(!this.#config['percyOptions']){if(_0x67cb6e[_0x267262(0xa8)](_0x67cb6e['xCGPo'],_0x67cb6e[_0x267262(0xa7)]))return null;else _0x5e6425[_0x267262(0x81)]('Error\x20creating\x20percy\x20config:\x20'+_0x114652),_0x67cb6e[_0x267262(0xab)](_0x40a0e1,null);}const _0x58e32a=path['join'](os[_0x267262(0xb2)](),_0x67cb6e[_0x267262(0xcf)]),_0x3ee018=this.#config[_0x267262(0xc2)];return!_0x3ee018[_0x267262(0xac)]&&(_0x67cb6e[_0x267262(0xe6)](_0x67cb6e[_0x267262(0xb6)],_0x67cb6e['nCjwi'])?(this[_0x267262(0xd6)]=![],_0x67cb6e[_0x267262(0xab)](_0x394568,_0x475c26)):_0x3ee018[_0x267262(0xac)]='2'),new Promise((_0x58e944,_0x233a93)=>{const _0x5f5788=_0x267262,_0x196b7b={'nuVrZ':function(_0x113197,_0x1ea03e){const _0x58d452=a55_0x194d;return _0x67cb6e[_0x58d452(0xab)](_0x113197,_0x1ea03e);},'faKMs':function(_0x54d9e5,_0x4acf16){const _0x25f04f=a55_0x194d;return _0x67cb6e[_0x25f04f(0xd3)](_0x54d9e5,_0x4acf16);},'zKneR':_0x67cb6e['PYFme'],'KNWYD':function(_0x302d63,_0x14118b){const _0x58733b=a55_0x194d;return _0x67cb6e[_0x58733b(0xab)](_0x302d63,_0x14118b);}};fs['writeFile'](_0x58e32a,JSON[_0x5f5788(0xf0)](_0x3ee018),_0x435a90=>{const _0x1e133d=_0x5f5788;_0x435a90&&(logger['error'](_0x1e133d(0x9a)+_0x435a90),_0x196b7b[_0x1e133d(0xc3)](_0x58e944,null)),logger[_0x1e133d(0xb7)](_0x196b7b['faKMs'](_0x196b7b[_0x1e133d(0xb5)],_0x58e32a)),_0x196b7b[_0x1e133d(0xfc)](_0x58e944,_0x58e32a);});});}}module[a55_0x1fd450(0x9e)]=Percy;
|
|
1
|
+
const a55_0x2f13af=a55_0x5597;function a55_0x5597(_0x4a9192,_0xe8366d){const _0x205b7f=a55_0x205b();return a55_0x5597=function(_0x559735,_0x5eed2d){_0x559735=_0x559735-0x1be;let _0x4fea72=_0x205b7f[_0x559735];return _0x4fea72;},a55_0x5597(_0x4a9192,_0xe8366d);}function a55_0x205b(){const _0x5e0821=['percy.log','Percy\x20fetch\x20token\x20success','amYrm','GET','kxhrJ','ixsZF','MVAtq','hHuCM','IWQFY','LxrfP','./PercyBinary','kFcCd','KpZDa','Uhttg','start','ZLPKO','app','SapNf','percy/healthcheck','speqd','exports','close','path','hBnhu','rzfSi','pltyk','ZEvUi','2799LwyMWJ','doMuw','tFKoZ','cugGr','108zfKwEK','252049zUiLfw','api/app_percy/get_project_token?name=','DkTXw','154594YFefdz','VIhrj','Percy\x20config\x20created\x20at\x20','stdout','getBinaryPath','cLljJ','join','jXfrj','gMoyU','app:exec','fXrBy','OWLjH','PERCY_TOKEN','3126210KtxZpz','token','ukTLu','wGAia','oonqW','fetchPercyToken','vxxbR','PZEfK','Error\x20creating\x20percy\x20config:\x20','VtXLT','healthcheck','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','BlkSr','writeFile','exec:stop','5wIjjKg','isProcessRunning','XWjrX','../logger','DJUHI','child_process','version','14024JiqLhf','XqStW','KPoXQ','push','ZGKDH','parse','WDDJT','YWzjI','stderr','projectName','createWriteStream','GfZPX','ZLmgJ','../helper','qJQgN','JOimK','xPLXQ','itWTz','debug','PNwZK','TppWO','exec','percyOptions','GhEDt','126qWpGyG','4692cptFPl','PERCY_SERVER_ADDRESS','percy.json','stop','rlImv','ZuNZs','AiNQv','tzNyE','153444iuOOAM','bSCsY','MGMAM','iQkJB','dfvNC','lERCv','env','nodeRequest','SFrKi','flags','KEFEy','23068JuYdhA','automate','2hTZJmL','assign','pipe','error','isRunning','orydo','stringify','winstonLogger','IyYZr','CLmCE','bAriH','GEyLM','scImx','zwozb','GKDfB','pfZZr','XxIDk','qneSg'];a55_0x205b=function(){return _0x5e0821;};return a55_0x205b();}(function(_0x1294ae,_0x381441){const _0x40d9a1=a55_0x5597,_0x1672ff=_0x1294ae();while(!![]){try{const _0x5d4cb9=-parseInt(_0x40d9a1(0x21a))/0x1*(-parseInt(_0x40d9a1(0x1e8))/0x2)+-parseInt(_0x40d9a1(0x1d3))/0x3+parseInt(_0x40d9a1(0x1e6))/0x4*(parseInt(_0x40d9a1(0x239))/0x5)+-parseInt(_0x40d9a1(0x1db))/0x6*(-parseInt(_0x40d9a1(0x1d2))/0x7)+parseInt(_0x40d9a1(0x240))/0x8*(-parseInt(_0x40d9a1(0x215))/0x9)+parseInt(_0x40d9a1(0x22a))/0xa+-parseInt(_0x40d9a1(0x21d))/0xb*(parseInt(_0x40d9a1(0x219))/0xc);if(_0x5d4cb9===_0x381441)break;else _0x1672ff['push'](_0x1672ff['shift']());}catch(_0x4e344b){_0x1672ff['push'](_0x1672ff['shift']());}}}(a55_0x205b,0x574a0));const fs=require('fs'),path=require(a55_0x2f13af(0x210)),os=require('os'),{spawn}=require(a55_0x2f13af(0x23e)),helper=require(a55_0x2f13af(0x1c7)),logger=require(a55_0x2f13af(0x23c))[a55_0x2f13af(0x1ef)],{logDir}=require(a55_0x2f13af(0x23c)),PercyBinary=require(a55_0x2f13af(0x204));class Percy{#logfile=path['join'](logDir,a55_0x2f13af(0x1fa));#address=process[a55_0x2f13af(0x1e1)][a55_0x2f13af(0x1d4)]||'http://localhost:5338';#binaryPath=null;#config=null;#proc=null;#isApp=![];[a55_0x2f13af(0x23a)]=![];constructor(_0x34dee1){const _0x224b9e=a55_0x2f13af,_0x303891={};_0x303891[_0x224b9e(0x1d8)]=function(_0x162204,_0x3bc3bf){return _0x162204===_0x3bc3bf;},_0x303891[_0x224b9e(0x1df)]='vLjCT';const _0xcc08a4=_0x303891;this.#config=_0x34dee1;if(!!_0x34dee1[_0x224b9e(0x20a)]){if(_0xcc08a4[_0x224b9e(0x1d8)](_0xcc08a4[_0x224b9e(0x1df)],_0xcc08a4['dfvNC']))this.#isApp=!![];else return![];}}async #getBinaryPath(){const _0x4aae65=a55_0x2f13af,_0x5e58db={'VWkfB':function(_0x58a35f,_0x42ef7c){return _0x58a35f(_0x42ef7c);},'XqStW':function(_0x42f23f,_0x3a6c4f){return _0x42f23f===_0x3a6c4f;},'zwozb':'xlhya'};if(!this.#binaryPath){if(_0x5e58db[_0x4aae65(0x241)](_0x5e58db['zwozb'],_0x5e58db[_0x4aae65(0x1f5)])){const _0x5ed560=new PercyBinary();this.#binaryPath=await _0x5ed560[_0x4aae65(0x221)](this.#config);}else this[_0x4aae65(0x23a)]=![],_0x5e58db['VWkfB'](_0x245366,_0x4e59b2);}return this.#binaryPath;}async #sleep(_0x2a98e6){return new Promise(_0x445b00=>setTimeout(_0x445b00,_0x2a98e6));}async[a55_0x2f13af(0x234)](){const _0x5ea768=a55_0x2f13af,_0x3c56fc={'ngkzI':function(_0x27c507,_0x1d64b6){return _0x27c507(_0x1d64b6);},'amYrm':function(_0x5e14bf,_0x186626){return _0x5e14bf+_0x186626;},'DkTXw':_0x5ea768(0x21f),'SapNf':function(_0x300540,_0x2a3d8a){return _0x300540(_0x2a3d8a);},'KPoXQ':function(_0x45e80e,_0x1a51db){return _0x45e80e===_0x1a51db;},'cEQba':'vyYtZ','cugGr':_0x5ea768(0x1c1),'wGAia':_0x5ea768(0x1fd),'KEFEy':_0x5ea768(0x20c),'pfZZr':function(_0x40ce5a,_0x2d1dab){return _0x40ce5a!==_0x2d1dab;},'EgNqd':_0x5ea768(0x1d7),'NkZOR':function(_0x27a63d,_0x3d34fa){return _0x27a63d!==_0x3d34fa;},'TppWO':_0x5ea768(0x1fe)};try{if(_0x3c56fc[_0x5ea768(0x242)](_0x3c56fc['cEQba'],_0x3c56fc[_0x5ea768(0x218)]))return!![];else{const _0x11d144=await helper[_0x5ea768(0x1e2)](_0x3c56fc[_0x5ea768(0x22d)],_0x3c56fc[_0x5ea768(0x1e5)],null,null,this.#address);if(_0x11d144){if(_0x3c56fc[_0x5ea768(0x1f7)](_0x3c56fc['EgNqd'],_0x3c56fc['EgNqd']))_0x397b52&&(_0x51d32d[_0x5ea768(0x1eb)](_0x5ea768(0x232)+_0x49aaa2),_0x3c56fc['ngkzI'](_0x2c2fb9,null)),_0x4f5eee[_0x5ea768(0x1cc)](_0x3c56fc[_0x5ea768(0x1fc)](_0x3c56fc[_0x5ea768(0x21c)],_0x4bcd3c)),_0x3c56fc[_0x5ea768(0x20b)](_0x255ba2,_0x519e1f);else return!![];}}}catch(_0x7ef138){if(_0x3c56fc['NkZOR'](_0x3c56fc[_0x5ea768(0x1ce)],_0x3c56fc[_0x5ea768(0x1ce)]))_0x83c631[_0x5ea768(0x243)]('-c',_0x16052c);else return![];}}async[a55_0x2f13af(0x208)](){const _0x2986cf=a55_0x2f13af,_0x39d5f4={'bAriH':function(_0x26e216,_0x1ab197){return _0x26e216!==_0x1ab197;},'fXrBy':'ElJne','ukTLu':_0x2986cf(0x1dd),'BlkSr':'Percy\x20healthcheck\x20successful','XWjrX':function(_0x2d7723,_0x23ddff){return _0x2d7723===_0x23ddff;},'SFrKi':'nmkTc','lERCv':_0x2986cf(0x226),'iQkJB':_0x2986cf(0x1cf),'gMoyU':function(_0x677f7e,_0x3a5d08){return _0x677f7e===_0x3a5d08;},'qJQgN':_0x2986cf(0x203),'CLmCE':function(_0x30c98a,_0x269ddf,_0x3e2841,_0x1a7f6b){return _0x30c98a(_0x269ddf,_0x3e2841,_0x1a7f6b);},'vKIjc':_0x2986cf(0x20f),'vxxbR':_0x2986cf(0x21e),'hBnhu':function(_0x551d1b,_0x57f63a){return _0x551d1b===_0x57f63a;},'KIOyO':_0x2986cf(0x201),'JOimK':_0x2986cf(0x209)},_0x2bb9b7=await this.#getBinaryPath(),_0x3dcf48={};_0x3dcf48[_0x2986cf(0x1e4)]='a';const _0x417fbf=fs[_0x2986cf(0x1c4)](this.#logfile,_0x3dcf48),_0x4b8c43=await this[_0x2986cf(0x22f)](),_0x45afb4=await this['createPercyConfig']();if(!_0x4b8c43)return _0x39d5f4[_0x2986cf(0x23b)](_0x39d5f4[_0x2986cf(0x1e3)],_0x39d5f4[_0x2986cf(0x1e3)])?![]:new _0x2c9cf2(_0x3fa49f=>_0x5b2d0b(_0x3fa49f,_0x4021ac));const _0x253ba1=[(this.#isApp?_0x39d5f4[_0x2986cf(0x1e0)]:_0x39d5f4[_0x2986cf(0x1de)])+':start'];if(_0x45afb4){if(_0x39d5f4[_0x2986cf(0x225)](_0x39d5f4[_0x2986cf(0x1c8)],_0x39d5f4[_0x2986cf(0x1c8)]))_0x253ba1['push']('-c',_0x45afb4);else return _0x714711['error']('Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20'+_0x5f2960),null;}const _0x3133ef={};_0x3133ef[_0x2986cf(0x229)]=_0x4b8c43,this.#proc=_0x39d5f4[_0x2986cf(0x1f1)](spawn,_0x2bb9b7,_0x253ba1,{'env':Object[_0x2986cf(0x1e9)](process[_0x2986cf(0x1e1)],_0x3133ef)}),this.#proc[_0x2986cf(0x220)][_0x2986cf(0x1ea)](_0x417fbf),this.#proc[_0x2986cf(0x1c2)][_0x2986cf(0x1ea)](_0x417fbf),this['isProcessRunning']=!![];var _0x5997f4=this;this.#proc['on'](_0x39d5f4['vKIjc'],function(_0x4fc359){const _0x276e28=_0x2986cf;if(_0x39d5f4[_0x276e28(0x1f2)](_0x39d5f4[_0x276e28(0x227)],_0x39d5f4[_0x276e28(0x22c)]))_0x5997f4[_0x276e28(0x23a)]=![];else return![];});do{if(_0x39d5f4[_0x2986cf(0x1f2)](_0x39d5f4[_0x2986cf(0x230)],_0x39d5f4[_0x2986cf(0x230)]))return _0x444149[_0x2986cf(0x1cc)](_0x39d5f4[_0x2986cf(0x236)]),!![];else{const _0xb24399=await this['healthcheck']();if(_0xb24399){if(_0x39d5f4[_0x2986cf(0x211)](_0x39d5f4['KIOyO'],_0x39d5f4[_0x2986cf(0x1c9)]))_0x410316[_0x2986cf(0x23f)]='2';else return logger[_0x2986cf(0x1cc)](_0x39d5f4['BlkSr']),!![];}await this.#sleep(0x3e8);}}while(this['isProcessRunning']);return![];}async[a55_0x2f13af(0x1d6)](){const _0x20637e=a55_0x2f13af,_0x5f2a4a={'OWLjH':function(_0x3b4d65,_0x1d6fe5){return _0x3b4d65!==_0x1d6fe5;},'oonqW':'FwaOS','cLljJ':function(_0x9ec51a,_0x1cb86e){return _0x9ec51a(_0x1cb86e);},'tcOUa':function(_0x276cef,_0x1fc1c3){return _0x276cef(_0x1fc1c3);},'MVAtq':function(_0x39aa7d,_0x810bec){return _0x39aa7d!==_0x810bec;},'rIKgc':_0x20637e(0x1dc),'PZEfK':'EEgUI','PNwZK':function(_0x3c36ce,_0xed06d6,_0x8d9da8){return _0x3c36ce(_0xed06d6,_0x8d9da8);},'pltyk':_0x20637e(0x238),'kkqEI':_0x20637e(0x20f)},_0x4b7adf=await this.#getBinaryPath();return new Promise((_0x5763ab,_0x2710e2)=>{const _0x56b523=_0x20637e,_0x13eede={'doMuw':function(_0x1f1ae3,_0x142491){return _0x5f2a4a['tcOUa'](_0x1f1ae3,_0x142491);}};if(_0x5f2a4a[_0x56b523(0x200)](_0x5f2a4a['rIKgc'],_0x5f2a4a[_0x56b523(0x231)])){const _0x121945=_0x5f2a4a[_0x56b523(0x1cd)](spawn,_0x4b7adf,[_0x5f2a4a[_0x56b523(0x213)]]);_0x121945['on'](_0x5f2a4a['kkqEI'],_0x2be78=>{const _0x333261=_0x56b523;_0x5f2a4a[_0x333261(0x228)](_0x5f2a4a[_0x333261(0x22e)],_0x5f2a4a[_0x333261(0x22e)])?(_0x2dbb1a['error'](_0x333261(0x232)+_0x25f776),_0x13eede[_0x333261(0x216)](_0x465b52,null)):(this[_0x333261(0x23a)]=![],_0x5f2a4a[_0x333261(0x222)](_0x5763ab,_0x2be78));});}else _0x1eb595[_0x56b523(0x23a)]=![];});}[a55_0x2f13af(0x1ec)](){const _0x41fa37=a55_0x2f13af;return this[_0x41fa37(0x23a)];}async['fetchPercyToken'](){const _0xa50e0=a55_0x2f13af,_0xd6e135={'orydo':function(_0x55c872,_0x41bda0){return _0x55c872(_0x41bda0);},'KpZDa':function(_0x458b8a,_0x1bdb8d){return _0x458b8a+_0x1bdb8d;},'speqd':_0xa50e0(0x21f),'vxSrJ':function(_0x2188de,_0x10f976){return _0x2188de!==_0x10f976;},'tzNyE':_0xa50e0(0x207),'ixsZF':'app','rzfSi':_0xa50e0(0x1e7),'IWQFY':'GET','ydzHg':_0xa50e0(0x1fb),'GKDfB':function(_0x2ca921,_0x4be252){return _0x2ca921===_0x4be252;},'GEyLM':_0xa50e0(0x1be),'ZLmgJ':_0xa50e0(0x1f9)},_0x3d671b=this.#config[_0xa50e0(0x1c3)];try{if(_0xd6e135['vxSrJ'](_0xd6e135[_0xa50e0(0x1da)],_0xd6e135['tzNyE']))return null;else{const _0x3e1db7=this.#isApp?_0xd6e135[_0xa50e0(0x1ff)]:_0xd6e135[_0xa50e0(0x212)],_0x3dc723=await helper[_0xa50e0(0x1e2)](_0xd6e135[_0xa50e0(0x202)],_0xa50e0(0x21b)+_0x3d671b+'&type='+_0x3e1db7,{},this.#config),_0x1f43d0=JSON[_0xa50e0(0x1bf)](_0x3dc723['data']);return logger[_0xa50e0(0x1cc)](_0xd6e135['ydzHg']),_0x1f43d0[_0xa50e0(0x22b)];}}catch(_0x5bbfcc){if(_0xd6e135[_0xa50e0(0x1f6)](_0xd6e135[_0xa50e0(0x1f3)],_0xd6e135[_0xa50e0(0x1c6)]))_0x34e6a2[_0xa50e0(0x237)](_0x244546,_0x3826bf[_0xa50e0(0x1ee)](_0x4bd5a4),_0x46ac3a=>{const _0x4ddad8=_0xa50e0;_0x46ac3a&&(_0x3974c8[_0x4ddad8(0x1eb)](_0x4ddad8(0x232)+_0x46ac3a),_0xd6e135['orydo'](_0x22c382,null)),_0x381616['debug'](_0xd6e135[_0x4ddad8(0x206)](_0xd6e135[_0x4ddad8(0x20d)],_0x74b6b)),_0xd6e135[_0x4ddad8(0x1ed)](_0x249bf1,_0x1bce09);});else return logger[_0xa50e0(0x1eb)](_0xa50e0(0x235)+_0x5bbfcc),null;}}async['createPercyConfig'](){const _0x2041be=a55_0x2f13af,_0x4505cf={'WDDJT':function(_0x217ae5,_0x935542){return _0x217ae5(_0x935542);},'xPLXQ':function(_0x4fac8a,_0x2360ed,_0x35d8af){return _0x4fac8a(_0x2360ed,_0x35d8af);},'AiNQv':_0x2041be(0x238),'jXfrj':_0x2041be(0x20f),'DJUHI':function(_0x5415eb,_0xe49c8d){return _0x5415eb(_0xe49c8d);},'kFcCd':function(_0x544fc9,_0x48c654){return _0x544fc9+_0x48c654;},'tFKoZ':_0x2041be(0x21f),'scImx':function(_0x67d0be,_0x5a7035){return _0x67d0be!==_0x5a7035;},'GhEDt':_0x2041be(0x233),'ZEvUi':_0x2041be(0x1c5),'IyYZr':_0x2041be(0x1d5),'UVUch':function(_0x1d8e10,_0x2de07a){return _0x1d8e10===_0x2de07a;},'ICNcl':'CcHoZ'};if(!this.#config[_0x2041be(0x1d0)])return _0x4505cf[_0x2041be(0x1f4)](_0x4505cf[_0x2041be(0x1d1)],_0x4505cf[_0x2041be(0x214)])?null:this[_0x2041be(0x23a)];const _0x27570a=path[_0x2041be(0x223)](os['tmpdir'](),_0x4505cf[_0x2041be(0x1f0)]),_0x514e63=this.#config[_0x2041be(0x1d0)];if(!_0x514e63[_0x2041be(0x23f)]){if(_0x4505cf['UVUch'](_0x4505cf['ICNcl'],_0x4505cf['ICNcl']))_0x514e63[_0x2041be(0x23f)]='2';else{const _0x3feeb0={'itWTz':function(_0xb0e486,_0x542d24){const _0x4299b9=_0x2041be;return _0x4505cf[_0x4299b9(0x1c0)](_0xb0e486,_0x542d24);}},_0x2ec8d6=_0x4505cf[_0x2041be(0x1ca)](_0x2343fb,_0x477947,[_0x4505cf[_0x2041be(0x1d9)]]);_0x2ec8d6['on'](_0x4505cf[_0x2041be(0x224)],_0x4a1e5b=>{const _0x1314ff=_0x2041be;this[_0x1314ff(0x23a)]=![],_0x3feeb0[_0x1314ff(0x1cb)](_0x168781,_0x4a1e5b);});}}return new Promise((_0x221b0d,_0x5b615f)=>{const _0x5bacce=_0x2041be,_0x1ff927={'XxIDk':function(_0x354cbf,_0x5e8030){const _0x4b3422=a55_0x5597;return _0x4505cf[_0x4b3422(0x23d)](_0x354cbf,_0x5e8030);},'TYOWK':function(_0x470c4c,_0x206266){const _0x5cf501=a55_0x5597;return _0x4505cf[_0x5cf501(0x205)](_0x470c4c,_0x206266);},'BKXTv':_0x4505cf[_0x5bacce(0x217)]};fs[_0x5bacce(0x237)](_0x27570a,JSON[_0x5bacce(0x1ee)](_0x514e63),_0xe031d7=>{const _0x430a57=_0x5bacce;_0xe031d7&&(logger[_0x430a57(0x1eb)](_0x430a57(0x232)+_0xe031d7),_0x1ff927[_0x430a57(0x1f8)](_0x221b0d,null)),logger[_0x430a57(0x1cc)](_0x1ff927['TYOWK'](_0x1ff927['BKXTv'],_0x27570a)),_0x1ff927[_0x430a57(0x1f8)](_0x221b0d,_0x27570a);});});}}module[a55_0x2f13af(0x20e)]=Percy;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a56_0x517d05=a56_0x2702;(function(_0xf2507b,_0x2eb936){const _0xdfb4a9=a56_0x2702,_0x1b55b2=_0xf2507b();while(!![]){try{const _0x4d6c85=parseInt(_0xdfb4a9(0x16b))/0x1*(parseInt(_0xdfb4a9(0x22d))/0x2)+-parseInt(_0xdfb4a9(0x234))/0x3+parseInt(_0xdfb4a9(0x12c))/0x4*(-parseInt(_0xdfb4a9(0x195))/0x5)+-parseInt(_0xdfb4a9(0x204))/0x6+parseInt(_0xdfb4a9(0x149))/0x7+parseInt(_0xdfb4a9(0x1e2))/0x8*(-parseInt(_0xdfb4a9(0x238))/0x9)+parseInt(_0xdfb4a9(0x155))/0xa;if(_0x4d6c85===_0x2eb936)break;else _0x1b55b2['push'](_0x1b55b2['shift']());}catch(_0x37a3fe){_0x1b55b2['push'](_0x1b55b2['shift']());}}}(a56_0xe2f2,0xc497c));const {https}=require(a56_0x517d05(0x1ef)),url=require('url'),yauzl=require(a56_0x517d05(0x1f7)),fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require(a56_0x517d05(0x1de)),HttpsProxyAgent=require('https-proxy-agent'),logger=require(a56_0x517d05(0x11d))[a56_0x517d05(0x14a)];function a56_0x2702(_0x19c911,_0x361efc){const _0xe2f227=a56_0xe2f2();return a56_0x2702=function(_0x2702e5,_0x2664ba){_0x2702e5=_0x2702e5-0x117;let _0x151175=_0xe2f227[_0x2702e5];return _0x151175;},a56_0x2702(_0x19c911,_0x361efc);}class PercyBinary{#hostOS=process[a56_0x517d05(0x1d4)];#httpPath=null;#binaryName=a56_0x517d05(0x142);#orderedPaths=[path[a56_0x517d05(0x213)](this.#homedir(),a56_0x517d05(0x182)),process[a56_0x517d05(0x17a)](),os['tmpdir']()];constructor(){const _0x1f8801=a56_0x517d05,_0x4591e9={'dQmIZ':function(_0x2aa146,_0x5c9ef0){return _0x2aa146(_0x5c9ef0);},'TeJSD':function(_0x278c97,_0x285b58){return _0x278c97(_0x285b58);},'laqmk':function(_0x59ce84,_0x3ae923,_0x479292){return _0x59ce84(_0x3ae923,_0x479292);},'YjcYk':_0x1f8801(0x152),'QZnir':_0x1f8801(0x1c1),'ZKdhf':_0x1f8801(0x1af),'OqgMg':function(_0x3d852b,_0x2dd5b0){return _0x3d852b!==_0x2dd5b0;},'bDNFL':_0x1f8801(0x21f),'QqGYy':'https://github.com/percy/cli/releases/latest/download','qUKlf':function(_0x6c3beb,_0x470197){return _0x6c3beb===_0x470197;},'Plhlu':_0x1f8801(0x12e),'rpdIC':function(_0x129db8,_0x3e856a){return _0x129db8+_0x3e856a;},'haXsH':_0x1f8801(0x222),'ggtLe':_0x1f8801(0x178),'mfFbr':function(_0x5951ff,_0x23a682){return _0x5951ff+_0x23a682;},'bmdNE':'/percy-win.zip','ymbyi':_0x1f8801(0x16c),'NPZWA':function(_0x490682,_0x31308e){return _0x490682===_0x31308e;},'rsJhv':'CqZgu','AqmIy':_0x1f8801(0x11b),'ZTWsn':_0x1f8801(0x14d)},_0x519fff=_0x4591e9[_0x1f8801(0x141)];if(this.#hostOS[_0x1f8801(0x11c)](/darwin|mac os/i)){if(_0x4591e9[_0x1f8801(0x121)](_0x4591e9[_0x1f8801(0x1e4)],_0x4591e9[_0x1f8801(0x1e4)]))this.#httpPath=_0x4591e9['rpdIC'](_0x519fff,_0x4591e9[_0x1f8801(0x244)]);else return _0x36f156[_0x1f8801(0x129)](_0x3b03db),!![];}else{if(this['hostOS']['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)){if(_0x4591e9[_0x1f8801(0x121)](_0x4591e9[_0x1f8801(0x128)],_0x4591e9['ggtLe']))this.#httpPath=_0x4591e9[_0x1f8801(0x132)](_0x519fff,_0x4591e9[_0x1f8801(0x1c3)]),this.#binaryName=_0x4591e9['ymbyi'];else{const _0xe12acc={'MAFjb':function(_0x152de6,_0x558e45){const _0x42eef8=_0x1f8801;return _0x4591e9[_0x42eef8(0x137)](_0x152de6,_0x558e45);}},_0x450067=_0x4591e9[_0x1f8801(0x168)](_0x2f01f7,_0x3d7b4c,[_0x4591e9[_0x1f8801(0x13e)]]);_0x450067[_0x1f8801(0x164)]['on'](_0x4591e9[_0x1f8801(0x188)],_0x335102=>{const _0x40bd38=_0x1f8801;_0x564e81[_0x40bd38(0x133)](_0x335102)&&_0xe12acc[_0x40bd38(0x117)](_0x206b60,!![]);}),_0x450067['on'](_0x4591e9[_0x1f8801(0x120)],()=>{const _0x5e13f7=_0x1f8801;_0x4591e9[_0x5e13f7(0x231)](_0x2099a5,![]);});}}else{if(_0x4591e9[_0x1f8801(0x223)](_0x4591e9['rsJhv'],_0x4591e9[_0x1f8801(0x13b)])){if(_0x4591e9[_0x1f8801(0x18b)](typeof _0x28f85f['accessSync'],_0x4591e9[_0x1f8801(0x1d7)]))return![];try{return _0x50632d['statSync'](_0x281e8b),!![];}catch(_0x5c8915){return![];}}else this.#httpPath=_0x4591e9[_0x1f8801(0x1aa)](_0x519fff,_0x4591e9['ZTWsn']);}}}#getAvailableDirs(){const _0x3c6197=a56_0x517d05,_0x1559b1={'IRFnf':function(_0x434ac1,_0x58b8a1){return _0x434ac1(_0x58b8a1);},'xPmjr':function(_0xd95b36,_0x3eac76){return _0xd95b36(_0x3eac76);},'pYcYj':function(_0x50dcf8,_0xc9c194){return _0x50dcf8<_0xc9c194;},'tlLzR':function(_0x17e4b6,_0x17da92){return _0x17e4b6===_0x17da92;},'ufopu':_0x3c6197(0x1ec),'kcDsk':_0x3c6197(0x1e3),'JMgRJ':_0x3c6197(0x1b3),'juidZ':_0x3c6197(0x219),'CmEEG':_0x3c6197(0x206)};for(var _0xb2e3b3=0x0;_0x1559b1['pYcYj'](_0xb2e3b3,this.#orderedPaths['length']);_0xb2e3b3++){if(_0x1559b1[_0x3c6197(0x161)](_0x1559b1[_0x3c6197(0x1ae)],_0x1559b1[_0x3c6197(0x17d)]))_0x1559b1[_0x3c6197(0x194)](_0x4072a1,_0x984bf2);else{var _0xccb7bd=this.#orderedPaths[_0xb2e3b3];if(this.#makePath(_0xccb7bd)){if(_0x1559b1[_0x3c6197(0x161)](_0x1559b1['JMgRJ'],_0x1559b1[_0x3c6197(0x12b)]))_0x1559b1[_0x3c6197(0x20f)](_0x14905e,!![]);else return _0xccb7bd;}}}throw new Error(_0x1559b1[_0x3c6197(0x226)]);}#makePath(_0x2b20a9){const _0x555f17=a56_0x517d05,_0x511083={'jCCdn':'Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','msdiy':function(_0x5e23c4,_0x14f4a9){return _0x5e23c4(_0x14f4a9);},'qXTWk':_0x555f17(0x240),'VTTwk':function(_0x3ae668,_0x3fd8d3){return _0x3ae668===_0x3fd8d3;},'mIPGR':_0x555f17(0x1a8),'MOaZf':_0x555f17(0x21c),'Czyir':'uvOYs','JuKBb':function(_0x42185c,_0x12f7a4){return _0x42185c===_0x12f7a4;},'NedpR':_0x555f17(0x135),'EaLMP':_0x555f17(0x169)};try{if(_0x511083[_0x555f17(0x123)](_0x511083['mIPGR'],_0x511083['mIPGR'])){if(!this.#checkPath(_0x2b20a9)){if(_0x511083['VTTwk'](_0x511083['MOaZf'],_0x511083[_0x555f17(0x181)]))return![];else fs[_0x555f17(0x15b)](_0x2b20a9);}return!![];}else _0xe27f6c[_0x555f17(0x1b5)](_0x511083[_0x555f17(0x224)],_0x2b09c0),_0x511083[_0x555f17(0x1dd)](_0x5a48cd,_0x148dc2);}catch{if(_0x511083[_0x555f17(0x19c)](_0x511083[_0x555f17(0x21a)],_0x511083['EaLMP']))try{_0x3086f2['ca']=_0x387f63[_0x555f17(0x11f)](_0x9ceb8f[_0x555f17(0x210)]);}catch(_0x44999d){_0x125a28[_0x555f17(0x1b5)](_0x511083[_0x555f17(0x160)],_0x44999d);}else return![];}}#checkPath(_0x48e9dd,_0x51fdc2){const _0x348d81=a56_0x517d05,_0x7585f={'jLidV':function(_0x368930,_0x269fe5){return _0x368930+_0x269fe5;},'FOueP':_0x348d81(0x163),'MLAUm':function(_0x3d63fc,_0x33c4cc){return _0x3d63fc(_0x33c4cc);},'CpjSN':_0x348d81(0x1bd),'leQFq':function(_0x39d592,_0x42992c){return _0x39d592(_0x42992c);},'PUhoz':_0x348d81(0x1a1),'TeCoK':function(_0x41d3e3,_0x2b6d24){return _0x41d3e3|_0x2b6d24;},'mAGgc':function(_0x5af681,_0x1aa6a7){return _0x5af681===_0x1aa6a7;},'uTybB':_0x348d81(0x165),'Wabfl':function(_0x43a650,_0x2c7b13){return _0x43a650!==_0x2c7b13;},'bXaJh':'WoOSN','OKsEZ':'undefined','NosHC':_0x348d81(0x23f),'MeJvY':_0x348d81(0x23b),'FXuVg':'gOpUs','vuWXa':_0x348d81(0x15a),'Vwybf':_0x348d81(0x1d2)};_0x51fdc2=_0x51fdc2||_0x7585f[_0x348d81(0x22e)](fs[_0x348d81(0x23a)],fs[_0x348d81(0x175)]);try{return _0x7585f[_0x348d81(0x134)](_0x7585f[_0x348d81(0x186)],_0x7585f[_0x348d81(0x186)])?(fs['accessSync'](_0x48e9dd,_0x51fdc2),!![]):_0x57e957;}catch(_0x1b748a){if(_0x7585f['Wabfl'](_0x7585f[_0x348d81(0x18c)],_0x7585f['bXaJh']))return _0x3c06f2||(_0x12ab80?_0x7585f['jLidV'](_0x7585f[_0x348d81(0x1f1)],_0x16a093):null);else{if(_0x7585f['Wabfl'](typeof fs[_0x348d81(0x221)],_0x7585f[_0x348d81(0x1b8)])){if(_0x7585f[_0x348d81(0x20a)](_0x7585f['NosHC'],_0x7585f[_0x348d81(0x119)]))_0x503a93[_0x348d81(0x133)](_0x2b92a2)&&_0x7585f['MLAUm'](_0x141988,!![]);else return![];}try{if(_0x7585f[_0x348d81(0x20a)](_0x7585f[_0x348d81(0x1bc)],_0x7585f['FXuVg']))return fs[_0x348d81(0x129)](_0x48e9dd),!![];else _0x3107ef[_0x348d81(0x1b5)](_0x7585f[_0x348d81(0x211)],_0x28478b),_0x7585f['MLAUm'](_0x55fd86,_0x979bb);}catch(_0x401b1f){if(_0x7585f[_0x348d81(0x134)](_0x7585f[_0x348d81(0x17e)],_0x7585f[_0x348d81(0x1c2)])){const _0x5daa96={'eVNsq':function(_0x2f10c3,_0x38b28f){const _0x178f6b=_0x348d81;return _0x7585f[_0x178f6b(0x1cb)](_0x2f10c3,_0x38b28f);}};_0x576357[_0x348d81(0x1b9)](_0x504592,_0x7585f[_0x348d81(0x190)],function(_0x547e5a){const _0x44ccd2=_0x348d81;_0x547e5a&&_0x5daa96[_0x44ccd2(0x230)](_0x3dd56b,_0x547e5a),_0x5daa96[_0x44ccd2(0x230)](_0x38fd47,_0x505ebe);}),_0x303e75[_0x348d81(0x1af)]();}else return![];}}}}async['getBinaryPath'](_0x453555){const _0x403a3f=a56_0x517d05,_0x4b8341={'QSOsJ':function(_0x376c38,_0xae8aa1){return _0x376c38(_0xae8aa1);},'pdWtQ':function(_0x4bca79,_0x193df6){return _0x4bca79!==_0x193df6;},'AdKTP':_0x403a3f(0x1b7),'ZFtYJ':_0x403a3f(0x1e1),'ZmPSb':function(_0x5da412,_0x556b56){return _0x5da412!==_0x556b56;},'JHDHl':_0x403a3f(0x1d8),'HRdvV':_0x403a3f(0x18f),'XOuTW':_0x403a3f(0x200)};var _0x3bcc25=this.#getAvailableDirs(),_0x8a580a=path[_0x403a3f(0x213)](_0x3bcc25,this.#binaryName);if(this.#checkPath(_0x8a580a,fs[_0x403a3f(0x14b)])){if(_0x4b8341[_0x403a3f(0x159)](_0x4b8341['AdKTP'],_0x4b8341[_0x403a3f(0x1a4)]))return _0x8a580a;else _0x1b8f1c['mkdirSync'](_0x25aee8);}const _0x1fefae=await this[_0x403a3f(0x166)](_0x453555,_0x3bcc25),_0x4e02ab=await this[_0x403a3f(0x1cf)](_0x1fefae);if(!_0x4e02ab){if(_0x4b8341[_0x403a3f(0x19f)](_0x4b8341[_0x403a3f(0x16f)],_0x4b8341[_0x403a3f(0x21d)]))return logger[_0x403a3f(0x1b5)](_0x4b8341[_0x403a3f(0x140)]),await this[_0x403a3f(0x166)](_0x453555,_0x3bcc25);else _0x4b8341[_0x403a3f(0x176)](_0x325f2b,![]);}return _0x1fefae;}async[a56_0x517d05(0x1cf)](_0xce2c4b){const _0x17aac8=a56_0x517d05,_0x20b238={'MvIGR':function(_0x56450d,_0x5192c5){return _0x56450d!==_0x5192c5;},'CDaRJ':_0x17aac8(0x148),'vZfqK':_0x17aac8(0x139),'Barvy':function(_0x3390fb,_0x303593){return _0x3390fb(_0x303593);},'bhvLX':function(_0x4e9d4d,_0xcbe46a){return _0x4e9d4d===_0xcbe46a;},'zXtyd':'/root','KuCoY':function(_0x1a88ed,_0x599ee4){return _0x1a88ed+_0x599ee4;},'BVWiQ':'/home/','CSihk':_0x17aac8(0x174),'tyKWh':_0x17aac8(0x202),'MWJhE':_0x17aac8(0x196),'FfrjI':function(_0x1f997c,_0x17363f,_0x207144){return _0x1f997c(_0x17363f,_0x207144);},'Ecyqs':_0x17aac8(0x152),'xiDcV':_0x17aac8(0x1c1),'ljmrZ':_0x17aac8(0x1af)},_0x294760=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x5ab7f8,_0x9516b1)=>{const _0x1f2174=_0x17aac8,_0x416c79={'tdnNa':function(_0x3c326c,_0x187b5e){const _0x58bbed=a56_0x2702;return _0x20b238[_0x58bbed(0x15d)](_0x3c326c,_0x187b5e);},'GJSjq':_0x20b238['zXtyd'],'ZMiSY':function(_0x276a1a,_0x1c1e75){const _0x288735=a56_0x2702;return _0x20b238[_0x288735(0x245)](_0x276a1a,_0x1c1e75);},'FWgyW':_0x20b238[_0x1f2174(0x1da)],'foKfD':function(_0x34f3b4,_0x4d6b20){const _0x26a9d9=_0x1f2174;return _0x20b238[_0x26a9d9(0x1d5)](_0x34f3b4,_0x4d6b20);},'OchcL':function(_0x37a66e,_0x322470){const _0x119928=_0x1f2174;return _0x20b238[_0x119928(0x15d)](_0x37a66e,_0x322470);},'AZmLU':_0x20b238[_0x1f2174(0x212)],'flmQO':function(_0x1fe265,_0x273c53){const _0x54f494=_0x1f2174;return _0x20b238[_0x54f494(0x15d)](_0x1fe265,_0x273c53);},'JFdyJ':_0x20b238[_0x1f2174(0x1ce)]};if(_0x20b238[_0x1f2174(0x1ee)](_0x20b238[_0x1f2174(0x171)],_0x20b238[_0x1f2174(0x171)]))return _0x460204||(_0x416c79[_0x1f2174(0x130)](_0x5ab7a1['getuid'](),0x0)?_0x416c79[_0x1f2174(0x138)]:_0x461a18?_0x416c79[_0x1f2174(0x197)](_0x416c79[_0x1f2174(0x198)],_0x2edb19):null);else{const _0x38080f=_0x20b238['FfrjI'](spawn,_0xce2c4b,[_0x20b238[_0x1f2174(0x232)]]);_0x38080f['stdout']['on'](_0x20b238[_0x1f2174(0x1ac)],_0x1f7256=>{const _0x281f11=_0x1f2174,_0x541d23={'lSXDc':function(_0xf9b686,_0x1ab6c2){return _0x416c79['foKfD'](_0xf9b686,_0x1ab6c2);}};if(_0x416c79['OchcL'](_0x416c79[_0x281f11(0x14c)],_0x416c79[_0x281f11(0x14c)]))_0x294760[_0x281f11(0x133)](_0x1f7256)&&(_0x416c79['flmQO'](_0x416c79['JFdyJ'],_0x416c79[_0x281f11(0x145)])?_0x416c79['foKfD'](_0x5ab7f8,!![]):_0x541d23[_0x281f11(0x1f2)](_0x555344,_0x1c520c));else return![];}),_0x38080f['on'](_0x20b238[_0x1f2174(0x131)],()=>{const _0x57e7b7=_0x1f2174;_0x20b238[_0x57e7b7(0x1ee)](_0x20b238[_0x57e7b7(0x19d)],_0x20b238[_0x57e7b7(0x209)])?_0x20b238['Barvy'](_0x5ab7f8,![]):_0x5d4f2a['ca']=_0x3b086d[_0x57e7b7(0x11f)](_0x3f6957['useCaCertificate']);});}});}[a56_0x517d05(0x166)](_0x24b69f,_0x1df618){const _0x32f789=a56_0x517d05,_0x3d5dea={'UUFyO':function(_0x2a670e,_0x5a8644){return _0x2a670e(_0x5a8644);},'OwSIC':function(_0x38ad37,_0x26fad8){return _0x38ad37+_0x26fad8;},'qgMuY':_0x32f789(0x153),'eglCW':function(_0x34461d,_0x46a841){return _0x34461d===_0x46a841;},'EAMNQ':'tWEWm','DOdcl':_0x32f789(0x205),'rcjFB':function(_0x4f96ca,_0x28c1a2){return _0x4f96ca(_0x28c1a2);},'ScBmR':function(_0xc82b69,_0x579a7f){return _0xc82b69===_0x579a7f;},'rHMWx':'XEJeu','bXsMy':_0x32f789(0x240),'DCnQC':_0x32f789(0x1ab),'dpseH':_0x32f789(0x1d0),'rxEYP':_0x32f789(0x158),'yoghj':_0x32f789(0x1db),'AgFIF':_0x32f789(0x184),'lrGco':function(_0x2f36e5,_0x2ce0c2){return _0x2f36e5!==_0x2ce0c2;},'wRpxb':_0x32f789(0x179),'DEFyg':'eNOUn','VyKfa':_0x32f789(0x1fc),'bAfEi':_0x32f789(0x187),'UMCuh':_0x32f789(0x1e8),'DiBfr':_0x32f789(0x22c),'Splqm':_0x32f789(0x1a1),'nfVra':_0x32f789(0x214),'MsPiD':_0x32f789(0x126),'CbCLw':_0x32f789(0x12d),'eNCtt':'error','hAHDC':'close','rDBPE':function(_0x1fa1ef,_0x3af77f){return _0x1fa1ef===_0x3af77f;},'eUKgp':'LOEPh','YqoXG':_0x32f789(0x216),'wBjxF':_0x32f789(0x1bd),'SfZvG':function(_0x12870f,_0x430154){return _0x12870f(_0x430154);},'GkFKG':function(_0x3a2b25,_0x54bb9c){return _0x3a2b25===_0x54bb9c;},'dDGby':'gnLNy','JIrSX':_0x32f789(0x1fe),'zrBkm':function(_0x2dd5bf,_0x59e20d){return _0x2dd5bf+_0x59e20d;},'xazpt':_0x32f789(0x229),'FyTas':function(_0x3b5317,_0x5e0c1c){return _0x3b5317===_0x5e0c1c;},'XlApu':_0x32f789(0x127),'COaOW':_0x32f789(0x1ff),'tnRPO':function(_0x57f19f,_0x2f25d0){return _0x57f19f!==_0x2f25d0;},'pIqzY':_0x32f789(0x1dc),'WCVDJ':_0x32f789(0x1c6),'MwtsU':_0x32f789(0x1cd)};!this.#checkPath(_0x1df618)&&(_0x3d5dea['GkFKG'](_0x3d5dea[_0x32f789(0x13a)],_0x3d5dea[_0x32f789(0x1eb)])?(_0x431004['close'](),_0x55fafb[_0x32f789(0x23d)]()):fs[_0x32f789(0x15b)](_0x1df618));const _0x1b6eec=this.#binaryName,_0x12726a=path['join'](_0x1df618,_0x3d5dea[_0x32f789(0x1a2)](_0x1b6eec,_0x3d5dea['xazpt'])),_0x3c8d01=path[_0x32f789(0x213)](_0x1df618,_0x1b6eec),_0x1ebf0a=fs[_0x32f789(0x1e0)](_0x12726a),_0x464d78=url[_0x32f789(0x183)](this.#httpPath);if(_0x24b69f['proxyHost']&&_0x24b69f[_0x32f789(0x1d6)]){if(_0x3d5dea[_0x32f789(0x144)](_0x3d5dea[_0x32f789(0x1a9)],_0x3d5dea[_0x32f789(0x1a9)])){const _0x1c6064={};_0x1c6064['host']=_0x24b69f[_0x32f789(0x13d)],_0x1c6064[_0x32f789(0x22b)]=_0x24b69f[_0x32f789(0x1d6)],_0x464d78[_0x32f789(0x228)]=new HttpsProxyAgent(_0x1c6064);}else _0x3d5dea['UUFyO'](_0x16936b,_0x535ae9);}if(_0x24b69f['useCaCertificate']){if(_0x3d5dea[_0x32f789(0x233)](_0x3d5dea[_0x32f789(0x21b)],_0x3d5dea[_0x32f789(0x21b)]))return _0xe981da[_0x32f789(0x20d)]||_0x3d5dea[_0x32f789(0x23e)](_0x45dc7d[_0x32f789(0x19a)],_0x3f7270[_0x32f789(0x208)])||_0x25ef84||null;else try{_0x3d5dea[_0x32f789(0x241)](_0x3d5dea[_0x32f789(0x170)],_0x3d5dea['WCVDJ'])?_0x464d78['ca']=fs['readFileSync'](_0x24b69f[_0x32f789(0x210)]):(_0x38397d[_0x32f789(0x1b5)](_0x3d5dea[_0x32f789(0x19b)],_0x523802),_0x3d5dea[_0x32f789(0x243)](_0x1f3f06,_0x453a66));}catch(_0x52c6e5){if(_0x3d5dea['eglCW'](_0x3d5dea[_0x32f789(0x1ca)],_0x3d5dea[_0x32f789(0x1ca)]))logger[_0x32f789(0x1b5)](_0x3d5dea['bXsMy'],_0x52c6e5);else{const _0x4320c0={};_0x4320c0[_0x32f789(0x11a)]=_0x48f537[_0x32f789(0x13d)],_0x4320c0['port']=_0x3be2d3[_0x32f789(0x1d6)],_0xb9d2b[_0x32f789(0x228)]=new _0x5ae4ae(_0x4320c0);}}}return new Promise((_0xd874a2,_0x432364)=>{const _0x5051fa=_0x32f789,_0x463443={'QeqSY':function(_0x338307,_0x2f5d05){return _0x3d5dea['rDBPE'](_0x338307,_0x2f5d05);},'gtfdg':_0x3d5dea[_0x5051fa(0x172)],'XHycs':_0x3d5dea['YqoXG'],'MFKOz':_0x3d5dea[_0x5051fa(0x1c9)],'EPjPh':function(_0x361db9,_0x30a098){const _0x593590=_0x5051fa;return _0x3d5dea[_0x593590(0x154)](_0x361db9,_0x30a098);}};https['get'](_0x464d78,function(_0xb674be){const _0x3333b4=_0x5051fa,_0x4ec3b6={'wqAZz':function(_0x1baafc,_0x3100d8){const _0x3d48e5=a56_0x2702;return _0x3d5dea[_0x3d48e5(0x1e7)](_0x1baafc,_0x3100d8);},'nAxXn':_0x3d5dea['EAMNQ'],'RnBfO':_0x3d5dea[_0x3333b4(0x1b4)],'SlKGj':function(_0x3ba5da,_0xabbe33){const _0x2e9e37=_0x3333b4;return _0x3d5dea[_0x2e9e37(0x1e6)](_0x3ba5da,_0xabbe33);},'PRCHj':function(_0x53779a,_0x485099){const _0x4091e2=_0x3333b4;return _0x3d5dea[_0x4091e2(0x201)](_0x53779a,_0x485099);},'iUoaq':_0x3d5dea[_0x3333b4(0x1fa)],'PjalA':_0x3d5dea[_0x3333b4(0x20c)],'Oydji':_0x3d5dea[_0x3333b4(0x1a6)],'ezXLc':_0x3d5dea['dpseH'],'Qkiwc':_0x3d5dea['rxEYP'],'nJTNg':_0x3d5dea[_0x3333b4(0x15e)],'ondVc':_0x3d5dea[_0x3333b4(0x17c)],'rkzTC':function(_0x447ebc,_0x57d200){return _0x3d5dea['lrGco'](_0x447ebc,_0x57d200);},'kDSss':_0x3d5dea['wRpxb'],'oMTKn':_0x3d5dea['DEFyg'],'mCSWh':_0x3d5dea[_0x3333b4(0x136)],'mkXEl':_0x3d5dea[_0x3333b4(0x199)],'idxsr':_0x3d5dea[_0x3333b4(0x1df)],'pHVVW':_0x3d5dea[_0x3333b4(0x1d3)],'teBhT':function(_0x30298f,_0x333221){const _0x56ad3b=_0x3333b4;return _0x3d5dea[_0x56ad3b(0x243)](_0x30298f,_0x333221);},'evXBR':_0x3d5dea[_0x3333b4(0x17f)],'vsYbv':_0x3d5dea['nfVra'],'frWjH':_0x3d5dea[_0x3333b4(0x1e5)],'diYRG':_0x3d5dea['CbCLw'],'NDIeW':_0x3d5dea[_0x3333b4(0x13f)]};_0xb674be['pipe'](_0x1ebf0a),_0xb674be['on'](_0x3d5dea[_0x3333b4(0x13f)],function(_0xf55727){const _0x5e7434=_0x3333b4;_0x463443['QeqSY'](_0x463443[_0x5e7434(0x14e)],_0x463443[_0x5e7434(0x1f0)])?_0xdfde5f[_0x5e7434(0x15b)](_0x1a978b):(logger[_0x5e7434(0x1b5)](_0x463443[_0x5e7434(0x13c)],_0xf55727),_0x463443[_0x5e7434(0x122)](_0x432364,_0xf55727));}),_0x1ebf0a['on'](_0x3d5dea['eNCtt'],function(_0x4a1b57){const _0x39feae=_0x3333b4;_0x4ec3b6[_0x39feae(0x11e)](_0x4ec3b6[_0x39feae(0x20b)],_0x4ec3b6['nAxXn'])?(logger['error'](_0x4ec3b6['RnBfO'],_0x4a1b57),_0x4ec3b6[_0x39feae(0x20e)](_0x432364,_0x4a1b57)):_0x102220['close']();}),_0x1ebf0a['on'](_0x3d5dea['hAHDC'],function(){const _0x4a0b25=_0x3333b4,_0x32440b={'huvXh':function(_0x55f633,_0x1cd144){const _0x2d9038=a56_0x2702;return _0x4ec3b6[_0x2d9038(0x20e)](_0x55f633,_0x1cd144);},'nugaq':function(_0x457f0c,_0x11c09f){const _0x6201a5=a56_0x2702;return _0x4ec3b6[_0x6201a5(0x146)](_0x457f0c,_0x11c09f);},'CVFBK':_0x4ec3b6['iUoaq'],'BVyEg':_0x4ec3b6['PjalA'],'nnIwW':_0x4ec3b6['Oydji'],'yZBsd':_0x4ec3b6['ezXLc'],'Cdqzp':_0x4ec3b6[_0x4a0b25(0x151)],'UwtRx':_0x4ec3b6[_0x4a0b25(0x22a)],'SDfjM':function(_0x2270e0,_0x209812){const _0x38df54=_0x4a0b25;return _0x4ec3b6[_0x38df54(0x20e)](_0x2270e0,_0x209812);},'LkAaf':_0x4ec3b6[_0x4a0b25(0x173)],'dEUMR':function(_0x3e6037,_0x52d80b){const _0x5f09f4=_0x4a0b25;return _0x4ec3b6[_0x5f09f4(0x236)](_0x3e6037,_0x52d80b);},'Idlfl':_0x4ec3b6['kDSss'],'QLpav':_0x4ec3b6[_0x4a0b25(0x1c4)],'DFuOK':_0x4ec3b6[_0x4a0b25(0x1f9)],'xUeZB':_0x4ec3b6[_0x4a0b25(0x124)],'hRbhh':function(_0x1f29b3,_0x60bd84){const _0x5d1dd8=_0x4a0b25;return _0x4ec3b6[_0x5d1dd8(0x11e)](_0x1f29b3,_0x60bd84);},'xzDgw':function(_0xa10ec6,_0x511339){const _0x70edfa=_0x4a0b25;return _0x4ec3b6[_0x70edfa(0x146)](_0xa10ec6,_0x511339);},'tqbfr':_0x4ec3b6[_0x4a0b25(0x1c8)],'RsDbR':_0x4ec3b6[_0x4a0b25(0x18d)],'IBRZi':function(_0x220b65,_0x23248c){return _0x4ec3b6['SlKGj'](_0x220b65,_0x23248c);},'eeogA':function(_0x596100,_0x366a81){const _0x5859ef=_0x4a0b25;return _0x4ec3b6[_0x5859ef(0x143)](_0x596100,_0x366a81);},'PtKPC':_0x4ec3b6[_0x4a0b25(0x1a7)],'Caojw':_0x4ec3b6[_0x4a0b25(0x1be)],'PFfaL':_0x4ec3b6['frWjH'],'Cqlmn':_0x4ec3b6[_0x4a0b25(0x1bf)],'GzDLt':_0x4ec3b6[_0x4a0b25(0x235)]},_0x441d72={};_0x441d72[_0x4a0b25(0x1f5)]=!![],yauzl[_0x4a0b25(0x15f)](_0x12726a,_0x441d72,function(_0x1938ed,_0x3e2690){const _0x9ea9fb=_0x4a0b25,_0x185f7b={'Uqbur':function(_0x1b980c,_0x1351d6){const _0x24a993=a56_0x2702;return _0x32440b[_0x24a993(0x1a0)](_0x1b980c,_0x1351d6);},'CFAgW':function(_0x1fac30,_0x1ecfb5){const _0x340e16=a56_0x2702;return _0x32440b[_0x340e16(0x1a0)](_0x1fac30,_0x1ecfb5);},'UXEQX':function(_0x4ae267,_0xe3d8bf){const _0x2c9d38=a56_0x2702;return _0x32440b[_0x2c9d38(0x227)](_0x4ae267,_0xe3d8bf);},'Mbwjn':_0x32440b[_0x9ea9fb(0x18a)],'jgXAg':_0x32440b[_0x9ea9fb(0x1ad)]};_0x1938ed&&(_0x32440b[_0x9ea9fb(0x180)](_0x32440b[_0x9ea9fb(0x1bb)],_0x32440b[_0x9ea9fb(0x16e)])?(_0x56a26d&&_0x185f7b['Uqbur'](_0x23e841,_0x331527),_0x185f7b[_0x9ea9fb(0x1e9)](_0x13c59e,_0x4788ee)):_0x32440b['IBRZi'](_0x432364,_0x1938ed)),_0x3e2690[_0x9ea9fb(0x23d)](),_0x3e2690['on'](_0x32440b[_0x9ea9fb(0x12f)],_0x886e88=>{const _0x412534=_0x9ea9fb,_0xa7614e={'CawAV':function(_0x49c8ae,_0x27b5fb){const _0x5e13ed=a56_0x2702;return _0x32440b[_0x5e13ed(0x185)](_0x49c8ae,_0x27b5fb);},'ZEYic':function(_0x92d7bb,_0x1f9400){const _0x4d707e=a56_0x2702;return _0x32440b[_0x4d707e(0x1c0)](_0x92d7bb,_0x1f9400);},'ePHYz':_0x32440b[_0x412534(0x1f6)],'ojhnQ':_0x32440b[_0x412534(0x1b2)],'QEzEh':_0x32440b[_0x412534(0x125)],'seaIB':_0x32440b[_0x412534(0x1d9)],'xrRUP':_0x32440b[_0x412534(0x239)],'XGpaA':_0x32440b[_0x412534(0x12a)],'kGNKn':function(_0x178f84,_0x512832){const _0x470a7e=_0x412534;return _0x32440b[_0x470a7e(0x1ed)](_0x178f84,_0x512832);},'fSgkr':_0x32440b['LkAaf']};if(_0x32440b[_0x412534(0x23c)](_0x32440b[_0x412534(0x150)],_0x32440b['QLpav'])){if(/\/$/[_0x412534(0x133)](_0x886e88[_0x412534(0x193)])){if(_0x32440b['nugaq'](_0x32440b[_0x412534(0x189)],_0x32440b[_0x412534(0x189)]))_0x3e2690[_0x412534(0x23d)]();else return _0x69b58e;}else{if(_0x32440b[_0x412534(0x23c)](_0x32440b[_0x412534(0x1ba)],_0x32440b[_0x412534(0x1ba)]))_0xa7614e[_0x412534(0x1a5)](_0x4eeb5f,_0x9e0a1a);else{const _0x500377=fs['createWriteStream'](path[_0x412534(0x213)](_0x1df618,_0x886e88[_0x412534(0x193)]));_0x3e2690[_0x412534(0x16d)](_0x886e88,function(_0x1d5548,_0x146179){const _0x3cad25=_0x412534,_0x5b44a1={};_0x5b44a1['EGZHN']=_0xa7614e[_0x3cad25(0x1b1)];const _0x2770fe=_0x5b44a1;if(_0xa7614e[_0x3cad25(0x1f4)](_0xa7614e[_0x3cad25(0x19e)],_0xa7614e[_0x3cad25(0x1b0)]))return _0x2e5255[_0x3cad25(0x221)](_0x179bb0,_0x4e87ca),!![];else _0x1d5548&&(_0xa7614e[_0x3cad25(0x1f4)](_0xa7614e[_0x3cad25(0x21e)],_0xa7614e['XGpaA'])?_0x729a8e['readEntry']():_0xa7614e[_0x3cad25(0x237)](_0x432364,_0x1938ed)),_0x146179['on'](_0xa7614e['fSgkr'],function(){const _0x107bca=_0x3cad25;_0xa7614e[_0x107bca(0x1f4)](_0xa7614e[_0x107bca(0x1d1)],_0xa7614e[_0x107bca(0x1d1)])?(_0x500377[_0x107bca(0x1af)](),_0x3e2690['readEntry']()):_0x43c7cd[_0x107bca(0x1b5)](_0x2770fe[_0x107bca(0x16a)],_0x4c34d0);}),_0x146179['pipe'](_0x500377);}),_0x32440b[_0x412534(0x15c)](_0x886e88[_0x412534(0x193)],_0x1b6eec)&&(_0x32440b['xzDgw'](_0x32440b[_0x412534(0x14f)],_0x32440b['tqbfr'])?_0x3e2690['close']():(_0x12c6bd&&_0x185f7b[_0x412534(0x22f)](_0x1ee5ee,_0x465670),_0x270d5f['on'](_0x185f7b[_0x412534(0x1c5)],function(){const _0x4ec62b=_0x412534;_0x4a4e82[_0x4ec62b(0x1af)](),_0x209458[_0x4ec62b(0x23d)]();}),_0x48cb19[_0x412534(0x1cc)](_0x14e641)));}}}else return _0x1997d8['homedir']();}),_0x3e2690['on'](_0x32440b[_0x9ea9fb(0x1fb)],_0x5939a9=>{const _0x5eaa0f=_0x9ea9fb;if(_0x32440b[_0x5eaa0f(0x23c)](_0x32440b['RsDbR'],_0x32440b[_0x5eaa0f(0x215)]))return![];else _0x32440b[_0x5eaa0f(0x1a0)](_0x432364,_0x5939a9);}),_0x3e2690[_0x9ea9fb(0x1b6)](_0x32440b['LkAaf'],()=>{const _0x2f66a6=_0x9ea9fb,_0x392e42={'tWizX':function(_0x33078b,_0x13258d){return _0x185f7b['Uqbur'](_0x33078b,_0x13258d);}};fs[_0x2f66a6(0x1b9)](_0x3c8d01,_0x185f7b[_0x2f66a6(0x192)],function(_0x1d9355){const _0x1e85f0=_0x2f66a6;_0x1d9355&&_0x392e42[_0x1e85f0(0x157)](_0x432364,_0x1d9355),_0x392e42[_0x1e85f0(0x157)](_0xd874a2,_0x3c8d01);}),_0x3e2690[_0x2f66a6(0x1af)]();});});});})['on'](_0x3d5dea[_0x5051fa(0x13f)],function(_0x3eea67){const _0x3f8525=_0x5051fa;logger[_0x3f8525(0x1b5)](_0x3d5dea[_0x3f8525(0x19b)],_0x3eea67),_0x3d5dea[_0x3f8525(0x1e6)](_0x432364,_0x3eea67);});});}#homedir(){const _0x58a848=a56_0x517d05,_0xe92165={};_0xe92165['dYVxB']=function(_0x21e4c4,_0x3288f2){return _0x21e4c4===_0x3288f2;},_0xe92165['CSuAF']='function',_0xe92165[_0x58a848(0x191)]=_0x58a848(0x218),_0xe92165['sIPQP']=function(_0x5bb452,_0x585c3e){return _0x5bb452+_0x585c3e;},_0xe92165[_0x58a848(0x203)]=_0x58a848(0x167),_0xe92165['phTKJ']=function(_0x169861,_0x4a24f3){return _0x169861+_0x4a24f3;},_0xe92165[_0x58a848(0x118)]=_0x58a848(0x163),_0xe92165[_0x58a848(0x1ea)]=function(_0x58e711,_0x172ef4){return _0x58e711===_0x172ef4;},_0xe92165[_0x58a848(0x217)]=_0x58a848(0x1f3),_0xe92165[_0x58a848(0x1a3)]=_0x58a848(0x162),_0xe92165[_0x58a848(0x17b)]=function(_0x35b0ec,_0x5b52c1){return _0x35b0ec+_0x5b52c1;},_0xe92165[_0x58a848(0x1c7)]='/home/',_0xe92165[_0x58a848(0x1f8)]=function(_0x162785,_0x202de9){return _0x162785||_0x202de9;};const _0x4e2300=_0xe92165;if(_0x4e2300[_0x58a848(0x225)](typeof os[_0x58a848(0x177)],_0x4e2300[_0x58a848(0x1fd)]))return os[_0x58a848(0x177)]();const _0x423a79=process['env'],_0x3e335e=_0x423a79[_0x58a848(0x220)],_0xdf384e=_0x423a79[_0x58a848(0x242)]||_0x423a79[_0x58a848(0x156)]||_0x423a79['LNAME']||_0x423a79[_0x58a848(0x147)];if(_0x4e2300[_0x58a848(0x225)](process['platform'],_0x4e2300[_0x58a848(0x191)]))return _0x423a79[_0x58a848(0x20d)]||_0x4e2300['sIPQP'](_0x423a79[_0x58a848(0x19a)],_0x423a79[_0x58a848(0x208)])||_0x3e335e||null;if(_0x4e2300['dYVxB'](process[_0x58a848(0x1d4)],_0x4e2300['Jsvgs']))return _0x3e335e||(_0xdf384e?_0x4e2300[_0x58a848(0x207)](_0x4e2300['xGLpk'],_0xdf384e):null);if(_0x4e2300[_0x58a848(0x1ea)](process[_0x58a848(0x1d4)],_0x4e2300['TlkDp']))return _0x3e335e||(_0x4e2300[_0x58a848(0x1ea)](process[_0x58a848(0x18e)](),0x0)?_0x4e2300[_0x58a848(0x1a3)]:_0xdf384e?_0x4e2300['GKihc'](_0x4e2300[_0x58a848(0x1c7)],_0xdf384e):null);return _0x4e2300[_0x58a848(0x1f8)](_0x3e335e,null);}}function a56_0xe2f2(){const _0x34d6cb=['eQKtE','pdWtQ','xyyOx','mkdirSync','hRbhh','bhvLX','yoghj','open','qXTWk','tlLzR','/root','/Users/','stdout','HbGoa','download','darwin','laqmk','DxmHu','EGZHN','63270trWiRm','percy.exe','openReadStream','PFfaL','JHDHl','pIqzY','MWJhE','eUKgp','ondVc','oPPyW','W_OK','QSOsJ','homedir','QBsni','Oqnrt','cwd','GKihc','AgFIF','kcDsk','vuWXa','Splqm','xzDgw','Czyir','.browserstack','parse','end','huvXh','uTybB','zvhOl','QZnir','DFuOK','LkAaf','OqgMg','bXaJh','pHVVW','getuid','XlSSP','PUhoz','STbJd','jgXAg','fileName','IRFnf','61865oKQdJh','CAexF','ZMiSY','FWgyW','bAfEi','HOMEDRIVE','qgMuY','JuKBb','CDaRJ','QEzEh','ZmPSb','IBRZi','0755','zrBkm','HIenq','ZFtYJ','CawAV','DCnQC','evXBR','HkJGq','XlApu','rpdIC','pmjqp','xiDcV','PtKPC','ufopu','close','seaIB','ojhnQ','BVyEg','mnQVd','DOdcl','error','once','hgvlh','OKsEZ','chmod','xUeZB','Caojw','MeJvY','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','vsYbv','diYRG','nugaq','data','Vwybf','bmdNE','oMTKn','Mbwjn','SidOJ','WcbHl','idxsr','wBjxF','MwtsU','leQFq','pipe','xIupW','tyKWh','validateBinary','hnevA','ePHYz','CmHXB','DiBfr','platform','Barvy','proxyPort','bDNFL','LErvj','yZBsd','BVWiQ','TdkeS','peDFG','msdiy','child_process','UMCuh','createWriteStream','qaAYp','184viZNPL','qHIJt','Plhlu','MsPiD','rcjFB','eglCW','cILsl','CFAgW','wnrNH','JIrSX','hlPuc','SDfjM','MvIGR','follow-redirects','XHycs','FOueP','lSXDc','linux','ZEYic','lazyEntries','CVFBK','yauzl','tQwHB','mCSWh','rHMWx','GzDLt','nKdGx','CSuAF','zsNjU','cPcJE','Corrupt\x20percy\x20binary,\x20retrying','ScBmR','kTiri','Jsvgs','5892870vSmGFo','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','Error\x20trying\x20to\x20download\x20percy\x20binary','phTKJ','HOMEPATH','vZfqK','Wabfl','nAxXn','bXsMy','USERPROFILE','SlKGj','xPmjr','useCaCertificate','CpjSN','CSihk','join','TJrCx','RsDbR','CmCHK','TlkDp','win32','Cykqh','NedpR','COaOW','OBusX','HRdvV','xrRUP','undefined','HOME','accessSync','/percy-osx.zip','NPZWA','jCCdn','dYVxB','CmEEG','eeogA','agent','.zip','nJTNg','port','DoaXo','8NpVoUZ','TeCoK','UXEQX','eVNsq','dQmIZ','Ecyqs','lrGco','2901276FDQlWW','NDIeW','rkzTC','kGNKn','357003xTVPKP','Cdqzp','R_OK','xMwSu','dEUMR','readEntry','OwSIC','ZEOYN','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','tnRPO','LOGNAME','UUFyO','haXsH','KuCoY','MAFjb','xGLpk','NosHC','host','mnqcG','match','../logger','wqAZz','readFileSync','ZKdhf','qUKlf','EPjPh','VTTwk','mkXEl','nnIwW','QZWQu','tKIFH','ggtLe','statSync','UwtRx','juidZ','224cdQmAe','entry','vyqyf','Cqlmn','tdnNa','ljmrZ','mfFbr','test','mAGgc','jWuzv','VyKfa','TeJSD','GJSjq','OhyjI','dDGby','AqmIy','MFKOz','proxyHost','YjcYk','eNCtt','XOuTW','QqGYy','percy','teBhT','FyTas','JFdyJ','PRCHj','USERNAME','qEVzZ','9313381ioJizA','winstonLogger','X_OK','AZmLU','/percy-linux.zip','gtfdg','tqbfr','Idlfl','Qkiwc','--version','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','SfZvG','27761470QGHpdA','USER','tWizX'];a56_0xe2f2=function(){return _0x34d6cb;};return a56_0xe2f2();}module['exports']=PercyBinary;
|
|
1
|
+
const a56_0x617ea3=a56_0x44f3;function a56_0x44f3(_0x280eec,_0x41b29e){const _0x5a23b2=a56_0x5a23();return a56_0x44f3=function(_0x44f363,_0x646282){_0x44f363=_0x44f363-0x1e1;let _0x22667c=_0x5a23b2[_0x44f363];return _0x22667c;},a56_0x44f3(_0x280eec,_0x41b29e);}(function(_0x304a8b,_0x338652){const _0xa51838=a56_0x44f3,_0x22fd44=_0x304a8b();while(!![]){try{const _0x3dd4e4=-parseInt(_0xa51838(0x1ef))/0x1*(parseInt(_0xa51838(0x27b))/0x2)+parseInt(_0xa51838(0x2e7))/0x3*(-parseInt(_0xa51838(0x289))/0x4)+parseInt(_0xa51838(0x229))/0x5*(parseInt(_0xa51838(0x20c))/0x6)+parseInt(_0xa51838(0x1f1))/0x7*(parseInt(_0xa51838(0x291))/0x8)+-parseInt(_0xa51838(0x218))/0x9*(-parseInt(_0xa51838(0x2a7))/0xa)+parseInt(_0xa51838(0x207))/0xb+-parseInt(_0xa51838(0x26b))/0xc*(-parseInt(_0xa51838(0x25b))/0xd);if(_0x3dd4e4===_0x338652)break;else _0x22fd44['push'](_0x22fd44['shift']());}catch(_0x572437){_0x22fd44['push'](_0x22fd44['shift']());}}}(a56_0x5a23,0x6b3a4));function a56_0x5a23(){const _0x182556=['ePqxh','nSisI','pjtsW','open','fjnbS','CRpXl','rGrhL','win32','FLcpM','snuZR','QINoh','1756hEisbt','aOkEY','HghwQ','USERPROFILE','qJtSn','percy.exe','FTasm','USER','16144pQTZSj','tMepo','dHkpE','zOQQP','mkdirSync','vCSpO','ojidv','PCNzj','kOkps','FHNBv','uDhTR','zLiWe','R_OK','EHgxB','GPLNh','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','ANDeE','get','test','VlXzP','wNTra','LYNAs','150JDThkS','vYUCh','zqWBw','unTCU','KSOgP','openReadStream','pGKon','woOKc','MUztO','kyNFN','LOGNAME','szUgg','homedir','egAVF','createWriteStream','QliZS','join','error','bNBYr','match','mZtRJ','GgoEh','LbOur','UGrhc','WXnUO','ODmxG','aXqfk','https-proxy-agent','nfwxx','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','srIhN','oDrka','../logger','xfAwu','CniMo','readEntry','data','FYcTm','NOffa','vaTtp','yhcZS','Nvfsm','FUWQH','GpYsW','hQRZV','JnGuI','jxNeB','cJYPA','exports','ysmFx','UNbZk','validateBinary','ppYzC','sgvcb','jPwgH','undefined','aGQwy','zUExO','Error\x20trying\x20to\x20download\x20percy\x20binary','wLkKA','JESoJ','kxylN','wyEAP','env','3504jdsxep','sEoWk','ZrRnu','cwd','MUTWh','W_OK','ybENr','xwNSG','GuNLz','yibeZ','xvPDn','NuyGI','useCaCertificate','sEtQf','ZkpJm','jIevD','fileName','MYJSz','wtiJE','ipMvl','/Users/','LEvLL','SDRmc','AAPMm','AVvoW','BSQio','obpTK','statSync','wxFyy','bHext','fzlpc','LnJkx','iKfgv','readFileSync','ygmSx','once','uDwCD','WvxAQ','rmsQQ','beInM','MBPGt','opsCL','LAgyE','nTgCb','zmDke','proxyHost','yqGuz','xEUuA','jFeAN','MuitF','bKvcN','cwWOT','winstonLogger','KvXLe','getuid','dIrWF','ebLYj','xyBTU','lWtHP','accessSync','ViOnc','pzvsK','klQwd','xZLiT','HfkMh','QXznl','YPXOJ','uqfXg','0755','Corrupt\x20percy\x20binary,\x20retrying','eRLGc','dUcfF','3qjMvti','fCLXm','938mcWucU','SfkSt','DaFRa','AfGEY','MFLmR','ZjbOU','PXdXW','end','hgCbp','FREeG','yBpYn','.zip','url','TauQY','DJIjO','download','VXJFV','jHFKS','qKBaS','tjbIs','FIriH','eEcwH','1675212MzOvTh','xWekE','MtqLT','gkwHT','heQfP','24HwoiIa','vmENj','DaIHf','xmuCS','XyMSq','fqgFL','DImxC','BYksP','xLYkV','sYsOZ','HOMEDRIVE','agent','504027SwgpbA','WNAYk','bgHMm','/percy-osx.zip','doqCZ','wyoUN','DeWXi','FiCzk','X_OK','close','DNSoa','XHAHk','pipe','--version','muRMy','iHyCU','KeyYa','31285yhJNKf','naDfy','amegm','tmpdir','EjGuq','oDLlq','tFyKO','ndNbp','getBinaryPath','path','RyKty','UeNlO','HVhmC','port','EVsIN','HhAXk','icDiv','darwin','nCexW','/home/','GqQqd','ZTjxH','wSnme','sVtBQ','https://github.com/percy/cli/releases/latest/download','PZCff','yBWle','EQnvP','MuMIC','yauzl','qzSin','FrNps','kjxWg','jTjIC','roJrb','GxRNL','PfLWS','acKZz','hZwnG','WCQvZ','IUqbv','/root','XMUQL','percy','BFfdI','TgeVg','/percy-win.zip','LNAME','IYRzR','pfqud','2684851WpJKGR','dClAZ','JHYjz','fuclL','NlqBK','QvIqG','cCZDJ','kabIa','entry','QECEW','chmod','DTlPX','rtaEu','DqItO','tdlLB','hGMQL','24bDzHSO','uKodk','YFcUW','iWHIT','mjlQm','linux','rvcJF','wHRfh','sKDLq','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','PYhmS','USBjx','jLgmz','SotdN','vjRxk','platform','499250YGrfDq','HOMEPATH','lQkuP'];a56_0x5a23=function(){return _0x182556;};return a56_0x5a23();}const {https}=require('follow-redirects'),url=require(a56_0x617ea3(0x1fd)),yauzl=require(a56_0x617ea3(0x246)),fs=require('fs'),path=require(a56_0x617ea3(0x232)),os=require('os'),{spawn}=require('child_process'),HttpsProxyAgent=require(a56_0x617ea3(0x2c2)),logger=require(a56_0x617ea3(0x2c7))[a56_0x617ea3(0x31b)];class PercyBinary{#hostOS=process[a56_0x617ea3(0x27a)];#httpPath=null;#binaryName=a56_0x617ea3(0x254);#orderedPaths=[path[a56_0x617ea3(0x2b7)](this.#homedir(),'.browserstack'),process[a56_0x617ea3(0x2ea)](),os[a56_0x617ea3(0x22c)]()];constructor(){const _0x4f4845=a56_0x617ea3,_0x2f4e97={'TauQY':function(_0x243c47,_0x48e987){return _0x243c47(_0x48e987);},'wDygE':_0x4f4845(0x1eb),'WXnUO':function(_0x40f68b,_0x28478a){return _0x40f68b===_0x28478a;},'HVhmC':_0x4f4845(0x252),'waCYj':function(_0x4cdf72,_0x1450e7){return _0x4cdf72+_0x1450e7;},'pfqud':_0x4f4845(0x23c),'WvxAQ':_0x4f4845(0x241),'GgoEh':_0x4f4845(0x1f3),'fCLXm':_0x4f4845(0x21b),'pVcsL':_0x4f4845(0x2f2),'jxmcH':_0x4f4845(0x264),'wSnme':_0x4f4845(0x257),'sYsOZ':_0x4f4845(0x28e),'naDfy':_0x4f4845(0x203),'RyKty':function(_0x38e45d,_0x5ec08d){return _0x38e45d+_0x5ec08d;},'oDrka':'/percy-linux.zip'},_0x3b317d=_0x2f4e97[_0x4f4845(0x30c)];if(this.#hostOS[_0x4f4845(0x2ba)](/darwin|mac os/i))_0x2f4e97[_0x4f4845(0x2bf)](_0x2f4e97[_0x4f4845(0x2bc)],_0x2f4e97[_0x4f4845(0x2bc)])?this.#httpPath=_0x2f4e97['waCYj'](_0x3b317d,_0x2f4e97[_0x4f4845(0x1f0)]):(_0x283c0e[_0x4f4845(0x265)](_0x49aafb,_0x2f4e97['wDygE'],function(_0x55c6cd){const _0x55e607=_0x4f4845;_0x55c6cd&&_0x2f4e97['TauQY'](_0x2aa607,_0x55c6cd),_0x2f4e97[_0x55e607(0x1fe)](_0x3e45a5,_0x3270a8);}),_0x41faed[_0x4f4845(0x221)]());else{if(this['hostOS'][_0x4f4845(0x2ba)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i))_0x2f4e97[_0x4f4845(0x2bf)](_0x2f4e97['pVcsL'],_0x2f4e97['jxmcH'])?_0x2ebb93['ca']=_0x2030cd['readFileSync'](_0x124189[_0x4f4845(0x2f3)]):(this.#httpPath=_0x2f4e97['waCYj'](_0x3b317d,_0x2f4e97[_0x4f4845(0x23f)]),this.#binaryName=_0x2f4e97[_0x4f4845(0x215)]);else{if(_0x2f4e97[_0x4f4845(0x2bf)](_0x2f4e97[_0x4f4845(0x22a)],_0x2f4e97[_0x4f4845(0x22a)]))this.#httpPath=_0x2f4e97[_0x4f4845(0x233)](_0x3b317d,_0x2f4e97[_0x4f4845(0x2c6)]);else return _0x947b18||(_0x2f4e97[_0x4f4845(0x2bf)](_0x28b55d[_0x4f4845(0x31d)](),0x0)?_0x2f4e97[_0x4f4845(0x235)]:_0x18cfbd?_0x2f4e97['waCYj'](_0x2f4e97[_0x4f4845(0x25a)],_0x5f4394):null);}}}#getAvailableDirs(){const _0x45adb5=a56_0x617ea3,_0x3a415c={'rvcJF':function(_0x441ad5,_0x2746df){return _0x441ad5(_0x2746df);},'cJYPA':function(_0x3455bb,_0x4cfdca){return _0x3455bb<_0x4cfdca;},'HfkMh':function(_0x153af8,_0x33bde5){return _0x153af8===_0x33bde5;},'ZjbOU':_0x45adb5(0x304),'GxRNL':_0x45adb5(0x26a),'uKodk':'ZKWat','ksBiR':_0x45adb5(0x2e1)};for(var _0x5dd0ea=0x0;_0x3a415c[_0x45adb5(0x2d6)](_0x5dd0ea,this.#orderedPaths['length']);_0x5dd0ea++){if(_0x3a415c['HfkMh'](_0x3a415c[_0x45adb5(0x1f6)],_0x3a415c[_0x45adb5(0x24c)]))_0x3a415c[_0x45adb5(0x271)](_0x596a96,![]);else{var _0x5301d6=this.#orderedPaths[_0x5dd0ea];if(this.#makePath(_0x5301d6))return _0x3a415c[_0x45adb5(0x1e7)](_0x3a415c[_0x45adb5(0x26c)],_0x3a415c[_0x45adb5(0x26c)])?_0x5301d6:_0x58fc3e;}}throw new Error(_0x3a415c['ksBiR']);}#makePath(_0x2dbbf5){const _0xf7851a=a56_0x617ea3,_0x93a4fa={'FHNBv':_0xf7851a(0x2c4),'NlqBK':function(_0x5c40fb,_0x1da2ae){return _0x5c40fb(_0x1da2ae);},'Uokal':function(_0x18acb7,_0x184256){return _0x18acb7(_0x184256);},'heQfP':function(_0xef2057,_0x47a1c6){return _0xef2057!==_0x47a1c6;},'sEoWk':_0xf7851a(0x2dd),'uDwCD':function(_0x3f1df2,_0x2fb342){return _0x3f1df2===_0x2fb342;},'hQRZV':_0xf7851a(0x2b2),'CRpXl':_0xf7851a(0x2e3),'nCexW':_0xf7851a(0x1f9)};try{if(_0x93a4fa[_0xf7851a(0x20b)](_0x93a4fa['sEoWk'],_0x93a4fa[_0xf7851a(0x2e8)])){const _0x1fa8a2={};_0x1fa8a2['host']=_0x4e3079['proxyHost'],_0x1fa8a2['port']=_0x246027['proxyPort'],_0x53888e[_0xf7851a(0x217)]=new _0x1c66dc(_0x1fa8a2);}else return!this.#checkPath(_0x2dbbf5)&&(_0x93a4fa[_0xf7851a(0x30b)](_0x93a4fa[_0xf7851a(0x2d3)],_0x93a4fa[_0xf7851a(0x2d3)])?fs[_0xf7851a(0x295)](_0x2dbbf5):(_0x439da7[_0xf7851a(0x2b8)](_0x93a4fa[_0xf7851a(0x29a)],_0x556e72),_0x93a4fa['NlqBK'](_0x596555,_0x293faf))),!![];}catch{if(_0x93a4fa[_0xf7851a(0x30b)](_0x93a4fa[_0xf7851a(0x283)],_0x93a4fa[_0xf7851a(0x23b)]))_0x1a77a3&&_0x93a4fa[_0xf7851a(0x25f)](_0xf0dd50,_0x55873b),_0x93a4fa['Uokal'](_0x1aa981,_0x1faacd);else return![];}}#checkPath(_0x34d857,_0x39020a){const _0x50bb07=a56_0x617ea3,_0x5b0537={'xTwBd':_0x50bb07(0x274),'EHgxB':function(_0x222710,_0x21965f){return _0x222710(_0x21965f);},'qzSin':_0x50bb07(0x2a0),'kjxWg':function(_0x3276b3,_0x6db1b9){return _0x3276b3(_0x6db1b9);},'SotdN':function(_0x41dab4,_0x2ebdfe){return _0x41dab4!==_0x2ebdfe;},'pGKon':_0x50bb07(0x2de),'ppYzC':function(_0x4880c4,_0x6fd461){return _0x4880c4|_0x6fd461;},'HghwQ':function(_0x1f9ff2,_0x343782){return _0x1f9ff2===_0x343782;},'VlXzP':_0x50bb07(0x230),'fDZdR':_0x50bb07(0x2c3),'wHRfh':'tNqjJ','xLYkV':_0x50bb07(0x1e3),'sKDLq':_0x50bb07(0x204),'DJIjO':function(_0x2f93d8,_0x3e6510){return _0x2f93d8===_0x3e6510;},'PXdXW':_0x50bb07(0x213),'mZtRJ':function(_0x587312,_0x1af6ae){return _0x587312===_0x1af6ae;},'rGrhL':'sqglZ'};_0x39020a=_0x39020a||_0x5b0537[_0x50bb07(0x2db)](fs[_0x50bb07(0x29d)],fs[_0x50bb07(0x2ec)]);try{if(_0x5b0537[_0x50bb07(0x28b)](_0x5b0537[_0x50bb07(0x2a4)],_0x5b0537['fDZdR']))_0x5632ee['error'](_0x5b0537['xTwBd'],_0x481455),_0x5b0537[_0x50bb07(0x29e)](_0x57ae39,_0x3f403c);else return fs['accessSync'](_0x34d857,_0x39020a),!![];}catch(_0x55b6e2){if(_0x5b0537[_0x50bb07(0x278)](_0x5b0537[_0x50bb07(0x272)],_0x5b0537[_0x50bb07(0x214)])){if(_0x5b0537[_0x50bb07(0x278)](typeof fs[_0x50bb07(0x1e2)],_0x5b0537['pGKon'])){if(_0x5b0537[_0x50bb07(0x28b)](_0x5b0537[_0x50bb07(0x273)],_0x5b0537['sKDLq']))return![];else _0x365150[_0x50bb07(0x2b8)](_0x5b0537[_0x50bb07(0x247)],_0x41b2fd);}try{if(_0x5b0537[_0x50bb07(0x1ff)](_0x5b0537[_0x50bb07(0x1f7)],_0x5b0537['PXdXW']))return fs[_0x50bb07(0x302)](_0x34d857),!![];else _0x106260[_0x50bb07(0x295)](_0x217d21);}catch(_0xf02b3d){if(_0x5b0537[_0x50bb07(0x2bb)](_0x5b0537[_0x50bb07(0x284)],_0x5b0537['rGrhL']))return![];else _0x5b0537[_0x50bb07(0x249)](_0x597847,_0x4f14e3);}}else{if(_0x5b0537['SotdN'](typeof _0x28fe5d['accessSync'],_0x5b0537[_0x50bb07(0x2ad)]))return![];try{return _0x5b94f2[_0x50bb07(0x302)](_0x290f2c),!![];}catch(_0x1f82f8){return![];}}}}async[a56_0x617ea3(0x231)](_0xed9608){const _0x5bf9e1=a56_0x617ea3,_0x1703f0={'KvXLe':function(_0x4543da,_0xf9769f){return _0x4543da(_0xf9769f);},'nEhFg':function(_0x4fd1b7,_0x4ee23f,_0x127a65){return _0x4fd1b7(_0x4ee23f,_0x127a65);},'DqItO':'--version','yqGuz':_0x5bf9e1(0x2cb),'wtiJE':_0x5bf9e1(0x221),'GnRoZ':function(_0x1831e5,_0xa8c967){return _0x1831e5(_0xa8c967);},'AVvoW':function(_0x594e79,_0x4b83cd){return _0x594e79===_0x4b83cd;},'sVtBQ':_0x5bf9e1(0x24e),'SROtc':function(_0x3b2c9f,_0x2765f1){return _0x3b2c9f!==_0x2765f1;},'nTgCb':'tOEkp','SfcKb':_0x5bf9e1(0x1ec)};var _0x12281c=this.#getAvailableDirs(),_0x1314ce=path[_0x5bf9e1(0x2b7)](_0x12281c,this.#binaryName);if(this.#checkPath(_0x1314ce,fs[_0x5bf9e1(0x220)])){if(_0x1703f0[_0x5bf9e1(0x2ff)](_0x1703f0[_0x5bf9e1(0x240)],_0x1703f0[_0x5bf9e1(0x240)]))return _0x1314ce;else{const _0x206172={'ODmxG':function(_0x3424d9,_0x42c4c9){const _0x5bb3b8=_0x5bf9e1;return _0x1703f0[_0x5bb3b8(0x31c)](_0x3424d9,_0x42c4c9);}},_0x77da75=_0x1703f0['nEhFg'](_0x395fc4,_0x3f6cae,[_0x1703f0[_0x5bf9e1(0x268)]]);_0x77da75['stdout']['on'](_0x1703f0[_0x5bf9e1(0x315)],_0x30f8ed=>{const _0x5b107c=_0x5bf9e1;_0x242ef8[_0x5b107c(0x2a3)](_0x30f8ed)&&_0x1703f0['KvXLe'](_0x4f7405,!![]);}),_0x77da75['on'](_0x1703f0[_0x5bf9e1(0x2f9)],()=>{const _0x5a9287=_0x5bf9e1;_0x206172[_0x5a9287(0x2c0)](_0x4b7a4e,![]);});}}const _0x3a4573=await this[_0x5bf9e1(0x200)](_0xed9608,_0x12281c),_0x585e2e=await this[_0x5bf9e1(0x2da)](_0x3a4573);if(!_0x585e2e){if(_0x1703f0['SROtc'](_0x1703f0[_0x5bf9e1(0x312)],_0x1703f0['nTgCb']))_0x1703f0['GnRoZ'](_0x23b5e4,!![]);else return logger['error'](_0x1703f0['SfcKb']),await this[_0x5bf9e1(0x200)](_0xed9608,_0x12281c);}return _0x3a4573;}async[a56_0x617ea3(0x2da)](_0x54b0ce){const _0x6d974b=a56_0x617ea3,_0x199f44={'NOffa':function(_0x4ef69e,_0x19ef7d){return _0x4ef69e===_0x19ef7d;},'wxFyy':_0x6d974b(0x259),'AORgW':'uMitA','AAPMm':function(_0x1a72ff,_0x458275){return _0x1a72ff!==_0x458275;},'iuiaT':_0x6d974b(0x22f),'LAgyE':'sErxl','tdlLB':function(_0xd3acac,_0x282935){return _0xd3acac(_0x282935);},'yBpYn':function(_0x3ab78c,_0x3cf875){return _0x3ab78c!==_0x3cf875;},'dIrWF':_0x6d974b(0x2ee),'xxOpd':_0x6d974b(0x2a0),'EjGuq':function(_0x2c6c4b,_0x15feec){return _0x2c6c4b!==_0x15feec;},'bgHMm':_0x6d974b(0x23d),'vRpae':function(_0x7e62ab,_0x922f9d,_0x2fb34a){return _0x7e62ab(_0x922f9d,_0x2fb34a);},'USBjx':_0x6d974b(0x225),'FTasm':_0x6d974b(0x2cb),'BFfdI':'close'},_0x47ab58=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x1a4fcf,_0x509fcb)=>{const _0x17aaee=_0x6d974b,_0x44b51f={};_0x44b51f[_0x17aaee(0x2fa)]=_0x199f44['xxOpd'];const _0x141eee=_0x44b51f;if(_0x199f44[_0x17aaee(0x22d)](_0x199f44[_0x17aaee(0x21a)],_0x199f44[_0x17aaee(0x21a)]))return![];else{const _0xac7440=_0x199f44['vRpae'](spawn,_0x54b0ce,[_0x199f44[_0x17aaee(0x276)]]);_0xac7440['stdout']['on'](_0x199f44[_0x17aaee(0x28f)],_0x39eef=>{const _0x31e22e=_0x17aaee;if(_0x199f44[_0x31e22e(0x2cd)](_0x199f44[_0x31e22e(0x303)],_0x199f44['AORgW']))_0x480fde[_0x31e22e(0x2ca)]();else{if(_0x47ab58[_0x31e22e(0x2a3)](_0x39eef)){if(_0x199f44[_0x31e22e(0x2fe)](_0x199f44['iuiaT'],_0x199f44[_0x31e22e(0x311)]))_0x199f44[_0x31e22e(0x269)](_0x1a4fcf,!![]);else return![];}}}),_0xac7440['on'](_0x199f44[_0x17aaee(0x255)],()=>{const _0x2c51fa=_0x17aaee;if(_0x199f44[_0x2c51fa(0x1fb)](_0x199f44[_0x2c51fa(0x31e)],_0x199f44['dIrWF']))try{_0x4fb356['ca']=_0x1b79b6[_0x2c51fa(0x308)](_0x3d9e68[_0x2c51fa(0x2f3)]);}catch(_0x5e7f97){_0x4e0b45[_0x2c51fa(0x2b8)](_0x141eee[_0x2c51fa(0x2fa)],_0x5e7f97);}else _0x199f44[_0x2c51fa(0x269)](_0x1a4fcf,![]);});}});}[a56_0x617ea3(0x200)](_0x183db2,_0x11084e){const _0x5ec073=a56_0x617ea3,_0xc9eb7e={'FLcpM':function(_0x2068f9,_0xfaeed4){return _0x2068f9(_0xfaeed4);},'rtaEu':function(_0x536bb2,_0x293ad7){return _0x536bb2(_0x293ad7);},'GpYsW':function(_0x42d512,_0x4ecaf9){return _0x42d512+_0x4ecaf9;},'XHAHk':function(_0x356305,_0x21b0f0){return _0x356305!==_0x21b0f0;},'ygmSx':'MiqQs','kabIa':'Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','WNAYk':function(_0x6ba075,_0x1023b4){return _0x6ba075(_0x1023b4);},'XXXzX':_0x5ec073(0x211),'xvPDn':'qZPQw','EwXEA':_0x5ec073(0x274),'PCNzj':_0x5ec073(0x238),'LnJkx':function(_0x5f28b3,_0xc94552){return _0x5f28b3!==_0xc94552;},'cwWOT':_0x5ec073(0x2b9),'FUWQH':'juWbs','MUTWh':_0x5ec073(0x251),'qJtSn':_0x5ec073(0x1f8),'NFFle':function(_0xf90039,_0x58ec55){return _0xf90039(_0x58ec55);},'uqfXg':_0x5ec073(0x1eb),'YPXOJ':_0x5ec073(0x2d0),'TZVlu':_0x5ec073(0x2e9),'hNZTX':_0x5ec073(0x263),'vYUCh':_0x5ec073(0x2b8),'EVsIN':_0x5ec073(0x2fb),'PYhmS':function(_0x5c0a63,_0x40655f){return _0x5c0a63===_0x40655f;},'ZTjxH':_0x5ec073(0x2ae),'wmLYa':_0x5ec073(0x294),'iwgnj':_0x5ec073(0x2f6),'axWwL':_0x5ec073(0x2af),'rmsQQ':_0x5ec073(0x228),'PZCff':_0x5ec073(0x26f),'RQxHR':_0x5ec073(0x21d),'mJSfM':'dBxMt','obpTK':_0x5ec073(0x1e1),'MBPGt':function(_0xf1da82,_0x3f2a4a){return _0xf1da82(_0x3f2a4a);},'ANDeE':'close','UcKxz':_0x5ec073(0x2c4),'MFLmR':function(_0x2eb8df,_0x1550a4){return _0x2eb8df(_0x1550a4);},'RWAtt':function(_0x246c8f,_0x3cc88d){return _0x246c8f!==_0x3cc88d;},'EQnvP':_0x5ec073(0x1e6),'vCSpO':_0x5ec073(0x1ee),'unTCU':function(_0xefa363,_0x17aa75){return _0xefa363+_0x17aa75;},'snuZR':_0x5ec073(0x1fc),'klQwd':_0x5ec073(0x2ce),'ysmFx':'ZSNnz','FYcTm':'DJlZV','FrNps':_0x5ec073(0x226),'kyNFN':'QSCuI','SDRmc':_0x5ec073(0x2a0)};!this.#checkPath(_0x11084e)&&(_0xc9eb7e['RWAtt'](_0xc9eb7e[_0x5ec073(0x244)],_0xc9eb7e[_0x5ec073(0x296)])?fs['mkdirSync'](_0x11084e):_0xc9eb7e[_0x5ec073(0x286)](_0x531632,_0x15108d));const _0x55d300=this.#binaryName,_0x140bc7=path[_0x5ec073(0x2b7)](_0x11084e,_0xc9eb7e[_0x5ec073(0x2aa)](_0x55d300,_0xc9eb7e[_0x5ec073(0x287)])),_0x832b51=path['join'](_0x11084e,_0x55d300),_0x477bcf=fs['createWriteStream'](_0x140bc7),_0x3d41ca=url['parse'](this.#httpPath);if(_0x183db2[_0x5ec073(0x314)]&&_0x183db2['proxyPort']){if(_0xc9eb7e[_0x5ec073(0x223)](_0xc9eb7e[_0x5ec073(0x1e5)],_0xc9eb7e[_0x5ec073(0x1e5)]))_0xc9eb7e[_0x5ec073(0x267)](_0x5a7fcc,_0xf20327);else{const _0x2f7fb4={};_0x2f7fb4['host']=_0x183db2[_0x5ec073(0x314)],_0x2f7fb4[_0x5ec073(0x236)]=_0x183db2['proxyPort'],_0x3d41ca[_0x5ec073(0x217)]=new HttpsProxyAgent(_0x2f7fb4);}}if(_0x183db2[_0x5ec073(0x2f3)]){if(_0xc9eb7e[_0x5ec073(0x275)](_0xc9eb7e[_0x5ec073(0x2d8)],_0xc9eb7e[_0x5ec073(0x2cc)]))_0x177709[_0x5ec073(0x295)](_0x1e7c7f);else try{if(_0xc9eb7e[_0x5ec073(0x275)](_0xc9eb7e['FrNps'],_0xc9eb7e[_0x5ec073(0x248)]))_0x3d41ca['ca']=fs[_0x5ec073(0x308)](_0x183db2[_0x5ec073(0x2f3)]);else return _0x315d54[_0x5ec073(0x2b3)]();}catch(_0x5e5ffc){if(_0xc9eb7e[_0x5ec073(0x306)](_0xc9eb7e[_0x5ec073(0x2b0)],_0xc9eb7e['kyNFN']))return![];else logger[_0x5ec073(0x2b8)](_0xc9eb7e[_0x5ec073(0x2fd)],_0x5e5ffc);}}return new Promise((_0x356cca,_0x537727)=>{const _0x290c6a=_0x5ec073,_0x5517a5={'vmENj':function(_0x169b56,_0xf80d0b){const _0x19fd77=a56_0x44f3;return _0xc9eb7e[_0x19fd77(0x2d2)](_0x169b56,_0xf80d0b);},'EmITp':function(_0x2a9223,_0x45710b){const _0x48c34b=a56_0x44f3;return _0xc9eb7e[_0x48c34b(0x223)](_0x2a9223,_0x45710b);},'beInM':_0xc9eb7e[_0x290c6a(0x309)],'kEfDY':_0xc9eb7e[_0x290c6a(0x262)],'iHyCU':function(_0x57623c,_0x478b62){const _0x4b8933=_0x290c6a;return _0xc9eb7e[_0x4b8933(0x219)](_0x57623c,_0x478b62);},'QliZS':function(_0x1eca10,_0x51d5a0){return _0xc9eb7e['XHAHk'](_0x1eca10,_0x51d5a0);},'dClAZ':_0xc9eb7e['XXXzX'],'esjEd':_0xc9eb7e[_0x290c6a(0x2f1)],'MYJSz':_0xc9eb7e['EwXEA'],'jLgmz':function(_0x1e8ebd,_0xf7bfe3){return _0xc9eb7e['FLcpM'](_0x1e8ebd,_0xf7bfe3);},'wGBgw':function(_0x1e0911,_0x3c01ab){const _0x5b4d67=_0x290c6a;return _0xc9eb7e[_0x5b4d67(0x286)](_0x1e0911,_0x3c01ab);},'yibeZ':_0xc9eb7e[_0x290c6a(0x298)],'fEQnP':function(_0x58e69a,_0x336d21){const _0xea92f3=_0x290c6a;return _0xc9eb7e[_0xea92f3(0x306)](_0x58e69a,_0x336d21);},'aOkEY':_0xc9eb7e[_0x290c6a(0x31a)],'nSisI':_0xc9eb7e[_0x290c6a(0x2d1)],'DNSoa':_0xc9eb7e[_0x290c6a(0x2eb)],'roJrb':_0xc9eb7e[_0x290c6a(0x28d)],'fzlpc':function(_0x38ead5,_0x394403){const _0x30c4d6=_0x290c6a;return _0xc9eb7e[_0x30c4d6(0x286)](_0x38ead5,_0x394403);},'UeNlO':function(_0x26c5b4,_0x333795){return _0xc9eb7e['NFFle'](_0x26c5b4,_0x333795);},'SfkSt':_0xc9eb7e[_0x290c6a(0x1ea)],'LEvLL':_0xc9eb7e[_0x290c6a(0x1e9)],'DeWXi':_0xc9eb7e['TZVlu'],'gsASN':_0xc9eb7e['hNZTX'],'egAVF':_0xc9eb7e[_0x290c6a(0x2a8)],'eRLGc':function(_0x37c198,_0x31ba0f){return _0xc9eb7e['GpYsW'](_0x37c198,_0x31ba0f);},'pjtsW':_0xc9eb7e[_0x290c6a(0x237)],'DaIHf':function(_0x5cf6b0,_0x4192fa){const _0x94a24f=_0x290c6a;return _0xc9eb7e[_0x94a24f(0x275)](_0x5cf6b0,_0x4192fa);},'sgvcb':_0xc9eb7e[_0x290c6a(0x23e)],'MuMIC':_0xc9eb7e['wmLYa'],'UIqNE':_0xc9eb7e['iwgnj'],'ePqxh':_0xc9eb7e['axWwL'],'UulTD':_0xc9eb7e[_0x290c6a(0x30d)],'fjnbS':function(_0x18ab11,_0x1fb84d){const _0x4d1c90=_0x290c6a;return _0xc9eb7e[_0x4d1c90(0x275)](_0x18ab11,_0x1fb84d);},'xfAwu':_0xc9eb7e[_0x290c6a(0x242)],'eKUzY':_0xc9eb7e['RQxHR'],'opsCL':function(_0x2d2a05,_0x431660){return _0xc9eb7e['PYhmS'](_0x2d2a05,_0x431660);},'worUj':_0xc9eb7e['mJSfM'],'ZkpJm':_0xc9eb7e[_0x290c6a(0x301)],'XMUQL':function(_0x43b984,_0x425fa9){const _0x1a1472=_0x290c6a;return _0xc9eb7e[_0x1a1472(0x30f)](_0x43b984,_0x425fa9);},'GuNLz':_0xc9eb7e[_0x290c6a(0x2a1)],'aGQwy':_0xc9eb7e['UcKxz'],'wyEAP':function(_0x439d74,_0x57496c){const _0x14502c=_0x290c6a;return _0xc9eb7e[_0x14502c(0x1f5)](_0x439d74,_0x57496c);}};https[_0x290c6a(0x2a2)](_0x3d41ca,function(_0x31c245){const _0x2a7be1=_0x290c6a,_0x10256c={'xyBTU':function(_0x480f9e,_0x1cf881){const _0x3566b8=a56_0x44f3;return _0x5517a5[_0x3566b8(0x2b6)](_0x480f9e,_0x1cf881);},'QINoh':_0x5517a5[_0x2a7be1(0x25c)],'JnGuI':_0x5517a5['esjEd'],'wLkKA':_0x5517a5[_0x2a7be1(0x2f8)],'TgeVg':function(_0x195a65,_0x4582a7){const _0x392128=_0x2a7be1;return _0x5517a5[_0x392128(0x277)](_0x195a65,_0x4582a7);},'WCQvZ':function(_0x417fe7,_0x58a384){return _0x5517a5['wGBgw'](_0x417fe7,_0x58a384);},'MuitF':_0x5517a5[_0x2a7be1(0x2f0)],'lQkuP':function(_0x107167,_0x498627){return _0x5517a5['fEQnP'](_0x107167,_0x498627);},'oDLlq':_0x5517a5[_0x2a7be1(0x28a)],'ybENr':_0x5517a5[_0x2a7be1(0x27f)],'jHFKS':_0x5517a5[_0x2a7be1(0x222)],'sEtQf':_0x5517a5[_0x2a7be1(0x24b)],'eEcwH':_0x5517a5['kEfDY'],'JHYjz':function(_0x29fa9e,_0x10b9a9){return _0x5517a5['fzlpc'](_0x29fa9e,_0x10b9a9);},'FIriH':function(_0x1679a7,_0x1787bf){const _0x270f58=_0x2a7be1;return _0x5517a5[_0x270f58(0x234)](_0x1679a7,_0x1787bf);},'bsjkb':_0x5517a5[_0x2a7be1(0x1f2)],'GYWVC':_0x5517a5[_0x2a7be1(0x2fc)],'GPLNh':_0x5517a5[_0x2a7be1(0x21e)],'BSQio':_0x5517a5['gsASN'],'DTlPX':_0x5517a5[_0x2a7be1(0x2b4)],'xEUuA':function(_0x36e493,_0x9ff12b){const _0x38c03e=_0x2a7be1;return _0x5517a5[_0x38c03e(0x1ed)](_0x36e493,_0x9ff12b);},'bdjys':_0x5517a5[_0x2a7be1(0x280)],'zLiWe':function(_0x5de444,_0xc7e342){const _0x330ee9=_0x2a7be1;return _0x5517a5[_0x330ee9(0x305)](_0x5de444,_0xc7e342);},'kxylN':function(_0x545c81,_0x3c95b8){const _0x18cdc2=_0x2a7be1;return _0x5517a5[_0x18cdc2(0x20e)](_0x545c81,_0x3c95b8);},'LYNAs':_0x5517a5[_0x2a7be1(0x2dc)],'doqCZ':function(_0x399f0a,_0x1b2a17){const _0x43d9e0=_0x2a7be1;return _0x5517a5[_0x43d9e0(0x2b6)](_0x399f0a,_0x1b2a17);},'cCZDJ':_0x5517a5[_0x2a7be1(0x245)],'CniMo':_0x5517a5['UIqNE'],'KSOgP':_0x5517a5[_0x2a7be1(0x27e)],'ojidv':_0x5517a5['UulTD'],'szpPg':function(_0x237c4a,_0x4f33ec){const _0x3d6c10=_0x2a7be1;return _0x5517a5[_0x3d6c10(0x282)](_0x237c4a,_0x4f33ec);},'uDhTR':_0x5517a5[_0x2a7be1(0x2c8)],'WDMqN':_0x5517a5['eKUzY'],'AfGEY':function(_0x2bf4b5,_0x5381cf){const _0x54e024=_0x2a7be1;return _0x5517a5[_0x54e024(0x310)](_0x2bf4b5,_0x5381cf);},'pzvsK':_0x5517a5['worUj'],'tMepo':_0x5517a5[_0x2a7be1(0x2f5)],'kBNLV':function(_0x49c5d4,_0x4ed281){const _0x1143af=_0x2a7be1;return _0x5517a5[_0x1143af(0x253)](_0x49c5d4,_0x4ed281);}};_0x31c245['pipe'](_0x477bcf),_0x31c245['on'](_0x5517a5['egAVF'],function(_0x26c569){const _0x1b62ee=_0x2a7be1,_0x5a5d17={'aXqfk':function(_0x90055b,_0x39a2e4){const _0x3c1828=a56_0x44f3;return _0x5517a5[_0x3c1828(0x20d)](_0x90055b,_0x39a2e4);}};if(_0x5517a5['EmITp'](_0x5517a5[_0x1b62ee(0x30e)],_0x5517a5[_0x1b62ee(0x30e)]))return _0x276ef8['USERPROFILE']||_0x5a5d17[_0x1b62ee(0x2c1)](_0x3fbf1a[_0x1b62ee(0x216)],_0x5de66a[_0x1b62ee(0x27c)])||_0x51e814||null;else logger[_0x1b62ee(0x2b8)](_0x5517a5['kEfDY'],_0x26c569),_0x5517a5[_0x1b62ee(0x227)](_0x537727,_0x26c569);}),_0x477bcf['on'](_0x5517a5['egAVF'],function(_0x16c3b0){const _0x5992dc=_0x2a7be1;if(_0x10256c['xyBTU'](_0x10256c[_0x5992dc(0x288)],_0x10256c[_0x5992dc(0x2d4)]))logger[_0x5992dc(0x2b8)](_0x10256c[_0x5992dc(0x2e2)],_0x16c3b0),_0x10256c[_0x5992dc(0x256)](_0x537727,_0x16c3b0);else return _0x4044df;}),_0x477bcf['on'](_0x5517a5[_0x2a7be1(0x2ef)],function(){const _0x40537c=_0x2a7be1,_0x1cccb2={'yBWle':function(_0x17fb5e,_0x3f4acb){const _0x3cbd4e=a56_0x44f3;return _0x10256c[_0x3cbd4e(0x316)](_0x17fb5e,_0x3f4acb);},'QvIqG':_0x10256c['bdjys'],'zUExO':function(_0x4e72e0,_0x1daaaf){const _0x401a42=a56_0x44f3;return _0x10256c[_0x401a42(0x29c)](_0x4e72e0,_0x1daaaf);},'jTjIC':function(_0x3bf83e,_0x31be61){const _0x35f1b2=a56_0x44f3;return _0x10256c[_0x35f1b2(0x2e4)](_0x3bf83e,_0x31be61);},'fuclL':_0x10256c[_0x40537c(0x2a6)],'MtqLT':function(_0x7954b7,_0x294d21){const _0x2279f4=_0x40537c;return _0x10256c[_0x2279f4(0x21c)](_0x7954b7,_0x294d21);},'LbOur':_0x10256c[_0x40537c(0x261)],'ziCgN':_0x10256c[_0x40537c(0x2c9)],'tRRmK':_0x10256c[_0x40537c(0x2ab)],'XyMSq':_0x10256c[_0x40537c(0x297)],'xWekE':function(_0x350dca,_0x439559){return _0x10256c['szpPg'](_0x350dca,_0x439559);},'EeEAJ':_0x10256c[_0x40537c(0x29b)],'VXJFV':_0x10256c['WDMqN'],'uvUQj':function(_0x21168c,_0x397e12){const _0x407256=_0x40537c;return _0x10256c[_0x407256(0x1f4)](_0x21168c,_0x397e12);},'jilxq':_0x10256c[_0x40537c(0x1e4)],'iKfgv':_0x10256c[_0x40537c(0x292)],'zqWBw':function(_0x598bf1,_0x524f85){return _0x10256c['kBNLV'](_0x598bf1,_0x524f85);}},_0x3cf819={};_0x3cf819['lazyEntries']=!![],yauzl[_0x40537c(0x281)](_0x140bc7,_0x3cf819,function(_0x353c3b,_0x51ae2a){const _0x4ec2cc=_0x40537c,_0x115827={'amegm':function(_0x2aa3d6,_0x5958b7){const _0x40df18=a56_0x44f3;return _0x10256c[_0x40df18(0x250)](_0x2aa3d6,_0x5958b7);},'zmDke':function(_0x5c4b37,_0x2386f0){const _0x501fa7=a56_0x44f3;return _0x10256c[_0x501fa7(0x320)](_0x5c4b37,_0x2386f0);},'UNbZk':_0x10256c[_0x4ec2cc(0x318)],'dHkpE':function(_0x5cb38e,_0x4356bf){const _0x11cc85=_0x4ec2cc;return _0x10256c[_0x11cc85(0x27d)](_0x5cb38e,_0x4356bf);},'iWHIT':_0x10256c[_0x4ec2cc(0x22e)],'YFcUW':_0x10256c[_0x4ec2cc(0x2ed)],'WDCBk':_0x10256c[_0x4ec2cc(0x202)],'cBSaA':_0x10256c['sEtQf'],'FREeG':_0x10256c[_0x4ec2cc(0x206)],'OGlIk':function(_0x401ffb,_0xd9408a){const _0x5cd573=_0x4ec2cc;return _0x10256c[_0x5cd573(0x25d)](_0x401ffb,_0xd9408a);},'UGrhc':function(_0x861a11,_0x250516){const _0x112168=_0x4ec2cc;return _0x10256c[_0x112168(0x205)](_0x861a11,_0x250516);},'ebLYj':_0x10256c['bsjkb']};if(_0x353c3b){if(_0x10256c['xyBTU'](_0x10256c['GYWVC'],_0x10256c[_0x4ec2cc(0x29f)]))_0x10256c[_0x4ec2cc(0x25d)](_0x537727,_0x353c3b);else return _0x137c93||(_0x316c32?_0x1cccb2[_0x4ec2cc(0x243)](_0x1cccb2[_0x4ec2cc(0x260)],_0x3cf814):null);}_0x51ae2a['readEntry'](),_0x51ae2a['on'](_0x10256c[_0x4ec2cc(0x300)],_0x209424=>{const _0x41f912=_0x4ec2cc,_0x5b1d0e={'yhcZS':function(_0x180338,_0x29b4c0){const _0x2a832c=a56_0x44f3;return _0x1cccb2[_0x2a832c(0x2e0)](_0x180338,_0x29b4c0);}};if(_0x1cccb2[_0x41f912(0x24a)](_0x1cccb2['fuclL'],_0x1cccb2[_0x41f912(0x25e)])){if(/\/$/[_0x41f912(0x2a3)](_0x209424[_0x41f912(0x2f7)])){if(_0x1cccb2[_0x41f912(0x209)](_0x1cccb2[_0x41f912(0x2bd)],_0x1cccb2['ziCgN']))_0x51ae2a[_0x41f912(0x2ca)]();else return _0x16e3aa[_0x41f912(0x1e2)](_0x1bb89d,_0x86732),!![];}else{if(_0x1cccb2[_0x41f912(0x209)](_0x1cccb2['tRRmK'],_0x1cccb2[_0x41f912(0x210)])){const _0x54249a=fs[_0x41f912(0x2b5)](path[_0x41f912(0x2b7)](_0x11084e,_0x209424[_0x41f912(0x2f7)]));_0x51ae2a[_0x41f912(0x2ac)](_0x209424,function(_0x4e5bdd,_0x366c8d){const _0x4f4ba3=_0x41f912,_0x3678cb={'jFeAN':function(_0x3e1241,_0x458ccc){return _0x115827['amegm'](_0x3e1241,_0x458ccc);},'jxNeB':function(_0x44bf21,_0x38abae){const _0x372ecf=a56_0x44f3;return _0x115827[_0x372ecf(0x313)](_0x44bf21,_0x38abae);},'PfLWS':_0x115827[_0x4f4ba3(0x2d9)]};_0x115827['dHkpE'](_0x115827[_0x4f4ba3(0x26e)],_0x115827[_0x4f4ba3(0x26e)])?_0x1a9af2[_0x4f4ba3(0x221)]():(_0x4e5bdd&&(_0x115827[_0x4f4ba3(0x293)](_0x115827[_0x4f4ba3(0x26d)],_0x115827['WDCBk'])?_0x115827[_0x4f4ba3(0x22b)](_0x537727,_0x353c3b):_0x55d97b[_0x4f4ba3(0x2a3)](_0x51e564)&&_0x5b1d0e[_0x4f4ba3(0x2cf)](_0x3fd7b7,!![])),_0x366c8d['on'](_0x115827['cBSaA'],function(){const _0x531945=_0x4f4ba3,_0x2246bb={'clVGR':function(_0x5d6303,_0xe13ebe){const _0x242af9=a56_0x44f3;return _0x3678cb[_0x242af9(0x317)](_0x5d6303,_0xe13ebe);}};_0x3678cb[_0x531945(0x2d5)](_0x3678cb['PfLWS'],_0x3678cb[_0x531945(0x24d)])?_0x2246bb['clVGR'](_0x1ef624,_0x5cf810):(_0x54249a[_0x531945(0x221)](),_0x51ae2a[_0x531945(0x2ca)]());}),_0x366c8d[_0x4f4ba3(0x224)](_0x54249a));});if(_0x1cccb2[_0x41f912(0x24a)](_0x209424['fileName'],_0x55d300)){if(_0x1cccb2[_0x41f912(0x208)](_0x1cccb2['EeEAJ'],_0x1cccb2[_0x41f912(0x201)]))return _0x25aaba['statSync'](_0x3fe407),!![];else _0x51ae2a[_0x41f912(0x221)]();}}else _0xa4079c[_0x41f912(0x2b8)](_0x115827[_0x41f912(0x1fa)],_0x121dd5),_0x115827['OGlIk'](_0x465fb2,_0x3924b8);}}else _0x398ee4&&_0x115827['OGlIk'](_0x3f63bf,_0x2690df),_0x3b2582['on'](_0x115827['cBSaA'],function(){const _0x328e9b=_0x41f912;_0x6a5c35[_0x328e9b(0x221)](),_0x48eef1[_0x328e9b(0x2ca)]();}),_0x2ac361[_0x41f912(0x224)](_0x33eb19);}),_0x51ae2a['on'](_0x10256c[_0x4ec2cc(0x266)],_0x5412d8=>{const _0x5328ae=_0x4ec2cc;_0x1cccb2['uvUQj'](_0x1cccb2['jilxq'],_0x1cccb2[_0x5328ae(0x307)])?(_0x5ee08f[_0x5328ae(0x221)](),_0x13c7b6[_0x5328ae(0x2ca)]()):_0x1cccb2[_0x5328ae(0x2a9)](_0x537727,_0x5412d8);}),_0x51ae2a[_0x4ec2cc(0x30a)](_0x10256c[_0x4ec2cc(0x2f4)],()=>{const _0x3a1e0d=_0x4ec2cc;fs[_0x3a1e0d(0x265)](_0x832b51,_0x115827[_0x3a1e0d(0x31f)],function(_0x20f128){const _0x2cd5ef=_0x3a1e0d;_0x20f128&&_0x115827[_0x2cd5ef(0x2be)](_0x537727,_0x20f128),_0x115827[_0x2cd5ef(0x22b)](_0x356cca,_0x832b51);}),_0x51ae2a[_0x3a1e0d(0x221)]();});});});})['on'](_0xc9eb7e[_0x290c6a(0x2a8)],function(_0x5c9ec8){const _0x23f6be=_0x290c6a;logger[_0x23f6be(0x2b8)](_0x5517a5[_0x23f6be(0x2df)],_0x5c9ec8),_0x5517a5[_0x23f6be(0x2e5)](_0x537727,_0x5c9ec8);});});}#homedir(){const _0x4909b4=a56_0x617ea3,_0x5bd59e={};_0x5bd59e[_0x4909b4(0x24f)]=function(_0x550ac9,_0x524066){return _0x550ac9===_0x524066;},_0x5bd59e[_0x4909b4(0x2c5)]='function',_0x5bd59e[_0x4909b4(0x20f)]=function(_0x727454,_0x10870e){return _0x727454===_0x10870e;},_0x5bd59e[_0x4909b4(0x212)]=_0x4909b4(0x285),_0x5bd59e[_0x4909b4(0x279)]=function(_0x468db3,_0x119e1d){return _0x468db3+_0x119e1d;},_0x5bd59e[_0x4909b4(0x239)]=_0x4909b4(0x23a),_0x5bd59e[_0x4909b4(0x1e8)]=_0x4909b4(0x2fb),_0x5bd59e[_0x4909b4(0x21f)]=_0x4909b4(0x270),_0x5bd59e[_0x4909b4(0x319)]=_0x4909b4(0x252),_0x5bd59e[_0x4909b4(0x20a)]=function(_0x4c339e,_0x470262){return _0x4c339e+_0x470262;},_0x5bd59e['wNTra']='/home/',_0x5bd59e[_0x4909b4(0x299)]=function(_0x1aafd4,_0x48c869){return _0x1aafd4||_0x48c869;};const _0x1c02d6=_0x5bd59e;if(_0x1c02d6[_0x4909b4(0x24f)](typeof os[_0x4909b4(0x2b3)],_0x1c02d6['srIhN']))return os[_0x4909b4(0x2b3)]();const _0x33c33c=process[_0x4909b4(0x2e6)],_0x3e3638=_0x33c33c['HOME'],_0x3b1853=_0x33c33c[_0x4909b4(0x2b1)]||_0x33c33c[_0x4909b4(0x290)]||_0x33c33c[_0x4909b4(0x258)]||_0x33c33c['USERNAME'];if(_0x1c02d6[_0x4909b4(0x20f)](process['platform'],_0x1c02d6[_0x4909b4(0x212)]))return _0x33c33c[_0x4909b4(0x28c)]||_0x1c02d6[_0x4909b4(0x279)](_0x33c33c[_0x4909b4(0x216)],_0x33c33c['HOMEPATH'])||_0x3e3638||null;if(_0x1c02d6[_0x4909b4(0x20f)](process[_0x4909b4(0x27a)],_0x1c02d6[_0x4909b4(0x239)]))return _0x3e3638||(_0x3b1853?_0x1c02d6[_0x4909b4(0x279)](_0x1c02d6[_0x4909b4(0x1e8)],_0x3b1853):null);if(_0x1c02d6[_0x4909b4(0x24f)](process[_0x4909b4(0x27a)],_0x1c02d6['FiCzk']))return _0x3e3638||(_0x1c02d6[_0x4909b4(0x24f)](process['getuid'](),0x0)?_0x1c02d6[_0x4909b4(0x319)]:_0x3b1853?_0x1c02d6['gkwHT'](_0x1c02d6[_0x4909b4(0x2a5)],_0x3b1853):null);return _0x1c02d6[_0x4909b4(0x299)](_0x3e3638,null);}}module[a56_0x617ea3(0x2d7)]=PercyBinary;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a57_0x18ce(_0xf122fb,_0x3cc368){var _0x4a9ee1=a57_0x4a9e();return a57_0x18ce=function(_0x18ce59,_0xe6886b){_0x18ce59=_0x18ce59-0x70;var _0x223b68=_0x4a9ee1[_0x18ce59];return _0x223b68;},a57_0x18ce(_0xf122fb,_0x3cc368);}var a57_0x5a14d9=a57_0x18ce;function a57_0x4a9e(){var _0x579824=['1197126wTViRM','increment','170tOWNmO','33ivHdGI','15412752jmLcnl','761380TlFWRD','2605824pCgtET','getName','61098nLjhpM','66596oAHJxk','4661083ZHWgzB','get','exports'];a57_0x4a9e=function(){return _0x579824;};return a57_0x4a9e();}(function(_0x128bec,_0x3e1a0e){var _0x348c40=a57_0x18ce,_0x36ea25=_0x128bec();while(!![]){try{var _0x3dfa46=-parseInt(_0x348c40(0x79))/0x1+parseInt(_0x348c40(0x74))/0x2+parseInt(_0x348c40(0x77))/0x3*(parseInt(_0x348c40(0x70))/0x4)+-parseInt(_0x348c40(0x76))/0x5*(parseInt(_0x348c40(0x7c))/0x6)+-parseInt(_0x348c40(0x71))/0x7+-parseInt(_0x348c40(0x7a))/0x8+parseInt(_0x348c40(0x78))/0x9;if(_0x3dfa46===_0x3e1a0e)break;else _0x36ea25['push'](_0x36ea25['shift']());}catch(_0x5c45b9){_0x36ea25['push'](_0x36ea25['shift']());}}}(a57_0x4a9e,0x60717));class PercyCaptureMap{#map={};[a57_0x5a14d9(0x75)](_0x427c43,_0x1eb179){!this.#map[_0x427c43]&&(this.#map[_0x427c43]={}),!this.#map[_0x427c43][_0x1eb179]&&(this.#map[_0x427c43][_0x1eb179]=0x0),this.#map[_0x427c43][_0x1eb179]++;}[a57_0x5a14d9(0x7b)](_0x3c1804,_0x539288){var _0x2b422c=a57_0x5a14d9;return _0x3c1804+'-'+_0x539288+'-'+this[_0x2b422c(0x72)](_0x3c1804,_0x539288);}[a57_0x5a14d9(0x72)](_0x58c531,_0x483242){if(!this.#map[_0x58c531])return 0x0;if(!this.#map[_0x58c531][_0x483242])return 0x0;return this.#map[_0x58c531][_0x483242];}}module[a57_0x5a14d9(0x73)]=PercyCaptureMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a58_0x12aeb2=a58_0x4c9e;(function(_0x5c7743,_0x152c06){var _0x57e6fe=a58_0x4c9e,_0x546561=_0x5c7743();while(!![]){try{var _0x3f31d3=-parseInt(_0x57e6fe(0x151))/0x1*(-parseInt(_0x57e6fe(0x14c))/0x2)+-parseInt(_0x57e6fe(0x143))/0x3*(-parseInt(_0x57e6fe(0x146))/0x4)+-parseInt(_0x57e6fe(0x144))/0x5*(parseInt(_0x57e6fe(0x147))/0x6)+-parseInt(_0x57e6fe(0x140))/0x7*(-parseInt(_0x57e6fe(0x150))/0x8)+parseInt(_0x57e6fe(0x145))/0x9+-parseInt(_0x57e6fe(0x149))/0xa+parseInt(_0x57e6fe(0x141))/0xb*(-parseInt(_0x57e6fe(0x14b))/0xc);if(_0x3f31d3===_0x152c06)break;else _0x546561['push'](_0x546561['shift']());}catch(_0x584922){_0x546561['push'](_0x546561['shift']());}}}(a58_0x4ae9,0xe36c3));var a58_0x5e167a={};a58_0x5e167a[a58_0x12aeb2(0x148)]=[a58_0x12aeb2(0x14a)],a58_0x5e167a[a58_0x12aeb2(0x142)]=[a58_0x12aeb2(0x152),'sendKeys'];var a58_0x3335c5={};function a58_0x4ae9(){var _0x15e8d4=['67285wcYsDm','15750162iCprlc','4WyefpC','270dtkeUc','driver','11949350nHYTAT','takeScreenshot','15119916ccaqDh','532MNmkos','manual','screenshot','testcase','1492768Jqufmf','4559YHAkUv','click','35dwbJLr','22LXOGvf','element','4068951zWTVTy'];a58_0x4ae9=function(){return _0x15e8d4;};return a58_0x4ae9();}a58_0x3335c5[a58_0x12aeb2(0x148)]=['takeScreenshot'];function a58_0x4c9e(_0x2a596f,_0x5f51d6){var _0x4ae9db=a58_0x4ae9();return a58_0x4c9e=function(_0x4c9e77,_0x1499d0){_0x4c9e77=_0x4c9e77-0x140;var _0x21176e=_0x4ae9db[_0x4c9e77];return _0x21176e;},a58_0x4c9e(_0x2a596f,_0x5f51d6);}var a58_0x3d0ac6={};a58_0x3d0ac6[a58_0x12aeb2(0x142)]=[a58_0x12aeb2(0x152)];var a58_0x3f26d7={};a58_0x3f26d7['auto']=a58_0x5e167a,a58_0x3f26d7[a58_0x12aeb2(0x14e)]=a58_0x3335c5,a58_0x3f26d7[a58_0x12aeb2(0x152)]=a58_0x3d0ac6,a58_0x3f26d7[a58_0x12aeb2(0x14f)]={},a58_0x3f26d7[a58_0x12aeb2(0x14d)]={},module['exports']=a58_0x3f26d7;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a59_0x13a4ef=a59_0x295b;function a59_0x25c1(){const _0x1fa68a=['DgcXF','aHMin','yutol','winstonLogger','browserstackPlatformIndex','122193lhvrWl','1358901xwaTcQ','fTSjm','SmSUx','2598045BmgBnL','error','ZDrpg','wxywN','36ejtrfF','10713978vcWUUX','apply','11494hnAhlc','cVRdk','../logger','aasiF','1398408AMvdEj','Unsupported\x20driver\x20for\x20percy','pGPrx','screenshot','QIKPe','@percy/selenium-webdriver','lZGxh','brZlx','lUPml','JTTYs','2440RZHfhG','@percy/appium-app','browserstackPercyBestPlatform','2440540tEjByw','snapshot','QcuCE','hWQcZ'];a59_0x25c1=function(){return _0x1fa68a;};return a59_0x25c1();}(function(_0x2c2048,_0x512a3a){const _0x5eb9c8=a59_0x295b,_0x5516b7=_0x2c2048();while(!![]){try{const _0x34df6b=parseInt(_0x5eb9c8(0x151))/0x1+-parseInt(_0x5eb9c8(0x147))/0x2+parseInt(_0x5eb9c8(0x150))/0x3*(-parseInt(_0x5eb9c8(0x158))/0x4)+-parseInt(_0x5eb9c8(0x154))/0x5+-parseInt(_0x5eb9c8(0x15f))/0x6+parseInt(_0x5eb9c8(0x15b))/0x7*(parseInt(_0x5eb9c8(0x144))/0x8)+parseInt(_0x5eb9c8(0x159))/0x9;if(_0x34df6b===_0x512a3a)break;else _0x5516b7['push'](_0x5516b7['shift']());}catch(_0x1e2161){_0x5516b7['push'](_0x5516b7['shift']());}}}(a59_0x25c1,0xad7e3));function a59_0x295b(_0x5a596e,_0x5bc64c){const _0x25c16c=a59_0x25c1();return a59_0x295b=function(_0x295b68,_0x2ddce4){_0x295b68=_0x295b68-0x143;let _0x456463=_0x25c16c[_0x295b68];return _0x456463;},a59_0x295b(_0x5a596e,_0x5bc64c);}const tryRequire=function(_0x33b948,_0x1ea3a5){const _0x4d2bdc=a59_0x295b,_0x4fec80={'brZlx':function(_0x3a7c6a,_0x39f3bc){return _0x3a7c6a===_0x39f3bc;},'DgcXF':function(_0xcd8e0,_0x1238bb){return _0xcd8e0!==_0x1238bb;},'JTTYs':'yOEUv','nHakD':_0x4d2bdc(0x153),'chOcP':function(_0x11fdf8,_0xee1c17){return _0x11fdf8(_0xee1c17);},'pMrZL':_0x4d2bdc(0x14c),'QIKPe':_0x4d2bdc(0x15c)};try{if(_0x4fec80[_0x4d2bdc(0x14b)](_0x4fec80[_0x4d2bdc(0x143)],_0x4fec80['nHakD']))return _0x4fec80['chOcP'](require,_0x33b948);else _0x333008[_0x4d2bdc(0x162)]=_0x3ef17f;}catch{if(_0x4fec80['DgcXF'](_0x4fec80['pMrZL'],_0x4fec80[_0x4d2bdc(0x163)]))return _0x1ea3a5;else _0x599fa8[_0x4d2bdc(0x148)]=function(){const _0x4b7b66=_0x4d2bdc;if(!_0x341449[_0x4b7b66(0x14f)])return _0x2836a7[_0x4b7b66(0x15a)](this,arguments);else{if(_0x4fec80[_0x4b7b66(0x166)](_0x5966ab[_0x4b7b66(0x14f)],_0x4a8661[_0x4b7b66(0x146)]))return _0x4fd351[_0x4b7b66(0x15a)](this,arguments);}};}},percySnapshot=tryRequire(a59_0x13a4ef(0x164),null),{percyScreenshot}=tryRequire('@percy/selenium-webdriver',{}),percyAppScreenshot=require(a59_0x13a4ef(0x145)),logger=require(a59_0x13a4ef(0x15d))[a59_0x13a4ef(0x14e)];percySnapshot&&(exports['snapshot']=function(){const _0x4851b3=a59_0x13a4ef,_0x5529f1={};_0x5529f1[_0x4851b3(0x149)]=function(_0xb03fd4,_0x4b7419){return _0xb03fd4!==_0x4b7419;},_0x5529f1['fTSjm']='zpjup',_0x5529f1[_0x4851b3(0x14d)]=_0x4851b3(0x14a),_0x5529f1[_0x4851b3(0x156)]=function(_0x5b668f,_0x326977){return _0x5b668f===_0x326977;},_0x5529f1[_0x4851b3(0x161)]=_0x4851b3(0x167),_0x5529f1['wxywN']=_0x4851b3(0x165);const _0x5f40eb=_0x5529f1;if(!global[_0x4851b3(0x14f)])return _0x5f40eb[_0x4851b3(0x149)](_0x5f40eb[_0x4851b3(0x152)],_0x5f40eb[_0x4851b3(0x14d)])?percySnapshot[_0x4851b3(0x15a)](this,arguments):_0x19544f['apply'](this,arguments);else{if(_0x5f40eb[_0x4851b3(0x156)](global['browserstackPlatformIndex'],global[_0x4851b3(0x146)]))return _0x5f40eb[_0x4851b3(0x156)](_0x5f40eb[_0x4851b3(0x161)],_0x5f40eb[_0x4851b3(0x157)])?_0x4c864f:percySnapshot[_0x4851b3(0x15a)](this,arguments);}});percyScreenshot?exports[a59_0x13a4ef(0x162)]=percyScreenshot:exports[a59_0x13a4ef(0x162)]=()=>{const _0x28d123=a59_0x13a4ef,_0x2e14b9={};_0x2e14b9['aasiF']=_0x28d123(0x160);const _0x1937cd=_0x2e14b9;logger[_0x28d123(0x155)](_0x1937cd[_0x28d123(0x15e)]);};exports['screenshotApp']=percyAppScreenshot;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a60_0x43e8(_0x5d0794,_0x2a6678){var _0x5e451c=a60_0x5e45();return a60_0x43e8=function(_0x43e879,_0x11b34f){_0x43e879=_0x43e879-0x127;var _0xcc3a92=_0x5e451c[_0x43e879];return _0xcc3a92;},a60_0x43e8(_0x5d0794,_0x2a6678);}function a60_0x5e45(){var _0x408011=['73520jTPuDj','5662RLJVDf','./Percy','141CwheJx','522UGwuAj','16680IzCJVr','exports','198758KRtMgs','7348HCfDGS','65vZMxHy','9977qMIkAY','8GcZHmM','722106Ywjymp','2090460lwFkHA'];a60_0x5e45=function(){return _0x408011;};return a60_0x5e45();}var a60_0x440d6c=a60_0x43e8;(function(_0x41b938,_0x5b8202){var _0x1d86e8=a60_0x43e8,_0x708fd7=_0x41b938();while(!![]){try{var _0x2411b0=parseInt(_0x1d86e8(0x127))/0x1*(-parseInt(_0x1d86e8(0x12d))/0x2)+parseInt(_0x1d86e8(0x12f))/0x3*(parseInt(_0x1d86e8(0x134))/0x4)+-parseInt(_0x1d86e8(0x12b))/0x5+-parseInt(_0x1d86e8(0x12a))/0x6+parseInt(_0x1d86e8(0x133))/0x7*(parseInt(_0x1d86e8(0x129))/0x8)+-parseInt(_0x1d86e8(0x130))/0x9*(parseInt(_0x1d86e8(0x12c))/0xa)+parseInt(_0x1d86e8(0x128))/0xb*(parseInt(_0x1d86e8(0x131))/0xc);if(_0x2411b0===_0x5b8202)break;else _0x708fd7['push'](_0x708fd7['shift']());}catch(_0x2d6af3){_0x708fd7['push'](_0x708fd7['shift']());}}}(a60_0x5e45,0x3751d),module[a60_0x440d6c(0x132)]=require(a60_0x440d6c(0x12e)));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a61_0x46a47a=a61_0x4111;(function(_0x2be301,_0x265fe4){const _0x2d23fd=a61_0x4111,_0x3b42d7=_0x2be301();while(!![]){try{const _0x5aaf6c=-parseInt(_0x2d23fd(0x172))/0x1+parseInt(_0x2d23fd(0x16a))/0x2*(parseInt(_0x2d23fd(0x1da))/0x3)+parseInt(_0x2d23fd(0x1a8))/0x4+-parseInt(_0x2d23fd(0x1e0))/0x5*(parseInt(_0x2d23fd(0x177))/0x6)+-parseInt(_0x2d23fd(0x1cd))/0x7+-parseInt(_0x2d23fd(0x1bc))/0x8+parseInt(_0x2d23fd(0x1be))/0x9*(parseInt(_0x2d23fd(0x1de))/0xa);if(_0x5aaf6c===_0x265fe4)break;else _0x3b42d7['push'](_0x3b42d7['shift']());}catch(_0xa92960){_0x3b42d7['push'](_0x3b42d7['shift']());}}}(a61_0x3a8a,0xc27ee));function a61_0x4111(_0x382233,_0x37d5e3){const _0x3a8a4c=a61_0x3a8a();return a61_0x4111=function(_0x411179,_0x2aa007){_0x411179=_0x411179-0x160;let _0x64d902=_0x3a8a4c[_0x411179];return _0x64d902;},a61_0x4111(_0x382233,_0x37d5e3);}const Percy=require(a61_0x46a47a(0x191)),PercySDK=require('./PercySDK'),PercyCaptureModes=require(a61_0x46a47a(0x1a0)),PercyCaptureMap=require(a61_0x46a47a(0x1a3)),logger=require(a61_0x46a47a(0x1d4))['winstonLogger'],helper=require('../helper');function a61_0x3a8a(){const _0x3dd312=['MjQck','browserstackPercyBestPlatform','browser','stop','platforms','614tTkarD','Starting\x20percy','ZRKDb','GCDuJ','eIoNJ','RuegM','ULIQY','qEzIt','643673lOCALG','bDQWX','iovAK','PVmvc','wGlLE','78MhPbOt','AOabU','getPercyOptions','prototype','forEach','apply','pkmHB','JRzod','GsZvL','TCBZl','sWcUQ','HZpEd','Error\x20patching\x20','EIGwi','startPercy','stopPercy','jsRrq','IvgkA','KusLz','DAhAW','percyAutoCapture','anard','getDriver','vCPbI','safari','FOitl','./Percy','getBestPlatformForPercySnapshot','percyCaptureMode','ZNWfA','patch','TgXlm','DoWNc','Stopping\x20percy','wCNbx','\x20for\x20percy\x20','cOCuW','tAYOt','browserstackPercyMap','XWbOp','LfQMO','./PercyCaptureModes','isUndefined','kZvDk','./PercyCaptureMap','LkhgP','screenshotApp','nSwLE','fhHll','5121228WRkNTI','PfVeH','QueMK','uvKjQ','edzmJ','XKzhF','toOnJ','debug','StcKF','screenshot','ereZd','BKvhC','SLevc','driver','hVUGx','aQaqG','error','patchDriverPercy','start','manual','12548504jHThzM','toLowerCase','711xVeutB','browserstackSessionName','deviceName','nestedKeyValue','hIUoP','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','swZMj','psgYg','XzKTD','USNSA','ElTQo','getName','aAAoF','cUQRp','qXPfo','773766DJEtpY','app','UFgHP','percy','TObcq','qBvvR','browserName','../logger','vZdwT','LJiPQ','SMHqs','xlPAi','NraYb','2499dZepkd','uxdGP','browserStackPercyOptions','nLDdJ','389770xWPeFB','Pbyal','575305XODCDX','ojcsV','overrideXforPercy','edge','FJrDU','then','init'];a61_0x3a8a=function(){return _0x3dd312;};return a61_0x3a8a();}exports[a61_0x46a47a(0x185)]=async _0x109086=>{const _0x55a6db=a61_0x46a47a,_0x5c256a={};_0x5c256a[_0x55a6db(0x1a7)]=_0x55a6db(0x16b),_0x5c256a[_0x55a6db(0x1b3)]=function(_0x32e71e,_0x1b5ee0){return _0x32e71e!==_0x1b5ee0;},_0x5c256a['DoWNc']=_0x55a6db(0x17f),_0x5c256a[_0x55a6db(0x18c)]=_0x55a6db(0x1e1);const _0x44ff52=_0x5c256a;logger[_0x55a6db(0x1af)](_0x44ff52[_0x55a6db(0x1a7)]);const _0x44b996=new Percy(_0x109086),_0x41b5ea=await _0x44b996[_0x55a6db(0x1ba)]();if(_0x41b5ea){if(_0x44ff52[_0x55a6db(0x1b3)](_0x44ff52[_0x55a6db(0x197)],_0x44ff52[_0x55a6db(0x18c)]))return _0x44b996;else _0x3de7f3[_0x55a6db(0x1b8)](_0x55a6db(0x183)+_0x129830+'\x20for\x20percy\x20'+_0x22edde);}return null;},exports[a61_0x46a47a(0x186)]=async _0x5a5d27=>{const _0x20f77b=a61_0x46a47a,_0x352184={};_0x352184[_0x20f77b(0x1ca)]=_0x20f77b(0x198);const _0x1d8702=_0x352184;return logger[_0x20f77b(0x1af)](_0x1d8702[_0x20f77b(0x1ca)]),_0x5a5d27['stop']();},exports[a61_0x46a47a(0x192)]=_0x185897=>{const _0x24b995=a61_0x46a47a,_0x308eb1={};_0x308eb1[_0x24b995(0x1ad)]=function(_0x4c8454,_0x3ec541){return _0x4c8454===_0x3ec541;},_0x308eb1[_0x24b995(0x1b0)]=_0x24b995(0x1ac),_0x308eb1[_0x24b995(0x16e)]=function(_0x57aa89,_0x5b8fa2){return _0x57aa89!==_0x5b8fa2;},_0x308eb1[_0x24b995(0x184)]=_0x24b995(0x1d6),_0x308eb1[_0x24b995(0x1c5)]='SzbZD',_0x308eb1['PfVeH']=function(_0x463851,_0x44f0bf){return _0x463851!==_0x44f0bf;},_0x308eb1[_0x24b995(0x182)]='jDAdN',_0x308eb1[_0x24b995(0x176)]='XVghn',_0x308eb1[_0x24b995(0x190)]=function(_0x2b5fb5,_0x2b06db){return _0x2b5fb5<_0x2b06db;},_0x308eb1[_0x24b995(0x180)]=_0x24b995(0x173),_0x308eb1[_0x24b995(0x1a2)]='rpXxf';const _0x315dbf=_0x308eb1,_0x45b089={};_0x45b089['chrome']=0x0,_0x45b089['firefox']=0x1,_0x45b089[_0x24b995(0x161)]=0x2,_0x45b089[_0x24b995(0x18f)]=0x3;const _0x178fe1=_0x45b089;return _0x185897['reduce']((_0x548247,_0x515df1,_0x46da15)=>{const _0x3f7ae7=_0x24b995;if(_0x315dbf[_0x3f7ae7(0x1ad)](_0x315dbf[_0x3f7ae7(0x1b0)],_0x315dbf[_0x3f7ae7(0x1b0)])){const _0x32ad6f=_0x185897[_0x548247];if(_0x515df1[_0x3f7ae7(0x1c0)]){if(_0x315dbf[_0x3f7ae7(0x16e)](_0x315dbf['EIGwi'],_0x315dbf[_0x3f7ae7(0x1c5)]))return _0x548247;else _0x51aff1[_0x3f7ae7(0x166)]=_0x3ba2cf[_0x3f7ae7(0x192)](_0x3dce54[_0x3f7ae7(0x169)]);}if(_0x32ad6f[_0x3f7ae7(0x1c0)]){if(_0x315dbf[_0x3f7ae7(0x1a9)](_0x315dbf[_0x3f7ae7(0x182)],_0x315dbf[_0x3f7ae7(0x176)]))return _0x46da15;else _0x1934e6['driver']['forEach'](_0x12bce4=>this['overrideXforPercy'](_0xf8a338,_0x12bce4,_0x2b8ee8));}const _0x1f2569=_0x515df1[_0x3f7ae7(0x167)]?_0x515df1[_0x3f7ae7(0x167)]:_0x515df1['browserName'];if(_0x1f2569&&_0x315dbf[_0x3f7ae7(0x190)](_0x178fe1[_0x1f2569[_0x3f7ae7(0x1bd)]()],_0x178fe1[_0x1f2569[_0x3f7ae7(0x1bd)]()])){if(_0x315dbf['eIoNJ'](_0x315dbf[_0x3f7ae7(0x180)],_0x315dbf[_0x3f7ae7(0x1a2)]))return _0x46da15;else return;}return _0x548247;}else return;},0x0);},exports[a61_0x46a47a(0x18b)]=async(_0x4e9c28,_0x58de89,_0x31cd86)=>{const _0x2b1edf=a61_0x46a47a,_0x15c061={};_0x15c061[_0x2b1edf(0x1df)]=_0x2b1edf(0x198),_0x15c061[_0x2b1edf(0x1d5)]=function(_0x47e5ab,_0x572291){return _0x47e5ab===_0x572291;},_0x15c061[_0x2b1edf(0x1c8)]=_0x2b1edf(0x19e),_0x15c061[_0x2b1edf(0x1d2)]=_0x2b1edf(0x188),_0x15c061[_0x2b1edf(0x170)]=_0x2b1edf(0x1c3),_0x15c061[_0x2b1edf(0x1ab)]=function(_0x264830,_0xb8beea){return _0x264830===_0xb8beea;},_0x15c061['FJrDU']=_0x2b1edf(0x1a6),_0x15c061['pkmHB']=_0x2b1edf(0x181),_0x15c061[_0x2b1edf(0x1d9)]=function(_0x34f554,_0x2bdc7c){return _0x34f554===_0x2bdc7c;},_0x15c061[_0x2b1edf(0x1aa)]='tbuzd';const _0x2d328a=_0x15c061,_0x4cf28e=_0x4e9c28['browserstackPercyMap'];if(helper[_0x2b1edf(0x1a1)](_0x4e9c28['browserstackSessionName'])){if(_0x2d328a[_0x2b1edf(0x1d5)](_0x2d328a['ElTQo'],_0x2d328a[_0x2b1edf(0x1d2)]))return _0x3d9074;else{logger[_0x2b1edf(0x1af)](_0x2d328a[_0x2b1edf(0x170)]);return;}}const _0x4f37c6=_0x4cf28e[_0x2b1edf(0x1c9)](_0x4e9c28[_0x2b1edf(0x1bf)],_0x58de89);if(_0x31cd86[_0x2b1edf(0x1ce)]){if(_0x2d328a['uvKjQ'](_0x2d328a[_0x2b1edf(0x162)],_0x2d328a[_0x2b1edf(0x17d)]))return _0x2eee35;else await PercySDK[_0x2b1edf(0x1a5)](_0x4e9c28,_0x4f37c6);}else{if(_0x2d328a['NraYb'](_0x2d328a[_0x2b1edf(0x1aa)],_0x2d328a[_0x2b1edf(0x1aa)]))await PercySDK[_0x2b1edf(0x1b1)](_0x4e9c28,_0x4f37c6);else return _0x3ba9a1['debug'](_0x2d328a[_0x2b1edf(0x1df)]),_0x33f8e7[_0x2b1edf(0x168)]();}_0x4cf28e['increment'](_0x4e9c28[_0x2b1edf(0x1bf)],_0x58de89);},exports[a61_0x46a47a(0x1b9)]=(_0x582a0f,_0x2a58eb,_0x4dc0c0)=>{const _0x52261b=a61_0x46a47a,_0xad2c6c={};_0xad2c6c[_0x52261b(0x1b2)]=function(_0x59ad0b,_0x230956){return _0x59ad0b<_0x230956;},_0xad2c6c[_0x52261b(0x174)]=_0x52261b(0x1c3),_0xad2c6c[_0x52261b(0x1cc)]=function(_0x48a6db,_0x462963){return _0x48a6db!==_0x462963;},_0xad2c6c[_0x52261b(0x17e)]='sAEkT',_0xad2c6c[_0x52261b(0x1d1)]=_0x52261b(0x1c6),_0xad2c6c[_0x52261b(0x1c2)]=_0x52261b(0x165),_0xad2c6c['KFfRx']=_0x52261b(0x19b),_0xad2c6c[_0x52261b(0x16c)]='OInpu',_0xad2c6c[_0x52261b(0x1b6)]='mIwxr',_0xad2c6c[_0x52261b(0x18a)]='VXkcE',_0xad2c6c['USNSA']=function(_0xbae424,_0x3a8e9b){return _0xbae424===_0x3a8e9b;},_0xad2c6c[_0x52261b(0x1db)]=_0x52261b(0x18e),_0xad2c6c[_0x52261b(0x1d8)]=_0x52261b(0x1dc),_0xad2c6c['EEJec']=_0x52261b(0x1d0),_0xad2c6c[_0x52261b(0x1b7)]=function(_0x185a23,_0x55f43b){return _0x185a23===_0x55f43b;},_0xad2c6c[_0x52261b(0x199)]=_0x52261b(0x1d7),_0xad2c6c[_0x52261b(0x16f)]=_0x52261b(0x171),_0xad2c6c[_0x52261b(0x187)]=_0x52261b(0x1bb),_0xad2c6c[_0x52261b(0x19f)]=function(_0x14f6d0,_0x5ef512){return _0x14f6d0===_0x5ef512;},_0xad2c6c[_0x52261b(0x1c4)]=_0x52261b(0x196);const _0x45b3dd=_0xad2c6c;if(!helper[_0x52261b(0x1c1)](_0x4dc0c0,[_0x45b3dd[_0x52261b(0x1d8)],_0x45b3dd['EEJec']])){if(_0x45b3dd['aQaqG'](_0x45b3dd[_0x52261b(0x199)],_0x45b3dd[_0x52261b(0x16f)]))_0x13009b[_0x52261b(0x1b8)]('Error\x20patching\x20'+_0x363172+_0x52261b(0x19a)+_0x43190a);else return;}if(_0x4dc0c0[_0x52261b(0x1dc)][_0x52261b(0x1d0)]&&_0x4dc0c0[_0x52261b(0x1dc)][_0x52261b(0x193)]&&_0x45b3dd[_0x52261b(0x1cc)](_0x4dc0c0[_0x52261b(0x1dc)]['percyCaptureMode'],_0x45b3dd['jsRrq'])&&!_0x582a0f[_0x52261b(0x19d)]){global[_0x52261b(0x1bf)]&&(_0x582a0f[_0x52261b(0x1bf)]=global[_0x52261b(0x1bf)]),_0x582a0f[_0x52261b(0x19d)]=new PercyCaptureMap();const _0x5c8fb9=PercyCaptureModes[_0x4dc0c0['browserStackPercyOptions'][_0x52261b(0x193)]];if(_0x5c8fb9[_0x52261b(0x1b5)]){if(_0x45b3dd[_0x52261b(0x19f)](_0x45b3dd['swZMj'],_0x45b3dd[_0x52261b(0x1c4)]))_0x5c8fb9[_0x52261b(0x1b5)][_0x52261b(0x17b)](_0x3175f2=>this['overrideXforPercy'](_0x582a0f,_0x3175f2,_0x4dc0c0));else return _0x21de69;}_0x5c8fb9['element']&&_0x5c8fb9['element']['forEach'](_0x4d1ae2=>{const _0x59360e=_0x52261b,_0x2ba587={'pmjcj':_0x45b3dd['iovAK'],'ZNWfA':function(_0x2ae8aa,_0x25cff9){return _0x45b3dd['qXPfo'](_0x2ae8aa,_0x25cff9);},'cUQRp':_0x45b3dd['JRzod'],'GCDuJ':_0x45b3dd['TObcq'],'sFZUQ':function(_0xa4ec23,_0x3f949d){return _0x45b3dd['qXPfo'](_0xa4ec23,_0x3f949d);},'PVmvc':_0x45b3dd[_0x59360e(0x1c2)],'pradv':_0x45b3dd['KFfRx'],'KusLz':function(_0x37130b,_0x4b1ea5){return _0x45b3dd['qXPfo'](_0x37130b,_0x4b1ea5);},'toOnJ':_0x45b3dd[_0x59360e(0x16c)],'eRahe':_0x45b3dd[_0x59360e(0x1b6)],'AOabU':function(_0x3b471b,_0x27c42b){const _0xec0fd7=_0x59360e;return _0x45b3dd[_0xec0fd7(0x1cc)](_0x3b471b,_0x27c42b);},'UFgHP':_0x45b3dd[_0x59360e(0x18a)]};if(_0x2a58eb[_0x59360e(0x17a)][_0x59360e(0x195)+_0x4d1ae2]){if(_0x45b3dd[_0x59360e(0x1c7)](_0x45b3dd[_0x59360e(0x1db)],_0x45b3dd[_0x59360e(0x1db)]))return;else{const _0x4535c7=_0xdaff1c[_0x5cf7e4];if(_0x1250e4[_0x59360e(0x1c0)])return _0x7d1abf;if(_0x4535c7[_0x59360e(0x1c0)])return _0x1636a9;const _0x4a0566=_0x946dbb['browser']?_0x3055e6[_0x59360e(0x167)]:_0x5dc7b7[_0x59360e(0x1d3)];if(_0x4a0566&&_0x45b3dd[_0x59360e(0x1b2)](_0xb50b0[_0x4a0566[_0x59360e(0x1bd)]()],_0x4ccba6[_0x4a0566[_0x59360e(0x1bd)]()]))return _0x121f11;return _0x489e49;}}_0x2a58eb[_0x59360e(0x17a)]['patch'+_0x4d1ae2]=!![];const _0x401615=_0x2a58eb[_0x59360e(0x17a)][_0x4d1ae2];_0x2a58eb['prototype'][_0x4d1ae2]=async function(){const _0x2b3855=_0x59360e,_0x3d18fe={};_0x3d18fe['tAYOt']=_0x2ba587['pmjcj'];const _0x65060b=_0x3d18fe;if(_0x2ba587[_0x2b3855(0x194)](_0x2ba587[_0x2b3855(0x1cb)],_0x2ba587[_0x2b3855(0x16d)])){let _0x28ba7f=_0x401615['apply'](this,arguments);if(_0x28ba7f&&_0x28ba7f[_0x2b3855(0x163)]){if(_0x2ba587['sFZUQ'](_0x2ba587[_0x2b3855(0x175)],_0x2ba587['pradv']))_0x28ba7f=await _0x28ba7f;else return _0x52fa02;}try{if(_0x2ba587[_0x2b3855(0x189)](_0x2ba587[_0x2b3855(0x1ae)],_0x2ba587['eRahe'])){const _0x378a7d=this[_0x2b3855(0x18d)]();await exports[_0x2b3855(0x18b)](_0x378a7d,_0x4d1ae2,_0x4dc0c0);}else{_0x536b07[_0x2b3855(0x1af)](_0x65060b[_0x2b3855(0x19c)]);return;}}catch(_0x13d14a){if(_0x2ba587[_0x2b3855(0x178)](_0x2ba587['UFgHP'],_0x2ba587[_0x2b3855(0x1cf)])){const _0x1471ce={};_0x1471ce['percy']=_0x2ee7f9['percy'],_0x1471ce[_0x2b3855(0x193)]=_0x47d089['percyCaptureMode'];const _0x40a0fd=_0x1471ce;_0x7c2275[_0x2b3855(0x1d0)]&&(_0x40a0fd[_0x2b3855(0x166)]=_0x404e02['getBestPlatformForPercySnapshot'](_0x223aad[_0x2b3855(0x169)]));;return _0x40a0fd;}else logger[_0x2b3855(0x1b8)]('Error\x20patching\x20'+_0x4d1ae2+_0x2b3855(0x19a)+_0x13d14a);}return _0x28ba7f;}else return;};});}},exports[a61_0x46a47a(0x160)]=function(_0x2e377e,_0x565724,_0x5bedce){const _0x3b5522=a61_0x46a47a,_0x1174f7={};_0x1174f7[_0x3b5522(0x1dd)]=function(_0x143f39,_0x276277){return _0x143f39+_0x276277;},_0x1174f7[_0x3b5522(0x1a4)]=_0x3b5522(0x195),_0x1174f7['SLevc']=_0x3b5522(0x164);const _0x2079b4=_0x1174f7,_0x4289cf=_0x2079b4[_0x3b5522(0x1dd)](_0x2079b4[_0x3b5522(0x1a4)],_0x565724),_0x2286ed=_0x2079b4[_0x3b5522(0x1dd)](_0x2079b4[_0x3b5522(0x1b4)],_0x565724),_0x2bb401=this;if(_0x2e377e[_0x4289cf]||!_0x2e377e[_0x565724])return;_0x2e377e[_0x4289cf]=!![],_0x2e377e[_0x2286ed]=_0x2e377e[_0x565724],_0x2e377e[_0x565724]=async()=>{const _0x313f4c=_0x3b5522;try{await _0x2bb401[_0x313f4c(0x18b)](_0x2e377e,_0x565724,_0x5bedce);}catch(_0x16d8e0){logger[_0x313f4c(0x1b8)](_0x313f4c(0x183)+_0x565724+_0x313f4c(0x19a)+_0x16d8e0);}return await _0x2e377e[_0x2286ed][_0x313f4c(0x17c)](_0x2e377e,arguments);};},exports[a61_0x46a47a(0x179)]=_0xff8562=>{const _0x594bfb=a61_0x46a47a,_0x3c4178={};_0x3c4178['percy']=_0xff8562[_0x594bfb(0x1d0)],_0x3c4178[_0x594bfb(0x193)]=_0xff8562[_0x594bfb(0x193)];const _0x20fed4=_0x3c4178;_0xff8562['percy']&&(_0x20fed4[_0x594bfb(0x166)]=exports['getBestPlatformForPercySnapshot'](_0xff8562[_0x594bfb(0x169)]));;return _0x20fed4;};
|
|
1
|
+
const a61_0x57e9ff=a61_0xb22a;function a61_0x209b(){const _0x3c14af=['nLivY','safari','hKCtw','ufIDT','toLowerCase','9048368SlRelx','bcvnw','apply','isUndefined','browserName','shhfm','wxcrm','doNtd','\x20for\x20percy\x20','firefox','browserstackPercyBestPlatform','getBestPlatformForPercySnapshot','ibzLU','browserStackPercyOptions','OcAwD','oXReX','11094752IJJqJB','kSPcs','Stopping\x20percy','aqELb','OcrDe','ekRZN','mUnZF','mGPdH','browserstackSessionName','prototype','tyvFz','orhOF','OUxvq','winstonLogger','overrideXforPercy','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','BcUvo','forEach','error','7288320GNABmt','getName','./PercyCaptureModes','BhzDH','debug','PnVeH','RJQOs','stopPercy','SXtEA','platforms','init','AnElS','screenshot','deviceName','GoGmv','30LMTVsh','stop','yGzkO','1398676dHzhub','25215DfBKqj','spvej','startPercy','Tfnzu','tXcvn','Starting\x20percy','../helper','pRqht','UYpFz','percyAutoCapture','FtdbK','percy','YLMEq','hQnqP','1KovPFs','RfWuR','nYgzT','getDriver','hjLoB','browserstackPercyMap','tZOkV','./PercyCaptureMap','Error\x20patching\x20','./Percy','dANfY','ATrEz','LantF','patch','QKVwp','./PercySDK','FLiUU','huzIY','HfaZR','XECaH','VOGQg','wDMgQ','app','xBTmp','sBTpr','nestedKeyValue','zhknS','kMNyR','eXAEC','iEeRl','browser','2197821zdOzmx','ueHHI','xtxWZ','164HSjvjj','then','YNtYZ','OIYRU','percyCaptureMode','manual','RBcuw','CPDEP','driver','wCDVw','8538363sReDay','../logger','UeXRA','chrome'];a61_0x209b=function(){return _0x3c14af;};return a61_0x209b();}function a61_0xb22a(_0x5dc08b,_0x507a4e){const _0x209b54=a61_0x209b();return a61_0xb22a=function(_0xb22ae2,_0x3e365f){_0xb22ae2=_0xb22ae2-0x179;let _0x32a4fe=_0x209b54[_0xb22ae2];return _0x32a4fe;},a61_0xb22a(_0x5dc08b,_0x507a4e);}(function(_0x4e207f,_0x8524d0){const _0x494455=a61_0xb22a,_0x3faf09=_0x4e207f();while(!![]){try{const _0x446874=parseInt(_0x494455(0x1ba))/0x1*(parseInt(_0x494455(0x1ab))/0x2)+-parseInt(_0x494455(0x1d9))/0x3+-parseInt(_0x494455(0x1dc))/0x4*(parseInt(_0x494455(0x1ac))/0x5)+parseInt(_0x494455(0x199))/0x6+parseInt(_0x494455(0x1ef))/0x7+parseInt(_0x494455(0x186))/0x8+parseInt(_0x494455(0x1e6))/0x9*(-parseInt(_0x494455(0x1a8))/0xa);if(_0x446874===_0x8524d0)break;else _0x3faf09['push'](_0x3faf09['shift']());}catch(_0x232b4a){_0x3faf09['push'](_0x3faf09['shift']());}}}(a61_0x209b,0xc5463));const Percy=require(a61_0x57e9ff(0x1c3)),PercySDK=require(a61_0x57e9ff(0x1c9)),PercyCaptureModes=require(a61_0x57e9ff(0x19b)),PercyCaptureMap=require(a61_0x57e9ff(0x1c1)),logger=require(a61_0x57e9ff(0x1e7))[a61_0x57e9ff(0x193)],helper=require(a61_0x57e9ff(0x1b2));exports[a61_0x57e9ff(0x1ae)]=async _0x31b629=>{const _0xf85cc9=a61_0x57e9ff,_0x420c45={};_0x420c45[_0xf85cc9(0x17d)]=_0xf85cc9(0x1b1),_0x420c45[_0xf85cc9(0x192)]=function(_0x3c3a10,_0x36440b){return _0x3c3a10===_0x36440b;},_0x420c45[_0xf85cc9(0x1ea)]=_0xf85cc9(0x1b9);const _0x140fc1=_0x420c45;logger[_0xf85cc9(0x19d)](_0x140fc1[_0xf85cc9(0x17d)]);const _0x40e441=new Percy(_0x31b629),_0x202dad=await _0x40e441['start']();if(_0x202dad)return _0x140fc1[_0xf85cc9(0x192)](_0x140fc1[_0xf85cc9(0x1ea)],_0x140fc1[_0xf85cc9(0x1ea)])?_0x40e441:_0x288e7d;return null;},exports[a61_0x57e9ff(0x1a0)]=async _0x48edd=>{const _0x1fe0d2=a61_0x57e9ff,_0x11dc04={};_0x11dc04[_0x1fe0d2(0x182)]=_0x1fe0d2(0x188);const _0xf036b8=_0x11dc04;return logger[_0x1fe0d2(0x19d)](_0xf036b8[_0x1fe0d2(0x182)]),_0x48edd[_0x1fe0d2(0x1a9)]();},exports[a61_0x57e9ff(0x181)]=_0xd5c2e1=>{const _0x291124=a61_0x57e9ff,_0x1b2669={};_0x1b2669['HfaZR']=function(_0x211304,_0x496567){return _0x211304===_0x496567;},_0x1b2669[_0x291124(0x1c0)]='GxMdZ',_0x1b2669[_0x291124(0x184)]=function(_0x2b05fa,_0x1242ff){return _0x2b05fa!==_0x1242ff;},_0x1b2669[_0x291124(0x1cb)]=_0x291124(0x191),_0x1b2669[_0x291124(0x189)]=_0x291124(0x1d2),_0x1b2669[_0x291124(0x1df)]=function(_0x329ea5,_0x69320e){return _0x329ea5<_0x69320e;},_0x1b2669[_0x291124(0x1d4)]=function(_0x5375b4,_0x4bc07f){return _0x5375b4!==_0x4bc07f;},_0x1b2669[_0x291124(0x185)]=_0x291124(0x187),_0x1b2669[_0x291124(0x1de)]=_0x291124(0x1b0);const _0x51106e=_0x1b2669,_0xd614d6={};_0xd614d6[_0x291124(0x1e9)]=0x0,_0xd614d6[_0x291124(0x17f)]=0x1,_0xd614d6['edge']=0x2,_0xd614d6[_0x291124(0x1eb)]=0x3;const _0x14441c=_0xd614d6;return _0xd5c2e1['reduce']((_0x2a30cc,_0x5246d5,_0x486c11)=>{const _0x30954f=_0x291124;if(_0x51106e[_0x30954f(0x1cc)](_0x51106e[_0x30954f(0x1c0)],_0x51106e[_0x30954f(0x1c0)])){const _0x4bf7e0=_0xd5c2e1[_0x2a30cc];if(_0x5246d5['deviceName']){if(_0x51106e[_0x30954f(0x184)](_0x51106e[_0x30954f(0x1cb)],_0x51106e[_0x30954f(0x1cb)]))return;else return _0x2a30cc;}if(_0x4bf7e0[_0x30954f(0x1a6)])return _0x51106e[_0x30954f(0x1cc)](_0x51106e[_0x30954f(0x189)],_0x51106e[_0x30954f(0x189)])?_0x486c11:_0x174e41;const _0x2cac7e=_0x5246d5[_0x30954f(0x1d8)]?_0x5246d5['browser']:_0x5246d5[_0x30954f(0x17a)];if(_0x2cac7e&&_0x51106e[_0x30954f(0x1df)](_0x14441c[_0x2cac7e[_0x30954f(0x1ee)]()],_0x14441c[_0x2cac7e['toLowerCase']()])){if(_0x51106e[_0x30954f(0x1d4)](_0x51106e['oXReX'],_0x51106e['YNtYZ']))return _0x486c11;else{const _0x314c5c={};_0x314c5c['percy']=_0x3bb7a5[_0x30954f(0x1b7)],_0x314c5c[_0x30954f(0x1e0)]=_0xc591d9['percyCaptureMode'];const _0x51cd98=_0x314c5c;_0x511e71[_0x30954f(0x1b7)]&&(_0x51cd98[_0x30954f(0x180)]=_0x3f8721[_0x30954f(0x181)](_0x4aa1a1[_0x30954f(0x1a2)]));;return _0x51cd98;}}return _0x2a30cc;}else _0x56de9b[_0x30954f(0x198)]('Error\x20patching\x20'+_0x232a70+_0x30954f(0x17e)+_0x16a419);},0x0);},exports[a61_0x57e9ff(0x1b5)]=async(_0x34d9b8,_0x278511,_0x51d950)=>{const _0xa95ca2=a61_0x57e9ff,_0x52e1df={};_0x52e1df['bcvnw']='Stopping\x20percy',_0x52e1df[_0xa95ca2(0x1af)]=function(_0x19b250,_0x455baa){return _0x19b250===_0x455baa;},_0x52e1df[_0xa95ca2(0x1db)]=_0xa95ca2(0x196),_0x52e1df[_0xa95ca2(0x1a7)]=_0xa95ca2(0x18a),_0x52e1df['mUnZF']=_0xa95ca2(0x195),_0x52e1df[_0xa95ca2(0x1da)]=function(_0x2e0a14,_0x4e0fbc){return _0x2e0a14!==_0x4e0fbc;},_0x52e1df[_0xa95ca2(0x1d1)]='MaUCA',_0x52e1df[_0xa95ca2(0x19c)]=_0xa95ca2(0x1c6);const _0x28a27f=_0x52e1df,_0x412ea7=_0x34d9b8[_0xa95ca2(0x1bf)];if(helper[_0xa95ca2(0x179)](_0x34d9b8[_0xa95ca2(0x18e)])){if(_0x28a27f[_0xa95ca2(0x1af)](_0x28a27f[_0xa95ca2(0x1db)],_0x28a27f[_0xa95ca2(0x1a7)]))return _0x3d1da6;else{logger[_0xa95ca2(0x19d)](_0x28a27f[_0xa95ca2(0x18c)]);return;}}const _0x477798=_0x412ea7[_0xa95ca2(0x19a)](_0x34d9b8[_0xa95ca2(0x18e)],_0x278511);if(_0x51d950[_0xa95ca2(0x1d0)]){if(_0x28a27f[_0xa95ca2(0x1da)](_0x28a27f[_0xa95ca2(0x1d1)],_0x28a27f[_0xa95ca2(0x1d1)]))return _0x5ec7cd[_0xa95ca2(0x19d)](_0x28a27f[_0xa95ca2(0x1f0)]),_0x3a63e[_0xa95ca2(0x1a9)]();else await PercySDK['screenshotApp'](_0x34d9b8,_0x477798);}else _0x28a27f['ueHHI'](_0x28a27f['BhzDH'],_0x28a27f['BhzDH'])?_0x35f493[_0xa95ca2(0x180)]=_0x2683ff[_0xa95ca2(0x181)](_0x1bc6e4[_0xa95ca2(0x1a2)]):await PercySDK[_0xa95ca2(0x1a5)](_0x34d9b8,_0x477798);_0x412ea7['increment'](_0x34d9b8['browserstackSessionName'],_0x278511);},exports['patchDriverPercy']=(_0x11a3ac,_0x1f6439,_0x534ba7)=>{const _0x21b967=a61_0x57e9ff,_0x40e678={};_0x40e678[_0x21b967(0x18b)]='Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present',_0x40e678[_0x21b967(0x1e2)]=function(_0x587677,_0x526491){return _0x587677!==_0x526491;},_0x40e678[_0x21b967(0x1e3)]='crTdg',_0x40e678['PnVeH']=_0x21b967(0x17b),_0x40e678[_0x21b967(0x1ec)]=function(_0x194a2b,_0x478fea){return _0x194a2b===_0x478fea;},_0x40e678['dANfY']='cDHOm',_0x40e678[_0x21b967(0x1cd)]='bGFgZ',_0x40e678[_0x21b967(0x1be)]=_0x21b967(0x19f),_0x40e678[_0x21b967(0x18d)]=_0x21b967(0x1aa),_0x40e678['UYpFz']=function(_0x138471,_0x17bf99){return _0x138471<_0x17bf99;},_0x40e678[_0x21b967(0x1d6)]=_0x21b967(0x190),_0x40e678[_0x21b967(0x1bc)]=_0x21b967(0x1ad),_0x40e678[_0x21b967(0x1b3)]=_0x21b967(0x183),_0x40e678['QKVwp']=_0x21b967(0x1b7),_0x40e678[_0x21b967(0x1a4)]=function(_0x7c38f,_0x2c630e){return _0x7c38f!==_0x2c630e;},_0x40e678['UeXRA']=_0x21b967(0x1a1),_0x40e678[_0x21b967(0x1bb)]=_0x21b967(0x1d7),_0x40e678[_0x21b967(0x1b6)]=_0x21b967(0x1e1),_0x40e678[_0x21b967(0x1d5)]=function(_0x2e179f,_0x206d59){return _0x2e179f!==_0x206d59;},_0x40e678['wDMgQ']='WXHwc',_0x40e678[_0x21b967(0x1b8)]='ewZhY';const _0x161308=_0x40e678;if(!helper[_0x21b967(0x1d3)](_0x534ba7,[_0x161308['pRqht'],_0x161308[_0x21b967(0x1c8)]])){if(_0x161308[_0x21b967(0x1a4)](_0x161308[_0x21b967(0x1e8)],_0x161308['RfWuR']))return;else return _0x45cc42;}if(_0x534ba7[_0x21b967(0x183)][_0x21b967(0x1b7)]&&_0x534ba7[_0x21b967(0x183)][_0x21b967(0x1e0)]&&_0x161308['AnElS'](_0x534ba7[_0x21b967(0x183)][_0x21b967(0x1e0)],_0x161308['FtdbK'])&&!_0x11a3ac[_0x21b967(0x1bf)]){global[_0x21b967(0x18e)]&&(_0x11a3ac['browserstackSessionName']=global[_0x21b967(0x18e)]),_0x11a3ac[_0x21b967(0x1bf)]=new PercyCaptureMap();const _0x2c08f0=PercyCaptureModes[_0x534ba7[_0x21b967(0x183)][_0x21b967(0x1e0)]];_0x2c08f0[_0x21b967(0x1e4)]&&(_0x161308[_0x21b967(0x1d5)](_0x161308[_0x21b967(0x1cf)],_0x161308[_0x21b967(0x1b8)])?_0x2c08f0['driver'][_0x21b967(0x197)](_0x4a12a1=>this[_0x21b967(0x194)](_0x11a3ac,_0x4a12a1,_0x534ba7)):_0x4536b3[_0x21b967(0x198)](_0x21b967(0x1c2)+_0x4259e6+_0x21b967(0x17e)+_0x135a1c)),_0x2c08f0['element']&&_0x2c08f0['element']['forEach'](_0x4d672b=>{const _0x1529e8=_0x21b967,_0x459aee={'wCDVw':function(_0x2cd949,_0x4b7a07){const _0xcd5d78=a61_0xb22a;return _0x161308[_0xcd5d78(0x1b4)](_0x2cd949,_0x4b7a07);}};if(_0x1f6439['prototype']['patch'+_0x4d672b]){if(_0x161308['RBcuw'](_0x161308[_0x1529e8(0x1d6)],_0x161308['nYgzT']))return;else _0x1e050e[_0x1529e8(0x1e4)][_0x1529e8(0x197)](_0x44d5c5=>this[_0x1529e8(0x194)](_0x34d376,_0x44d5c5,_0x23ec50));}_0x1f6439[_0x1529e8(0x18f)][_0x1529e8(0x1c7)+_0x4d672b]=!![];const _0x2f0e12=_0x1f6439[_0x1529e8(0x18f)][_0x4d672b];_0x1f6439[_0x1529e8(0x18f)][_0x4d672b]=async function(){const _0x4ee767=_0x1529e8,_0xae6f3b={};_0xae6f3b[_0x4ee767(0x17c)]=_0x161308['ekRZN'];const _0x4a43ab=_0xae6f3b;if(_0x161308[_0x4ee767(0x1e2)](_0x161308[_0x4ee767(0x1e3)],_0x161308[_0x4ee767(0x19e)])){let _0x46e407=_0x2f0e12[_0x4ee767(0x1f1)](this,arguments);if(_0x46e407&&_0x46e407[_0x4ee767(0x1dd)]){if(_0x161308[_0x4ee767(0x1ec)](_0x161308[_0x4ee767(0x1c4)],_0x161308[_0x4ee767(0x1c4)]))_0x46e407=await _0x46e407;else{const _0x2177bf=_0x55e64e[_0x2141c6];if(_0x20910d[_0x4ee767(0x1a6)])return _0x42633e;if(_0x2177bf[_0x4ee767(0x1a6)])return _0xa6858;const _0x7be358=_0x4b55a6[_0x4ee767(0x1d8)]?_0x56e6fc['browser']:_0xa39854[_0x4ee767(0x17a)];if(_0x7be358&&_0x459aee[_0x4ee767(0x1e5)](_0x13ff64[_0x7be358[_0x4ee767(0x1ee)]()],_0x1be372[_0x7be358[_0x4ee767(0x1ee)]()]))return _0x20e99e;return _0x449a0f;}}try{if(_0x161308[_0x4ee767(0x1e2)](_0x161308[_0x4ee767(0x1cd)],_0x161308['XECaH'])){_0x57a39c[_0x4ee767(0x19d)](_0x4a43ab['wxcrm']);return;}else{const _0x120913=this[_0x4ee767(0x1bd)]();await exports['percyAutoCapture'](_0x120913,_0x4d672b,_0x534ba7);}}catch(_0x4dbed4){if(_0x161308[_0x4ee767(0x1ec)](_0x161308[_0x4ee767(0x1be)],_0x161308[_0x4ee767(0x18d)]))return;else logger[_0x4ee767(0x198)](_0x4ee767(0x1c2)+_0x4d672b+'\x20for\x20percy\x20'+_0x4dbed4);}return _0x46e407;}else return;};});}},exports[a61_0x57e9ff(0x194)]=function(_0x45d83c,_0x26eeb6,_0x102941){const _0x17292e=a61_0x57e9ff,_0x76f37c={};_0x76f37c[_0x17292e(0x1c5)]=function(_0x34aea3,_0x262c93){return _0x34aea3+_0x262c93;},_0x76f37c[_0x17292e(0x1ce)]='patch',_0x76f37c[_0x17292e(0x1ca)]=function(_0x303248,_0xb554c8){return _0x303248+_0xb554c8;},_0x76f37c[_0x17292e(0x1ed)]=_0x17292e(0x1a3);const _0xb577e2=_0x76f37c,_0x937295=_0xb577e2['ATrEz'](_0xb577e2[_0x17292e(0x1ce)],_0x26eeb6),_0x19c225=_0xb577e2[_0x17292e(0x1ca)](_0xb577e2[_0x17292e(0x1ed)],_0x26eeb6),_0xf614b=this;if(_0x45d83c[_0x937295]||!_0x45d83c[_0x26eeb6])return;_0x45d83c[_0x937295]=!![],_0x45d83c[_0x19c225]=_0x45d83c[_0x26eeb6],_0x45d83c[_0x26eeb6]=async()=>{const _0xb322a6=_0x17292e;try{await _0xf614b[_0xb322a6(0x1b5)](_0x45d83c,_0x26eeb6,_0x102941);}catch(_0x17dbfb){logger[_0xb322a6(0x198)](_0xb322a6(0x1c2)+_0x26eeb6+_0xb322a6(0x17e)+_0x17dbfb);}return await _0x45d83c[_0x19c225]['apply'](_0x45d83c,arguments);};},exports['getPercyOptions']=_0x40f41c=>{const _0x49bcce=a61_0x57e9ff,_0xdcda14={};_0xdcda14['percy']=_0x40f41c[_0x49bcce(0x1b7)],_0xdcda14['percyCaptureMode']=_0x40f41c[_0x49bcce(0x1e0)];const _0x5c61ef=_0xdcda14;_0x40f41c[_0x49bcce(0x1b7)]&&(_0x5c61ef['browserstackPercyBestPlatform']=exports[_0x49bcce(0x181)](_0x40f41c[_0x49bcce(0x1a2)]));;return _0x5c61ef;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a62_0x301b8a=a62_0x54a2;(function(_0x1e70d5,_0x30d922){const _0x832d42=a62_0x54a2,_0x1701d4=_0x1e70d5();while(!![]){try{const _0x11a3cf=-parseInt(_0x832d42(0xa5))/0x1*(parseInt(_0x832d42(0xa9))/0x2)+-parseInt(_0x832d42(0x7d))/0x3+parseInt(_0x832d42(0xac))/0x4+parseInt(_0x832d42(0x84))/0x5+parseInt(_0x832d42(0x8f))/0x6*(-parseInt(_0x832d42(0xa7))/0x7)+parseInt(_0x832d42(0x7e))/0x8*(-parseInt(_0x832d42(0x88))/0x9)+parseInt(_0x832d42(0x9d))/0xa;if(_0x11a3cf===_0x30d922)break;else _0x1701d4['push'](_0x1701d4['shift']());}catch(_0x57ed1b){_0x1701d4['push'](_0x1701d4['shift']());}}}(a62_0x3b5a,0x28fad));function a62_0x3b5a(){const _0x5f048b=['restore','method','Vatjo','headers','847110MMbCLj','GIjub','unpatch','WwHmH','189TRNXBY','kSzxE','oCplM','bCDRB','NJmlk','removeListener','statusCode','24rIQIWA','PrDyv','diOLg','http','DdJkL','request','https','error','dSjXf','path','YxTxc','lfWJL','status_code','end','4503310FQHLPo','PQKIK','PTayI','RDfWC','exports','hostname','apZPO','aEAQa','22129wGbtKM','JdfxP','62111tBAEIn','HbmJe','10HsBSdT','iMcVb','OApEt','236676FOCKRK','monkeypatch','rCyAb','bDYjG','NDrOP','ebMla','FhfmY','once','host','YUqZR','JYQfT','LiuPz','duration_ms','PgiDS','JerRG','qLoqJ','458055NulSKL','80856svsHVE','now'];a62_0x3b5a=function(){return _0x5f048b;};return a62_0x3b5a();}const http=require(a62_0x301b8a(0x92)),https=require(a62_0x301b8a(0x95)),monkeypatch=require(a62_0x301b8a(0xad));function spy(_0xfba2f5){const _0x30964b=a62_0x301b8a,_0xaf3105={'LtRjr':function(_0x101b8a,..._0x59f3c2){return _0x101b8a(..._0x59f3c2);},'FhfmY':function(_0x48f4ae,_0x2aa456){return _0x48f4ae===_0x2aa456;},'rCyAb':_0x30964b(0x8c),'ebMla':_0x30964b(0x9a),'PQKIK':function(_0xaff975,_0x449650,_0x29c928){return _0xaff975(_0x449650,_0x29c928);},'PTayI':function(_0x114c1a,_0x3bd0d3,_0x36ad56){return _0x114c1a(_0x3bd0d3,_0x36ad56);},'apZPO':function(_0x18f01b,_0x3bf3d4){return _0x18f01b!==_0x3bf3d4;},'kSzxE':_0x30964b(0xb7),'YUqZR':function(_0x1e6e2c,_0x1cb60e){return _0x1e6e2c-_0x1cb60e;},'aEAQa':function(_0x50f312,_0x2b3ab2,_0x18914b){return _0x50f312(_0x2b3ab2,_0x18914b);},'JYQfT':_0x30964b(0x96),'OApEt':function(_0x35fb0f,_0x595049){return _0x35fb0f!==_0x595049;},'qLoqJ':_0x30964b(0x85),'bNUId':function(_0x2be512,_0x5ea94e){return _0x2be512-_0x5ea94e;},'zwReC':function(_0x4022c4,_0x29db6b,_0x314d6c){return _0x4022c4(_0x29db6b,_0x314d6c);},'DdJkL':function(_0x332ff5,_0x1cee40){return _0x332ff5!==_0x1cee40;},'IToRd':_0x30964b(0x8b),'WwHmH':_0x30964b(0x97),'CLefK':function(_0x157e0f,..._0x1a50b9){return _0x157e0f(..._0x1a50b9);},'JerRG':function(_0x12b2a3,_0x15b4fb){return _0x12b2a3!==_0x15b4fb;},'iMcVb':_0x30964b(0xa6),'YxTxc':function(_0x14f8b5,_0x2bdbcc,_0x3a201f){return _0x14f8b5(_0x2bdbcc,_0x3a201f);},'XWyjR':'response','iiffV':'socket','PgiDS':function(_0x39ee16,_0x5a3848,_0x261b96,_0x4362b6){return _0x39ee16(_0x5a3848,_0x261b96,_0x4362b6);},'NDrOP':_0x30964b(0x9c),'bDYjG':_0x30964b(0x94),'Vatjo':function(_0x55c48c,_0x427723,_0x208974,_0x259443){return _0x55c48c(_0x427723,_0x208974,_0x259443);}},_0x4d308d=(_0x209bdd,_0x534d6b,_0x176340)=>{const _0x4b7cd5=_0x30964b,_0x436d3b={'ixpab':function(_0x29261f,_0x7dd2c4){return _0xaf3105['bNUId'](_0x29261f,_0x7dd2c4);},'HbmJe':function(_0x4a6bb3,_0x47320d,_0x3a1d7d){return _0xaf3105['zwReC'](_0x4a6bb3,_0x47320d,_0x3a1d7d);},'PrDyv':_0xaf3105[_0x4b7cd5(0xb6)],'oCplM':function(_0x34ddcf,_0x30699b){const _0x34b2e2=_0x4b7cd5;return _0xaf3105[_0x34b2e2(0x93)](_0x34ddcf,_0x30699b);},'bbkmX':_0xaf3105['IToRd'],'qrCDp':_0xaf3105[_0x4b7cd5(0x87)],'OPpux':function(_0x29cc4f,..._0x309194){return _0xaf3105['CLefK'](_0x29cc4f,..._0x309194);}};if(_0xaf3105[_0x4b7cd5(0xba)](_0xaf3105[_0x4b7cd5(0xaa)],_0xaf3105[_0x4b7cd5(0xaa)])){const _0x595845=_0x436d3b['ixpab'](_0x3d56ea[_0x4b7cd5(0x7f)](),_0x4342f9),_0x22ee93={};_0x22ee93[_0x4b7cd5(0xa2)]=_0x136153[_0x4b7cd5(0xb4)]||_0x3eae36[_0x4b7cd5(0xa2)],_0x22ee93['path']=_0x52afed['path'],_0x22ee93[_0x4b7cd5(0x81)]=_0x3733d3[_0x4b7cd5(0x81)],_0x22ee93[_0x4b7cd5(0x83)]=_0x57af29['headers'],_0x22ee93[_0x4b7cd5(0x9b)]=_0x3bce77[_0x4b7cd5(0x8e)],_0x22ee93[_0x4b7cd5(0xb8)]=_0x595845,_0x436d3b[_0x4b7cd5(0xa8)](_0x3e32cb,null,_0x22ee93),_0x1e30e9['removeListener'](_0x436d3b[_0x4b7cd5(0x90)],_0x13b68b);}else{const _0x150262=_0xaf3105[_0x4b7cd5(0x99)](_0x209bdd,_0x534d6b,_0x176340);let _0x321fc2=Date[_0x4b7cd5(0x7f)](),_0x14a612;const _0x34d8ef=_0x29d9ee=>{const _0x4ee2ba=_0x4b7cd5,_0x448592={'diOLg':function(_0x128cf4,..._0x2d4713){return _0xaf3105['LtRjr'](_0x128cf4,..._0x2d4713);}};if(_0xaf3105[_0x4ee2ba(0xb2)](_0xaf3105[_0x4ee2ba(0xae)],_0xaf3105[_0x4ee2ba(0xb1)]))_0x573950=_0x43e7c7['now'](),_0x448592[_0x4ee2ba(0x91)](_0x12fa37,..._0x1992b2);else{const _0x401246={};_0x401246[_0x4ee2ba(0xb4)]=_0x534d6b[_0x4ee2ba(0xb4)]||_0x534d6b['hostname'],_0x401246[_0x4ee2ba(0x98)]=_0x534d6b['path'],_0x401246['method']=_0x534d6b[_0x4ee2ba(0x81)],_0x401246['headers']=_0x534d6b['headers'],_0xaf3105[_0x4ee2ba(0x9e)](_0xfba2f5,_0x29d9ee,_0x401246);}};return _0x150262[_0x4b7cd5(0xb3)](_0xaf3105['XWyjR'],_0x16e0c8=>{const _0x42b3ae=_0x4b7cd5,_0x30291c={'RDfWC':function(_0x403e3d,_0xd04e6d,_0x4e99e5){const _0x184d5c=a62_0x54a2;return _0xaf3105[_0x184d5c(0x9f)](_0x403e3d,_0xd04e6d,_0x4e99e5);}};if(_0xaf3105[_0x42b3ae(0xa3)](_0xaf3105[_0x42b3ae(0x89)],_0xaf3105[_0x42b3ae(0x89)])){const _0x408ec2={};_0x408ec2[_0x42b3ae(0xb4)]=_0x31de16['host']||_0x226b1c[_0x42b3ae(0xa2)],_0x408ec2[_0x42b3ae(0x98)]=_0x1d9415[_0x42b3ae(0x98)],_0x408ec2[_0x42b3ae(0x81)]=_0x1b4330['method'],_0x408ec2[_0x42b3ae(0x83)]=_0x414fd1['headers'],_0x30291c[_0x42b3ae(0xa0)](_0x1e24d7,_0x518599,_0x408ec2);}else{const _0x5675db=_0xaf3105[_0x42b3ae(0xb5)](Date['now'](),_0x321fc2),_0x5ab3aa={};_0x5ab3aa['hostname']=_0x534d6b['host']||_0x534d6b[_0x42b3ae(0xa2)],_0x5ab3aa[_0x42b3ae(0x98)]=_0x534d6b[_0x42b3ae(0x98)],_0x5ab3aa[_0x42b3ae(0x81)]=_0x534d6b[_0x42b3ae(0x81)],_0x5ab3aa[_0x42b3ae(0x83)]=_0x534d6b[_0x42b3ae(0x83)],_0x5ab3aa[_0x42b3ae(0x9b)]=_0x16e0c8[_0x42b3ae(0x8e)],_0x5ab3aa[_0x42b3ae(0xb8)]=_0x5675db,_0xaf3105[_0x42b3ae(0xa4)](_0xfba2f5,null,_0x5ab3aa),_0x14a612[_0x42b3ae(0x8d)](_0xaf3105[_0x42b3ae(0xb6)],_0x34d8ef);}}),_0x150262['on'](_0xaf3105['iiffV'],_0x2563e0=>{const _0x116601=_0x4b7cd5;_0xaf3105[_0x116601(0xab)](_0xaf3105[_0x116601(0x7c)],_0xaf3105[_0x116601(0x7c)])?(_0x51ab5b=_0xb7600b,_0x3ef7dd[_0x116601(0xb3)](_0x436d3b[_0x116601(0x90)],_0x21d882)):(_0x14a612=_0x2563e0,_0x2563e0[_0x116601(0xb3)](_0xaf3105['JYQfT'],_0x34d8ef));}),_0xaf3105[_0x4b7cd5(0xb9)](monkeypatch,_0x150262,_0xaf3105[_0x4b7cd5(0xb0)],(_0x130660,..._0x1644af)=>{const _0x4b9dcd=_0x4b7cd5;_0x436d3b[_0x4b9dcd(0x8a)](_0x436d3b['bbkmX'],_0x436d3b['qrCDp'])?(_0x321fc2=Date[_0x4b9dcd(0x7f)](),_0x436d3b['OPpux'](_0x130660,..._0x1644af)):(_0x109e05[_0x4b9dcd(0x94)][_0x4b9dcd(0x86)](),_0x11c16a['request'][_0x4b9dcd(0x86)]());}),_0x150262;}};_0xaf3105[_0x30964b(0xb9)](monkeypatch,http,_0xaf3105[_0x30964b(0xaf)],_0x4d308d),_0xaf3105[_0x30964b(0x82)](monkeypatch,https,_0xaf3105[_0x30964b(0xaf)],_0x4d308d);}function a62_0x54a2(_0x160a5a,_0x124b63){const _0x3b5a10=a62_0x3b5a();return a62_0x54a2=function(_0x54a2ac,_0x4f553e){_0x54a2ac=_0x54a2ac-0x7c;let _0x114bc1=_0x3b5a10[_0x54a2ac];return _0x114bc1;},a62_0x54a2(_0x160a5a,_0x124b63);}function restore(){const _0x2ffa5e=a62_0x301b8a;http[_0x2ffa5e(0x94)][_0x2ffa5e(0x86)](),https[_0x2ffa5e(0x94)]['unpatch']();}const a62_0x1c4be4={};a62_0x1c4be4['spy']=spy,a62_0x1c4be4[a62_0x301b8a(0x80)]=restore,module[a62_0x301b8a(0xa1)]=a62_0x1c4be4;
|