A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://seleniumhq.github.io/selenium/docs/api/dotnet/webdriver/OpenQA.Selenium.IWebDriver.html below:

Interface IWebDriver

Interface IWebDriver
Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Defines the interface through which the user controls the browser.

public interface IWebDriver : ISearchContext, IDisposable
Inherited Members
Extension Methods
Properties CurrentWindowHandle

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
string
PageSource

Gets the source of the page last loaded by the browser.

string PageSource { get; }
Property Value
string
Title

Gets the title of the current browser window.

Property Value
string
Url

Gets or sets the URL the browser is currently displaying.

Property Value
string
See Also
WindowHandles

Gets the window handles of open browser windows.

ReadOnlyCollection<string> WindowHandles { get; }
Property Value
ReadOnlyCollection<string>
Methods Close()

Close the current window, quitting the browser if it is the last window currently open.

Manage()

Instructs the driver to change its settings.

Returns
IOptions

An IOptions object allowing the user to change the settings of the driver.

Navigate()

Instructs the driver to navigate the browser to another location.

Returns
INavigation

An INavigation object allowing the user to access the browser's history and to navigate to a given URL.

Quit()

Quits this driver, closing every associated window.

SwitchTo()

Instructs the driver to send future commands to a different frame or window.

ITargetLocator SwitchTo()
Returns
ITargetLocator

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