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