Jarkko Peltonen

Results 13 comments of Jarkko Peltonen

I think it should throw exception if there are "wantedImage" and "notWantedImage" found at the same time. Could check if notWantedMatch == null before returning if wantedMatch is found. ......

Would be great to add keyword that finds matches from file. Also coordinates could be used controlling robotic arm etc. :)

I haven't tried yet. I think it should also work in Java and would be great feature.

Yes it would be good to start with. Should wait for screen to contain image or wait for screen not contain image in single keyword.

Perfect! One little change I would like to see. Could you change like this: public void waitForImage(String wantedImage, String notWantedImage, int timeout) -> public void waitForImages(List< String > wantedImages, List<...

Yes maybe better idea to use "exist".

Replaced 'Wait For Image' with 'Wait For Multiple Images' keyword in pull request https://github.com/rainmanwy/robotframework-SikuliLibrary/pull/49 If one of expected images exist then keywords succeeds. If one of not expected images exists...

There is a warning about not using stdout and stderr files also in Robot Manual: > Standard output and error streams > > By default processes are run so that...

I would like generate sikuli log files other folder not the folder sikuli library is started from, because I have to delete sikuli logs manually after some time when there...