You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
526 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/version.r
\name{chrome_version}
\alias{chrome_version}
\title{Get Chrome version}
\usage{
chrome_version(quiet = FALSE, chrome_bin = Sys.getenv("HEADLESS_CHROME"))
}
\arguments{
\item{quiet}{if \code{TRUE}, no messages are displayed}
\item{chrome_bin}{the path to Chrome (auto-set from \code{HEADLESS_CHROME} environment variable)}
}
\value{
the Chrome version string (invisibly)
}
\description{
Get Chrome version
}
\examples{
chrome_version()
}