Selenium Java - Actions Class
What is wrong with this Selenium Java code snippet?
Actions actions = new Actions(driver);
actions.keyUp(Keys.ALT).sendKeys("f").perform();