Skip to content

fix: Bump minimum required Selenium version to 4.4.0#1738

Merged
mykola-mokhnach merged 1 commit intoappium:masterfrom
valfirst:bump-selenium-4-4-0
Aug 10, 2022
Merged

fix: Bump minimum required Selenium version to 4.4.0#1738
mykola-mokhnach merged 1 commit intoappium:masterfrom
valfirst:bump-selenium-4-4-0

Conversation

@valfirst
Copy link
Copy Markdown
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

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
Copy Markdown
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 force-pushed the bump-selenium-4-4-0 branch from 6a69104 to c1fea0e Compare August 10, 2022 13:01
@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