click not registering on site

Asked by marv t

Sikuli will detect and find objects I would like to click on, but the website doesn't register the clicks. Is there anything I can do to change the type of click sikuli uses?

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
RaiMan (raimund-hocke) said :
#1

there are websites (especially some online games) that that can block the clicks produced by Sikuli.

So try this:

m = find(some_image)
hover(m)
wait(1)
click(m)
wait(1)
click(m)

and see what happens.

Can you help with this problem?

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

To post a message you must log in.