You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to js...@googlegroups.com
Hi!
Has anyone solved this problem already? I'm trying to scrape some JS intensive pages with jsdom but I have to deal with external scripts throwing exceptions and potentially making the scraper crash. Is there a way to ignore those exceptions and continue with the execution? I have a similar scraper built on top of Phantom and it just ignores exceptions (in the page context). Is there a way to achieve something similar with jsdom? Any ideas?