Course Content
Selenium Project
Selenium and BeautifulSoup
Now that we have seen some basic operations that can be performed thanks to selenium
we can also introduce BeautifulSoup
. BeautifulSoup
allows you to effectively study HTML web pages and retrieve their content.
Task
- Import
BeautifulSoup
; - Find an element in the webpage which contains the
"2014"
text and click it; - Scrape all the
"td"
tags with a class attribute equal to"film-title"
.
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Now that we have seen some basic operations that can be performed thanks to selenium
we can also introduce BeautifulSoup
. BeautifulSoup
allows you to effectively study HTML web pages and retrieve their content.
Task
- Import
BeautifulSoup
; - Find an element in the webpage which contains the
"2014"
text and click it; - Scrape all the
"td"
tags with a class attribute equal to"film-title"
.
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Section 1. Chapter 8
AVAILABLE TO ULTIMATE ONLY