const classafBounce::Option
sys::Obj afBounce::Element afBounce::Option
(HTML Element) Represents a select <option> element.
- checked
Bool checkedGets and sets the
checkedattribute. If setting totrue, all other options are set to false.- makeFromCss
new makeFromCss(Str cssSelector)- submitForm
ButterResponse submitForm()Submits the enclosing form to the Bed App.
- value
Str valueGets and sets the
valueattribute.- verifyChecked
Void verifyChecked()Verify the option is checked.
- verifyNotChecked
Void verifyNotChecked()Verify the option is NOT checked.
- verifyValueEq
Void verifyValueEq(Obj expected)Verify that the hidden element has the given value.