Hiya
We have an MSAA Table element visible in Spy
We expand it in the Spy to Rows/Cells
But when we right click on it to apply the DefaultAction, it seems Spy tool has to refresh all the Rows/Cells
This can take up to 5mins (its a large table!) to get the context menu
However if i do the exact same from my code:
- Get the Table element
- Get the Accessible element
- Call the DefaultAction method
It takes less than 1 second
I dont quite understand the difference
Cheers