C# Class Pepino.Selenium.ElementDoesNotExistBrowserStepStrategy

Inheritance: IBrowserStepStrategy
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Méthode Description
IsFor ( Type stepType ) : bool
Run ( IWebDriver webDriver, Step step ) : void

Method Details

IsFor() public méthode

public IsFor ( Type stepType ) : bool
stepType System.Type
Résultat bool

Run() public méthode

public Run ( IWebDriver webDriver, Step step ) : void
webDriver IWebDriver
step Pepino.Domain.Entities.Step
Résultat void