4

I'm working on automating a windows application. I'm using the teststack white framework. I've hit a problem. This program has a 'Window' object that I cannot see inside of. White shows no controls inside of it. The Inspect.exe shows no controls inside of it either when running in UI Automation mode. If I switch Inspect to MSAA it see the controls inside just fine. Is there anyway for me to use MSAA from C# to get a handle on these controls?

JonM
  • 41
  • 1
  • 3

1 Answers1

5
Community
  • 1
  • 1
Bill Agee
  • 3,606
  • 20
  • 17