← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #671371]: click() not working.

 

Question #671371 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/671371

    Status: Answered => Solved

nick oh confirmed that the question is solved:
SOLVED :

I used the following code to basically 'click longer' and allow
Bluestacks to take its time registering inputs.

def clicc():
  wait(0.3)
  mouseDown(Button.LEFT)
  wait(0.2)
  mouseUp()
  wait(0.2)

~stuff~

hover(image)
clicc()
hover(image)
clicc()
...

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.