An NDoc Documented Class Library

DefaultSelenium.SetSpeed Method 

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.

public void SetSpeed(
   string value
);

Parameters

value
the number of milliseconds to pause after operation

Implements

ISelenium.SetSpeed

See Also

DefaultSelenium Class | Selenium Namespace