Uses of Class
com.microsoft.playwright.Frame.HoverOptions
-
Packages that use Frame.HoverOptions Package Description com.microsoft.playwright -
-
Uses of Frame.HoverOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.HoverOptions Modifier and Type Method Description Frame.HoverOptionsFrame.HoverOptions. setForce(boolean force)Whether to bypass the actionability checks.Frame.HoverOptionsFrame.HoverOptions. setModifiers(List<KeyboardModifier> modifiers)Modifier keys to press.Frame.HoverOptionsFrame.HoverOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Frame.HoverOptionsFrame.HoverOptions. setPosition(double x, double y)A point to use relative to the top-left corner of element padding box.Frame.HoverOptionsFrame.HoverOptions. setPosition(Position position)A point to use relative to the top-left corner of element padding box.Frame.HoverOptionsFrame.HoverOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Frame.HoverOptionsFrame.HoverOptions. setTimeout(double timeout)Maximum time in milliseconds.Frame.HoverOptionsFrame.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 Frame.HoverOptions Modifier and Type Method Description voidFrame. hover(String selector, Frame.HoverOptions options)This method hovers over an element matchingselectorby performing the following steps: Find an element matchingselector.
-