-
Notifications
You must be signed in to change notification settings - Fork 17
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
"AttributeError: 'YahooBackupScraper' object has no attribute 'br'" when running with Firefox driver #49
Comments
|
I can't find the citation now, but FF 53 changed a default setting so that it uses the JSON viewer by default, which confuses Selenium. I tried to initialize the temporary profile with the setting to disable it, but gave up and used Chromedriver instead. |
This is exactly where I'm at re: firefox failures Dumb question, but possibly useful to people who end up here: how do I make selenium use the chrome driver instead? OS: MacOS Mojave |
You want |
Thanks! Hope to get your fork working. |
Running
yahoo-groups-backup.py scrape_files $GROUPNAME
fails with the following message:This particular problem does not occur when using the
chrome
driver instead, though this driver fails for other reasons (for which I will file a separate report).The text was updated successfully, but these errors were encountered: