Skip to content

dkua/selenate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

selenate

Latest Version Downloads

Web Automation made easy, built around Selenium

Setting up

  1. First off make sure your browser is up to date Download: Fast, Fun, Awesome

  2. Download the latest selenium server(selenium-server-standalone-x.xx.x.jar) and save it as selenium-server.jar. This file should go wherever your application will run out of.

  3. Install selenate

pip install selenate

Coding

Here's some basic code to start a browser and navigate a little bit

from selenate import Selenate
browser = Selenate()
browser.get("https://github.com/wmak/selenate")
browser.click(".mega-octicon")

About

Web Automation made easy, built around Selenium

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%