← Back to team overview

sikuli-driver team mailing list archive

[Question #707896]: Need to call doubleClick or click twiice

 

New question #707896 on SikuliX:
https://answers.launchpad.net/sikuli/+question/707896

when running sikuli script i need to call click or doubleclick twice. one single click it does not work. i have java 11 installed.
any help would be appreciated

code
doubleClick(abc)  // does not work



doubleClick(abc)
sleep(1)
doubleClick(abc) //works



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