Weidson_Cordeir
13 years agoContributor
Automating by Coordinated
Is it possible to input some value inside an object with coordinates?
Like this:
txtDescription.wText = "TestComplete"
This line above will input the string "TestComplete" inside the component named txtDescription.
I need to input the same String inside and component. But I don't have it's name. Just the coordinates.
Is it possible?