Guest RJS Posted June 22, 2004 Posted June 22, 2004 I have just started using AutoIt. Can't believe the full function set! Thanks to all who built this great tool. I want to automate filling of a web page form. I've got MSIE loading the web site OK and now have to "click" through a few hypertext links to get to the page with the form I want. I can do this with Send("{TAB}")'s, but this assumes that the number of links doesn't change. Is there a way to send focus directly to a link with defined text such as "Click here to logon" Thanks Rob
trids Posted June 22, 2004 Posted June 22, 2004 The following should work (MSIE v6, here)CTRL+F for the link textEscape the Find dialog :: {ESC}Tab .. sets focus at the highlighted linkHTH
Guest RJS Posted June 23, 2004 Posted June 23, 2004 Many thanks - sometimes the most obvious solution is not - well.. obvious! Cheers Rob
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