C# 클래스 Automobile.Mobile.Android.Automation.AndroidBrowser

상속: Automobile.Mobile.Framework.Browser.MobileBrowser
파일 보기 프로젝트 열기: vistaprint/automobile 1 사용 예제들

공개 메소드들

메소드 설명
AndroidBrowser ( WebView webView ) : System
ExecJavascript ( string js ) : string

Execute some javascript in the browser

Navigate ( string url, bool useBaseUrl ) : void

Navigate to a url optionally using the base url

Refresh ( ) : void

Refresh the browser

WaitForReady ( ) : void

Wait for the browser to complete any loading

비공개 메소드들

메소드 설명
InitWebView ( ) : void

Initialize the WebView, WebClient, etc

메소드 상세

AndroidBrowser() 공개 메소드

public AndroidBrowser ( WebView webView ) : System
webView WebView
리턴 System

ExecJavascript() 공개 메소드

Execute some javascript in the browser
public ExecJavascript ( string js ) : string
js string script to execute
리턴 string

Navigate() 공개 메소드

Navigate to a url optionally using the base url
public Navigate ( string url, bool useBaseUrl ) : void
url string url to navigate to
useBaseUrl bool toggle baseurl
리턴 void

Refresh() 공개 메소드

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

WaitForReady() 공개 메소드

Wait for the browser to complete any loading
public WaitForReady ( ) : void
리턴 void