I am developing a windows application with a WPF WebBrowser control that navigates to a JavaScript related site. My problem is that i am getting JavaScript error.
How can i disable the JavaScript error? I don't want them to pop up.
I find answer for WinForms WebBrowser at Disable JavaScript error in WebBrowser control. But "ScriptErrorsSuppressed" property doesn't exist in WPF WebBrowser. How to do this in WPF WebBrowser.
Thanks Satish