const classafBounce::Option

sys::Obj
  afBounce::Element
    afBounce::Option

(HTML Element) Represents a select <option> element.

checked

Source

Bool checked

Gets and sets the checked attribute. If setting to true, all other options are set to false.

findElem

Source

protected virtual override XElem findElem()

makeFromCss

Source

new makeFromCss(Str cssSelector)

value

Source

Str value

Gets and sets the value attribute.

verifyChecked

Source

Void verifyChecked()

Verify the option is checked.

verifyNotChecked

Source

Void verifyNotChecked()

Verify the option is NOT checked.

verifyValueEq

Source

Void verifyValueEq(Obj expected)

Verify that the hidden element has the given value.