ISelenium IsTextPresent Method WebDriver
Verifies that the specified text pattern appears somewhere on the rendered page shown to the user.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

bool IsTextPresent(
	string pattern
)

Return Value

true if the pattern matches the text, false otherwise
See Also