tail -f /dev/null

If you haven't had any obstacles lately, you're not challenging. be the worst.

Selenium IDE コマンド一覧

随時更新。

  • assert... : 実行結果がNGとなると、処理中断
  • verify… : 実行結果がNGとなっても、処理を続行

  • テキスト入力

    • type
  • セレクトボックスチェック

    • check
  • ページのどこかに表示されている値を探す

    • verifyTextPresent / verifyTextNotPresent
    • assertTextPresent / assertTextNotPresent
  • 特定の要素のテキストを探す

    • varifyText
  • 特定の要素を探す

    • varifyElementPresent