CTRL +CLick does not work with Google chrome

Asked by vignesh

i have flash based simulation application.i need to ctrl click on an image.
i tried

1.s1.keydown(Key.CTRL) this works good only with IE and firefox versions but it does not work well with Google Chrome.

is there a solution for this

I use Windows 7 operating system and Google chrome latest version,Is there a issue with Python API not recognizing
Google chrome

Thanks,
vignesh

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Eugene S (shragovich) said :
#1

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

Can you help with this problem?

Provide an answer of your own, or ask vignesh for more information if necessary.

To post a message you must log in.