Jump to content

how can cut this string


bills4
 Share

Recommended Posts

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 ?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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