 | BaseComponentSetCredentailsField Method |
Specialist version of setTextField to deal with the lack of focus in a login splash screen.
Namespace: Blackbaud.UAT.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void SetCredentailsField(
string xPath,
string value
)
Public Shared Sub SetCredentailsField (
xPath As String,
value As String
)
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