Guest scorpion Posted August 15, 2005 Share Posted August 15, 2005 Hi, I am very new to autoit. Basically , I want to write a simple script that would prevent me to get logged out from a particular website due to inactivity. I need few mouseclicks at some particular position after every 7 minutes . Can anybody help me on this please. thanks Link to comment Share on other sites More sharing options...
layer Posted August 15, 2005 Share Posted August 15, 2005 (edited) Search the helpfile for the following functions/loop structures, come up with something (even if it don't work and show us what you've done)MouseClickSleepWhilemaybe these:MouseMoveAdlibEnableIf you don't understand, just ask. Edited August 15, 2005 by layer FootbaG Link to comment Share on other sites More sharing options...
Josbe Posted August 15, 2005 Share Posted August 15, 2005 Hi, I am very new to autoit. Basically , I want to write a simple script that would prevent me to get logged out from a particular website due to inactivity. I need few mouseclicks at some particular position after every 7 minutes . Can anybody help me on this please. thanks<{POST_SNAPBACK}>I believe that it is necessary that you put of your part, writing something of your script. If you have problems with the execution of such script (script that you posted here), glad I could help him. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
/dev/null Posted August 15, 2005 Share Posted August 15, 2005 you could send a reload command to the browser every few minutes. See help file for send(), esp. send("{F5}). Cheers Kurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * Link to comment Share on other sites More sharing options...
layer Posted August 15, 2005 Share Posted August 15, 2005 you could send a reload command to the browser every few minutes. See help file for send(), esp. send("{F5}).CheersKurt<{POST_SNAPBACK}>Correction:Send("{F5}") FootbaG Link to comment Share on other sites More sharing options...
/dev/null Posted August 15, 2005 Share Posted August 15, 2005 Correction:Send("{F5}") <{POST_SNAPBACK}>Yup, you got me :"> CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * 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