Basic Usage
Type text using simulated keystrokes:Input Methods
Keys (Default)
Simulates pressing individual keys:- More realistic typing simulation
- Works in all apps
- Slower for long text
Paste
Uses the clipboard to paste text:- Much faster for long text
- Text appears instantly
- May not work in all contexts
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
text | str | required | Text to type |
method | str | "keys" | "keys" or "paste" |
When to Use Each Method
- Keys
- Paste
Best for:
- Short text inputs
- Password fields (some block paste)
- Apps that need realistic input timing
- Testing keyboard behavior
Examples
Fill a Form
Enter a URL
Type a Message
Enter Multi-line Text
Search
Tips
Ensure field is focused
Ensure field is focused
Tap the input field first and wait briefly before typing:
Special characters
Special characters
Both methods support special characters, emoji, and international text:
Clear existing text
Clear existing text
To replace existing text, first select all and delete: