executing JavaScript from Python

echuck at mindspring.com echuck at mindspring.com
Wed Jan 31 14:28:12 EST 2001


urllib.urlopen() can be useful for grabbing a web page and checking its
contents. However, JavaScript generated content throws a monkey wrench
in this technique.

Has anyone cobbled together a means to invoke JavaScript from Python,
possibly including the DOM and the substitution of output into the HTML
file?

-Chuck


Sent via Deja.com
http://www.deja.com/



More information about the Python-list mailing list