hannesdatta / course-odcm

This repository hosts the course website of Tilburg University's open education class on "Online Data Collection and Management" (oDCM) - learn how to collect web data for your empirical research projects!
https://odcm.hannesdatta.com
12 stars 24 forks source link

Fix deprecated selenium function in webscraping-101.ipynb #102

Closed jesperkrauth closed 1 year ago

jesperkrauth commented 1 year ago

Selenium find_elementby* commands are deprecated and the proposed code does not work. Added new code that makes it work again.