jeanphix/Ghost.py

Suppress messages from webkit.

Opened this issue · 0 comments

I'm using ghost.py to scrape information from a site which produces content in progressive loading. It works fine but sometime I'm getting messages like "The script on this page appears to have a problem. Do you want to stop the script?" and two buttons 'yes' and 'no'. In the same time don't have any errors (I'm running ghost.py with log_level=1).

How can I suppress those messages??