Testing_Selenium::isTextPresent
Verifies that the specified text pattern appears somewhere on the rendered page shown to the user.
Signature
public function isTextPresent(string
$patternĀ )
Parameters
-
$pattern
- a pattern to match with the text of the page
Returns
- boolean
- true if the pattern matches the text, false otherwise