Class Bounds
java.lang.Object
org.openqa.selenium.devtools.v119.browser.model.Bounds
Browser window bounds information
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Bounds
-
-
Method Details
-
getLeft
The offset from the left edge of the screen to the window in pixels. -
getTop
The offset from the top edge of the screen to the window in pixels. -
getWidth
The window width in pixels. -
getHeight
The window height in pixels. -
getWindowState
The window state. Default to normal.
-