Skip to content

Commit cf5fd03

Browse files
authored
doc: fix playwright link to external device list (#5450)
1 parent fcf0b27 commit cf5fd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playwright.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Playwright can emulate browsers of mobile devices. Instead of paying for expensi
359359

360360
Device emulation can be enabled in CodeceptJS globally in a config or per session.
361361

362-
Playwright contains a [list of predefined devices](https://github.com/microsoft/playwright/blob/master/src/server/deviceDescriptors.js) to emulate, for instance this is how you can enable iPhone 6 emulation for all tests:
362+
Playwright contains a [list of predefined devices](https://github.com/microsoft/playwright/blob/master/packages/playwright-core/src/server/deviceDescriptorsSource.json) to emulate, for instance this is how you can enable iPhone 6 emulation for all tests:
363363

364364
```js
365365
const { devices } = require('playwright');

0 commit comments

Comments
 (0)