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 aed0176 commit 93dc550Copy full SHA for 93dc550
seleniumbase/fixtures/base_case.py
@@ -54,7 +54,6 @@ class MyTestClass(BaseCase):
54
except Exception:
55
# Selenium 2 (Keep compatibility with seleneium 2.53.6 if still being used)
56
ENI_Exception = selenium_exceptions.ElementNotSelectableException
57
-from selenium.webdriver.remote.webdriver import WebDriver
58
from selenium.webdriver.common.by import By
59
from selenium.webdriver.common.keys import Keys
60
from selenium.webdriver.support.ui import Select
0 commit comments