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 1163819 commit 559de43Copy full SHA for 559de43
py/test/selenium/webdriver/common/click_scrolling_tests.py
@@ -17,10 +17,7 @@
17
18
import pytest
19
20
-from selenium.common.exceptions import (
21
- ElementNotInteractableException,
22
- MoveTargetOutOfBoundsException,
23
- WebDriverException)
+from selenium.common.exceptions import MoveTargetOutOfBoundsException
24
from selenium.webdriver.common.by import By
25
from selenium.webdriver.support import expected_conditions as EC
26
from selenium.webdriver.support.ui import WebDriverWait
0 commit comments