I\'m trying to log in to a website and save an HTML page automatically (I want to be able to do this on a regular time interval). From the surface, this is a typical modern
Basically its gist is you can use selenium, an open source web automation tool, which has api library available in various languages like java, ruby, etc.