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
To handle it , you can use explicit wait function in selenium to locate element. Most of the time it works.