File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,13 @@ def test_anything(self):
31
31
import time
32
32
import unittest
33
33
import uuid
34
+ from selenium .common .exceptions import (StaleElementReferenceException ,
35
+ MoveTargetOutOfBoundsException ,
36
+ WebDriverException )
37
+ from selenium .common import exceptions as selenium_exceptions
38
+ from selenium .webdriver .common .by import By
39
+ from selenium .webdriver .common .keys import Keys
40
+ from selenium .webdriver .support .ui import Select
34
41
from seleniumbase import config as sb_config
35
42
from seleniumbase .common import decorators
36
43
from seleniumbase .config import settings
@@ -45,13 +52,6 @@ def test_anything(self):
45
52
from seleniumbase .fixtures import page_actions
46
53
from seleniumbase .fixtures import page_utils
47
54
from seleniumbase .fixtures import xpath_to_css
48
- from selenium .common .exceptions import (StaleElementReferenceException ,
49
- MoveTargetOutOfBoundsException ,
50
- WebDriverException )
51
- from selenium .common import exceptions as selenium_exceptions
52
- from selenium .webdriver .common .by import By
53
- from selenium .webdriver .common .keys import Keys
54
- from selenium .webdriver .support .ui import Select
55
55
ENI_Exception = selenium_exceptions .ElementNotInteractableException
56
56
57
57
You can’t perform that action at this time.
0 commit comments