C# Class Pepino.Selenium.ElementDoesNotExistBrowserStepStrategy

Inheritance: IBrowserStepStrategy
Show file 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