You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Test an application which automatically opens its own menu on startup, or
issue the command solo.sendKeys(Solo.MENU) manually.
2. solo.clickOnMenuItem("Add");
3.
What is the expected output? What do you see instead?
Solo should recognize that the menu is already open (is that possible?!), and
not start by closing it.
What it does now, is to blindly click MENU before looking for a match to the
regex, thereby closing an already open menu and never finding the regex match.
The solution to this should not be to look for a match first, but to actually
figure out whether the menu is already open.
Original issue reported on code.google.com by hugo.josefson.old@gmail.com on 25 Sep 2010 at 2:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
hugo.josefson.old@gmail.com
on 25 Sep 2010 at 2:44The text was updated successfully, but these errors were encountered: