From f243ce28847481e9ed756ff360b943f6a37a6fd5 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 13 Jan 2021 19:05:31 +0100 Subject: [PATCH] Add Playwright for Go (#3419) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48386f38..1bfec9f9 100644 --- a/README.md +++ b/README.md @@ -1765,6 +1765,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. + * [playwright-go](https://github.com/mxschmitt/playwright-go) - browser automation library to control Chromium, Firefox and WebKit with a single API. * [rod](https://github.com/go-rod/rod) - A Devtools driver to make web automation and scraping easy. * [selenoid](https://github.com/aerokube/selenoid) - alternative Selenium hub server that launches browsers within containers.