zfcsoftware / puppeteer-real-browser

This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.
https://www.npmjs.com/package/puppeteer-real-browser
MIT License
630 stars 84 forks source link

How to hide "Browser Disconnected" logs #71

Closed AlekseyMelikov closed 2 months ago

AlekseyMelikov commented 3 months ago

Is there a way to disable logs "[INFO] [PUPPETEER-REAL-BROWSER] | Browser Disconnected" when browser.close()?

alshahabrezvi commented 3 months ago

Is there a way to disable logs "[INFO] [PUPPETEER-REAL-BROWSER] | Browser Disconnected" when browser.close()?

I also want to know

agarpolices commented 2 months ago

Is there a way to disable logs "[INFO] [PUPPETEER-REAL-BROWSER] | Browser Disconnected" when browser.close()?

I also want to know

edit the package

zfcsoftware commented 2 months ago

This problem has been solved. Please check again with the latest version.