Uses of Class
com.microsoft.playwright.Frame.DragAndDropOptions
Packages that use Frame.DragAndDropOptions
-
Uses of Frame.DragAndDropOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.DragAndDropOptionsModifier and TypeMethodDescriptionFrame.DragAndDropOptions.setForce(boolean force) Whether to bypass the actionability checks.Frame.DragAndDropOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Frame.DragAndDropOptions.setSourcePosition(double x, double y) Clicks on the source element at this point relative to the top-left corner of the element's padding box.Frame.DragAndDropOptions.setSourcePosition(Position sourcePosition) Clicks on the source element at this point relative to the top-left corner of the element's padding box.Frame.DragAndDropOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Frame.DragAndDropOptions.setTargetPosition(double x, double y) Drops on the target element at this point relative to the top-left corner of the element's padding box.Frame.DragAndDropOptions.setTargetPosition(Position targetPosition) Drops on the target element at this point relative to the top-left corner of the element's padding box.Frame.DragAndDropOptions.setTimeout(double timeout) Maximum time in milliseconds.Frame.DragAndDropOptions.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.DragAndDropOptionsModifier and TypeMethodDescriptionvoidFrame.dragAndDrop(String source, String target, Frame.DragAndDropOptions options) -
Uses of Frame.DragAndDropOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.DragAndDropOptionsModifier and TypeMethodDescriptionvoidFrameImpl.dragAndDrop(String source, String target, Frame.DragAndDropOptions options) (package private) voidFrameImpl.dragAndDropImpl(String source, String target, Frame.DragAndDropOptions options)