Target class
Platform: ImagesLanguage: Python SDK:
This class provides methods that are used to
define and configure the checkpoint target for the check method.
Once you create a ImagesCheckSettings object
using one of the factory methods defined by this class,
you can configure the checkpoint by calling other methods from the ImagesCheckSettings class,
chaining them one after the other using the '.' operator.
Import statement
from applitools.images import Target
Methods
- image()
- Provide the image, or source of the image, for this target.