hyTags
HomeHome DocumentationDocumentation

selection-get-value

Gets the value property of the selected input, select, or textarea element.
Parameter
Type
Description
return
string
Value as a string
Test Case:Get input value
    <input type="text" value="test value">
    
    <selection-get-value>
    <assert-equal value="test value" type="string">
    
    👆 Try to change something!
  • Test succeeded Test failed