type Client struct { SessionURL string HTTPClient *http.Client }
func Connect(url string, capabilities map[string]interface{}, httpClient *http.Client) (*Client, error)
func (c *Client) Send(method, endpoint string, body interface{}, result interface{}) error