From dd77ab40753b2c46089a888e71b585e889ba3f8e Mon Sep 17 00:00:00 2001 From: ENDOH takanao <15713+michilu@users.noreply.github.com> Date: Tue, 11 Jun 2019 18:08:25 +0900 Subject: [PATCH] typo fix to WebDriver (#2561) - before: wedriver - after: WebDriver --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b62f58f..8d1a5248 100644 --- a/README.md +++ b/README.md @@ -1480,7 +1480,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * 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/aerokube/ggr) - a lightweight server that routes and proxies Selenium Wedriver requests to multiple Selenium hubs. + * [ggr](https://github.com/aerokube/ggr) - a lightweight server that routes and proxies Selenium WebDriver requests to multiple Selenium hubs. * [selenoid](https://github.com/aerokube/selenoid) - alternative Selenium hub server that launches browsers within containers. * Fail injection