diff --git a/docs/src/codegen.md b/docs/src/codegen.md index ab3b4f1a9d..33e6467320 100644 --- a/docs/src/codegen.md +++ b/docs/src/codegen.md @@ -85,7 +85,7 @@ pwsh bin\Debug\netX\playwright.ps1 codegen --load-storage=auth.json my.web.app If you would like to use codegen in some non-standard setup (for example, use [`method: BrowserContext.route`]), it is possible to call [`method: Page.pause`] that will open a separate window with codegen controls. ```js -const { chromium } = require('playwright'); +const { chromium } = require('playwright/test'); (async () => { // Make sure to run headed.