Desktopapptesti
3 years agoOccasional Contributor
Object identification issues in Desktop application
Hi -
Our company just bought test complete and we are trying to automate a desktop application.
I am trying to identify objects that are in a table. These are dynamic objects and date changes everyday, I was able to traverse till table. But not the cell. Tried using find and findall with object identifier property and object type. I understand I have to use wildcard * in place of date. Not sure why the object is still not being identified. Below is the exact path of the cell name. It would be nice, if someone can shed some light. Thank you in Advance.
Sys.Process("DesktopAppname").Window("#22770", "Find", 1).Table("Report").Row("Report Row", 13).Cell("XX-XXXXXXX - 03/14/2022")
Thank you.