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.
Related courseArticles
- 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:
|
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.
Posted in selenium
Leave a Reply: