Forum Discussion
if your Object has WndClass.Add WndClass to MSAA and Text Regonition in Current Project Settings.
By Adding it.we can find the internal objects and their properties
karthick7 wrote:
if your Object has WndClass.Add WndClass to MSAA and Text Regonition in Current Project Settings.
By Adding it.we can find the internal objects and their properties
Text Recognition does not expose internal objects and their properties. All it does is take text fields of an object and turns them into objects that can be interacted with at a surface level.
MSAA also works similarly. It doesn't actually expose the actual objects and components, it simply uses the IAccessible interface to allow interaction.
If you want true support for your components, Colin_McCrae's suggestion is best. We need to know a bit more about the specific application under test and the type of components being interacted with. Once we have that, we can give some better solutions.