Skip to content

Commit 9a86183

Browse files
committed
Chromedriver version 142.0.7437.0
1 parent 875f65b commit 9a86183

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 142.0.7435.0 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 142.0.7437.0 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
@@ -28,7 +28,7 @@ def run(self):
2828
Downloads, unzips and installs chromedriver.
2929
If a chromedriver binary is found in PATH it will be copied, otherwise downloaded.
3030
"""
31-
chromedriver_version='142.0.7435.0'
31+
chromedriver_version='142.0.7437.0'
3232
chromedriver_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'chromedriver_binary')
3333
chromedriver_filename = find_binary_in_path(get_chromedriver_filename())
3434
if chromedriver_filename and check_version(chromedriver_filename, chromedriver_version):
@@ -65,7 +65,7 @@ def run(self):
6565

6666
setup(
6767
name="chromedriver-binary",
68-
version="142.0.7435.0.0",
68+
version="142.0.7437.0.0",
6969
author="Daniel Kaiser",
7070
author_email="daniel.kaiser94@gmail.com",
7171
description="Installer for chromedriver.",

0 commit comments

Comments
 (0)