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.4.tar.gz
(22.2 MB
view details)
File details
Details for the file germaniumdrivers-1.10.4.tar.gz.
File metadata
- Download URL: germaniumdrivers-1.10.4.tar.gz
- Upload date:
- Size: 22.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f5516b56b80605eb914adb60f46a4fc5991b9023ff70d3df0ac3c609688ff52
|
|
| MD5 |
f8d45027e617f97dbc6253f4aed132c5
|
|
| BLAKE2b-256 |
392012d0a0d754f370e09062bcffe59587fe5468507a8364d35f1503ca174802
|