Just released v1.7.0
IMPORTANT CHANGE: The scrollTo()
and scrollToExact()
methods have been removed because they used the ComplexFind method, which is no longer part of appium. I wanted to release this update because new methods for appium that people want to use.
We will definitely re-add the scrolling methods, but first we have to implement another change:
PLANNED CHANGE TO JAVA-CLIENT: Some commands only work on iOS while others only work on Android. This is confusing and not well documented. We're planning on making two new classes AndroidDriver and IOSDriver which will inherit from AppiumDriver. You can discuss your opinion of the change in this topic, or on github
Here's rest of the changelog for the new release:
- Removed
scrollTo()
and scrollToExact()
methods because they relied on complexFind()
. They will be added back in the next version!
- Removed
complexFind()
- Added
startActivity()
method
- Added
isLocked()
method
- Added
getSettings()
and ignoreUnimportantViews()
methods