Skip to main content

BJRobot is a web testing library for Robot Framework that leverages the Selenium 3 (WebDriver) libraries.

Project description

Introduction

BJRobot is an webdriver based testing library for RobotFramework which could handle both desktop browser and mobile native and hybrid app.

It support latest Selenium 3.0 webdriver and could be used without downloading webdriver for each browser again. It uses Appium (version 1.x) to communicate with Android and iOS application similar to how Selenium WebDriver talks to web browser.

It support Python 2.x for now.

Installation

Using pip

The recommended installation method is using pip:

pip install robotframework-bjrobot

The main benefit of using pip is that it automatically installs all dependencies needed by the library. Other nice features are easy upgrading and support for un-installation:

pip install -U robotframework-bjrobot

pip uninstall robotframework-bjrobot

Directory Layout

doc/

Keyword documentation

src/

Python source code

Usage

To write tests with Robot Framework and BJRobot, BJRobot 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

TO LIST

execute_javascript

shell command support

Desktop GUI Automation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-bjrobot-0.6.4.zip (31.3 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page