This repository contains a Selenium IDE automation script to download the latest PDF file from a government website. The script is designed to run using Selenium IDE and Selenium Side Runner.
The chosen website for this automation is the Legislative Department of India, which regularly posts publicly accessible PDF files.
Website URL: https://legislative.gov.in/
The Selenium IDE automation script (Govt_PDF.side) is recorded to perform the following actions:
- Open the Legislative Department website.
- Navigate to the "Documents" section.
- Iterate through the document rows to find and download the latest PDF.
- Close the browser once the download is complete.
This automation script is provided under the MIT License. Feel free to modify and distribute it according to your needs.