RanorexRanorex Documentation
SpeedFactor Property
NamespacesRanorexDelaySpeedFactor
Gets or sets the speed factor. Set to positive infinity or zero to disable delays. Defaults is '1.0'.
Declaration Syntax
C#Visual BasicVisual C++
public static double SpeedFactor { get; set; }
Public Shared Property SpeedFactor As Double
public:
static property double SpeedFactor {
	double get ();
	void set (double value);
}
Value
The speed factor. Delays get reduced by that factor, e.g. a speed factor of 2 reduces delays to half their value.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf the value is negative, NaN, or negative infinity.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)