Jump to content

How to click on a special link


Recommended Posts

Hi,

this is not tested, but should show the way and may works:

$oIE = IECreate ("http://www.autoitscript.com")
$oLinks = _IELinkGetCollection ($oIE)
;$iNumLinks = @extended
For $oLink In $oLinks
    If StringInStr ($oLink.href, "http://www.autoitscript.com/forum") <> 0 Then
        _IEAction ($oLink, "Click")
    EndIf
Next

;-))

Stefan

Thanks a lot :mellow:
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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