pinterest-image-scraper icon indicating copy to clipboard operation
pinterest-image-scraper copied to clipboard

selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [name="id"]

Open aksthelion opened this issue 3 years ago • 2 comments

I'm getting this error

selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [name="id"]

How to fix it?

aksthelion avatar Jan 05 '22 16:01 aksthelion

I'm also having this problem. I think Pinterest changed their front end sense this was last updated so a lot of the elements the scrapper is looking for don't actually exist anymore in the format it is looking for.

Aquahugs avatar Jan 31 '22 02:01 Aquahugs

I ran into the same issue with the login, but I fixed it by changing "find_element_by_name" to "find_element_by_class_name" and adding the login button's class name.

baricks avatar Mar 23 '22 03:03 baricks