attentionThis feature has known issues. For details, refer to #469 and #471.
This feature has known issues. For details, refer to #469 and #471.
Mouse double click on the chosen element.
page .goto('https://test.k6.io/browser.php') .then(() => { const button = page.locator("#counter-button"); button.dblclick(); });