-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement headless mode #1
Comments
Headless mode is also possible in Chrome! set options.headless = True. Catch: Prevents the dialog to close open sessions from showing—see #5 . |
Implemented in e6d533c, but it's a bit flaky since sometimes user interaction is still required to resolve problems. |
Made new issue #7 regarding Firefox. |
Reopening since a proper implementation should also catch errors occurring with the authentication while the window is invisible. Substantial effort is required for this. |
Firefox seems to allow a headless mode. could be useful, perhaps even faster
The text was updated successfully, but these errors were encountered: