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.
- 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.
The reference of python bindings for Selenium
A good tutorial
A good, simple overview of xPaths