I am trying to sign in into following website. But Selenium is not able to type text in username field. http://www.livejournal.com/login.bml
It is throwing following error
Exception in thread "main" org.openqa.selenium.ElementNotVisibleException: element not visible
Xpath for username field = //input[@id='user']