You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'm getting this error
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [name="id"]
How to fix it?
The text was updated successfully, but these errors were encountered: