Home > @jsplumb/test > BrowserUITestSupport > dblTapOnConnection
#
BrowserUITestSupport.dblTapOnConnection() methodFire a double tap event on the DOM element that represents the given connection.
Signature:
dblTapOnConnection(connection: Connection): void;
#
ParametersParameter | Type | Description |
---|---|---|
connection | Connection |
Returns:
void