Module Webrat::Selenium::Matchers
In: lib/webrat/selenium/matchers/have_xpath.rb
lib/webrat/selenium/matchers/have_content.rb
lib/webrat/selenium/matchers/have_selector.rb
lib/webrat/selenium/matchers/have_tag.rb

Methods

Classes and Modules

Class Webrat::Selenium::Matchers::HaveSelector
Class Webrat::Selenium::Matchers::HaveXpath

Public Instance methods

Asserts that the body of the response contain the supplied string or regexp

Asserts that the body of the response does not contain the supplied string or regepx

Asserts that the body of the response does not contain the supplied string or regepx

Asserts that the body of the response contains the supplied selector

Asserts that the body of the response contains the supplied tag with the associated selectors

Asserts that the body of the response does not contain the supplied string or regepx

Matches the contents of an HTML document with whatever string is supplied

match_tag(name, attributes = {}, &block)

Alias for have_tag

[Validate]