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):
3131import time
3232import unittest
3333import 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
3441from seleniumbase import config as sb_config
3542from seleniumbase .common import decorators
3643from seleniumbase .config import settings
@@ -45,13 +52,6 @@ def test_anything(self):
4552from seleniumbase .fixtures import page_actions
4653from seleniumbase .fixtures import page_utils
4754from 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
5555ENI_Exception = selenium_exceptions .ElementNotInteractableException
5656
5757
You can’t perform that action at this time.
0 commit comments