HI, I'm having trouble automating an application written with WPF (Our AUT is a plugin to this.) The application has a group of tabs in a sort of MDI area. I was accessing this with the RanoreX path "container/tabpagelist[@automationid='DocumentGroup']" applied to the main form, but it was not finding the element about half of the time. Removing the automationid predicate allows RanoreX to always find the tabpagelist adapter, but it, and all elements under it do not have the UIAutomation capability.
both AUT and test code are 32-bit. RanoreX version is 3.0.4
This happens on both Windows 2008 R2 and Windows 7, but only when I am running test remotely, I can never get it to happen on my local development machine.
Do you have any ideas as to why the identification is inconsistent?
Thanks
Robin