pyppeteer icon indicating copy to clipboard operation
pyppeteer copied to clipboard

How to make the chromium downloading process completely silent?

Open sharpordie opened this issue 3 years ago • 1 comments

Is there a way to don't show the downloading messages and progress with pyppeteer?

sharpordie avatar Mar 10 '21 15:03 sharpordie

I tried this, but it doesn't work.

os.environ["PYPPETEER_NO_PROGRESS_BAR"] = "1"

sharpordie avatar Apr 27 '21 19:04 sharpordie