C# Class DOMExtensions, KMotionX

Show file Open project: parhansson/KMotionX Class Usage Examples

Public Methods

Method Description
GetAttribute ( this browser, string elementID, string attribute ) : string
GetElementHTML ( this browser, string elementID ) : string
GetElementOuterHTML ( this browser, string elementID ) : string
GetElementText ( this browser, string elementID ) : string
SetAttribute ( this browser, string elementID, string attribute, object text ) : void
SetElementHTML ( this browser, string elementID, object text ) : void
SetElementOuterHTML ( this browser, string elementID, object text ) : void
SetElementText ( this browser, string elementID, object text ) : void

Method Details

GetAttribute() public static method

public static GetAttribute ( this browser, string elementID, string attribute ) : string
browser this
elementID string
attribute string
return string

GetElementHTML() public static method

public static GetElementHTML ( this browser, string elementID ) : string
browser this
elementID string
return string

GetElementOuterHTML() public static method

public static GetElementOuterHTML ( this browser, string elementID ) : string
browser this
elementID string
return string

GetElementText() public static method

public static GetElementText ( this browser, string elementID ) : string
browser this
elementID string
return string

SetAttribute() public static method

public static SetAttribute ( this browser, string elementID, string attribute, object text ) : void
browser this
elementID string
attribute string
text object
return void

SetElementHTML() public static method

public static SetElementHTML ( this browser, string elementID, object text ) : void
browser this
elementID string
text object
return void

SetElementOuterHTML() public static method

public static SetElementOuterHTML ( this browser, string elementID, object text ) : void
browser this
elementID string
text object
return void

SetElementText() public static method

public static SetElementText ( this browser, string elementID, object text ) : void
browser this
elementID string
text object
return void