thselenium
open /
clickAndWait link=here
verifyTextPresent consectetur adipiscing
clickAndWait //a[@href='http://127.0.0.1:3000/echo']
type query foo
clickAndWait //input[@value='Feed me now!']
verifyTextPresent You fed me foo just now!
type query bar
clickAndWait //input[@value='Feed me now!']
verifyTextPresent You fed me foo just now!