C# Class DOMExtensions, KMotionX

Afficher le fichier Open project: parhansson/KMotionX Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetAttribute ( this browser, string elementID, string attribute ) : string
browser this
elementID string
attribute string
Résultat string

GetElementHTML() public static méthode

public static GetElementHTML ( this browser, string elementID ) : string
browser this
elementID string
Résultat string

GetElementOuterHTML() public static méthode

public static GetElementOuterHTML ( this browser, string elementID ) : string
browser this
elementID string
Résultat string

GetElementText() public static méthode

public static GetElementText ( this browser, string elementID ) : string
browser this
elementID string
Résultat string

SetAttribute() public static méthode

public static SetAttribute ( this browser, string elementID, string attribute, object text ) : void
browser this
elementID string
attribute string
text object
Résultat void

SetElementHTML() public static méthode

public static SetElementHTML ( this browser, string elementID, object text ) : void
browser this
elementID string
text object
Résultat void

SetElementOuterHTML() public static méthode

public static SetElementOuterHTML ( this browser, string elementID, object text ) : void
browser this
elementID string
text object
Résultat void

SetElementText() public static méthode

public static SetElementText ( this browser, string elementID, object text ) : void
browser this
elementID string
text object
Résultat void