massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / selenium / selenium / webdriver / common / utils.pyi
1 from typing import Any
2
3 from selenium.webdriver.common.keys import Keys as Keys
4
5 basestring = str
6
7 def free_port(): ...
8 def find_connectable_ip(host, port: Any | None = ...): ...
9 def join_host_port(host, port): ...
10 def is_connectable(port, host: str = ...): ...
11 def is_url_connectable(port): ...
12 def keys_to_typing(value): ...