Class LayerPainted
- java.lang.Object
-
- org.openqa.selenium.devtools.v102.layertree.model.LayerPainted
-
public class LayerPainted extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LayerPainted(LayerId layerId, Rect clip)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rect
getClip()
Clip rectangle.LayerId
getLayerId()
The id of the painted layer.
-