-
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
[BUG] download file not occurs #4233
Comments
You snippet does not enable downloads and does not obtain the downloaded path, so it should not work. Please follow this doc. |
Thanks for the quick response!! I fixed the code and it does work. |
Hi @yael118, you can use
I'll close this issue. Feel to comment/create new issue if we are missing anything. |
Thank you all |
Context:
Hi,
after updating to the new playwright version- downloading not really occurs.
using waitForEvent('download') is passing
but the file not really was downloaded
Code Snippet
Describe the bug
result:
Error: ENOENT: no such file or directory, unlink 'C:\Users\david\Downloads\Archive.zip'
function waitForEvent('download')- succeeded
but it doesn't really happen
The text was updated successfully, but these errors were encountered: