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 2aea999 commit 04cc1a8Copy full SHA for 04cc1a8
py/selenium/webdriver/common/log.py
@@ -22,7 +22,6 @@
22
from contextlib import asynccontextmanager
23
from importlib import import_module
24
25
-from selenium.common.exceptions import WebDriverException
26
from selenium.webdriver.common.by import By
27
28
cdp = None
py/selenium/webdriver/remote/webdriver.py
@@ -46,7 +46,6 @@
46
WebDriverException,
47
NoSuchCookieException)
48
49
-from selenium.webdriver.common.log import Log
50
from selenium.webdriver.common.options import BaseOptions
51
from selenium.webdriver.common.print_page_options import PrintOptions
52
from selenium.webdriver.common.timeouts import Timeouts
0 commit comments