Classwork 10
Advanced Techniques for Python selenium
Question 1
- Use selenium to get to https://qavbox.github.io/demo/delay/.
- Use selenium to click the button with “Click me!”
- Use selenium to locate the text element that will be displayed after 5 seconds using
WebDriverWait
withEC.presence_of_element_located
.
- Its XPath is
'//*[@id="two"]'
Answer:
Question 2
- Use selenium to download all the Excel files in the following Census page:
Answer:
Question 3
- Provide your Python Selenium code to scrape the following information for each book in this website.
category
: category of a booktitle
: title of a bookprice
: price of a book
- Find the most expensive book
- Find the category with the most number of books.
Answer:
Discussion
Welcome to our Classwork 10 Discussion Board! 👋
This space is designed for you to engage with your classmates about the material covered in Classwork 10.
Whether you are looking to delve deeper into the content, share insights, or have questions about the content, this is the perfect place for you.
If you have any specific questions for Byeong-Hak (@bcdanl) regarding the Classwork 10 materials or need clarification on any points, don’t hesitate to ask here.
Let’s collaborate and learn from each other!