sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28162
Re: [Question #254266]: CTRL +CLick does not work with Google chrome
Question #254266 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/254266
Status: Open => Answered
Eugene S proposed the following answer:
Hi,
-- i need to ctrl click on an image.
It's not so clear what do you mean when you say that. Can you please clarify what: ctrl click on image means. You mean ctrl as a keyboard button?
-- Python API not recognizing Google chrome
This is not a consideration since Sikuli recognizes whatever there is on the screen, regardless of what or how the content is being generated.
Generally, to hit a button (press and release) you should use:
type(Key.CTRL)
Eugene
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.