Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aksthelion opened this issue Jan 5, 2022 · 2 comments

Comments

@aksthelion
Copy link

aksthelion commented Jan 5, 2022

I'm getting this error

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

How to fix it?

@Aquahugs
Copy link

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.

@baricks
Copy link

baricks commented Mar 23, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@baricks @Aquahugs @aksthelion and others