From ae3e6b5a387835247175cc65610d624c26899b04 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Tue, 28 Mar 2017 18:54:43 +0300 Subject: [PATCH] Add cdp to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8afb0ec..24eddd52 100644 --- a/README.md +++ b/README.md @@ -963,6 +963,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Tavor](https://github.com/zimmski/tavor) - A generic fuzzing and delta-debugging framework * Selenium and browser control tools + * [cdp](https://github.com/mafredri/cdp) - Type-safe bindings for the Chrome Debugging Protocol that can be used with browsers or other debug targets that implement it. * [chromedp](https://github.com/knq/chromedp) - a way to drive/test Chrome, Safari, Edge, Android Webviews, and other browsers supporting the Chrome Debugging Protocol. * [ggr](https://github.com/aandryashin/ggr) - a lightweight server that routes and proxies Selenium Wedriver requests to multiple Selenium hubs. * [selenoid](https://github.com/aandryashin/selenoid) - alternative Selenium hub server that launches browsers within containers.