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 details)

Uploaded Source

File details

Details for the file robotframework_germaniumlibrary-1.0.1.tar.gz.

File metadata

File hashes

Hashes for robotframework_germaniumlibrary-1.0.1.tar.gz
Algorithm Hash digest
SHA256 ff51d310de93325f269bb6d43296367d57ff7255886b8f1e0aeb47613231f7c5
MD5 f093717d9d5c753c6ad6ce43384c09aa
BLAKE2b-256 2e1214c1c696f625ad0540b2755c2bf7f91bf975ab5d4e2c01233c16d3b30507

See more details on using hashes here.

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