Skip to main content

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

jsPlumbToolkitTestHarness.clickOnPort() method

Clicks on the port with the given ID on the node with given node id.

Signature:

clickOnPort(nodeId: string, portId: string): void;

Parameters

ParameterTypeDescription
nodeIdstringID of the node containing the port
portIdstringID of the port to click on.

Returns:

void