Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f644a commit 1d97c3eCopy full SHA for 1d97c3e
source/faq.rst
@@ -9,10 +9,10 @@ How to use ChromeDriver ?
9
~~~~~~~~~~~~~~~~~~~~~~~~~
10
11
Download the latest `chromedriver from download page
12
-<https://sites.google.com/a/chromium.org/chromedriver/downloads>`_. Unzip the
+<https://sites.google.com/chromium.org/driver/>`_. Unzip the
13
file::
14
15
- unzip chromedriver_linux32_x.x.x.x.zip
+ unzip chromedriver_linux64.zip
16
17
You should see a ``chromedriver`` executable. Now you can create an instance of
18
Chrome WebDriver like this::
0 commit comments