Unable to find the object that matches the "ObjectName_EmbeddableTextBox" item
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2018
06:50 PM
11-13-2018
06:50 PM
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?
Solved! Go to Solution.
Labels:
- Labels:
-
Keyword Tests
-
Name Mapping
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2018
09:02 PM
11-13-2018
09:02 PM
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.
