HTML Web Scraping with Selenium
Learn the basics of Selenium browser automation by parsing and scraping the DOM of any HTML Webpage. We'll cover how to search for different HTML elements through various functions.
Get StartedTECHNOLOGIES
WATCH TIME
24 minutes
Lessons
Understanding the HTML DOM Structure
Learn how to read the HTML on any page, and understand how we can retrieve specific HTML elements to perform actions on.
4 min
Find Element by Name
Learn how to scrape and parse the HTML DOM with Selenium to find HTML elements by their name attribute.
3 min
Find Element by ID
Learn how to scrape and parse the HTML DOM to find HTML elements by their ID.
4 min
Find Element by Class Name
Learn how to scrape and parse the HTML DOM with Selenium and find elements by their Class Name.
3 min
Getting Started with Selenium
Learn what is Selenium, the intuition behind automating our browser, and finally how to install Selenium and its respective webdriver.
7 min
Find Element by XPath
Learn how to scrape and parse the HTML DOM with Selenium to find HTML elements by using their XPath.
5 min
Find Element by Link Text
Learn how to scrape and parse the HTML DOM with Selenium to find HTML elements by their link text.
2 min