fixed device list source

This commit is contained in:
renaud gaudin 2023-08-07 10:12:39 +00:00
parent 906161ea51
commit e590e851be
No known key found for this signature in database
GPG Key ID: 447475A4CFBA2E24

View File

@ -220,8 +220,8 @@ def zimit(args=None):
parser.add_argument(
"--mobileDevice",
help="Emulate mobile device by name from "
"https://github.com/microsoft/playwright/blob/main/packages/"
"playwright-core/src/server/deviceDescriptorsSource.json",
"https://github.com/puppeteer/puppeteer/blob/"
"main/packages/puppeteer-core/src/common/Device.ts",
)
parser.add_argument(