Page 1 of 1

Combo List Box

Posted: Sat Jun 06, 2009 8:57 am
by conanlive
Element[] elementNames = controlElement.FindChildren(Role.Cell, elementName);

This method is so slow if there are thousand array elements.
Any faster way? Thanks!

Posted: Sun Jun 07, 2009 10:18 pm
by Support Team
Please set the StaticProperties of the Element class to true if the properties are static.

This can speed up the search operation.

Jenö
Ranorex Team