Skip to content

frankbp/robotframework-appiumandroidlibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appium Android library for RobotFramework

Introduction

AppiumAndroidLibrary is an Android testing library for RobotFramework.

It uses Appium to communicate with Android application similar to how Selenium WebDriver talks to web browser.

Installation

Directory Layout

demo/

A simple demonstration, with an Android application and RF test suite

doc/

Keyword documentation

src/

Python source code

Usage

To write tests with Robot Framework and AppiumAndroidLibrary, AppiumAndroidLibrary must be imported into your RF test suite. See Robot Framework User Guide for more information.

As it uses Appium make sure your Appium server is up and running. For how to use Appium please refer to Appium Documentation

Documentation

The keyword documentation could be found at Keyword Documentation

About

Android testing library for Robot Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages