pinterest-image-scraper
pinterest-image-scraper copied to clipboard
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [name="id"]
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.