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 germanium import wait from time import sleep open_browser("ff") go_to("http://www.google.com") type_keys("germanium pypy<enter>", Input("q")) wait(S(Link("Python Package Index"))) click(Link("Python Package Index")) sleep(5) close_browser()
Here is some draft documentation: [germanium-usage.pdf](https://raw.githubusercontent.com/bmustiata/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.6.12-py3-none-any.whl
(72.9 kB
view hashes)
germanium-1.6.12-py2-none-any.whl
(73.0 kB
view hashes)
Close
Hashes for germanium-1.6.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5a59f381bad94d348a2933783e9c4d3247075292d804534e89c9b5215b2a92c |
|
MD5 | 4faafd5e102dd7aaedcbd4e9d8a8ba39 |
|
BLAKE2b-256 | db78d1e35b3e316b7ac27800dad8cf7df6ddf186b932faae60b0282789ece2c9 |
Close
Hashes for germanium-1.6.12-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e6f559ee36bcc990e0c15cfb130e3f4b4e2742286a869efdf95af232e651a3a |
|
MD5 | 46a5edd65bba7155e239c0e1c14c44b1 |
|
BLAKE2b-256 | 1113dd021ded3b86b98dd370df2b28fc7ef31b5b0ac2e58db561077e837b8daa |