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
Rod Version: v0.116.2
I'm trying to launch my browser with session with the following code:
func main() { path := "/usr/bin/chromium" wsURL := launcher.NewUserMode().Bin(path).Headless(false).MustLaunch() browser := rod.New().ControlURL(wsURL).MustConnect().NoDefaultDevice() }
Upon running, rod starts downloading a browser. When I already have chromium
The system chromium browser start with my session
The text was updated successfully, but these errors were encountered:
Please fix the format of your markdown:
6 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```go"]
generated by check-issue
Sorry, something went wrong.
The code works fine for me.
I'm on Arch linux. Is there anything I can provide you with to troubleshoot the issue?
If you run launcher.NewUserMode().Bin(path).Headless(false).MustLaunch() alone, will it download the browser?
launcher.NewUserMode().Bin(path).Headless(false).MustLaunch()
Hello, I don't know what happened but the same code is working all of a sudden :/ Thanks
No branches or pull requests
Rod Version: v0.116.2
The code to demonstrate your question
I'm trying to launch my browser with session with the following code:
What you got
Upon running, rod starts downloading a browser. When I already have chromium
What you expect to see
The system chromium browser start with my session
The text was updated successfully, but these errors were encountered: