const classafBounce::Hidden

sys::Obj
  afBounce::Element
    afBounce::Hidden

(HTML Element) Represents a form <input> of type hidden.

makeFromCss

Source

new makeFromCss(Str cssSelector)

name

Source

Str? name()

Returns the name attribute.

value

Source

Str? value

Gets and sets the value attribute. Returns null if the value has not been set.

verifyValueEq

Source

Void verifyValueEq(Obj expected)

Verify that the hidden element has the given value.