Class DisplayFeature
java.lang.Object
org.openqa.selenium.devtools.v123.emulation.model.DisplayFeature
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDisplayFeature
(DisplayFeature.Orientation orientation, Integer offset, Integer maskLength) -
Method Summary
Modifier and TypeMethodDescriptionA display feature may mask content such that it is not physically displayed - this length along with the offset describes this area.The offset from the screen origin in either the x (for vertical orientation) or y (for horizontal orientation) direction.Orientation of a display feature in relation to screen
-
Constructor Details
-
DisplayFeature
-
-
Method Details
-
getOrientation
Orientation of a display feature in relation to screen -
getOffset
The offset from the screen origin in either the x (for vertical orientation) or y (for horizontal orientation) direction. -
getMaskLength
A display feature may mask content such that it is not physically displayed - this length along with the offset describes this area. A display feature that only splits content will have a 0 mask_length.
-