Captcha Won't Load on Google in C# webBrowser

  • Thread starter Thread starter DustinMachat
  • Start date Start date
D

DustinMachat

Guest
I want my webBrowser to be able to use multiple search engines. Currently, DuckDuckGo, Bing, and Yahoo function. However, when I search google this is my code:

webBrowser1.Navigate("Google" + textBox1.Text);

Of course, google does the thing where it checks if you are a robot or not. I have already worked past automatically accepting the JS loading like this:

webBrowser1.ScriptErrorsSuppressed = true;

But now, the google's captcha won't load and leaves a blank space when you try to make a google search



There is supposed to be a captcha, but it won't load. What should I do?

Continue reading...
 
Back
Top