Skip to content

v3.2.0

Compare
Choose a tag to compare
@Jonahss Jonahss released this 15 Sep 00:34
· 1751 commits to master since this release

3.2.0

updated the dependency on Selenium to version 2.47.1
the new dependency on commons-validator v1.4.1
the ability to start programmatically/silently an Appium node server is provided now. Details please read at #240. Historical reference: The similar solution has been designed by @Hassan-Radi. The mentioned framework and the current solution use different approaches.
Throwing declarations were added to some searching methods. The "getMouse" method of RemoteWebDriver was marked Deprecated
Add replaceValue method for elements.
Replace sendKeyEvent() method in android with pressKey() and added longPressKey() method.