pub async fn drag(
client: &CdpClient,
session_id: &str,
ref_map: &RefMap,
from: &str,
to: &str,
iframe_sessions: &HashMap<String, String>,
) -> Result<(), String>Expand description
Drag from one element center to another via CDP mouse events.