-
-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to hide webdriver manager downloading bar ? #434
Comments
Hello, it's not possible now |
ok do you think it may possible in the futur to support it ? |
You can use tmux if you have some troubles with running in background. For example, you are using if something is unclear, you can contact again |
@DAKExDUCK hey thanks for your reply unfortunately I don't use a linux vps to use tmux it's more of a beautifully designed windows console application that uses selenium to grab some things from the web. This is why the downloading bar broke the designed tool You can understand better if I send you the repository : https://github.com/9P9/Discord-QR-Token-Logger |
@mouadessalim So, now i understand, maybe I'll try adding arguments to .install() to avoid the progress bar. But also, I'm not sure if it will get into main Good luck! UPDATE
Waiting for an answer from the author #438 |
It's merged. I added a PR which mentions this env variable in the README.md. If it hasn't been clear, you can use this: import os
os.environ['WDM_PROGRESS_BAR'] = str(0) |
Hey, I've searched quit a lot on how can i hide the downloading bar from printing without changing source module code. I've already tested the
os.environ['WDM_LOG_LEVEL'] = '0'
andos.environ['WDM_LOG'] = str(logging.NOTSET)
.And what about this comment @SergeyPirogov : #389 (comment)
The text was updated successfully, but these errors were encountered: