Defines the interface through which the user controls the browser.
public interface IWebDriver : ISearchContext, IDisposable
Gets the current window handle, which is an opaque handle to this window that uniquely identifies it within this driver instance.
string CurrentWindowHandle { get; }
Property Value
Gets the source of the page last loaded by the browser.
string PageSource { get; }
Property Value
Gets the title of the current browser window.
Property ValueGets or sets the URL the browser is currently displaying.
Property ValueGets the window handles of open browser windows.
ReadOnlyCollection<string> WindowHandles { get; }
Property Value
Close the current window, quitting the browser if it is the last window currently open.
Manage()Instructs the driver to change its settings.
ReturnsAn IOptions object allowing the user to change the settings of the driver.
Instructs the driver to navigate the browser to another location.
ReturnsAn INavigation object allowing the user to access the browser's history and to navigate to a given URL.
Quits this driver, closing every associated window.
SwitchTo()Instructs the driver to send future commands to a different frame or window.
ITargetLocator SwitchTo()
Returns
An ITargetLocator object which can be used to select a frame or window.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4