mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
df4d60c187
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
350 B
350 B
sidebar_label |
---|
Browser.close |
Browser.close() method
Closes the browser and all of its pages (if any were opened). The Browser object itself is considered to be disposed and cannot be used anymore.
Signature:
class Browser {
close(): Promise<void>;
}
Returns:
Promise<void>