Nuestro team de especialistas despúes de algunos días de investigación y de recopilar de datos, dimos con los datos necesarios, queremos que resulte de gran utilidad en tu plan.
Ejemplo: encontrar elementos en selenio
//required imports
WebDriver driver =newChromeDriver();
WebElement objWE;//There are many way most common are id and xpath
objWE = driver.findElement(By.id("String of id attribute"));//To find the xpath easily hit F12 and right click the element you want//and copy xpath then paste it
objWE = driver.findElement(By.xpath("//*[@id="search"]/div[2]/div[6]/div[1]/div/div"));
Te mostramos reseñas y puntuaciones
Ten en cuenta comunicar este ensayo si lograste el éxito.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)