Click or drag to resize
BaseComponentSetCredentailsField Method
Specialist version of setTextField to deal with the lack of focus in a login splash screen.

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 SetCredentailsField(
	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