GetText doesn't read the value

GetText command doesn’t read the value whi is displayed in the field

HTML for this field is:

How I can get this value?

image.png

2018-09-11_11h38_13.png

Hi there,

did you try **WebUI.getAttribute(testObject, “value”) **?

1 Like

No, I’ve tried getAttribute but with “text” and it didn’t work but with “value” is working!

Thank you!