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

Browser on a remote device
Inheritance: IMobileBrowser
Show file Open project: vistaprint/automobile

Public Methods

Method 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 method

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

Navigate() public method

Navigate to a url
public Navigate ( string url ) : void
url string url to navigate to
return void

Navigate() public method

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
return void

ProxyBrowser() public method

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

Refresh() public method

public Refresh ( ) : void
return void

WaitForReady() public method

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