We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f9a4a commit 25378fbCopy full SHA for 25378fb
seleniumbase/fixtures/base_case.py
@@ -49,7 +49,7 @@ class MyTestClass(BaseCase):
49
WebDriverException)
50
from selenium.common import exceptions as selenium_exceptions
51
try:
52
- # Selenium 3
+ # Selenium 3 (ElementNotInteractableException does not exist in selenium 2)
53
ENI_Exception = selenium_exceptions.ElementNotInteractableException
54
except Exception:
55
# Selenium 2 (Keep compatibility with seleneium 2.53.6 if still being used)
0 commit comments