-
Notifications
You must be signed in to change notification settings - Fork 576
Error: "PrintToPDF is not implemented" #146
Comments
Is the Chrome that edit: never mind. I have same issue using latest Canary. |
Ah, you're right. When I run the headless browser first, it works fine. According to the README:
Is it possible that this isn't working correctly? I have Chrome 60 installed on my system, but the PDF feature isn't working unless I start chrome manually. Closing this issue since the issue appears to be related to my system, not the library itself. |
Weird. Same behaviour here. In non-headless mode I get the |
I've tried running my chrome using this command And it seems it still can't pick up the PDF extension to do PrintToPDF command |
I have managed to get it working lauinching Chrome with the --disable-extensions options |
- fixes schickling#146 pdf only works in headless mode
- fixes schickling#146 pdf only works in headless mode - fixes schickling#184 Add chromePath and chromeFlags to ChromelessOptions
- fixes schickling#146 pdf only works in headless mode - fixes schickling#184 Add chromePath and chromeFlags to ChromelessOptions
Fixes schickling#146 pdf only works in headless mode Fixes schickling#184 Add chromePath and chromeFlags to ChromelessOptions
As mentioned in #84 (comment), the error "PrintToPDF is not implemented" gets raised when trying to use the
.pdf()
method.Everything worked fine when this feature was first implemented. It's possible that something else got merged into
master
in the past few days that's incompatible with the PDF feature (#84).My best guess is that there's some incompatibility with
chrome-launcher
(#120).The text was updated successfully, but these errors were encountered: