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

Show file Open project: vistaprint/automobile

Public Methods

Method Description
Click ( ) : void
Element ( IMobileBrowser browser, string selector ) : System.Collections.Generic
GetAttribute ( string name ) : string

Method Details

Click() public method

public Click ( ) : void
return void

Element() public method

public Element ( IMobileBrowser browser, string selector ) : System.Collections.Generic
browser IMobileBrowser
selector string
return System.Collections.Generic

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string