Question Why the WebBrowser doesn't suppress the script error?

pisceswzh

Well-known member
Joined
Mar 19, 2007
Messages
96
Programming Experience
1-3
I am using a WebBrowser to regularly load a webpage and process the content of that webpage accordingly. However, sometimes there are script errors on that webpage and if the script errors occur, the whole processes stop. I tried to set the ScriptErrorsSuppressed property to True, but sometimes script errors still show up. Any ideas?

Thanks.

Please refer to the attachment abt the exact error that WebBrowser cannot suppress.

Thanks.
 

Attachments

  • 3.png
    3.png
    6.8 KB · Views: 24
Back
Top