New question #263727 on Sikuli:
https://answers.launchpad.net/sikuli/+question/263727

I am using java - sikulixapi.jar jar and in some of the png,
I have issue with double click.
--
I look for the image exists , then double click -
but  sikuli simply selects which is click() action.
The code will look like

if(scr.exists(sImagePathAndName )!=null){
                                                Thread.sleep(5000);
                                                
scr.doubleClick(sImagePathAndName);                                             
                                                Thread.sleep(3000);             
                        
                                                bThere=true;
                                                break;
                                        }
here - the scr. exists evaluated to True but the doubleClick - simply selects 
the image.
I have added necessary waits and hence I do not think timing will be the issue.
--
Do we have some alternate method for this - other than mouse action and would 
like the know the reason for this .


Thanks
Selva D


-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to