R/chrome.R
find_chrome_path.Rd
Attempts to find a Chrome or Chromium executable on the system. Checks common installation paths and environment variables.
find_chrome_path()
Path to Chrome executable, or NULL if not found.
path <- find_chrome_path() if (!is.null(path)) { message("Chrome found at: ", path) } #> Chrome found at: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome