DMBrowser.FindPicture Method

Definition

Check for the specified picture on the current tab. The precision threshold value is 0.95.

public virtual bool FindPicture(Bitmap bitmapToAssert, double threshold = 0.95)

Parameters

 bitmapToAssert  Bitmap

 threshold  double

Examples

tab0.FindPicture(PictureList [1],0.97);