The IWebDriver type exposes the following members.
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.
|
See Also