C# Class Pepino.ScenarioRunner.Selenium.ElementDidNotContainTextException

Inheritance: System.Exception
Show file Open project: AcklenAvenue/Pepino

Public Methods

Method Description
ElementDidNotContainTextException ( string selector, string text ) : System

Method Details

ElementDidNotContainTextException() public method

public ElementDidNotContainTextException ( string selector, string text ) : System
selector string
text string
return System