Guest Pascal 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 Share this post Link to post Share on other sites
MHz 80 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? Share this post Link to post Share on other sites
zcoacoaz 0 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] Share this post Link to post Share on other sites