DMElement.TypeText Method
Definition
Only with TextField. Enters the transferred text into the focused text field.
public override void TypeText(string text)
Parameters
text stringExamples
tab0.TextField (“//INPUT[@ID=\”txtLogin\”]”, “(//INPUT[@TYPE=\”text\”])[1]”, “//A[normalize-space()=\”Forgot login?\”]/..//INPUT”).TypeText (“test me”);