xjdeng / pinterest-image-scraper

Takes the URL to a Pinterest board and returns a List of all of the image URLs on that board.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

aksthelion opened this issue · comments

I'm getting this error

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

How to fix it?

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.

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.