Skip to content

Commit 170b9c6

Browse files
committed
bump chromedriver version
1 parent 9b83d97 commit 170b9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoparaselenium/browsers/chrome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __get_options(conf: Conf) -> Options:
8282
"linux": "chromedriver",
8383
}
8484

85-
version = "93.0.4577.15"
85+
version = "95.0.4638.17"
8686

8787
__setup_driver = partial(
8888
su.setup_driver,

0 commit comments

Comments
 (0)