sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #18395
Re: [Question #230046]: How to write command for "Alt + Space +x" to expand window
Question #230046 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/230046
Status: Answered => Solved
Eric Yu confirmed that the question is solved:
Hi, Robert
Thanks for your answer. I tried it but it didn't work. But, your answer
enlightened me. I found the menu shown on browser is the result of
command "Alt + Space" and was waiting for user to input "x". So, I
updated the command like below:
+++++++++++++++++++++++++++++++
type(Key.SPACE, KeyModifier.ALT)
type('x')
++++++++++++++++++++++++++++++
In this way, it works very well.
Thanks,
Eric
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.