WebFormManager#
Added in version 2.40.
Superclasses: Object
Form manager of a WebPage
in a ScriptWorld
Methods#
- class WebFormManager
- input_element_auto_fill(element: Value, value: str) None #
Set the value of an HTML input element as if it had been edited by the user, triggering a change event, and set it as filled automatically. If
element
is not an HTML input element this function does nothing.Added in version 2.40.
- Parameters:
element – a
Value
value – the text to set
Signals#
- class WebFormManager.signals
- form_controls_associated(frame: Frame, elements: Sequence[Value]) None #
The type of the None singleton.
Added in version 2.40.
- Parameters:
frame – a
Frame
elements – a
GPtrArray
ofValue
with the list of forms in the page
- will_send_submit_event(form: Value, source_frame: Frame, target_frame: Frame) None #
The type of the None singleton.
Added in version 2.40.
Fields#
- class WebFormManager
- parent#