# File lib/capybara/session.rb, line 207
    def within_table(locator)
      within :xpath, XPath::HTML.table(locator) do
        yield
      end
    end