Method: Webrat::Selenium::Matchers#have_selector
- Defined in:
- lib/webrat/selenium/matchers/have_selector.rb
#have_selector(content) ⇒ Object
38 39 40 |
# File 'lib/webrat/selenium/matchers/have_selector.rb', line 38 def have_selector(content) HaveSelector.new(content) end |