mqscript_cmpcolor
Compare screen color at specified coordinates with expected color value using similarity tolerance for automated mobile testing and UI validation.
Instructions
Compare color at specified point with expected color
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expectedColor | Yes | Expected color in BBGGRR format | |
resultVariable | No | Variable name to store comparison result | result |
similarity | No | Color similarity tolerance (0-1) | |
x | Yes | X coordinate to check | |
y | Yes | Y coordinate to check |