Skip to main content

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

jsPlumbToolkitTestHarness.tapOnElementInsideNode() method

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

Signature:

tapOnElementInsideNode(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