lib/page-object/accessors.rb in page-object-0.8.6.1 vs lib/page-object/accessors.rb in page-object-0.8.7
- old
+ new
@@ -384,10 +384,10 @@
# * :class => Watir and Selenium
# * :css => Watir and Selenium
# * :id => Watir and Selenium
# * :index => Watir and Selenium
# * :name => Watir and Selenium
- # * :text => Watir and Selenium
+ # * :text => Watir only
# * :value => Watir and Selenium
# * :xpath => Watir and Selenium
# * :src => Watir and Selenium (input type=image only)
# * :alt => Watir and Selenium (input type=image only)
# @param optional block to be invoked when element method is called