Skip to main content

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

jsPlumbToolkitTestHarness.clickOnElementInsideNode() method

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

Signature:

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

Parameters

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

Returns:

void