Se usi windows puoi provare l'internet explorer automation
(http://www.evilbitz.com/2006/10/22/python-ie-automation-thorough-tutorial/)
che รจ piuttosto semplice e non necessita conoscenze eccessive.
/ie.navigate(website_address)/
...
/ie.document.getElementById("username").value = "username"/
/ie.document.getElementById("password").value = "password"/
...
/ ie.document.getElementById("submit_btn").click()/
...
Dovrebbe essere possibile anche per firefox ma bisogna dare uno sguardo
alle API, non so.
Giuseppe
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python