From c3616fad8e3b72e226b6f241c09c5833b7041955 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Wed, 1 Feb 2023 01:57:24 +0530 Subject: Using Options class instead of the deprecated FirefoxProfile class + README changes(rebase) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5d3ba7c..715e0e6 100644 --- a/README.md +++ b/README.md @@ -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: [![auto-login](https://draconyan.xyz/media/al/auto-login-clg.gif)](https://draconyan.xyz/media/al/auto-login-clg.mp4) -- cgit v1.2.3