pest icon indicating copy to clipboard operation
pest copied to clipboard

Missing Browser test features

Open whitespacecode opened this issue 3 months ago • 0 comments

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 } });

whitespacecode avatar Oct 28 '25 14:10 whitespacecode