Skip to content

Some examples using Selenium. Useful when starting a Selenium project: it's handful to have examples one can take ideas from.

License

Notifications You must be signed in to change notification settings

GLorieul/learning_selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a few examples of usages of Selenium that I keep for my future self, so that he'll be able to remember how it works very quickly and get down to work without wasting time.

Dependencies

  • Selenium for python (e.g. python3-selenium package)
  • A web driver corresponding to the browser one's wants to use. See here for a list of available drivers.

Selenium tutorials for Python

The reference of python bindings for Selenium
A good tutorial
A good, simple overview of xPaths

About

Some examples using Selenium. Useful when starting a Selenium project: it's handful to have examples one can take ideas from.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages