Gets a value that indicates whether this SelectElement currently represents a successful control.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
true if this SelectElement represents a successful control; otherwise, false.Remarks
A SelectElement is successful if GetSelectedOption returns an OptionElement.
See Also