C# Class Pepino.Selenium.WaitForElementBrowserStepStrategy

Inheritance: IBrowserStepStrategy
显示文件 Open project: AcklenAvenue/Pepino

Public Methods

Method Description
IsFor ( Type stepType ) : bool
Run ( IWebDriver webDriver, Step step ) : void

Method Details

IsFor() public method

public IsFor ( Type stepType ) : bool
stepType System.Type
return bool

Run() public method

public Run ( IWebDriver webDriver, Step step ) : void
webDriver IWebDriver
step Pepino.Domain.Entities.Step
return void