I'm trying to read dynamically generated data from a website (it's being generated by javascript linked to server-side code, so i can't read the data from the html file returned by urllib).
Is there a way to do this in python? Would using firefox macros be easier?
Thanks for any help.