Skip to content

Instantly share code, notes, and snippets.

View hokuma's full-sized avatar
🎯
Focusing

hokuma hokuma

🎯
Focusing
View GitHub Profile
@hokuma
hokuma / file0.txt
Created October 6, 2012 02:52
Gebでページ操作を定義する ref: http://qiita.com/items/a8164a5f2eb7249a8e97
class ExamplePage extends Page {
static content = {
userId { $("form").find("input", name: "userId") }
userIdErr { $("span#userIdErr").text() }
}
}