Skip to content
New issue

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

Updated supported Python and Selenium versions #1890

Closed
wants to merge 1 commit into from

Conversation

emanlove
Copy link
Member

Within setup.py and the Github Actions workflow updated supported versions.

Within setup.py and the Github Actions workflow updated supported
versions.
Copy link
Member

@yuriverweij yuriverweij left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but selenium made some changes regarding Default_preferences on Firefoxprofile, which causes our unit tests to fail. I was looking into that, and it seems they no longer save the preferences we add to DEFAULT_PREFERENCES, but they are present in _desired_preferences. Changing that in the unit tests makes the test success again, but I'm not sure if that is the correct solution. Also that is not backwards compatible.

@emanlove
Copy link
Member Author

Resolved in another pull request.

@emanlove emanlove closed this Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants