From 332e998feaedf463d35462048dbc6da4f30404c0 Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Thu, 2 Mar 2017 10:56:41 +0700 Subject: [PATCH] Updating README.md with link to chromedp (#1307) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db878f9..250b418 100644 --- a/README.md +++ b/README.md @@ -952,7 +952,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gofuzz](https://github.com/google/gofuzz) - A library for populating go objects with random values * [Tavor](https://github.com/zimmski/tavor) - A generic fuzzing and delta-debugging framework -* Selenium tools +* Selenium and browser control tools + * [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.