//! `diagnose` tool action — dumps page HTTP plumbing for debugging.
use BrowserCtlInput;
use crate;
/// Dispatch a [`DiagnoseRequest`] to dump service workers, axios
/// instances, CSP, and network-log summary.
///
/// # Errors
///
/// Propagates browser errors from the command executor.
pub async