pub async fn execute_action(
__arg0: State<DevServerState>,
__arg1: Query<ActionQuery>,
__arg2: Json<AgentAction>,
) -> impl IntoResponseExpand description
POST /rdesktop/agent/action
Execute a UI action (click, type, scroll, etc.) The action is stored and picked up by the bridge script.