Good afternoon community,
I'm trying to rescue the text of the following element:
"text"
The problem is that the text itself is outside the element and I can not capture it
Try as follows:
String include = driver.findElements (By.xpath ("(// table[@class='grid contractGroupsTable']/ tbody / tr[2]/ td[3]/input[@checked])[1]")). getText ()
This returns an empty text.
Any help or suggestion is well received, thank you very much !!