Method: Webrat::Selenium::Matchers#have_xpath

Defined in:
lib/webrat/selenium/matchers/have_xpath.rb

#have_xpath(xpath) ⇒ Object



38
39
40
# File 'lib/webrat/selenium/matchers/have_xpath.rb', line 38

def have_xpath(xpath)
  HaveXpath.new(xpath)
end