Element.get_value#

Element.get_value()[source]#

Gets the value attribute of the HTML element.

Returns:

  • str – If the attribute exists.

  • None – If the attribute does not exist.