I'm using Selenium + Java bindings and I want to know if anyone has an idea how to extract a value from a text field. I tried the following code, but without success:
String value = selenium.getValue(lss.get(i))
logger.info("ma val :" + selenium.getValue(remplace));