WebDriver Properties

The WebDriver type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleActions
Get the actions class
Public propertyBaseUrl
Base URL to use a relative URL with Get
Public propertyKeyboard
Keyboard
Public propertyKeys
Keys
Public propertyManage
Instructs the driver to change its settings.
Public propertyMouse
Mouse
Public propertyProxy
Public propertyTimeouts
Manage the browser settings. Need to be defined before the browser is launched
Public propertyTitle
Gets the title of the current browser window.
Public propertyTouchActions
TouchActions
Public propertyTouchScreen
TouchScreen
Public propertyUrl
Get the URL the browser is currently displaying.
Public propertyWindow
Gets an object allowing the user to manipulate the currently-focused browser window.
Public propertyWindows
Gets the window handles of open browser windows.
Top
See Also