UnknownWarrior Posted January 23, 2007 Posted January 23, 2007 how do i have it type in an address... Heres what i got -.- MouseClick("left", 438, 67) Sleep(200) Send('{ADDRESS HERE}') Send('{ENTER}') Sleep(10000) the Mouse click is to click the address bar so it highlights it... but that wont seem to work, it just types in h then hits enter any help?
Zedna Posted January 23, 2007 Posted January 23, 2007 (edited) MouseClick("left", 438, 67) Sleep(200) Send('ADDRESS HERE') Send('{ENTER}') Sleep(10000) Edited January 23, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
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