Class SeleniumWebOptions

Namespace
ProtoTest.Web.Selenium
Assembly
ProtoTest.Web.Selenium.dll

Selenium session options. Besides code, they bind from ProtoTest:Web:Selenium and ProtoTest:Web:Sessions:{name}, in that order.

public sealed class SeleniumWebOptions : IProtoConfigurableOptions
Inheritance
SeleniumWebOptions
Implements
Inherited Members
Extension Methods

Fields

BackendName

public const string BackendName = "Selenium"

Field Value

string

ConfigurationSectionName

public const string ConfigurationSectionName = "ProtoTest:Web:Selenium"

Field Value

string

Properties

ActionTimeout

public TimeSpan ActionTimeout { get; set; }

Property Value

TimeSpan

CheckClickObstruction

public bool CheckClickObstruction { get; set; }

Property Value

bool

DiagnosticTraceRetention

public SeleniumDiagnosticTraceRetention DiagnosticTraceRetention { get; set; }

Property Value

SeleniumDiagnosticTraceRetention

PollInterval

public TimeSpan PollInterval { get; set; }

Property Value

TimeSpan

WaitForStableBounds

public bool WaitForStableBounds { get; set; }

Property Value

bool