113 114 115 116 117
# File 'lib/capybara/session.rb', line 113 def within_fieldset(locator) within :xpath, XPath.fieldset(locator) do yield end end