docs: fix DeviceDescriptor link (#5683)
This commit is contained in:
parent
c4fe4e46c2
commit
ad6c57aeb9
@ -485,7 +485,7 @@ The default flags that Chromium will be launched with.
|
||||
- returns: <[Object]>
|
||||
|
||||
Returns a list of devices to be used with [`page.emulate(options)`](#pageemulateoptions). Actual list of
|
||||
devices can be found in [src/DeviceDescriptors.js](https://github.com/puppeteer/puppeteer/blob/master/src/DeviceDescriptors.js).
|
||||
devices can be found in [src/DeviceDescriptors.js](https://github.com/puppeteer/puppeteer/blob/master/src/DeviceDescriptors.ts).
|
||||
|
||||
```js
|
||||
const puppeteer = require('puppeteer');
|
||||
|
Loading…
Reference in New Issue
Block a user