The FirefoxDriver type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Binary |
Gets the FirefoxBinary and its details for subclasses
|
![]() | Capabilities |
Gets the capabilities that the RemoteWebDriver instance is currently using
(Inherited from RemoteWebDriver.) |
![]() | CommandExecutor |
Gets the ICommandExecutor which executes commands for this driver.
(Inherited from RemoteWebDriver.) |
![]() | CurrentWindowHandle |
Gets the current window handle, which is an opaque handle to this
window that uniquely identifies it within this driver instance.
(Inherited from RemoteWebDriver.) |
![]() | FileDetector |
Gets or sets the IFileDetector responsible for detecting
sequences of keystrokes representing file paths and names.
(Overrides RemoteWebDriver FileDetector.) |
![]() | Keyboard |
Gets an IKeyboard object for sending keystrokes to the browser.
(Inherited from RemoteWebDriver.) |
![]() | Mouse |
Gets an IMouse object for sending mouse commands to the browser.
(Inherited from RemoteWebDriver.) |
![]() | PageSource |
Gets the source of the page last loaded by the browser.
(Inherited from RemoteWebDriver.) |
![]() | Profile |
Gets the FirefoxProfile that is currently in use by subclasses
|
![]() | SessionId |
Gets the SessionId for the current session of this driver.
(Inherited from RemoteWebDriver.) |
![]() | Title |
Gets the title of the current browser window.
(Inherited from RemoteWebDriver.) |
![]() | Url |
Gets or sets the URL the browser is currently displaying.
(Inherited from RemoteWebDriver.) |
![]() | WindowHandles |
Gets the window handles of open browser windows.
(Inherited from RemoteWebDriver.) |
See Also