I'm trying to login to instagram with c# webbrowser. But the login page is not loading. There is only a blank page.
By the way, my internet explorer opens the page.
private void Form1_Load(object sender, EventArgs e)
{
webBrowser1.Navigate("https://instagram.com/accounts/login/");
}
This brings only a blank page. I think instagram find a way to block logins with webbrowser. What do you suggest?
These are the errors I'm getting while page loading.
unable to get property stringify of undefined or null reference object doesn't support this property or method replaceState
