puppeteer/new-docs/puppeteer.protocol.emulation.setuseragentoverriderequest.platform.md

14 lines
600 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetUserAgentOverrideRequest](./puppeteer.protocol.emulation.setuseragentoverriderequest.md) &gt; [platform](./puppeteer.protocol.emulation.setuseragentoverriderequest.platform.md)
## Protocol.Emulation.SetUserAgentOverrideRequest.platform property
The platform navigator.platform should return.
<b>Signature:</b>
```typescript
platform?: string;
```