Merge pull request #1343 from mafredri/add-cdp

Add cdp to README
This commit is contained in:
Dean Karn 2017-03-28 12:18:34 -04:00 committed by GitHub
commit 16f331611f

View File

@ -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.