# File lib/capybara/session.rb, line 204 def within_fieldset(locator) within :xpath, XPath::HTML.fieldset(locator) do yield end end