The germanium project: Selenium WebDriver testing API that doesn't disappoint. (tested WebDrivers package)
Project description
This is the optional drivers package.
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:
pip install -U germanium[germaniumdrivers]
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](http://germaniumhq.com/documentation/), or as [PDF](http://germaniumhq.com/documentation/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 Distribution
germaniumdrivers-2.0.12.tar.gz
(27.1 MB
view details)
File details
Details for the file germaniumdrivers-2.0.12.tar.gz
.
File metadata
- Download URL: germaniumdrivers-2.0.12.tar.gz
- Upload date:
- Size: 27.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4df12404357f9caad22332c757c43068e8d16462e801ebea89ad4560589a66f |
|
MD5 | 679ebd4ab32d5f391d54964c080e1013 |
|
BLAKE2b-256 | 8821b969edef474d2f61af5179263f0e3dd8711efe79c6fceca70a694ffd2602 |