diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-02-01 01:57:24 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-02-01 01:57:24 +0530 |
commit | c3616fad8e3b72e226b6f241c09c5833b7041955 (patch) | |
tree | ea32a1549ebfb4d451cec34046e56b42f2d84bc3 /README.md | |
parent | 8c101e2cf8dde65541381c4adef6ca2144f21593 (diff) |
Using Options class instead of the deprecated FirefoxProfile class + README changes(rebase)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,8 +5,10 @@ A small python script which allows you to automatically login to a captive porta ## Pre-Requisites: [Selenium Webdriver](https://www.selenium.dev/documentation/webdriver/) for Python (install using `pip install selenium` or `pip install -r requirements.txt`) [GNU pass](https://www.passwordstore.org/) for storing login-credentials (One can store their credentials in the script as plaintext aswell) -geckodriver for Firefox in PATH (optional if not already included in selenium webdriver) -([Download link](https://github.com/mozilla/geckodriver/releases)) +geckodriver for Firefox ([Download link](https://github.com/mozilla/geckodriver/releases)) +Add the location of the geckodriver executable to your system's PATH environment variable. +[Tutorial](https://www.learningaboutelectronics.com/Articles/How-to-install-geckodriver-Python-windows.php) + ## Brief Look: [](https://draconyan.xyz/media/al/auto-login-clg.mp4) |