Home > @jsplumb/test > BrowserUITestSupport > tapOnOverlay
#
BrowserUITestSupport.tapOnOverlay() methodFire a tap event on a connection's overlay
Signature:
tapOnOverlay(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