You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this is about a navigation request (goto that url) rather a click on a link with that URL. Navigation request to downloadable resources are a narrow use case - you can just fetch resource instead, you don't need a browser for that. So it'll be a low priority.
It looks like this is about a navigation request (goto that url) rather a click on a link with that URL. Navigation request to downloadable resources are a narrow use case - you can just fetch resource instead, you don't need a browser for that. So it'll be a low priority.
It's a website that you click a "download" button, it generates a resource and then it opens (window.open) a new tab with that url.
My wait for download works on chrome and Firefox but it fails in WebKit, when that behavior is a download in a real Safari.
Version
1.49.0
Steps to reproduce
You don't need to write any code. This URL https://storage.googleapis.com/mabl-dev-debugging-public/attachment-disposition.gif takes you to a gif with
content-disposition
attachment
.Most browsers download that file:
But playwright's webkit shows the gif instead of downloading it.
There was an issue reported about this a few years ago #20089.
Expected behavior
I expect the gif to be downloaded.
Actual behavior
The gif is shown in the browser, so my download event will not be triggered.
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: