Property | Type | Description |
---|
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 |
public ExecJavascript ( string js ) : string | ||
js | string | /// Javascript to execute /// |
return | string |
public Navigate ( string url, bool useBaseUrl ) : void | ||
url | string | /// URL. /// |
useBaseUrl | bool | /// Use the base url or not /// |
return | void |
public iOSBrowser ( UIWebView webview ) : System | ||
webview | UIWebView | |
return | System |