findTestObject get TestObject but no his properties

Hi all,

I get TestObject from two different xpath from same element (I have verified that in the browser)
 
The first one gets TestObject with his properties => //div[2]/div[2]/input

This Object repository has been created from "Record Web" and the success xpath is "xpath:position"

The second one only returns TestObject but no properties => //input[substring(@id, string-length(@id) - string-length(':valDescripcion') + 1)  = ':valDescripcion']

This Object repository has been created manually and the success xpath is "selected locator"

What is the problem?

Thanks in advance

The answer is that if you not add properties, you canĀ“t see its lol.