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