module Ferrum::Frame::DOM

def current_title

Returns:
  • (String) -
def current_title
  evaluate("window.top.document.title")
end