How do read/interact with an old ActiveX SSUltraGrid using UIAutomation
        Posted  
        
            by Nigel Thorne
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nigel Thorne
        
        
        
        Published on 2008-10-13T03:27:42Z
        Indexed on 
            2010/04/14
            23:03 UTC
        
        
        Read the original article
        Hit count: 698
        
I am investigating automated testing of an old Win32 application that used ActiveX controls. I am spiking use White (from Thougthworks) that uses Microsoft UIAutomation. I can find the AutomationElement related to the control, but how do I interact with it?
Spy++ sees the grid control as a single window, so I can't talk to rows, columns, or cells directly. How do I talk to the SSUltraGrid control from my test code?
Cheers Nigel
© Stack Overflow or respective owner