Closed GoogleCodeExporter closed 9 years ago
ui.Container(uid: "Sftab", clocator: [tag: "table", id: "sftab"]){
Container(uid: "Table3", clocator: [tag: "table"]){
InputBox(uid: "Q22", clocator: [tag: "input", type: "text", title: "Search", name: "q", class: "lst"])
}
SubmitButton(uid: "Search2", clocator: [tag: "input", type: "submit", value: "Search", class: "lsb", name: "btnG"])
}
open "http://www.google.com/"
type "Sftab.Table3.Q22", "tellurium testing"
click "Sftab.Search2"
click
waitForPageToLoad 30000
waitForPageToLoad 30000
waitForPageToLoad 30000
Original comment by John.Jian.Fang@gmail.com
on 24 Nov 2010 at 3:49
see issue 502
Original comment by John.Jian.Fang@gmail.com
on 24 Nov 2010 at 5:19
Original issue reported on code.google.com by
John.Jian.Fang@gmail.com
on 22 Nov 2010 at 4:30