Skip to content

Added support for java-client 8.0.0 #18

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

Merged
merged 17 commits into from
Mar 17, 2022

Conversation

innovater21
Copy link
Contributor

@innovater21 innovater21 commented Mar 11, 2022

Added changes in existing testcases to work with java-client version 8.0.0

Changes

  • Updated java-client version to 8.0.0
  • Removed AndroidElement and IosElement and replaced with WebElement
  • Removed MobileBy and replaced with AppiumBy
  • W3C compliant

Breaking changes

  • AppiumBy is available with java-client 8.0.0 . For java-client < 8.0.0, MobileBy can be used.
  • WebDriverWait constructor requires time to be passed as a type Duration. So with java-client 8.0.0, pass wait time as a new Duration
    Refer this for tracking changes in java-client 8.0.0 documentation
    v7-to-v8-migration-guide

Copy link
Collaborator

@deepwired deepwired left a comment

Choose a reason for hiding this comment

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

Please update the Readme with the remaining 2 sample apps.

@deepwired deepwired merged commit 2f1f069 into master Mar 17, 2022
@deepwired deepwired deleted the AASI-812-support-java-client-8.0.0 branch March 17, 2022 08:24
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.

2 participants