Mouse over in selemiun webdriver?
Anonymous
WebElement element = driver.findElement(By.linkText("PIM")); Actions action = new Actions(driver); action.moveToElement(element).perform(); driver.findElement(By.linkText("Add Employee")).click();
Check out your Company Bowl for anonymous work chats.