puppeteer/new-docs/puppeteer.protocol.network.connectiontype.md

14 lines
601 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; [Network](./puppeteer.protocol.network.md) &gt; [ConnectionType](./puppeteer.protocol.network.connectiontype.md)
## Protocol.Network.ConnectionType type
The underlying connection technology that the browser is supposedly using.
<b>Signature:</b>
```typescript
export type ConnectionType = ('none' | 'cellular2g' | 'cellular3g' | 'cellular4g' | 'bluetooth' | 'ethernet' | 'wifi' | 'wimax' | 'other');
```