Skip to content

s16h/puppeteer-tab-capture-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a minimal repository to help with debugging this issue.

How to reproduce the issue?

  1. git clone https://github.com/s16h/puppeteer-tab-capture-repro.git
  2. npm install - the only direct dependency is puppeteer 1.11.0.
  3. node test.js

After running it for the first time, you'll likely get a TypeError: Cannot read property 'page' of undefined error from line 22. That's because of the ID of the extension. While Chromium is open, from chrome://extensions, get the ID of the extension and replace it on line 5 of test.js. Then, run node test.js again.

You should see the following in stdout:

0: JSHandle:Starting to record.
0: JSHandle:Last Error: Requested device not found

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published