New issue
Advanced search Search tips

Issue 761295 link

Starred by 7 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 3
Type: Bug



Sign in to add a comment

Chrome Headless can't navigate to pdf

Project Member Reported by lushnikov@chromium.org, Sep 1 2017

Issue description

Chromium version: Chromium 62.0.3198.0
Chromium revision: 497674

(1) Run chromium with the following command: 
   ./chrome --headless --screenshot=a.jpg http://www.africau.edu/images/default/sample.pdf

Expected: screenshot saved to a.jpg
Actual: command hangs

Downstream bug: https://github.com/GoogleChrome/puppeteer/issues/610

DevTools protocol reports navigation as canceled. 

(you can debug puppeteer script by using DEBUG=*session node script.js)
 
Status: WontFix (was: Untriaged)
This is WAI, pdfviewer lives in chrome/browser/.../pdf and headless does not pull dependencies from chrome/

Sign in to add a comment