RemoteWebDriver PropertiesWebDriver
The RemoteWebDriver type exposes the following members.
Properties

  NameDescription
Public propertyCapabilities
Gets the capabilities that the RemoteWebDriver instance is currently using
Protected propertyCommandExecutor
Gets the ICommandExecutor which executes commands for this driver.
Public propertyCurrentWindowHandle
Gets the current window handle, which is an opaque handle to this window that uniquely identifies it within this driver instance.
Public propertyFileDetector
Gets or sets the IFileDetector responsible for detecting sequences of keystrokes representing file paths and names.
Public propertyKeyboard
Gets an IKeyboard object for sending keystrokes to the browser.
Public propertyMouse
Gets an IMouse object for sending mouse commands to the browser.
Public propertyPageSource
Gets the source of the page last loaded by the browser.
Protected propertySessionId
Gets the SessionId for the current session of this driver.
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.
Back to Top
See Also