EdgeDriver Properties

The EdgeDriver type exposes the following members.

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