entering-text
CommunityType into Compose TextFields with IME actions.
System Documentation
What problem does it solve?
This skill eliminates the friction of reliably entering text into Jetpack Compose text inputs during UI tests, especially when dealing with cursor placement, selection, clearing, and IME-triggered actions.
Core Features & Use Cases
- TextEntry via semantics actions: Drives
InsertTextAtCursor(performTextInput) andSetText(performTextReplacement / performTextClearance) on Compose text fields. - Cursor & selection control: Sets a
TextRangewith performTextInputSelection, including correct handling for transformed vs original text. - IME action triggering: Fires the configured non-default IME action with performImeAction to validate keyboard-driven focus chains (e.g., Next, Done, Search).
Use it when your test needs to type into TextField, OutlinedTextField, or BasicTextField, verify a clear-text behavior, test an IME Next button, or debug failures like “Failed to perform text input” / “Failed to perform IME action” / “Default ImeAction”.
Quick Start
Use entering-text to type a value into a TextField in your Compose UI test and optionally trigger its IME action as configured.
Dependency Matrix
Required Modules
None requiredComponents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: entering-text Download link: https://github.com/skydoves/android-testing-skills/archive/main.zip#entering-text Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.