Trying to automate my windows application with FlaUI and noticed some components are not recognized.
Launch application immediately opens a window which has a Grid Pane.
The opened window has an item to be selected from the grid (from the list of items) to proceed further.
However UIA3 and UIA2 finds it difficult to get the element and its Value. (see below) enter image description here
In the above screenshot the Value is supposed to be “Item to be selected from the list” but instead it is [#30093]. Q: How to get the actual value from application??
While verifying in inspect.exe I noticed that the components are displayed but the same is not shown in FlauInspect.exe (screens below)
SSC window has 7 subitems shown by Inspect while in Flauinspect.exe it shows only a button. Inspect.exe enter image description here
Flauinspect.exe enter image description here