facebook-scraper-selenium icon indicating copy to clipboard operation
facebook-scraper-selenium copied to clipboard

Does it work with new Facebook layout ?

Open whatneuron opened this issue 3 years ago • 3 comments

Does it work with new Facebook layout ?

whatneuron avatar Sep 10 '20 23:09 whatneuron

I'm afraid it doesn't. I'm a newbie though. Took me a while to make it work (I had to change settings.py to call geckodriver and firefox binary with absolute paths) then it got to the login page, correctly inserted my username and password, but couldn't find the login button ('selenium.common.exceptions.NoSuchElementException'). But then again I'm not a pro

vanyazhuk avatar Sep 24 '20 08:09 vanyazhuk

@vanyazhuk try updating login button to 'browser.find_element_by_name('login').click()'. either way, the scraper won't work since they changed the html links too.

iopanio avatar Sep 29 '20 06:09 iopanio

Just tried it today and doesn't work, well can't do much when FB's UI is constantly changing..

gohjiayi avatar Mar 08 '21 15:03 gohjiayi