Gets the OptionElement with the specified value.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public OptionElement GetOptionElement( string value )
Parameters
- value
- Type: System String
The value to look for.
Return Value
The OptionElement with the specified value.Exceptions
Exception | Condition |
---|---|
Facilita.Exception NoSuchValueException | No OptionElement with the specified value exists in this SelectElement. |
Remarks
Note |
---|
<option> tags don't contain a "name" attribute, they are distinguished by the text in their "value" attribute instead. |
See Also