Uses of Class
com.microsoft.playwright.options.BoundingBox
-
Packages that use BoundingBox Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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. -
Uses of BoundingBox in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl that return BoundingBox Modifier and Type Method Description BoundingBoxElementHandleImpl. boundingBox()BoundingBoxLocatorImpl. boundingBox(Locator.BoundingBoxOptions options)
-