This Selenium IDE automation script automates the process of downloading the latest press release PDF from the Press Information Bureau (PIB) of India website .
Before running the automation script, ensure you have the following:
- Selenium IDE installed in your browser.
- A good internet connection.
Follow these steps to execute the automation script:
-
Open Selenium IDE: Open Selenium IDE in your browser.
-
Import
.side
File: Import thePIB India Press Release
file into Selenium IDE. -
Review Test: Review the test case named "Download Latest PDF" within Selenium IDE.
-
Execute Test: Run the test case to start the automation process. Ensure that a browser window is open and focused, as Selenium IDE interacts with it.
-
Wait for Execution: The script will navigate to the PIB India website, locate the latest press release, and download the associated PDF file. Wait for the script to complete execution.
-
Verify Results: Once the script finishes execution, verify that the latest press release PDF has been downloaded successfully in your default download folder.
- The script may take some time to execute, depending on internet speed and website responsiveness.
- Ensure that no other interactions occur within the browser window during script execution to prevent interference with the automation process.
For any issues or questions regarding this automation script, please feel free to open an issue in the GitHub repository.