51 Elliot: Selenium IDE Flow Control - Goto and While Loops から goto_sel_ide.js をコピーして保存、Selenium Core 拡張として読み込む。下のようにしてコマンドを書く。1 時間に一回 edit ボタンを押したことになる。
label | start | |
pause | 3600000 | |
open | /***************** | |
type | ***** | *** |
clickAndWait | edit | |
goto | start |
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 ボタンを押したことになる。
label | start | |
pause | 3600000 | |
open | /***************** | |
type | ***** | *** |
clickAndWait | edit | |
goto | start |