R.A. Epigonos et al.

[Selenium] Selenium IDE で無限ループ、label & goto

Web テストフレームワークである Selenium IDE で無限ループをするには、http://51elliot.blogspot.com/2008/02/selenium-ide-goto.html にあるスクリプトを Selenium Core 拡張として読み込んで、label と goto を使えるようにする。

51 Elliot: Selenium IDE Flow Control - Goto and While Loops から goto_sel_ide.js をコピーして保存、Selenium Core 拡張として読み込む。下のようにしてコマンドを書く。1 時間に一回 edit ボタンを押したことになる。

設定項目
labelstart
pause3600000
open/*****************
type********
clickAndWaitedit
gotostart

リファレンス

  1. Selenium IDE で無限ループ - ヽ( ・∀・)ノくまくまー - s21g
  2. Selenium while - Google 検索
  3. 51 Elliot: Selenium IDE Flow Control - Goto and While Loops
  4. Command Reference ja - Selenium - OpenQA Wiki
  5. Selenium pause - Google 検索
  6. Selenium コマンド - Google 検索
  7. Selenium - Google 検索

ソーシャルブックマーク

  1. はてなブックマーク
  2. Google Bookmarks
  3. del.icio.us

ChangeLog

  1. Posted: 2009-05-19T07:47:43+09:00
  2. Modified: 2009-05-19T07:47:43+09:00
  3. Generated: 2023-08-27T23:09:11+09:00