Uses of Class
com.microsoft.playwright.Locator.HoverOptions
-
Packages that use Locator.HoverOptions Package Description com.microsoft.playwright -
-
Uses of Locator.HoverOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.HoverOptions Modifier and Type Method Description Locator.HoverOptionsLocator.HoverOptions. setForce(boolean force)Whether to bypass the actionability checks.Locator.HoverOptionsLocator.HoverOptions. setModifiers(List<KeyboardModifier> modifiers)Modifier keys to press.Locator.HoverOptionsLocator.HoverOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Locator.HoverOptionsLocator.HoverOptions. setPosition(double x, double y)A point to use relative to the top-left corner of element padding box.Locator.HoverOptionsLocator.HoverOptions. setPosition(Position position)A point to use relative to the top-left corner of element padding box.Locator.HoverOptionsLocator.HoverOptions. setTimeout(double timeout)Maximum time in milliseconds.Locator.HoverOptionsLocator.HoverOptions. setTrial(boolean trial)When set, this method only performs the actionability checks and skips the action.Methods in com.microsoft.playwright with parameters of type Locator.HoverOptions Modifier and Type Method Description voidLocator. hover(Locator.HoverOptions options)Hover over the matching element.
-