Skip to main content

Web Automation made easy

Project description

https://pypip.in/v/selenate/badge.png https://pypip.in/d/selenate/badge.png

Web Automation made easy, built around Selenium

Setting up

  1. First off make sure your browser is up to date, selenate will by default use firefox.

  1. 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

  1. Install selenate

$ pip install selenate
  1. Install the Java Runtime Environment if you have not already, instructions to do so are here. It’s also very likely that your package manager can also install it for you.

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 element

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.3.0.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file selenate-0.3.0.tar.gz.

File metadata

  • Download URL: selenate-0.3.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for selenate-0.3.0.tar.gz
Algorithm Hash digest
SHA256 47c83dfa49e7dc565c79b46ae9866d1b0cc6620fd716b0259783867fadddec19
MD5 3f718e34841981eb25069d296e234a49
BLAKE2b-256 4ca2189c7736ddcbcfc4bafad5edbdbdc8a8a8d79065183d21152f646989eee6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page