C# Class Automobile.Mobile.Android.Automation.AndroidBrowser

Inheritance: Automobile.Mobile.Framework.Browser.MobileBrowser
Afficher le fichier Open project: vistaprint/automobile Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
InitWebView ( ) : void

Initialize the WebView, WebClient, etc

Method Details

AndroidBrowser() public méthode

public AndroidBrowser ( WebView webView ) : System
webView WebView
Résultat System

ExecJavascript() public méthode

Execute some javascript in the browser
public ExecJavascript ( string js ) : string
js string script to execute
Résultat string

Navigate() public méthode

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
Résultat void

Refresh() public méthode

Refresh the browser
public Refresh ( ) : void
Résultat void

WaitForReady() public méthode

Wait for the browser to complete any loading
public WaitForReady ( ) : void
Résultat void