sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24552
[Bug 1287475] Re: [1.0.1] Arrow keys does not work on certain page
Sikuli internally uses Java-AWT Robot, to send keyboard actions to the
native system (which is the host system in any case) and as such depends
on Java's implementation of the native interface (which is surely more
generic, than in AutoIt).
With RemoteConnection windows and VM windows, we notice different problems, that mostly are specific to the solution used.
If there are problems and you do not have a workaround, there is nothing to do, to solve the situation with the current Sikuli versions.
With VM windows, I noticed, that the problems tend to vanish, if you switch off any mouse integration (seamless use of mouse).
The mode that works is the one, where you first have to click into the Window, before it gets focus and then you have to press some special key combo, to uncatch the mouse (until then, you will not be able to move the mouse to outside of the window).
So if your virtual console has something like this, then try it.
Have you tried, to first click into the window, before issuing a type?
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1287475
Title:
[1.0.1] Arrow keys does not work on certain page
Status in Sikuli:
New
Bug description:
1. Sikuli IDE Version: 1.0.1
2. Windows 2003 Server SP2 (32bit), Java 1.7.0_45, Dell iDRAC7 Virtual Console
3. I have some Dell Servers and use the Dell iDRAC virtual console to remotely install and manage the server. On the BIOS Boot Manager page, when using Sikuli type(Key.DOWN) to select "BIOS Boot Menu" option but it dose not work. The Key.ESC and Key.TAB works except the arrow keys (UP, DOWN, LEFT, RIGHT). please see the attached snapshot.
4. AutoIt "send" method and real keyboard action does work on this page.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1287475/+subscriptions
References