KT wrote:
> Is there any way to make the auto type entry to pause/wait for a while
> without effecting the type speed? I am having some difficulty for web
> sites who display their authentication sequence across several pages.
> I tried something like
>
> \u\n\d999\d999\p\n\d999\d999\<some other auth info here>\n
>
> but it takes ages to complete the sign-on and the sign-on may fail
> depending on the vagaries of the connection, say, if it takes longer
> than 2 secs for the subsequent pages to load.
>
I found it's important to follow the long delay - which allows for the
browser to load a new page, with a short a delay for the actual typing
speed.
The last delay in your string is "\d999". This causes the delay between
the appearance of each and every character of password and <some other
auth info> to take about 3 seconds. :)
So try following your three groups of "\d999"s with something short,
like "\d60".
jim
--
What is the difference between a car salesman and a computer salesman?
Give up? Well, car salesmen _know_ when they're lying!
|