C# Класс PiroPiro.SpecFlow.Web.IStepsDefinitionsExt

Показать файл Открыть проект

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

Метод Описание
Browser ( this stepsDef ) : Browser

context Browser instance

Context ( this stepsDef ) : TechTalk.SpecFlow.ScenarioContext

Gets current scenario context

Page ( this stepsDef ) : Element

Returns the currently focused element on the Page (Element.Within) if exists, otherwise returns the Browser.

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

Browser() публичный статический Метод

context Browser instance
public static Browser ( this stepsDef ) : Browser
stepsDef this
Результат Browser

Context() публичный статический Метод

Gets current scenario context
public static Context ( this stepsDef ) : TechTalk.SpecFlow.ScenarioContext
stepsDef this
Результат TechTalk.SpecFlow.ScenarioContext

Page() публичный статический Метод

Returns the currently focused element on the Page (Element.Within) if exists, otherwise returns the Browser.
public static Page ( this stepsDef ) : Element
stepsDef this
Результат Element