8.13 Exercise 4: Scraping web data behind web forms
The website https://www.bundestag.de/abgeordnete/ contains an overview of all the deputies in Germany.
- Try to move to the page showing deputies of the SPD in Bavaria. Scrape the names of the deputies that you find on that first page.
- Can you find out how to use the slider buttons with R Selenium so that one can scrape the next webpage?