Web application developers often use Selenium to automate UI-level browser operations.
WebDriver client, which is the foundation for browser automation, can be self-made by Go standard packages such as net/http.
In this talk, I'll briefly touch on the details of WebDriver of W3C recommendation, and then explain how to implement WebDriver client by Go.