Forum Discussion
rraghvani
Champion Level 3
4 years agoExample of using regexp,
function test1()
{
// Example based on https://services.smartbear.com/samples/TestComplete15/smartstore/
var item = Aliases.articleSports.Panel(0).Link(0).Find("ObjectIdentifier", "regexp:sports_jpg_size_{[0-9]+}");
Sys.HighlightObject(item);
}
Or name mapping
- pradeep_ediga4 years agoOccasional Contributor
Hello, Thank you so much for your response. I am not dealing with the web objects in my project and moreover my application deals with java applets so below is how objects being captured in which the objects cannot be edited in NameMapping editor. Can you please suggest any other way?
Thanks,Pradeep
- AlexKaras4 years agoCommunity Hero
Hi Pradeep,
Try to use wildcard: https://support.smartbear.com/testcomplete/docs/reference/misc/using-wildcards.html#InNameMapping