Understand AskUI’s specialized agent types for different platforms
click
, mouse_move
, drag_and_drop
- terms that match desktop interaction patternstap
, swipe
, long_press
- terms that match mobile interaction patternsback_key()
, home_key()
, enable_wifi()
- Android-specific capabilitieslocate()
, get()
, and act()
, but their interaction methods use platform-native terminology.
This approach recognizes that while developers want consistent mental models, they also want to work with familiar platform terminology. IDEs can leverage this specialization to provide better developer tooling and discoverability.