mebinthattil / Hostel-Wifi-Login-Automation

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.
Apache License 2.0
0 stars 1 forks source link

Error coming while executing main.py #1

Closed kevalpattani closed 3 hours ago

kevalpattani commented 3 hours ago

-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

kevalpattani commented 3 hours ago

I am using Linux