sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11873
[Bug 1025991] Re: Click not Working consistantly
This is the code I am using
public static Screen sikuliScreen =new Screen();
ImagePath=”<Image Path to me mentioned here>”;
sikuliScreen.click(ImagePath);
if(sikuliScreen.exists(ImagePath) != null){
blnElementVisibleFlag =true;
}
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1025991
Title:
Click not Working consistantly
Status in Sikuli:
New
Bug description:
Click is not working properly. It is identifying the image but not clicking it. Moreover it is inconsistent.
Using
The version of Sikuli you were using.: Sikuli Version: Sikuli X-1.0rc3(r905)
Your operating system, 32-bit or 64-bit, and its version. : Windows 7, 32-bit, Enterprise
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1025991/+subscriptions
References