sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19671
Re: [Question #233733]: Is there a way to combine CTRL and WHEEL_UP to zoom in on web pages?
Question #233733 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/233733
Status: Open => Answered
RaiMan proposed the following answer:
take care, that the respective window has focus.
keyDown(Key.CTRL)
wheel(WHEEL_UP, 5)
keyUp()
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.