<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#ffffff" text="#000000">
Se usi windows puoi provare l'internet explorer automation
(<a class="moz-txt-link-freetext" href="http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/">http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/</a>)
che è piuttosto semplice e non necessita conoscenze eccessive.<br>
<br>
<em>ie.navigate(website_address)</em><br>
...<br>
<em>ie.document.getElementById(“username”).value = “username”</em><br>
<em>ie.document.getElementById(“password”).value = “password”</em><br>
...<br>
<em> ie.document.getElementById(“submit_btn”).click()</em><br>
...<br>
<br>
Dovrebbe essere possibile anche per firefox ma bisogna dare uno sguardo
alle API, non so.<br>
<br>
Giuseppe<br>
</body>
</html>