I am getting this error:
org.openqa.selenium.ElementNotVisibleException: You may only interact with visible elements
when I use HtmlUnitDriver
. It works for URL, after that when I start with
driver.findElement(By.cssSelector("#from_city_typeahead")).sendKeys("bangalore");
such statements, it gives the above error. Help me to solve this issue.