Closed GoogleCodeExporter closed 9 years ago
In Sikuli API, there is no longer need for FindFailed. When find operations
fail, a null pointer will be returned in the case of find(). An empty list of
ScreenRegion objects will be returned in the case of findAll(). There is no
need to catch FindFailled exceptions. However, users can feel free to wrap a
custom exception around the null pointer returned by find().
Original comment by doubles...@gmail.com
on 28 Oct 2012 at 1:30
Original issue reported on code.google.com by
auste...@gmail.com
on 24 Oct 2012 at 5:40