Method |
Description |
|
Check ( string text ) : void |
|
|
Choose ( string text ) : void |
|
|
Click ( string text ) : void |
|
|
ClickAndConfirm ( string text ) : void |
|
|
ClickAndWait ( string text, int seconds ) : void |
|
|
ClickImage ( string text ) : void |
|
|
FillIn ( string field, string value ) : void |
|
|
GoTo ( string url ) : void |
|
|
Press ( string text ) : void |
|
|
PressAndConfirm ( string value ) : void |
|
|
PressAndWait ( string text, int seconds ) : void |
|
|
PressEnter ( ) : void |
|
|
PressEnterAndWait ( int seconds ) : void |
|
|
See ( string text ) : void |
|
|
SelectFrom ( string text, string name ) : void |
|
|
Uncheck ( string text ) : void |
|
|
Wait ( int seconds ) : void |
|
|