Table of Contents

Method SendText

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SendText(string)

Emulates typing in the keys representing the given string.

public virtual bool SendText(string text)

Parameters

text string

The string, containing only US ASCII characters, to type.

Returns

bool

Remarks

Currently only the ASCII letters are universally supported. Digits and punctuation characters can be used with the standard QWERTY (US) keyboard layout but may not work with other layouts.