From 1d97c3efbb1c48965e4851f2eaa1004039da04d1 Mon Sep 17 00:00:00 2001 From: Baiju Muthukadan Date: Wed, 14 Dec 2022 10:26:04 +0530 Subject: [PATCH] Update link Signed-off-by: Baiju Muthukadan --- source/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/faq.rst b/source/faq.rst index 9de4370..529b1f6 100644 --- a/source/faq.rst +++ b/source/faq.rst @@ -9,10 +9,10 @@ How to use ChromeDriver ? ~~~~~~~~~~~~~~~~~~~~~~~~~ Download the latest `chromedriver from download page -`_. Unzip the +`_. Unzip the file:: - unzip chromedriver_linux32_x.x.x.x.zip + unzip chromedriver_linux64.zip You should see a ``chromedriver`` executable. Now you can create an instance of Chrome WebDriver like this::