MarketSquare / webdrivermanager

Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge
https://pypi.org/project/webdrivermanager/
MIT License
100 stars 38 forks source link

Option to disable first line print #37

Closed kjgoodrick closed 3 years ago

kjgoodrick commented 4 years ago

It would be nice if there were an option to disable the first line print in the log function. It is currently possible to disable logging by setting the level, but disabling the print statement is impossible (or rather, requires redefining the log function when importing).

I'd be happy to submit a pull request to fix this, but I wanted to check and see if you had a preference on how it is done before getting started.

kjgoodrick commented 3 years ago

Hi @rasjani,

Apologies, it seems I've put this in the wrong place. I did not realize there was a webdrivermanager and a webdriver_manager. Sorry about that!