Class Capybara::Node::Document
In: lib/capybara/node/document.rb
Parent: Base

A {Capybara::Document} represents an HTML document. Any operation performed on it will be performed on the entire document.

@see Capybara::Node

Methods

inspect   text  

Public Instance methods

@return [String] The text of the document

[Validate]