タグ

ブックマーク / wiki.openqa.org (2)

  • flowControl - Selenium - Confluence

    attached zip file contains required js code (working with selenium 0.6) + tests/examples. Separate js files are attached for selenium versions > 0.6 Examples of implemented commands: gotolabel / label Unconditional jump

    phji
    phji 2011/12/02
    whileとか
  • Command Reference ja - Selenium - Confluence

    Selenium: Selenium コマンドリファレンス 注:このページはSelenium 0.6のリファレンスです。 原文はこちら (体HPからはリンクされてません) 最新0.7.0版の日語リファレンスはこちら Selenium Reference コマンドはSelenium に対してどう動くか指示するものです。コマンドにはAction(実行)とCheck(検証)の二種類があります。各コマンドの呼び出しは、テストケースのtable における以下のような1つの行で表します。 Action コマンドは、アプリケーションの状態を一般に操作するものです。Actions コマンドは「このリンクをクリックする」とか「あのオプションを選択する」といった動作を行います。動作に失敗するか、エラーが発生した場合は、現在実行中のテストは中止されます。 Check コマンドは、アプリケーションの状態

    phji
    phji 2011/07/27
  • 1