Skip to content

Commit bebf79c

Browse files
authored
Bump chromedriver version
1 parent 3461277 commit bebf79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoparaselenium/browsers/chrome.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def __get_options(conf: Conf) -> Options:
8484
"linux": "chromedriver",
8585
}
8686

87-
version = "97.0.4692.71"
87+
version = "99.0.4844.51"
8888

8989
__setup_driver = partial(
9090
su.setup_driver,

0 commit comments

Comments
 (0)