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

C# Syntax

void SetText( 
   string text,
   Position position
)

Parameters

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