Skip to content

Commit 9d1d5d8

Browse files
committed
Update a method summary
1 parent 4cf9e36 commit 9d1d5d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3671,7 +3671,10 @@ def is_chromedriver_too_old(self):
36713671
Due to the situation that newer versions of chromedriver require
36723672
an exact match to the version of Chrome, an "old" version of
36733673
chromedriver is installed by default. It is then up to the user
3674-
to upgrade to the correct version of chromedriver from there."""
3674+
to upgrade to the correct version of chromedriver from there.
3675+
This method can be used to change test behavior when trying
3676+
to perform an action that is impacted by having an old version
3677+
of chromedriver installed."""
36753678
self.__check_scope()
36763679
self.__fail_if_not_using_chrome("is_chromedriver_too_old()")
36773680
if int(self.get_chromedriver_version().split(".")[0]) < 73:

0 commit comments

Comments
 (0)