Skip to content

Commit 25378fb

Browse files
committed
Update a comment
1 parent f7f9a4a commit 25378fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class MyTestClass(BaseCase):
4949
WebDriverException)
5050
from selenium.common import exceptions as selenium_exceptions
5151
try:
52-
# Selenium 3
52+
# Selenium 3 (ElementNotInteractableException does not exist in selenium 2)
5353
ENI_Exception = selenium_exceptions.ElementNotInteractableException
5454
except Exception:
5555
# Selenium 2 (Keep compatibility with seleneium 2.53.6 if still being used)

0 commit comments

Comments
 (0)