From 3ad66eff9c0fc47934546eb63d3f4237ca78d331 Mon Sep 17 00:00:00 2001 From: Yad Smood Date: Sat, 29 Feb 2020 01:55:40 +0900 Subject: [PATCH] Add rod (#2969) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0270717a..7d52a27e 100644 --- a/README.md +++ b/README.md @@ -1631,6 +1631,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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/aerokube/ggr) - a lightweight server that routes and proxies Selenium WebDriver requests to multiple Selenium hubs. + * [rod](https://github.com/ysmood/rod) - A chrome devtools controller that is easy and safe to use. * [selenoid](https://github.com/aerokube/selenoid) - alternative Selenium hub server that launches browsers within containers. * Fail injection