pub async fn node_clip_rect(
c: &CdpClient,
sid: &str,
backend_node_id: u64,
) -> Result<Value>Expand description
Border box of the node in document coordinates, the same contract as
crate::dom::scripts::GET_CLIP_RECT_JS, for element screenshots.