(20260119) Instructions updated to show how to run the scripts.

This commit is contained in:
2026-01-19 15:40:20 +05:30
parent 665b8ebeba
commit 62504963b5
+10
View File
@@ -84,6 +84,8 @@ Alternately, you can receive a well-structured JSON dump of the known good versi
![Chrome Driver Download Page Screenshot](assets/images/chrome_driver_download_page.png) ![Chrome Driver Download Page Screenshot](assets/images/chrome_driver_download_page.png)
<img src="assets/images/chrome_driver_download_page.png" alt="Chrome Driver Download Page Screenshot" style="width:100%; max-width:1000px; height:auto;">
### 👉 Where To Place The Drivers ### 👉 Where To Place The Drivers
Matrix refused to give APIs for accessing data from their Cosec system. Selenium is being used for web browser automation as a solution. We chose Chrome as the web browser for this since it is very widely available and most supported by a huge margin. Matrix refused to give APIs for accessing data from their Cosec system. Selenium is being used for web browser automation as a solution. We chose Chrome as the web browser for this since it is very widely available and most supported by a huge margin.
@@ -99,3 +101,11 @@ When you update the browser on your device, you will end up with a mismatch betw
You can check the version of Chrome on your device by going to `Settings` 👉 `About Chrome`. You will be able to see your browser's version and it will be something like `Version 143.0.7499.193 (Official Build) (64-bit)`. You can check the version of Chrome on your device by going to `Settings` 👉 `About Chrome`. You will be able to see your browser's version and it will be something like `Version 143.0.7499.193 (Official Build) (64-bit)`.
![Chrome Version Check Screenshot](assets/images/chrome_version_check.png) ![Chrome Version Check Screenshot](assets/images/chrome_version_check.png)
<img src="assets/images/chrome_version_check.png" alt="Chrome Version Check Screenshot" style="width:100%; max-width:1000px; height:auto;">
---
## Cron-Based Automation
Automation of attendance has been done in a cron-like fashion where activities happen at scheduled times.