An NDoc Documented Class Library

DefaultSelenium.IsTextPresent Method 

Verifies that the specified text pattern appears somewhere on the rendered page shown to the user.

public bool IsTextPresent(
   string pattern
);

Parameters

pattern
a pattern to match with the text of the page

Return Value

true if the pattern matches the text, false otherwise

Implements

ISelenium.IsTextPresent

See Also

DefaultSelenium Class | Selenium Namespace