<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [BrowserFetcher](./puppeteer.browserfetcher.md) &gt; [platform](./puppeteer.browserfetcher.platform.md)

## BrowserFetcher.platform() method

<b>Signature:</b>

```typescript
platform(): Platform;
```
<b>Returns:</b>

[Platform](./puppeteer.platform.md)

Returns the current `Platform`, which is one of `mac`, `linux`, `win32` or `win64`.