const classafBounce::Option
sys::Obj afBounce::Element afBounce::Option
(HTML Element) Represents a select <option>
element.
- findElem
protected virtual override XElem findElem()
- makeFromCss
new makeFromCss(Str cssSelector)
- selected
Bool selected
Gets and sets the
checked
attribute. If setting totrue
, all other options are set to false.- value
Str? value
Gets and sets the
value
attribute. Returnsnull
if the value has not been set.- verifyNotSelected
Void verifyNotSelected()
Verify the option is NOT selected.
- verifySelected
Void verifySelected()
Verify the option is selected.
- verifyValueEq
Void verifyValueEq(Obj expected)
Verify that the hidden element has the given value.