Skip to content

Commit

Permalink
fix chrome new version
Browse files Browse the repository at this point in the history
  • Loading branch information
s.pirohov committed Jul 23, 2023
1 parent 06997dc commit 379b419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdriver_manager/drivers/chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_driver_download_url(self):
if version.parse(driver_version_to_download) < version.parse("106.0.5249.61"):
os_type = os_type.replace("mac_arm64", "mac64_m1")

if version.parse(driver_version_to_download) >= version.parse("113"):
if version.parse(driver_version_to_download) >= version.parse("115"):
if os_type == "mac64":
os_type = "mac-x64"
if os_type in ["mac_64", "mac64_m1", "mac_arm64"]:
Expand Down

0 comments on commit 379b419

Please sign in to comment.