Ask general questions here.
-
conanlive
- Posts: 5
- Joined: Tue Mar 10, 2009 6:42 pm
Post
by conanlive » Sat Jun 06, 2009 8:57 am
Element[] elementNames = controlElement.FindChildren(Role.Cell, elementName);
This method is so slow if there are thousand array elements.
Any faster way? Thanks!
-
Support Team
- Site Admin

- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Post
by Support Team » Sun Jun 07, 2009 10:18 pm
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