Skip to main content

press_key

Function press_key 

Source
pub async fn press_key(
    client: &CdpClient,
    session_id: &str,
    key: &str,
) -> Result<(), String>