lib/cello/pageobjects/html_elements/element_helper.rb in cello-0.0.29 vs lib/cello/pageobjects/html_elements/element_helper.rb in cello-0.0.30
- old
+ new
@@ -9,10 +9,10 @@
private
def element(name, type, *args)
class_eval do
define_method name do
- engine.send(type, *args)
+ engine.browser.send(type, *args)
end
define_extras(name, type)
end
end