When upgrading to selenium 4.10, I'm getting the following error:
TypeError: WebDriver.__init__() got an unexpected keyword argument 'service_log_path'
It seems that selenium removed the parameter service_log_path that is being used here.
It is there another way to pytest-selenium without having this error?
When upgrading to selenium 4.10, I'm getting the following error:
It seems that selenium removed the parameter service_log_path that is being used here.
It is there another way to pytest-selenium without having this error?