WebKit2.WebView.prototype.go_forward

function go_forward(): void {
    // Gjs wrapper for webkit_web_view_go_forward()
}
  

Loads the next history item. You can monitor the load operation by connecting to WebKit2.WebView::load-changed signal.