summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-02-01 01:53:45 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-02-01 01:53:45 +0530
commit577285f335880b5c1baa7188fbab49421939cc94 (patch)
treeb52a00feafbe1c96969d3cd0fcd770d736929985
parentbae1f490fda38f2d523e597f5f6eabc6352136d6 (diff)
README - Update Brief look + Java rewrite goal(rebase)
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6abba56..ac5d2c4 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/media/al/auto-login.gif)](https://draconyan.xyz/media/al/auto-login.mp4)
+[![auto-login](https://draconyan.xyz/media/al/auto-login-clg.gif)](https://draconyan.xyz/media/al/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