我無法使用 selenium 將鍵盤輸入作為 CTRL+P 發(fā)送。請幫忙。我的代碼如下所示: getWebElement("Registration").sendKeys(Keys.chord(Keys.CONTROL, "p"));我已經(jīng)用相同的代碼嘗試了 CTRL+A,它沒有任何問題。 查看完整描述