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
webBrowser.Navigate(\"https://home.nest.com/\")
as this link answer:
you must only add this line:
webBrowser.ScriptErrorsSuppressed = true;