Skip to content

syntaxsurge/python-chromedriver-autoinstaller-control-logs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Control logs of chromedriver_autoinstaller

You can see the original project here: chromedriver-autoinstaller

Installation

You can install the modified package directly from GitHub using pip:

For Windows:

pip install git+https://github.com/syntaxsurge/python-chromedriver-autoinstaller-control-logs.git

For Linux:

pip3 install git+https://github.com/syntaxsurge/python-chromedriver-autoinstaller-control-logs.git

Usage

If log_level=logging.ERROR, it logs only errors, not warnings nor infos.

You can use it like this:

import chromedriver_autoinstaller
chromedriver_autoinstaller.install(log_level=logging.ERROR)

About

Control logs of chromedriver-autoinstaller. If log_level=logging.ERROR, It logs only errors, not warnings nor infos. Usage: chromedriver_autoinstaller.install(log_level=logging.ERROR)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%