pub async fn text_content( adapter: &dyn EngineAdapter, selector: &str, ) -> Result<Option<String>, EngineError>
Get the text content of an element.
adapter
selector
The text content of the element, or None if not found
None