SelectElement SetSelectedOption Method (String)C# API
Sets the selected option from the list of available OptionElement objects.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public void SetSelectedOption(
	string value
)

Parameters

value
Type: System String
The value to choose.
Exceptions

Remarks

This is the option that will be sent to the web server when the form is submitted.
See Also