pub async fn navigate(
__arg0: State<Arc<AppState>>,
headers: HeaderMap,
__arg2: Json<NavigateReq>,
) -> (StatusCode, Json<ApiResponse<AckData>>)Expand description
POST /agentmux/browser/navigate — navigate the pane to a new
URL via CDP Page.navigate. (We could call
BrowserPaneManager::navigate directly, but routing through CDP
keeps the resolver’s URL cache consistent — a subsequent request
will re-probe /json if the target id changes.)