Skip to content

Releases: serhatbolsu/robotframework-appiumlibrary

v1.4-dev1 AppiumLibrary

01 Sep 17:38
Compare
Choose a tag to compare
Pre-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 and Page 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

12 Aug 04:48
Compare
Choose a tag to compare
1.3.6

1.2.5

12 Feb 02:53
Compare
Choose a tag to compare
  • 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

12 Dec 09:03
Compare
Choose a tag to compare
  • Open Application support all Appium server, iOS, Android capabilities
  • fix switch appication and add testcase

1.1.0

11 Dec 03:22
Compare
Choose a tag to compare

1.1.0

Andoid Keyevents feature
Additional updates to open_application()'s optional parameter handling
add coverage and mock for unittest

1.0.20

05 Dec 11:03
Compare
Choose a tag to compare

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

15 Jul 06:25
Compare
Choose a tag to compare
1.0.5