diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-13 16:08:32 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-13 16:08:32 +0200 |
| commit | 4d2f93fa46adc037f1237ebd35e3faafb4a7759a (patch) | |
| tree | 5ae0c3aacf99a6c6be9d9f754bfa4d1eef584b97 /selenium_eduvpn.py | |
| parent | 5abf00ab87a55662eefc7716de52ead9749293c6 (diff) | |
Python + Go: Run formatter
Diffstat (limited to 'selenium_eduvpn.py')
| -rw-r--r-- | selenium_eduvpn.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selenium_eduvpn.py b/selenium_eduvpn.py index 76e86aa..b1c8cfe 100644 --- a/selenium_eduvpn.py +++ b/selenium_eduvpn.py @@ -17,6 +17,7 @@ def login_eduvpn(authURL): # Cleanup driver.close() + # Logs in to the default vpn user portal with selenium def login_oauth(driver, authURL): # Go to the oauth url and verify the title |
