PlayingNumbers / ds_salary_proj

Repo for the data science salary prediction of the Data Science Project From Scratch video on my youtube
295 stars 298 forks source link

glassdoor scraping file error #14

Open mayur-ml opened 1 year ago

mayur-ml commented 1 year ago

after running >>> data collection.py file i am getting error >

can you help me?? image

yashpatil31 commented 1 year ago

The new version of selenium package implements find_elements_by_class_name as find_element(By.CLASS_NAME,'.//div[@data-test="location"]').text find_elements_by_class_name is depricated