RobotFramework-MobileLibrary is an modified library based on robotframework-appiumlibrary, We add some fetures according to our project requirements.
Only support python 2.x.
pip install robotframework-mobilelibrary
git clone https://github.com/Netease-AutoTest/robotframework-mobilelibrary.git
cd robotframework-mobilelibrary
python setup.py install
-
prefix
- Add [ Mobile / Web ] prefix to distinguish the mobile/web library's KWs with each other.
-
KW Wrapper
- Wrap detial inside the code.
-
auto scroll click
- In some webview content,the element is out of screen. Mobile Click WebviewElement can auto scroll the target element into screen && click it.
-
generate Gif
- Add a switch in library args.When fire up mobile_gif='Ture' in the library arguments.Test case's process gif will generate auto on the ${OUTPUT} dir.