module Capybara::Cuprite::Browser::DOM

def title

def title
  evaluate_in(@execution_context_id, "document.title")
end