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