Hello, i had just tried EO.webbrwoser component for .net and its the best one. And during that i had tested page having new Recaptcha (no captcha recaptcha) (@ url,
http://www.gamingtop100.net/in-16030) page got loaded than i manually click on tick box and it had shown me image to select some from it, i did it manually as well and than tried to click on verify button using this code,
webControl1.WebView.EvalScript("var allFrame = document.getElementsByTagName('iframe');
for (i = 0; i < allFrame.length; i++) {
if(allFrame[i].title & allFrame[i].title === 'recaptcha challenge') {
allFrame[i].contentDocument.GetElementById('recaptcha-verify-button').click();
break;
}
}");
But it didn't worked. its not clicking on verify button. So, i want to know, how it can be automated of clicking on verify button. help would be good.
Thanks