Guest imagine Posted May 11, 2004 Posted May 11, 2004 Is there a command in au3 that I can use to click for example the Home link on a web page? (without tabbing to it)
brett Posted May 11, 2004 Posted May 11, 2004 Yes, look in the help file. search "Send" and you will find a list of commands and that will be one of them. -Brett
Helge Posted May 11, 2004 Posted May 11, 2004 Is there a command in au3 that I can use to click for example the Home link on a web page? (without tabbing to it)You should check out ControlSend !
scriptkitty Posted May 11, 2004 Posted May 11, 2004 Is there a command in au3 that I can use to click for example the Home link on a web page? (without tabbing to it)since you are using a web browser, controlsend and send might be a bit tricky. if you know the page, you may be able to do a mouseclick at a certain location, or use a send("^f") to send a control+f to bring up the find box, then send the word closest to the home link, and then tab or shift+tab to the link.AutoIt works with non-standard controls, but it takes a bit more work. AutoIt3, the MACGYVER Pocket Knife for computers.
Guest imagine Posted May 11, 2004 Posted May 11, 2004 Thanks for responding, I tried using the find command before. But, even though it highlights the link next to the one I want, when I send the tab command, tabbing continues from where it was before I used the find command.
Guest imagine Posted May 13, 2004 Posted May 13, 2004 Using Internet Explorers find command didnt work properly on my computer. So, I switched to Mozilla and their find command works perfectly for this purpose. Thanks for the help.
scriptkitty Posted May 13, 2004 Posted May 13, 2004 ah, I normally use mozilla, so might be why it works for me that way, I will have to test out explorer...nah. AutoIt3, the MACGYVER Pocket Knife for computers.
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