selenium
Selenium is a web automation framework. It starts a web browser and any task that can be done typically on the web, Selenium+Python can do for you.
Related course
Articles
- Selenium install
- Selenium webdriver
- Selenium get source
- Selenium textbox
- Selenium get links
- Selenium click button
- Selenium PhantomJS
- Selenium take screenshot
- Selenium get images
Note To use Selenium you need either Python version:
Python 2.6, 2.7
Python 3.3+
To check your version use:
python --version
Installation of a web driver is mandatory, without installing one the browser wont start even though one is installed on your computer.
