bills4 Posted December 12, 2011 Posted December 12, 2011 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 ?
willichan Posted December 12, 2011 Posted December 12, 2011 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. My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash
Valik Posted December 12, 2011 Posted December 12, 2011 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.
Recommended Posts