lib/watir/elements/hidden.rb in watir-6.14.0 vs lib/watir/elements/hidden.rb in watir-6.15.0

- old
+ new

@@ -3,10 +3,10 @@ def visible? false end def click - raise Watir::Exception::ObjectDisabledException, 'click is not available on the hidden field element' + raise ObjectDisabledException, 'click is not available on the hidden field element' end end module Container def hidden(*args)