pub async fn query(
__arg0: State<Arc<AppState>>,
headers: HeaderMap,
__arg2: Json<QueryReq>,
) -> (StatusCode, Json<ApiResponse<QueryData>>)Expand description
POST /agentmux/browser/query — find DOM elements matching a CSS
selector in the specified pane. See SPEC_BROWSER_DOM_API.md
§5.2 for response shape.