RectangleSizePlain class
Platform: PlaywrightLanguage: JavaScript SDK:
Provides an object that describes a rectangle. An object of this type is required as a parameter in some methods.
Properties
- heightType:number
- The height of the rectangle in pixels.
- widthType:number
- The width of the rectangle in pixels.