lib/page-object/accessors.rb in page-object-0.7.5.1 vs lib/page-object/accessors.rb in page-object-0.7.6
- old
+ new
@@ -162,10 +162,11 @@
#
# @param [String] the name used for the generated methods
# @param [Hash] identifier how we find a hidden 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
# * :name => Watir and Selenium
# * :text => Watir and Selenium
# * :value => Watir and Selenium
@@ -201,10 +202,11 @@
#
# @param [String] the name used for the generated methods
# @param [Hash] identifier how we find a text area. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -329,10 +331,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a checkbox. 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
# * :name => Watir and Selenium
# * :value => Watir and Selenium
# * :xpath => Watir and Selenium
@@ -376,10 +379,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a radio button. 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
# * :name => Watir and Selenium
# * :value => Watir and Selenium
# * :xpath => Watir and Selenium
@@ -496,10 +500,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a span. 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
# * :name => Watir and Selenium
# * :text => Watir and Selenium
# * :title => Watir and Selenium
@@ -533,10 +538,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a table. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -564,10 +570,11 @@
#
# @param [Symbol] 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
+ # * :css => Selenium only
# * :id => Watir and Selenium
# * :index => Watir and Selenium
# * :name => Watir and Selenium
# * :text => Watir and Selenium
# * :xpath => Watir and Selenium
@@ -601,10 +608,11 @@
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an image. You can use a multiple paramaters
# by combining of any of the following except xpath. The valid keys are:
# * :alt => Watir and Selenium
# * :class => Watir and Selenium
+ # * :css => Selenium only
# * :id => Watir and Selenium
# * :index => Watir and Selenium
# * :name => Watir and Selenium
# * :src => Watir and Selenium
# * :xpath => Watir and Selenium
@@ -634,10 +642,11 @@
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a form. You can use a multiple paramaters
# by combining of any of the following except xpath. The valid keys are:
# * :action => Watir and Selenium
# * :class => Watir and Selenium
+ # * :css => Selenium only
# * :id => Watir and Selenium
# * :index => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
#
@@ -664,10 +673,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a list item. 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
# * :name => Watir and Selenium
# * :text => Watir and Selenium
# * :xpath => Watir and Selenium
@@ -700,10 +710,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an unordered list. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -731,10 +742,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an ordered list. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -762,10 +774,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a H1. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -796,10 +809,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a H2. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -830,10 +844,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a H3. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -864,10 +879,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a H4. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -898,10 +914,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a H5. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -932,10 +949,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a H6. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -966,10 +984,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a paragraph. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -1001,10 +1020,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a file_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
# * :name => Watir and Selenium
# * :title => Watir and Selenium
# * :xpath => Watir and Selenium
@@ -1035,10 +1055,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a label. 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
# * :name => Watir and Selenium
# * :text => Watir and Selenium
# * :xpath => Watir and Selenium
@@ -1070,10 +1091,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an area. 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
# * :name => Watir and Selenium
# * :text => Watir and Selenium
# * :xpath => Watir and Selenium
@@ -1104,10 +1126,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a canvas. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -1133,10 +1156,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an audio element. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -1162,10 +1186,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find a video element. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -1192,10 +1217,11 @@
# @param [Symbol] the name used for the generated methods
# @param [Symbol] the name of the tag for the element
# @param [Hash] identifier how we find an element. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when element method is called
@@ -1223,10 +1249,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an abbr. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when abbr method is called
@@ -1245,10 +1272,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an address. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when address method is called
@@ -1267,10 +1295,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an article. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when article method is called
@@ -1289,10 +1318,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an aside. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when aside method is called
@@ -1311,10 +1341,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an bdi. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when bdi method is called
@@ -1333,10 +1364,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an bdo. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when bdo method is called
@@ -1355,10 +1387,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an cite. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when cite method is called
@@ -1377,10 +1410,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an code. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when code method is called
@@ -1399,10 +1433,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an dd. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when dd method is called
@@ -1421,10 +1456,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an dfn. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when dfn method is called
@@ -1443,10 +1479,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an dt. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when dt method is called
@@ -1465,10 +1502,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an em. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when em method is called
@@ -1487,10 +1525,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an figcaption. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when figcaption method is called
@@ -1509,10 +1548,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an figure. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when figure method is called
@@ -1531,10 +1571,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an footer. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when footer method is called
@@ -1553,10 +1594,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an header. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when header method is called
@@ -1575,10 +1617,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an hgroup. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when hgroup method is called
@@ -1597,10 +1640,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an kbd. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when kbd method is called
@@ -1619,10 +1663,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an mark. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when mark method is called
@@ -1641,10 +1686,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an nav. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when nav method is called
@@ -1663,10 +1709,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an noscript. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when noscript method is called
@@ -1685,10 +1732,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an rp. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when rp method is called
@@ -1707,10 +1755,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an rt. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when rt method is called
@@ -1729,10 +1778,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an ruby. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when ruby method is called
@@ -1751,10 +1801,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an samp. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when samp method is called
@@ -1773,10 +1824,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an section. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when section method is called
@@ -1795,10 +1847,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an sub. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when sub method is called
@@ -1817,10 +1870,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an summary. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when summary method is called
@@ -1839,10 +1893,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an sup. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when sup method is called
@@ -1861,10 +1916,11 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an var. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when var method is called
@@ -1883,9 +1939,10 @@
#
# @param [Symbol] the name used for the generated methods
# @param [Hash] identifier how we find an wbr. 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
# * :name => Watir and Selenium
# * :xpath => Watir and Selenium
# @param optional block to be invoked when wbr method is called