Expand description
Element content utilities.
This module provides utilities for extracting content from DOM elements.
Structs§
- Element
LogInfo - 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.