class Playwright::Download
def path
Note that the download's file name is a random GUID, use [`method: Download.suggestedFilename`]
Returns path to the downloaded file for a successful download, or throws for a failed/canceled download. The method will wait for the download to finish if necessary. The method throws when connected remotely.
def path wrap_impl(@impl.path) end