sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #09013
[Bug 941883] Re: X 1.0rc3: Windows start menu does not stay open in slow motion mode
The first action still works in slow motion mode (the start menu opens).
But the next action (2.) with its foregoing red-circle-overlay steels the focus.
I do not think, that it will be possible for Sikuli to come around this
problem (at least on the Java level).
So if you are not intending, to test the features of the start menu, but to start up applications, there are many other ways to do that. the most Sikuli'ish one:
App.open("c:/Program Files/Internet Explorer/iexplore.exe")
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/941883
Title:
X 1.0rc3: Windows start menu does not stay open in slow motion mode
Status in Sikuli:
Confirmed
Bug description:
I'm using Windows Server 2003 R2 32-bit
I use the start menu for launch Internet Explorer, but when run in Slow Motion mode the start menu disappear, steps:
1. Click icon start menu
2. Click icon Internet Explorer
in normal mode the execution is working properly.
I watch in slow motion mode, the IDE make another window, sure to
paint the red circles around the mouse, then when the another window
is created the start menu lost the focus and close it.
One solution is to create the window of the red circles without
getting the focus of the display
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/941883/+subscriptions
References