pub async fn is_element_empty( adapter: &dyn EngineAdapter, selector: &str, ) -> Result<bool, EngineError>
Check if an input element is empty.
adapter
selector
true if the element is empty or has only whitespace
true