class Playwright::Download

def save_as(path)

```
download.save_as("/path/to/save/at/" + download.suggested_filename)
```python sync

**Usage**

is still in progress. Will wait for the download to finish if necessary.
Copy the download to a user-specified path. It is safe to call this method while the download
def save_as(path)
  wrap_impl(@impl.save_as(unwrap_impl(path)))
end