Tom_Test
9 years agoContributor
Item.Name property
Hi,
I´m scripting tests in jscript. For ribbonbar icons i use FindChild and the WPFControlText property of the Icon. Problem: The text on the ribbonbar icons may change. Our DEV people suggested to use the name of the function behind the icon. In the opject spy i find it if i open the ‚item‘ object oft the icon. So i tried FindChild on Item.Name but it didn´t work. An Array using ClrClassName and Item.Name works fine.
Anyone with the same problem and a different solution?
Regards
Tom