EventFiringWebDriver PropertiesWebDriver
The EventFiringWebDriver type exposes the following members.
Properties

  NameDescription
Public propertyCurrentWindowHandle
Gets the current window handle, which is an opaque handle to this window that uniquely identifies it within this driver instance.
Public propertyPageSource
Gets the source of the page last loaded by the browser.
Public propertyTitle
Gets the title of the current browser window.
Public propertyUrl
Gets or sets the URL the browser is currently displaying.
Public propertyWindowHandles
Gets the window handles of open browser windows.
Public propertyWrappedDriver
Gets the IWebDriver wrapped by this EventsFiringWebDriver instance.
Back to Top
See Also