Uses of Class
com.microsoft.playwright.Locator.BoundingBoxOptions
-
Packages that use Locator.BoundingBoxOptions Package Description com.microsoft.playwright -
-
Uses of Locator.BoundingBoxOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.BoundingBoxOptions Modifier and Type Method Description Locator.BoundingBoxOptionsLocator.BoundingBoxOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.BoundingBoxOptions Modifier and Type Method Description BoundingBoxLocator. boundingBox(Locator.BoundingBoxOptions options)This method returns the bounding box of the element matching the locator, ornullif the element is not visible.
-