attentionThis feature has known issues. For details, refer to #436 and #471.
This feature has known issues. For details, refer to #436 and #471.
Tap on the chosen element.
const page = context.newPage({ hasTouch: true,}); page .goto('https://test.k6.io/browser.php') .then(() => { const options = page.locator("#numbers-options"); options.tap(); });