lib/firewatir/firefox.rb in firewatir-1.6.6 vs lib/firewatir/firefox.rb in firewatir-1.6.7.rc1
- old
+ new
@@ -1,9 +1,10 @@
module FireWatir
include Watir::Exception
class Firefox
+ include Watir::WaitHelper
include FireWatir::Container
# XPath Result type. Return only first node that matches the xpath expression.
# More details: "http://developer.mozilla.org/en/docs/DOM:document.evaluate"
FIRST_ORDERED_NODE_TYPE = 9