C# Class OpenQA.Selenium.Remote.RemoteOptions

Provides a mechanism for setting options needed for the driver during the test.
Inheritance: IOptions
Exibir arquivo Open project: asynchrony/Selenium2

Public Methods

Method Description
RemoteOptions ( RemoteWebDriver driver ) : System

Initializes a new instance of the RemoteOptions class

Timeouts ( ) : ITimeouts

Provides access to the timeouts defined for this driver.

Method Details

RemoteOptions() public method

Initializes a new instance of the RemoteOptions class
public RemoteOptions ( RemoteWebDriver driver ) : System
driver RemoteWebDriver Instance of the driver currently in use
return System

Timeouts() public method

Provides access to the timeouts defined for this driver.
public Timeouts ( ) : ITimeouts
return ITimeouts