C# 클래스 Aquality.Selenium.Browsers.BrowserNavigation

Wrapper over implementation of Selenium WebDriver navigation.
상속: INavigation
파일 보기 프로젝트 열기: aquality-automation/aquality-selenium-dotnet

Private Properties

프로퍼티 타입 설명
BrowserNavigation Aquality.Selenium.Core.Localization
InfoLocNavigate void

공개 메소드들

메소드 설명
Back ( ) : void

Navigates back.

Forward ( ) : void

Navigates forward.

GoToUrl ( Uri url ) : void

Navigates to desired url.

GoToUrl ( string url ) : void

Navigates to desired url.

Refresh ( ) : void

Refreshes current page.

비공개 메소드들

메소드 설명
BrowserNavigation ( RemoteWebDriver driver ) : Aquality.Selenium.Core.Localization
InfoLocNavigate ( string url ) : void

메소드 상세

Back() 공개 메소드

Navigates back.
public Back ( ) : void
리턴 void

Forward() 공개 메소드

Navigates forward.
public Forward ( ) : void
리턴 void

GoToUrl() 공개 메소드

Navigates to desired url.
public GoToUrl ( Uri url ) : void
url Uri Uri representation of URL.
리턴 void

GoToUrl() 공개 메소드

Navigates to desired url.
public GoToUrl ( string url ) : void
url string String representation of URL.
리턴 void

Refresh() 공개 메소드

Refreshes current page.
public Refresh ( ) : void
리턴 void