Jump to content

how to prevent inactivity logout


Guest scorpion
 Share

Recommended Posts

Guest scorpion

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

Search the helpfile for the following functions/loop structures, come up with something (even if it don't work :whistle: and show us what you've done)

MouseClick

Sleep

While

maybe these:

MouseMove

AdlibEnable

If you don't understand, just ask. :dance:

Edited by layer
FootbaG
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Correction:

Send("{F5}")

:whistle:

<{POST_SNAPBACK}>

Yup, you got me :">

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...