Skip to content

Commit

Permalink
Suppress webdriver-manager's log output
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Nov 15, 2023
1 parent ad19a15 commit ea97005
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helium/_impl/chromedriver.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Suppress webdriver_manager's excessive log output:
import logging
import os
os.environ.setdefault('WDM_LOG', str(logging.NOTSET))

from webdriver_manager.chrome import ChromeDriverManager
from webdriver_manager.core.driver_cache import DriverCacheManager

Expand Down

0 comments on commit ea97005

Please sign in to comment.