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

how to override default timeout parameters #82

Closed sriramb12 closed 6 years ago

sriramb12 commented 6 years ago

mixins.py has DEFAULT_WAIT_INTERVAL = 0.5 DEFAULT_WAIT_TIMEOUT = 10 DEFAULT_AT_TIMEOUT = 1 need to construct waitMixin with an optional timeout parameter change in driver code and session needed. will attempt and submit fix

niklasb commented 6 years ago

NOTE: This package is not actively maintained. It uses QtWebkit, which is end-of-life and probably doesn't get security fixes backported. Consider using a similar package like Spynner instead.