Version: 1.3.0
Working with Chrome Extensions
Playwright can be used for testing Chrome Extensions.
NOTE Extensions in Chrome / Chromium currently only work in non-headless mode.
The following is code for getting a handle to the background page of an extension whose source is located in ./my-extension
:
NOTE It is not yet possible to test extension popups or content scripts.