chore: fix broken link in docs to DeviceDescriptors (#6170)
This commit is contained in:
parent
2256b8d7d7
commit
022495ba97
@ -218,7 +218,7 @@ export class Puppeteer {
|
||||
* })();
|
||||
* ```
|
||||
*
|
||||
* @returns a list of devices to be used with `page.emulate(options)`. Actual list of devices can be found in {@link https://github.com/puppeteer/puppeteer/blob/main/src/DeviceDescriptors.ts | src/DeviceDescriptors.ts}.
|
||||
* @returns a list of devices to be used with `page.emulate(options)`. Actual list of devices can be found in {@link https://github.com/puppeteer/puppeteer/blob/main/src/common/DeviceDescriptors.ts | src/common/DeviceDescriptors.ts}.
|
||||
*/
|
||||
get devices(): DevicesMap {
|
||||
return devicesMap;
|
||||
|
Loading…
Reference in New Issue
Block a user