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
do we want to allow a choice ? We could have something like
find_chrome(which=NULL) # default - use first one found - Chrome then MSEdge
find_chrome(which="all") # returns all paths found - useful to check
find_chrome(which="chrome") # returns Chrome
find_chrome(which="msedge") # returns MSEdge
It is not useful for pagedown directly and we could keep the idea if there is a need. I though of that mainly because
I tried find_chrome("all") because we support it in blogdown::find_hugo("all")
I have chrome AND msedge and I can't really choose which one to use with find_chrome() - it will always use Google Chrome. I need to set explicitly the env var to test EDGE.
So I would use it :)
@RLesur I could make the change in another PR if you think it would be interesting.
The text was updated successfully, but these errors were encountered:
Of course! Since I've only a single compatible browser on each of my computers, I had never had this idea but I agree this will be a great improvement in order to test chrome_print().
From @cderv, in #225 (review):
The text was updated successfully, but these errors were encountered: