Home > @jsplumb/test > BrowserUITestSupport > clickOnOverlay
#
BrowserUITestSupport.clickOnOverlay() methodFire a click event on a connection's overlay
Signature:
clickOnOverlay(connection: Connection, overlayId: string): void;
#
ParametersParameter | Type | Description |
---|---|---|
connection | Connection | Connection to which the overlay belongs |
overlayId | string | ID of the overlay to fire the event on |
Returns:
void