-
-
Notifications
You must be signed in to change notification settings - Fork 768
feat: Upgrade to selenium 4.35.0 #2327
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
feat: Upgrade to selenium 4.35.0 #2327
Conversation
c6237ad
to
1bc2d25
Compare
classes `Location` and `LocationContext` have been removed in Selenium 4.35.0
1bc2d25
to
69c5450
Compare
We should also update the version compatibility matrix at https://github.com/appium/java-client?tab=readme-ov-file#compatibility-matrix |
Also it should probably be a major version bump because the change is actually breaking cc @valfirst |
69c5450
to
072f74e
Compare
@mykola-mokhnach @valfirst Updated compatibility matrix and bumped version number from 9.5.0 to 9.6.0 |
072f74e
to
4c7cd87
Compare
4c7cd87
to
8521aaf
Compare
Released as |
Hi @asolntsev, congrats: the Appium project wants to compensate you for this contribution! Please reply to this comment mentioning @jlipps and @KazuCocoa and sharing your OpenCollective account name, so that we can initiate payment! Or let us know if you decline to receive compensation via OpenCollective. Thank you! |
Hi @jlipps and @KazuCocoa My OpenCollective account is https://opencollective.com/andreisolntsev |
Change list
Upgraded Selenium from 4.34.0 to 4.35.0
BREAKING CHANGE: Removed all deprecated methods with Selenium's
Location
andLocationContext
(these classes have been removed in Selenium 4.35.0)Types of changes
What types of changes are you proposing/introducing to Java client?
Put an
x
in the boxes that applyDetails
Please provide more details about changes if it is necessary. If there are new features you can provide code samples which show the way they
work and possible use cases. Also you can create gists with pasted java code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub