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 doesn't find 'id' #10

Open
ThibautDeleuze opened this issue May 17, 2020 · 3 comments
Open

Selenium doesn't find 'id' #10

ThibautDeleuze opened this issue May 17, 2020 · 3 comments

Comments

@ThibautDeleuze
Copy link

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

that's the error I've while running this line

ph = s.Pinterest_Helper('myusername' , 'mypassword')

thanks

@mihailmir
Copy link

Hi, just change url in 57 line in scraper.py into https://www.pinterest.com/login/?referrer=home_page . Should be working.

@RazeBerry
Copy link

@mihailmir I think it no longer works. Same error message pops out when I change the url.
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [name="id"]

@rickkk856
Copy link

Hi, just change url in 57 line in scraper.py into https://www.pinterest.com/login/?referrer=home_page . Should be working.

It worked here by using

    self.browser.get("https://br.pinterest.com/login/")

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