HarrisDao
7 years agoNew Contributor
Unable to find the object that matches the "ObjectName_EmbeddableTextBox" item
Hi
My software is using Infaristics version 16.1. My TC version is 12.10. When I record a textbox control, TC can recognize the textbox. However when playing back the keyword test, TC gets an error saying "Unable to find the object..."
How can I solve this problem?
Hi All,
The problem has been solved after I don't use Object "Embeddable Text Box" to set text into the control. Instead I use its parent object and its method Text[set] to enter the value instead of using SetText(), then this solution works fine.