lib/page-object/accessors.rb in page-object-0.4.2 vs lib/page-object/accessors.rb in page-object-0.4.3

- old
+ new

@@ -317,11 +317,11 @@ # by combining of any of the following except xpath. The valid keys are: # * :class => Watir and Selenium # * :id => Watir and Selenium # * :index => Watir and Selenium # * :name => Watir and Selenium - # * :text => Watir only + # * :text => Watir and Selenium # * :value => Watir and Selenium # * :xpath => Watir and Selenium # @param optional block to be invoked when element method is called # def button(name, identifier=nil, &block) @@ -433,10 +433,10 @@ # @param [String] the name used for the generated methods # @param [Hash] identifier how we find a cell. You can use a multiple paramaters # by combining of any of the following except xpath. The valid keys are: # * :class => Watir and Selenium # * :id => Watir and Selenium - # * :index => Watir only + # * :index => Watir and Selenium # * :name => Watir and Selenium # * :text => Watir and Selenium # * :xpath => Watir and Selenium # @param optional block to be invoked when element method is called #