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 ad4ae4b commit b7f21d3Copy full SHA for b7f21d3
py/selenium/webdriver/common/utils.py
@@ -18,7 +18,7 @@
18
"""Utility functions."""
19
20
import socket
21
-import urllib
+import urllib.request
22
from collections.abc import Iterable
23
from typing import Optional, Union
24
0 commit comments