-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does gtsave() now require a Chrome installation? #1049
Comments
I had problems with this too bellow the link to my issue bests |
Appreciate your comment, @henrique1008. I've avoided Chrome on my Mac religiously, though I've conceded to Chromium through Vivaldi, which I actually find a very useful tool. Still, despite the Vivaldi install, I'm getting errors from gt 0.7.0 about not being able to run the Chrome.app.
Perhaps there's a way to configure webshot2 to use what it needs from the Vivaldi installation. I'm pretty invested in gt(), so will need to figure out something for going forward. |
I'm pretty invested in gt() too, and very interested in this solution |
Got this to work @henrique1008 without installing Chrome by setting the CHROMOTE_CHROME environment variable to my installation of Vivaldi: Sys.setenv(CHROMOTE_CHROME = "/Applications/Vivaldi.app/Contents/MacOS/Vivaldi") Now |
I’m working with the development version of
gt()
and noticed thatgtsave()
now uses functionality inwebshot2
.Does this mean I now have to have Google Chrome installed in order to use
gtsave()
? Have tried to avoid installing Chrome to this point!The text was updated successfully, but these errors were encountered: