Skip to content

iwnfubb/Selenithon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenithon

This project is created to make Python with Selenium easier.

How to use

  sele = Selenithon(WebDriverOption.SAFARI) # use WebDriverOption.CHROME for Chrome browser and WebDriverOption.FIREFOX for Firefox browser
  sele.open_website("https://www.google.de")
  element = sele.get_element_with_text("Google")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages