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