VisualReview-protractor
VisualReview-protractor copied to clipboard
Cannot provide mask property to VisualReview
We would like to exclude a certain part of the screenshot from the comparison by using the mask functionality from VisualReview.
Hello Berry,
That indeed would be a useful feature.
It will require adding a mask parameter at here. The actual parameter should contain an array of exclusions like {"mask":{"excludeZones":[{"height":40,"x":0,"width":640,"y":0}]}}.
For more information see the VR server API.
That said, I'm no longer using the tool and I'm not planning on creating the feature. If you or someone else is willing to create this feature that of course would be very much appreciated.