v6.0.0-BETA5
Pre-release
Pre-release
·
779 commits
to master
since this release
- [ENHANCEMENT] Added clipboard handlers. #855 #869
- [ENHANCEMENT] Added wrappers for Android logcat broadcaster. #858
- [ENHANCEMENT] Add bugreport option to Android screen recorder. #852
- [BUG FIX] Avoid amending parameters for SET_ALERT_VALUE endpoint. #867
- [BREAKING CHANGE] Refactor network connection setting on Android. #865
- [BUG FIX] [BREAKING CHANGE] Refactor of the
io.appium.java_client.AppiumFluentWait. It usesjava.time.Durationfor time settings instead oforg.openqa.selenium.support.ui.Durationandjava.util.concurrent.TimeUnit#863 - [BREAKING CHANGE]
io.appium.java_client.pagefactory.TimeOutDurationbecame deprecated. It is going to be removed. Usejava.time.Durationinstead. FIX #742 #863. - [BREAKING CHANGE]
io.appium.java_client.pagefactory.WithTimeOut#unitbecame deprecated. It is going to be removed. Useio.appium.java_client.pagefactory.WithTimeOut#chronoUnitinstead. FIX #742 #863. - [BREAKING CHANGE] constructors of
io.appium.java_client.pagefactory.AppiumElementLocatorFactory,io.appium.java_client.pagefactory.AppiumFieldDecoratorandio.appium.java_client.pagefactory.AppiumElementLocatorwhich useio.appium.java_client.pagefactory.TimeOutDurationas a parameter became deprecated. Use new constructors which usejava.time.Duration. - [DEPENDENCY UPDATES]
org.seleniumhq.selenium:selenium-javawas updated to 3.11.0