chaudharypraveen98 / Amazon-Product-Scraper

It will extract the url, id, title and price from the amazon
0 stars 1 forks source link

Using Depreciated feature of Selenium #3

Open iamAbhishekkumar opened 1 year ago

iamAbhishekkumar commented 1 year ago

image

from 4.3, find_element_by_css_selectors and all other functions has been remoed.

Solution : Change the fucntions accordingly to new conventions.

iamAbhishekkumar commented 1 year ago

If you want I will fix by tommorrow. :smile:

chaudharypraveen98 commented 1 year ago

Yeah sure take your time. Actually it was a long ago project in my local system. So thought of pushing to GitHub.