如何使用Puppeteer捕捉广告视频?

时间:2020-05-19 20:30:01

标签: javascript puppeteer

我正在制作脚本以截取屏幕截图。 我无法截获网页上的广告视频,而只能截获视频播放器。我该如何解决?

https://ricette.giallozafferano.it/Pollo-al-limone.html

我应该在这里添加一些东西吗?

const browser = await puppeteer.launch({headless: true, executablePath: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'});

0 个答案:

没有答案