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-1.10.1.tar.gz
(21.6 MB
view details)
File details
Details for the file germaniumdrivers-1.10.1.tar.gz.
File metadata
- Download URL: germaniumdrivers-1.10.1.tar.gz
- Upload date:
- Size: 21.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f251df15788c4f57ec55c9200da84218daaadd45ea5a14bce5d891529da3792
|
|
| MD5 |
f55fd491f04cd0aa1182f815da9e3e3b
|
|
| BLAKE2b-256 |
66a03dd1c5ed91fa2b4f526b646cc24ec3408de4f73f10ea99f710fc8a27b662
|