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