:right-sidebar: True FormSubmissionRequest =================================================================== .. currentmodule:: gi.repository.WebKit .. class:: FormSubmissionRequest(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.Object` :Constructors: :: FormSubmissionRequest(**properties) Methods ------- .. rst-class:: interim-class .. class:: FormSubmissionRequest :no-index: .. method:: list_text_fields() -> tuple[bool, list[str], list[str]] Get lists of the text fields contained in the form associated to ``request``. Get lists with the names and values of the text fields contained in the form associated to ``request``. Note that names and values may be :const:`None`. If this function returns :const:`False`, then both ``field_names`` and ``field_values`` will be empty. .. versionadded:: 2.20 .. method:: submit() -> None Continue the form submission.