Guest Pascal Posted March 21, 2005 Posted March 21, 2005 start a web page and put his mouse on a button, or on a link in this page. I ask this because i search in this forum and don't find an answer to my question. First : Everybody don't use Internet Explorer Second : Everbody hasn't the same screen resolution So how can i automatise a sequence which open a browser, move the mouse on a link or a button and don't depend of the browser i use and the screen resolution. Because the command mousemove() and the command send("{TAB}") depends off the browser you use and the screen resolution you have. Thanks all
MHz Posted March 21, 2005 Posted March 21, 2005 Third: Browser have a zoom capability. Fourth: Toolbars can be modified. ... ... ... ... Autoit control is limited with browsers I guess browsers are fairly safe? Except for maybe Java or VBScipt?
zcoacoaz Posted March 21, 2005 Posted March 21, 2005 you dont really need to click a link do you? but this command will run the default browser Run ( @ComSpec & " /c start http://www.website.com", "", @SW_HIDE ) [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]
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