C# 클래스 OpenQA.Selenium.Support.Events.EventFiringWebDriver.EventFiringNavigation

Provides a mechanism for Navigating with the driver.
상속: INavigation
파일 보기 프로젝트 열기: asynchrony/Selenium2

공개 메소드들

메소드 설명
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