Signed-off-by: Ben Hovinga <23349127+benhovinga@users.noreply.github.com>
This commit is contained in:
Ben Hovinga 2025-01-06 12:33:33 -03:30 committed by GitHub
parent eeca68ba97
commit b8ad57c224
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -217,7 +217,7 @@ await page.getByText('Item').click({ button: 'right' });
// Shift + click
await page.getByText('Item').click({ modifiers: ['Shift'] });
// Ctrl + click or Windows and Linux
// Ctrl + click on Windows and Linux
// Meta + click on macOS
await page.getByText('Item').click({ modifiers: ['ControlOrMeta'] });