rahim Posted March 18, 2010 Share Posted March 18, 2010 hi iam writing i simple script i want it to open yahoo page the choose something i want like this #include <Process.au3> $rc = _RunDos("start http://fr.yahoo.com/") Sleep(6000) MouseClick("right" [,317,174[,3[,1]]]) but it didnt work he open the page but mouseclick didnt work with me where is the mestic Link to comment Share on other sites More sharing options...
LurchMan Posted March 18, 2010 Share Posted March 18, 2010 Look in the help file at the _IE () Functions Dating a girl is just like writing software. Everything's going to work just fine in the testing lab (dating), but as soon as you have contract with a customer (marriage), then your program (life) is going to be facing new situations you never expected. You'll be forced to patch the code (admit you're wrong) and then the code (wife) will just end up all bloated and unmaintainable in the end. Link to comment Share on other sites More sharing options...
rahim Posted March 18, 2010 Author Share Posted March 18, 2010 man plz help me i cant find the problem Link to comment Share on other sites More sharing options...
JohnOne Posted March 18, 2010 Share Posted March 18, 2010 (edited) For starters MouseClick("right" [,317,174[,3[,1]]]) That is a problem, did you even look at the example ? try MouseClick("right",317,174,3,1) Edited March 18, 2010 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Fubarable Posted March 18, 2010 Share Posted March 18, 2010 I'd even question using the "right" mouse button here. Most often the main mouse button is the "left" one, but to be safe, you could use "main" or "primary". Link to comment Share on other sites More sharing options...
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