 | BaseComponentSetTextField Method |
Set the value of a field by copy pasting the value into the field and sending a Tab keystroke.
Namespace: Blackbaud.UAT.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void SetTextField(
string xPath,
string value
)
Public Shared Sub SetTextField (
xPath As String,
value As String
)
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