-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
Steps to recreate:
- Run following code:
const playwright = require("playwright");
(async () => {
const browser = await playwright["chromium"].launch({ headless: false });
const context = await browser.newContext();
await context.newPage("https://cgi-lib.berkeley.edu/ex/fup.html");
})();- Click on "Choose File"
Expectation: A file chooser dialog will appear
Result: No dialog appears
This bug is causing file uploads to not work.
Metadata
Metadata
Assignees
Labels
No labels