lib/page-object/platforms/selenium_element.rb in page-object-0.0.3 vs lib/page-object/platforms/selenium_element.rb in page-object-0.0.4

- old
+ new

@@ -1,7 +1,10 @@ module PageObject module Platforms + # + # Selenium implementation of the common functionality found across all elements + # module SeleniumElement # # return true if an element is visible # \ No newline at end of file