Class SeleniumWebOptions
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
ConfigurationSectionName
public const string ConfigurationSectionName = "ProtoTest:Web:Selenium"
Field Value
Properties
ActionTimeout
public TimeSpan ActionTimeout { get; set; }
Property Value
CheckClickObstruction
public bool CheckClickObstruction { get; set; }
Property Value
DiagnosticTraceRetention
public SeleniumDiagnosticTraceRetention DiagnosticTraceRetention { get; set; }
Property Value
PollInterval
public TimeSpan PollInterval { get; set; }
Property Value
WaitForStableBounds
public bool WaitForStableBounds { get; set; }