C# 클래스 OpenQA.Selenium.Remote.RemoteWebDriver.RemoteNavigation

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

공개 메소드들

메소드 설명
Back ( ) : void

Move the browser back

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

RemoteNavigation ( RemoteWebDriver driver ) : System

Initializes a new instance of the RemoteNavigation class

메소드 상세

Back() 공개 메소드

Move the browser back
public Back ( ) : void
리턴 void

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

RemoteNavigation() 공개 메소드

Initializes a new instance of the RemoteNavigation class
public RemoteNavigation ( RemoteWebDriver driver ) : System
driver RemoteWebDriver Driver in use
리턴 System