Skip to main content

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

jsPlumbToolkitTestHarness.dblTapOnElementInsideNode() method

Taps on an element inside the node with the given ID.

Signature:

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

Parameters

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

Returns:

void