Posts by Janaína Lavarda • 11 points
1 post
-
1
votes2
answers4670
viewsA: How to use Selenium Webdriver findElement(By.xpath())?
I don’t know python, but in java you locate the element by findElement and then you "take" the text. String texto = "Driver".findElement("xpath").getText(); That is, after locating, vc gettext() the…