http://seleniumhq.org/projects/ide/
http://seleniumhq.org/docs/02_selenium_ide.html#selenium-commands-selenese
yabe/test/Application.test.html
//指定した箇所に指定した文字列を記述する必要があるのに、idの指定がないのは大丈夫なのか?
//submitボタンもidがないとつらいのではないか?
//メソッドのリファレンスはどこか
//type('password', 'secret')
//clickAndWait('signin')
//assertText('success', 'Welcom admin!')