class Playwright::Download
def suggested_filename
or the `download` attribute. See the spec on [whatwg](https://html.spec.whatwg.org/#downloading-resources). Different
[`Content-Disposition`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition) response header
Returns suggested filename for this download. It is typically computed by the browser from the
def suggested_filename wrap_impl(@impl.suggested_filename) end