Skip to main content

Module content

Module content 

Source
Expand description

Element content utilities.

This module provides utilities for extracting content from DOM elements.

Structs§

ElementLogInfo
Information about an element for logging purposes.

Functions§

get_attribute
Get an attribute value from an element.
input_value
Get the value of an input element.
is_element_empty
Check if an input element is empty.
text_content
Get the text content of an element.
truncate_for_preview
Truncate a string for preview purposes.