C# 클래스 OpenQA.Selenium.Chrome.ChromeDriver.ChromeNavigation

Provides a way to navigate
상속: INavigation
파일 보기 프로젝트 열기: epall/selenium

공개 메소드들

메소드 설명
Back ( ) : void

Make the browser go back

ChromeNavigation ( ChromeDriver instance ) : System

Initializes a new instance of the ChromeNavigation class

Execute ( DriverCommand command ) : ChromeResponse

Execute commands on the browser

Forward ( ) : void

Make the browser go forward

GoToUrl ( Uri url ) : void

Navigate to the URL

GoToUrl ( string url ) : void

Navigate to the URL

Refresh ( ) : void

Refresh the Browser

메소드 상세

Back() 공개 메소드

Make the browser go back
public Back ( ) : void
리턴 void

ChromeNavigation() 공개 메소드

Initializes a new instance of the ChromeNavigation class
public ChromeNavigation ( ChromeDriver instance ) : System
instance ChromeDriver Driver currently in use
리턴 System

Execute() 공개 메소드

Execute commands on the browser
public Execute ( DriverCommand command ) : ChromeResponse
command OpenQA.Selenium.Remote.DriverCommand Command to be executed
리턴 ChromeResponse

Forward() 공개 메소드

Make the browser go forward
public Forward ( ) : void
리턴 void

GoToUrl() 공개 메소드

Navigate to the URL
public GoToUrl ( Uri url ) : void
url System.Uri Server under test URL
리턴 void

GoToUrl() 공개 메소드

Navigate to the URL
public GoToUrl ( string url ) : void
url string Server under test URL
리턴 void

Refresh() 공개 메소드

Refresh the Browser
public Refresh ( ) : void
리턴 void