Skip to main content

Home > @jsplumbtoolkit/test-support > jsPlumbToolkitTestHarness > dblClickOnElementInsideNode

jsPlumbToolkitTestHarness.dblClickOnElementInsideNode() method

Double clicks on an element inside the node with the given ID.

Signature:

dblClickOnElementInsideNode(nodeId: string, selector: string): void;

Parameters

ParameterTypeDescription
nodeIdstringID of the node to double click on.
selectorstringCSS selector identifying the child element to click on.

Returns:

void