随時更新。
- assert... : 実行結果がNGとなると、処理中断
verify… : 実行結果がNGとなっても、処理を続行
テキスト入力
- type
セレクトボックスチェック
- check
ページのどこかに表示されている値を探す
- verifyTextPresent / verifyTextNotPresent
- assertTextPresent / assertTextNotPresent
特定の要素のテキストを探す
- varifyText
特定の要素を探す
- varifyElementPresent