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.INavigation.html below:

Interface INavigation

Interface INavigation
Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Defines an interface allowing the user to access the browser's history and to navigate to a given URL.

public interface INavigation
Methods Back()

Move back a single entry in the browser's history.

BackAsync()

Move back a single entry in the browser's history as an asynchronous task.

Returns
Task

A task object representing the asynchronous operation.

Forward()

Move a single "item" forward in the browser's history.

ForwardAsync()

Move a single "item" forward in the browser's history as an asynchronous task.

Returns
Task

A task object representing the asynchronous operation.

GoToUrl(string)

Load a new web page in the current browser window.

Parameters
url string

The URL to load. It is best to use a fully qualified URL

Exceptions
ArgumentNullException

If url is null.

GoToUrl(Uri)

Load a new web page in the current browser window.

Parameters
url Uri

The URL to load.

Exceptions
ArgumentNullException

If url is null.

GoToUrlAsync(string)

Navigate to a url as an asynchronous task.

Task GoToUrlAsync(string url)
Parameters
url string

String of where you want the browser to go.

Returns
Task

A task object representing the asynchronous operation.

Exceptions
ArgumentNullException

If url is null.

GoToUrlAsync(Uri)

Navigate to a url as an asynchronous task.

Task GoToUrlAsync(Uri url)
Parameters
url Uri

Uri object of where you want the browser to go.

Returns
Task

A task object representing the asynchronous operation.

Exceptions
ArgumentNullException

If url is null.

Refresh()

Refreshes the current page.

RefreshAsync()

Reload the current page as an asynchronous task.

Returns
Task

A task object representing the asynchronous operation.


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