Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
690
How to use UI Automation to select rows and also to enter rows?
posted

Hi,

I've been using Microsoft UI Automation library for automated regression testing.

I've had some success, I can search for a particular row, scroll it into view, and read values from cells.

But I also want to do the following, be able to:

1) Select a row

2) Change visible columns (e.g. field chooser)

3) Enter a row (i.e. what happens when you double-click a row)

I see that UI Automation library has a GridPattern which looks useful, but UltraGrid doesn't seem to implement this - is that right, or is there anyway of getting it?

Thanks in advance.