lib/page-object/elements/element.rb in page-object-0.5.4 vs lib/page-object/elements/element.rb in page-object-0.5.5

- old
+ new

@@ -1,15 +1,16 @@ +require 'page-object/nested_elements' module PageObject module Elements # # Contains functionality that is common across all elements. # # @see PageObject::Platforms::WatirWebDriver::Element for the Watir version of all common methods # @see PageObject::Platforms::SeleniumWebDriver::Element for the Selenium version of all common methods # class Element - include Object::PageObject::NestedElements + include ::PageObject::NestedElements attr_reader :element def initialize(element, platform) @element = element