class Capybara::Node::Simple

def title

Returns:
  • (String) - The title of the document
def title
  native.title
end