Uses of Class
org.openqa.selenium.devtools.v112.page.Page.GetLayoutMetricsResponse
-
Packages that use Page.GetLayoutMetricsResponse Package Description org.openqa.selenium.devtools.v112.page -
-
Uses of Page.GetLayoutMetricsResponse in org.openqa.selenium.devtools.v112.page
Methods in org.openqa.selenium.devtools.v112.page that return types with arguments of type Page.GetLayoutMetricsResponse Modifier and Type Method Description static org.openqa.selenium.devtools.Command<Page.GetLayoutMetricsResponse>
Page. getLayoutMetrics()
Returns metrics relating to the layouting of the page, such as viewport bounds/scale.
-