-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Chromium does not show file chooser dialog #2344
Comments
You can pass custom |
Thanks for pointing out, I will try that out. |
Note that Playwright is not guaranteed to work correctly with custom browser executable. However, most of the times things should be ok. |
@anonymousaccn : please don't point to the older Chromium, things won't work there. When you say file chooser is not opened you mean you don't see it in the |
@pavelfeldman The problem I have with latest playwright if when I use Chromium I got an error called "Failed to fetch ... " And for webkit on windows, file upload dialog is not opened at all, it works on Mac. |
Yes, I can see this possible. |
@anonymousaccn: please let us know what you find - we have all the file chooser tests passing, so it'd be interesting to learn what went wrong. Let me rename the issue. |
Looks like the discussion here stalled, so closing this. @anonymousaccn feel free to follow up here or file a new issue, if necessary! |
I would love to see Playwright to support custom executable path for browser. The main reason is in the latest ( at the time I write this message ) version, chromium doesn't support file chooser ( no dialog is opened ) however stable chrome works just fine.
The text was updated successfully, but these errors were encountered: