brutalsavage/facebook-post-scraper

Unable to locate element:

enriquelpz23 opened this issue · 2 comments

I'm having this error:

NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id="loginbutton"]"}
(Session info: chrome=85.0.4183.83)

Any advice?

change at scraper.py this line: browser.find_element_by_id(loginbutton').click() to this browser.find_element_by_id('u_0_b').click()