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 4c382be commit 2c94ad3Copy full SHA for 2c94ad3
py/selenium/webdriver/common/utils.py
@@ -28,6 +28,7 @@
28
29
_is_connectable_exceptions = (socket.error, ConnectionResetError)
30
31
+
32
def free_port() -> int:
33
"""
34
Determines a free port using sockets.
0 commit comments