Skip to content

adiralashiva8/robotframework-seleniumhelperlibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotframework-seleniumhelper

Helper keywords for robotframework-selenium

PyPI version Downloads PRs Welcome Maintenance Open Source Love png1

Core Prinicpal

Achieve synchornization before performing any action on WebElement

Every Helper Keyword consist following steps:
    - Wait For Page Contains WebElement
    - Scroll To WebElement (ignore error if any issues while scroll)
    - Perform Respective Action

Installation:

To install robotframework-seleniumhelper

$ pip install robotframework-seleniumhelperlibrary

Install latest changes (master)

$ pip install git+https://github.com/adiralashiva8/robotframework-seleniumhelper

Keyword Documentation

Keyword documentation link

Usage

*** Settings ***
Library    SeleniumLibrary
Library    SeleniumHelperLibrary

*** Test Cases ***
Selenium Helper Sample
    Open Browser    https://www.google.com/    Chrome
    Input Text Into Textbox    name:q    mytext
    Input Text Into Textbox If Exist    name:q    Exist
    Click On WebElement    xpath://a[text()='Gmail']
    # fail scenario
    Input Text Into Textbox With Retry    name:q1    text
    [Teardown]    Close All Browsers

If you have any questions / suggestions / comments on this, please feel free to reach me at


⭐ repo if you like it


Releases

No releases published

Packages

No packages published