elementTextContains(element, substr)code »
Creates a condition that will wait for the given element's
visible text
to contain the given
substring.
elementTextIs(element, text)code »
Creates a condition that will wait for the given element's
visible text
to match the given
text
exactly.
elementTextMatches(element, regex)code »
Creates a condition that will wait for the given element's
visible text
to match a regular
expression.