Home > @jsplumbtoolkit/test-support > jsPlumbToolkitTestHarness > clickOnGroup
jsPlumbToolkitTestHarness.clickOnGroup() method
Clicks on the group with the given ID.
Signature:
clickOnGroup(groupId: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| groupId | string | ID of the group to click on. |
Returns:
void