After a simple initial setup, you can automatically login to the hostel wifi by running this script, this can further be completely automated by running as a cronjob or launchd program. The setup is written in such a way that a person that is not very well versed with computers will also be able to easily configure it.
-Wifi-Login-Automation-main/main.py
Your chrome driver was not found
Traceback (most recent call last):
File "/home/keval/Downloads/Hostel-Wifi-Login-Automation-main/login.py", line 18, in
driver.get("http://172.16.1.1:8090/")
^^^^^^
NameError: name 'driver' is not defined. Did you mean: 'webdriver'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/keval/Downloads/Hostel-Wifi-Login-Automation-main/main.py", line 7, in
import login
File "/home/keval/Downloads/Hostel-Wifi-Login-Automation-main/login.py", line 26, in
driver.quit()
^^^^^^
NameError: name 'driver' is not defined. Did you mean: 'webdriver'?
-Wifi-Login-Automation-main/main.py Your chrome driver was not found Traceback (most recent call last): File "/home/keval/Downloads/Hostel-Wifi-Login-Automation-main/login.py", line 18, in
driver.get("http://172.16.1.1:8090/")
^^^^^^
NameError: name 'driver' is not defined. Did you mean: 'webdriver'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/keval/Downloads/Hostel-Wifi-Login-Automation-main/main.py", line 7, in
import login
File "/home/keval/Downloads/Hostel-Wifi-Login-Automation-main/login.py", line 26, in
driver.quit()
^^^^^^
NameError: name 'driver' is not defined. Did you mean: 'webdriver'?
this is the error