class Playwright::Download

def delete

Deletes the downloaded file. Will wait for the download to finish if necessary.
def delete
  wrap_impl(@impl.delete)
end