Questions tagged [deno-puppeteer]
2 questions
1
vote
0 answers
Deno Unstable Flag
I read though puppeteer documentation and ran every require command but when I run the sample code even with the --unstable flag . Deno seem to throw the same error as shown below
$ deno run --unstable --allow-all scrap.ts
Check…

hebronace
- 77
- 8
-1
votes
2 answers
page.hover() having no effect
Description
Some buttons on my website change color on hover, however when using deno-puppeteer it would appear to be having no effect.
Relevant code:
import { puppeteer } from './deps.ts';
const browser = await puppeteer.launch();
const page =…

kemicofa ghost
- 16,349
- 8
- 82
- 131