Skip to main content

execute_action

Function execute_action 

Source
pub async fn execute_action(
    __arg0: State<DevServerState>,
    __arg1: Query<ActionQuery>,
    __arg2: Json<AgentAction>,
) -> impl IntoResponse
Expand description

POST /rdesktop/agent/action

Execute a UI action (click, type, scroll, etc.) The action is stored and picked up by the bridge script.