ApiUrls class
Platform: Selenium 3Language: Python SDK:
An object of this class is contained in the StepInfo object,
which is in itself an object in the TestResults object returned by the
Eyes.close_async or Eyes.close method.The methods
in this class are used to retrieve a URI that can be used with the REST API
to obtain information about a particular step.
Properties
- baseline_imageType:Text
- The value of this property is a URI that can be used with the REST API to obtain the baseline image of this step.
- checkpoint_imageType:Text
- The value of this property is a URI that can be used with the REST API to obtain the checkpoint image of this step.
- checkpoint_image_thumbnailType:Text
- The value of this property is a URI that can be used with the REST API to obtain the checkpoint thumbnail image of this step.
- diff_imageType:Text
- The value of this property is a URI that can be used with the REST API to obtain the checkpoint image of this step, overlayed with pink areas where there are differences.