 | BaseComponentSetCheckbox Method (String, String) |
Click a checkbox if it is not the desired value.
Namespace: Blackbaud.UAT.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void SetCheckbox(
string xPath,
string value
)
Public Shared Sub SetCheckbox (
xPath As String,
value As String
)
public:
static void SetCheckbox(
String^ xPath,
String^ value
)
Parameters
- xPath
- Type: SystemString
The xPath to use for finding the checkbox INPUT. - value
- Type: SystemString
The value to set the checkbox to.
See Also