getInputValue

abstract suspend fun getInputValue(): String?

Retrieves the value of the element, typically used for input fields.

This method applies a JavaScript function to get the value property of the element.

Return

The value of the element, or null if it does not have a value.