| example | ||
| createCookie | token=25d35467c91f0f8bbcc9a4f22bb359170643ccfdf38851599a03a8ffc0756666 | |
| open | main.html | |
| waitForPageToLoad | ||
| waitForCondition | selenium.browserbot.getCurrentWindow().jQuery.active == 0 | 1000 |
| type | name=name | Hola |
| type | name=surname | Mundo |
| click | id=btnSubmit | |
| waitForCondition | selenium.browserbot.getCurrentWindow().jQuery.active == 0 | 1000 |
| verifyText | css=tr:last-child > td.name | Hola |
| verifyText | css=tr:last-child > td.surname | Mundo |
| deleteCookie | token | |