Skip to content

When providing browserEndpoint option, pagedJS correctly connects to it

Boris Budini requested to merge master into master

Issue https://gitlab.pagedmedia.org/tools/pagedjs-cli/issues/42.

  1. Passing browserEndpoint from command line args to Printer
  2. If the browser is remote, don't send an HTML file to it, but its content.
  3. If browser is remote, use puppeteer.connect instead of puppeteer.launch

Merge request reports