Skip to main content

The germanium project: Selenium WebDriver testing API that doesn't disappoint.

Project description

Germanium is a set of extensions on top of the regular WebDriver API, allowing for a super easy creation of tests. It’s opensource and free.

Simply put Germanium is a Web Testing API that doesn’t disappoint:

from germanium.static import *
from time import sleep

open_browser("ff")
go_to("http://www.google.com")
type_keys("germanium pypy<enter>", Input("q"))
wait(Link("Python Package Index"))
click(Link("Python Package Index"))
sleep(5)
close_browser()

Here is the usage documentation: [germanium-usage.pdf](https://raw.githubusercontent.com/germaniumhq/germanium/master/doc/out/germanium-usage.pdf)

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

germanium-1.7.10-py3-none-any.whl (87.3 kB view hashes)

Uploaded Python 3

germanium-1.7.10-py2-none-any.whl (87.5 kB view hashes)

Uploaded Python 2

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