browserstack-node-sdk 1.31.24 → 1.31.25
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/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.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/codeceptjs/o11yHelper.js +1 -0
- 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/modifyPlaywrightConf.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/playwright/sessionDetails.js +1 -0
- 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/browserStackSdk.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/accessibility-automation/scripts.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/globals.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/performance-tester.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/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/src/helpers/logger.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a58_0x109e23=a58_0x3d2d;(function(_0x59f531,_0x392fd4){const _0x153feb=a58_0x3d2d,_0x28dca4=_0x59f531();while(!![]){try{const _0x51ece1=-parseInt(_0x153feb(0x1b6))/0x1*(-parseInt(_0x153feb(0x1cc))/0x2)+parseInt(_0x153feb(0x1c5))/0x3+parseInt(_0x153feb(0x1bd))/0x4+parseInt(_0x153feb(0x1b5))/0x5*(parseInt(_0x153feb(0x1c3))/0x6)+-parseInt(_0x153feb(0x1c8))/0x7*(-parseInt(_0x153feb(0x1c9))/0x8)+-parseInt(_0x153feb(0x1c2))/0x9*(-parseInt(_0x153feb(0x1af))/0xa)+-parseInt(_0x153feb(0x1b9))/0xb*(parseInt(_0x153feb(0x1bc))/0xc);if(_0x51ece1===_0x392fd4)break;else _0x28dca4['push'](_0x28dca4['shift']());}catch(_0x584bd0){_0x28dca4['push'](_0x28dca4['shift']());}}}(a58_0x3727,0xb0881));const winston=require('winston'),os=require('os'),fs=require('fs'),path=require('path'),logDir=a58_0x109e23(0x1c6);!fs['existsSync'](logDir)&&fs[a58_0x109e23(0x1ba)](logDir);const a58_0x45bd06={};function a58_0x3d2d(_0x2148f1,_0x4baf3d){const _0x37271c=a58_0x3727();return a58_0x3d2d=function(_0x3d2dcf,_0x2b4e77){_0x3d2dcf=_0x3d2dcf-0x1af;let _0x195444=_0x37271c[_0x3d2dcf];return _0x195444;},a58_0x3d2d(_0x2148f1,_0x4baf3d);}a58_0x45bd06['name']=a58_0x109e23(0x1bf);const transports={'loggerConsole':new winston[(a58_0x109e23(0x1cf))][(a58_0x109e23(0x1be))](a58_0x45bd06),'loggerFile':new winston['transports'][(a58_0x109e23(0x1b4))]({'filename':path[a58_0x109e23(0x1ca)](logDir,a58_0x109e23(0x1b1))}),'debugLoggerFile':new winston[(a58_0x109e23(0x1cf))]['File']({'filename':path['join'](os[a58_0x109e23(0x1d0)](),'/usage-debug.log'),'level':a58_0x109e23(0x1b7)})},a58_0x127517={};a58_0x127517['format']=a58_0x109e23(0x1cb);const a58_0x295110={};a58_0x295110[a58_0x109e23(0x1b0)]=!![];const winstonLoggerParams={'format':winston['format']['combine'](winston[a58_0x109e23(0x1c7)][a58_0x109e23(0x1b8)](a58_0x127517),winston[a58_0x109e23(0x1c7)][a58_0x109e23(0x1b3)](a58_0x295110),winston[a58_0x109e23(0x1c7)][a58_0x109e23(0x1ce)](_0x4ea66c=>_0x4ea66c[a58_0x109e23(0x1b8)]+'\x20-\x20'+_0x4ea66c[a58_0x109e23(0x1b0)]+':\x20'+_0x4ea66c[a58_0x109e23(0x1c0)])),'transports':[transports['loggerConsole'],transports['loggerFile'],transports[a58_0x109e23(0x1c1)]]},a58_0x3b8e66={};a58_0x3b8e66[a58_0x109e23(0x1cf)]=[transports[a58_0x109e23(0x1c4)]];const winstonFileLoggerParams=a58_0x3b8e66;exports[a58_0x109e23(0x1cd)]=new winston[(a58_0x109e23(0x1b2))](winstonLoggerParams),exports[a58_0x109e23(0x1bb)]=new winston[(a58_0x109e23(0x1b2))](winstonFileLoggerParams),exports['logDir']=logDir,exports[a58_0x109e23(0x1cf)]=transports;function a58_0x3727(){const _0x5b1769=['format','7QjNQBH','1583432blAABV','join','YYYY-MM-DD\x20HH:mm:ss','2033578RZPjTw','winstonLogger','printf','transports','tmpdir','20OPMjOs','level','/usage.log','createLogger','colorize','File','1158070SkRMld','1jJNQby','debug','timestamp','92994QOTxvi','mkdirSync','fileLogger','4572BkmdYN','435048XGFaOv','Console','console.info','message','debugLoggerFile','4858479abMYRT','18aZOprD','loggerFile','2538189GhJToQ','log'];a58_0x3727=function(){return _0x5b1769;};return a58_0x3727();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a59_0x22fb(){var _0x3b05b3=['UYbjM','QOVHK','ZWbUx','toISOString','oaqVM','CDCgO','dMlbx','then','CzyKU','678446SxkHXg','ChMAy','WbcpH','EdgOC','RanlW','LCFFI','pid','mvvZW','bJNRn','emit','UATEi','cnWNv','tRHVV','DKMBB','kNPaP','env','ypqkz','quitCount_','CkGUO','gtoHy','fbICa','168476LrbwCd','Jalsb','OYRHr','WiPjr','10eMWzTG','BHPXl','240smRELU','AqAEm','Lmmwk','212egOZEL','LszEH','268769MBKgGR','patchScreenshot','BS_TESTOPS_ALLOW_SCREENSHOTS','tnRpa','overrideQuit','89695mCMmNV','XpfHF','Qizjf','BValY','KefKX','TEST_SCREENSHOT','ekkpb','zTzqT','COIky','true','KctWe','initQuit','initScreenshot','iwRfC','13968QSTRQC','bs:addLog:','BGoES','ghcfd','IhgPP','374LpYPLJ','3DpbHPb','UZqto','rhhcH','takeScreenshot','vvqEF','YbhOM','overrideTakeScreenshot','cZfZJ','RQHlN','FTFei','HnFkX','AKsxR','patchQuit','xXryC','TTrqp','3777462IUdUWx','hQSGX','gqSfu','Lfoaj','quit','QZjdc','VWSxo','YQfwl','2711088wLzNpx'];a59_0x22fb=function(){return _0x3b05b3;};return a59_0x22fb();}function a59_0x404f(_0x48dc9e,_0x263822){var _0x22fb10=a59_0x22fb();return a59_0x404f=function(_0x404fdd,_0x10704a){_0x404fdd=_0x404fdd-0x1a8;var _0x3e0aa8=_0x22fb10[_0x404fdd];return _0x3e0aa8;},a59_0x404f(_0x48dc9e,_0x263822);}var a59_0x1049a4=a59_0x404f;(function(_0x49f3ea,_0x1531fc){var _0x3c0b0f=a59_0x404f,_0x508d33=_0x49f3ea();while(!![]){try{var _0x8cb32c=-parseInt(_0x3c0b0f(0x1ce))/0x1+parseInt(_0x3c0b0f(0x1ae))/0x2*(-parseInt(_0x3c0b0f(0x1e7))/0x3)+-parseInt(_0x3c0b0f(0x1cc))/0x4*(-parseInt(_0x3c0b0f(0x1d3))/0x5)+parseInt(_0x3c0b0f(0x1f6))/0x6+-parseInt(_0x3c0b0f(0x1c3))/0x7*(parseInt(_0x3c0b0f(0x1c9))/0x8)+parseInt(_0x3c0b0f(0x1fe))/0x9*(parseInt(_0x3c0b0f(0x1c7))/0xa)+parseInt(_0x3c0b0f(0x1e6))/0xb*(parseInt(_0x3c0b0f(0x1e1))/0xc);if(_0x8cb32c===_0x1531fc)break;else _0x508d33['push'](_0x508d33['shift']());}catch(_0x142681){_0x508d33['push'](_0x508d33['shift']());}}}(a59_0x22fb,0x90510),exports[a59_0x1049a4(0x1ed)]=_0x5eae37=>{var _0x30b9bd=a59_0x1049a4,_0x4d6ea1={'ghcfd':function(_0x247321,_0x4d000d){return _0x247321>_0x4d000d;},'Qizjf':function(_0x40af30,_0x2d80f7){return _0x40af30===_0x2d80f7;},'WbcpH':_0x30b9bd(0x1d4),'UATEi':_0x30b9bd(0x1d8),'IhgPP':function(_0x599779,_0xd7dca8){return _0x599779(_0xd7dca8);},'UtLhp':function(_0x1be08f,_0x569cef){return _0x1be08f(_0x569cef);},'dMlbx':function(_0x215803,_0x40d3c6){return _0x215803!==_0x40d3c6;},'WiPjr':'MVNva','rhhcH':_0x30b9bd(0x1be),'lCcaM':_0x30b9bd(0x1c5),'DKMBB':_0x30b9bd(0x1ca),'iwRfC':_0x30b9bd(0x1dc),'fQKXk':_0x30b9bd(0x1db),'FTFei':_0x30b9bd(0x1b1),'xXryC':'KYQUo','BGoES':_0x30b9bd(0x1ef)};if(_0x4d6ea1[_0x30b9bd(0x1ab)](process[_0x30b9bd(0x1bd)][_0x30b9bd(0x1d0)],_0x4d6ea1[_0x30b9bd(0x1e0)])){if(_0x4d6ea1[_0x30b9bd(0x1ab)](_0x4d6ea1['fQKXk'],_0x4d6ea1[_0x30b9bd(0x1f0)]))return;else return _0xa811f7[_0x30b9bd(0x1de)]();}if(_0x5eae37[_0x30b9bd(0x1cf)]){if(_0x4d6ea1[_0x30b9bd(0x1d5)](_0x4d6ea1[_0x30b9bd(0x1f4)],_0x4d6ea1[_0x30b9bd(0x1e3)])){_0x4654f2[_0x30b9bd(0x1bf)]+=0x1;if(_0x4d6ea1[_0x30b9bd(0x1e4)](_0x5b0d50[_0x30b9bd(0x1bf)],0x1))return _0x1a5729[_0x30b9bd(0x1de)]();}else return;}_0x5eae37['patchScreenshot']=!![],_0x5eae37['initScreenshot']=_0x5eae37[_0x30b9bd(0x1ea)],_0x5eae37[_0x30b9bd(0x1ea)]=()=>{var _0x28a09d=_0x30b9bd,_0x306874={'LszEH':function(_0x1069ee,_0x3cb049){var _0x4c68b5=a59_0x404f;return _0x4d6ea1[_0x4c68b5(0x1d5)](_0x1069ee,_0x3cb049);},'QOVHK':_0x4d6ea1[_0x28a09d(0x1b0)],'mvvZW':_0x4d6ea1[_0x28a09d(0x1b8)],'vvqEF':function(_0x15cefb,_0x271431){var _0x331cf1=_0x28a09d;return _0x4d6ea1[_0x331cf1(0x1e5)](_0x15cefb,_0x271431);},'cZfZJ':function(_0x1736f9,_0x1fc4fd){return _0x4d6ea1['UtLhp'](_0x1736f9,_0x1fc4fd);},'CkGUO':function(_0xb9f52e,_0x5c0aca){var _0x311b76=_0x28a09d;return _0x4d6ea1[_0x311b76(0x1ab)](_0xb9f52e,_0x5c0aca);},'tRHVV':_0x4d6ea1[_0x28a09d(0x1c6)],'BHPXl':_0x4d6ea1[_0x28a09d(0x1e9)],'ImrTj':function(_0x30a532,_0x4601ab){var _0x5caf02=_0x28a09d;return _0x4d6ea1[_0x5caf02(0x1e4)](_0x30a532,_0x4601ab);}};if(_0x4d6ea1['dMlbx'](_0x4d6ea1['lCcaM'],_0x4d6ea1[_0x28a09d(0x1bb)]))return new Promise(function(_0x24c1b5,_0x14a0f6){var _0x9bccdd=_0x28a09d,_0x54b2d4={'UZqto':_0x306874[_0x9bccdd(0x1b5)],'Lfoaj':function(_0x140b96,_0x49458f){var _0x44a011=_0x9bccdd;return _0x306874[_0x44a011(0x1ee)](_0x140b96,_0x49458f);}};if(_0x306874[_0x9bccdd(0x1c0)](_0x306874[_0x9bccdd(0x1ba)],_0x306874[_0x9bccdd(0x1c8)]))_0x5eae37[_0x9bccdd(0x1df)]()[_0x9bccdd(0x1ac)](_0x5ed9c0=>{var _0x1ed4d8=_0x9bccdd;if(_0x306874[_0x1ed4d8(0x1cd)](_0x306874[_0x1ed4d8(0x200)],_0x306874[_0x1ed4d8(0x200)]))process[_0x1ed4d8(0x1b7)](_0x1ed4d8(0x1e2)+process[_0x1ed4d8(0x1b4)],{'timestamp':new Date()[_0x1ed4d8(0x1a8)](),'message':_0x5ed9c0,'kind':_0x306874[_0x1ed4d8(0x1b5)]}),_0x306874[_0x1ed4d8(0x1eb)](_0x24c1b5,_0x5ed9c0);else return;});else{var _0x5f1580={'zTzqT':_0x54b2d4[_0x9bccdd(0x1e8)],'cnWNv':function(_0x18ed5f,_0xf7f04a){var _0x5411c2=_0x9bccdd;return _0x54b2d4[_0x5411c2(0x1f9)](_0x18ed5f,_0xf7f04a);}};_0x57c8cc['initScreenshot']()[_0x9bccdd(0x1ac)](_0x5ec46d=>{var _0x22caf5=_0x9bccdd;_0x1dc620[_0x22caf5(0x1b7)](_0x22caf5(0x1e2)+_0x3580c3[_0x22caf5(0x1b4)],{'timestamp':new _0xb9767d()[_0x22caf5(0x1a8)](),'message':_0x5ec46d,'kind':_0x5f1580[_0x22caf5(0x1da)]}),_0x5f1580[_0x22caf5(0x1b9)](_0x3495e5,_0x5ec46d);});}});else{_0x432b3e[_0x28a09d(0x1bf)]+=0x1;if(_0x306874['ImrTj'](_0x5ede8d[_0x28a09d(0x1bf)],0x1))return _0x14f050[_0x28a09d(0x1de)]();}};},exports[a59_0x1049a4(0x1d2)]=(_0x18590a,_0x529cf1=null)=>{var _0x37bda1=a59_0x1049a4,_0x273ea1={'KefKX':'TEST_SCREENSHOT','kNPaP':function(_0x3b5dc4,_0xdbf0df){return _0x3b5dc4(_0xdbf0df);},'LCFFI':function(_0x47abdb,_0xc07559){return _0x47abdb===_0xc07559;},'fbICa':'czsuK','oaqVM':_0x37bda1(0x201),'gtoHy':function(_0x598e88){return _0x598e88();},'BValY':function(_0x28cf21){return _0x28cf21();},'ChMAy':function(_0x20c082,_0x51e5d2){return _0x20c082===_0x51e5d2;},'Lmmwk':_0x37bda1(0x1ad),'TTrqp':'pujHR','RanlW':function(_0x3be791,_0x53089e){return _0x3be791>_0x53089e;},'HnFkX':'hKcuQ','bJNRn':_0x37bda1(0x1d1),'ekkpb':function(_0x2c9a4f,_0x2b606c){return _0x2c9a4f!==_0x2b606c;},'CDCgO':_0x37bda1(0x1fc),'hQSGX':function(_0x55095f,_0x587c48){return _0x55095f!==_0x587c48;},'YbhOM':_0x37bda1(0x1fb),'UYbjM':_0x37bda1(0x1dd)};if(_0x18590a[_0x37bda1(0x1f3)]){if(_0x273ea1[_0x37bda1(0x1f7)](_0x273ea1[_0x37bda1(0x1ff)],_0x273ea1[_0x37bda1(0x1ff)])){var _0x721cc6={'HDTDh':_0x273ea1[_0x37bda1(0x1d7)],'YQfwl':function(_0x46e00c,_0xf90d03){var _0x16c26f=_0x37bda1;return _0x273ea1[_0x16c26f(0x1bc)](_0x46e00c,_0xf90d03);}};return new _0xa5fbd4(function(_0x3e9c51,_0x5e9538){var _0x4d8d27=_0x37bda1;_0x290162[_0x4d8d27(0x1df)]()['then'](_0x42355e=>{var _0x2f4762=_0x4d8d27;_0x3ac75b[_0x2f4762(0x1b7)](_0x2f4762(0x1e2)+_0x1b4eb6[_0x2f4762(0x1b4)],{'timestamp':new _0x2f8628()[_0x2f4762(0x1a8)](),'message':_0x42355e,'kind':_0x721cc6['HDTDh']}),_0x721cc6[_0x2f4762(0x1fd)](_0x3e9c51,_0x42355e);});});}else return;}_0x18590a[_0x37bda1(0x1f3)]=!![],_0x18590a['initQuit']=_0x18590a[_0x37bda1(0x1fa)],_0x18590a[_0x37bda1(0x1fa)]=()=>{var _0x2f0745=_0x37bda1,_0x5c1b63={'Jalsb':function(_0x4d914f){var _0xb92cd6=a59_0x404f;return _0x273ea1[_0xb92cd6(0x1d6)](_0x4d914f);},'AKsxR':_0x273ea1[_0x2f0745(0x1d7)],'gqSfu':function(_0x369354,_0x4d96ef){return _0x273ea1['kNPaP'](_0x369354,_0x4d96ef);}};if(_0x529cf1){if(_0x273ea1[_0x2f0745(0x1af)](_0x273ea1[_0x2f0745(0x1cb)],_0x273ea1[_0x2f0745(0x1f5)]))return _0x4d59f9['initQuit']();else{_0x529cf1[_0x2f0745(0x1bf)]+=0x1;if(_0x273ea1[_0x2f0745(0x1b2)](_0x529cf1[_0x2f0745(0x1bf)],0x1)){if(_0x273ea1[_0x2f0745(0x1b3)](_0x273ea1[_0x2f0745(0x1f1)],_0x273ea1[_0x2f0745(0x1b6)]))return;else return _0x18590a[_0x2f0745(0x1de)]();}}}else{if(_0x273ea1[_0x2f0745(0x1d9)](_0x273ea1[_0x2f0745(0x1aa)],_0x273ea1[_0x2f0745(0x1aa)]))_0x5c1b63[_0x2f0745(0x1c4)](_0x37f957);else{_0x18590a[_0x2f0745(0x1bf)]+=0x1;if(_0x273ea1[_0x2f0745(0x1b2)](_0x18590a[_0x2f0745(0x1bf)],0x1)){if(_0x273ea1[_0x2f0745(0x1f7)](_0x273ea1[_0x2f0745(0x1ec)],_0x273ea1[_0x2f0745(0x1ec)]))_0x574fa1[_0x2f0745(0x1b7)](_0x2f0745(0x1e2)+_0x1a54bc[_0x2f0745(0x1b4)],{'timestamp':new _0x11ac70()[_0x2f0745(0x1a8)](),'message':_0x4fca89,'kind':_0x5c1b63[_0x2f0745(0x1f2)]}),_0x5c1b63[_0x2f0745(0x1f8)](_0x37bbd9,_0x1c6d46);else return _0x18590a[_0x2f0745(0x1de)]();}}}return new Promise(function(_0x18905c){var _0x4bbec5=_0x2f0745;if(_0x273ea1[_0x4bbec5(0x1b3)](_0x273ea1[_0x4bbec5(0x1c2)],_0x273ea1[_0x4bbec5(0x1a9)]))return;else _0x273ea1[_0x4bbec5(0x1c1)](_0x18905c);});};});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a58_0x14c8e2=a58_0x3cc2;function a58_0x3cc2(_0x5eea2b,_0x425599){const _0x4359e0=a58_0x4359();return a58_0x3cc2=function(_0x3cc284,_0x9c231e){_0x3cc284=_0x3cc284-0x101;let _0x2ca178=_0x4359e0[_0x3cc284];return _0x2ca178;},a58_0x3cc2(_0x5eea2b,_0x425599);}(function(_0x244cee,_0xf4ee37){const _0x2fe5e2=a58_0x3cc2,_0x5c18aa=_0x244cee();while(!![]){try{const _0x5291d3=-parseInt(_0x2fe5e2(0x132))/0x1+parseInt(_0x2fe5e2(0x147))/0x2+parseInt(_0x2fe5e2(0x176))/0x3*(-parseInt(_0x2fe5e2(0x154))/0x4)+-parseInt(_0x2fe5e2(0x114))/0x5+-parseInt(_0x2fe5e2(0x174))/0x6+-parseInt(_0x2fe5e2(0x14a))/0x7+parseInt(_0x2fe5e2(0x163))/0x8*(parseInt(_0x2fe5e2(0x140))/0x9);if(_0x5291d3===_0xf4ee37)break;else _0x5c18aa['push'](_0x5c18aa['shift']());}catch(_0x248b7d){_0x5c18aa['push'](_0x5c18aa['shift']());}}}(a58_0x4359,0xe083d));const fs=require('fs'),path=require(a58_0x14c8e2(0x130)),os=require('os'),{spawn}=require(a58_0x14c8e2(0x124)),helper=require('../helper'),logger=require(a58_0x14c8e2(0x139))[a58_0x14c8e2(0x13b)],{logDir}=require(a58_0x14c8e2(0x139)),PercyBinary=require(a58_0x14c8e2(0x17e));function a58_0x4359(){const _0x2a9301=['Error\x20creating\x20percy\x20config:\x20','AimUw','kuTuh','qszkd','axxht','push','DDGKQ','QsZps','ihKvb','Zhqqf','GkTFf','UxLkC','vzYwP','pJdDz','pipe','child_process','NHIzE','app','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','http://localhost:5338','percy.json','percy.log','tImQp','iyFkL','RSnXa','UasHA','nuXRg','path','yeMWg','1421301VAhvQb','rNbeN','Tdogw','isRunning','IPtyA','uAUkg','percy/healthcheck','../logger','percyOptions','winstonLogger','gDmLG','healthcheck','app:exec','NeawR','3619359BFoFvP','WRUOr','uckFM','start','osnAm','debug','env','2039548SNdeBD','NCHFe','WjeWO','6740020IdaBNL','nodeRequest','xXojU','BCjlQ','AsjAl','JUNpK','token','zSKMG','tmpdir','DltMH','3740zmdQhD','join','aDJqj','lqQjb','uIToc','hjqtG','flags','MLWxz','aMWPh','qYWkq','orvbO','rXCet',':start','MkCGj','fetchPercyToken','88eXomdJ','Nrewm','VNJMA','OGljW','createPercyConfig','TlEPC','automate','nKgCu','cjeNU','LAkMZ','OUown','LcheX','&type=','nxmHa','Percy\x20healthcheck\x20successful','getBinaryPath','stop','6268374dAMRns','GIYex','1755BlJOyp','ngrYz','sLSEE','vRNtz','stringify','FgZCf','Gaqcu','dvJiR','./PercyBinary','AneQf','mEkMX','LvtEx','error','lwNDU','GET','NDCBn','createWriteStream','KJIkg','QVijr','Percy\x20config\x20created\x20at\x20','verVD','isProcessRunning','NOPFa','ljJdl','ADhIR','GVPWv','version','api/app_percy/get_project_token?name=','exec:stop','fJiBC','fKOSy','MzZwC','weyAi','assign','exec','2739785IxNOeh'];a58_0x4359=function(){return _0x2a9301;};return a58_0x4359();}class Percy{#logfile=path[a58_0x14c8e2(0x155)](logDir,a58_0x14c8e2(0x12a));#address=process[a58_0x14c8e2(0x146)]['PERCY_SERVER_ADDRESS']||a58_0x14c8e2(0x128);#binaryPath=null;#config=null;#proc=null;#isApp=![];['isProcessRunning']=![];constructor(_0x5026f3){const _0x3d8dcf=a58_0x14c8e2,_0x2f9737={};_0x2f9737[_0x3d8dcf(0x11d)]=function(_0x59e463,_0x2e25f6){return _0x59e463===_0x2e25f6;},_0x2f9737[_0x3d8dcf(0x103)]=_0x3d8dcf(0x102);const _0x118e36=_0x2f9737;this.#config=_0x5026f3;if(!!_0x5026f3[_0x3d8dcf(0x126)]){if(_0x118e36[_0x3d8dcf(0x11d)](_0x118e36[_0x3d8dcf(0x103)],_0x118e36[_0x3d8dcf(0x103)]))this.#isApp=!![];else return!![];}}async #getBinaryPath(){const _0x392fde=a58_0x14c8e2,_0x2c8b6c={};_0x2c8b6c[_0x392fde(0x168)]=function(_0x5a11ce,_0x1d5c73){return _0x5a11ce===_0x1d5c73;},_0x2c8b6c['nuXRg']=_0x392fde(0x16d);const _0x3b2cf0=_0x2c8b6c;if(!this.#binaryPath){if(_0x3b2cf0[_0x392fde(0x168)](_0x3b2cf0[_0x392fde(0x12f)],_0x3b2cf0[_0x392fde(0x12f)])){const _0x545407=new PercyBinary();this.#binaryPath=await _0x545407[_0x392fde(0x172)](this.#config);}else return![];}return this.#binaryPath;}async #sleep(_0x13bab5){return new Promise(_0x4356de=>setTimeout(_0x4356de,_0x13bab5));}async[a58_0x14c8e2(0x13d)](){const _0x72b4e9=a58_0x14c8e2,_0x545822={'NCHFe':function(_0x13e8a0,_0x30c58e){return _0x13e8a0(_0x30c58e);},'nxmHa':function(_0x1f18e9,_0x496c0d){return _0x1f18e9+_0x496c0d;},'NeawR':_0x72b4e9(0x104),'iyFkL':function(_0x562acd,_0x95928b){return _0x562acd(_0x95928b);},'UasHA':function(_0x209942,_0x1fe263){return _0x209942===_0x1fe263;},'BCjlQ':_0x72b4e9(0x109),'cjeNU':'zSfEg','mEkMX':'GET','hjqtG':_0x72b4e9(0x138),'WRUOr':_0x72b4e9(0x119),'MkCGj':'kJEVF','NHIzE':'ytZZD'};try{if(_0x545822[_0x72b4e9(0x12e)](_0x545822[_0x72b4e9(0x14d)],_0x545822[_0x72b4e9(0x16b)]))_0x11e571&&(_0x5dcfc2[_0x72b4e9(0x182)](_0x72b4e9(0x115)+_0x933111),_0x545822['NCHFe'](_0x2b3ac8,null)),_0x539824['debug'](_0x545822[_0x72b4e9(0x170)](_0x545822[_0x72b4e9(0x13f)],_0x50416d)),_0x545822[_0x72b4e9(0x148)](_0x5c4486,_0x14c18d);else{const _0x3c615f=await helper[_0x72b4e9(0x14b)](_0x545822[_0x72b4e9(0x180)],_0x545822[_0x72b4e9(0x159)],null,null,this.#address);if(_0x3c615f){if(_0x545822[_0x72b4e9(0x12e)](_0x545822[_0x72b4e9(0x141)],_0x545822[_0x72b4e9(0x161)]))_0x4bd65b['push']('-c',_0x2231d6);else return!![];}}}catch(_0x294cf9){if(_0x545822['UasHA'](_0x545822[_0x72b4e9(0x125)],_0x545822[_0x72b4e9(0x125)]))return![];else this[_0x72b4e9(0x106)]=![],_0x545822[_0x72b4e9(0x12c)](_0x1e2abe,_0x4256df);}}async[a58_0x14c8e2(0x143)](){const _0x3556b0=a58_0x14c8e2,_0x4bab87={'rXCet':function(_0x49c5e4,_0x4e608c){return _0x49c5e4(_0x4e608c);},'IPtyA':function(_0x421174,_0x5f053b,_0x43bf5d){return _0x421174(_0x5f053b,_0x43bf5d);},'aMWPh':_0x3556b0(0x10d),'AimUw':'close','Nrewm':function(_0x4a7ea6,_0x8ba09){return _0x4a7ea6!==_0x8ba09;},'pUtDS':'FdKgl','HLFfg':_0x3556b0(0x144),'Zhqqf':function(_0x979187,_0x4d9631){return _0x979187===_0x4d9631;},'verVD':_0x3556b0(0x153),'xPbJM':_0x3556b0(0x13e),'AneQf':_0x3556b0(0x113),'uAUkg':_0x3556b0(0x10a),'kuTuh':_0x3556b0(0x133),'wqtSr':function(_0x4cd5be,_0xe1aece,_0x26ee5a,_0x400279){return _0x4cd5be(_0xe1aece,_0x26ee5a,_0x400279);},'huoBs':function(_0x1f496d,_0x3f8f44){return _0x1f496d===_0x3f8f44;},'NDCBn':'PQItc','YUlJu':_0x3556b0(0x158),'LcheX':function(_0x48754a,_0x514363){return _0x48754a===_0x514363;},'lqQjb':_0x3556b0(0x183),'NOPFa':_0x3556b0(0x171)},_0x3180ff=await this.#getBinaryPath(),_0x13bc34={};_0x13bc34[_0x3556b0(0x15a)]='a';const _0x3267ca=fs[_0x3556b0(0x101)](this.#logfile,_0x13bc34),_0x59b988=await this['fetchPercyToken'](),_0x4e7d32=await this[_0x3556b0(0x167)]();if(!_0x59b988)return _0x4bab87['Zhqqf'](_0x4bab87['verVD'],_0x4bab87[_0x3556b0(0x105)])?![]:this[_0x3556b0(0x106)];const _0x25790b=[(this.#isApp?_0x4bab87['xPbJM']:_0x4bab87[_0x3556b0(0x17f)])+_0x3556b0(0x160)];if(_0x4e7d32){if(_0x4bab87[_0x3556b0(0x11e)](_0x4bab87[_0x3556b0(0x137)],_0x4bab87[_0x3556b0(0x117)])){const _0x188163=_0x4bab87[_0x3556b0(0x136)](_0x49e3fd,_0x34917f,[_0x4bab87[_0x3556b0(0x15c)]]);_0x188163['on'](_0x4bab87[_0x3556b0(0x116)],_0x1e0789=>{const _0x5ee7c1=_0x3556b0;this['isProcessRunning']=![],_0x4bab87[_0x5ee7c1(0x15f)](_0x19bc17,_0x1e0789);});}else _0x25790b[_0x3556b0(0x11a)]('-c',_0x4e7d32);}const _0x266724={};_0x266724['PERCY_TOKEN']=_0x59b988,this.#proc=_0x4bab87['wqtSr'](spawn,_0x3180ff,_0x25790b,{'env':Object[_0x3556b0(0x112)](process[_0x3556b0(0x146)],_0x266724)}),this.#proc['stdout'][_0x3556b0(0x123)](_0x3267ca),this.#proc['stderr'][_0x3556b0(0x123)](_0x3267ca),this[_0x3556b0(0x106)]=!![];var _0x4f5a8a=this;this.#proc['on'](_0x4bab87[_0x3556b0(0x116)],function(_0x27bf97){const _0x3b9040=_0x3556b0;_0x4bab87[_0x3b9040(0x164)](_0x4bab87['pUtDS'],_0x4bab87['HLFfg'])?_0x4f5a8a[_0x3b9040(0x106)]=![]:_0x39e195['version']='2';});do{if(_0x4bab87['huoBs'](_0x4bab87[_0x3556b0(0x185)],_0x4bab87['YUlJu']))return _0x3c8b96[_0x3556b0(0x182)](_0x3556b0(0x127)+_0x27bb11),null;else{const _0x28f454=await this[_0x3556b0(0x13d)]();if(_0x28f454){if(_0x4bab87[_0x3556b0(0x16e)](_0x4bab87[_0x3556b0(0x157)],_0x4bab87[_0x3556b0(0x157)]))return logger[_0x3556b0(0x145)](_0x4bab87[_0x3556b0(0x107)]),!![];else _0x2279b3[_0x3556b0(0x106)]=![];}await this.#sleep(0x3e8);}}while(this['isProcessRunning']);return![];}async[a58_0x14c8e2(0x173)](){const _0x3e255c=a58_0x14c8e2,_0x190ac0={'vRNtz':function(_0x49c801,_0x468ad4){return _0x49c801(_0x468ad4);},'tImQp':function(_0x5b1d6f,_0x4ca771){return _0x5b1d6f===_0x4ca771;},'weyAi':_0x3e255c(0x15b),'MZLce':_0x3e255c(0x14f),'LvtEx':function(_0x4b5d3f,_0x359bf5){return _0x4b5d3f===_0x359bf5;},'VNJMA':_0x3e255c(0x10f),'AsjAl':'GhtAz','qYWkq':function(_0x434538,_0x469840,_0x1bcb8a){return _0x434538(_0x469840,_0x1bcb8a);},'UxLkC':_0x3e255c(0x10d),'gDmLG':'close'},_0x5da1ce=await this.#getBinaryPath();return new Promise((_0x253fe6,_0x218b39)=>{const _0x254b53=_0x3e255c,_0x21ee09={'OonWo':function(_0x1450dd,_0x28b281){const _0x80128a=a58_0x3cc2;return _0x190ac0[_0x80128a(0x179)](_0x1450dd,_0x28b281);},'LWWOI':function(_0x258a03,_0x578913){const _0x8da419=a58_0x3cc2;return _0x190ac0[_0x8da419(0x12b)](_0x258a03,_0x578913);},'sLSEE':_0x190ac0[_0x254b53(0x111)],'GIYex':_0x190ac0['MZLce'],'DDGKQ':function(_0x395297,_0xedf53b){return _0x190ac0['vRNtz'](_0x395297,_0xedf53b);}};if(_0x190ac0[_0x254b53(0x181)](_0x190ac0[_0x254b53(0x165)],_0x190ac0[_0x254b53(0x14e)]))return new _0x1c4bc1(_0x36a265=>_0x3050f6(_0x36a265,_0x26b0dc));else{const _0x695cb8=_0x190ac0[_0x254b53(0x15d)](spawn,_0x5da1ce,[_0x190ac0[_0x254b53(0x120)]]);_0x695cb8['on'](_0x190ac0[_0x254b53(0x13c)],_0x6af0c6=>{const _0x3beca9=_0x254b53,_0x570dbd={'orvbO':function(_0x55f535,_0x4a2ec5){return _0x21ee09['OonWo'](_0x55f535,_0x4a2ec5);}};_0x21ee09['LWWOI'](_0x21ee09[_0x3beca9(0x178)],_0x21ee09[_0x3beca9(0x175)])?(_0x3071aa[_0x3beca9(0x182)]('Error\x20creating\x20percy\x20config:\x20'+_0x284a6a),_0x570dbd[_0x3beca9(0x15e)](_0x425595,null)):(this['isProcessRunning']=![],_0x21ee09[_0x3beca9(0x11b)](_0x253fe6,_0x6af0c6));});}});}[a58_0x14c8e2(0x135)](){const _0x4f3b80=a58_0x14c8e2;return this[_0x4f3b80(0x106)];}async[a58_0x14c8e2(0x162)](){const _0xdb5c78=a58_0x14c8e2,_0x157941={'yeMWg':function(_0x58d68d,_0x2189fa){return _0x58d68d(_0x2189fa);},'mNBCd':function(_0x38f6ce,_0x1c3013){return _0x38f6ce+_0x1c3013;},'vzYwP':_0xdb5c78(0x104),'uckFM':function(_0x5cb7aa,_0x1da2a0){return _0x5cb7aa(_0x1da2a0);},'OGljW':function(_0x3f3588,_0x2045b8){return _0x3f3588!==_0x2045b8;},'RSnXa':_0xdb5c78(0x108),'Rnlzd':_0xdb5c78(0x11f),'kejAo':_0xdb5c78(0x126),'MzZwC':_0xdb5c78(0x169),'LAkMZ':_0xdb5c78(0x184),'Tdogw':'Percy\x20fetch\x20token\x20success','xXojU':_0xdb5c78(0x16a)},_0x59bf4e=this.#config['projectName'];try{if(_0x157941[_0xdb5c78(0x166)](_0x157941[_0xdb5c78(0x12d)],_0x157941['Rnlzd'])){const _0x52afb8=this.#isApp?_0x157941['kejAo']:_0x157941[_0xdb5c78(0x110)],_0xbd6cfa=await helper[_0xdb5c78(0x14b)](_0x157941[_0xdb5c78(0x16c)],_0xdb5c78(0x10c)+_0x59bf4e+_0xdb5c78(0x16f)+_0x52afb8,{},this.#config),_0x1fc0f4=_0xbd6cfa['data'];return logger[_0xdb5c78(0x145)](_0x157941[_0xdb5c78(0x134)]),_0x1fc0f4[_0xdb5c78(0x150)];}else return null;}catch(_0x246dd3){if(_0x157941['OGljW'](_0x157941[_0xdb5c78(0x14c)],_0x157941[_0xdb5c78(0x14c)]))_0x2da625['writeFile'](_0x3d5aab,_0x154bca['stringify'](_0x159331),_0x3baf0c=>{const _0x2b2597=_0xdb5c78;_0x3baf0c&&(_0x15e3e0[_0x2b2597(0x182)]('Error\x20creating\x20percy\x20config:\x20'+_0x3baf0c),_0x157941[_0x2b2597(0x131)](_0x58f629,null)),_0x176d8a[_0x2b2597(0x145)](_0x157941['mNBCd'](_0x157941[_0x2b2597(0x121)],_0x277293)),_0x157941[_0x2b2597(0x142)](_0x2fdbee,_0x5be7e3);});else return logger[_0xdb5c78(0x182)](_0xdb5c78(0x127)+_0x246dd3),null;}}async[a58_0x14c8e2(0x167)](){const _0xfed12e=a58_0x14c8e2,_0x1932b7={'ngrYz':_0xfed12e(0x171),'FgZCf':function(_0x31af95,_0x166596){return _0x31af95(_0x166596);},'zSKMG':function(_0x5ca93e,_0x231ae8){return _0x5ca93e+_0x231ae8;},'fJiBC':_0xfed12e(0x104),'WjeWO':function(_0x2eb007,_0x43cf6d){return _0x2eb007===_0x43cf6d;},'QsZps':'oavFo','dvJiR':_0xfed12e(0x129),'pJdDz':function(_0x92b442,_0x39b35b){return _0x92b442===_0x39b35b;},'aDJqj':'OYSYA'};if(!this.#config[_0xfed12e(0x13a)])return _0x1932b7[_0xfed12e(0x149)](_0x1932b7['QsZps'],_0x1932b7[_0xfed12e(0x11c)])?null:![];const _0x3d01e9=path[_0xfed12e(0x155)](os[_0xfed12e(0x152)](),_0x1932b7[_0xfed12e(0x17d)]),_0x8ad40b=this.#config[_0xfed12e(0x13a)];if(!_0x8ad40b[_0xfed12e(0x10b)]){if(_0x1932b7[_0xfed12e(0x122)](_0x1932b7[_0xfed12e(0x156)],_0x1932b7[_0xfed12e(0x156)]))_0x8ad40b['version']='2';else return _0x196c94[_0xfed12e(0x145)](_0x1932b7[_0xfed12e(0x177)]),!![];}return new Promise((_0xea5298,_0x5eb2f1)=>{const _0x1538ff=_0xfed12e,_0x5ea115={'qszkd':function(_0x496d20,_0x17c1fa){const _0x2bd85a=a58_0x3cc2;return _0x1932b7[_0x2bd85a(0x17b)](_0x496d20,_0x17c1fa);},'Gaqcu':function(_0x1ee2c1,_0xa236b3){const _0x2b394b=a58_0x3cc2;return _0x1932b7[_0x2b394b(0x151)](_0x1ee2c1,_0xa236b3);},'lSUDR':_0x1932b7[_0x1538ff(0x10e)]};fs['writeFile'](_0x3d01e9,JSON[_0x1538ff(0x17a)](_0x8ad40b),_0x199240=>{const _0x1b8616=_0x1538ff;_0x199240&&(logger[_0x1b8616(0x182)]('Error\x20creating\x20percy\x20config:\x20'+_0x199240),_0x5ea115[_0x1b8616(0x118)](_0xea5298,null)),logger[_0x1b8616(0x145)](_0x5ea115[_0x1b8616(0x17c)](_0x5ea115['lSUDR'],_0x3d01e9)),_0x5ea115[_0x1b8616(0x118)](_0xea5298,_0x3d01e9);});});}}module['exports']=Percy;
|
|
1
|
+
const a60_0xfb6819=a60_0x1ec4;function a60_0x42d9(){const _0x453b00=['yPYAG','LTXrv','../helper','MklzA','exec:stop','bHDvL','urzuU','Percy\x20fetch\x20token\x20success','9336900jbnKtz','VRHMl','uTUaA','app','JWwvN','xbRrv','SBvlf','MSqyn','Fscxy','TnvsR','Jzqlt','EOmVv','fetchPercyToken','createPercyConfig','flags','PXCjM','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','HTAkL','LLJrg','zfHhd','exports','token','getBinaryPath','cHepw','OXVPv','stdout','PERCY_SERVER_ADDRESS',':start','HZhDC','percy.log','isProcessRunning','EhxRR','NfrcO','assign','JOyUQ','airMs','LXCFV','toUhc','xgukJ','exec','gaaSt','EGmRU','OJeSu','KBrqY','aFVuN','stringify','7624722zQFxHF','tUksq','MOpbD','7Hqzofv','./PercyBinary','pbfAE','Percy\x20healthcheck\x20successful','Error\x20creating\x20percy\x20config:\x20','IzdIA','cNRYr','percyOptions','push','Yeodd','WbIXk','automate','IWpOR','oyVIs','error','hSqNi','stderr','Gemry','version','1970016EuTdaj','zogKY','tVvPN','XlpRM','env','percy/healthcheck','RoIXC','LtmcY','wfidV','vfxyf','12084228tIoXlY','GET','cGPdk','Percy\x20config\x20created\x20at\x20','path','3425244mvkDPO','oUGSv','ByMSn','api/app_percy/get_project_token?name=','nodeRequest','AUiQZ','hCUJr','join','PERCY_TOKEN','JRnwc','zMQPD','rQDIp','hDIbK','3YBPvKn','2077052AOehrC','flaQV','uCyYJ','eiFrC','app:exec','GuBXa','68297trdaKN','oTjci','JVGaN','KLqzV','fuxLn','createWriteStream','debug','BhzUi','aFjSZ','oEdrK','waaYF','pipe','healthcheck','lbsVS','qSmSL','PkBcu','close','jOKhR','ECGyi','&type=','isRunning'];a60_0x42d9=function(){return _0x453b00;};return a60_0x42d9();}(function(_0x4716b6,_0x5ac893){const _0x3e3f8b=a60_0x1ec4,_0x125e2d=_0x4716b6();while(!![]){try{const _0x298738=parseInt(_0x3e3f8b(0x18b))/0x1+parseInt(_0x3e3f8b(0x209))/0x2*(parseInt(_0x3e3f8b(0x208))/0x3)+parseInt(_0x3e3f8b(0x1fb))/0x4+parseInt(_0x3e3f8b(0x1a8))/0x5+-parseInt(_0x3e3f8b(0x1d6))/0x6*(parseInt(_0x3e3f8b(0x1d9))/0x7)+-parseInt(_0x3e3f8b(0x1ec))/0x8+-parseInt(_0x3e3f8b(0x1f6))/0x9;if(_0x298738===_0x5ac893)break;else _0x125e2d['push'](_0x125e2d['shift']());}catch(_0xc08547){_0x125e2d['push'](_0x125e2d['shift']());}}}(a60_0x42d9,0xed01f));const fs=require('fs'),path=require(a60_0xfb6819(0x1fa)),os=require('os'),{spawn}=require('child_process'),helper=require(a60_0xfb6819(0x1a2)),logger=require('../logger')['winstonLogger'],{logDir}=require('../logger'),PercyBinary=require(a60_0xfb6819(0x1da));function a60_0x1ec4(_0x2e584d,_0x5c15cd){const _0x42d990=a60_0x42d9();return a60_0x1ec4=function(_0x1ec4fe,_0x37720e){_0x1ec4fe=_0x1ec4fe-0x18a;let _0x1d8a35=_0x42d990[_0x1ec4fe];return _0x1d8a35;},a60_0x1ec4(_0x2e584d,_0x5c15cd);}class Percy{#logfile=path[a60_0xfb6819(0x202)](logDir,a60_0xfb6819(0x1c5));#address=process['env'][a60_0xfb6819(0x1c2)]||'http://localhost:5338';#binaryPath=null;#config=null;#proc=null;#isApp=![];[a60_0xfb6819(0x1c6)]=![];constructor(_0x31bc64){const _0x15a6c4=a60_0xfb6819,_0x116fc4={'zzXOo':function(_0x140e4b,_0x55b52d){return _0x140e4b(_0x55b52d);},'oEdrK':function(_0x5b9486,_0x40a80c){return _0x5b9486+_0x40a80c;},'pbfAE':_0x15a6c4(0x1f9),'IzdIA':function(_0x494c56,_0x273162){return _0x494c56(_0x273162);},'TnvsR':function(_0x520aeb,_0x36d80e){return _0x520aeb===_0x36d80e;},'ECGyi':_0x15a6c4(0x1ba),'cNRYr':_0x15a6c4(0x1d2)};this.#config=_0x31bc64,!!_0x31bc64[_0x15a6c4(0x1ab)]&&(_0x116fc4[_0x15a6c4(0x1b1)](_0x116fc4[_0x15a6c4(0x19d)],_0x116fc4[_0x15a6c4(0x1df)])?(_0x2040d4&&(_0x29f360['error']('Error\x20creating\x20percy\x20config:\x20'+_0x1f357e),_0x116fc4['zzXOo'](_0x3cab8b,null)),_0x130ea3[_0x15a6c4(0x191)](_0x116fc4[_0x15a6c4(0x194)](_0x116fc4[_0x15a6c4(0x1db)],_0x3c2c23)),_0x116fc4[_0x15a6c4(0x1de)](_0x22e367,_0x66cac6)):this.#isApp=!![]);}async #getBinaryPath(){const _0x3f17ee=a60_0xfb6819,_0x321f4d={};_0x321f4d['rQDIp']=function(_0x5654f9,_0x570399){return _0x5654f9!==_0x570399;},_0x321f4d[_0x3f17ee(0x207)]='jcMFT';const _0xeb368b=_0x321f4d;if(!this.#binaryPath){if(_0xeb368b[_0x3f17ee(0x206)](_0xeb368b[_0x3f17ee(0x207)],_0xeb368b[_0x3f17ee(0x207)]))return this[_0x3f17ee(0x1c6)];else{const _0x63b81e=new PercyBinary();this.#binaryPath=await _0x63b81e[_0x3f17ee(0x1be)](this.#config);}}return this.#binaryPath;}async #sleep(_0x3013e4){return new Promise(_0x3510cb=>setTimeout(_0x3510cb,_0x3013e4));}async[a60_0xfb6819(0x197)](){const _0x40c552=a60_0xfb6819,_0x2bfdc4={};_0x2bfdc4[_0x40c552(0x1ad)]=function(_0x5e6d32,_0x749cd8){return _0x5e6d32!==_0x749cd8;},_0x2bfdc4['VRHMl']=_0x40c552(0x1e5),_0x2bfdc4[_0x40c552(0x1e8)]=_0x40c552(0x20a),_0x2bfdc4[_0x40c552(0x1d0)]=_0x40c552(0x1f7),_0x2bfdc4[_0x40c552(0x1e3)]=_0x40c552(0x1f1),_0x2bfdc4[_0x40c552(0x204)]=function(_0x3264af,_0x5f1fb8){return _0x3264af!==_0x5f1fb8;},_0x2bfdc4[_0x40c552(0x1e2)]=_0x40c552(0x1ee),_0x2bfdc4[_0x40c552(0x1aa)]=_0x40c552(0x1b2),_0x2bfdc4[_0x40c552(0x1d3)]='cMBKX',_0x2bfdc4['uCyYJ']=_0x40c552(0x1ae);const _0x590850=_0x2bfdc4;try{if(_0x590850[_0x40c552(0x1ad)](_0x590850[_0x40c552(0x1a9)],_0x590850[_0x40c552(0x1e8)])){const _0x1a97a4=await helper[_0x40c552(0x1ff)](_0x590850['gaaSt'],_0x590850[_0x40c552(0x1e3)],null,null,this.#address);if(_0x1a97a4)return _0x590850[_0x40c552(0x204)](_0x590850[_0x40c552(0x1e2)],_0x590850[_0x40c552(0x1aa)])?!![]:!![];}else return new _0xa9ebd9(_0x32cf24=>_0x35d194(_0x32cf24,_0x278f56));}catch(_0x510787){return _0x590850[_0x40c552(0x204)](_0x590850['KBrqY'],_0x590850[_0x40c552(0x20b)])?![]:null;}}async['start'](){const _0x5b187f=a60_0xfb6819,_0x16833d={'jOKhR':function(_0x5c14cd,_0x5ce59d){return _0x5c14cd(_0x5ce59d);},'MSqyn':function(_0x58a68c,_0x6f35eb){return _0x58a68c!==_0x6f35eb;},'oUGSv':_0x5b187f(0x1bf),'waaYF':function(_0x3d03b2,_0x351f7a){return _0x3d03b2===_0x351f7a;},'yPYAG':_0x5b187f(0x1d1),'tUksq':_0x5b187f(0x20d),'HZhDC':_0x5b187f(0x1cf),'Tlxwx':_0x5b187f(0x1c8),'ELAoL':_0x5b187f(0x1cb),'BhzUi':function(_0x63b706,_0x41f884,_0x7d1d65,_0x3b8107){return _0x63b706(_0x41f884,_0x7d1d65,_0x3b8107);},'LXCFV':'close','AUiQZ':function(_0x19db61,_0x29348){return _0x19db61!==_0x29348;},'RoIXC':_0x5b187f(0x1ac),'oyVIs':'huKhO','HTAkL':function(_0x1b92d1,_0xe7e7be){return _0x1b92d1!==_0xe7e7be;},'zfHhd':_0x5b187f(0x1b0),'zWgrX':_0x5b187f(0x1dc)},_0x3aa605=await this.#getBinaryPath(),_0x6c08a6={};_0x6c08a6[_0x5b187f(0x1b6)]='a';const _0x1f38b9=fs[_0x5b187f(0x190)](this.#logfile,_0x6c08a6),_0xb6bce4=await this[_0x5b187f(0x1b4)](),_0x156ec4=await this[_0x5b187f(0x1b5)]();if(!_0xb6bce4)return _0x16833d[_0x5b187f(0x195)](_0x16833d['yPYAG'],_0x16833d[_0x5b187f(0x1a0)])?![]:(_0x3072bb[_0x5b187f(0x1e7)](_0x5b187f(0x1b8)+_0x51a674),null);const _0x41688c=[(this.#isApp?_0x16833d[_0x5b187f(0x1d7)]:_0x16833d[_0x5b187f(0x1c4)])+_0x5b187f(0x1c3)];_0x156ec4&&(_0x16833d[_0x5b187f(0x195)](_0x16833d['Tlxwx'],_0x16833d['ELAoL'])?(this[_0x5b187f(0x1c6)]=![],_0x16833d[_0x5b187f(0x19c)](_0x12b0c1,_0x2b341b)):_0x41688c[_0x5b187f(0x1e1)]('-c',_0x156ec4));const _0x5df2b6={};_0x5df2b6[_0x5b187f(0x203)]=_0xb6bce4,this.#proc=_0x16833d[_0x5b187f(0x192)](spawn,_0x3aa605,_0x41688c,{'env':Object[_0x5b187f(0x1c9)](process[_0x5b187f(0x1f0)],_0x5df2b6)}),this.#proc[_0x5b187f(0x1c1)]['pipe'](_0x1f38b9),this.#proc[_0x5b187f(0x1e9)][_0x5b187f(0x196)](_0x1f38b9),this[_0x5b187f(0x1c6)]=!![];var _0x296c8a=this;this.#proc['on'](_0x16833d[_0x5b187f(0x1cc)],function(_0x1631f9){const _0x369fb2=_0x5b187f;_0x16833d[_0x369fb2(0x1af)](_0x16833d['oUGSv'],_0x16833d[_0x369fb2(0x1fc)])?_0x265779[_0x369fb2(0x1c6)]=![]:_0x296c8a[_0x369fb2(0x1c6)]=![];});do{if(_0x16833d[_0x5b187f(0x200)](_0x16833d[_0x5b187f(0x1f2)],_0x16833d[_0x5b187f(0x1e6)])){const _0xb7bb2d=await this[_0x5b187f(0x197)]();if(_0xb7bb2d)return _0x16833d[_0x5b187f(0x1b9)](_0x16833d[_0x5b187f(0x1bb)],_0x16833d['zfHhd'])?![]:(logger[_0x5b187f(0x191)](_0x16833d['zWgrX']),!![]);await this.#sleep(0x3e8);}else _0x16e39f[_0x5b187f(0x1eb)]='2';}while(this[_0x5b187f(0x1c6)]);return![];}async['stop'](){const _0x261201=a60_0xfb6819,_0x1b7c08={'PXCjM':function(_0x13dd1a,_0x3feef1){return _0x13dd1a!==_0x3feef1;},'XlpRM':_0x261201(0x198),'fegAi':function(_0x1b7be8,_0x3e2aa0){return _0x1b7be8(_0x3e2aa0);},'VVJGk':function(_0x39c013,_0x1269ae){return _0x39c013===_0x1269ae;},'toUhc':'vaZPU','eiFrC':'fSoSd','LTXrv':function(_0x175f81,_0x22a0c3,_0x248c39){return _0x175f81(_0x22a0c3,_0x248c39);},'OXVPv':_0x261201(0x1a4),'EhxRR':_0x261201(0x19b)},_0x391dd9=await this.#getBinaryPath();return new Promise((_0xf98426,_0x89a240)=>{const _0x5e0b23=_0x261201;if(_0x1b7c08['VVJGk'](_0x1b7c08[_0x5e0b23(0x1cd)],_0x1b7c08[_0x5e0b23(0x20c)]))_0xc82d2['push']('-c',_0x454ef5);else{const _0x67d57f=_0x1b7c08[_0x5e0b23(0x1a1)](spawn,_0x391dd9,[_0x1b7c08[_0x5e0b23(0x1c0)]]);_0x67d57f['on'](_0x1b7c08[_0x5e0b23(0x1c7)],_0x2ff634=>{const _0xf7b87=_0x5e0b23;if(_0x1b7c08[_0xf7b87(0x1b7)](_0x1b7c08[_0xf7b87(0x1ef)],_0x1b7c08[_0xf7b87(0x1ef)]))return![];else this['isProcessRunning']=![],_0x1b7c08['fegAi'](_0xf98426,_0x2ff634);});}});}[a60_0xfb6819(0x19f)](){const _0x3a2e5d=a60_0xfb6819;return this[_0x3a2e5d(0x1c6)];}async[a60_0xfb6819(0x1b4)](){const _0xc95de0=a60_0xfb6819,_0x382e04={'wfidV':function(_0x591eb5,_0x4fdafe){return _0x591eb5(_0x4fdafe);},'zogKY':function(_0x415c44,_0x3d5be7){return _0x415c44+_0x3d5be7;},'PkBcu':_0xc95de0(0x1f9),'KLqzV':function(_0x45b117,_0x4d4f0a){return _0x45b117(_0x4d4f0a);},'MOpbD':_0xc95de0(0x1dc),'USBVQ':function(_0xd74f45,_0x5ad81f){return _0xd74f45!==_0x5ad81f;},'aSQdN':'RsnJZ','URurO':_0xc95de0(0x1ca),'xgukJ':_0xc95de0(0x1ab),'Gemry':_0xc95de0(0x1e4),'ByMSn':_0xc95de0(0x1f7),'zMQPD':_0xc95de0(0x1a7),'hCUJr':function(_0x4b1290,_0x364f80){return _0x4b1290===_0x364f80;},'oTjci':'wnaFI','cGPdk':_0xc95de0(0x18d)},_0x3707b5=this.#config['projectName'];try{if(_0x382e04['USBVQ'](_0x382e04['aSQdN'],_0x382e04['URurO'])){const _0x344c60=this.#isApp?_0x382e04[_0xc95de0(0x1ce)]:_0x382e04[_0xc95de0(0x1ea)],_0x5838f2=await helper[_0xc95de0(0x1ff)](_0x382e04[_0xc95de0(0x1fd)],_0xc95de0(0x1fe)+_0x3707b5+_0xc95de0(0x19e)+_0x344c60,{},this.#config),_0x1ccd8d=_0x5838f2['data'];return logger['debug'](_0x382e04[_0xc95de0(0x205)]),_0x1ccd8d[_0xc95de0(0x1bd)];}else _0x32da4c['writeFile'](_0x5753bd,_0x5f0f05[_0xc95de0(0x1d5)](_0x1287b1),_0x3723b2=>{const _0xfec210=_0xc95de0;_0x3723b2&&(_0x2c3a31[_0xfec210(0x1e7)](_0xfec210(0x1dd)+_0x3723b2),_0x382e04[_0xfec210(0x1f4)](_0x47a388,null)),_0x22234d[_0xfec210(0x191)](_0x382e04[_0xfec210(0x1ed)](_0x382e04[_0xfec210(0x19a)],_0x235a4f)),_0x382e04[_0xfec210(0x18e)](_0x47abde,_0x368c64);});}catch(_0x50e79a){return _0x382e04[_0xc95de0(0x201)](_0x382e04[_0xc95de0(0x18c)],_0x382e04[_0xc95de0(0x1f8)])?(_0x6de17b[_0xc95de0(0x191)](_0x382e04[_0xc95de0(0x1d8)]),!![]):(logger[_0xc95de0(0x1e7)](_0xc95de0(0x1b8)+_0x50e79a),null);}}async[a60_0xfb6819(0x1b5)](){const _0x5a3957=a60_0xfb6819,_0x1a9134={'MklzA':function(_0x159282,_0x43e805){return _0x159282(_0x43e805);},'fuxLn':function(_0x3cf11a,_0x541395,_0x42b7e7){return _0x3cf11a(_0x541395,_0x42b7e7);},'FrzbU':_0x5a3957(0x1a4),'GuBXa':'close','bHDvL':function(_0x559420,_0x25303c){return _0x559420(_0x25303c);},'hsTZO':function(_0x1648a1,_0x25e721){return _0x1648a1+_0x25e721;},'vfxyf':'Percy\x20config\x20created\x20at\x20','EOmVv':function(_0x393998,_0x37ecfb){return _0x393998===_0x37ecfb;},'YtJBn':_0x5a3957(0x193),'GOMmy':_0x5a3957(0x1d4),'urzuU':'percy.json','LtmcY':_0x5a3957(0x199)};if(!this.#config[_0x5a3957(0x1e0)]){if(_0x1a9134[_0x5a3957(0x1b3)](_0x1a9134['YtJBn'],_0x1a9134['GOMmy'])){const _0x3a03cb=_0x1a9134[_0x5a3957(0x18f)](_0x55dcea,_0x59165e,[_0x1a9134['FrzbU']]);_0x3a03cb['on'](_0x1a9134[_0x5a3957(0x18a)],_0x1f0a49=>{const _0x48cee5=_0x5a3957;this[_0x48cee5(0x1c6)]=![],_0x1a9134[_0x48cee5(0x1a3)](_0x39b824,_0x1f0a49);});}else return null;}const _0x4e404e=path[_0x5a3957(0x202)](os['tmpdir'](),_0x1a9134[_0x5a3957(0x1a6)]),_0x4a969b=this.#config[_0x5a3957(0x1e0)];return!_0x4a969b[_0x5a3957(0x1eb)]&&(_0x1a9134['EOmVv'](_0x1a9134[_0x5a3957(0x1f3)],_0x1a9134[_0x5a3957(0x1f3)])?_0x4a969b[_0x5a3957(0x1eb)]='2':(_0x554009[_0x5a3957(0x1e7)](_0x5a3957(0x1dd)+_0x32a7c1),_0x1a9134['MklzA'](_0x2e88fe,null))),new Promise((_0x5a8b1d,_0x2dc926)=>{const _0x4639c1=_0x5a3957;fs['writeFile'](_0x4e404e,JSON[_0x4639c1(0x1d5)](_0x4a969b),_0x25459d=>{const _0x3f91b0=_0x4639c1;_0x25459d&&(logger[_0x3f91b0(0x1e7)]('Error\x20creating\x20percy\x20config:\x20'+_0x25459d),_0x1a9134[_0x3f91b0(0x1a5)](_0x5a8b1d,null)),logger[_0x3f91b0(0x191)](_0x1a9134['hsTZO'](_0x1a9134[_0x3f91b0(0x1f5)],_0x4e404e)),_0x1a9134[_0x3f91b0(0x1a5)](_0x5a8b1d,_0x4e404e);});});}}module[a60_0xfb6819(0x1bc)]=Percy;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a59_0x5d9ebb=a59_0x4456;function a59_0x4456(_0x3c3a7e,_0x3d2755){const _0x528158=a59_0x5281();return a59_0x4456=function(_0x4456f4,_0x2117e1){_0x4456f4=_0x4456f4-0x100;let _0x248013=_0x528158[_0x4456f4];return _0x248013;},a59_0x4456(_0x3c3a7e,_0x3d2755);}(function(_0x577715,_0x36d013){const _0x393c07=a59_0x4456,_0x17055b=_0x577715();while(!![]){try{const _0x19931f=parseInt(_0x393c07(0x147))/0x1*(parseInt(_0x393c07(0x1bd))/0x2)+parseInt(_0x393c07(0x159))/0x3*(parseInt(_0x393c07(0x22e))/0x4)+-parseInt(_0x393c07(0x1b7))/0x5+-parseInt(_0x393c07(0x1e4))/0x6+parseInt(_0x393c07(0x14b))/0x7*(-parseInt(_0x393c07(0x17a))/0x8)+-parseInt(_0x393c07(0x105))/0x9*(-parseInt(_0x393c07(0x225))/0xa)+parseInt(_0x393c07(0x20f))/0xb;if(_0x19931f===_0x36d013)break;else _0x17055b['push'](_0x17055b['shift']());}catch(_0x511916){_0x17055b['push'](_0x17055b['shift']());}}}(a59_0x5281,0x8227b));function a59_0x5281(){const _0x15a9d9=['YyHhR','PggYW','FiigP','KeeUX','DOntm','Wprqw','vpKls','xMZfb','QwjVN','YpsDC','download','gHZsc','Wrsdn','qvhrG','5028510cJCRbb','xYduH','sDfAf','XjKcD','jrSdT','https-proxy-agent','48bHaSOL','khMJb','yFqGD','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','MjgfB','cwd','GOKAV','DGarv','TPSoU','exports','oFRFU','eULCs','NvZov','GaQyQ','qaKoH','FDVFL','vaynj','MbdQN','BQQZE','getBinaryPath','url','validateBinary','pqqTi','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','trCdE','ZxtAf','USERNAME','vRmHn','open','gRAjA','DBxVc','MjxaL','VsHAN','USERPROFILE','IMoTt','eKkMe','match','RgoKU','WtXCa','175968YgwBST','accessSync','qPInB','WlLOU','pbYea','qjwnY','mkdirSync','xPWQK','iusWF','fmEto','NFmvp','rENuc','vOCiL','IAxOo','QVVkM','ZjzZR','ypeaV','Defof','.zip','IfWYh','TJvFN','port','suwgE','data','JShSt','nIWJn','UfPmo','KqWcF','lfVHs','DXJcV','OMaKU','lazyEntries','LNAME','LowaP','ybRdR','GEclC','pCbHr','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','pipe','MjdpD','.browserstack','QgOLL','Error\x20trying\x20to\x20download\x20percy\x20binary','8389436diFjrm','kYOoJ','njLYb','WQjVe','BQAah','vLDVK','tuPMM','lBAbQ','ylvlD','HOTMz','otAoU','FGUrR','jRZNK','stdout','XWfCn','GeHEa','test','baSfj','proxyHost','eILWe','hHSen','JvZCc','2670vmfoUj','YAdJZ','darwin','BViqr','nfzlH','sUoiX','/Users/','Oizhq','JfUtb','328cIIeyd','QeZwv','oeKqB','percy.exe','env','yauzl','useCaCertificate','uLXnt','Rzagw','WqwMW','Sxuff','znzev','X_OK','VDipo','HOMEPATH','eEdgv','ESmeM','SczXh','eJojG','hzZrR','iqAXM','kJJWR','oSNMF','/percy-osx.zip','ZtVYc','DMLtF','WwBMf','14589vbGVpq','HOMEDRIVE','createWriteStream','Erpco','XSpMX','Izlzo','EHjRG','error','vobhl','LOGNAME','PXqoj','QyaGH','end','pGume','https://github.com/percy/cli/releases/latest/download','WJDiJ','../logger','YTyfs','host','rIRsk','KNXVr','kGqzm','rcSOc','--version','agent','AqVqf','entry','clsrV','IvnGP','MfMli','mQvvx','dvRYf','HRbXZ','UAMCP','uYJyX','raYfR','QdmQz','NhLTy','fofgQ','path','ZJIvW','tMJGX','rZsGv','mYCYb','0755','readEntry','OQdtF','wwUpC','lWSGB','uEOtN','MiXXZ','YDYSz','cpbNc','follow-redirects','ozxwY','getuid','EjEEf','sPOkV','join','tunTB','dIeDz','iGZAB','CRERQ','mIDIW','rSQnm','swgvT','12176vJfhLj','platform','wYGbQ','vEmhK','992068bPgWdN','/percy-win.zip','fFjSt','OEUYm','sbetP','fileName','aZeaa','qeSdR','chmod','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','percy','lcEbL','PspjI','qfylE','34053WLpufu','MtcaO','FoVAb','LyzLi','Fggug','muhTx','qRyFx','YXALz','qLBQU','qmYSh','dhURB','FLfFV','EuJaI','lrsje','once','qOHWG','Xtjxg','jUnjR','nrbDH','proxyPort','zDROR','HxIxX','WRzKD','chvTp','hcPyT','statSync','NKnQn','hZoKs','homedir','QuvvD','sZRRb','gAoeu','EaDfX','48MWfyxo','child_process','YXsyC','/percy-linux.zip','undefined','CtDSI','kziJi','iuWku','IWZMh','readFileSync','xuOTP','jyjQV','xHMDP','hnSTK','wKwDO','WBDxC','ENPfM','W_OK','ROGCd','UgOuq','Qlekx','NfvpD','USER','YgSyT','NMasV','CvyUY','YPghN','MpNvW','TBFJL','R_OK','rqWXm','TqGPx','tmpdir','nPgcx','rOyGW','jWQhz','VWmtB','SpcQL','FtIYc','XtqSS','parse','VoseD','RVeGT','hrGhG','OgkPL','close','BcSeM'];a59_0x5281=function(){return _0x15a9d9;};return a59_0x5281();}const {https}=require(a59_0x5d9ebb(0x13a)),url=require(a59_0x5d9ebb(0x1d1)),yauzl=require(a59_0x5d9ebb(0x233)),fs=require('fs'),path=require(a59_0x5d9ebb(0x12c)),os=require('os'),{spawn}=require(a59_0x5d9ebb(0x17b)),HttpsProxyAgent=require(a59_0x5d9ebb(0x1bc)),logger=require(a59_0x5d9ebb(0x115))['winstonLogger'];class PercyBinary{#hostOS=process[a59_0x5d9ebb(0x148)];#httpPath=null;#binaryName=a59_0x5d9ebb(0x155);#orderedPaths=[path[a59_0x5d9ebb(0x13f)](this.#homedir(),a59_0x5d9ebb(0x20c)),process[a59_0x5d9ebb(0x1c2)](),os[a59_0x5d9ebb(0x19a)]()];constructor(){const _0x120bf1=a59_0x5d9ebb,_0xa7c06d={'LyzLi':'Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','Qlekx':function(_0x2da5d4,_0x4b9f4c){return _0x2da5d4(_0x4b9f4c);},'WqwMW':_0x120bf1(0x113),'XtqSS':function(_0x70ae73,_0x1bb80c){return _0x70ae73===_0x1bb80c;},'FoVAb':'vSJaH','uYJyX':_0x120bf1(0x158),'TBFJL':function(_0x224706,_0x28abeb){return _0x224706+_0x28abeb;},'clsrV':_0x120bf1(0x101),'vLDVK':function(_0x1f51fa,_0x215342){return _0x1f51fa!==_0x215342;},'BQAah':_0x120bf1(0x16e),'pGume':function(_0x46ee5f,_0x84c69b){return _0x46ee5f+_0x84c69b;},'fFjSt':_0x120bf1(0x14c),'oFRFU':_0x120bf1(0x231),'eKkMe':function(_0x2a344f,_0x3b81cc){return _0x2a344f!==_0x3b81cc;},'jrSdT':'mLQnF','uEOtN':_0x120bf1(0x17d)},_0x262abd=_0xa7c06d[_0x120bf1(0x237)];if(this.#hostOS[_0x120bf1(0x1e1)](/darwin|mac os/i))_0xa7c06d[_0x120bf1(0x1a1)](_0xa7c06d[_0x120bf1(0x15b)],_0xa7c06d[_0x120bf1(0x127)])?(_0x5c079b[_0x120bf1(0x10c)](_0xa7c06d[_0x120bf1(0x15c)],_0x3387f2),_0xa7c06d[_0x120bf1(0x18e)](_0x54ae52,_0x474fa9)):this.#httpPath=_0xa7c06d[_0x120bf1(0x196)](_0x262abd,_0xa7c06d[_0x120bf1(0x120)]);else{if(this.#hostOS['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)){if(_0xa7c06d[_0x120bf1(0x214)](_0xa7c06d['BQAah'],_0xa7c06d[_0x120bf1(0x213)]))return![];else this.#httpPath=_0xa7c06d['pGume'](_0x262abd,_0xa7c06d[_0x120bf1(0x14d)]),this.#binaryName=_0xa7c06d[_0x120bf1(0x1c7)];}else _0xa7c06d[_0x120bf1(0x1e0)](_0xa7c06d[_0x120bf1(0x1bb)],_0xa7c06d[_0x120bf1(0x1bb)])?_0x3d7e1c[_0x120bf1(0x21f)](_0xcadfd7)&&_0xa7c06d[_0x120bf1(0x18e)](_0x319dac,!![]):this.#httpPath=_0xa7c06d[_0x120bf1(0x112)](_0x262abd,_0xa7c06d[_0x120bf1(0x136)]);}}#getAvailableDirs(){const _0x19f72d=a59_0x5d9ebb,_0x1f43c2={'otAoU':function(_0x38478e,_0x4ebe0e){return _0x38478e(_0x4ebe0e);},'YKQKk':_0x19f72d(0x111),'IAxOo':function(_0x30f0e7,_0x45821b){return _0x30f0e7<_0x45821b;},'jWQhz':function(_0x3c09cf,_0x934cf8){return _0x3c09cf!==_0x934cf8;},'UTmqS':_0x19f72d(0x11a),'cdFvU':_0x19f72d(0x13e),'xHMDP':function(_0x261f24,_0x4bf7c0){return _0x261f24!==_0x4bf7c0;},'MpNvW':'xJIwN','XWfCn':_0x19f72d(0x20e)};for(var _0x5509d1=0x0;_0x1f43c2[_0x19f72d(0x1f1)](_0x5509d1,this.#orderedPaths['length']);_0x5509d1++){if(_0x1f43c2[_0x19f72d(0x19d)](_0x1f43c2['UTmqS'],_0x1f43c2['cdFvU'])){var _0x3205a=this.#orderedPaths[_0x5509d1];if(this.#makePath(_0x3205a)){if(_0x1f43c2[_0x19f72d(0x186)](_0x1f43c2[_0x19f72d(0x195)],_0x1f43c2[_0x19f72d(0x195)]))_0x328844&&_0x1f43c2[_0x19f72d(0x219)](_0x123557,_0x4b4fdf),_0x52c075['on'](_0x1f43c2['YKQKk'],function(){const _0x10cd87=_0x19f72d;_0x19104f[_0x10cd87(0x1a7)](),_0x974dc6[_0x10cd87(0x132)]();}),_0x413c7b['pipe'](_0xbd3358);else return _0x3205a;}}else return _0x263501[_0x19f72d(0x172)](_0x15043b),!![];}throw new Error(_0x1f43c2[_0x19f72d(0x21d)]);}#makePath(_0x59d32f){const _0x34a99e=a59_0x5d9ebb,_0x40572a={};_0x40572a['qjwnY']=_0x34a99e(0x154),_0x40572a[_0x34a99e(0x1c8)]=function(_0x4d3472,_0x1202ee){return _0x4d3472!==_0x1202ee;},_0x40572a[_0x34a99e(0x20d)]=_0x34a99e(0x116),_0x40572a[_0x34a99e(0x1e8)]=_0x34a99e(0x208),_0x40572a[_0x34a99e(0x139)]=function(_0x21af16,_0x4594e6){return _0x21af16===_0x4594e6;},_0x40572a[_0x34a99e(0x1ff)]=_0x34a99e(0x166),_0x40572a[_0x34a99e(0x1a6)]=_0x34a99e(0x207);const _0x3e9827=_0x40572a;try{return _0x3e9827[_0x34a99e(0x1c8)](_0x3e9827['QgOLL'],_0x3e9827['QgOLL'])?(_0x1b378e[_0x34a99e(0x1e5)](_0x40c4b0,_0x3392ff),!![]):(!this.#checkPath(_0x59d32f)&&(_0x3e9827[_0x34a99e(0x1c8)](_0x3e9827[_0x34a99e(0x1e8)],_0x3e9827[_0x34a99e(0x1e8)])?_0x407f67[_0x34a99e(0x10c)](_0x3e9827[_0x34a99e(0x1e9)],_0x29260c):fs[_0x34a99e(0x1ea)](_0x59d32f)),!![]);}catch{return _0x3e9827[_0x34a99e(0x139)](_0x3e9827[_0x34a99e(0x1ff)],_0x3e9827['OgkPL'])?_0x4475fd:![];}}#checkPath(_0x3a9cb1,_0x520185){const _0x3cfbe6=a59_0x5d9ebb,_0x2b9f5e={'wwUpC':function(_0x84a95d,_0x387c9f){return _0x84a95d(_0x387c9f);},'Wrsdn':_0x3cfbe6(0x1d4),'NFmvp':function(_0x4359e0,_0x9f25bd){return _0x4359e0|_0x9f25bd;},'WRzKD':function(_0x8f4d4,_0x3a1fb0){return _0x8f4d4!==_0x3a1fb0;},'FiigP':'LYXoY','vvvjS':_0x3cfbe6(0x188),'IvnGP':_0x3cfbe6(0x13b),'Xtjxg':function(_0x3fc06d,_0x1b85e2){return _0x3fc06d!==_0x1b85e2;},'Rzagw':_0x3cfbe6(0x17e),'mQvvx':function(_0xce331d,_0x3b40df){return _0xce331d!==_0x3b40df;},'uLXnt':_0x3cfbe6(0x1e2),'nPgcx':_0x3cfbe6(0x218),'nfzlH':function(_0x2c4f60,_0x50ef10){return _0x2c4f60===_0x50ef10;},'RVeGT':_0x3cfbe6(0x216),'qOHWG':'fRqwL','JvZCc':_0x3cfbe6(0x173)};_0x520185=_0x520185||_0x2b9f5e[_0x3cfbe6(0x1ee)](fs[_0x3cfbe6(0x197)],fs[_0x3cfbe6(0x18b)]);try{if(_0x2b9f5e[_0x3cfbe6(0x16f)](_0x2b9f5e[_0x3cfbe6(0x1ab)],_0x2b9f5e['vvvjS']))return fs['accessSync'](_0x3a9cb1,_0x520185),!![];else _0x2b9f5e[_0x3cfbe6(0x134)](_0x41eab1,_0x1c2765);}catch(_0x313718){if(_0x2b9f5e[_0x3cfbe6(0x16f)](_0x2b9f5e[_0x3cfbe6(0x121)],_0x2b9f5e[_0x3cfbe6(0x121)]))return![];else{if(_0x2b9f5e[_0x3cfbe6(0x169)](typeof fs[_0x3cfbe6(0x1e5)],_0x2b9f5e[_0x3cfbe6(0x236)])){if(_0x2b9f5e[_0x3cfbe6(0x123)](_0x2b9f5e[_0x3cfbe6(0x235)],_0x2b9f5e[_0x3cfbe6(0x19b)]))return![];else _0x3af635[_0x3cfbe6(0x10c)](_0x2b9f5e[_0x3cfbe6(0x1b5)],_0x1320a3),_0x2b9f5e['wwUpC'](_0x27017b,_0x2a042c);}try{return _0x2b9f5e[_0x3cfbe6(0x229)](_0x2b9f5e['RVeGT'],_0x2b9f5e[_0x3cfbe6(0x1a4)])?(fs[_0x3cfbe6(0x172)](_0x3a9cb1),!![]):![];}catch(_0x5bef9f){return _0x2b9f5e[_0x3cfbe6(0x229)](_0x2b9f5e[_0x3cfbe6(0x168)],_0x2b9f5e[_0x3cfbe6(0x224)])?_0x35bddd[_0x3cfbe6(0x175)]():![];}}}}async[a59_0x5d9ebb(0x1d0)](_0x859238){const _0x2ac871=a59_0x5d9ebb,_0x57b776={'IMoTt':function(_0x1b7031,_0xcc4c3e){return _0x1b7031(_0xcc4c3e);},'ZJIvW':_0x2ac871(0x131),'WBDxC':function(_0x24c185,_0x399a52){return _0x24c185===_0x399a52;},'swgvT':'ntnJT','TPSoU':_0x2ac871(0x1c3),'EbfNe':function(_0x4be08c,_0x4cccab){return _0x4be08c===_0x4cccab;},'kovPJ':_0x2ac871(0x18a),'AqVqf':'Corrupt\x20percy\x20binary,\x20retrying'};var _0x1e6111=this.#getAvailableDirs(),_0x140230=path[_0x2ac871(0x13f)](_0x1e6111,this.#binaryName);if(this.#checkPath(_0x140230,fs[_0x2ac871(0x23a)])){if(_0x57b776[_0x2ac871(0x189)](_0x57b776[_0x2ac871(0x146)],_0x57b776[_0x2ac871(0x1c5)])){const _0x2b6103={'AXpKl':function(_0x3a129c,_0x2bbd2a){const _0x59e3a1=_0x2ac871;return _0x57b776[_0x59e3a1(0x1df)](_0x3a129c,_0x2bbd2a);}};_0xe00e2b['chmod'](_0x2de591,_0x57b776[_0x2ac871(0x12d)],function(_0x4d49ae){_0x4d49ae&&_0x2b6103['AXpKl'](_0x1ec677,_0x4d49ae),_0x2b6103['AXpKl'](_0x3b0aaa,_0x3fcb7b);}),_0x37e244[_0x2ac871(0x1a7)]();}else return _0x140230;}const _0x1bfcc2=await this['download'](_0x859238,_0x1e6111),_0x4f6251=await this[_0x2ac871(0x1d2)](_0x1bfcc2);if(!_0x4f6251)return _0x57b776['EbfNe'](_0x57b776['kovPJ'],_0x57b776['kovPJ'])?(logger[_0x2ac871(0x10c)](_0x57b776[_0x2ac871(0x11e)]),await this[_0x2ac871(0x1b3)](_0x859238,_0x1e6111)):_0x34b0d3;return _0x1bfcc2;}async[a59_0x5d9ebb(0x1d2)](_0x246567){const _0x344060=a59_0x5d9ebb,_0x21cd32={'pqqTi':function(_0x45e6f4,_0x180395){return _0x45e6f4(_0x180395);},'qvhrG':function(_0x52b767,_0x28465b){return _0x52b767(_0x28465b);},'lcEbL':function(_0x177fae,_0x46eacf){return _0x177fae===_0x46eacf;},'GeHEa':'sdEpf','aQJKT':function(_0x390009,_0xfee222){return _0x390009!==_0xfee222;},'EuJaI':_0x344060(0x152),'TJvFN':function(_0x560b47,_0x3cbc9d){return _0x560b47(_0x3cbc9d);},'zNFjJ':'/root','aZeaa':function(_0x1fa8ce,_0x514c99){return _0x1fa8ce+_0x514c99;},'Erpco':'/home/','Fggug':_0x344060(0x238),'NhLTy':_0x344060(0x230),'OEUYm':function(_0xf2991f,_0x20e75c){return _0xf2991f(_0x20e75c);},'qmYSh':function(_0x2d738b,_0xe4bd07){return _0x2d738b===_0xe4bd07;},'DGarv':_0x344060(0x1a8),'JfUtb':'hzrKE','xPWQK':function(_0x44d961,_0x56debf,_0x5ba448){return _0x44d961(_0x56debf,_0x5ba448);},'Giunq':_0x344060(0x11c),'OQdtF':_0x344060(0x1fb),'QVVkM':'close'},_0x1b03b9=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x148658,_0x46eb8e)=>{const _0x59a564=_0x344060,_0x29bf34={'LqdRN':function(_0x38d03f,_0x454f69){const _0x2dd655=a59_0x4456;return _0x21cd32[_0x2dd655(0x1b6)](_0x38d03f,_0x454f69);},'ROGCd':function(_0x2f7cc0,_0x1bbe2f){const _0x224865=a59_0x4456;return _0x21cd32[_0x224865(0x156)](_0x2f7cc0,_0x1bbe2f);},'EHjRG':_0x21cd32[_0x59a564(0x21e)],'OMaKU':function(_0x4b7603,_0xde37d6){return _0x21cd32['aQJKT'](_0x4b7603,_0xde37d6);},'chvTp':_0x21cd32[_0x59a564(0x165)],'UUKLz':function(_0x1cf14f,_0x527aba){const _0x31778c=_0x59a564;return _0x21cd32[_0x31778c(0x1f8)](_0x1cf14f,_0x527aba);},'mhNpX':function(_0x159c0e,_0x4a7a2a){const _0x5cd01d=_0x59a564;return _0x21cd32[_0x5cd01d(0x156)](_0x159c0e,_0x4a7a2a);},'ypeaV':_0x21cd32['zNFjJ'],'WWFQD':function(_0x39d93a,_0x25dbf2){const _0x4c108b=_0x59a564;return _0x21cd32[_0x4c108b(0x151)](_0x39d93a,_0x25dbf2);},'ebQWM':_0x21cd32[_0x59a564(0x108)],'KNXVr':_0x21cd32[_0x59a564(0x15d)],'YAdJZ':_0x21cd32[_0x59a564(0x12a)],'oQmEe':function(_0x7689bc,_0x2789c6){const _0x56ddba=_0x59a564;return _0x21cd32[_0x56ddba(0x14e)](_0x7689bc,_0x2789c6);}};if(_0x21cd32[_0x59a564(0x162)](_0x21cd32[_0x59a564(0x1c4)],_0x21cd32[_0x59a564(0x22d)]))_0x21cd32[_0x59a564(0x1d3)](_0x3dbbbc,!![]);else{const _0x210644=_0x21cd32[_0x59a564(0x1eb)](spawn,_0x246567,[_0x21cd32['Giunq']]);_0x210644[_0x59a564(0x21c)]['on'](_0x21cd32[_0x59a564(0x133)],_0x886268=>{const _0x1523a9=_0x59a564;_0x29bf34[_0x1523a9(0x18c)](_0x29bf34[_0x1523a9(0x10b)],_0x29bf34[_0x1523a9(0x10b)])?_0x1b03b9[_0x1523a9(0x21f)](_0x886268)&&(_0x29bf34[_0x1523a9(0x202)](_0x29bf34[_0x1523a9(0x170)],_0x29bf34['chvTp'])?_0x5236d8[_0x1523a9(0x1ea)](_0x5c2bdc):_0x29bf34['UUKLz'](_0x148658,!![])):_0x29bf34['LqdRN'](_0x450f8e,_0x4609fe);}),_0x210644['on'](_0x21cd32[_0x59a564(0x1f2)],()=>{const _0x1b1251=_0x59a564,_0x3ad7af={'sCTDk':function(_0x59c02b,_0x1b077a){return _0x29bf34['mhNpX'](_0x59c02b,_0x1b077a);},'TqGPx':_0x29bf34[_0x1b1251(0x1f4)],'zDROR':function(_0x30c501,_0xbaa12b){return _0x29bf34['WWFQD'](_0x30c501,_0xbaa12b);},'WQjVe':_0x29bf34['ebQWM']};if(_0x29bf34[_0x1b1251(0x18c)](_0x29bf34[_0x1b1251(0x119)],_0x29bf34[_0x1b1251(0x226)]))return _0x9387c1||(_0x3ad7af['sCTDk'](_0x188fee[_0x1b1251(0x13c)](),0x0)?_0x3ad7af[_0x1b1251(0x199)]:_0xae923d?_0x3ad7af[_0x1b1251(0x16d)](_0x3ad7af[_0x1b1251(0x212)],_0x29fbe5):null);else _0x29bf34['oQmEe'](_0x148658,![]);});}});}[a59_0x5d9ebb(0x1b3)](_0x223a8b,_0xc40474){const _0x456cc1=a59_0x5d9ebb,_0x17f955={'GaQyQ':_0x456cc1(0x154),'SczXh':_0x456cc1(0x209),'FDVFL':function(_0x384a8a,_0x3bf3d8){return _0x384a8a(_0x3bf3d8);},'jRZNK':function(_0x29f2d9,_0x418bf6){return _0x29f2d9+_0x418bf6;},'rENuc':'/Users/','tuPMM':function(_0x5dd286,_0x1c106f){return _0x5dd286!==_0x1c106f;},'NMasV':_0x456cc1(0x17e),'fofgQ':function(_0x3e4781,_0x8ca6c9){return _0x3e4781===_0x8ca6c9;},'BQQZE':_0x456cc1(0x1ae),'rSQnm':_0x456cc1(0x1c0),'vyWGj':function(_0xdfc715,_0x31cee5){return _0xdfc715(_0x31cee5);},'mqtVN':function(_0x3aa253,_0x42b658){return _0x3aa253===_0x42b658;},'ZxkJT':_0x456cc1(0x1dd),'MjdpD':'NYugw','LuUGE':_0x456cc1(0x1d4),'IfWYh':function(_0x3361e2,_0x16562f){return _0x3361e2(_0x16562f);},'nLwLc':function(_0x572ee4,_0x35db2c){return _0x572ee4+_0x35db2c;},'tRNGE':_0x456cc1(0x16a),'QwjVN':_0x456cc1(0x182),'DBxVc':_0x456cc1(0x102),'IYaIf':_0x456cc1(0x1e3),'raYfR':_0x456cc1(0x111),'mIDIW':function(_0x553480,_0x4dc608){return _0x553480(_0x4dc608);},'QeZwv':function(_0x357ba0,_0x3fe373,_0x224b96){return _0x357ba0(_0x3fe373,_0x224b96);},'kYOoJ':_0x456cc1(0x11c),'iqAXM':_0x456cc1(0x1fb),'vRmHn':_0x456cc1(0x1a7),'lfVHs':_0x456cc1(0x1e7),'hrGhG':function(_0x6f62ef,_0x563b39){return _0x6f62ef(_0x563b39);},'XdGQR':'DgNnm','MjgfB':'DITJR','LQWFn':function(_0x445fb4,_0x2fa201){return _0x445fb4(_0x2fa201);},'hHSen':_0x456cc1(0x11f),'yFqGD':'error','eJojG':function(_0x272891,_0x202f08){return _0x272891!==_0x202f08;},'YgSyT':_0x456cc1(0x1b8),'sbetP':'lPsDB','MfMli':_0x456cc1(0x1ce),'aisWK':_0x456cc1(0x1b9),'tunTB':_0x456cc1(0x1e6),'rZsGv':_0x456cc1(0x10a),'XSpMX':_0x456cc1(0x1b2),'rOyGW':_0x456cc1(0x131),'YPghN':function(_0x1fde46,_0x362f07){return _0x1fde46!==_0x362f07;},'qCWUZ':_0x456cc1(0x22c),'CRERQ':'taOrC','UAMCP':function(_0x2dd14f,_0x33b07a){return _0x2dd14f+_0x33b07a;},'trCdE':_0x456cc1(0x1f6),'BHhyr':function(_0x5df41d,_0x24d5ce){return _0x5df41d===_0x24d5ce;},'gRAjA':'aHXKo','eILWe':function(_0x17dcc5,_0x3ac613){return _0x17dcc5===_0x3ac613;},'hZoKs':_0x456cc1(0x137),'NvZov':_0x456cc1(0x1f5),'kziJi':_0x456cc1(0x23e),'MtcaO':_0x456cc1(0x23b),'tMJGX':_0x456cc1(0x22a),'PXqoj':_0x456cc1(0x1f3)};!this.#checkPath(_0xc40474)&&(_0x17f955[_0x456cc1(0x194)](_0x17f955['qCWUZ'],_0x17f955[_0x456cc1(0x143)])?fs[_0x456cc1(0x1ea)](_0xc40474):_0x3bf9cf['close']());const _0x2c73b1=this.#binaryName,_0x1bf45f=path[_0x456cc1(0x13f)](_0xc40474,_0x17f955[_0x456cc1(0x126)](_0x2c73b1,_0x17f955[_0x456cc1(0x1d5)])),_0x53c9cf=path['join'](_0xc40474,_0x2c73b1),_0x1fccef=fs[_0x456cc1(0x107)](_0x1bf45f),_0x3b31e0=url[_0x456cc1(0x1a2)](this.#httpPath);if(_0x223a8b[_0x456cc1(0x221)]&&_0x223a8b[_0x456cc1(0x16c)]){if(_0x17f955['BHhyr'](_0x17f955[_0x456cc1(0x1da)],_0x17f955[_0x456cc1(0x1da)])){const _0x4d305c={};_0x4d305c['host']=_0x223a8b[_0x456cc1(0x221)],_0x4d305c[_0x456cc1(0x1f9)]=_0x223a8b['proxyPort'],_0x3b31e0[_0x456cc1(0x11d)]=new HttpsProxyAgent(_0x4d305c);}else _0x34a8c8[_0x456cc1(0x1a7)](),_0x31c5c2[_0x456cc1(0x132)]();}if(_0x223a8b['useCaCertificate']){if(_0x17f955[_0x456cc1(0x222)](_0x17f955[_0x456cc1(0x174)],_0x17f955[_0x456cc1(0x1c9)]))try{_0x333f38['ca']=_0x10f9db['readFileSync'](_0x5bec44['useCaCertificate']);}catch(_0x3aaece){_0x2c76c0[_0x456cc1(0x10c)](_0x17f955['GaQyQ'],_0x3aaece);}else try{_0x17f955[_0x456cc1(0x194)](_0x17f955[_0x456cc1(0x180)],_0x17f955[_0x456cc1(0x15a)])?_0x3b31e0['ca']=fs[_0x456cc1(0x183)](_0x223a8b['useCaCertificate']):(_0x37e870[_0x456cc1(0x10c)](_0x17f955['SczXh'],_0x10efa0),_0x17f955[_0x456cc1(0x1cc)](_0x5a7bb1,_0x23f6e7));}catch(_0x57aebd){if(_0x17f955[_0x456cc1(0x222)](_0x17f955[_0x456cc1(0x12e)],_0x17f955[_0x456cc1(0x10f)]))return _0x3b3cf0||(_0x5052d2?_0x17f955[_0x456cc1(0x21b)](_0x17f955[_0x456cc1(0x1ef)],_0x3e9e93):null);else logger[_0x456cc1(0x10c)](_0x17f955[_0x456cc1(0x1ca)],_0x57aebd);}}return new Promise((_0x40cab7,_0xc1fde1)=>{const _0x5e935a=_0x456cc1,_0x50e294={'muhTx':function(_0x4b835d,_0x5d2c2a){const _0x36dc8c=a59_0x4456;return _0x17f955[_0x36dc8c(0x1a5)](_0x4b835d,_0x5d2c2a);},'hcPyT':function(_0x37cdf8,_0x1e5177){const _0x54078e=a59_0x4456;return _0x17f955[_0x54078e(0x240)](_0x37cdf8,_0x1e5177);},'ORydi':_0x17f955[_0x5e935a(0x191)],'PspjI':_0x17f955[_0x5e935a(0x14f)],'EaDfX':function(_0x4196e0,_0x2792c7){const _0x293582=_0x5e935a;return _0x17f955[_0x293582(0x215)](_0x4196e0,_0x2792c7);},'Psgxs':_0x17f955[_0x5e935a(0x122)],'HRbXZ':_0x17f955['aisWK'],'ybRdR':_0x17f955[_0x5e935a(0x140)],'VMLTO':function(_0x59cd38,_0xc39ac7){return _0x17f955['fofgQ'](_0x59cd38,_0xc39ac7);},'YXALz':_0x17f955[_0x5e935a(0x12f)],'DXhCh':_0x17f955[_0x5e935a(0x109)],'DXJcV':_0x17f955[_0x5e935a(0x19c)],'NfvpD':_0x17f955[_0x5e935a(0x23f)]};https['get'](_0x3b31e0,function(_0x312c24){const _0x59e59d=_0x5e935a,_0x4e74ee={'SpcQL':function(_0x2a14c2,_0x4be180){return _0x17f955['tuPMM'](_0x2a14c2,_0x4be180);},'mYCYb':_0x17f955[_0x59e59d(0x192)],'rcSOc':function(_0x41e6bd,_0xc8a3c){const _0x101eaa=_0x59e59d;return _0x17f955[_0x101eaa(0x12b)](_0x41e6bd,_0xc8a3c);},'CvyUY':_0x17f955[_0x59e59d(0x1cf)],'ylvlD':_0x17f955[_0x59e59d(0x145)],'YyHhR':function(_0x30f342,_0x57a68c){return _0x17f955['vyWGj'](_0x30f342,_0x57a68c);},'PggYW':function(_0x37cdd5,_0x4cfaab){return _0x17f955['mqtVN'](_0x37cdd5,_0x4cfaab);},'JJmht':_0x17f955['ZxkJT'],'nRCQM':_0x17f955[_0x59e59d(0x20b)],'vaynj':_0x17f955['LuUGE'],'rIRsk':function(_0x24af12,_0x46c5da){const _0x1bf1ae=_0x59e59d;return _0x17f955[_0x1bf1ae(0x1f7)](_0x24af12,_0x46c5da);},'nrbDH':function(_0x55a5e8,_0x5defbb){return _0x17f955['nLwLc'](_0x55a5e8,_0x5defbb);},'kevdA':function(_0x38f83e,_0x2decc1){const _0x5c3eaa=_0x59e59d;return _0x17f955[_0x5c3eaa(0x215)](_0x38f83e,_0x2decc1);},'FtIYc':_0x17f955['tRNGE'],'qLBQU':_0x17f955[_0x59e59d(0x1b1)],'iGZAB':_0x17f955[_0x59e59d(0x1db)],'UfPmo':_0x17f955['IYaIf'],'iusWF':_0x17f955[_0x59e59d(0x128)],'kJJWR':function(_0x104adc,_0x17ef6a){const _0xd62a99=_0x59e59d;return _0x17f955[_0xd62a99(0x144)](_0x104adc,_0x17ef6a);},'VWfgF':function(_0x4ef40f,_0x466602,_0x2f4746){const _0x27ec64=_0x59e59d;return _0x17f955[_0x27ec64(0x22f)](_0x4ef40f,_0x466602,_0x2f4746);},'BRuoL':_0x17f955[_0x59e59d(0x210)],'vOCiL':_0x17f955[_0x59e59d(0x242)],'UgOuq':_0x17f955[_0x59e59d(0x1d8)],'qRyFx':_0x17f955[_0x59e59d(0x200)],'QyaGH':function(_0x41e2d6,_0x511cc3){const _0x3b83b1=_0x59e59d;return _0x17f955[_0x3b83b1(0x1a5)](_0x41e2d6,_0x511cc3);},'EbTac':_0x17f955['XdGQR'],'BViqr':_0x17f955[_0x59e59d(0x1c1)],'khMJb':function(_0x23012d,_0x4bfda4){return _0x17f955['LQWFn'](_0x23012d,_0x4bfda4);},'nIWJn':_0x17f955[_0x59e59d(0x223)],'wYGbQ':_0x17f955[_0x59e59d(0x1bf)]};_0x312c24[_0x59e59d(0x20a)](_0x1fccef),_0x312c24['on'](_0x17f955[_0x59e59d(0x1bf)],function(_0x16cd8c){const _0x57a133=_0x59e59d;if(_0x4e74ee[_0x57a133(0x11b)](_0x4e74ee[_0x57a133(0x193)],_0x4e74ee[_0x57a133(0x193)]))logger[_0x57a133(0x10c)](_0x4e74ee[_0x57a133(0x217)],_0x16cd8c),_0x4e74ee['YyHhR'](_0xc1fde1,_0x16cd8c);else{if(_0x4e74ee['SpcQL'](typeof _0x36db75[_0x57a133(0x1e5)],_0x4e74ee[_0x57a133(0x130)]))return![];try{return _0x55065f[_0x57a133(0x172)](_0x43ad76),!![];}catch(_0x20a830){return![];}}}),_0x1fccef['on'](_0x17f955[_0x59e59d(0x1bf)],function(_0xd15355){const _0x3e7a28=_0x59e59d;_0x4e74ee[_0x3e7a28(0x1aa)](_0x4e74ee['JJmht'],_0x4e74ee['nRCQM'])?_0x3b84db[_0x3e7a28(0x132)]():(logger[_0x3e7a28(0x10c)](_0x4e74ee[_0x3e7a28(0x1cd)],_0xd15355),_0x4e74ee['YyHhR'](_0xc1fde1,_0xd15355));}),_0x1fccef['on'](_0x17f955['vRmHn'],function(){const _0x5744dc=_0x59e59d,_0x28f3d7={'QuvvD':function(_0x2aa31f,_0xa185a7){const _0x399fb7=a59_0x4456;return _0x50e294[_0x399fb7(0x15e)](_0x2aa31f,_0xa185a7);},'JShSt':function(_0x22b692,_0x368737){const _0x1eece3=a59_0x4456;return _0x50e294[_0x1eece3(0x15e)](_0x22b692,_0x368737);},'vobhl':function(_0xc1e3c5,_0x38004e){const _0x59a448=a59_0x4456;return _0x50e294[_0x59a448(0x15e)](_0xc1e3c5,_0x38004e);},'FGUrR':function(_0x11fcbd,_0x2d9c92){const _0x3cc2d0=a59_0x4456;return _0x50e294[_0x3cc2d0(0x171)](_0x11fcbd,_0x2d9c92);},'njLYb':_0x50e294['ORydi'],'sZRRb':_0x50e294[_0x5744dc(0x157)],'xuOTP':function(_0x454cd5,_0x4af0d3){const _0x1740b8=_0x5744dc;return _0x50e294[_0x1740b8(0x179)](_0x454cd5,_0x4af0d3);},'LowaP':_0x50e294['Psgxs'],'ZdPBY':_0x50e294[_0x5744dc(0x125)],'DMLtF':_0x50e294[_0x5744dc(0x206)],'CtDSI':function(_0x220132,_0x17dafd){return _0x50e294['VMLTO'](_0x220132,_0x17dafd);},'gHZsc':_0x50e294[_0x5744dc(0x160)],'WJDiJ':_0x50e294['DXhCh'],'xMZfb':_0x50e294[_0x5744dc(0x201)]},_0x481c04={};_0x481c04[_0x5744dc(0x203)]=!![],yauzl[_0x5744dc(0x1d9)](_0x1bf45f,_0x481c04,function(_0x38ca11,_0xf65898){const _0x2353e5=_0x5744dc,_0x35e3dc={'DMtmF':function(_0x247612,_0x5b72d2){const _0x32ce14=a59_0x4456;return _0x4e74ee[_0x32ce14(0x118)](_0x247612,_0x5b72d2);},'ZxtAf':function(_0x5e0b29,_0x45e754){const _0xee0b8e=a59_0x4456;return _0x4e74ee[_0xee0b8e(0x118)](_0x5e0b29,_0x45e754);},'RAmkG':function(_0x5e3dbf,_0xf164e3){const _0x4e26e7=a59_0x4456;return _0x4e74ee[_0x4e26e7(0x16b)](_0x5e3dbf,_0xf164e3);},'YXsyC':function(_0x18c23f,_0x5c2978){return _0x4e74ee['kevdA'](_0x18c23f,_0x5c2978);},'baSfj':_0x4e74ee[_0x2353e5(0x1a0)],'suwgE':function(_0x1a9bb4,_0xe61075){const _0x13901b=_0x2353e5;return _0x4e74ee[_0x13901b(0x11b)](_0x1a9bb4,_0xe61075);},'FLfFV':_0x4e74ee[_0x2353e5(0x161)],'DOntm':_0x4e74ee[_0x2353e5(0x142)],'rJLwQ':function(_0x1ab0b8,_0x4d1503){return _0x4e74ee['PggYW'](_0x1ab0b8,_0x4d1503);},'VWmtB':_0x4e74ee[_0x2353e5(0x1fe)],'lWSGB':function(_0x4f1bb1,_0x8ef868){const _0x334c19=_0x2353e5;return _0x4e74ee[_0x334c19(0x1a9)](_0x4f1bb1,_0x8ef868);},'qaKoH':_0x4e74ee[_0x2353e5(0x1ec)],'XjKcD':function(_0x1ff777,_0x54c6f3){const _0x2e951b=_0x2353e5;return _0x4e74ee[_0x2e951b(0x243)](_0x1ff777,_0x54c6f3);},'MjxaL':function(_0x2331a3,_0x47590c,_0x1e8501){return _0x4e74ee['VWfgF'](_0x2331a3,_0x47590c,_0x1e8501);},'eEdgv':_0x4e74ee['BRuoL'],'fcaZV':_0x4e74ee[_0x2353e5(0x1f0)],'dIeDz':_0x4e74ee[_0x2353e5(0x18d)],'yvtoL':_0x4e74ee[_0x2353e5(0x15f)],'dvRYf':function(_0x4d504d,_0x3050b6){const _0x31b5c6=_0x2353e5;return _0x4e74ee[_0x31b5c6(0x110)](_0x4d504d,_0x3050b6);}};_0x38ca11&&(_0x4e74ee[_0x2353e5(0x19f)](_0x4e74ee['EbTac'],_0x4e74ee[_0x2353e5(0x228)])?_0x4e74ee[_0x2353e5(0x1be)](_0xc1fde1,_0x38ca11):_0x35e3dc['DMtmF'](_0x266260,_0x48a392)),_0xf65898[_0x2353e5(0x132)](),_0xf65898['on'](_0x4e74ee[_0x2353e5(0x1fd)],_0x14335c=>{const _0x1a0ccc=_0x2353e5,_0x22b435={'oSNMF':function(_0x9c9e0f,_0x1b08a6){const _0x5256c1=a59_0x4456;return _0x28f3d7[_0x5256c1(0x176)](_0x9c9e0f,_0x1b08a6);},'hnSTK':function(_0x473ca0,_0x124c10){const _0x40b3f5=a59_0x4456;return _0x28f3d7[_0x40b3f5(0x1fc)](_0x473ca0,_0x124c10);},'YDYSz':function(_0x5251e0,_0x3ba960){const _0x214394=a59_0x4456;return _0x28f3d7[_0x214394(0x10d)](_0x5251e0,_0x3ba960);}};if(_0x28f3d7[_0x1a0ccc(0x21a)](_0x28f3d7[_0x1a0ccc(0x211)],_0x28f3d7[_0x1a0ccc(0x177)])){if(/\/$/[_0x1a0ccc(0x21f)](_0x14335c['fileName']))_0x28f3d7['xuOTP'](_0x28f3d7[_0x1a0ccc(0x205)],_0x28f3d7['ZdPBY'])?_0xf65898[_0x1a0ccc(0x132)]():(_0x2b6648&&_0x22b435[_0x1a0ccc(0x100)](_0x146e9a,_0x210739),_0x22b435[_0x1a0ccc(0x187)](_0x506493,_0x50dade));else{if(_0x28f3d7[_0x1a0ccc(0x184)](_0x28f3d7[_0x1a0ccc(0x103)],_0x28f3d7[_0x1a0ccc(0x103)]))_0x35e3dc[_0x1a0ccc(0x1d6)](_0x2d9dc9,![]);else{const _0x11c226=fs['createWriteStream'](path['join'](_0xc40474,_0x14335c[_0x1a0ccc(0x150)]));_0xf65898['openReadStream'](_0x14335c,function(_0x4ec31a,_0x385043){const _0x238052=_0x1a0ccc,_0x170925={'iuWku':function(_0x13293d,_0x52f924){return _0x35e3dc['RAmkG'](_0x13293d,_0x52f924);},'znzev':function(_0x3262a7,_0x19498f){const _0x121d64=a59_0x4456;return _0x35e3dc[_0x121d64(0x17c)](_0x3262a7,_0x19498f);},'hzZrR':_0x35e3dc[_0x238052(0x220)]};if(_0x35e3dc[_0x238052(0x1fa)](_0x35e3dc[_0x238052(0x164)],_0x35e3dc[_0x238052(0x1ad)])){const _0x1f6fe6={};_0x1f6fe6[_0x238052(0x117)]=_0x5abbf5['proxyHost'],_0x1f6fe6['port']=_0x89fa32[_0x238052(0x16c)],_0x4ef3af['agent']=new _0x30ce32(_0x1f6fe6);}else _0x4ec31a&&(_0x35e3dc['rJLwQ'](_0x35e3dc['VWmtB'],_0x35e3dc[_0x238052(0x19e)])?_0x35e3dc[_0x238052(0x135)](_0xc1fde1,_0x38ca11):_0x22b435[_0x238052(0x187)](_0x48c243,_0x13004f)),_0x385043['on'](_0x35e3dc[_0x238052(0x1cb)],function(){const _0x42ea0e=_0x238052,_0x3916d7={'KeeUX':function(_0x9a28dc,_0xfbf809){const _0x1333a4=a59_0x4456;return _0x170925[_0x1333a4(0x181)](_0x9a28dc,_0xfbf809);}};if(_0x170925[_0x42ea0e(0x239)](_0x170925[_0x42ea0e(0x241)],_0x170925['hzZrR']))return _0x4cf456[_0x42ea0e(0x1de)]||_0x3916d7[_0x42ea0e(0x1ac)](_0x451dd8[_0x42ea0e(0x106)],_0xe315e4[_0x42ea0e(0x23c)])||_0x19abb1||null;else _0x11c226[_0x42ea0e(0x1a7)](),_0xf65898[_0x42ea0e(0x132)]();}),_0x385043['pipe'](_0x11c226);}),_0x28f3d7[_0x1a0ccc(0x17f)](_0x14335c[_0x1a0ccc(0x150)],_0x2c73b1)&&(_0x28f3d7[_0x1a0ccc(0x17f)](_0x28f3d7[_0x1a0ccc(0x1b4)],_0x28f3d7[_0x1a0ccc(0x114)])?_0x2905b8[_0x1a0ccc(0x1ea)](_0x3290c9):_0xf65898[_0x1a0ccc(0x1a7)]());}}}else{const _0x585593={'dTCWp':function(_0x3161c8,_0x5e894a){const _0x1159d0=_0x1a0ccc;return _0x35e3dc[_0x1159d0(0x1ba)](_0x3161c8,_0x5e894a);}},_0x91ef1=_0x35e3dc[_0x1a0ccc(0x1dc)](_0x8a603e,_0x534fdf,[_0x35e3dc[_0x1a0ccc(0x23d)]]);_0x91ef1[_0x1a0ccc(0x21c)]['on'](_0x35e3dc['fcaZV'],_0x31bce1=>{const _0x4d437f=_0x1a0ccc;_0x11dc32[_0x4d437f(0x21f)](_0x31bce1)&&_0x22b435[_0x4d437f(0x138)](_0x384902,!![]);}),_0x91ef1['on'](_0x35e3dc[_0x1a0ccc(0x141)],()=>{_0x585593['dTCWp'](_0x50867c,![]);});}}),_0xf65898['on'](_0x4e74ee[_0x2353e5(0x149)],_0x4b0f9d=>{const _0xea3f87=_0x2353e5;_0x35e3dc[_0xea3f87(0x1fa)](_0x35e3dc['yvtoL'],_0x35e3dc['yvtoL'])?_0x35e3dc[_0xea3f87(0x1d6)](_0xc1fde1,_0x4b0f9d):_0x2002bc['ca']=_0x53b790[_0xea3f87(0x183)](_0x296811[_0xea3f87(0x234)]);}),_0xf65898[_0x2353e5(0x167)](_0x4e74ee[_0x2353e5(0x1ec)],()=>{const _0x3f7991=_0x2353e5;fs[_0x3f7991(0x153)](_0x53c9cf,_0x28f3d7[_0x3f7991(0x1b0)],function(_0x39e142){const _0x275fc0=_0x3f7991;_0x39e142&&_0x35e3dc[_0x275fc0(0x1ba)](_0xc1fde1,_0x39e142),_0x35e3dc[_0x275fc0(0x124)](_0x40cab7,_0x53c9cf);}),_0xf65898['close']();});});});})['on'](_0x17f955[_0x5e935a(0x1bf)],function(_0x663e3c){const _0x1bc59a=_0x5e935a;logger['error'](_0x50e294[_0x1bc59a(0x18f)],_0x663e3c),_0x50e294['muhTx'](_0xc1fde1,_0x663e3c);});});}#homedir(){const _0x19e82c=a59_0x5d9ebb,_0x563bc8={};_0x563bc8[_0x19e82c(0x185)]=function(_0x87779c,_0x1e4519){return _0x87779c===_0x1e4519;},_0x563bc8['HMIYg']='function',_0x563bc8['gAoeu']=function(_0x4c2270,_0x26f805){return _0x4c2270===_0x26f805;},_0x563bc8[_0x19e82c(0x1a3)]='win32',_0x563bc8[_0x19e82c(0x129)]=function(_0x571b5f,_0x1005de){return _0x571b5f+_0x1005de;},_0x563bc8[_0x19e82c(0x1ed)]=_0x19e82c(0x227),_0x563bc8[_0x19e82c(0x14a)]=_0x19e82c(0x22b),_0x563bc8[_0x19e82c(0x163)]=function(_0x490f98,_0x32ed44){return _0x490f98===_0x32ed44;},_0x563bc8['vpKls']='linux',_0x563bc8[_0x19e82c(0x198)]='/root',_0x563bc8['EjEEf']='/home/',_0x563bc8[_0x19e82c(0x104)]=function(_0x24523e,_0x35b505){return _0x24523e||_0x35b505;};const _0x3189e0=_0x563bc8;if(_0x3189e0['jyjQV'](typeof os['homedir'],_0x3189e0['HMIYg']))return os['homedir']();const _0x4d4c02=process[_0x19e82c(0x232)],_0x162365=_0x4d4c02['HOME'],_0x4ddb5b=_0x4d4c02[_0x19e82c(0x10e)]||_0x4d4c02[_0x19e82c(0x190)]||_0x4d4c02[_0x19e82c(0x204)]||_0x4d4c02[_0x19e82c(0x1d7)];if(_0x3189e0[_0x19e82c(0x178)](process[_0x19e82c(0x148)],_0x3189e0[_0x19e82c(0x1a3)]))return _0x4d4c02[_0x19e82c(0x1de)]||_0x3189e0[_0x19e82c(0x129)](_0x4d4c02[_0x19e82c(0x106)],_0x4d4c02[_0x19e82c(0x23c)])||_0x162365||null;if(_0x3189e0[_0x19e82c(0x185)](process[_0x19e82c(0x148)],_0x3189e0[_0x19e82c(0x1ed)]))return _0x162365||(_0x4ddb5b?_0x3189e0[_0x19e82c(0x129)](_0x3189e0[_0x19e82c(0x14a)],_0x4ddb5b):null);if(_0x3189e0['dhURB'](process[_0x19e82c(0x148)],_0x3189e0[_0x19e82c(0x1af)]))return _0x162365||(_0x3189e0[_0x19e82c(0x178)](process[_0x19e82c(0x13c)](),0x0)?_0x3189e0[_0x19e82c(0x198)]:_0x4ddb5b?_0x3189e0[_0x19e82c(0x129)](_0x3189e0[_0x19e82c(0x13d)],_0x4ddb5b):null);return _0x3189e0[_0x19e82c(0x104)](_0x162365,null);}}module[a59_0x5d9ebb(0x1c6)]=PercyBinary;
|
|
1
|
+
const a61_0x4bafc2=a61_0x683f;(function(_0x1d09f7,_0x1f40cd){const _0x34345e=a61_0x683f,_0x28ce05=_0x1d09f7();while(!![]){try{const _0x37749f=parseInt(_0x34345e(0x1a9))/0x1+-parseInt(_0x34345e(0x2ca))/0x2+parseInt(_0x34345e(0x193))/0x3+parseInt(_0x34345e(0x283))/0x4+-parseInt(_0x34345e(0x211))/0x5*(parseInt(_0x34345e(0x243))/0x6)+-parseInt(_0x34345e(0x1af))/0x7*(-parseInt(_0x34345e(0x2c7))/0x8)+-parseInt(_0x34345e(0x1e8))/0x9;if(_0x37749f===_0x1f40cd)break;else _0x28ce05['push'](_0x28ce05['shift']());}catch(_0x30c174){_0x28ce05['push'](_0x28ce05['shift']());}}}(a61_0x1c46,0xe490b));function a61_0x1c46(){const _0x55a3df=['OuMER','qEgQF','swugX','wlIvl','LNAME','OdxXI','pipe','juPHD','mTCZS','https-proxy-agent','QvcwJ','NGXLi','ERWUz','Ikqef','wcvHt','KzcZS','/percy-linux.zip','Dmhbn','LJpnh','NbraI','kjibc','jVEFo','mefal','JxITV','tUcqG','proxyHost','EOZzV','MTBMt','qmcjg','validateBinary','sNmlt','Ttenp','MMEzI','kwMos','htjPA','oIzMG','PGYeP','lMgaN','tvouZ','eGDMU','csquo','upWbU','zlPQD','ZJYKh','ewfmx','zjRch','898312UhCbTz','ElNyE','createWriteStream','MFJuY','rJxhL','TJHOh','envKp','yaGbR','irSot','getBinaryPath','ZagMA','X_OK','fileName','svbFI','QSlGb','AFYMR','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','R_OK','ZrWKO','xuWJa','lDvjl','AnNLI','BxXQB','msJko','zYvwr','udtlc','qGriC','gPIdZ','QEJpJ','hEHNr','wdgEV','XHdam','DHYVc','HOMEPATH','proxyPort','aEAbG','Fughk','iKMJb','RMdNm','YQuzl','OLpCj','dshki','odJXd','daBkN','LeBSb','zUbgE','gTRZQ','aUTae','AVaGo','gPEtQ','YUNGu','SDGjm','error','join','jxOuK','VTffl','ailFS','ZTHYc','FuUjH','gPTcX','yVmBa','W_OK','JLAva','port','fhcbJ','hAQJv','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','data','8DUgYbB','dedOk','cSFdh','2941586eKkxSU','nqLqR','statSync','jCNSP','PhHFA','EHgFt','ZHCNh','darwin','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','COebU','eZUux','ZZKsl','lMfnn','wGrpG','tfMLi','AAcjt','--version','xJZbu','HoBmn','iQEoQ','IYekL','FTuKF','env','hjGKA','hQTze','length','3298149tfPUdF','ifjQU','close','USERNAME','UJvIi','zWdZC','QKCob','entry','jFdyj','PWzeu','uovRl','kDNGE','rQVEZ','USERPROFILE','linux','useCaCertificate','readEntry','lxgGF','bdJro','iPFkV','follow-redirects','HrXOU','425912eNWtQK','Corrupt\x20percy\x20binary,\x20retrying','end','zAEBB','ACngG','XaZvL','10565191RPKBUl','vgETN','stdout','HOMEDRIVE','uTDKU','FQYFY','LPohX','BfLFe','Hdtcn','cBLDU','readFileSync','YRvIP','/home/','emCKi','undefined','GJFxA','NGDBJ','dpiYN','mFEOR','LTcNo','ieSqk','gNdWn','ApqBP','JGhfH','TkUee','PfCPN','function','fxjfy','zDRcI','platform','ZzQEC','qHSOm','VfuPU','KntLs','getuid','/root','tIXGt','sNrYs','ueRqd','slRjG','gBiVr','lazyEntries','vLZER','MnyiY','gIqAP','OaRVd','JCIFn','rUdpo','SQoLT','AUMCE','dpajj','NnkAt','rmJFJ','/percy-osx.zip','JExsi','xzabB','stEbJ','4421538ELampY','NFXNS','mSDje','vDOqE','VtWCc','yTJGY','EwAuM','jhYKN','OkHei','CMMzz','XBLPp','IYrJk','/Users/','SUPHo','qcvnD','WVstF','oaeIr','UohnC','win32','OiUhg','uYdcZ','tmpdir','CLJjm','ZXNdk','homedir','UOHHW','EnEVt','bZnTQ','FizxL','IJEiH','uAxbW','YdLUr','AAUpP','yEgeR','cjUXF','chmod','PIgST','ICOAI','NzbcK','path','lkmsk','451135tLnoae','mkdirSync','host','HaOuH','IofIU','ZwPJB','rgPuf','LOGNAME','get','GToRC','MJNGY','yauzl','PmPpc','wUXLJ','ZKmDg','tAWbp','openReadStream','gLVtv','zpjnN','GSdZX','YEcsX','.zip','agent','download','percy.exe','uZHgH','exports','uYQgy','MRGRj','rxmrY','onNWL','cHAeL','Lazyi','Tmtyv','vKANs','0755','test','IQrUc','Dezle','nljbK','hZRRn','aWNxg','GDdYf','QiHRn','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','efYzg','accessSync','uAkIy','yvIPm','YYYcu','24fbGgnB','ORrft','BbSXo','QzjOr','cDVGp','NvKwZ','match','once','xdVKo','RquEq','url','GFEaq','Uhvmn','UesAO','ugaZo','bjNmU','FYuJX','nbPPt'];a61_0x1c46=function(){return _0x55a3df;};return a61_0x1c46();}function a61_0x683f(_0x2e031a,_0x1c9c12){const _0x1c465f=a61_0x1c46();return a61_0x683f=function(_0x683f5d,_0x1111b4){_0x683f5d=_0x683f5d-0x18a;let _0x488cb4=_0x1c465f[_0x683f5d];return _0x488cb4;},a61_0x683f(_0x2e031a,_0x1c9c12);}const {https}=require(a61_0x4bafc2(0x1a7)),url=require(a61_0x4bafc2(0x24d)),yauzl=require(a61_0x4bafc2(0x21c)),fs=require('fs'),path=require(a61_0x4bafc2(0x20f)),os=require('os'),{spawn}=require('child_process'),HttpsProxyAgent=require(a61_0x4bafc2(0x25e)),logger=require('../logger')['winstonLogger'];class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName='percy';#orderedPaths=[path['join'](this.#homedir(),'.browserstack'),process['cwd'](),os[a61_0x4bafc2(0x1fd)]()];constructor(){const _0x2529b5=a61_0x4bafc2,_0x2042d7={'wUXLJ':function(_0xa68324,_0x229131){return _0xa68324(_0x229131);},'FizxL':'end','lxgGF':'https://github.com/percy/cli/releases/latest/download','FVNfE':function(_0x39a224,_0x128cdb){return _0x39a224!==_0x128cdb;},'hAQJv':_0x2529b5(0x1a5),'ZrWKO':_0x2529b5(0x277),'cDVGp':function(_0x170137,_0x49949b){return _0x170137+_0x49949b;},'mFEOR':_0x2529b5(0x1e4),'EwAuM':function(_0x4bfb9d,_0x2c4d22){return _0x4bfb9d===_0x2c4d22;},'odJXd':'HITZd','LPohX':'HkDmG','zAEBB':'/percy-win.zip','bjNmU':_0x2529b5(0x229),'GDdYf':_0x2529b5(0x26b),'efYzg':function(_0x209971,_0x327d22){return _0x209971+_0x327d22;},'KSbhN':_0x2529b5(0x265)},_0x4671c4=_0x2042d7[_0x2529b5(0x1a4)];if(this.#hostOS[_0x2529b5(0x249)](/darwin|mac os/i))_0x2042d7['FVNfE'](_0x2042d7[_0x2529b5(0x2c4)],_0x2042d7[_0x2529b5(0x295)])?this.#httpPath=_0x2042d7['cDVGp'](_0x4671c4,_0x2042d7[_0x2529b5(0x1c1)]):(_0x43c1f4&&_0x2042d7[_0x2529b5(0x21e)](_0xa1d85c,_0x33d1d4),_0x26d962['on'](_0x2042d7[_0x2529b5(0x204)],function(){const _0x197cf7=_0x2529b5;_0x1b7783[_0x197cf7(0x195)](),_0x249103[_0x197cf7(0x1a3)]();}),_0x2be18b[_0x2529b5(0x25b)](_0x1958e5));else{if(this.#hostOS[_0x2529b5(0x249)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i))_0x2042d7[_0x2529b5(0x1ee)](_0x2042d7[_0x2529b5(0x2ad)],_0x2042d7[_0x2529b5(0x1b5)])?(_0x23c39c[_0x2529b5(0x195)](),_0xab1022[_0x2529b5(0x1a3)]()):(this.#httpPath=_0x2042d7[_0x2529b5(0x247)](_0x4671c4,_0x2042d7[_0x2529b5(0x1ac)]),this.#binaryName=_0x2042d7[_0x2529b5(0x252)]);else{if(_0x2042d7[_0x2529b5(0x1ee)](_0x2042d7[_0x2529b5(0x23b)],_0x2042d7['GDdYf']))this.#httpPath=_0x2042d7[_0x2529b5(0x23e)](_0x4671c4,_0x2042d7['KSbhN']);else return _0x3a8fd1;}}}#getAvailableDirs(){const _0x127773=a61_0x4bafc2,_0x4edfcb={};_0x4edfcb[_0x127773(0x20c)]=function(_0x590277,_0x2c2b69){return _0x590277!==_0x2c2b69;},_0x4edfcb['BxXQB']=_0x127773(0x1bd),_0x4edfcb[_0x127773(0x269)]=function(_0x8c1e4d,_0x5595b2){return _0x8c1e4d<_0x5595b2;},_0x4edfcb[_0x127773(0x257)]=_0x127773(0x1f5),_0x4edfcb[_0x127773(0x1f0)]=_0x127773(0x276),_0x4edfcb[_0x127773(0x1be)]=function(_0xa8de23,_0x4bb334){return _0xa8de23===_0x4bb334;},_0x4edfcb[_0x127773(0x240)]='XLAfG',_0x4edfcb['ZagMA']='Error\x20trying\x20to\x20download\x20percy\x20binary';const _0x2e9e83=_0x4edfcb;for(var _0x444d1e=0x0;_0x2e9e83[_0x127773(0x269)](_0x444d1e,this.#orderedPaths[_0x127773(0x192)]);_0x444d1e++){if(_0x2e9e83[_0x127773(0x20c)](_0x2e9e83['swugX'],_0x2e9e83[_0x127773(0x1f0)])){var _0x217ba5=this.#orderedPaths[_0x444d1e];if(this.#makePath(_0x217ba5)){if(_0x2e9e83[_0x127773(0x1be)](_0x2e9e83[_0x127773(0x240)],_0x2e9e83[_0x127773(0x240)]))return _0x217ba5;else{const _0x5438bf={};_0x5438bf[_0x127773(0x213)]=_0x2ccf28[_0x127773(0x26e)],_0x5438bf[_0x127773(0x2c2)]=_0x2dcdd9[_0x127773(0x2a5)],_0x19d323[_0x127773(0x227)]=new _0x134488(_0x5438bf);}}}else{if(_0x2e9e83['PIgST'](typeof _0x3d6a72[_0x127773(0x23f)],_0x2e9e83[_0x127773(0x299)]))return![];try{return _0x39cade[_0x127773(0x2cc)](_0x3c3065),!![];}catch(_0x336b50){return![];}}}throw new Error(_0x2e9e83[_0x127773(0x28d)]);}#makePath(_0xd72bd7){const _0x32a16a=a61_0x4bafc2,_0x44fd7b={'ulbCB':'Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','XaZvL':function(_0x1bf950,_0xf79ed8){return _0x1bf950(_0xf79ed8);},'QzjOr':function(_0x249235,_0x31b3b7){return _0x249235!==_0x31b3b7;},'FQYFY':'rVxzJ','zjRch':function(_0x89b4bb,_0x33d2b1){return _0x89b4bb!==_0x33d2b1;},'MTBMt':'TkRuw','OaRVd':_0x32a16a(0x197),'dMKta':function(_0x58472b,_0x1e9798){return _0x58472b===_0x1e9798;},'HrXOU':_0x32a16a(0x225)};try{return _0x44fd7b[_0x32a16a(0x246)](_0x44fd7b['FQYFY'],_0x44fd7b[_0x32a16a(0x1b4)])?![]:(!this.#checkPath(_0xd72bd7)&&(_0x44fd7b[_0x32a16a(0x282)](_0x44fd7b[_0x32a16a(0x270)],_0x44fd7b[_0x32a16a(0x1dc)])?fs[_0x32a16a(0x212)](_0xd72bd7):(_0x2087ae[_0x32a16a(0x2b7)](_0x44fd7b['ulbCB'],_0x1b336b),_0x44fd7b[_0x32a16a(0x1ae)](_0x5a03f1,_0x5d3341))),!![]);}catch{if(_0x44fd7b['dMKta'](_0x44fd7b[_0x32a16a(0x1a8)],_0x44fd7b['HrXOU']))return![];else _0x527e7b[_0x32a16a(0x1a3)]();}}#checkPath(_0x136aad,_0xa2c1ae){const _0x2984b1=a61_0x4bafc2,_0x5b7342={'hZRRn':function(_0x2b6e30,_0x2cf43a){return _0x2b6e30(_0x2cf43a);},'NGDBJ':function(_0x244060,_0x1ede7d){return _0x244060|_0x1ede7d;},'vKANs':function(_0x1f1259,_0x2acb51){return _0x1f1259!==_0x2acb51;},'PmPpc':_0x2984b1(0x2bd),'msJko':function(_0x11e8c8,_0x34ba4d){return _0x11e8c8===_0x34ba4d;},'zpjnN':_0x2984b1(0x1df),'yvIPm':_0x2984b1(0x21b),'csquo':function(_0x57180c,_0x498d44){return _0x57180c!==_0x498d44;},'aUTae':_0x2984b1(0x1bd),'oIzMG':'HuUPJ','IYekL':'IVjBd','MMEzI':function(_0x5513e0,_0x1b7ab1){return _0x5513e0===_0x1b7ab1;},'uYdcZ':_0x2984b1(0x2ae),'QKCob':'IXMEJ','cSFdh':_0x2984b1(0x18b),'ZJYKh':_0x2984b1(0x19d)};_0xa2c1ae=_0xa2c1ae||_0x5b7342[_0x2984b1(0x1bf)](fs[_0x2984b1(0x294)],fs[_0x2984b1(0x2c0)]);try{if(_0x5b7342[_0x2984b1(0x233)](_0x5b7342[_0x2984b1(0x21d)],_0x5b7342[_0x2984b1(0x21d)]))_0x5c64a3['ca']=_0x544307[_0x2984b1(0x1b9)](_0x1a612c['useCaCertificate']);else return fs[_0x2984b1(0x23f)](_0x136aad,_0xa2c1ae),!![];}catch(_0x42156a){if(_0x5b7342[_0x2984b1(0x29a)](_0x5b7342[_0x2984b1(0x223)],_0x5b7342[_0x2984b1(0x241)]))return _0x17fb73['accessSync'](_0x63d270,_0xbab96),!![];else{if(_0x5b7342[_0x2984b1(0x27d)](typeof fs[_0x2984b1(0x23f)],_0x5b7342[_0x2984b1(0x2b2)])){if(_0x5b7342[_0x2984b1(0x29a)](_0x5b7342[_0x2984b1(0x278)],_0x5b7342[_0x2984b1(0x18d)]))_0x50c694[_0x2984b1(0x212)](_0x25409d);else return![];}try{return _0x5b7342[_0x2984b1(0x275)](_0x5b7342[_0x2984b1(0x1fc)],_0x5b7342[_0x2984b1(0x199)])?![]:(fs[_0x2984b1(0x2cc)](_0x136aad),!![]);}catch(_0xf9aa51){if(_0x5b7342[_0x2984b1(0x275)](_0x5b7342[_0x2984b1(0x2c9)],_0x5b7342[_0x2984b1(0x280)]))_0x2cc343[_0x2984b1(0x235)](_0x333bf3)&&_0x5b7342[_0x2984b1(0x239)](_0x59e27e,!![]);else return![];}}}}async[a61_0x4bafc2(0x28c)](_0x2b8f0b){const _0x97a1e6=a61_0x4bafc2,_0x46db65={'UOHHW':function(_0x581f02,_0x56eb39){return _0x581f02(_0x56eb39);},'ApqBP':function(_0x58c6a0,_0x3d4315){return _0x58c6a0(_0x3d4315);},'IJEiH':function(_0x2f14b8,_0x31c5b1,_0x29d1cd){return _0x2f14b8(_0x31c5b1,_0x29d1cd);},'EnEVt':'--version','PvAUf':_0x97a1e6(0x2c6),'MRGRj':_0x97a1e6(0x195),'AVaGo':function(_0x3685a0,_0x191747){return _0x3685a0(_0x191747);},'svbFI':function(_0xc46ed,_0x45c37f){return _0xc46ed===_0x45c37f;},'dpajj':_0x97a1e6(0x28a),'jyppa':function(_0x26febb,_0x268243){return _0x26febb!==_0x268243;},'HaOuH':_0x97a1e6(0x25c),'vgETN':_0x97a1e6(0x1aa)};var _0x472b00=this.#getAvailableDirs(),_0x317076=path[_0x97a1e6(0x2b8)](_0x472b00,this.#binaryName);if(this.#checkPath(_0x317076,fs[_0x97a1e6(0x28e)])){if(_0x46db65[_0x97a1e6(0x290)](_0x46db65[_0x97a1e6(0x1e1)],_0x46db65[_0x97a1e6(0x1e1)]))return _0x317076;else{const _0x48f27c=_0x46db65[_0x97a1e6(0x205)](_0x443946,_0x3505ce,[_0x46db65[_0x97a1e6(0x202)]]);_0x48f27c[_0x97a1e6(0x1b1)]['on'](_0x46db65['PvAUf'],_0xce79f4=>{const _0xcb58c3=_0x97a1e6;_0xa819d0[_0xcb58c3(0x235)](_0xce79f4)&&_0x46db65[_0xcb58c3(0x201)](_0x3e215d,!![]);}),_0x48f27c['on'](_0x46db65[_0x97a1e6(0x22d)],()=>{const _0x4dc051=_0x97a1e6;_0x46db65[_0x4dc051(0x1c5)](_0x338367,![]);});}}const _0x7c8b4b=await this[_0x97a1e6(0x228)](_0x2b8f0b,_0x472b00),_0x11a57a=await this[_0x97a1e6(0x272)](_0x7c8b4b);if(!_0x11a57a){if(_0x46db65['jyppa'](_0x46db65[_0x97a1e6(0x214)],_0x46db65[_0x97a1e6(0x214)]))_0x46db65[_0x97a1e6(0x2b3)](_0x2f4b21,_0xc5cfb2);else return logger[_0x97a1e6(0x2b7)](_0x46db65[_0x97a1e6(0x1b0)]),await this[_0x97a1e6(0x228)](_0x2b8f0b,_0x472b00);}return _0x7c8b4b;}async['validateBinary'](_0x2ac6e7){const _0x1f1039=a61_0x4bafc2,_0x289ca7={'AVBmJ':function(_0x4b32fb,_0x4e2b0d){return _0x4b32fb!==_0x4e2b0d;},'OiUhg':_0x1f1039(0x2bb),'JExsi':function(_0x5bb913,_0x160d49){return _0x5bb913(_0x160d49);},'bZnTQ':function(_0x525697,_0x138f81){return _0x525697(_0x138f81);},'JGhfH':function(_0x1b8014,_0x281618){return _0x1b8014!==_0x281618;},'rgPuf':_0x1f1039(0x29c),'UesAO':_0x1f1039(0x23a),'LTcNo':function(_0x251ad2,_0x66e46e){return _0x251ad2!==_0x66e46e;},'Hdtcn':'EbhWo','wigAF':_0x1f1039(0x1bc),'GWFuA':function(_0x5071fb,_0x4089a6){return _0x5071fb(_0x4089a6);},'YRvIP':function(_0x1cc27f,_0x283c30){return _0x1cc27f!==_0x283c30;},'kDJDK':_0x1f1039(0x1db),'rUdpo':'bwxcE','UohnC':function(_0x2eeb94,_0x145c36,_0x14cbef){return _0x2eeb94(_0x145c36,_0x14cbef);},'Dezle':_0x1f1039(0x2da),'ORrft':'data','MFJuY':_0x1f1039(0x195)},_0x374192=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x4df718,_0x18ad30)=>{const _0x91c550=_0x1f1039,_0xf570ee={'onNWL':function(_0x2e9a2c,_0x1b6452){const _0x585f6a=a61_0x683f;return _0x289ca7[_0x585f6a(0x203)](_0x2e9a2c,_0x1b6452);},'IYrJk':function(_0x752c21,_0x55afa4){const _0x383c48=a61_0x683f;return _0x289ca7[_0x383c48(0x1c6)](_0x752c21,_0x55afa4);},'NFXNS':_0x289ca7[_0x91c550(0x217)],'XHdam':_0x289ca7[_0x91c550(0x250)],'QSlGb':function(_0x7f5b74,_0x3338d8){const _0x2c5138=_0x91c550;return _0x289ca7[_0x2c5138(0x1c2)](_0x7f5b74,_0x3338d8);},'RquEq':_0x289ca7[_0x91c550(0x1b7)],'relKJ':_0x289ca7['wigAF'],'QJZwg':function(_0x1908d5,_0x466c51){return _0x289ca7['GWFuA'](_0x1908d5,_0x466c51);}};if(_0x289ca7[_0x91c550(0x1ba)](_0x289ca7['kDJDK'],_0x289ca7[_0x91c550(0x1de)])){const _0x556ff7=_0x289ca7[_0x91c550(0x1f9)](spawn,_0x2ac6e7,[_0x289ca7[_0x91c550(0x237)]]);_0x556ff7[_0x91c550(0x1b1)]['on'](_0x289ca7[_0x91c550(0x244)],_0x5415be=>{const _0x7bd7fd=_0x91c550,_0x4ce18d={'jhYKN':function(_0x38419a,_0x474da5){const _0x1bd6b3=a61_0x683f;return _0xf570ee[_0x1bd6b3(0x22f)](_0x38419a,_0x474da5);}};if(_0xf570ee[_0x7bd7fd(0x1f3)](_0xf570ee[_0x7bd7fd(0x1e9)],_0xf570ee[_0x7bd7fd(0x2a2)]))_0x374192[_0x7bd7fd(0x235)](_0x5415be)&&(_0xf570ee[_0x7bd7fd(0x291)](_0xf570ee[_0x7bd7fd(0x24c)],_0xf570ee['relKJ'])?_0xf570ee[_0x7bd7fd(0x22f)](_0x4df718,!![]):_0x4ce18d[_0x7bd7fd(0x1ef)](_0x138573,_0x2d5636));else return _0x445131;}),_0x556ff7['on'](_0x289ca7[_0x91c550(0x286)],()=>{const _0x5c4bab=_0x91c550;if(_0x289ca7['AVBmJ'](_0x289ca7[_0x5c4bab(0x1fb)],_0x289ca7[_0x5c4bab(0x1fb)]))return _0x47d388[_0x5c4bab(0x200)]();else _0x289ca7[_0x5c4bab(0x1e5)](_0x4df718,![]);});}else _0xf570ee['QJZwg'](_0x4188c1,![]);});}[a61_0x4bafc2(0x228)](_0x3da801,_0x26c708){const _0x1b3c04=a61_0x4bafc2,_0x41d7e7={'rxmrY':function(_0xd34232,_0x530cbd){return _0xd34232+_0x530cbd;},'VfuPU':_0x1b3c04(0x2c5),'ieSqk':function(_0x53106f,_0x2469a9){return _0x53106f===_0x2469a9;},'EHgFt':'/root','COebU':_0x1b3c04(0x1bb),'CLJjm':function(_0x4524aa,_0x13c723){return _0x4524aa(_0x13c723);},'Dmhbn':function(_0x41a83b,_0x536f5d){return _0x41a83b(_0x536f5d);},'tfMLi':_0x1b3c04(0x234),'lDvjl':_0x1b3c04(0x2d2),'TJHOh':function(_0x17d5fe,_0x3fd3dc){return _0x17d5fe(_0x3fd3dc);},'qcvnD':function(_0x2a8ac9,_0x4e9346){return _0x2a8ac9(_0x4e9346);},'lMfnn':_0x1b3c04(0x215),'PfCPN':_0x1b3c04(0x20e),'iKMJb':'/Users/','fxjfy':function(_0x4c60cd,_0x1ff340){return _0x4c60cd!==_0x1ff340;},'xJZbu':_0x1b3c04(0x236),'RMdNm':_0x1b3c04(0x29b),'tUcqG':_0x1b3c04(0x1ec),'gPTcX':'fTSHm','ZwPJB':function(_0x23e3ff,_0x9891f2){return _0x23e3ff(_0x9891f2);},'zDRcI':_0x1b3c04(0x1ab),'yEgeR':_0x1b3c04(0x23d),'TkUee':_0x1b3c04(0x19f),'EOZzV':_0x1b3c04(0x287),'sNmlt':_0x1b3c04(0x2c8),'stEbJ':_0x1b3c04(0x2af),'gTRZQ':_0x1b3c04(0x18c),'GToRC':_0x1b3c04(0x2d5),'VTffl':_0x1b3c04(0x28b),'AnNLI':_0x1b3c04(0x19a),'Fughk':'error','HxVhc':'close','AFYMR':function(_0x372e4a,_0x67e9b8){return _0x372e4a(_0x67e9b8);},'QiHRn':_0x1b3c04(0x1cd),'FTuKF':function(_0x29a1c1,_0x80e171){return _0x29a1c1(_0x80e171);},'zUbgE':_0x1b3c04(0x296),'Tmtyv':_0x1b3c04(0x1f7),'KzcZS':_0x1b3c04(0x293),'BbSXo':_0x1b3c04(0x2ac),'vLZER':'XUIDi','upWbU':function(_0x3faff3,_0x4b9c02){return _0x3faff3+_0x4b9c02;},'jCNSP':_0x1b3c04(0x226),'wcvHt':function(_0xfb8f89,_0x4d27a7){return _0xfb8f89===_0x4d27a7;},'fhcbJ':_0x1b3c04(0x20d),'GFEaq':_0x1b3c04(0x1f1),'RSYiC':_0x1b3c04(0x2b9),'YUNGu':_0x1b3c04(0x22a),'Uhvmn':function(_0x5891f7,_0x2d5ed7){return _0x5891f7!==_0x2d5ed7;},'xdVKo':'kXRRn','rmJFJ':'GdwOi','qEgQF':_0x1b3c04(0x1da)};if(!this.#checkPath(_0x26c708)){if(_0x41d7e7[_0x1b3c04(0x1ca)](_0x41d7e7[_0x1b3c04(0x245)],_0x41d7e7[_0x1b3c04(0x1d9)]))fs['mkdirSync'](_0x26c708);else return _0x5e3453[_0x1b3c04(0x1a0)]||_0x41d7e7['rxmrY'](_0x5c1687['HOMEDRIVE'],_0x27ded9['HOMEPATH'])||_0x95d0e4||null;}const _0x5d66ea=this.#binaryName,_0x409d82=path[_0x1b3c04(0x2b8)](_0x26c708,_0x41d7e7[_0x1b3c04(0x27e)](_0x5d66ea,_0x41d7e7[_0x1b3c04(0x2cd)])),_0x3fcf9f=path[_0x1b3c04(0x2b8)](_0x26c708,_0x5d66ea),_0x2fadc4=fs[_0x1b3c04(0x285)](_0x409d82),_0x1be02d=url['parse'](this.#httpPath);if(_0x3da801['proxyHost']&&_0x3da801[_0x1b3c04(0x2a5)]){if(_0x41d7e7[_0x1b3c04(0x263)](_0x41d7e7[_0x1b3c04(0x2c3)],_0x41d7e7[_0x1b3c04(0x24e)]))try{_0x1a4ec3['ca']=_0x10af9b[_0x1b3c04(0x1b9)](_0x357ee1[_0x1b3c04(0x1a2)]);}catch(_0x2b90c5){_0x4815ce[_0x1b3c04(0x2b7)](_0x41d7e7[_0x1b3c04(0x1cf)],_0x2b90c5);}else{const _0x3495f4={};_0x3495f4[_0x1b3c04(0x213)]=_0x3da801[_0x1b3c04(0x26e)],_0x3495f4[_0x1b3c04(0x2c2)]=_0x3da801['proxyPort'],_0x1be02d['agent']=new HttpsProxyAgent(_0x3495f4);}}if(_0x3da801['useCaCertificate']){if(_0x41d7e7[_0x1b3c04(0x1ca)](_0x41d7e7['RSYiC'],_0x41d7e7[_0x1b3c04(0x2b5)]))try{if(_0x41d7e7[_0x1b3c04(0x24f)](_0x41d7e7[_0x1b3c04(0x24b)],_0x41d7e7[_0x1b3c04(0x1e3)]))_0x1be02d['ca']=fs[_0x1b3c04(0x1b9)](_0x3da801[_0x1b3c04(0x1a2)]);else return _0x5938e8||(_0x41d7e7[_0x1b3c04(0x1c3)](_0x49c563[_0x1b3c04(0x1d1)](),0x0)?_0x41d7e7[_0x1b3c04(0x2cf)]:_0x102854?_0x41d7e7[_0x1b3c04(0x22e)](_0x41d7e7[_0x1b3c04(0x2d3)],_0x51ffae):null);}catch(_0x115aa2){_0x41d7e7[_0x1b3c04(0x24f)](_0x41d7e7[_0x1b3c04(0x256)],_0x41d7e7[_0x1b3c04(0x256)])?(_0x1cff46['chmod'](_0xd9e415,_0x41d7e7[_0x1b3c04(0x2d8)],function(_0xaf491e){const _0x559b0e=_0x1b3c04;_0xaf491e&&_0x41d7e7[_0x559b0e(0x1fe)](_0x13ba66,_0xaf491e),_0x41d7e7[_0x559b0e(0x266)](_0x319da1,_0x1bd275);}),_0x3dae03[_0x1b3c04(0x195)]()):logger[_0x1b3c04(0x2b7)](_0x41d7e7[_0x1b3c04(0x1cf)],_0x115aa2);}else _0x12ba39[_0x1b3c04(0x2b7)](_0x41d7e7[_0x1b3c04(0x297)],_0x46fb63),_0x41d7e7[_0x1b3c04(0x288)](_0x5ee777,_0x2d91c1);}return new Promise((_0x4057e8,_0x49629d)=>{const _0x267194=_0x1b3c04,_0xc5e2b9={'ewfmx':function(_0x5509a7,_0xa9b95d){const _0x2f34ce=a61_0x683f;return _0x41d7e7[_0x2f34ce(0x1ca)](_0x5509a7,_0xa9b95d);},'eZUux':_0x41d7e7[_0x267194(0x23c)],'QEJpJ':_0x41d7e7[_0x267194(0x297)],'JxITV':function(_0x17a65f,_0x49202b){const _0x569e33=_0x267194;return _0x41d7e7[_0x569e33(0x18e)](_0x17a65f,_0x49202b);},'gLVtv':_0x41d7e7[_0x267194(0x2b0)],'eSAPT':_0x41d7e7[_0x267194(0x232)],'wdgEV':_0x41d7e7[_0x267194(0x264)]};https[_0x267194(0x219)](_0x1be02d,function(_0x31a909){const _0x54909f=_0x267194,_0x56a398={'nljbK':function(_0x2c4da5,_0xd927c7){const _0x3898b9=a61_0x683f;return _0x41d7e7[_0x3898b9(0x1f6)](_0x2c4da5,_0xd927c7);},'KntLs':function(_0x53738d,_0x2c5d09){const _0xf7051a=a61_0x683f;return _0x41d7e7[_0xf7051a(0x1c3)](_0x53738d,_0x2c5d09);},'ERWUz':_0x41d7e7[_0x54909f(0x2d6)],'kDNGE':_0x41d7e7[_0x54909f(0x1c8)],'ZKmDg':_0x41d7e7['tfMLi'],'Sprhd':function(_0x598988,_0x24115a){return _0x41d7e7['rxmrY'](_0x598988,_0x24115a);},'FYuJX':_0x41d7e7[_0x54909f(0x2a8)],'dpiYN':function(_0x534fd6,_0x5a7f57){const _0x405eac=_0x54909f;return _0x41d7e7[_0x405eac(0x1ca)](_0x534fd6,_0x5a7f57);},'GSdZX':_0x41d7e7[_0x54909f(0x18a)],'iPFkV':_0x41d7e7[_0x54909f(0x2a9)],'AUMCE':_0x41d7e7[_0x54909f(0x26d)],'Ikqef':_0x41d7e7[_0x54909f(0x2be)],'XBLPp':function(_0x15f54f,_0x147cdb){const _0x891f33=_0x54909f;return _0x41d7e7[_0x891f33(0x216)](_0x15f54f,_0x147cdb);},'mSDje':_0x41d7e7[_0x54909f(0x1cb)],'DHYVc':_0x41d7e7[_0x54909f(0x1cf)],'nqLqR':_0x41d7e7[_0x54909f(0x209)],'qGriC':_0x41d7e7[_0x54909f(0x1c7)],'gPEtQ':_0x41d7e7[_0x54909f(0x26f)],'tvouZ':_0x41d7e7[_0x54909f(0x273)],'hEHNr':_0x41d7e7[_0x54909f(0x1e7)],'OuMER':_0x41d7e7[_0x54909f(0x2b1)],'AAUpP':_0x41d7e7[_0x54909f(0x21a)],'slRjG':_0x41d7e7[_0x54909f(0x2ba)],'qHSOm':_0x41d7e7[_0x54909f(0x298)],'ZXNdk':_0x41d7e7[_0x54909f(0x2a7)]};_0x31a909['pipe'](_0x2fadc4),_0x31a909['on'](_0x41d7e7[_0x54909f(0x2a7)],function(_0x43c447){const _0x3ecdf1=_0x54909f;_0xc5e2b9[_0x3ecdf1(0x281)](_0xc5e2b9[_0x3ecdf1(0x2d4)],_0xc5e2b9[_0x3ecdf1(0x2d4)])?_0x10467c[_0x3ecdf1(0x212)](_0x577939):(logger[_0x3ecdf1(0x2b7)](_0xc5e2b9[_0x3ecdf1(0x29f)],_0x43c447),_0xc5e2b9[_0x3ecdf1(0x26c)](_0x49629d,_0x43c447));}),_0x2fadc4['on'](_0x41d7e7['Fughk'],function(_0x252612){const _0x23361f=_0x54909f;if(_0xc5e2b9[_0x23361f(0x281)](_0xc5e2b9[_0x23361f(0x222)],_0xc5e2b9['eSAPT']))logger[_0x23361f(0x2b7)](_0xc5e2b9[_0x23361f(0x2a1)],_0x252612),_0xc5e2b9[_0x23361f(0x26c)](_0x49629d,_0x252612);else return![];}),_0x2fadc4['on'](_0x41d7e7['HxVhc'],function(){const _0x10f28e=_0x54909f,_0x4bd00e={'YdLUr':function(_0x11f9dd,_0x4ebf55){const _0x6c72a9=a61_0x683f;return _0x56a398[_0x6c72a9(0x238)](_0x11f9dd,_0x4ebf55);},'PGYeP':function(_0x1f6cce,_0x4ce382){const _0x720790=a61_0x683f;return _0x56a398[_0x720790(0x1d0)](_0x1f6cce,_0x4ce382);},'lkmsk':_0x56a398[_0x10f28e(0x261)],'XpxCC':_0x56a398[_0x10f28e(0x19e)],'maDaZ':_0x56a398[_0x10f28e(0x21f)],'ZHCNh':function(_0xf9801d,_0x58ff22){return _0x56a398['Sprhd'](_0xf9801d,_0x58ff22);},'BfLFe':_0x56a398[_0x10f28e(0x253)],'jFdyj':function(_0x395c79,_0x5b7c6a){const _0x472a92=_0x10f28e;return _0x56a398[_0x472a92(0x1c0)](_0x395c79,_0x5b7c6a);},'cjUXF':_0x56a398[_0x10f28e(0x224)],'wTqKF':_0x56a398[_0x10f28e(0x1a6)],'gPIdZ':_0x56a398[_0x10f28e(0x1e0)],'echyN':_0x56a398[_0x10f28e(0x262)],'OLpCj':function(_0x339630,_0x10ea15){const _0x3dbf7f=_0x10f28e;return _0x56a398[_0x3dbf7f(0x1f2)](_0x339630,_0x10ea15);},'zWdZC':_0x56a398[_0x10f28e(0x1ea)],'lMgaN':_0x56a398[_0x10f28e(0x2a3)],'xzabB':_0x56a398[_0x10f28e(0x2cb)],'FgPAq':function(_0xedd8d1,_0x578ba1){return _0x56a398['nljbK'](_0xedd8d1,_0x578ba1);},'NGXLi':function(_0x26ae48,_0x10bcde){return _0x56a398['KntLs'](_0x26ae48,_0x10bcde);},'OdxXI':_0x56a398[_0x10f28e(0x29d)],'JCIFn':_0x56a398[_0x10f28e(0x2b4)],'ZTHYc':_0x56a398[_0x10f28e(0x27b)],'vDOqE':_0x56a398[_0x10f28e(0x2a0)],'ACngG':_0x56a398[_0x10f28e(0x255)],'oaeIr':_0x56a398[_0x10f28e(0x208)],'tAWbp':_0x56a398[_0x10f28e(0x1d6)],'Lazyi':_0x56a398[_0x10f28e(0x1ce)],'urNVS':_0x56a398[_0x10f28e(0x1ff)]},_0xcce428={};_0xcce428[_0x10f28e(0x1d8)]=!![],yauzl['open'](_0x409d82,_0xcce428,function(_0x767e90,_0x48c8ab){const _0x231436=_0x10f28e,_0xeeb11b={'rvdjr':function(_0x1e1e42,_0xa71d44){const _0x62ba0f=a61_0x683f;return _0x4bd00e[_0x62ba0f(0x2d0)](_0x1e1e42,_0xa71d44);},'PhHFA':_0x4bd00e[_0x231436(0x1b6)],'uqSuy':function(_0x52b7ee,_0x35bc1b){const _0x593009=_0x231436;return _0x4bd00e[_0x593009(0x207)](_0x52b7ee,_0x35bc1b);},'gBiVr':function(_0x5d57c4,_0x2fa15a){const _0x12470a=_0x231436;return _0x4bd00e[_0x12470a(0x19b)](_0x5d57c4,_0x2fa15a);},'pAzIi':_0x4bd00e[_0x231436(0x20a)],'Ttenp':_0x4bd00e['wTqKF'],'YQuzl':_0x4bd00e[_0x231436(0x29e)],'NvKwZ':_0x4bd00e['echyN'],'envKp':function(_0x3009b0,_0x377c24){const _0x1293b5=_0x231436;return _0x4bd00e[_0x1293b5(0x2ab)](_0x3009b0,_0x377c24);},'yVmBa':_0x4bd00e['zWdZC'],'NbraI':_0x4bd00e[_0x231436(0x27a)],'yTJGY':_0x4bd00e[_0x231436(0x1e6)],'zlPQD':function(_0x240d00,_0x31ec95){return _0x4bd00e['FgPAq'](_0x240d00,_0x31ec95);},'kzOoC':function(_0x3f03fa,_0x3fb6f3){const _0x53ce27=_0x231436;return _0x4bd00e[_0x53ce27(0x260)](_0x3f03fa,_0x3fb6f3);},'QvcwJ':_0x4bd00e[_0x231436(0x25a)],'AAcjt':function(_0x212a7f,_0x5c5e68){return _0x4bd00e['jFdyj'](_0x212a7f,_0x5c5e68);},'hjGKA':_0x4bd00e[_0x231436(0x1dd)],'eGDMU':function(_0x4624bf,_0x5ee997){const _0x2a7955=_0x231436;return _0x4bd00e[_0x2a7955(0x279)](_0x4624bf,_0x5ee997);},'wlIvl':_0x4bd00e[_0x231436(0x2bc)],'uTDKU':function(_0x574e69,_0x15efee){const _0x4c7fa9=_0x231436;return _0x4bd00e[_0x4c7fa9(0x260)](_0x574e69,_0x15efee);},'SDGjm':function(_0x34f1dc,_0x1f83e0){return _0x4bd00e['jFdyj'](_0x34f1dc,_0x1f83e0);},'tIXGt':_0x4bd00e[_0x231436(0x1eb)],'aEAbG':_0x4bd00e[_0x231436(0x1ad)]};if(_0x767e90){if(_0x4bd00e['PGYeP'](_0x4bd00e[_0x231436(0x1f8)],_0x4bd00e[_0x231436(0x220)]))return _0x434b08['statSync'](_0x10533c),!![];else _0x4bd00e[_0x231436(0x2ab)](_0x49629d,_0x767e90);}_0x48c8ab['readEntry'](),_0x48c8ab['on'](_0x4bd00e[_0x231436(0x231)],_0x1c2ffb=>{const _0x4d6870=_0x231436,_0x58f0ad={'qmcjg':function(_0x4dc57d,_0x35f32c){const _0x45bf76=a61_0x683f;return _0xeeb11b[_0x45bf76(0x289)](_0x4dc57d,_0x35f32c);}};if(_0xeeb11b['kzOoC'](_0xeeb11b[_0x4d6870(0x25f)],_0xeeb11b[_0x4d6870(0x25f)])){if(/\/$/[_0x4d6870(0x235)](_0x1c2ffb[_0x4d6870(0x28f)]))_0xeeb11b[_0x4d6870(0x2d9)](_0xeeb11b[_0x4d6870(0x190)],_0xeeb11b[_0x4d6870(0x190)])?_0x42a89c[_0x4d6870(0x195)]():_0x48c8ab[_0x4d6870(0x1a3)]();else{if(_0xeeb11b[_0x4d6870(0x27c)](_0xeeb11b[_0x4d6870(0x258)],_0xeeb11b[_0x4d6870(0x258)])){const _0x309c5f=fs[_0x4d6870(0x285)](path[_0x4d6870(0x2b8)](_0x26c708,_0x1c2ffb['fileName']));_0x48c8ab[_0x4d6870(0x221)](_0x1c2ffb,function(_0x2048f1,_0x1f0477){const _0x4bdf53=_0x4d6870,_0x54496b={'cHAeL':function(_0x119823,_0x21a993){return _0xeeb11b['rvdjr'](_0x119823,_0x21a993);},'YYYcu':_0xeeb11b[_0x4bdf53(0x2ce)],'JLAva':function(_0x5bf536,_0x5191e8){return _0xeeb11b['uqSuy'](_0x5bf536,_0x5191e8);},'PLELj':function(_0x3264a2,_0x5e0c71){return _0xeeb11b['uqSuy'](_0x3264a2,_0x5e0c71);},'hQTze':function(_0x90a550,_0x55348b){const _0x164992=_0x4bdf53;return _0xeeb11b[_0x164992(0x1d7)](_0x90a550,_0x55348b);},'sNrYs':_0xeeb11b['pAzIi']};if(_0xeeb11b[_0x4bdf53(0x1d7)](_0xeeb11b[_0x4bdf53(0x274)],_0xeeb11b[_0x4bdf53(0x274)]))_0x58f0ad[_0x4bdf53(0x271)](_0x59ef32,_0x40c92f);else{if(_0x2048f1){if(_0xeeb11b[_0x4bdf53(0x1d7)](_0xeeb11b[_0x4bdf53(0x2aa)],_0xeeb11b[_0x4bdf53(0x248)]))_0xeeb11b[_0x4bdf53(0x289)](_0x49629d,_0x767e90);else return _0x32e45f||(_0xa1685e?_0x54496b[_0x4bdf53(0x230)](_0x54496b[_0x4bdf53(0x242)],_0x38a0f8):null);}_0x1f0477['on'](_0xeeb11b[_0x4bdf53(0x2bf)],function(){const _0x2990e1=_0x4bdf53;_0x54496b[_0x2990e1(0x191)](_0x54496b[_0x2990e1(0x1d4)],_0x54496b[_0x2990e1(0x1d4)])?(_0x3f63b7&&_0x54496b[_0x2990e1(0x2c1)](_0x3292d1,_0x26cbf4),_0x54496b['PLELj'](_0x51d70a,_0x57927e)):(_0x309c5f[_0x2990e1(0x195)](),_0x48c8ab['readEntry']());}),_0x1f0477['pipe'](_0x309c5f);}}),_0xeeb11b[_0x4d6870(0x1b3)](_0x1c2ffb['fileName'],_0x5d66ea)&&(_0xeeb11b[_0x4d6870(0x2b6)](_0xeeb11b[_0x4d6870(0x1d3)],_0xeeb11b[_0x4d6870(0x2a6)])?_0x48c8ab[_0x4d6870(0x195)]():_0x3b9870[_0x4d6870(0x2b7)](_0xeeb11b[_0x4d6870(0x268)],_0x3da417));}else _0x53fc47[_0x4d6870(0x2b7)](_0xeeb11b[_0x4d6870(0x1ed)],_0x328424),_0xeeb11b[_0x4d6870(0x289)](_0x527f87,_0x22362e);}}else _0xeeb11b[_0x4d6870(0x27f)](_0x475fec,!![]);}),_0x48c8ab['on'](_0x4bd00e['urNVS'],_0x1c214c=>{const _0x15d1e4=_0x231436,_0xf7dd7e={'XHCzQ':function(_0x297d76,_0x145913){const _0x3cab7f=a61_0x683f;return _0x4bd00e[_0x3cab7f(0x207)](_0x297d76,_0x145913);}};_0x4bd00e['PGYeP'](_0x4bd00e[_0x15d1e4(0x210)],_0x4bd00e['XpxCC'])?_0xf7dd7e['XHCzQ'](_0x2429d6,_0xfc0759):_0x4bd00e['YdLUr'](_0x49629d,_0x1c214c);}),_0x48c8ab[_0x231436(0x24a)](_0x4bd00e[_0x231436(0x198)],()=>{const _0x2bd29a=_0x231436,_0x5ab5c5={'ueRqd':function(_0x30369c,_0x4dd3bf){const _0xa71c95=a61_0x683f;return _0x4bd00e[_0xa71c95(0x207)](_0x30369c,_0x4dd3bf);}};fs[_0x2bd29a(0x20b)](_0x3fcf9f,_0x4bd00e['maDaZ'],function(_0x40757c){const _0x58470d=_0x2bd29a;_0x40757c&&_0x5ab5c5[_0x58470d(0x1d5)](_0x49629d,_0x40757c),_0x5ab5c5[_0x58470d(0x1d5)](_0x4057e8,_0x3fcf9f);}),_0x48c8ab['close']();});});});})['on'](_0x41d7e7[_0x267194(0x2a7)],function(_0x211d41){const _0x2c0e42=_0x267194;logger['error'](_0x41d7e7['yEgeR'],_0x211d41),_0x41d7e7[_0x2c0e42(0x292)](_0x49629d,_0x211d41);});});}#homedir(){const _0x44aa97=a61_0x4bafc2,_0x446866={};_0x446866['nbPPt']=function(_0x4a7ac6,_0x55c161){return _0x4a7ac6===_0x55c161;},_0x446866[_0x44aa97(0x1c4)]=_0x44aa97(0x1c9),_0x446866[_0x44aa97(0x284)]=function(_0xee02de,_0x25b388){return _0xee02de===_0x25b388;},_0x446866[_0x44aa97(0x194)]=_0x44aa97(0x1fa),_0x446866[_0x44aa97(0x19c)]=function(_0x1df5a8,_0x2a1811){return _0x1df5a8+_0x2a1811;},_0x446866[_0x44aa97(0x25d)]=_0x44aa97(0x2d1),_0x446866['wGrpG']=function(_0x4e107f,_0x1e7a46){return _0x4e107f+_0x1e7a46;},_0x446866[_0x44aa97(0x1b8)]=_0x44aa97(0x1f4),_0x446866[_0x44aa97(0x267)]=function(_0x247a16,_0x25520c){return _0x247a16===_0x25520c;},_0x446866[_0x44aa97(0x26a)]=_0x44aa97(0x1a1),_0x446866['NnkAt']=function(_0x17711d,_0x468b57){return _0x17711d===_0x468b57;},_0x446866['uAxbW']=_0x44aa97(0x1d2),_0x446866[_0x44aa97(0x22c)]=_0x44aa97(0x1bb),_0x446866['ugaZo']=function(_0x4ddd25,_0x453a52){return _0x4ddd25||_0x453a52;};const _0x5437d0=_0x446866;if(_0x5437d0[_0x44aa97(0x254)](typeof os[_0x44aa97(0x200)],_0x5437d0[_0x44aa97(0x1c4)]))return os[_0x44aa97(0x200)]();const _0x5a64cd=process[_0x44aa97(0x18f)],_0x523924=_0x5a64cd['HOME'],_0x34bf34=_0x5a64cd[_0x44aa97(0x218)]||_0x5a64cd['USER']||_0x5a64cd[_0x44aa97(0x259)]||_0x5a64cd[_0x44aa97(0x196)];if(_0x5437d0[_0x44aa97(0x284)](process['platform'],_0x5437d0[_0x44aa97(0x194)]))return _0x5a64cd[_0x44aa97(0x1a0)]||_0x5437d0[_0x44aa97(0x19c)](_0x5a64cd[_0x44aa97(0x1b2)],_0x5a64cd[_0x44aa97(0x2a4)])||_0x523924||null;if(_0x5437d0[_0x44aa97(0x284)](process[_0x44aa97(0x1cc)],_0x5437d0[_0x44aa97(0x25d)]))return _0x523924||(_0x34bf34?_0x5437d0[_0x44aa97(0x2d7)](_0x5437d0[_0x44aa97(0x1b8)],_0x34bf34):null);if(_0x5437d0[_0x44aa97(0x267)](process['platform'],_0x5437d0[_0x44aa97(0x26a)]))return _0x523924||(_0x5437d0[_0x44aa97(0x1e2)](process[_0x44aa97(0x1d1)](),0x0)?_0x5437d0[_0x44aa97(0x206)]:_0x34bf34?_0x5437d0[_0x44aa97(0x19c)](_0x5437d0[_0x44aa97(0x22c)],_0x34bf34):null);return _0x5437d0[_0x44aa97(0x251)](_0x523924,null);}}module[a61_0x4bafc2(0x22b)]=PercyBinary;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a62_0x4e40(){var _0x172bb2=['1496762Nmbloy','get','12QvcfEb','678239QPBElp','1457895XgDbBI','exports','2797172zatXeH','2226339rZQeHz','6240336OXdihd','getName','3922356VlNSUf'];a62_0x4e40=function(){return _0x172bb2;};return a62_0x4e40();}var a62_0x2b4ddd=a62_0x3fd2;(function(_0x1ef953,_0x4705c3){var _0x20a68c=a62_0x3fd2,_0xb6f8ee=_0x1ef953();while(!![]){try{var _0x190602=parseInt(_0x20a68c(0x1d9))/0x1+-parseInt(_0x20a68c(0x1d6))/0x2+parseInt(_0x20a68c(0x1dd))/0x3+parseInt(_0x20a68c(0x1d5))/0x4+parseInt(_0x20a68c(0x1da))/0x5*(-parseInt(_0x20a68c(0x1d8))/0x6)+parseInt(_0x20a68c(0x1dc))/0x7+-parseInt(_0x20a68c(0x1de))/0x8;if(_0x190602===_0x4705c3)break;else _0xb6f8ee['push'](_0xb6f8ee['shift']());}catch(_0x3a4613){_0xb6f8ee['push'](_0xb6f8ee['shift']());}}}(a62_0x4e40,0xa833c));class PercyCaptureMap{#map={};['increment'](_0x43450f,_0xef5aac){!this.#map[_0x43450f]&&(this.#map[_0x43450f]={}),!this.#map[_0x43450f][_0xef5aac]&&(this.#map[_0x43450f][_0xef5aac]=0x0),this.#map[_0x43450f][_0xef5aac]++;}[a62_0x2b4ddd(0x1df)](_0x484525,_0x3dd986){var _0x244246=a62_0x2b4ddd;return _0x484525+'-'+_0x3dd986+'-'+this[_0x244246(0x1d7)](_0x484525,_0x3dd986);}[a62_0x2b4ddd(0x1d7)](_0x488553,_0x567f29){if(!this.#map[_0x488553])return 0x0;if(!this.#map[_0x488553][_0x567f29])return 0x0;return this.#map[_0x488553][_0x567f29];}}function a62_0x3fd2(_0x51cb82,_0x519fba){var _0x4e400b=a62_0x4e40();return a62_0x3fd2=function(_0x3fd276,_0x3ceafe){_0x3fd276=_0x3fd276-0x1d5;var _0x342fc8=_0x4e400b[_0x3fd276];return _0x342fc8;},a62_0x3fd2(_0x51cb82,_0x519fba);}module[a62_0x2b4ddd(0x1db)]=PercyCaptureMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a63_0xfe9e40=a63_0x3309;(function(_0x55a09e,_0x1eac8f){var _0x33cf69=a63_0x3309,_0xb44b5c=_0x55a09e();while(!![]){try{var _0x59608e=-parseInt(_0x33cf69(0x7f))/0x1+parseInt(_0x33cf69(0x7e))/0x2*(-parseInt(_0x33cf69(0x74))/0x3)+-parseInt(_0x33cf69(0x80))/0x4+-parseInt(_0x33cf69(0x72))/0x5*(-parseInt(_0x33cf69(0x71))/0x6)+-parseInt(_0x33cf69(0x70))/0x7+-parseInt(_0x33cf69(0x81))/0x8*(-parseInt(_0x33cf69(0x7d))/0x9)+parseInt(_0x33cf69(0x6f))/0xa;if(_0x59608e===_0x1eac8f)break;else _0xb44b5c['push'](_0xb44b5c['shift']());}catch(_0x5c861f){_0xb44b5c['push'](_0xb44b5c['shift']());}}}(a63_0x4050,0x1c9e2));var a63_0x351c86={};function a63_0x4050(){var _0x1b59bf=['7893jMORRY','2048DewxFE','217917aKzagT','849324ckzvYN','1168vjjPes','2831300dozMRZ','1876SgBqFE','1452UnkdZS','2885zJPgXD','sendKeys','9QxhvBm','auto','takeScreenshot','click','testcase','driver','manual','screenshot','element'];a63_0x4050=function(){return _0x1b59bf;};return a63_0x4050();}function a63_0x3309(_0x3fac2a,_0x4d72e0){var _0x405048=a63_0x4050();return a63_0x3309=function(_0x330997,_0x2fe2ee){_0x330997=_0x330997-0x6f;var _0x339233=_0x405048[_0x330997];return _0x339233;},a63_0x3309(_0x3fac2a,_0x4d72e0);}a63_0x351c86[a63_0xfe9e40(0x79)]=['takeScreenshot'],a63_0x351c86[a63_0xfe9e40(0x7c)]=[a63_0xfe9e40(0x77),a63_0xfe9e40(0x73)];var a63_0x1c4b81={};a63_0x1c4b81[a63_0xfe9e40(0x79)]=[a63_0xfe9e40(0x76)];var a63_0x4bfc4c={};a63_0x4bfc4c['element']=['click'];var a63_0x278a8e={};a63_0x278a8e[a63_0xfe9e40(0x75)]=a63_0x351c86,a63_0x278a8e[a63_0xfe9e40(0x7b)]=a63_0x1c4b81,a63_0x278a8e['click']=a63_0x4bfc4c,a63_0x278a8e[a63_0xfe9e40(0x78)]={},a63_0x278a8e[a63_0xfe9e40(0x7a)]={},module['exports']=a63_0x278a8e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a64_0x1c9297=a64_0x431e;function a64_0x431e(_0x4a93e9,_0xe90ad7){const _0x5a1452=a64_0x5a14();return a64_0x431e=function(_0x431ebc,_0x318e9b){_0x431ebc=_0x431ebc-0x179;let _0x36af8b=_0x5a1452[_0x431ebc];return _0x36af8b;},a64_0x431e(_0x4a93e9,_0xe90ad7);}(function(_0x30f724,_0x332570){const _0x327374=a64_0x431e,_0x3f7339=_0x30f724();while(!![]){try{const _0x4c3621=parseInt(_0x327374(0x192))/0x1+-parseInt(_0x327374(0x1a2))/0x2*(-parseInt(_0x327374(0x187))/0x3)+parseInt(_0x327374(0x190))/0x4*(-parseInt(_0x327374(0x185))/0x5)+parseInt(_0x327374(0x197))/0x6+-parseInt(_0x327374(0x19d))/0x7+-parseInt(_0x327374(0x18b))/0x8*(parseInt(_0x327374(0x17b))/0x9)+-parseInt(_0x327374(0x1a3))/0xa*(parseInt(_0x327374(0x17f))/0xb);if(_0x4c3621===_0x332570)break;else _0x3f7339['push'](_0x3f7339['shift']());}catch(_0x4b82a2){_0x3f7339['push'](_0x3f7339['shift']());}}}(a64_0x5a14,0xcfd83));const tryRequire=function(_0x1984b7,_0x162dd2){const _0x4585e8=a64_0x431e,_0x2275b6={'YYqLE':function(_0x4967e6,_0x39f530){return _0x4967e6(_0x39f530);},'NZGBB':_0x4585e8(0x19c),'jNite':function(_0x6c1782,_0x19b067){return _0x6c1782===_0x19b067;},'CxNIU':'rauMQ','RvVBe':function(_0x1b953f,_0x4c0b98){return _0x1b953f(_0x4c0b98);},'JTjAE':function(_0x354ade,_0x30a4e5){return _0x354ade!==_0x30a4e5;},'PCZKC':_0x4585e8(0x19e)};try{if(_0x2275b6['jNite'](_0x2275b6['CxNIU'],_0x2275b6[_0x4585e8(0x19b)]))return _0x2275b6[_0x4585e8(0x199)](require,_0x1984b7);else try{return _0x2275b6[_0x4585e8(0x18e)](_0x17b8b7,_0x315ff0);}catch{return _0x308d54;}}catch{if(_0x2275b6[_0x4585e8(0x17c)](_0x2275b6['PCZKC'],_0x2275b6[_0x4585e8(0x191)])){const _0x5c12f0={};_0x5c12f0[_0x4585e8(0x183)]=_0x2275b6[_0x4585e8(0x17d)];const _0x15c67f=_0x5c12f0;_0x1504b9[_0x4585e8(0x198)]=()=>{const _0x2eaf16=_0x4585e8;_0x5030d1[_0x2eaf16(0x184)](_0x15c67f[_0x2eaf16(0x183)]);};}else return _0x162dd2;}},percySnapshot=tryRequire('@percy/selenium-webdriver',null),{percyScreenshot}=tryRequire('@percy/selenium-webdriver',{}),percyAppScreenshot=require(a64_0x1c9297(0x19a)),PerformanceTester=require(a64_0x1c9297(0x186)),logger=require(a64_0x1c9297(0x18f))[a64_0x1c9297(0x19f)];function a64_0x5a14(){const _0x135129=['@percy/appium-app','CxNIU','Unsupported\x20driver\x20for\x20percy','7539812KmLLnY','fEyvd','winstonLogger','snapshot','hMkbh','252BDutqW','1122070dQTeis','NJHzz','length','measure','percy:snapshot','browserstackPlatformIndex','gFvjT','579744yRpYEw','JTjAE','NZGBB','LkKIX','44cBgbYG','percy:screenshot','name','aaipR','cGwlD','error','1822540HfgxaW','../performance-tester','10809qFuwZl','screenshotApp','uPesb','percy:screenshot-app','24zglkgz','hXFgl','syoLA','YYqLE','../logger','4uMIllB','PCZKC','1294452VyGbUy','platformIndex','apply','browserstackPercyBestPlatform','uLtVj','7119606xxvteF','screenshot','RvVBe'];a64_0x5a14=function(){return _0x135129;};return a64_0x5a14();}percySnapshot&&(exports[a64_0x1c9297(0x1a0)]=async function(){const _0x1350ba=a64_0x1c9297,_0x1b808e={'SedDG':function(_0x4bc937,_0x2d329c){return _0x4bc937(_0x2d329c);},'gFvjT':function(_0x3dcb91,_0x375e95){return _0x3dcb91!==_0x375e95;},'uPesb':function(_0x878b24,_0xb2f50c){return _0x878b24===_0xb2f50c;},'hXFgl':_0x1350ba(0x1a1),'MqfUS':function(_0x3d665b,_0x467601){return _0x3d665b>=_0x467601;},'LkKIX':_0x1350ba(0x1a7)};if(global[_0x1350ba(0x179)]&&_0x1b808e[_0x1350ba(0x17a)](global[_0x1350ba(0x179)],global[_0x1350ba(0x195)])){if(_0x1b808e[_0x1350ba(0x189)](_0x1b808e['hXFgl'],_0x1b808e[_0x1350ba(0x18c)]))return;else return _0x1b808e['SedDG'](_0x456360,_0x279028);}const _0xcc01da=_0x1b808e['MqfUS'](arguments['length'],0x2)?arguments[0x1]:'',_0x29380b={};return _0x29380b[_0x1350ba(0x181)]=_0xcc01da,_0x29380b[_0x1350ba(0x193)]=global['browserstackPlatformIndex'],await PerformanceTester[_0x1350ba(0x1a6)](_0x1b808e[_0x1350ba(0x17e)],()=>percySnapshot[_0x1350ba(0x194)](null,arguments),_0x29380b);});percyScreenshot?exports['screenshot']=async function(){const _0x254239=a64_0x1c9297,_0x55c67b={};_0x55c67b['aaipR']=function(_0x32c69d,_0x1fce21){return _0x32c69d>=_0x1fce21;},_0x55c67b['qnOTT']=_0x254239(0x180);const _0x2cbbaa=_0x55c67b,_0x55312d=_0x2cbbaa[_0x254239(0x182)](arguments[_0x254239(0x1a5)],0x2)?arguments[0x1]:'',_0x3b8717={};return _0x3b8717[_0x254239(0x181)]=_0x55312d,_0x3b8717['platformIndex']=global[_0x254239(0x179)],await PerformanceTester['measure'](_0x2cbbaa['qnOTT'],()=>percyScreenshot[_0x254239(0x194)](null,arguments),_0x3b8717);}:exports['screenshot']=()=>{const _0x2334e9=a64_0x1c9297,_0x3abc8f={};_0x3abc8f[_0x2334e9(0x1a4)]=_0x2334e9(0x19c);const _0x44b493=_0x3abc8f;logger[_0x2334e9(0x184)](_0x44b493[_0x2334e9(0x1a4)]);};exports[a64_0x1c9297(0x188)]=async function(){const _0x53d008=a64_0x1c9297,_0x5e10fd={};_0x5e10fd[_0x53d008(0x18d)]=function(_0x575cb7,_0x6bd4e7){return _0x575cb7>=_0x6bd4e7;},_0x5e10fd[_0x53d008(0x196)]=_0x53d008(0x18a);const _0x1ec268=_0x5e10fd,_0x379248=_0x1ec268[_0x53d008(0x18d)](arguments[_0x53d008(0x1a5)],0x2)?arguments[0x1]:'',_0x3500f8={};return _0x3500f8[_0x53d008(0x181)]=_0x379248,_0x3500f8[_0x53d008(0x193)]=global[_0x53d008(0x179)],await PerformanceTester[_0x53d008(0x1a6)](_0x1ec268[_0x53d008(0x196)],()=>percyAppScreenshot['apply'](null,arguments),_0x3500f8);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a65_0x35cb29=a65_0x2a12;(function(_0x3e072f,_0x1a103f){var _0x11b0fc=a65_0x2a12,_0x3bf20c=_0x3e072f();while(!![]){try{var _0x29a91d=-parseInt(_0x11b0fc(0x131))/0x1*(parseInt(_0x11b0fc(0x12f))/0x2)+parseInt(_0x11b0fc(0x12d))/0x3+-parseInt(_0x11b0fc(0x127))/0x4+-parseInt(_0x11b0fc(0x132))/0x5+parseInt(_0x11b0fc(0x129))/0x6+-parseInt(_0x11b0fc(0x12b))/0x7*(parseInt(_0x11b0fc(0x12c))/0x8)+-parseInt(_0x11b0fc(0x130))/0x9*(-parseInt(_0x11b0fc(0x12e))/0xa);if(_0x29a91d===_0x1a103f)break;else _0x3bf20c['push'](_0x3bf20c['shift']());}catch(_0x12427f){_0x3bf20c['push'](_0x3bf20c['shift']());}}}(a65_0x33c9,0xd12ef),module[a65_0x35cb29(0x128)]=require(a65_0x35cb29(0x12a)));function a65_0x2a12(_0x3d7357,_0x2d243a){var _0x33c945=a65_0x33c9();return a65_0x2a12=function(_0x2a12f5,_0x5261ce){_0x2a12f5=_0x2a12f5-0x127;var _0x33d40f=_0x33c945[_0x2a12f5];return _0x33d40f;},a65_0x2a12(_0x3d7357,_0x2d243a);}function a65_0x33c9(){var _0x159869=['3935108kZBAZx','exports','5379756MFiGks','./Percy','31577wGQQdp','2056lAXoDK','4552566jkRKzr','90QdTyjq','370JvfMAH','1246761srgqOI','1146XrriyF','2244900JmNQNl'];a65_0x33c9=function(){return _0x159869;};return a65_0x33c9();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a64_0x55df(_0x46175e,_0x4f6f40){const _0x58ea04=a64_0x58ea();return a64_0x55df=function(_0x55dfe3,_0x2f649c){_0x55dfe3=_0x55dfe3-0x1f3;let _0x4c9b39=_0x58ea04[_0x55dfe3];return _0x4c9b39;},a64_0x55df(_0x46175e,_0x4f6f40);}const a64_0x8b261d=a64_0x55df;function a64_0x58ea(){const _0x4d93b9=['14373kWEArA','driver','8328RbBDxJ','safari','5159LfUOOI','apply','YVzfI','sajlU','forEach','kEqfo','UmpSZ','\x20for\x20percy\x20','reduce','getBestPlatformForPercySnapshot','mFbbB','ZJzTS','mcjJS','QZYWF','app','YsTQp','error','12QLAQxT','percyAutoCapture','Bmifk','gyskd','jVXMZ','./PercySDK','percyCaptureMode','Stopping\x20percy','isUndefined','./PercyCaptureModes','491848QFzBOl','RfOGe','screenshot','QDvxQ','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','startPercy','xqmlN','axLXI','IxlDI','EjlIt','measureWrapper','BYfWq','../logger','winstonLogger','jxfka','OWjhC','increment','yMeeN','QpqqR','226gWeLfE','jEeGA','ELswc','platforms','wCtCf','chrome','element','PwIdl','../performance-tester','nRGQc','TkGEW','DRBFb','tGely','debug','VELvx','ovfbR','gLIIt','browserName','HZbVG','qCwZb','aNBDT','Xzkao','MscgY','../helper','4500esjRJs','qXxXk','oanzU','hTtMt','eZZZV','jeYOM','EkoIq','init','FeYdq','percy:stop','eHHmN','2557148HTjxnA','YKxkd','ywEIs','percy:start','start','UrAOs','kFtDE','XeklK','cOgIM','QjvIr','afgJV','678KzPqfZ','deviceName','3679BvjwQX','snzVA','eNDNK','browserstackSessionName','qpfVj','getDriver','getPercyOptions','browser','then','4057wGGINN','screenshotApp','THWVK','qndeu','patch','overrideXforPercy','NINRD','KhCrv','lVZVB','oQCvl','MrRcu','browserstackPercyBestPlatform','18775UofmWS','browserstackPercyMap','fQfDe','stop','ecefU','browserStackPercyOptions','ZTrTC','./Percy','52044joTche','cTeJV','Lnzai','bwXXL','prototype','percy','IMElj','Error\x20patching\x20','yunhu','manual','tMvIm','./PercyCaptureMap','KHCuB','toLowerCase','vDokT'];a64_0x58ea=function(){return _0x4d93b9;};return a64_0x58ea();}(function(_0xec7fc9,_0x6d2e96){const _0x431735=a64_0x55df,_0x1ab38a=_0xec7fc9();while(!![]){try{const _0x110aaf=parseInt(_0x431735(0x263))/0x1*(parseInt(_0x431735(0x22a))/0x2)+-parseInt(_0x431735(0x20d))/0x3*(-parseInt(_0x431735(0x217))/0x4)+-parseInt(_0x431735(0x26f))/0x5*(-parseInt(_0x431735(0x258))/0x6)+parseInt(_0x431735(0x1fc))/0x7*(parseInt(_0x431735(0x1fa))/0x8)+parseInt(_0x431735(0x1f8))/0x9*(-parseInt(_0x431735(0x242))/0xa)+parseInt(_0x431735(0x24d))/0xb+parseInt(_0x431735(0x277))/0xc*(-parseInt(_0x431735(0x25a))/0xd);if(_0x110aaf===_0x6d2e96)break;else _0x1ab38a['push'](_0x1ab38a['shift']());}catch(_0x2e5d56){_0x1ab38a['push'](_0x1ab38a['shift']());}}}(a64_0x58ea,0x688ec));const Percy=require(a64_0x8b261d(0x276)),PercySDK=require(a64_0x8b261d(0x212)),PercyCaptureModes=require(a64_0x8b261d(0x216)),PercyCaptureMap=require(a64_0x8b261d(0x1f4)),logger=require(a64_0x8b261d(0x223))[a64_0x8b261d(0x224)],helper=require(a64_0x8b261d(0x241)),PerformanceTester=require(a64_0x8b261d(0x232));exports[a64_0x8b261d(0x21c)]=PerformanceTester['measureWrapper'](a64_0x8b261d(0x250),async _0x497fed=>{const _0x5232cf=a64_0x8b261d,_0x192280={};_0x192280['oQCvl']='Starting\x20percy',_0x192280[_0x5232cf(0x265)]=function(_0x93dceb,_0x205619){return _0x93dceb!==_0x205619;},_0x192280[_0x5232cf(0x1fe)]=_0x5232cf(0x20b),_0x192280[_0x5232cf(0x233)]=_0x5232cf(0x231);const _0x42df52=_0x192280;logger['debug'](_0x42df52[_0x5232cf(0x26c)]);const _0x4be2d1=new Percy(_0x497fed),_0x1f333d=await _0x4be2d1[_0x5232cf(0x251)]();if(_0x1f333d){if(_0x42df52[_0x5232cf(0x265)](_0x42df52[_0x5232cf(0x1fe)],_0x42df52[_0x5232cf(0x233)]))return _0x4be2d1;else return;}return null;}),exports['stopPercy']=PerformanceTester[a64_0x8b261d(0x221)](a64_0x8b261d(0x24b),async _0x305878=>{const _0x37e305=a64_0x8b261d,_0x5eab5f={};_0x5eab5f[_0x37e305(0x23e)]=_0x37e305(0x214);const _0x2b6605=_0x5eab5f;return logger[_0x37e305(0x237)](_0x2b6605[_0x37e305(0x23e)]),_0x305878[_0x37e305(0x272)]();}),exports[a64_0x8b261d(0x205)]=_0xd9ee17=>{const _0x2db212=a64_0x8b261d,_0x1dee9c={};_0x1dee9c[_0x2db212(0x23d)]=function(_0xdbaa1e,_0x1eba59){return _0xdbaa1e<_0x1eba59;},_0x1dee9c['fQfDe']=function(_0x4fda61,_0x767b6e){return _0x4fda61!==_0x767b6e;},_0x1dee9c[_0x2db212(0x26a)]=_0x2db212(0x20f),_0x1dee9c[_0x2db212(0x24e)]='vfghM',_0x1dee9c[_0x2db212(0x22c)]=function(_0x4bf642,_0x2f5d7b){return _0x4bf642!==_0x2f5d7b;},_0x1dee9c[_0x2db212(0x278)]='nfWNw',_0x1dee9c[_0x2db212(0x222)]=function(_0x8e0a3,_0x489487){return _0x8e0a3===_0x489487;},_0x1dee9c[_0x2db212(0x202)]=_0x2db212(0x240),_0x1dee9c[_0x2db212(0x24f)]='FllPP',_0x1dee9c[_0x2db212(0x21a)]=function(_0x142c0b,_0x2192ba){return _0x142c0b<_0x2192ba;},_0x1dee9c['dIiDA']=_0x2db212(0x24a),_0x1dee9c['axLXI']=_0x2db212(0x209);const _0x3d0783=_0x1dee9c,_0x5296ad={};_0x5296ad[_0x2db212(0x22f)]=0x0,_0x5296ad['firefox']=0x1,_0x5296ad['edge']=0x2,_0x5296ad[_0x2db212(0x1fb)]=0x3;const _0x35c315=_0x5296ad;return _0xd9ee17[_0x2db212(0x204)]((_0x72706c,_0x32615d,_0x58d4bc)=>{const _0x489b8d=_0x2db212,_0x15c01e={'qpfVj':function(_0x395500,_0xd7b9cc){const _0xad5046=a64_0x55df;return _0x3d0783[_0xad5046(0x23d)](_0x395500,_0xd7b9cc);}};if(_0x3d0783[_0x489b8d(0x271)](_0x3d0783[_0x489b8d(0x26a)],_0x3d0783[_0x489b8d(0x24e)])){const _0x5e06dc=_0xd9ee17[_0x72706c];if(_0x32615d['deviceName']){if(_0x3d0783[_0x489b8d(0x22c)](_0x3d0783[_0x489b8d(0x278)],_0x3d0783[_0x489b8d(0x278)])){const _0x3f9cc3=_0x30f9ae[_0xe01420];if(_0xc64fb5['deviceName'])return _0x5e962c;if(_0x3f9cc3[_0x489b8d(0x259)])return _0x10e8c7;const _0x4f4269=_0x157609['browser']?_0x1ababa['browser']:_0x13d9f0[_0x489b8d(0x23b)];if(_0x4f4269&&_0x15c01e[_0x489b8d(0x25e)](_0x20e027[_0x4f4269[_0x489b8d(0x1f6)]()],_0x566ad5[_0x4f4269['toLowerCase']()]))return _0x7b8d76;return _0x490c8a;}else return _0x72706c;}if(_0x5e06dc['deviceName'])return _0x3d0783[_0x489b8d(0x222)](_0x3d0783[_0x489b8d(0x202)],_0x3d0783[_0x489b8d(0x24f)])?_0x32ed65:_0x58d4bc;const _0xb15728=_0x32615d[_0x489b8d(0x261)]?_0x32615d['browser']:_0x32615d['browserName'];if(_0xb15728&&_0x3d0783['QDvxQ'](_0x35c315[_0xb15728[_0x489b8d(0x1f6)]()],_0x35c315[_0xb15728['toLowerCase']()])){if(_0x3d0783['fQfDe'](_0x3d0783['dIiDA'],_0x3d0783[_0x489b8d(0x21e)]))return _0x58d4bc;else _0x5ba834[_0x489b8d(0x1f9)][_0x489b8d(0x200)](_0x7d95ab=>this[_0x489b8d(0x268)](_0x4a4397,_0x7d95ab,_0xe1f1bf));}return _0x72706c;}else return;},0x0);},exports[a64_0x8b261d(0x20e)]=async(_0x4e731f,_0x34cb2e,_0x5e79a8)=>{const _0x5bc5f9=a64_0x8b261d,_0x2efd13={};_0x2efd13[_0x5bc5f9(0x244)]=_0x5bc5f9(0x21b),_0x2efd13['eNDNK']=function(_0x1d9676,_0x144a6c){return _0x1d9676===_0x144a6c;},_0x2efd13[_0x5bc5f9(0x208)]=_0x5bc5f9(0x253),_0x2efd13['wCtCf']='DAYTU',_0x2efd13[_0x5bc5f9(0x254)]=function(_0x77ecd1,_0x5629b8){return _0x77ecd1!==_0x5629b8;},_0x2efd13['gyskd']=_0x5bc5f9(0x225),_0x2efd13[_0x5bc5f9(0x256)]='gEImF',_0x2efd13[_0x5bc5f9(0x26d)]=_0x5bc5f9(0x22b),_0x2efd13['snzVA']='biONW';const _0x28dfa9=_0x2efd13,_0x30a36e=_0x4e731f[_0x5bc5f9(0x270)];if(helper[_0x5bc5f9(0x215)](_0x4e731f[_0x5bc5f9(0x25d)])){if(_0x28dfa9[_0x5bc5f9(0x25c)](_0x28dfa9['mcjJS'],_0x28dfa9[_0x5bc5f9(0x22e)])){_0x58208e[_0x5bc5f9(0x237)](_0x28dfa9[_0x5bc5f9(0x244)]);return;}else{logger['debug'](_0x28dfa9[_0x5bc5f9(0x244)]);return;}}const _0x185e2a=_0x30a36e['getName'](_0x4e731f[_0x5bc5f9(0x25d)],_0x34cb2e);if(_0x5e79a8[_0x5bc5f9(0x20a)])_0x28dfa9[_0x5bc5f9(0x254)](_0x28dfa9[_0x5bc5f9(0x210)],_0x28dfa9[_0x5bc5f9(0x256)])?await PercySDK[_0x5bc5f9(0x264)](_0x4e731f,_0x185e2a):_0x1ac24f[_0x5bc5f9(0x20c)](_0x5bc5f9(0x27e)+_0x2c4bd9+_0x5bc5f9(0x203)+_0x5b52c9);else{if(_0x28dfa9[_0x5bc5f9(0x254)](_0x28dfa9[_0x5bc5f9(0x26d)],_0x28dfa9[_0x5bc5f9(0x25b)]))await PercySDK[_0x5bc5f9(0x219)](_0x4e731f,_0x185e2a);else return;}_0x30a36e[_0x5bc5f9(0x227)](_0x4e731f[_0x5bc5f9(0x25d)],_0x34cb2e);},exports['patchDriverPercy']=(_0x26de97,_0x72df17,_0x41fefe)=>{const _0x5f9d4e=a64_0x8b261d,_0x412713={};_0x412713[_0x5f9d4e(0x266)]=_0x5f9d4e(0x214),_0x412713[_0x5f9d4e(0x247)]=function(_0x2e90bd,_0x26bdb6){return _0x2e90bd!==_0x26bdb6;},_0x412713['eZZZV']='HhRyZ',_0x412713['sajlU']='XaxQV',_0x412713[_0x5f9d4e(0x243)]=_0x5f9d4e(0x1f5),_0x412713[_0x5f9d4e(0x27a)]=_0x5f9d4e(0x1f7),_0x412713[_0x5f9d4e(0x23a)]=function(_0xf52768,_0x3168a7){return _0xf52768!==_0x3168a7;},_0x412713[_0x5f9d4e(0x273)]='auiTd',_0x412713[_0x5f9d4e(0x21f)]=_0x5f9d4e(0x27d),_0x412713['yMeeN']=function(_0x2b52b1,_0x21d20f){return _0x2b52b1===_0x21d20f;},_0x412713[_0x5f9d4e(0x269)]=_0x5f9d4e(0x27f),_0x412713[_0x5f9d4e(0x218)]=function(_0x310976,_0x35f3f2){return _0x310976===_0x35f3f2;},_0x412713[_0x5f9d4e(0x236)]='nsleP',_0x412713[_0x5f9d4e(0x21d)]='VbeKK',_0x412713[_0x5f9d4e(0x248)]=_0x5f9d4e(0x274),_0x412713['UrAOs']=_0x5f9d4e(0x27c),_0x412713[_0x5f9d4e(0x23f)]=function(_0x1089d3,_0x5cbeba){return _0x1089d3===_0x5cbeba;},_0x412713[_0x5f9d4e(0x26b)]=_0x5f9d4e(0x238),_0x412713[_0x5f9d4e(0x220)]='kTXpg',_0x412713[_0x5f9d4e(0x255)]=_0x5f9d4e(0x280),_0x412713[_0x5f9d4e(0x211)]=function(_0x2fc7f1,_0x415477){return _0x2fc7f1!==_0x415477;},_0x412713[_0x5f9d4e(0x235)]=_0x5f9d4e(0x234);const _0x4383bb=_0x412713;if(!helper['nestedKeyValue'](_0x41fefe,[_0x4383bb[_0x5f9d4e(0x248)],_0x4383bb[_0x5f9d4e(0x252)]])){if(_0x4383bb[_0x5f9d4e(0x23f)](_0x4383bb[_0x5f9d4e(0x26b)],_0x4383bb[_0x5f9d4e(0x220)]))return _0x19bfab;else return;}if(_0x41fefe[_0x5f9d4e(0x274)][_0x5f9d4e(0x27c)]&&_0x41fefe[_0x5f9d4e(0x274)][_0x5f9d4e(0x213)]&&_0x4383bb['jeYOM'](_0x41fefe[_0x5f9d4e(0x274)][_0x5f9d4e(0x213)],_0x4383bb['cOgIM'])&&!_0x26de97['browserstackPercyMap']){global[_0x5f9d4e(0x25d)]&&(_0x26de97[_0x5f9d4e(0x25d)]=global[_0x5f9d4e(0x25d)]),_0x26de97[_0x5f9d4e(0x270)]=new PercyCaptureMap();const _0x565d5b=PercyCaptureModes[_0x41fefe['browserStackPercyOptions'][_0x5f9d4e(0x213)]];_0x565d5b[_0x5f9d4e(0x1f9)]&&(_0x4383bb[_0x5f9d4e(0x211)](_0x4383bb[_0x5f9d4e(0x235)],_0x4383bb[_0x5f9d4e(0x235)])?_0x2b6b12['error'](_0x5f9d4e(0x27e)+_0x41e51e+_0x5f9d4e(0x203)+_0x1dfd7c):_0x565d5b[_0x5f9d4e(0x1f9)][_0x5f9d4e(0x200)](_0x3f52d0=>this[_0x5f9d4e(0x268)](_0x26de97,_0x3f52d0,_0x41fefe))),_0x565d5b[_0x5f9d4e(0x230)]&&_0x565d5b[_0x5f9d4e(0x230)][_0x5f9d4e(0x200)](_0x20aa81=>{const _0x206929=_0x5f9d4e,_0x5b12d0={'uQVTw':_0x4383bb[_0x206929(0x266)],'ZTrTC':function(_0x5df9a7,_0x3aca50){const _0x403d3b=_0x206929;return _0x4383bb[_0x403d3b(0x247)](_0x5df9a7,_0x3aca50);},'HZbVG':_0x4383bb[_0x206929(0x246)],'hTtMt':_0x4383bb[_0x206929(0x1ff)],'Lnzai':_0x4383bb[_0x206929(0x243)],'ExOOJ':_0x4383bb['bwXXL'],'kEqfo':function(_0x2bbc24,_0x2cfc6d){const _0x14dab9=_0x206929;return _0x4383bb[_0x14dab9(0x23a)](_0x2bbc24,_0x2cfc6d);},'tMvIm':_0x4383bb[_0x206929(0x273)],'mFbbB':_0x4383bb[_0x206929(0x21f)],'qArWs':function(_0x23ba6a,_0x5008e3){const _0x43010b=_0x206929;return _0x4383bb[_0x43010b(0x228)](_0x23ba6a,_0x5008e3);},'eHHmN':_0x4383bb[_0x206929(0x269)]};if(_0x72df17[_0x206929(0x27b)][_0x206929(0x267)+_0x20aa81]){if(_0x4383bb['RfOGe'](_0x4383bb[_0x206929(0x236)],_0x4383bb['xqmlN']))return _0x592164;else return;}_0x72df17['prototype'][_0x206929(0x267)+_0x20aa81]=!![];const _0x47ab36=_0x72df17['prototype'][_0x20aa81];_0x72df17['prototype'][_0x20aa81]=async function(){const _0x5730df=_0x206929,_0x4dcfaf={};_0x4dcfaf[_0x5730df(0x239)]=_0x5b12d0['uQVTw'];const _0xf12f3e=_0x4dcfaf;if(_0x5b12d0['ZTrTC'](_0x5b12d0[_0x5730df(0x23c)],_0x5b12d0[_0x5730df(0x245)])){let _0x55b9cf=_0x47ab36[_0x5730df(0x1fd)](this,arguments);if(_0x55b9cf&&_0x55b9cf[_0x5730df(0x262)]){if(_0x5b12d0[_0x5730df(0x275)](_0x5b12d0[_0x5730df(0x279)],_0x5b12d0['ExOOJ']))_0x55b9cf=await _0x55b9cf;else{const _0x1dca45={};_0x1dca45[_0x5730df(0x27c)]=_0x42401e[_0x5730df(0x27c)],_0x1dca45[_0x5730df(0x213)]=_0x4fa86e[_0x5730df(0x213)];const _0x54f2e8=_0x1dca45;_0x2bbe14[_0x5730df(0x27c)]&&(_0x54f2e8['browserstackPercyBestPlatform']=_0x300ced[_0x5730df(0x205)](_0x425573[_0x5730df(0x22d)]));;return _0x54f2e8;}}try{if(_0x5b12d0[_0x5730df(0x201)](_0x5b12d0[_0x5730df(0x1f3)],_0x5b12d0[_0x5730df(0x206)])){const _0x5ca715=this[_0x5730df(0x25f)]();await exports[_0x5730df(0x20e)](_0x5ca715,_0x20aa81,_0x41fefe);}else return _0x53a27a[_0x5730df(0x237)](_0xf12f3e['ovfbR']),_0xf0a9ef['stop']();}catch(_0x5a01ce){if(_0x5b12d0['qArWs'](_0x5b12d0['eHHmN'],_0x5b12d0[_0x5730df(0x24c)]))logger[_0x5730df(0x20c)](_0x5730df(0x27e)+_0x20aa81+_0x5730df(0x203)+_0x5a01ce);else return _0x5ecda7;}return _0x55b9cf;}else _0x524cd3[_0x5730df(0x26e)]=_0x5c2771['getBestPlatformForPercySnapshot'](_0x5efaf8[_0x5730df(0x22d)]);};});}},exports[a64_0x8b261d(0x268)]=function(_0x3b4e2a,_0x22ce27,_0xb35d13){const _0x3bebb9=a64_0x8b261d,_0xe385ba={};_0xe385ba[_0x3bebb9(0x226)]=function(_0x21d352,_0xddd00e){return _0x21d352+_0xddd00e;},_0xe385ba[_0x3bebb9(0x207)]=_0x3bebb9(0x267),_0xe385ba[_0x3bebb9(0x257)]=function(_0x4341cd,_0xb9e09f){return _0x4341cd+_0xb9e09f;},_0xe385ba[_0x3bebb9(0x229)]=_0x3bebb9(0x249);const _0x5c51d1=_0xe385ba,_0x3288a6=_0x5c51d1[_0x3bebb9(0x226)](_0x5c51d1['ZJzTS'],_0x22ce27),_0x15f5fe=_0x5c51d1[_0x3bebb9(0x257)](_0x5c51d1['QpqqR'],_0x22ce27),_0x384025=this;if(_0x3b4e2a[_0x3288a6]||!_0x3b4e2a[_0x22ce27])return;_0x3b4e2a[_0x3288a6]=!![],_0x3b4e2a[_0x15f5fe]=_0x3b4e2a[_0x22ce27],_0x3b4e2a[_0x22ce27]=async()=>{const _0x5363c6=_0x3bebb9;try{await _0x384025['percyAutoCapture'](_0x3b4e2a,_0x22ce27,_0xb35d13);}catch(_0xf0005c){logger['error'](_0x5363c6(0x27e)+_0x22ce27+_0x5363c6(0x203)+_0xf0005c);}return await _0x3b4e2a[_0x15f5fe][_0x5363c6(0x1fd)](_0x3b4e2a,arguments);};},exports[a64_0x8b261d(0x260)]=_0x231a21=>{const _0xedd643=a64_0x8b261d,_0x4a1e53={};_0x4a1e53[_0xedd643(0x27c)]=_0x231a21[_0xedd643(0x27c)],_0x4a1e53['percyCaptureMode']=_0x231a21[_0xedd643(0x213)];const _0x20815d=_0x4a1e53;_0x231a21[_0xedd643(0x27c)]&&(_0x20815d[_0xedd643(0x26e)]=exports['getBestPlatformForPercySnapshot'](_0x231a21[_0xedd643(0x22d)]));;return _0x20815d;};
|
|
1
|
+
function a66_0x4d4e(_0x24523c,_0x2e2f65){const _0x5d3ed5=a66_0x5d3e();return a66_0x4d4e=function(_0x4d4e61,_0x7fbd81){_0x4d4e61=_0x4d4e61-0x14d;let _0x5be42c=_0x5d3ed5[_0x4d4e61];return _0x5be42c;},a66_0x4d4e(_0x24523c,_0x2e2f65);}const a66_0x5f56f8=a66_0x4d4e;(function(_0x16ab9f,_0x405c7d){const _0x150e80=a66_0x4d4e,_0x2522d1=_0x16ab9f();while(!![]){try{const _0x4ecb64=-parseInt(_0x150e80(0x1a1))/0x1*(parseInt(_0x150e80(0x1b3))/0x2)+-parseInt(_0x150e80(0x194))/0x3*(-parseInt(_0x150e80(0x158))/0x4)+parseInt(_0x150e80(0x181))/0x5*(parseInt(_0x150e80(0x1c8))/0x6)+parseInt(_0x150e80(0x1a5))/0x7*(parseInt(_0x150e80(0x172))/0x8)+parseInt(_0x150e80(0x17f))/0x9+-parseInt(_0x150e80(0x184))/0xa*(parseInt(_0x150e80(0x193))/0xb)+-parseInt(_0x150e80(0x161))/0xc;if(_0x4ecb64===_0x405c7d)break;else _0x2522d1['push'](_0x2522d1['shift']());}catch(_0x5ce1a7){_0x2522d1['push'](_0x2522d1['shift']());}}}(a66_0x5d3e,0xcf54a));function a66_0x5d3e(){const _0x2fb8b7=['svAUK','then','driver','20341LwNCNQ','DdxgN','toLowerCase','overrideXforPercy','91kfumhy','cpWNF','../helper','vbZuP','paXmP','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','./Percy','wkPEq','DeDmW','Stopping\x20percy','error','QPCrC','edge','stopPercy','14sWbybp','DYyWH','platforms','xZjVb','percyCaptureMode','../logger','apply','pMUWE','SDjOo','debug','jdSTl','browserstackPercyMap','uidaU','./PercySDK','Zmevv','sVEVq','./PercyCaptureModes','app','CnPcn','../performance-tester','gqHRt','194244CjeylQ','start','jgHom','xFQlw','JjMMe','browserstackPercyBestPlatform','nQEth','xFwGW','aKOIi','browserstackSessionName','ZqKtb','JbhXU','JkVDg','Efvwq','8IHPEXK','ewZXa','hLyfQ','prototype','DVmYg','increment','GHpED','browserName','reduce','15576780hdTqic','pCUdx','Gthwa','BYrIL','screenshotApp','zgttN','KNioY','qOrLT','tHIaj','getBestPlatformForPercySnapshot','XIQis','WKFEF','percy:stop','XWCxx','element','mmkPE','getName','823240etDTTA','Error\x20patching\x20','FxZQb','cKsxs','startPercy','deviceName','lShLJ','yzlfU','cFmne','patch','getPercyOptions','lGEcy','browserStackPercyOptions','6145002mNezLJ','safari','185jOhLdO','dJBvi','\x20for\x20percy\x20','130NKHkAj','HHljY','Starting\x20percy','AHxZF','stop','YKvKI','measureWrapper','OPRXv','browser','gwWcT','kNaUK','pVGWi','forEach','nestedKeyValue','eXBgb','1415953KdiTCj','1117044GswXoi','zyZsH','rXKOs','percy','percyAutoCapture','bxMJc','patchDriverPercy','XPySy','RmGho','screenshot'];a66_0x5d3e=function(){return _0x2fb8b7;};return a66_0x5d3e();}const Percy=require(a66_0x5f56f8(0x1ab)),PercySDK=require(a66_0x5f56f8(0x1c0)),PercyCaptureModes=require(a66_0x5f56f8(0x1c3)),PercyCaptureMap=require('./PercyCaptureMap'),logger=require(a66_0x5f56f8(0x1b8))['winstonLogger'],helper=require(a66_0x5f56f8(0x1a7)),PerformanceTester=require(a66_0x5f56f8(0x1c6));exports[a66_0x5f56f8(0x176)]=PerformanceTester['measureWrapper']('percy:start',async _0x22f8f4=>{const _0x388437=a66_0x5f56f8,_0x13d492={};_0x13d492[_0x388437(0x1c7)]=_0x388437(0x186),_0x13d492[_0x388437(0x1ca)]=function(_0x177c54,_0x17392f){return _0x177c54===_0x17392f;},_0x13d492[_0x388437(0x17d)]=_0x388437(0x157),_0x13d492[_0x388437(0x1c2)]=_0x388437(0x18e);const _0x414f6e=_0x13d492;logger[_0x388437(0x1bc)](_0x414f6e[_0x388437(0x1c7)]);const _0x1d47de=new Percy(_0x22f8f4),_0x255736=await _0x1d47de[_0x388437(0x1c9)]();if(_0x255736){if(_0x414f6e[_0x388437(0x1ca)](_0x414f6e['lGEcy'],_0x414f6e[_0x388437(0x1c2)])){const _0x1a9523={};_0x1a9523[_0x388437(0x197)]=_0x99ff88[_0x388437(0x197)],_0x1a9523[_0x388437(0x1b7)]=_0x5db6c8[_0x388437(0x1b7)];const _0x301e81=_0x1a9523;_0x251b9d[_0x388437(0x197)]&&(_0x301e81[_0x388437(0x14f)]=_0x518073[_0x388437(0x16a)](_0x505733[_0x388437(0x1b5)]));;return _0x301e81;}else return _0x1d47de;}return null;}),exports[a66_0x5f56f8(0x1b2)]=PerformanceTester[a66_0x5f56f8(0x18a)](a66_0x5f56f8(0x16d),async _0x59b424=>{const _0x1dd259=a66_0x5f56f8,_0x1bf152={};_0x1bf152[_0x1dd259(0x18b)]=_0x1dd259(0x1ae);const _0x4a2857=_0x1bf152;return logger[_0x1dd259(0x1bc)](_0x4a2857[_0x1dd259(0x18b)]),_0x59b424[_0x1dd259(0x188)]();}),exports[a66_0x5f56f8(0x16a)]=_0x466d2b=>{const _0x452448=a66_0x5f56f8,_0x283822={};_0x283822[_0x452448(0x170)]=_0x452448(0x1ae),_0x283822['hLyfQ']=function(_0x4b0ca8,_0x57952f){return _0x4b0ca8!==_0x57952f;},_0x283822[_0x452448(0x166)]=_0x452448(0x19b),_0x283822[_0x452448(0x18f)]='ygkXa',_0x283822[_0x452448(0x185)]=function(_0x33c171,_0x122a7e){return _0x33c171===_0x122a7e;},_0x283822[_0x452448(0x17a)]=_0x452448(0x19e),_0x283822[_0x452448(0x1b4)]=_0x452448(0x189),_0x283822[_0x452448(0x1a6)]=_0x452448(0x152),_0x283822['WKFEF']='Qysjz',_0x283822['FqnGy']=function(_0x37f899,_0x4147ef){return _0x37f899<_0x4147ef;},_0x283822[_0x452448(0x195)]=function(_0x343e28,_0x17eba4){return _0x343e28!==_0x17eba4;},_0x283822[_0x452448(0x1b6)]='dflWF';const _0x2413cd=_0x283822,_0x15544={};_0x15544['chrome']=0x0,_0x15544['firefox']=0x1,_0x15544[_0x452448(0x1b1)]=0x2,_0x15544[_0x452448(0x180)]=0x3;const _0x37955b=_0x15544;return _0x466d2b[_0x452448(0x160)]((_0x5dd30a,_0x33bcc9,_0x428e51)=>{const _0x32f482=_0x452448;if(_0x2413cd['hLyfQ'](_0x2413cd['zgttN'],_0x2413cd[_0x32f482(0x18f)])){const _0x1e678c=_0x466d2b[_0x5dd30a];if(_0x33bcc9[_0x32f482(0x177)]){if(_0x2413cd[_0x32f482(0x185)](_0x2413cd[_0x32f482(0x17a)],_0x2413cd['DYyWH']))return;else return _0x5dd30a;}if(_0x1e678c[_0x32f482(0x177)])return _0x2413cd[_0x32f482(0x15a)](_0x2413cd[_0x32f482(0x1a6)],_0x2413cd[_0x32f482(0x16c)])?_0x428e51:(_0x209a8f[_0x32f482(0x1bc)](_0x2413cd[_0x32f482(0x170)]),_0x22a723[_0x32f482(0x188)]());const _0xa8cba3=_0x33bcc9[_0x32f482(0x18c)]?_0x33bcc9[_0x32f482(0x18c)]:_0x33bcc9[_0x32f482(0x15f)];if(_0xa8cba3&&_0x2413cd['FqnGy'](_0x37955b[_0xa8cba3['toLowerCase']()],_0x37955b[_0xa8cba3[_0x32f482(0x1a3)]()])){if(_0x2413cd[_0x32f482(0x195)](_0x2413cd[_0x32f482(0x1b6)],_0x2413cd[_0x32f482(0x1b6)]))return;else return _0x428e51;}return _0x5dd30a;}else _0x12901f[_0x32f482(0x1a0)][_0x32f482(0x190)](_0x48f300=>this['overrideXforPercy'](_0x3bb1bf,_0x48f300,_0x1c8f5a));},0x0);},exports[a66_0x5f56f8(0x198)]=async(_0xce7651,_0x1907ca,_0x1f01cc)=>{const _0x1c517b=a66_0x5f56f8,_0x3c52ca={};_0x3c52ca[_0x1c517b(0x192)]=function(_0x977ab6,_0x26f214){return _0x977ab6!==_0x26f214;},_0x3c52ca[_0x1c517b(0x151)]=_0x1c517b(0x19c),_0x3c52ca['XWCxx']='yJgaS',_0x3c52ca[_0x1c517b(0x1c5)]=_0x1c517b(0x1aa),_0x3c52ca[_0x1c517b(0x1ad)]=function(_0x2712c6,_0x3fbee4){return _0x2712c6===_0x3fbee4;},_0x3c52ca[_0x1c517b(0x164)]=_0x1c517b(0x175),_0x3c52ca[_0x1c517b(0x1bb)]=function(_0x39c1f0,_0x4b65c0){return _0x39c1f0!==_0x4b65c0;},_0x3c52ca[_0x1c517b(0x154)]=_0x1c517b(0x178),_0x3c52ca['JjMMe']=_0x1c517b(0x187);const _0x580124=_0x3c52ca,_0x2b3e08=_0xce7651[_0x1c517b(0x1be)];if(helper['isUndefined'](_0xce7651[_0x1c517b(0x153)])){if(_0x580124[_0x1c517b(0x192)](_0x580124[_0x1c517b(0x151)],_0x580124[_0x1c517b(0x16e)])){logger[_0x1c517b(0x1bc)](_0x580124[_0x1c517b(0x1c5)]);return;}else return _0x295918;}const _0x1d1020=_0x2b3e08[_0x1c517b(0x171)](_0xce7651['browserstackSessionName'],_0x1907ca);if(_0x1f01cc[_0x1c517b(0x1c4)])_0x580124[_0x1c517b(0x1ad)](_0x580124['BYrIL'],_0x580124[_0x1c517b(0x164)])?await PercySDK[_0x1c517b(0x165)](_0xce7651,_0x1d1020):_0xd48298['browserstackPercyBestPlatform']=_0x1856a0[_0x1c517b(0x16a)](_0x150aca[_0x1c517b(0x1b5)]);else{if(_0x580124[_0x1c517b(0x1bb)](_0x580124[_0x1c517b(0x154)],_0x580124[_0x1c517b(0x14e)]))await PercySDK[_0x1c517b(0x19d)](_0xce7651,_0x1d1020);else return;}_0x2b3e08[_0x1c517b(0x15d)](_0xce7651['browserstackSessionName'],_0x1907ca);},exports[a66_0x5f56f8(0x19a)]=(_0x23f697,_0x1227c0,_0x764b28)=>{const _0x9ee48c=a66_0x5f56f8,_0x290590={};_0x290590['jdSTl']='Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present',_0x290590[_0x9ee48c(0x199)]=function(_0x1e511e,_0x252d71){return _0x1e511e<_0x252d71;},_0x290590[_0x9ee48c(0x174)]=function(_0x33c80d,_0x57b9c3){return _0x33c80d!==_0x57b9c3;},_0x290590[_0x9ee48c(0x1a2)]=_0x9ee48c(0x163),_0x290590[_0x9ee48c(0x1c1)]='VVUvp',_0x290590[_0x9ee48c(0x16b)]=function(_0x59252f,_0x609a47){return _0x59252f===_0x609a47;},_0x290590['vbZuP']=_0x9ee48c(0x18d),_0x290590[_0x9ee48c(0x167)]=function(_0x1cdaa1,_0x50906b){return _0x1cdaa1!==_0x50906b;},_0x290590['nQEth']=_0x9ee48c(0x169),_0x290590[_0x9ee48c(0x162)]='RXoLw',_0x290590[_0x9ee48c(0x156)]='qwqOb',_0x290590[_0x9ee48c(0x179)]=_0x9ee48c(0x14d),_0x290590[_0x9ee48c(0x196)]=_0x9ee48c(0x1bf),_0x290590[_0x9ee48c(0x1b0)]=_0x9ee48c(0x17e),_0x290590[_0x9ee48c(0x1ba)]='percy',_0x290590[_0x9ee48c(0x155)]=_0x9ee48c(0x159),_0x290590[_0x9ee48c(0x15e)]='IaNjn',_0x290590['cSsgw']='manual',_0x290590[_0x9ee48c(0x182)]='azliH';const _0xa14328=_0x290590;if(!helper[_0x9ee48c(0x191)](_0x764b28,[_0xa14328[_0x9ee48c(0x1b0)],_0xa14328['pMUWE']])){if(_0xa14328[_0x9ee48c(0x16b)](_0xa14328[_0x9ee48c(0x155)],_0xa14328[_0x9ee48c(0x15e)])){_0x5cae67[_0x9ee48c(0x1bc)](_0xa14328[_0x9ee48c(0x1bd)]);return;}else return;}if(_0x764b28[_0x9ee48c(0x17e)][_0x9ee48c(0x197)]&&_0x764b28['browserStackPercyOptions'][_0x9ee48c(0x1b7)]&&_0xa14328[_0x9ee48c(0x167)](_0x764b28[_0x9ee48c(0x17e)][_0x9ee48c(0x1b7)],_0xa14328['cSsgw'])&&!_0x23f697[_0x9ee48c(0x1be)]){global[_0x9ee48c(0x153)]&&(_0x23f697[_0x9ee48c(0x153)]=global['browserstackSessionName']),_0x23f697['browserstackPercyMap']=new PercyCaptureMap();const _0x1c3a31=PercyCaptureModes[_0x764b28[_0x9ee48c(0x17e)]['percyCaptureMode']];if(_0x1c3a31['driver']){if(_0xa14328[_0x9ee48c(0x174)](_0xa14328[_0x9ee48c(0x182)],_0xa14328[_0x9ee48c(0x182)]))return _0x18481e;else _0x1c3a31[_0x9ee48c(0x1a0)]['forEach'](_0xdb8d6f=>this[_0x9ee48c(0x1a4)](_0x23f697,_0xdb8d6f,_0x764b28));}_0x1c3a31['element']&&_0x1c3a31[_0x9ee48c(0x16f)][_0x9ee48c(0x190)](_0x395a25=>{const _0x38fd3b=_0x9ee48c;if(_0x1227c0['prototype'][_0x38fd3b(0x17b)+_0x395a25]){if(_0xa14328[_0x38fd3b(0x16b)](_0xa14328[_0x38fd3b(0x179)],_0xa14328[_0x38fd3b(0x196)]))return _0x555b74;else return;}_0x1227c0[_0x38fd3b(0x15b)][_0x38fd3b(0x17b)+_0x395a25]=!![];const _0x19cb61=_0x1227c0[_0x38fd3b(0x15b)][_0x395a25];_0x1227c0['prototype'][_0x395a25]=async function(){const _0x527bba=_0x38fd3b,_0x30ef49={'cCTZE':function(_0x10693a,_0x38cc27){const _0x5c038f=a66_0x4d4e;return _0xa14328[_0x5c038f(0x199)](_0x10693a,_0x38cc27);}};if(_0xa14328['FxZQb'](_0xa14328['DdxgN'],_0xa14328[_0x527bba(0x1c1)])){let _0xcd9b9a=_0x19cb61[_0x527bba(0x1b9)](this,arguments);if(_0xcd9b9a&&_0xcd9b9a[_0x527bba(0x19f)]){if(_0xa14328[_0x527bba(0x16b)](_0xa14328[_0x527bba(0x1a8)],_0xa14328['vbZuP']))_0xcd9b9a=await _0xcd9b9a;else return _0x1589d8;}try{if(_0xa14328[_0x527bba(0x167)](_0xa14328[_0x527bba(0x150)],_0xa14328[_0x527bba(0x162)])){const _0x3a2d31=this['getDriver']();await exports[_0x527bba(0x198)](_0x3a2d31,_0x395a25,_0x764b28);}else _0x526848['error'](_0x527bba(0x173)+_0x1c007f+'\x20for\x20percy\x20'+_0xa17b19);}catch(_0x2d2e5b){_0xa14328['KNioY'](_0xa14328['JkVDg'],_0xa14328[_0x527bba(0x156)])?_0x2cbe45['error']('Error\x20patching\x20'+_0x7a56eb+_0x527bba(0x183)+_0x3e89b6):logger[_0x527bba(0x1af)]('Error\x20patching\x20'+_0x395a25+_0x527bba(0x183)+_0x2d2e5b);}return _0xcd9b9a;}else{const _0x4bb10b=_0x5abe13[_0x2c7ae2];if(_0x1a3f46['deviceName'])return _0x30b467;if(_0x4bb10b[_0x527bba(0x177)])return _0x2962eb;const _0x47d811=_0x468eb6[_0x527bba(0x18c)]?_0x2757af[_0x527bba(0x18c)]:_0x751c7b['browserName'];if(_0x47d811&&_0x30ef49['cCTZE'](_0x5636cf[_0x47d811['toLowerCase']()],_0x6808bd[_0x47d811[_0x527bba(0x1a3)]()]))return _0x33343f;return _0x2459e4;}};});}},exports[a66_0x5f56f8(0x1a4)]=function(_0x55473b,_0x31ad4a,_0x5be4a0){const _0x311543=a66_0x5f56f8,_0x59acad={};_0x59acad[_0x311543(0x168)]=function(_0x5b3168,_0x212980){return _0x5b3168+_0x212980;},_0x59acad[_0x311543(0x1ac)]=_0x311543(0x17b),_0x59acad[_0x311543(0x1a9)]=function(_0x566743,_0x33a522){return _0x566743+_0x33a522;},_0x59acad[_0x311543(0x15c)]='init';const _0x447b79=_0x59acad,_0x1eb2c6=_0x447b79[_0x311543(0x168)](_0x447b79[_0x311543(0x1ac)],_0x31ad4a),_0x17e8ad=_0x447b79[_0x311543(0x1a9)](_0x447b79['DVmYg'],_0x31ad4a),_0x2f61f6=this;if(_0x55473b[_0x1eb2c6]||!_0x55473b[_0x31ad4a])return;_0x55473b[_0x1eb2c6]=!![],_0x55473b[_0x17e8ad]=_0x55473b[_0x31ad4a],_0x55473b[_0x31ad4a]=async()=>{const _0xaf0dba=_0x311543;try{await _0x2f61f6[_0xaf0dba(0x198)](_0x55473b,_0x31ad4a,_0x5be4a0);}catch(_0x506ce8){logger[_0xaf0dba(0x1af)](_0xaf0dba(0x173)+_0x31ad4a+'\x20for\x20percy\x20'+_0x506ce8);}return await _0x55473b[_0x17e8ad]['apply'](_0x55473b,arguments);};},exports[a66_0x5f56f8(0x17c)]=_0x1b4c40=>{const _0x50961c=a66_0x5f56f8,_0x581593={};_0x581593[_0x50961c(0x197)]=_0x1b4c40[_0x50961c(0x197)],_0x581593[_0x50961c(0x1b7)]=_0x1b4c40[_0x50961c(0x1b7)];const _0x29e485=_0x581593;_0x1b4c40[_0x50961c(0x197)]&&(_0x29e485[_0x50961c(0x14f)]=exports[_0x50961c(0x16a)](_0x1b4c40[_0x50961c(0x1b5)]));;return _0x29e485;};
|