jbc1 Posted October 22, 2008 Posted October 22, 2008 (edited) 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 October 22, 2008 by jbc1
jbc1 Posted October 22, 2008 Author Posted October 22, 2008 Does anybody here know if this is possible? Am I wasting my time with this?
PsaltyDS Posted October 22, 2008 Posted October 22, 2008 (edited) Hi,Is there any way I can click a hyperlink by its ID? All I see in the help file are:_IELinkClickByIndex_IELinkGetCollectionBoth 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,JayGet 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... Edited October 22, 2008 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now