Frank Aalbers

Results 2 comments of Frank Aalbers

I'm using logging to log into a file. When I use: from webdriver_manager.chrome import ChromeDriverManager logging does not work correctly anymore. It prints in the console instead of in the...

If you un comment the webdriver_manager import line, the logging will not go to the 'test.log' log file anymore. It will go to the console. ```python import logging # from...