We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b187f commit 51546a2Copy full SHA for 51546a2
playwright/integration/examples/shadow-dom.test.ts
@@ -25,7 +25,7 @@ test.describe('shadow-dom example', () => {
25
26
// Clear any existing text and type new text into the textbox
27
await textbox.click()
28
- await page.keyboard.press('Meta+A')
+ await page.keyboard.press('ControlOrMeta+A')
29
30
await page.keyboard.press('Backspace')
31
await page.keyboard.type('Hello, Playwright!')
0 commit comments