C# Class SpecFlow.WatiN.Steps

Inheritance: StepsBase
Datei anzeigen Open project: mmozuras/Specflow.WatiN

Public Methods

Method Description
Confirm ( System.Action action ) : void

Private Methods

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

Method Details

Confirm() public method

public Confirm ( System.Action action ) : void
action System.Action
return void