SetText(String) Method
Copies a string to a specific location on the emulator screen.

C# Syntax

void SetText( 
   string text
)

Parameters

text
The text to write at the specified position on the emulator screen.