Setspeed

Set execution speed (i.e., set the millisecond length of a delay which will follow each selenium operation). By default, there is no such delay, i.e., the delay is 0 milliseconds.

Required Attributes
value
the number of milliseconds to pause after operation.
Usage Examples
Example #1
<selenium baseurl="http://www.google.com">
   
<open url="/" />
   
<setSpeed speed="500" />
</selenium>