python logo

selenium python tutorial w3schools


Python hosting: Host, run, and code Python in the cloud!

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.

selenium

Related course

Articles

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.

Next





Leave a Reply: