sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #39815
[Question #340063]: lock or unlock windows session
New question #340063 on Sikuli:
https://answers.launchpad.net/sikuli/+question/340063
I'am trying to success to lock or unlocka Windows session.
So for that I have to press using sikuli CTRL+ALT+DELETE
using type(Key.DELETE, KeyModifier.CTRL | KeyModifier.ALT) on a locked session -> do not work
using type(Key.DELETE, KeyModifier.CTRL | KeyModifier.ALT) on a open session -> do not work
playing with keyDown -> do not work
playing with num lock (bug) -> do not work
I've search deeper on the subjuect but seems there are really old bugs declared but no real solution.
is there any workaround to success ?
vincent
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.