Click or drag to resize

BaseConfigurationMediumTimeout Property

Framework to automate tests using Selenium WebDriver
Gets the java script or ajax waiting time [seconds].

Namespace: Ocaramba
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.2
Syntax
C#
public static double MediumTimeout { get; }
Request Example

Property Value

Double
Example
How to use it:
C#
this.Driver.IsElementPresent(this.statusCodeHeader, BaseConfiguration.MediumTimeout);
See Also