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

fix: Bump minimum required Selenium version to 4.4.0 #1738

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

valfirst
Copy link
Collaborator

Change list

Fixes #1694

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Details

Selenium 4.4.0 contains fixes for #1694

@@ -51,7 +42,6 @@ public AppiumW3CHttpCommandCodec() {
defineCommand(GET_ELEMENT_ATTRIBUTE, get("/session/:sessionId/element/:id/attribute/:name"));
defineCommand(IS_ELEMENT_DISPLAYED, get("/session/:sessionId/element/:id/displayed"));
defineCommand(GET_PAGE_SOURCE, get("/session/:sessionId/source"));
defineCommand(SEND_KEYS_TO_ACTIVE_ELEMENT, post("/session/:sessionId/actions"));
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

org.openqa.selenium.remote.DriverCommand.SEND_KEYS_TO_ACTIVE_ELEMENT is removed in SeleniumHQ/selenium@4dcc9c4

@valfirst valfirst changed the title Bump minimum required Selenium version to 4.4.0 fix: Bump minimum required Selenium version to 4.4.0 Aug 10, 2022
@mykola-mokhnach mykola-mokhnach merged commit 9e759b4 into appium:master Aug 10, 2022
@valfirst valfirst deleted the bump-selenium-4-4-0 branch August 10, 2022 13:55
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.

cannot be cast to class io.appium.java_client.android.AndroidDriver while using EventFiringDecorator
4 participants