lib/celerity/watir_compatibility.rb in jarib-celerity-0.0.5.8 vs lib/celerity/watir_compatibility.rb in jarib-celerity-0.0.5.9
- old
+ new
@@ -76,9 +76,11 @@
class TextField
alias_method :dragContentsTo, :drag_contents_to
alias_method :getContents, :value
alias_method :get_contents, :value
+
+ def requires_typing; end
end
end
Celerity::IE = Celerity::Browser
\ No newline at end of file