Skip to main content

GermaniumLibrary

Project description

RobotFramework bindings for Germanium.

Installation

pip install robotframework-germaniumlibrary

Keyword List

  • use selenium browser

  • open browser

  • close browser

  • maximize window

  • click

  • double click

  • hover

  • right click

  • go to

  • type keys

  • type keys in

  • drag and drop

  • select by index

  • select by text

  • select by value

  • deselect by index

  • deselect by text

  • deselect by value

  • select file

  • assert exists

  • assert missing

Usage With SeleniumLibrary

To use the browser from selenium, instruct Germanium to use it after you instantiate it using the Use Selenium Browser keyword.

*** Settings ***
Library  SeleniumLibrary
Library  GermaniumLibrary

*** Test Cases ***
This is a test case to show usage with the SeleniumLibrary
    SeleniumLibrary.Open Browser  https://germaniumhq.com  chrome
    GermaniumLibrary.Use Selenium Browser
    GermaniumLibrary.Maximize Window
    GermaniumLibrary.Click  Link("Log In")
    GermaniumLibrary.Type Keys In  Input().right_of(Text("Email"))  someuser
    GermaniumLibrary.Assert Exists  Input()
    GermaniumLibrary.Assert Missing  Text("eeee")
    SeleniumLibrary.Close Browser

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_germaniumlibrary-1.0.1.tar.gz (3.5 kB 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