matchPositionValues()
Checks if given position values match the current position.
matchPositionValues(position: Partial<UIElement.Position>): boolean;
Notes
- This method is used by expectOutputAsync().
Parameters
- position — A set of position properties
Return value
True, if all of the properties in the provided object match with current position.
Related
class TestOutputElement
A class that represents a rendered output element.
