SeleniumExtensionLibrary
Library Scope: GLOBAL
Created: 10/29/2019 16:21 PM UTC-8
Author: Shiela Buitizon | email:shiela.buitizon@mnltechnology.com
Company: Spiralworks Technologies Inc.
Contents:
Introduction
SeleniumExtensionLibrary is a extension library of Robotframework SeleniumLibrary.
View the latest keyword Documentation here.
Installation
Option 1
Install using pypi, run:
pip install rf-seleniumextensionlibrary
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-seleniumextensionlibrary.git
Please note that installation will take some time, because pip will
clone the SeleniumExtensionLibrary project to a temporary directory and then
perform the installation.
Usage
To use SeleniumExtensionLibrary in Robot Framework tests, the library needs to
first be imported using the Library setting as any other library.
*** Settings ***
Library SeleniumExtensionLibrary
Generating Documentation
To Generate the keyword Documentation, simple run:
python -m robot.libdoc SeleniumExtensionLibrary docs/index.html
Note that the library must first be installed before generating a documentation.
Release files for rf-seleniumextensionlibrary 0.3.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rf_seleniumextensionlibrary-0.3.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / rf_seleniumextensionlibrary-0.3.2-py3-none-any.whl
| Download URL | rf_seleniumextensionlibrary-0.3.2-py3-none-any.whl |
|---|---|
| Size | 10.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ce0008c531a745d81cf3f894862b3db4fbf4a9e33dbce058bc3732876b856669
|
|
BLAKE2b-256 checksum How to use checksums |
391bf959fa75262f4cc0362c0c04c08ce315fdc12bacc01e9cb221fc9b57174b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9
|