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/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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file germanium-1.7.2-py3-none-any.whl.
File metadata
- Download URL: germanium-1.7.2-py3-none-any.whl
- Upload date:
- Size: 41.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a91f3bf718d333160e3e6e0d934f1555a9c2a022146391a14e52d61835f9759
|
|
| MD5 |
019936a68885f2a179224902cc195c36
|
|
| BLAKE2b-256 |
6b859561e322374a803fae7f8d82e57a0690357c3f993de768af2ddebf96fe44
|
File details
Details for the file germanium-1.7.2-py2-none-any.whl.
File metadata
- Download URL: germanium-1.7.2-py2-none-any.whl
- Upload date:
- Size: 41.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
666c292588bd0acb479efc4807d34609f0c7d2b3480b9ab307598b50fe9c4370
|
|
| MD5 |
7d19f6212a2bc60098be5c0fc12afffe
|
|
| BLAKE2b-256 |
688ff991015222adc6f348083c71732a6f4c0c984c626687287b56a23081400f
|