Skip to content

Wait For Text

Gavin Bunney edited this page Mar 3, 2011 · 1 revision

Wait For Text

Waits for a given text value to exist for a given HTML element, by default waits 20 seconds before reporting a test error.

Usage

[MADCOW:htmlElementReference].waitForText = [MADCOW:text value to wait for]

Examples

myCountryField.waitForText = "New Zealand"

Clone this wiki locally