sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31406
Re: [Question #263563]: Selenium test using Sikuli can't click on image when run from Jenkins
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.