Class Page.GetLayoutMetricsResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.page.Page.GetLayoutMetricsResponse
-
- Enclosing class:
- Page
public static class Page.GetLayoutMetricsResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetLayoutMetricsResponse(LayoutViewport layoutViewport, VisualViewport visualViewport, Rect contentSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rect
getContentSize()
Size of scrollable area.LayoutViewport
getLayoutViewport()
Metrics relating to the layout viewport.VisualViewport
getVisualViewport()
Metrics relating to the visual viewport.
-
-
-
Constructor Detail
-
GetLayoutMetricsResponse
public GetLayoutMetricsResponse(LayoutViewport layoutViewport, VisualViewport visualViewport, Rect contentSize)
-
-
Method Detail
-
getLayoutViewport
public LayoutViewport getLayoutViewport()
Metrics relating to the layout viewport.
-
getVisualViewport
public VisualViewport getVisualViewport()
Metrics relating to the visual viewport.
-
getContentSize
public Rect getContentSize()
Size of scrollable area.
-
-