Skip to content

Commit 5a9714a

Browse files
committed
Chromedriver version 107.0.5304.18
1 parent a392055 commit 5a9714a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# chromedriver-binary
2-
Downloads and installs the [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/) binary version 106.0.5249.61 for automated testing of webapps. The installer supports Linux, MacOS and Windows operating systems.
2+
Downloads and installs the [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/) binary version 107.0.5304.18 for automated testing of webapps. The installer supports Linux, MacOS and Windows operating systems.
33

44
Alternatively the package [chromedriver-binary-auto](https://pypi.org/project/chromedriver-binary-auto/) can be used to automatically detect the latest chromedriver version required for the installed Chrome/Chromium browser.
55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run(self):
2525
Downloads, unzips and installs chromedriver.
2626
If a chromedriver binary is found in PATH it will be copied, otherwise downloaded.
2727
"""
28-
chromedriver_version='106.0.5249.61'
28+
chromedriver_version='107.0.5304.18'
2929
chromedriver_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'chromedriver_binary')
3030
chromedriver_filename = find_binary_in_path(get_chromedriver_filename())
3131
if chromedriver_filename and check_version(chromedriver_filename, chromedriver_version):
@@ -58,7 +58,7 @@ def run(self):
5858

5959
setup(
6060
name="chromedriver-binary",
61-
version="106.0.5249.61.0",
61+
version="107.0.5304.18.0",
6262
author="Daniel Kaiser",
6363
author_email="daniel.kaiser94@gmail.com",
6464
description="Installer for chromedriver.",

0 commit comments

Comments
 (0)