From 0757114037916f55bc2bd54ebb5d5ad584685e76 Mon Sep 17 00:00:00 2001 From: Ben Weddle <107364642+weddleben@users.noreply.github.com> Date: Sun, 16 Oct 2022 17:34:54 -0500 Subject: [PATCH] fix English syntax cleaning up the language a bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d57e3ab..84fe3634 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ For now support: Compatible with Selenium 4.x and below. Before: -You should download binary chromedriver, unzip it somewhere in you PC and set path to this driver like this: +You need to download the chromedriver binary, unzip it somewhere on your PC and set the path to this driver like this: ```python from selenium import webdriver driver = webdriver.Chrome('/home/user/drivers/chromedriver') ``` -It’s boring!!! Moreover every time the new version of driver released, you should go and repeat all steps again and again. +It’s boring!!! Moreover, every time a new version of the driver is released, you need to repeat all these steps again and again. With webdriver manager, you just need to do two simple steps: