Skip to content

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