Jump to content

Recommended Posts

Posted

i have a code

#include <string.au3>

#include <IE.au3>

$oIE = ObjCreate("InternetExplorer.Application")

$oIE.visible = True

$oIE.Navigate("http://mail.yahoo.com")

_IELoadWait ($oIE)

$oIE.document.getElementById("signUpBtn").click

_IELoadWait ($oIE)

how can get capcha of this page ?

Posted

I believe the purpose of capcha is to prevent automated signups. Circumventing security is rather frowned on here. You might want to re-read the forum rules.

Posted

I love the logical disconnect people have with CAPTCHA's. They want to automate them when their entire purpose is to prevent automation yet the make this posts without the slightest hint of irony.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...