Selenium 0.7.0
May 14, 2006Selenium: Release Notes
- updated browser support
- Firefox 1.5.0.3, Opera 8, and improved stability in all browsers
- improved AJAX support
- "waitFor" commands are available for every assertion, to allow you to detect and respond to asynchronous activity
- mouse/key events
- keyUp, keyDown, keyPress, mouseDown, mouseOver...
- comments
- easily add comments in between HTML Selenese tables
- HTA support from the command line
- Automatically run Selenium Core tests and save them to disk using an MS IE HTA file
- ブラウザサポート
- "waitFor"使って非同期通信のウェイトが可能
- マウス/キーイベント
- コメント構文?
- コマンドラインから HTA
HTA は使った事無いんだけど、Selenium の実行とログ記録を自動化できるってことでしょう。勤め先ではリポジトリから直接とってきてるらしく、自動化は実現してます。
久しぶりにサイトを見に行ったのは、Selenium の要素取得がどうも不安定な気がするから。その辺 fix されてるかな、と。ブラウザサポートあたりが関係してるかも。
ユーザビリティ改善を目的とした UI 改造が走り出しそうなので、また Selenium な毎日がやってきそう。

