Click or drag to resize
BaseComponentSetCheckbox Method (String, String)
Click a checkbox if it is not the desired value.

Namespace: Blackbaud.UAT.Base
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
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