C# Класс SpecFlow.WatiN.Steps

Наследование: StepsBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Confirm ( System.Action action ) : void

Приватные методы

Метод Описание
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

Описание методов

Confirm() публичный Метод

public Confirm ( System.Action action ) : void
action System.Action
Результат void