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.
firefox/webdriver.py
1 parent 5d4cfc1 commit 86fd063Copy full SHA for 86fd063
py/selenium/webdriver/firefox/webdriver.py
@@ -15,7 +15,6 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
import base64
18
-import logging
19
import os
20
import warnings
21
import zipfile
@@ -29,8 +28,6 @@
29
28
from .remote_connection import FirefoxRemoteConnection
30
from .service import Service
31
32
-logger = logging.getLogger(__name__)
33
-
34
35
class WebDriver(RemoteWebDriver):
36
"""Controls the GeckoDriver and allows you to drive the browser."""
0 commit comments