Jump to content

Click the link inside <a> tag


Recommended Posts

maybe _IETagNameGetCollection?,look at its example script there is a 'for in' loop you could try to loop true the tags, and look for inner text or id etc and when the correct one is found you can click it with _IEAction or just with $oInput.click()
in the example you see
$oInput.type, a fiew you can use instead of type for example is .id .name .innertext .innerhtml .tagname
Example consolewrite ($oInput.id&@lf)
and you can find more of those properties here https://msdn.microsoft.com/en-us/library/ms533899(v=vs.85).aspx
 

Edited by jvds
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...