add uncheck to selenium_session

This commit is contained in:
Lee Bankewitz 2009-01-30 15:15:22 -05:00
parent 49e86d103f
commit 56e6d15811
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ module Webrat
selenium.wait_for_element locator, 5
selenium.click locator
end
alias_method :uncheck, :check
webrat_deprecate :checks, :check