We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Either before launching chrome or (more likely) when chrome fails to launch. Example:
processx::run(chromote::find_chrome(), "--version") #> $status #> [1] 0 #> #> $stdout #> [1] "Google Chrome 129.0.6668.70 \n" #> #> $stderr #> [1] "" #> #> $timeout #> [1] FALSE
If this fails, we could improve the error message with further suggestions; if it succeeds we can use that information in the error message as well.
The text was updated successfully, but these errors were encountered:
chromote::chromote_info()
devtools::session_info()
No branches or pull requests
Either before launching chrome or (more likely) when chrome fails to launch. Example:
If this fails, we could improve the error message with further suggestions; if it succeeds we can use that information in the error message as well.
The text was updated successfully, but these errors were encountered: