Pair of assertions to testing elements in the HTML output of the response.
assert_tag(*opts) Instance Public methods Asserts that there is a tag/node/element
find_tag(conditions) Instance Public methods
assert_no_tag(*opts) Instance Public methods Identical to assert_tag
html_document() Instance Public methods
find_all_tag(conditions) Instance Public methods