Verifies that the specified text pattern appears somewhere on the rendered page shown to the user.
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- pattern
- Type:
System String
a pattern to match with the text of the page
Return Value
true if the pattern matches the text, false otherwiseImplements
ISelenium IsTextPresent(String)See Also