const classafBounce::Option

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

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

findElem

Source

protected virtual override XElem findElem()

makeFromCss

Source

new makeFromCss(Str cssSelector)

selected

Source

Bool selected

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

value

Source

Str? value

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

verifyNotSelected

Source

Void verifyNotSelected()

Verify the option is NOT selected.

verifySelected

Source

Void verifySelected()

Verify the option is selected.

verifyValueEq

Source

Void verifyValueEq(Obj expected)

Verify that the hidden element has the given value.