lib/page-object/platforms/watir/element.rb in page-object-0.2.3 vs lib/page-object/platforms/watir/element.rb in page-object-0.2.4

- old
+ new

@@ -82,16 +82,9 @@ def attribute(attribute_name) @element.attribute_value attribute_name end # - # Click this element - # - def click - @element.click - end - - # # Waits until the element is present # # @param [Integer] (defaults to: 5) seconds to wait before timing out # def when_present(timeout=5) \ No newline at end of file