Home > @jsplumb/test > BrowserUITestSupport > dragNodeTo
#
BrowserUITestSupport.dragNodeTo() methodDrag an element to a given x and y location
Signature:
dragNodeTo(el: Element, x: number, y: number, events?: EventHandlers): void;
#
ParametersParameter | Type | Description |
---|---|---|
el | Element | Element to drag |
x | number | X location to drag to |
y | number | Y location to drag to |
events | EventHandlers | Map of lifecycle event handlers |
Returns:
void