Uses of Class
com.github.loyada.jdollarx.Operations.DragAndDrop
-
Packages that use Operations.DragAndDrop Package Description com.github.loyada.jdollarx main package for defining Path DOM elements and browser interactioncom.github.loyada.jdollarx.singlebrowser Simplified API for interaction with a single instance of browser -
-
Uses of Operations.DragAndDrop in com.github.loyada.jdollarx
Methods in com.github.loyada.jdollarx that return Operations.DragAndDrop Modifier and Type Method Description Operations.DragAndDropInBrowser. dragAndDrop(Path path)Drag and drop in the browser. -
Uses of Operations.DragAndDrop in com.github.loyada.jdollarx.singlebrowser
Methods in com.github.loyada.jdollarx.singlebrowser that return Operations.DragAndDrop Modifier and Type Method Description static Operations.DragAndDropInBrowserSinglton. dragAndDrop(Path path)Drag and drop in the browser.Operations.DragAndDropSingleBrowserPath. dragAndDrop()drag and drop this element, to another element or another location.
-