-
Notifications
You must be signed in to change notification settings - Fork 202
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
headless chromedriver? #88
Comments
@anishzute Im not certain about how the |
Nice! I'm currently working on Ubuntu off a forked repo where I've incorporated the headless flag, but it's always a pain to deal with local chromedriver and all that, especially because I tend to do a lot of my quick scripting/prototyping in Google Colab/Jupyter. I'm hoping your auth method gets merged as it seems much more straightforward and it would be nice to have 2 factor support. Regardless, I'll copy over your code and give it a go. Thanks! |
I went ahead and merged into dev branch. We don't have tests running on that yet. @timkpaine can we update the azure-pipeline.yml to trigger on dev also? Not sure what 2nd order effects that would have. |
yep just add it to the list of triggers in the pipelines file |
Out of curiosity, is there a way to have the authentication method run entirely headless if username and password parameters are passed so that it can be used on things such as servers and google colab without modification?
I have currently modified the auth/init.py to include the following:
however I don't know if this would work on other operating systems and implementations.
The text was updated successfully, but these errors were encountered: