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