WebFormManager#
Added in version 2.40.
Superclasses: Object
Form manager of a WebPage
in a ScriptWorld
Methods#
- class WebFormManager
- classmethod input_element_auto_fill(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:
value – the text to set
Signals#
- class WebFormManager.signals
- form_controls_associated(frame: Frame, elements: list[Value]) None #
The type of the None singleton.
Added in version 2.40.
- 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#