 | DialogSetDropDown Method |
Set a Dropdown field.
WebDriverTimeoutException is thrown if no value is found.
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void SetDropDown(
string xPath,
string value = ""
)
Public Shared Sub SetDropDown (
xPath As String,
Optional value As String = ""
)
public:
static void SetDropDown(
String^ xPath,
String^ value = L""
)
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