Skip to content

an modified library based on robotframework-appiumlibrary, We add some fetures according to our project requirements.

Notifications You must be signed in to change notification settings

Netease-AutoTest/robotframework-mobilelibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotframework-mobileLibrary

Build Status Latest Version

RobotFramework-MobileLibrary is an modified library based on robotframework-appiumlibrary, We add some fetures according to our project requirements.

Only support python 2.x.

Install

pip

pip install robotframework-mobilelibrary

local

git clone https://github.com/Netease-AutoTest/robotframework-mobilelibrary.git
cd robotframework-mobilelibrary
python setup.py install

Advenced Features

  • 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.

Docs

MobileLibrary

About

an modified library based on robotframework-appiumlibrary, We add some fetures according to our project requirements.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages