Jump to content

Recommended Posts

Posted

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

Posted

The following should work (MSIE v6, here)

  • CTRL+F for the link text
  • Escape the Find dialog :: {ESC}
  • Tab .. sets focus at the highlighted link
HTH :D
Posted

Many thanks - sometimes the most obvious solution is not - well.. obvious!

Cheers

Rob

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
  • Recently Browsing   0 members

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