Skip to main content

serhatbolsu's AppiumLibrary Extension

Project description

AppiumExtensionLibrary

Authors:

Contents:

Introduction

ApppiumExtensionLibrary is an extension library built on top of AppiumLibrary by serhatbolsu.

PyPI PyPI - Downloads PyPI - License

PyPI

Installation

Option 1
Install this project using pypi, run:

pip install rf-appiumextensionlibrary

Option 2
With recent version of pip, it is possible to install directly from GitHub repository. To Install latest source from the master branch, use this command:

pip install git+https://github.com/MainSystemDev/rf-appiumextensionlibrary.git

Please note that using installation option 2 will take some time, because pip will clone the AppiumExtensionLibrary project to a temporary directory and then perform the installation.

Usage

To use AppiumExtensionLibrary in Robot Framework test(s), the library needs to first be imported using the Library setting as any other library.

*** Settings ***
Documentation                           Simple example using AppiumExtensionLibrary
Library                                 AppiumExtensionLibrary

*** Variables ***
${sample_variable}

*** Test Cases ***
Test Case Sample One
    ${url}                              Get URL
    Log To Console                      ${url}

Keyword Documentation

View the latest keyword documentation here for more information about this library.

Generating Local Documentation

To Generate the keyword Documentation, simply run:

python -m robot.libdoc AppiumExtensionLibrary documentation.html

Where:

Note that the library must first be installed before generating a documentation.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

rf_appiumextensionlibrary-1.0b2-py3-none-any.whl (22.5 kB view hashes)

Uploaded Python 3

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