C# Class Automobile.Mobile.Framework.Browser.ProxyBrowser

Browser on a remote device
Inheritance: IMobileBrowser
Afficher le fichier Open project: vistaprint/automobile

Méthodes publiques

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

Method Details

ExecJavascript() public méthode

Execute javascript on the remote device
public ExecJavascript ( string js ) : string
js string Javascript to execute
Résultat string

Navigate() public méthode

Navigate to a url
public Navigate ( string url ) : void
url string url to navigate to
Résultat void

Navigate() public méthode

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

ProxyBrowser() public méthode

public ProxyBrowser ( IProxyDevice owner ) : Automobile.Mobile.Framework.Commands
owner IProxyDevice
Résultat Automobile.Mobile.Framework.Commands

Refresh() public méthode

public Refresh ( ) : void
Résultat void

WaitForReady() public méthode

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