We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa992e3 commit 8333828Copy full SHA for 8333828
autoparaselenium/browsers/chrome.py
@@ -84,7 +84,7 @@ def __get_options(conf: Conf) -> Options:
84
"linux": "chromedriver",
85
}
86
87
-version = "105.0.5195.52"
+version = "108.0.5359.71"
88
89
__setup_driver = partial(
90
su.setup_driver,
0 commit comments