summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-01-13 07:59:35 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-01-13 07:59:35 +0530
commitf6f7a35688047b67be000de6088dc436086ae189 (patch)
tree998a4bf80b8bb291fd2c56e04262374deb03cef3
parente24805733d5689eba28770172cd1bd99dedf247d (diff)
README - Update Brief look + Java rewrite goal
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3aa9b3b..b23a11b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ geckodriver for Firefox in PATH (optional if not already included in selenium we
([Download link](https://github.com/mozilla/geckodriver/releases))
## Brief Look:
-[![auto-login](https://draconyan.xyz/pix/auto-login.gif)](https://draconyan.xyz/pix/auto-login.mp4)
+[![auto-login](https://draconyan.xyz/pix/auto-login-clg.gif)](https://draconyan.xyz/pix/auto-login-clg.mp4)
## Usage:
```
@@ -60,5 +60,6 @@ and that using XPath(XML Path) to find elements is really convenient.
## Future additions:
~~Update the script upon reaching college as the Xpath values would differ.~~
-Make the python-script platform independent
-or just Make a separate shellscript to log in via CLI using curl.
+Rewrite the script in Java
+Make the python-script platform independent
+OR Make a separate shellscript to log in via CLI using curl