| View previous topic :: View next topic |
| Author |
Message |
lasombra
Joined: 04 Mar 2008 Posts: 9
|
Posted: Tue Mar 11, 2008 4:24 pm Post subject: Ranorex 1.1.0 don't find ChildElement / FindChild() slow |
|
I have a test application which works as expected with Ranorex 1.2 For some reasons I went back to Ranorex 1.1.0. Now the test application don't work more. The problem is, that the function FindChild() don't find the menu item any more (while with Ranorex 1.2 the item found without problems).
Code: click into code to enlarge
Ranorex.Element elemMenuItem = menuStrip.Element.FindChild(Ranorex.Role.MenuItem, menuItem);
Another effect I discovered, is that the function FindChild() works very slow. It takes about 5s until the function returns its value.
Any suggestion? |
|
| Back to top |
|
 |
Support Team Site Admin
Joined: 07 Jul 2006 Posts: 311
|
Posted: Tue Mar 11, 2008 5:11 pm Post subject: Re: Ranorex 1.1.0 don't find ChildElement / FindChild() slow |
|
I'm sorry, but we don't support version 1.1 any more.
| lasombra wrote: |
| Any suggestion? |
Use the latest Ranorex version V1.3.1, please! Since V1.1 several bugs have been fixed and many performance enhancements have been made.
Regards,
Alex
Ranorex Support Team |
|
| Back to top |
|
 |
|