We are trying to automation a process by using Robotic process automation, and are having issues seeing some of the entries inside a Silverlight OOB application.
On the page
www.wpftutorial.net/UIAutomation.html
There is the sentence €œWPF intentionally hides TextBlocks that are inside a DataTemplate to improve performance. To make them visible, you have to replace them by a Label which can be a performance hit, or you make a special UiAutomationTextBlock that overrides this behaviour: €œ
This is fine if you have access to the source to recompile. However if you are trying to use UI automation on a product where you don€™t have the source. Is there another way of achieving this, potentially by disabling the performance enhancement feature? Admittedly it may cause performance issues but should allow automation technology to function.
Many thanks
Andrew