DMBrowser.TypeText Method

Definition

Supports operations with RIA elements. Types the specified text at the position of the mouse cursor.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
public virtual void TypeText(string text)
public virtual void TypeText(string text)
public virtual void TypeText(string text)

Parameters

 text  string

Examples

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
tab1.MouseMoveTo (1558, 89);
tab1.TypeText (“hello”);
tab1.MouseMoveTo (1558, 89); tab1.TypeText (“hello”);
tab1.MouseMoveTo (1558, 89);
tab1.TypeText (“hello”);