C# webBrowser script error

后端 未结 6 1163
孤城傲影
孤城傲影 2021-01-02 15:08

I keep getting a script error when trying to load the page using webBrowser.Navigate(\"https://home.nest.com/\"). It will pull up fine from my normal internet

6条回答
  •  春和景丽
    2021-01-02 15:48

    as this link answer:

    you must only add this line:

    webBrowser.ScriptErrorsSuppressed = true;
    

提交回复
热议问题