AddPropertiesTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Tags
waitForVisible //li/div/span/a
clickAt //li/div/span/a
waitForVisible //div[3]/div[2]/input[1]
type //div[3]/div[2]/input[1] This is a tag for anything
type //div[3]/div[2]/input[2] related to selenium.
pause 500
clickAt //td[2]/div[2]/div[3]/input[1]
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Tags
waitForVisible //li/div/span/a
clickAt //li/div/span/a
waitForVisible //div[3]/div[2]/input[1]
assertValue //div[3]/div[2]/input[1] This is a tag for anything
assertValue //div[3]/div[2]/input[2] related to selenium.