Click or drag to resize
BaseComponentSetTextField Method
Set the value of a field by copy pasting the value into the field and sending a Tab keystroke.

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 SetTextField(
	string xPath,
	string value
)

Parameters

xPath
Type: SystemString
The xPath to find an element for setting the value to.
value
Type: SystemString
The desired value of the element.
See Also