From 34fc7cec2c16d4d49e7dcab6288679939f2753b2 Mon Sep 17 00:00:00 2001 From: Akira Taguchi Date: Fri, 29 Oct 2021 14:52:34 +0300 Subject: [PATCH] Update ChromeDriver url --- data/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/installation.md b/data/installation.md index d1b856c..272f009 100644 --- a/data/installation.md +++ b/data/installation.md @@ -85,7 +85,7 @@ In order to test these exercises locally, the tests rely on a chrome browser. Two pieces of software are required - the browser [Google Chrome](https://www.google.com/chrome/) -- a software that allows python communicate with the the browser [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) +- a software that allows python communicate with the the browser [ChromeDriver](https://sites.google.com/chromium.org/driver/) When installing ChromeDriver you need to make sure that the driver version matches the browser version, otherwise the driver refuses to work.