lib/page-object/accessors.rb in page-object-0.7.3 vs lib/page-object/accessors.rb in page-object-0.7.4

- old
+ new

@@ -95,9 +95,10 @@ # # @param [String] the name used for the generated methods # @param [Hash] identifier how we find a text field. You can use a multiple paramaters # by combining of any of the following except xpath. The valid keys are: # * :class => Watir and Selenium + # * :css => Selenium only # * :id => Watir and Selenium # * :index => Watir and Selenium # * :label => Watir and Selenium # * :name => Watir and Selenium # * :text => Watir and Selenium