How to disable Taskkill.exe?
Hello, I am testing with go-rod and every time the browser is closed, taskkill.exe appears, which closes the entire program, can it be disabled? I don't see it in the documentation. Greetings.

Please add a valid Rod Version: v0.0.0 to your issue. Current version is v0.108.2
generated by check-issue
Disable the leakless, read the doc of the Leakless method:
u := launcher.New().Leakless(false).MustLaunch()
rod.New().ControlURL(u).MustConnect()
Leakless
Thank you very much, I didn't see it in the documentation: https://go-rod.github.io/#/contribute-doc
Better to use the IDE to see the doc of methods, not the tutorial website. Just hover your mouse over the method, you should see the doc 😂