Uses of Class
com.microsoft.playwright.Locator.DragToOptions
Packages that use Locator.DragToOptions
-
Uses of Locator.DragToOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.DragToOptionsModifier and TypeMethodDescriptionLocator.DragToOptions.setForce(boolean force) Whether to bypass the actionability checks.Locator.DragToOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Locator.DragToOptions.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.Locator.DragToOptions.setSourcePosition(Position sourcePosition) Clicks on the source element at this point relative to the top-left corner of the element's padding box.Locator.DragToOptions.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.Locator.DragToOptions.setTargetPosition(Position targetPosition) Drops on the target element at this point relative to the top-left corner of the element's padding box.Locator.DragToOptions.setTimeout(double timeout) Maximum time in milliseconds.Locator.DragToOptions.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.DragToOptionsModifier and TypeMethodDescriptionvoidLocator.dragTo(Locator target, Locator.DragToOptions options) Drag the source element towards the target element and drop it. -
Uses of Locator.DragToOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.DragToOptionsModifier and TypeMethodDescriptionvoidLocatorImpl.dragTo(Locator target, Locator.DragToOptions options)