niklasb / dryscrape

[not actively maintained] A lightweight Python library that uses Webkit to enable easy scraping of dynamic, Javascript-heavy web pages
http://dryscrape.readthedocs.io/
MIT License
533 stars 67 forks source link

Wait javascript page to execute commands #69

Closed Fef0 closed 7 years ago

Fef0 commented 7 years ago

Hi, I'm trying to execute some commands on a javascript page (with exec_script()) but it's impossible to define how much time I could spent for every command, so is possible to pause the script until the javascript code is done? Thank you in advance

niklasb commented 7 years ago

I don't know of any such possibility.