Compose type
Tool compose_type¶
Description¶
Type text into a UI input element. Identify the element using its element ID from the view hierarchy (e.g., ‘e3’), or by existing text content. By default this clears the field first. Set clearFirst to false to append text instead.
Command Class¶
xyz.block.trailblaze.compose.driver.tools.ComposeTypeTool
Registered ComposeTypeTool in ToolRegistry¶
Required Parameters¶
text:StringThe text to type into the element.
Optional Parameters¶
elementId:StringElement ID from the view hierarchy, e.g., ‘e3’. Preferred method.testTag:StringAccessibility identifier of the input element.existingText:StringThe existing text content of the input element.element:StringHuman-readable description of the element being typed into, for logging.clearFirst:BooleanIf true (default), clear the field before typing. If false, append to existing text.
NOTE: THIS IS GENERATED DOCUMENTATION