IWebDriver MethodsWebDriver
The IWebDriver type exposes the following members.
Methods

  NameDescription
Public methodClose
Close the current window, quitting the browser if it is the last window currently open.
Public methodOnlineDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from OnlineIDisposable.)
Public methodFindElement
Finds the first IWebElement using the given method.
(Inherited from ISearchContext.)
Public methodFindElements
Finds all IWebElements within the current context using the given mechanism.
(Inherited from ISearchContext.)
Public methodManage
Instructs the driver to change its settings.
Public methodNavigate
Instructs the driver to navigate the browser to another location.
Public methodQuit
Quits this driver, closing every associated window.
Public methodSwitchTo
Instructs the driver to send future commands to a different frame or window.
Back to Top
See Also