[Python] Gestione automatica pagine web con python
Giuseppe Amato
giuamato a gmail.com
Gio 12 Ago 2010 12:56:46 CEST
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
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: http://lists.python.it/pipermail/python/attachments/20100812/2f9fab33/attachment.htm
Maggiori informazioni sulla lista
Python