robotframework-extendedappiumlibrary

Extended Appium mobile native app testing library for Robot Framework with iOS UI Automation and Android UI Automator support - End of Life (2015.07.26)


Keywords
robot, framework, extended, testing, automation, appium, mobile, ios, android, uiautomation, uiautomator, native, app, apptesting, softwaretesting, appdev, webdev, selenium, selenium2, webdriver
License
AGPL-3.0
Install
pip install robotframework-extendedappiumlibrary==0.1.7

Documentation

Extended Appium Library End of Life (2015.07.26)

What does this mean?

Extended Appium Library project has been merged back upstream to Appium Library project via Github pull request #55.

The android and ios locator strategies have been accepted as part of Appium Library supported strategies and released at version 1.3.0. You can rest assured that you are going to continue to use both locator strategies as before without any problem, and seamless transition back from Extended Appium Library to Appium Library.

More information can be found in the Appium Library Keyword Documentation.

What's next?

Uninstall Extended Appium Library

You need to uninstall Extended Appium Library to prevent any possible conflict.

pip uninstall robotframework-extendedappiumlibrary

Upgrade to the latest Appium Library

Please upgrade to the latest Appium Library.

pip install -U robotframework-appiumlibrary

Thank you!

I would like to take this opportunity to thank all of you (1300+ of you) who installed and tried this library.

Previous README and Keyword Documentation are still available for viewing.