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