example
createCookie token=bXJqYXRvOm1yamF0bw==
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