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