Back to Puppeteer

uninstall() function

docs/browsers-api/browsers.uninstall.md

19.2.2407 B
Original Source

uninstall() function

Signature

typescript
export declare function uninstall(options: UninstallOptions): Promise<void>;

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

options

</td><td>

UninstallOptions

</td><td> </td></tr> </tbody></table>

Returns:

Promise<void>