Method: Capybara::Session#within_fieldset

Defined in:
lib/capybara/session.rb

#within_fieldset(locator) ⇒ Object



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