Azeddin_Margani
4 years agoContributor
How can i shorten long object name (using TC 14).
Hi,
Please advise on how can i shorten a long object id as below as it dynamically changes :
Sys.Browser("chrome").Page("https://uat.testenviroment-test.com/customers/").Panel("portal").Panel(0).Panel(0).Panel(0).Panel(2).Panel(1).Panel(0).Panel(0).Panel(0).Panel(1).Panel(0).Panel(1).Panel(0).Panel(0).Button(0)
Tried to use wild card (*) but getting red cross against the same line. The idea is to tell TestComplete to ignore what is after wild card *.
Many Thanks.
Az.