Uses of Class
com.microsoft.playwright.options.BoundingBox
Packages that use BoundingBox
-
Uses of BoundingBox in com.microsoft.playwright
Methods in com.microsoft.playwright that return BoundingBoxModifier and TypeMethodDescriptionElementHandle.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.Locator.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 BoundingBoxModifier and TypeMethodDescriptionElementHandleImpl.boundingBox()LocatorImpl.boundingBox(Locator.BoundingBoxOptions options)