pyppeteer
pyppeteer copied to clipboard
How to make the chromium downloading process completely silent?
Is there a way to don't show the downloading messages and progress with pyppeteer?
I tried this, but it doesn't work.
os.environ["PYPPETEER_NO_PROGRESS_BAR"] = "1"