apify / devtools-server

Runs a simple server that allows you to connect to Chrome DevTools running on dynamic hosts, not only localhost.
Apache License 2.0
15 stars 5 forks source link

README.md Apify example results in ArgumentError: Did not expect property `args` to exist, got `--remote-debugging-port=9222` in object `PuppeteerLauncher` #3

Closed cfepdan closed 2 years ago

cfepdan commented 2 years ago

The README document presents an Apify example that fails.

This is because Apify.launchPuppeteer expects the args object to be wrapped in a launchOptions object.