Click or drag to resize
BaseComponentSetCheckbox Method (String, Boolean)
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,
	bool value
)

Parameters

xPath
Type: SystemString
The xPath to use for finding the checkbox INPUT.
value
Type: SystemBoolean
True if the checkbox should be checked, false otherwise.
See Also