pub async fn press_enter(c: &CdpClient, sid: &str) -> Result<()>
Press and release Enter on the focused element. text: "\r" on the keyDown is what makes Chromium synthesise the keypress and submit forms, matching Puppeteer.
text: "\r"
keypress