Home > @jsplumbtoolkit/test-support > jsPlumbToolkitTestHarness > clickOnOverlay
jsPlumbToolkitTestHarness.clickOnOverlay() method
Clicks on the overlay with the given ID, on the given Edge.
Signature:
clickOnOverlay(edgeId: string, overlayId: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| edgeId | string | ID of the Edge |
| overlayId | string | ID of the overlay to click on. |
Returns:
void