WebEditor#

Added in version 2.10.

class WebEditor(**properties: Any)#

Superclasses: Object

Access to editing capabilities of a WebPage.

The WebKitWebEditor provides access to various editing capabilities of a WebPage such as a possibility to react to the current selection in WebPage.

Methods#

class WebEditor
get_page() WebPage#

Gets the WebPage that is associated with the WebEditor.

Added in version 2.10.

Signals#

class WebEditor.signals
selection_changed() None#

This signal is emitted for every selection change inside a WebPage as well as for every caret position change as the caret is a collapsed selection.

Added in version 2.10.