Actions actionProvider = new Actions(driver); IAction keydown = actionProvider.KeyDown(Keys.Control).SendKeys("a").Build(); keydown.Perform();