edsu / etudier

Extract a citation network from Google Scholar
161 stars 27 forks source link

depricated functions #22

Closed ghanku closed 1 year ago

ghanku commented 2 years ago

find_element_by_css() function is depricated, instead use:

from selenium.webdriver.common.by import By driver.find_element(by=By.CSS_SELECTOR, Args)

edsu commented 1 year ago

Thanks, this has been fixed.