We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Yes, use the previous version of selenium.
Sorry, something went wrong.
I got a similar error with another keyword
TypeError: WebDriver.__init__() got an unexpected keyword argument 'desired_capabilities'
(downgrading to Selenium 4.9.1 fixes it)
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: