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: Select all
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?