tags:

views:

55

answers:

2

Hello I need to extract content generated with javascript from a site , I cannot extract the data considering the source because always show the content look like :

the content generated with those java1.js and java2.js so I need to extract the html source generated with this js scripts

I can extract the content manully using firefox by selection the contents then right click then chose "view selection source" , I am looking for a perl, or python or whatever language can do same by itself ?

thank you

A: 

Win32::IE::Mechanize

David Dorward
+1  A: 

See this

deets