The AndroidDriver type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | 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.
(Inherited from RemoteWebDriver.) |
![]() | 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.) |
![]() | Orientation |
Gets or sets the screen orientation of the browser on the device.
|
![]() | PageSource |
Gets the source of the page last loaded by the browser.
(Inherited from RemoteWebDriver.) |
![]() | 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.) |
![]() | TouchScreen |
Gets the device representing the touch screen.
|
![]() | 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