Welcome Guest Search | Active Topics | Sign In | Register

Unable to click on verify button of new recaptcha Options
sanhard
Posted: Saturday, October 31, 2015 6:52:45 AM
Rank: Newbie
Groups: Member

Joined: 10/31/2015
Posts: 2
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
eo_support
Posted: Saturday, October 31, 2015 7:38:40 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

I do not think this has anything to do with EO.WebBrowser. We tested the page manually with our TabbedBrowser sample and it works fine.

One of the primary purpose of the captcha is to defeat automatic submitting by programs. So It looks like it is working exactly as designed in this case. If you really have to do automatic submitting, you can try to debug into recaptcha's code to see if you can find anything.

Thanks!
sanhard
Posted: Saturday, October 31, 2015 7:54:34 AM
Rank: Newbie
Groups: Member

Joined: 10/31/2015
Posts: 2
ok thanks. so, there's no way to do it automatically by clicking over button ?
eo_support
Posted: Saturday, October 31, 2015 8:04:33 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
sanhard wrote:
ok thanks. so, there's no way to do it automatically by clicking over button ?


We can't answer such questions because it has to do with your page. You can do whatever you want to do with JavaScript. Whether that JavaScript works with your page is a different story. You will need to troubleshoot issues related to your page yourself.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.