On Sat, Jan 18, 2014 at 10:54 PM, Jaiprakash Singh
<jaiprak...@wisepromo.com> wrote:
> hi,
>
>      can you please suggest me some method for  study so that i can scrap a 
> site having JavaScript behind it
>
>
>  i have tried selenium, ghost, pyQt4,  but it is slow and as a am working 
> with thread it sinks my ram memory very fast.

Do you mean "scrape"? You're trying to retrieve the displayed contents
of a web page that uses JavaScript? If so, that's basically impossible
without actually executing the JS code, which means largely
replicating the web browser.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to