I am trying to execute below Selenium Web driver script, But I am getting org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may n
org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may n
Just put the thread to sleep for some mil seconds
Thread.sleep(5000); WebElement zoneName=driver.findElement(By.xpath("//*[@id=\"zoneName\"]")); zoneName.sendKeys("kandy");