Sets the selected option from the list of available OptionElement objects.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public void SetSelectedOption( OptionElement element )
Parameters
- element
- Type: Facilita.Web OptionElement
The OptionElement to choose.
Exceptions
Exception | Condition |
---|---|
Facilita.Exception NoSuchValueException | No such OptionElement exists in this SelectElement. |
Remarks
See Also