diff --git a/README.rdoc b/README.rdoc index 3ea9c1ec..c92c20be 100644 --- a/README.rdoc +++ b/README.rdoc @@ -411,6 +411,9 @@ method. Optionally you can specify which kind of selector to use. fill_in 'Name', :with => 'Jimmy' end +Note that within will scope the actions to the _first_ (not _any_) +element that matches the selector. + There are special methods for restricting the scope to a specific fieldset, identified by either an id or the text of the fieldet's legend tag, and to a specific table, identified by either id or text of the table's caption tag.