Web Automation made easy
Project description
Web Automation made easy, built around Selenium
Setting up
First off make sure your browser is up to date, selenate will by default use firefox.
Download the latest selenium server look for the latest version number directory and find a file selenium-server-standalone-x.xx.x.jar) and save it as selenium-server.jar
Install selenate
$ pip install selenate
Documentation
Documentation is available at readthedocs
Coding
Here’s some basic code to start a browser and navigate a little bit
from selenate import Selenate
browser = Selenate() # start your browser
browser.get("https://github.com/wmak/selenate") # go to this url
browser.click(".mega-octicon") # click on this css elemen
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
selenate-0.2.0.tar.gz
(3.3 kB
view details)
File details
Details for the file selenate-0.2.0.tar.gz
.
File metadata
- Download URL: selenate-0.2.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fb432bff247aa58551fcd55f4036c55d5f79dd726e6bbf9bb3ce743a0d93a79 |
|
MD5 | 8729015531cd13aa6e4ed4a93b0343a1 |
|
BLAKE2b-256 | fb1abdba9686c3c54d132433d0e1131263d734e14e9d2ee83e26eddbbf25228b |