dblclick(x, y[, options])
Open source
dblclick(x, y[, options])
Mouse double clicks on the x
and y
coordinates. Similar to mouse.click()
, but it simulates a double click.
Parameter | Type | Description |
---|---|---|
x | number | The x-coordinate to double click on. |
y | number | The y-coordinate to double click on. |
options | object | Optional. |
options.button | string | The mouse button to double click. Possible values are 'left' , 'right' , and 'middle' . Default is 'left' . |
options.delay | number | The delay in milliseconds between mousedown and mouseup events. Default is 0 . |
Returns
Type | Description |
---|---|
Promise<void> | A Promise that fulfills when the mouse double click action is complete. |
Was this page helpful?
Related documentation
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
08 May

Without a trace (query): Troubleshooting simplified with Tempo and Traces Drilldown in Grafana
See how Traces Drilldown in Grafana, powered by Grafana Tempo, can simplify complex troubleshooting, helping you quickly detect latency issues, identify error trends, and spot anomalies – all without having to learn yet another query language.
60 min

Getting started with tracing and Grafana Tempo
In this webinar, we'll show you how to get started setting up Grafana Tempo, our open source, easy-to-use and high-volume distributed tracing backend.
60 min

Scaling your distributed tracing with Grafana Tempo
In this demo, we’ll show how Grafana Tempo allows you to scale tracing as far as possible with less operational cost and complexity than ever before.