pub async fn focus_info(
__arg0: State<Arc<AppState>>,
headers: HeaderMap,
__arg2: Json<FocusInfoReq>,
) -> (StatusCode, Json<ApiResponse<FocusInfoData>>)Expand description
POST /agentmux/browser/focus_info — report the current
document.activeElement of the pane as an Element. See §5.2.