handling submenu item with webdriver selenium
问题 I want to click submenu item using selenium webdriver which is invisible bydefault. It becomes visible on mousehover . I tried with some code and it is giving error as shown below Caused by: org.openqa.selenium.remote.ErrorHandler$UnknownServerException: Element is not currently visible and so may not be interacted with. Here the code: Actions actions = new Actions(driver); WebElement menuHoverLink = driver.findElement(By.linkText("RENT")); //WebElement menuHoverLink = driver.findElement(By