Skip to main content

Posts

Showing posts from July, 2018

Selenium script to check a Website for updates

In my 4 years of college, my university never announced the result dates. This being the last year everyone is anxious as the results decide if we get to sit in campus placements. To save time constantly manually check the Pune University results webpage for updates, i wrote a small selenium script that constantly checks the website for results. This script can be easily generalized to check for an update on any website. The following script looks for a specific result on the webpage. Here's a more generalised version that checks for any change in the webpage contents.