-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
Context:
- Playwright Version: 1.4.0
- Operating System: Mac
- Node.js version: v14.5.0
- Browser: All
- Extra: VSCode
Error message:
Module '"../../node_modules/playwright"' has no exported member 'DeviceDescriptor'.
import { DeviceDescriptor } from 'playwright';
Code Snippet
import { DeviceDescriptor } from 'playwright';Describe the bug
Variants of above import, like import { DeviceDescriptor } from 'playwright/types/types'; or import { DeviceDescriptor } from 'playwright-core'; don't work either.
Could you please export this type?