C# 클래스 OpenQA.Selenium.IE.InternetExplorerDriver.InternetExplorerNavigation

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.

InternetExplorerNavigation ( InternetExplorerDriver driver ) : System

Initializes a new instance of the InternetExplorerNavigation class.

Refresh ( ) : void

Refresh the browser.

메소드 상세

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 the URL you want the browser to go to.
리턴 void

InternetExplorerNavigation() 공개 메소드

Initializes a new instance of the InternetExplorerNavigation class.
public InternetExplorerNavigation ( InternetExplorerDriver driver ) : System
driver InternetExplorerDriver Driver in use
리턴 System

Refresh() 공개 메소드

Refresh the browser.
public Refresh ( ) : void
리턴 void