C# Класс OpenQA.Selenium.Support.Events.EventFiringWebDriver.EventFiringNavigation

Provides a mechanism for Navigating with the driver.
Наследование: INavigation
Показать файл Открыть проект

Открытые методы

Метод Описание
Back ( ) : void

Move the browser back

EventFiringNavigation ( EventFiringWebDriver driver ) : System

Initializes a new instance of the EventFiringNavigation class

Forward ( ) : void

Move the browser forward

GoToUrl ( Uri url ) : void

Navigate to a url for your test

GoToUrl ( string url ) : void

Navigate to a url for your test

Refresh ( ) : void

Refresh the browser

Описание методов

Back() публичный Метод

Move the browser back
public Back ( ) : void
Результат void

EventFiringNavigation() публичный Метод

Initializes a new instance of the EventFiringNavigation class
public EventFiringNavigation ( EventFiringWebDriver driver ) : System
driver EventFiringWebDriver Driver in use
Результат System

Forward() публичный Метод

Move the browser forward
public Forward ( ) : void
Результат void

GoToUrl() публичный Метод

Navigate to a url for your test
public GoToUrl ( Uri url ) : void
url System.Uri Uri object of where you want the browser to go to
Результат void

GoToUrl() публичный Метод

Navigate to a url for your test
public GoToUrl ( string url ) : void
url string String of where you want the browser to go to
Результат void

Refresh() публичный Метод

Refresh the browser
public Refresh ( ) : void
Результат void