Closed Emilkj closed 4 years ago
In your driver, just add service_log_path = 'log.txt'
as:
driver = Chrome(ChromeDriverManager().install(), service_log_path = 'log.txt')
Thank you. So we do not need the connector for selenium, as long as we log and use enough time.sleep()?
I got a reply from Andreas. We can log in different ways, so the above is perfect. Thank you.
We are using the following packages for selenium:
And starting the driver like this:
and requests like this in the end:
I'm not quite sure how to use the connector for logging for selenium, but it's working for everything else.
Can anybody clarify?