いくつかのサイトテストでキュウリとワティルを使い始めたところですが、すべて正常に動作しますが、Firefoxはテスト後にシャットダウンしません。このエラーが発生します:
!!! error running onStopped callback: TypeError: callback is not a function
*** LOG addons.xpi: shutdown
!!! error running onStopped callback: TypeError: callback is not a function
*** LOG addons.xpi: shutdown
!!! error running onStopped callback: TypeError: callback is not a function
*** LOG addons.xpi: shutdown
何かアイデアはありますか?
申し訳ありませんが、サンプルコードを忘れてしまいました。
require 'watir-webdriver'
Before do
$browser = Watir::Browser.new
end
After do
$browser.close
end
Given ... (etc. - all the step defs here)