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
Parameters
- value
- Type: System String
The value to choose.
Exceptions
Exception | Condition |
---|---|
Facilita.Exception NoSuchValueException | No OptionElement with the specified value exists in this SelectElement. |
Remarks
See Also