C# Class Automobile.Mobile.Framework.UnitTests.Helpers.MobileBrowserDummy

Inheritance: IMobileBrowser
Show file Open project: vistaprint/automobile Class Usage Examples

Public Methods

Method Description
ExecJavascript ( string js ) : string
Navigate ( string url ) : void
Navigate ( string url, bool useBaseUrl ) : void
Refresh ( ) : void
WaitForReady ( ) : void

Method Details

ExecJavascript() public method

public ExecJavascript ( string js ) : string
js string
return string

Navigate() public method

public Navigate ( string url ) : void
url string
return void

Navigate() public method

public Navigate ( string url, bool useBaseUrl ) : void
url string
useBaseUrl bool
return void

Refresh() public method

public Refresh ( ) : void
return void

WaitForReady() public method

public WaitForReady ( ) : void
return void