Jump to content

Clicking a Hyperlink by its ID?


jbc1
 Share

Recommended Posts

Hi,

Is there any way I can click a hyperlink by its ID? All I see in the help file are:

_IELinkClickByIndex

_IELinkGetCollection

Both of these are useless to me as my script will be running on many localised versions.

Does anybody know how to click a link by its ID or if this is even possible?

Thanks,

Jay

Edited by jbc1
Link to comment
Share on other sites

Hi,

Is there any way I can click a hyperlink by its ID? All I see in the help file are:

_IELinkClickByIndex

_IELinkGetCollection

Both of these are useless to me as my script will be running on many localised versions.

Does anybody know how to click a link by its ID or if this is even possible?

Thanks,

Jay

Get an object reference to the element, then _IEAction($oElement, "click").

:(

P.S. If I had noticed that you bumped your thread after less than two hours, I would have ignored it... Read the forum etiquette sticky post...

:P

Edited by PsaltyDS
Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...