C# Class Automobile.Mobile.iOS.Automation.iOSBrowser

Inheritance: Automobile.Mobile.Framework.Browser.MobileBrowser
Show file Open project: vistaprint/automobile Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ExecJavascript ( string js ) : string

Executes some javascript in the browser

Navigate ( string url, bool useBaseUrl ) : void

Navigate to specified url.

Refresh ( ) : void

Refresh the page.

WaitForReady ( ) : void

Waits for the browser to be ready.

iOSBrowser ( UIWebView webview ) : System

Method Details

ExecJavascript() public method

Executes some javascript in the browser
public ExecJavascript ( string js ) : string
js string /// Javascript to execute ///
return string

Navigate() public method

Navigate to specified url.
public Navigate ( string url, bool useBaseUrl ) : void
url string /// URL. ///
useBaseUrl bool /// Use the base url or not ///
return void

Refresh() public method

Refresh the page.
public Refresh ( ) : void
return void

WaitForReady() public method

Waits for the browser to be ready.
public WaitForReady ( ) : void
return void

iOSBrowser() public method

public iOSBrowser ( UIWebView webview ) : System
webview UIWebView
return System