GoConvey vs Selenium: What are the differences?
Developers describe GoConvey as "Go testing in the browser. Integrates with go test. Write behavioral tests in Go". Write behavioral tests in your editor. Get live results in your browser. GoConvey supports Go's native testing package. Neither the web UI nor the DSL are required; you can use either one independent. On the other hand, Selenium is detailed as "Web Browser Automation". Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.
GoConvey and Selenium are primarily classified as "Go Testing" and "Browser Testing" tools respectively.
GoConvey and Selenium are both open source tools. It seems that Selenium with 14.9K GitHub stars and 4.97K forks on GitHub has more adoption than GoConvey with 4.77K GitHub stars and 360 GitHub forks.