메소드 | 설명 | |
---|---|---|
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 |
public static GetAttribute ( this browser, string elementID, string attribute ) : string | ||
browser | this | |
elementID | string | |
attribute | string | |
리턴 | string |
public static GetElementHTML ( this browser, string elementID ) : string | ||
browser | this | |
elementID | string | |
리턴 | string |
public static GetElementOuterHTML ( this browser, string elementID ) : string | ||
browser | this | |
elementID | string | |
리턴 | string |
public static GetElementText ( this browser, string elementID ) : string | ||
browser | this | |
elementID | string | |
리턴 | string |
public static SetAttribute ( this browser, string elementID, string attribute, object text ) : void | ||
browser | this | |
elementID | string | |
attribute | string | |
text | object | |
리턴 | void |
public static SetElementHTML ( this browser, string elementID, object text ) : void | ||
browser | this | |
elementID | string | |
text | object | |
리턴 | void |
public static SetElementOuterHTML ( this browser, string elementID, object text ) : void | ||
browser | this | |
elementID | string | |
text | object | |
리턴 | void |
public static SetElementText ( this browser, string elementID, object text ) : void | ||
browser | this | |
elementID | string | |
text | object | |
리턴 | void |