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