pest
pest copied to clipboard
Missing Browser test features
In playwright you have the option to use position, is that something that the browser plugin can do?
https://playwright.dev/docs/input#mouse-click
Playwright docs:
// Click the top left corner
await page.getByText('Item').click({ position: { x: 0, y: 0 } });