An NDoc Documented Class Library

DefaultSelenium.GetSpeed Method 

Get execution speed (i.e., get the millisecond length of the delay following each selenium operation). By default, there is no such delay, i.e., the delay is 0 milliseconds. See also setSpeed.

public string GetSpeed();

Return Value

the execution speed in milliseconds.

Implements

ISelenium.GetSpeed

See Also

DefaultSelenium Class | Selenium Namespace