Method | Description | |
---|---|---|
AddChild ( IWebElement element ) : void | ||
Clear ( ) : void | ||
Click ( ) : void | ||
FakeWebElement ( ) : System | ||
FindElement ( |
||
FindElements ( |
||
GetAttribute ( string attributeName ) : string | ||
GetCssValue ( string propertyName ) : string | ||
KeyShouldHaveBeenSent ( int keyCode ) : void | ||
KeysSent ( ) : string | ||
MakeVisible ( ) : void | ||
SendKeys ( string text ) : void | ||
SetAttribute ( string attributeName, string value ) : void | ||
SetTagName ( string tagName ) : void | ||
SetText ( string text ) : void | ||
SetValue ( string value ) : void | ||
Submit ( ) : void | ||
WasClicked ( ) : void |
public AddChild ( IWebElement element ) : void | ||
element | IWebElement | |
return | void |
public FindElement ( |
||
@by | ||
return | IWebElement |
public FindElements ( |
||
@by | ||
return | ReadOnlyCollection |
public GetAttribute ( string attributeName ) : string | ||
attributeName | string | |
return | string |
public GetCssValue ( string propertyName ) : string | ||
propertyName | string | |
return | string |
public KeyShouldHaveBeenSent ( int keyCode ) : void | ||
keyCode | int | |
return | void |
public SetAttribute ( string attributeName, string value ) : void | ||
attributeName | string | |
value | string | |
return | void |