C# 클래스 Automobile.Mobile.Framework.Browser.MobileBrowser

상속: IMobileBrowser
파일 보기 프로젝트 열기: vistaprint/automobile

공개 메소드들

메소드 설명
ExecJavascript ( string js ) : string
Navigate ( string url ) : void
Navigate ( string url, bool useBaseUrl ) : void
Refresh ( ) : void
WaitForReady ( ) : void

보호된 메소드들

메소드 설명
MobileBrowser ( ) : System

메소드 상세

ExecJavascript() 공개 추상적인 메소드

public abstract ExecJavascript ( string js ) : string
js string
리턴 string

MobileBrowser() 보호된 메소드

protected MobileBrowser ( ) : System
리턴 System

Navigate() 공개 메소드

public Navigate ( string url ) : void
url string
리턴 void

Navigate() 공개 추상적인 메소드

public abstract Navigate ( string url, bool useBaseUrl ) : void
url string
useBaseUrl bool
리턴 void

Refresh() 공개 추상적인 메소드

public abstract Refresh ( ) : void
리턴 void

WaitForReady() 공개 추상적인 메소드

public abstract WaitForReady ( ) : void
리턴 void