serhatbolsu's AppiumLibrary Extension
Project description
AppiumExtensionLibrary
Authors:
- Shiela Buitizon | email:shiela.buitizon@mnltechnology.com
- Joshua Kim Rivera | email:joshua.rivera@mnltechnology.com
Company: Spiralworks Technologies Inc.
Contents:
Introduction
ApppiumExtensionLibrary is an extension of the AppiumLibrary by serhatbolsu.
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: documentation.html is the output file. Note that the library must first be installed before generating a documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file rf_appiumextensionlibrary-0.9-py3-none-any.whl
.
File metadata
- Download URL: rf_appiumextensionlibrary-0.9-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8996e284bbb24e7cd6ed37e28d6986539bf6ed618a6263966c59224846150d85 |
|
MD5 | 655c2b48b571f9d6eca3068751076584 |
|
BLAKE2b-256 | cc26c5b207103e57e1199436b277bb8081a9d0e2dc117b10c28d1e9bab3fac66 |