Uses of Class
com.microsoft.playwright.options.BoundingBox
-
Packages that use BoundingBox Package Description com.microsoft.playwright -
-
Uses of BoundingBox in com.microsoft.playwright
Methods in com.microsoft.playwright that return BoundingBox Modifier and Type Method Description BoundingBoxElementHandle. boundingBox()This method returns the bounding box of the element, ornullif the element is not visible.default BoundingBoxLocator. boundingBox()This method returns the bounding box of the element matching the locator, ornullif the element is not visible.BoundingBoxLocator. boundingBox(Locator.BoundingBoxOptions options)This method returns the bounding box of the element matching the locator, ornullif the element is not visible.
-