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

Browser on a remote device
상속: IMobileBrowser
파일 보기 프로젝트 열기: vistaprint/automobile

공개 메소드들

메소드 설명
ExecJavascript ( string js ) : string

Execute javascript on the remote device

Navigate ( string url ) : void

Navigate to a url

Navigate ( string url, bool useBaseUrl ) : void

Navigate to a url

ProxyBrowser ( IProxyDevice owner ) : Automobile.Mobile.Framework.Commands
Refresh ( ) : void
WaitForReady ( ) : void

Wait for the browser to be ready. This means a page is loaded and drawn to the screen.

메소드 상세

ExecJavascript() 공개 메소드

Execute javascript on the remote device
public ExecJavascript ( string js ) : string
js string Javascript to execute
리턴 string

Navigate() 공개 메소드

Navigate to a url
public Navigate ( string url ) : void
url string url to navigate to
리턴 void

Navigate() 공개 메소드

Navigate to a url
public Navigate ( string url, bool useBaseUrl ) : void
url string url to navigate to
useBaseUrl bool use the base Url when navigating
리턴 void

ProxyBrowser() 공개 메소드

public ProxyBrowser ( IProxyDevice owner ) : Automobile.Mobile.Framework.Commands
owner IProxyDevice
리턴 Automobile.Mobile.Framework.Commands

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

WaitForReady() 공개 메소드

Wait for the browser to be ready. This means a page is loaded and drawn to the screen.
public WaitForReady ( ) : void
리턴 void