Search found 2 matches

by Martin84
Thu Nov 10, 2011 3:09 pm
Forum: Bug Reports
Topic: ContainsImage() not working since 3.1.1
Replies: 2
Views: 2128

Re: ContainsImage() not working since 3.1.1

Hi,

Thanks for the reply.

Setting the default options for the image find method has resolved the issue.
Ranorex.Imaging.FindOptions.Default = new Ranorex.Imaging.FindOptions(0.80);

Regards,
by Martin84
Thu Nov 10, 2011 1:42 pm
Forum: Bug Reports
Topic: ContainsImage() not working since 3.1.1
Replies: 2
Views: 2128

ContainsImage() not working since 3.1.1

The validate containsImage() method isn't working since the upgrade to Version 3.1.1

In the Ranorex log report, the screenshot shows the search area and the image being checked however Ranorex produces a failure.

Thanks