Skip to content

File upload doesn't work #764

@VikramTiwari

Description

@VikramTiwari

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions