WebKit2.WebView.prototype.get_title

function get_title(): String {
    // Gjs wrapper for webkit_web_view_get_title()
}
  

Gets the value of the WebKit2.WebView.title property. You can connect to notify::title signal of web_view to be notified when the title has been received.

Returns

The main frame document title of web_view.