Quantcast
Channel: Windows Desktop Development for Accessibility and Automation forum
Viewing all articles
Browse latest Browse all 585

The findAll method in UIAutomation is very slow

$
0
0

This is my code: 

window.FindAll(TreeScope.Children, new PropertyCondition(AutomationElement.ControlTypeProperty, ControlType.Edit));

It took three minutes to execute the command......

I want to get the arrays that findAll() method returns, But this method very slow, It is have update?

If you can, I'd like to hear your suggestion, Thanks.

The platform I used is .Net framework 4.0


Viewing all articles
Browse latest Browse all 585

Trending Articles