Question #263563 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263563
Status: Needs information => Open
ale gave more information on the question:
Hi,
I tried taking a screenshot just before the test is failing to check the
button is visible. This is the code I used, in Java, because I
integrated it in my test:
BufferedImage capture = screen.capture();
File f = new File("E:\\a.png");
ImageIO.write(capture, "png", f);
System.out.println(capture.getData());
The image contains the button just as I expected.
--
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