Releases: serhatbolsu/robotframework-appiumlibrary
Releases · serhatbolsu/robotframework-appiumlibrary
v1.4-dev1 AppiumLibrary
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.
1.3.6
1.3.6
1.2.5
Droid Utils: new file/folder handling methods <https://github.com/jollychang/robotframework-appiumlibrary/pull/31>
_- Hide Keyboard for Android
Open Application support all Appium server, iOS, Android capabilities
Open Application
support all Appium server, iOS, Android capabilities- fix switch appication and add testcase
1.1.0
1.1.0
Andoid Keyevents feature
Additional updates to open_application()'s optional parameter handling
add coverage and mock for unittest
1.0.20
1.0.20
send desired capabilities to saucelabs <https://github.com/jollychang/robotframework-appiumlibrary/issues/20>
_
_Added desired Capability newCommandTimeout <https://github.com/jollychang/robotframework-appiumlibrary/pull/19>
_
1.0.19
Open Application Keyword udid argument issues <https://github.com/jollychang/robotframework-appiumlibrary/pull/17>
_Update Wait Until Page Contains Element Keyword documentation <https://github.com/jollychang/robotframework-appiumlibrary/pull/16>
_
1.0.18
added tap functionality to keyword by shadeimi <https://github.com/jollychang/robotframework-appiumlibrary/pull/14>
_Support for multiple appium connections by yahman72 <https://github.com/jollychang/robotframework-appiumlibrary/pull/13>
_
1.0.17
- support app_wait_package and app_wait_activity
1.0.16
- add udid and bundleid
- add background_app
- fix Resetting an application
1.0.15
1.0.5