(I\'ve looked at many other similar posts on SO and have unfortunately not been able to solve this problem, so here goes...)
I\'m using Selenium WebDriver (C# implementa
Try code -
driver.FindElement(By.Id("btn")).sendkeys("\n");