Ejemplo: cómo ratón elemento en selenio
By using Actions class
WebElement element = driver.findElement(By.xpath("xpath"));
Actions action = new Actions(driver);
action.moveToElement(element).perform();
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)