C# Class OpenQA.Selenium.Remote.RemoteOptions

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

Méthodes publiques

Méthode 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 méthode

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

Timeouts() public méthode

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