----Currently only works with MacOs but you can change the chromedriver file with yours and it should work ----
A simple script in Selenium that lets you login to uniandes wifi (SENECA) without a visual interface.
- Edit the script to include your username
- Create an env variable in your terminal called CONTRASENA where you store you password
export CONTRASENA="myPassword123"
- Add the chromedriver file to your PATH
Hint:
PATH=$PATH:/Users/YourUser/somePATH/senecaLogin