hrenfroe / yahoo-groups-backup

A python script to backup the contents of private Yahoo! groups.
The Unlicense
3 stars 4 forks source link

chromedriver can't get past login page #1

Closed groeneveld closed 4 years ago

groeneveld commented 4 years ago

I've been able to start the yahoo-groups-backup program with the following config: python3 yahoo-groups-backup.py scrape_messages --driver=chrome mygroup

It opens chrome and types in my username, then throws this exception: splinter.exceptions.ElementDoesNotExist: no elements could be found with name "password"

If I manually click login, it then proceeds to type in my password, but then it can't get past there: AttributeError: 'ElementList' object has no attribute 'click'

hrenfroe commented 4 years ago

Well, that was a gigantic derp on my part. Try with 0313759 (latest master).

groeneveld commented 4 years ago

Thanks a bunch! Appears to be working now.