C# Class OpenQA.Selenium.Support.Events.EventFiringWebDriver.EventFiringOptions

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

Public Methods

Method Description
EventFiringOptions ( EventFiringWebDriver driver ) : System

Initializes a new instance of the EventFiringOptions class

Timeouts ( ) : ITimeouts

Provides access to the timeouts defined for this driver.

Method Details

EventFiringOptions() public method

Initializes a new instance of the EventFiringOptions class
public EventFiringOptions ( EventFiringWebDriver driver ) : System
driver EventFiringWebDriver 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