Class WorkAreaInsets
java.lang.Object
org.openqa.selenium.devtools.v141.emulation.model.WorkAreaInsets
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WorkAreaInsets
-
-
Method Details
-
getTop
Work area top inset in pixels. Default is 0; -
getLeft
Work area left inset in pixels. Default is 0; -
getBottom
Work area bottom inset in pixels. Default is 0; -
getRight
Work area right inset in pixels. Default is 0;
-