@Synchronized fun type(location: Location?, text: String, modifiers: Int): Unit
Types text at a given location
location - Location to type to, can be null to just type directly into the screen.
location
text - The text to type.
text
modifiers - Key modifiers to press during typing.
modifiers