DMBrowser.TypeText Method
Definition
Supports operations with RIA elements. Types the specified text at the position of the mouse cursor.
public virtual void TypeText(string text)
Parameters
text stringExamples
tab1.MouseMoveTo (1558, 89); tab1.TypeText (“hello”);