Puppeteer
Is an automated Web browser based on Chromium used to test Software.
Links: - Homepage
Notes¶
Load an Extension¶
- Extract the extension folder (
manifest.json
and others) from a current Chrome installation. Can be inprofile\Default\Extensions
- Use the following
args
when launching Puppeteer
'--load-extension=path/to/folder/that/manifest.json/resides',
'--disable-extensions-except=path/to/folder/that/manifest.json/resides'