The IWebDriver type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Close |
Close the current window, quitting the browser if it is the last window currently open.
|
![]() | ![]() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ![]() |
![]() | FindElement |
Finds the first IWebElement using the given method.
(Inherited from ISearchContext.) |
![]() | FindElements |
Finds all IWebElements within the current context
using the given mechanism.
(Inherited from ISearchContext.) |
![]() | Manage |
Instructs the driver to change its settings.
|
![]() | Navigate |
Instructs the driver to navigate the browser to another location.
|
![]() | Quit |
Quits this driver, closing every associated window.
|
![]() | SwitchTo |
Instructs the driver to send future commands to a different frame or window.
|
Properties
Name | Description | |
---|---|---|
![]() | CurrentWindowHandle |
Gets the current window handle, which is an opaque handle to this
window that uniquely identifies it within this driver instance.
|
![]() | PageSource |
Gets the source of the page last loaded by the browser.
|
![]() | Title |
Gets the title of the current browser window.
|
![]() | Url |
Gets or sets the URL the browser is currently displaying.
|
![]() | WindowHandles |
Gets the window handles of open browser windows.
|
See Also