如何在 Selenium 中按 Shift + Ctrl + s ?我使用了下面的代码:
Actions action = new Actions(driver); action.sendKeys(Keys.chord(Keys.SHIFT + Keys.CONTROL + "s")).perform();
它的投掷错误
selenium selenium-webdriver
selenium ×1
selenium-webdriver ×1