I have the need to create a small script that will do the following
– starting from a URL will browse the results given
– for each result it should “click” (follow the link) on the “salva” icon (look at image number 1)
– by clicking on that icon, the result in plain HTML will be saved automatically on an HTML page that is viewable by clicking on the header link called “salvati” (look at image number 2)
– the automatic created HTML file will be as the one shown in figure number 3
– the res…
