File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3671,7 +3671,10 @@ def is_chromedriver_too_old(self):
3671
3671
Due to the situation that newer versions of chromedriver require
3672
3672
an exact match to the version of Chrome, an "old" version of
3673
3673
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."""
3675
3678
self .__check_scope ()
3676
3679
self .__fail_if_not_using_chrome ("is_chromedriver_too_old()" )
3677
3680
if int (self .get_chromedriver_version ().split ("." )[0 ]) < 73 :
You can’t perform that action at this time.
0 commit comments