Skip to content

Commit 9b83d97

Browse files
committed
bump chromedriver version
1 parent e5f6b54 commit 9b83d97

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 = "91.0.4472.101"
85+
version = "93.0.4577.15"
8686

8787
__setup_driver = partial(
8888
su.setup_driver,

0 commit comments

Comments
 (0)