JonM
JonM

Reputation: 41

MSAA finds controls UI Automation doesn't

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?

Upvotes: 4

Views: 3891

Answers (1)

Bill Agee
Bill Agee

Reputation: 3646

Upvotes: 5

Related Questions