Selenium is a tool that take control over the browsers. It is able to replicate any action typically undertaken by a user, such as clicking, typing and retrieving data from web pages. Below are tutorials showing how to use Selenium in Python.
- Selenium Hello World with Python: Setup and run Selenium for the first time.
- Python - Selenium - Click on link
- Selenium locators: Explain what are the different locators used by Selenium.
- Python - Selenium - Check radio buttons and checkboxes
- Python - Selenium - Select single and multiple options
- Python - Selenium - Wait for element to appear
- Python - Selenium - Drag and drop
- Python - Selenium - Take screenshot of webpage
- Python - Selenium - Switch to iframe
- Python - Selenium - Autocomplete
- Python - Selenium - Debugging
Reference
- https://selenium-python.readthedocs.io/
- https://selenium-python.readthedocs.io/navigating.html
- https://selenium-python.readthedocs.io/locating-elements.html
- https://seleniumhq.github.io/selenium/docs/api/py/webdriver/selenium.webdriver.common.by.html