get_screen_xml
Retrieve Android device screen layout in XML format for UI automation and testing. Use this tool to analyze interface elements and structure for automated interactions.
Instructions
Get screen layout in XML format
Args:
is_wait (bool): Whether to wait for layout (default: true)
Returns:
str: Screen layout as XML
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_wait | No |