Click or drag to resize
DialogSetDropDown Method
Set a Dropdown field. WebDriverTimeoutException is thrown if no value is found.

Namespace: Blackbaud.UAT.Core.Crm.Dialogs
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void SetDropDown(
	string xPath,
	string value = ""
)

Parameters

xPath
Type: SystemString
The xPath to find the dropdown INPUT element with
value (Optional)
Type: SystemString
The value to set the dropdown to.
See Also