You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.
I am on windows 10 and decapitated::chrome_version() is not working properly. This affects others functions that calls it, like decapitated::chrome_dump_pdf().
Looking at the code, I am not sure to see why the need to get the version. In chrome_dump_pdf for example, vers is not used after being assigned. Should we get rid of chrome_version calls in functions that do not need it ?
If version is needed, it needs a workaround on windows.
To share, in case you don't know, there is another approach with chrome headless in pagedown to propose a function like chrome_dump_pdf
The text was updated successfully, but these errors were encountered:
cderv
changed the title
On windows, getting chrome version opends browser
On windows, getting chrome version opens browser and does not work.
Nov 11, 2018
I'm not sure why I put that in (I think I had plans to potentially enable functions by new features they might add if folks need to keep using older versions.
I am on windows 10 and
decapitated::chrome_version()
is not working properly. This affects others functions that calls it, likedecapitated::chrome_dump_pdf()
.This is a related to a known bug I think
https://bugs.chromium.org/p/chromium/issues/detail?id=158372
--version
does not work on windows.Looking at the code, I am not sure to see why the need to get the version. In
chrome_dump_pdf
for example,vers
is not used after being assigned. Should we get rid ofchrome_version
calls in functions that do not need it ?If version is needed, it needs a workaround on windows.
To share, in case you don't know, there is another approach with chrome headless in pagedown to propose a function like
chrome_dump_pdf
The text was updated successfully, but these errors were encountered: