[ CCode ( type_id = "webkit_form_submission_request_get_type ()" ) ]
public class FormSubmissionRequest : Object
Represents a form submission request.
When a form is about to be submitted in a WebView, the submit_form signal is emitted. Its request argument contains information about the text fields of the form, that are typically used to store login information, returned as lists by list_text_fields. You can submit the form with submit.