Once you’ve selected an element, you can interact with it using AskUI’s comprehensive set of actions and tools. This guide covers the different ways to interact with elements, from basic clicks to complex keyboard operations.Documentation Index
Fetch the complete documentation index at: https://askui-docs-on-premise-architecture.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Available interaction methods vary depending on the agent type you’re using. Desktop agents support different interactions than mobile agents.
Basic Actions
The most common actions for interacting with elements usingclick(), type(), and mouse_move():
Keyboard Operations
Control keyboard input for complex interactions usingkeyboard():
Built-in Tools
AskUI provides several built-in tools for different types of interactions:Web Browser Tools
Control web browser operations:Clipboard Tools
Manage clipboard operations:Next Steps
- Learn about extracting data from UI elements
- Explore working with forms
- Review best practices for interactions