<!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(&#8220;username&#8221;).value = &#8220;username&#8221;</em><br>
<em>ie.document.getElementById(&#8220;password&#8221;).value = &#8220;password&#8221;</em><br>
...<br>
<em> ie.document.getElementById(&#8220;submit_btn&#8221;).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>