v1.4-dev1 AppiumLibrary
Pre-release
Pre-release
·
5 commits
to v1.4-selectors
since this release
Important new features and compatibility features with Selenium added in this release
Selectors now takes id
as default so you do not need to specify if you are using id
. Also you can now use WebElement
in addition to other locators.
- New finding elements strategy now supports directly using WebElement. Check keyword documentation for more information.
- (not-implemented-yet)Added default locator strategies. Default is:
id
which actually means : accessibility_id - Unicode fixes also reflected on
Page Should Contain Text
andPage Should Not Contain Text
Source distribution is available at PyPI and pip users can simply run
pip install --pre --upgrade robotframework-appiumlibrary
to install or upgrade to the latest pre-release.
If you would like to return to release version, run:
pip uninstall robotframework-appiumlibrary
and install again:
`pip install robotframework-appiumlibrary``
Please help with bugs and feature requests.