image method
Provide the image, or source of the image, for this target.
Syntax
eyes.check(Target.image(image))
eyes.check(Target.image(path))
Parameters
- image
- Type:BufferedImage
- The checkpoint image as an object in PNG format.
- path
- Type:String
- A string with the file system path to the checkpoint image file. The image must be in PNG format.
Return value
- Type: ICheckSettings